@ckeditor/ckeditor5-ai 47.6.0-alpha.9 → 47.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/aiadapter.js +1 -1
- package/src/aiassistant/adapters/aitextadapter.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.js +1 -1
- package/src/aiassistant/adapters/openaitextadapter.js +1 -1
- package/src/aiassistant/aiassistant.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/aiassistantui.js +1 -1
- package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
- package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
- package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
- package/src/aiassistant/ui/form/aiformview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
- package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatballoon.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/ui/aichatballoonview.js +1 -1
- package/src/aichat/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aichatshortcuts/aichatshortcuts.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aiinteraction.js +1 -1
- package/src/aicore/model/aimodels.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/ui/aidisclaimerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactions.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsediting.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
- package/src/aireviewcore/aireviewcorecontroller.js +1 -1
- package/src/aireviewcore/aireviewcoreediting.js +1 -1
- package/src/aireviewcore/aireviewcoreui.js +1 -1
- package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
- package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/tabbuttonview.js +1 -1
- package/src/aitranslate/aitranslate.js +1 -1
- package/src/aitranslate/aitranslatecontroller.js +1 -1
- package/src/aitranslate/aitranslateui.js +1 -1
- package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
- package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x410ec9=_0x2c23;(function(_0x40e072,_0x295576){const _0x1fa1cd=_0x2c23,_0x307577=_0x40e072();while(!![]){try{const _0x500372=-parseInt(_0x1fa1cd(0x1ca))/0x1*(-parseInt(_0x1fa1cd(0x1d1))/0x2)+parseInt(_0x1fa1cd(0x1d2))/0x3*(-parseInt(_0x1fa1cd(0x1df))/0x4)+-parseInt(_0x1fa1cd(0x1e7))/0x5+-parseInt(_0x1fa1cd(0x1cc))/0x6*(-parseInt(_0x1fa1cd(0x1de))/0x7)+-parseInt(_0x1fa1cd(0x1dc))/0x8+parseInt(_0x1fa1cd(0x1da))/0x9*(parseInt(_0x1fa1cd(0x1d7))/0xa)+-parseInt(_0x1fa1cd(0x1d3))/0xb*(-parseInt(_0x1fa1cd(0x1d8))/0xc);if(_0x500372===_0x295576)break;else _0x307577['push'](_0x307577['shift']());}catch(_0x133f70){_0x307577['push'](_0x307577['shift']());}}}(_0x492c,0xb0f50));import{FormHeaderView as _0x1bf039}from'ckeditor5/src/ui.js';import{IconAIReview as _0x335674}from'ckeditor5/src/icons.js';import{getTranslation as _0x1c43a4}from'../aicore/utils/common-translations.js';import{AIReviewCoreView as _0x52662e}from'../aireviewcore/ui/aireviewcoreview.js';function _0x2c23(_0x577a51,_0x4a4016){const _0x492c6e=_0x492c();return _0x2c23=function(_0x2c2378,_0x21f30c){_0x2c2378=_0x2c2378-0x1c7;let _0x257f17=_0x492c6e[_0x2c2378];return _0x257f17;},_0x2c23(_0x577a51,_0x4a4016);}import{AIReviewCoreUI as _0xf01bdc}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreUICheckResultsView as _0x20beef}from'../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0x45731c}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';function _0x492c(){const _0x481506=['12cfpeWM','locale','7775127zkgzPz','AITabs','342304FHNbpm','createMainView','34167CLEriv','1076OsNcip','pluginName','AI_REVIEW_MODE','AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','view','leaveReview','get','AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','4311535WbLrLV','activateTab','getReviewCheckList','fire','reviewMode','registerTab','112ORImjA','context','390EPkJmK','AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','AIReviewModeUI','_mainView','addTab','6868AiSrZG','15315FUagHh','15811180MeRtyw','AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','ck-ai-header\x20ck-ai-header_review','plugins','10FmSxwV'];_0x492c=function(){return _0x481506;};return _0x492c();}import{AIReviewCoreReviewCheckListView as _0x28d352}from'../aireviewcore/ui/aireviewcorereviewchecklistview.js';export class AIReviewModeUI extends _0xf01bdc{static get[_0x410ec9(0x1e0)](){const _0x44143a=_0x410ec9;return _0x44143a(0x1ce);}[_0x410ec9(0x1dd)](){const _0x596c11=_0x410ec9,_0x354b92=this[_0x596c11(0x1cb)][_0x596c11(0x1d9)],_0x21140b=new _0x1bf039(_0x354b92,{'label':_0x1c43a4(_0x354b92,_0x596c11(0x1e1)),'icon':_0x335674,'class':_0x596c11(0x1d5)});return new _0x52662e(this[_0x596c11(0x1cb)][_0x596c11(0x1d9)],{'header':_0x21140b,'list':new _0x28d352(_0x354b92),'results':new _0x20beef(_0x354b92,{'generalErrorText':_0x1c43a4(_0x354b92,_0x596c11(0x1d4))}),'completed':new _0x45731c(_0x354b92,{'headerText':_0x1c43a4(_0x354b92,_0x596c11(0x1e2)),'emptyResultsText':_0x1c43a4(_0x354b92,_0x596c11(0x1cd)),'buttonText':_0x1c43a4(_0x354b92,_0x596c11(0x1e6))})});}[_0x410ec9(0x1c9)](){const _0x414aad=_0x410ec9,_0x209272=this[_0x414aad(0x1cb)][_0x414aad(0x1d6)][_0x414aad(0x1e5)](_0x414aad(0x1db));_0x209272[_0x414aad(0x1e3)]['on'](_0x414aad(0x1e8),(_0x6a2380,_0x492310)=>{const _0x570c73=_0x414aad;_0x570c73(0x1c8)===_0x492310?this[_0x570c73(0x1c7)](_0x570c73(0x1e9)):this[_0x570c73(0x1c7)](_0x570c73(0x1e4));}),_0x209272[_0x414aad(0x1e3)][_0x414aad(0x1d0)]({'id':_0x414aad(0x1c8),'buttonLabel':_0x1c43a4(this[_0x414aad(0x1cb)][_0x414aad(0x1d9)],_0x414aad(0x1e1)),'buttonIcon':_0x335674,'order':0x0,'content':this[_0x414aad(0x1cf)]});}}
|
package/src/aitabs/aitabs.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3196(){const _0x23d1c0=['context','ai-tabs-configuration-not-found','2305562xaHbcQ','isOfficialPlugin','appendChild','resizedTabs','resize','element','overlay','body','3790VkUPcE','1450rvLpAO','add','ai-tabs-unsupported-ui-side','1401117VFndxq','set','isPremiumPlugin','fire','131931BspLtX','2572pidvmE','render','ai.container','locale','config','right','view','switchType','showResizeButton','focusTracker','type','side','visibleByDefault','sidebar','AITabs','pluginName','remove','ai-tabs-unsupported-ui-type','isMaximized','bind','544982ertmLZ','destroy','8itlSLr','468494qcmzpS','2321964YCqbrv','container','includes','ai-tabs-sidebar-container-element-not-found','get','switchSide','custom'];_0x3196=function(){return _0x23d1c0;};return _0x3196();}const _0x58d781=_0xa60f;(function(_0x1f0237,_0x3059bc){const _0xa20f26=_0xa60f,_0x100828=_0x1f0237();while(!![]){try{const _0x94cc27=-parseInt(_0xa20f26(0x1bc))/0x1+parseInt(_0xa20f26(0x1b9))/0x2+-parseInt(_0xa20f26(0x1a0))/0x3+parseInt(_0xa20f26(0x1a5))/0x4*(-parseInt(_0xa20f26(0x19c))/0x5)+-parseInt(_0xa20f26(0x1bd))/0x6+parseInt(_0xa20f26(0x1c6))/0x7*(-parseInt(_0xa20f26(0x1bb))/0x8)+parseInt(_0xa20f26(0x1a4))/0x9*(parseInt(_0xa20f26(0x19d))/0xa);if(_0x94cc27===_0x3059bc)break;else _0x100828['push'](_0x100828['shift']());}catch(_0x3c662e){_0x100828['push'](_0x100828['shift']());}}}(_0x3196,0x3f2c7));function _0xa60f(_0xd864c7,_0x48d354){const _0x319612=_0x3196();return _0xa60f=function(_0xa60fc4,_0x5bee61){_0xa60fc4=_0xa60fc4-0x19a;let _0x18ee39=_0x319612[_0xa60fc4];return _0x18ee39;},_0xa60f(_0xd864c7,_0x48d354);}import{ContextPlugin as _0x5c8453,Editor as _0x37df67}from'ckeditor5/src/core.js';import{CKEditorError as _0x3b8f45}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x7677c4,AI_TABS_VIEW_SIDES as _0x455167,AI_TABS_VIEW_TYPES as _0x39f397}from'./aitabsmainview.js';export class AITabs extends _0x5c8453{[_0x58d781(0x1ab)];[_0x58d781(0x1be)]=null;[_0x58d781(0x1ad)]=!0x0;static get[_0x58d781(0x1b4)](){const _0x16ee65=_0x58d781;return _0x16ee65(0x1b3);}static get[_0x58d781(0x1c7)](){return!0x0;}static get[_0x58d781(0x1a2)](){return!0x0;}constructor(_0x3d3097){const _0x6e9ecc=_0x58d781;super(_0x3d3097);const _0x1cfcf3=this[_0x6e9ecc(0x1c4)][_0x6e9ecc(0x1a9)][_0x6e9ecc(0x1c1)](_0x6e9ecc(0x1a7));if(this[_0x6e9ecc(0x1a1)](_0x6e9ecc(0x1b0),_0x6e9ecc(0x1aa)),!_0x1cfcf3)throw new _0x3b8f45(_0x6e9ecc(0x1c5));if(void 0x0!==_0x1cfcf3[_0x6e9ecc(0x1ad)]&&(this[_0x6e9ecc(0x1ad)]=_0x1cfcf3[_0x6e9ecc(0x1ad)]),_0x6e9ecc(0x1b2)!==_0x1cfcf3[_0x6e9ecc(0x1af)]&&_0x6e9ecc(0x19a)!==_0x1cfcf3[_0x6e9ecc(0x1af)]||_0x1cfcf3[_0x6e9ecc(0x1b0)]&&(this[_0x6e9ecc(0x1b0)]=_0x1cfcf3[_0x6e9ecc(0x1b0)]),_0x6e9ecc(0x1b2)===_0x1cfcf3[_0x6e9ecc(0x1af)]){if(this[_0x6e9ecc(0x1be)]=_0x1cfcf3[_0x6e9ecc(0x1cb)],this[_0x6e9ecc(0x1a1)](_0x6e9ecc(0x1af),_0x6e9ecc(0x1b2)),!this[_0x6e9ecc(0x1be)])throw new _0x3b8f45(_0x6e9ecc(0x1c0));}else _0x6e9ecc(0x19a)===_0x1cfcf3[_0x6e9ecc(0x1af)]?(this[_0x6e9ecc(0x1be)]=document[_0x6e9ecc(0x19b)],this[_0x6e9ecc(0x1a1)](_0x6e9ecc(0x1af),_0x6e9ecc(0x19a))):(this[_0x6e9ecc(0x1be)]=null,this[_0x6e9ecc(0x1a1)](_0x6e9ecc(0x1af),_0x6e9ecc(0x1c3)));this[_0x6e9ecc(0x1ab)]=new _0x7677c4(this[_0x6e9ecc(0x1c4)][_0x6e9ecc(0x1a8)],{'side':this[_0x6e9ecc(0x1b0)],'type':this[_0x6e9ecc(0x1af)],'visibleByDefault':void 0x0===_0x1cfcf3[_0x6e9ecc(0x1b1)]||_0x1cfcf3[_0x6e9ecc(0x1b1)]}),this[_0x6e9ecc(0x1ab)][_0x6e9ecc(0x1a6)](),this[_0x6e9ecc(0x1ab)][_0x6e9ecc(0x1b8)](_0x6e9ecc(0x1b0))['to'](this,_0x6e9ecc(0x1b0)),this[_0x6e9ecc(0x1ab)][_0x6e9ecc(0x1b8)](_0x6e9ecc(0x1af))['to'](this,_0x6e9ecc(0x1af)),this[_0x6e9ecc(0x1be)]&&this[_0x6e9ecc(0x1be)][_0x6e9ecc(0x1c8)](this[_0x6e9ecc(0x1ab)][_0x6e9ecc(0x1cb)]),this[_0x6e9ecc(0x1c4)]instanceof _0x37df67&&this[_0x6e9ecc(0x1c4)]['ui'][_0x6e9ecc(0x1ae)][_0x6e9ecc(0x19e)](this[_0x6e9ecc(0x1ab)][_0x6e9ecc(0x1cb)]);}[_0x58d781(0x1ac)](_0x2db68f){const _0x5ede4a=_0x58d781;if(_0x2db68f&&this[_0x5ede4a(0x1af)]!==_0x2db68f){if(!_0x39f397[_0x5ede4a(0x1bf)](_0x2db68f))throw new _0x3b8f45(_0x5ede4a(0x1b6));this[_0x5ede4a(0x1af)]=_0x2db68f;}}[_0x58d781(0x1c2)](_0xfaa045){const _0x11677b=_0x58d781;if(_0xfaa045&&this[_0x11677b(0x1b0)]!==_0xfaa045){if(!_0x455167[_0x11677b(0x1bf)](_0xfaa045))throw new _0x3b8f45(_0x11677b(0x19f));this[_0x11677b(0x1b0)]=_0xfaa045;}}[_0x58d781(0x1ca)](){const _0x1806fa=_0x58d781;this[_0x1806fa(0x1ab)][_0x1806fa(0x1b7)]=!this[_0x1806fa(0x1ab)][_0x1806fa(0x1b7)],this[_0x1806fa(0x1a3)](_0x1806fa(0x1c9),this[_0x1806fa(0x1ab)][_0x1806fa(0x1b7)]);}[_0x58d781(0x1ba)](){const _0x1c5bec=_0x58d781;super[_0x1c5bec(0x1ba)](),this[_0x1c5bec(0x1ab)][_0x1c5bec(0x1ba)](),this[_0x1c5bec(0x1ab)][_0x1c5bec(0x1cb)]&&this[_0x1c5bec(0x1ab)][_0x1c5bec(0x1cb)][_0x1c5bec(0x1b5)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5d17be=_0x1bea;(function(_0x32b158,_0x808b5){const _0x2b3c27=_0x1bea,_0x435459=_0x32b158();while(!![]){try{const _0x5cb9b6=parseInt(_0x2b3c27(0xc5))/0x1*(-parseInt(_0x2b3c27(0xcb))/0x2)+-parseInt(_0x2b3c27(0xd4))/0x3*(-parseInt(_0x2b3c27(0xd5))/0x4)+parseInt(_0x2b3c27(0xc2))/0x5*(-parseInt(_0x2b3c27(0xd3))/0x6)+-parseInt(_0x2b3c27(0xd0))/0x7*(-parseInt(_0x2b3c27(0xcf))/0x8)+-parseInt(_0x2b3c27(0xc3))/0x9+-parseInt(_0x2b3c27(0xc1))/0xa+parseInt(_0x2b3c27(0xd7))/0xb;if(_0x5cb9b6===_0x808b5)break;else _0x435459['push'](_0x435459['shift']());}catch(_0x203481){_0x435459['push'](_0x435459['shift']());}}}(_0x5af0,0x71b6e));import{ButtonView as _0x2a5501}from'ckeditor5/src/ui.js';function _0x5af0(){const _0x3ef9f2=['32KnDuLk','extendTemplate','19412316MjBhIk','6856930szbtCu','70TTigOz','4937598mZswXM','set','2yYgwWI','ck-tab-button_','class','top','side','isToggleable','626798NotHUc','hide','isVisible','bindTemplate','1116056KkymqO','35DTpciL','ck-tab-button','show','213708jrkIvx','136218PahxKC'];_0x5af0=function(){return _0x3ef9f2;};return _0x5af0();}import{toArray as _0xaeaac}from'ckeditor5/src/utils.js';function _0x1bea(_0x2f4e72,_0xd691e4){const _0x5af0a5=_0x5af0();return _0x1bea=function(_0x1bea1e,_0xef4728){_0x1bea1e=_0x1bea1e-0xc1;let _0x4f4707=_0x5af0a5[_0x1bea1e];return _0x4f4707;},_0x1bea(_0x2f4e72,_0xd691e4);}import'../../../theme/aitabs/tabs/tabbuttonview.css';export class TabButtonView extends _0x2a5501{constructor(_0x21cd95,_0x552513={}){const _0x368805=_0x1bea;super(_0x21cd95),this[_0x368805(0xca)]=!0x0,this[_0x368805(0xc4)](_0x368805(0xc9),_0x552513[_0x368805(0xc9)]||_0x368805(0xc8));const _0x33f883=this[_0x368805(0xce)];this[_0x368805(0xd6)]({'attributes':{'class':[_0x368805(0xd1),..._0xaeaac(_0x552513[_0x368805(0xc7)]||[]),_0x33f883['to'](_0x368805(0xc9),_0x568e27=>_0x368805(0xc6)+_0x568e27),_0x33f883['to'](_0x368805(0xc7))]}});}[_0x5d17be(0xd2)](){const _0x298141=_0x5d17be;this[_0x298141(0xc4)](_0x298141(0xcd),!0x0);}[_0x5d17be(0xcc)](){const _0x16d5c7=_0x5d17be;this[_0x16d5c7(0xc4)](_0x16d5c7(0xcd),!0x1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x136b0d=_0x528b;(function(_0x282926,_0x5744f7){var _0x80710=_0x528b,_0x1c88a3=_0x282926();while(!![]){try{var _0x8ed7=-parseInt(_0x80710(0x1b5))/0x1*(parseInt(_0x80710(0x1af))/0x2)+parseInt(_0x80710(0x1b1))/0x3*(parseInt(_0x80710(0x1b4))/0x4)+parseInt(_0x80710(0x1b2))/0x5+parseInt(_0x80710(0x1b9))/0x6+parseInt(_0x80710(0x1ad))/0x7*(-parseInt(_0x80710(0x1aa))/0x8)+-parseInt(_0x80710(0x1ac))/0x9+parseInt(_0x80710(0x1b8))/0xa*(parseInt(_0x80710(0x1b7))/0xb);if(_0x8ed7===_0x5744f7)break;else _0x1c88a3['push'](_0x1c88a3['shift']());}catch(_0xdbc606){_0x1c88a3['push'](_0x1c88a3['shift']());}}}(_0x257a,0x4b856));import{ContextPlugin as _0xb2793c}from'ckeditor5/src/core.js';import{AITranslateController as _0xdef29a}from'./aitranslatecontroller.js';import{AITranslateUI as _0x5a91e5}from'./aitranslateui.js';function _0x528b(_0x4ec55e,_0x5b6b1c){var _0x257a02=_0x257a();return _0x528b=function(_0x528b4c,_0x42e251){_0x528b4c=_0x528b4c-0x1aa;var _0x55615a=_0x257a02[_0x528b4c];return _0x55615a;},_0x528b(_0x4ec55e,_0x5b6b1c);}import{AIReviewCoreEditing as _0x1e1844}from'../aireviewcore/aireviewcoreediting.js';function _0x257a(){var _0x37fe2e=['2420505JTWZoB','isPremiumPlugin','305148MXjuga','223384liyEaq','isOfficialPlugin','856537EzOsMH','20WbnZFF','1704618NfZlSH','208JkMAUp','AITranslate','769401AzWPKa','102851JvKhhb','requires','2XALpQP','pluginName','3FfFPDd'];_0x257a=function(){return _0x37fe2e;};return _0x257a();}export class AITranslate extends _0xb2793c{static get[_0x136b0d(0x1ae)](){return[_0xdef29a,_0x5a91e5,_0x1e1844];}static get[_0x136b0d(0x1b0)](){var _0x2f16c6=_0x136b0d;return _0x2f16c6(0x1ab);}static get[_0x136b0d(0x1b6)](){return!0x0;}static get[_0x136b0d(0x1b3)](){return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x318a8c=_0x3db1;(function(_0x331b4f,_0x52ae84){const _0x29aeb6=_0x3db1,_0x4b4cc1=_0x331b4f();while(!![]){try{const _0x44eaba=-parseInt(_0x29aeb6(0xcc))/0x1+-parseInt(_0x29aeb6(0xc4))/0x2*(-parseInt(_0x29aeb6(0xcd))/0x3)+parseInt(_0x29aeb6(0x79))/0x4+-parseInt(_0x29aeb6(0x80))/0x5*(-parseInt(_0x29aeb6(0xa0))/0x6)+parseInt(_0x29aeb6(0x6d))/0x7*(-parseInt(_0x29aeb6(0xd0))/0x8)+parseInt(_0x29aeb6(0xb6))/0x9+parseInt(_0x29aeb6(0xb9))/0xa*(-parseInt(_0x29aeb6(0xc7))/0xb);if(_0x44eaba===_0x52ae84)break;else _0x4b4cc1['push'](_0x4b4cc1['shift']());}catch(_0x1bb678){_0x4b4cc1['push'](_0x4b4cc1['shift']());}}}(_0x4fc3,0x8d589));import{AIReviewCoreController as _0x4add06}from'../aireviewcore/aireviewcorecontroller.js';function _0x4fc3(){const _0x1dad10=['AITranslateUI','_onChangeMarkerBlurred','20cyGkYy','_markChangePositionInEditorContent','deactivateChange','Korean','setupChecks','Japanese','context','_onReviewCheckResultActivated','_currentReviewCheckRun','activateChange','content','29542kivthf','setActiveStateInResults','_changeActivationSource','7042783ZkTUKK','click','editing','_createReviewCheckRun','_onChangeMarkerHovered','725533fQBiuE','171mzgvqG','define','_getTranslationWithDefault','112XDzonY','markChangePositionInEditorContent','pluginName','resetActiveStateInResults','ck-ai-review-','_aiReviewCoreUi','document','german','plugins','31276XiEtez','Italian','setMarkersInElementAsActive','chinese','map','russian','Chinese\x20(Simplified)','Russian','params','AIReviewCoreEditing','_getChecksList','config','2651188eBmxPY','args','_onActivateChange','change','French','getRoot','_onCheckRunFinished','771515NmTlnF','label','replaceAll','ai.translate.languages','get','getDocumentData','Portuguese','ck-ai-translate-','title','_translateChecks','panel','view','portuguese','_aiConnector','origin','English','italian','_diffContent','AI_REVIEW_CHECK_TRANSLATE_TITLE','reactivateMarkers','locale','AITranslateController','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','getEditor','German','_onReviewCheckRun','_scrollToChange','uiInteraction','japanese','push','_aiReviewCoreEditing','toUpperCase','12MPaUbe','_initRequiredPlugins','Spanish','getClassNames','_onReviewRunLeave','addClass','setAllMarkersAsInactive','removeClass','_onChangeMarkerClicked','french','_getChangeContentElement','getContentElementForChange','_onDeactivateChange','_onReviewCheckResultDeactivated','startsWith','changeId','korean','hover','diffContent','spanish','ck-ai-translate-mode-content','english','7507746YTRaAF'];_0x4fc3=function(){return _0x1dad10;};return _0x4fc3();}import{AITranslateCheckList as _0xcd8209}from'./model/aitranslatechecklist.js';import{AITranslateCheckRun as _0x7d3ace}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x1247f9}from'../aicore/utils/common-translations.js';function _0x3db1(_0x2bb239,_0x10981c){const _0x4fc3c6=_0x4fc3();return _0x3db1=function(_0x3db15a,_0x39685b){_0x3db15a=_0x3db15a-0x6d;let _0x55c0ea=_0x4fc3c6[_0x3db15a];return _0x55c0ea;},_0x3db1(_0x2bb239,_0x10981c);}export class AITranslateController extends _0x4add06{static get[_0x318a8c(0xd2)](){const _0x38689a=_0x318a8c;return _0x38689a(0x95);}constructor(_0x26dec1){const _0x25cc08=_0x318a8c;super(_0x26dec1),this[_0x25cc08(0xbf)][_0x25cc08(0x78)][_0x25cc08(0xce)](_0x25cc08(0x83),[{'label':_0x25cc08(0x8f),'id':_0x25cc08(0xb5)},{'label':_0x25cc08(0xa2),'id':_0x25cc08(0xb3)},{'label':_0x25cc08(0x7d),'id':_0x25cc08(0xa9)},{'label':_0x25cc08(0x98),'id':_0x25cc08(0xd7)},{'label':_0x25cc08(0x73),'id':_0x25cc08(0x70)},{'label':_0x25cc08(0xbe),'id':_0x25cc08(0x9c)},{'label':_0x25cc08(0x74),'id':_0x25cc08(0x72)},{'label':_0x25cc08(0x86),'id':_0x25cc08(0x8c)},{'label':_0x25cc08(0xbc),'id':_0x25cc08(0xb0)},{'label':_0x25cc08(0x6e),'id':_0x25cc08(0x90)}]);}[_0x318a8c(0x7f)](){const _0x11b733=_0x318a8c;this[_0x11b733(0xa4)](!0x0);}[_0x318a8c(0xa1)](){const _0x4268b8=_0x318a8c;super[_0x4268b8(0xa1)](),this[_0x4268b8(0xd5)]=this[_0x4268b8(0xbf)][_0x4268b8(0xd8)][_0x4268b8(0x84)](_0x4268b8(0xb7)),this[_0x4268b8(0x9e)]=this[_0x4268b8(0xbf)][_0x4268b8(0xd8)][_0x4268b8(0x84)](_0x4268b8(0x76));}[_0x318a8c(0xca)](_0xcfb54a,_0x23eec6){const _0x384416=_0x318a8c;return new _0x7d3ace(this[_0x384416(0x9e)][_0x384416(0x85)](),_0x23eec6,this[_0x384416(0x8d)],_0x1247f9(this[_0x384416(0xbf)][_0x384416(0x94)],_0x384416(0x92)),_0xcfb54a[_0x384416(0x75)],_0xcfb54a[_0x384416(0x7a)]);}[_0x318a8c(0xc0)](_0x50fc7c){const _0x863559=_0x318a8c;this[_0x863559(0xd5)][_0x863559(0xc5)](_0x50fc7c[_0x863559(0x7c)]['id']),this[_0x863559(0x9e)][_0x863559(0x6f)](_0x50fc7c[_0x863559(0x7c)]['id']);}[_0x318a8c(0xad)](){const _0x2577a1=_0x318a8c;this[_0x2577a1(0x9e)][_0x2577a1(0xa6)](),this[_0x2577a1(0xd5)][_0x2577a1(0xd3)]();}[_0x318a8c(0x7b)](_0x1bea93){const _0x17df7a=_0x318a8c;this[_0x17df7a(0xc1)]&&(_0x17df7a(0xb1)===_0x1bea93[_0x17df7a(0x9b)]&&(this[_0x17df7a(0xc6)]=_0x17df7a(0x8a),this[_0x17df7a(0xc1)][_0x17df7a(0xc2)](_0x1bea93['id'])),_0x17df7a(0xc8)===_0x1bea93[_0x17df7a(0x9b)]&&this[_0x17df7a(0x9a)](_0x1bea93['id']));}[_0x318a8c(0xac)](_0x1e76b3){const _0x519333=_0x318a8c;this[_0x519333(0xc1)]&&_0x519333(0x8a)===_0x1e76b3[_0x519333(0x8e)]&&this[_0x519333(0xc1)][_0x519333(0xbb)]();}[_0x318a8c(0xa8)](_0x1193a6,_0x42ea86){const _0x4205a8=_0x318a8c;this[_0x4205a8(0xc1)]&&(this[_0x4205a8(0xc6)]=_0x4205a8(0xc3),this[_0x4205a8(0xc1)][_0x4205a8(0xc2)](_0x42ea86[_0x4205a8(0xaf)]),this[_0x4205a8(0x9a)](_0x42ea86[_0x4205a8(0xaf)]));}[_0x318a8c(0xcb)](_0x506dc8,_0x46fd46){const _0x553597=_0x318a8c;this[_0x553597(0xc1)]&&(this[_0x553597(0xc6)]=_0x553597(0xc3),this[_0x553597(0xc1)][_0x553597(0xc2)](_0x46fd46[_0x553597(0xaf)]),this[_0x553597(0x9e)][_0x553597(0x93)](_0x46fd46[_0x553597(0xaf)]));}[_0x318a8c(0xb8)](){const _0xdefb80=_0x318a8c;this[_0xdefb80(0xc1)]&&_0xdefb80(0xc3)===this[_0xdefb80(0xc6)]&&(this[_0xdefb80(0xc1)][_0xdefb80(0xbb)](),this[_0xdefb80(0x9e)][_0xdefb80(0xa6)]());}[_0x318a8c(0xaa)](_0x527125){const _0x4de386=_0x318a8c;return this[_0x4de386(0x9e)][_0x4de386(0xab)](_0x527125);}[_0x318a8c(0xba)](_0x2691ad,_0x49cb4b){const _0x4cec64=_0x318a8c;this[_0x4cec64(0x9e)][_0x4cec64(0xd1)](_0x2691ad,_0x49cb4b);}[_0x318a8c(0x91)](_0x258047,_0x15c3ab){const _0x3b7565=_0x318a8c;return this[_0x3b7565(0x9e)][_0x3b7565(0xb2)](_0x258047,_0x15c3ab,!0x0);}[_0x318a8c(0x99)](){const _0x53fb41=_0x318a8c,_0x1c39f6=this[_0x53fb41(0x9e)][_0x53fb41(0x97)]();_0x1c39f6&&_0x1c39f6[_0x53fb41(0xc9)][_0x53fb41(0x8b)][_0x53fb41(0x7c)](_0x4e7b23=>{const _0xe1ed76=_0x53fb41,_0x307d95=_0x1c39f6[_0xe1ed76(0xc9)][_0xe1ed76(0x8b)][_0xe1ed76(0xd6)][_0xe1ed76(0x7e)]();for(const _0x5d3e9c of _0x307d95[_0xe1ed76(0xa3)]())(_0x5d3e9c[_0xe1ed76(0xae)](_0xe1ed76(0xd4))||_0xe1ed76(0x87)===_0x5d3e9c)&&_0x4e7b23[_0xe1ed76(0xa7)](_0x5d3e9c,_0x307d95);_0x4e7b23[_0xe1ed76(0xa5)](_0xe1ed76(0xb4),_0x307d95);});}async[_0x318a8c(0x77)](){const _0x4d3a67=_0x318a8c,_0x427d1a=[],_0x53ebe8=this[_0x4d3a67(0xbf)][_0x4d3a67(0x78)][_0x4d3a67(0x84)](_0x4d3a67(0x83))||[];for(const _0x17b893 of _0x53ebe8)_0x427d1a[_0x4d3a67(0x9d)]({'title':_0x17b893[_0x4d3a67(0x81)],'id':_0x17b893['id'],'commandId':_0x17b893['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x17b893['id']}});const _0x5235ff=new _0xcd8209();return _0x5235ff[_0x4d3a67(0xbd)](this[_0x4d3a67(0x89)](_0x427d1a)),_0x5235ff;}[_0x318a8c(0x89)](_0x1737ec){const _0xdd61f6=_0x318a8c;return _0x1737ec[_0xdd61f6(0x71)](_0x3bebf0=>{const _0x56e104=_0xdd61f6,_0x43927f=_0x56e104(0x96)+_0x3bebf0[_0x56e104(0x88)][_0x56e104(0x9f)]()[_0x56e104(0x82)]('-','_');return{..._0x3bebf0,'title':this[_0x56e104(0xcf)](_0x43927f,_0x3bebf0[_0x56e104(0x88)])};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9ca87b=_0x376d;(function(_0x2ba034,_0x646d3f){const _0x393a3c=_0x376d,_0x9d9f0=_0x2ba034();while(!![]){try{const _0x3f1a2e=parseInt(_0x393a3c(0xe6))/0x1*(parseInt(_0x393a3c(0xdf))/0x2)+parseInt(_0x393a3c(0xcd))/0x3+-parseInt(_0x393a3c(0xd9))/0x4*(-parseInt(_0x393a3c(0xd6))/0x5)+parseInt(_0x393a3c(0xcb))/0x6*(parseInt(_0x393a3c(0xeb))/0x7)+-parseInt(_0x393a3c(0xcc))/0x8+-parseInt(_0x393a3c(0xd0))/0x9+-parseInt(_0x393a3c(0xe2))/0xa;if(_0x3f1a2e===_0x646d3f)break;else _0x9d9f0['push'](_0x9d9f0['shift']());}catch(_0x2831e9){_0x9d9f0['push'](_0x9d9f0['shift']());}}}(_0x16bb,0x4faf7));import{FormHeaderView as _0x482538}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x29d7dc}from'ckeditor5/src/icons.js';import{getTranslation as _0x554501}from'../aicore/utils/common-translations.js';function _0x16bb(){const _0x3ed9d5=['710226ILpEZs','ck-ai-header\x20ck-ai-header_review-translate','get','4284KyqiWb','AI_TRANSLATE_FINISH_HEADER_TITLE','pluginName','_mainView','ck-ai-translate-mode','translate','59665rLnmsU','AI_TRANSLATE_EMPTY_RESULTS_TEXT','AI_TRANSLATE_FINISH_BUTTON_LABEL','60ONOOxg','AI_REVIEW_CHECK_TRANSLATE_TITLE','AITranslateUI','leaveReview','createMainView','plugins','473098VkvQmX','AITabs','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','3047970ekHfnO','context','extendTemplate','locale','1cbXozS','view','getReviewCheckList','fire','addTab','177408CXzcsr','activateTab','registerTab','24TTuXEf','975984PbOPzp'];_0x16bb=function(){return _0x3ed9d5;};return _0x16bb();}import{AIReviewCoreUI as _0x21b05d}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x4109ce}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0x10c6da}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0x4111c8}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';function _0x376d(_0x3e1842,_0x40e3c2){const _0x16bb9a=_0x16bb();return _0x376d=function(_0x376db2,_0x5ad4b9){_0x376db2=_0x376db2-0xca;let _0x3fc4c2=_0x16bb9a[_0x376db2];return _0x3fc4c2;},_0x376d(_0x3e1842,_0x40e3c2);}import{AITranslateCheckListView as _0x1745b4}from'./ui/aitranslatechecklistview.js';import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x21b05d{static get[_0x9ca87b(0xd2)](){const _0x42d950=_0x9ca87b;return _0x42d950(0xdb);}[_0x9ca87b(0xdd)](){const _0x11ceb4=_0x9ca87b,_0x34826b=this[_0x11ceb4(0xe3)][_0x11ceb4(0xe5)],_0x4fbe37=new _0x482538(_0x34826b,{'label':_0x554501(_0x34826b,_0x11ceb4(0xda)),'icon':_0x29d7dc,'class':_0x11ceb4(0xce)}),_0x520d7a=new _0x4109ce(_0x34826b,{'header':_0x4fbe37,'list':new _0x1745b4(_0x34826b),'results':new _0x10c6da(_0x34826b,{'generalErrorText':_0x554501(_0x34826b,_0x11ceb4(0xe1))}),'completed':new _0x4111c8(_0x34826b,{'headerText':_0x554501(_0x34826b,_0x11ceb4(0xd1)),'emptyResultsText':_0x554501(_0x34826b,_0x11ceb4(0xd7)),'buttonText':_0x554501(_0x34826b,_0x11ceb4(0xd8))})});return _0x520d7a[_0x11ceb4(0xe4)]({'attributes':{'class':_0x11ceb4(0xd4)}}),_0x520d7a;}[_0x9ca87b(0xca)](){const _0x51ca67=_0x9ca87b,_0x11f309=this[_0x51ca67(0xe3)][_0x51ca67(0xde)][_0x51ca67(0xcf)](_0x51ca67(0xe0));_0x11f309[_0x51ca67(0xe7)]['on'](_0x51ca67(0xec),(_0x5b3826,_0x215cdb)=>{const _0x22f1ca=_0x51ca67;_0x22f1ca(0xd5)===_0x215cdb?this[_0x22f1ca(0xe9)](_0x22f1ca(0xe8)):this[_0x22f1ca(0xe9)](_0x22f1ca(0xdc));}),_0x11f309[_0x51ca67(0xe7)][_0x51ca67(0xea)]({'id':_0x51ca67(0xd5),'buttonLabel':_0x554501(this[_0x51ca67(0xe3)][_0x51ca67(0xe5)],_0x51ca67(0xda)),'buttonIcon':_0x29d7dc,'order':0x0,'content':this[_0x51ca67(0xd3)]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x393a(){const _0x2342f9=['ck-ai-translate__check-list-wrapper','_checkViews','setTemplate','ck-ai_review__check-list','_setupTemplate','1900770nSEIjV','2802784VdgfJR','1194CedjYV','bindTemplate','isVisible','locale','1379052lPGaUg','ck-ai-translate__check-list-header','4896696SXoTcq','ck-hidden','AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','1801632BfVRRK','185383rbCzoe','div','AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','8830XbXQej'];_0x393a=function(){return _0x2342f9;};return _0x393a();}const _0xd8ffe5=_0x5820;(function(_0x2e99db,_0x590f38){const _0x5e6c39=_0x5820,_0x1bd1b7=_0x2e99db();while(!![]){try{const _0x3ce6cc=-parseInt(_0x5e6c39(0x93))/0x1+parseInt(_0x5e6c39(0x87))/0x2+-parseInt(_0x5e6c39(0x8d))/0x3+-parseInt(_0x5e6c39(0x92))/0x4+parseInt(_0x5e6c39(0x96))/0x5*(-parseInt(_0x5e6c39(0x89))/0x6)+parseInt(_0x5e6c39(0x8f))/0x7+parseInt(_0x5e6c39(0x88))/0x8;if(_0x3ce6cc===_0x590f38)break;else _0x1bd1b7['push'](_0x1bd1b7['shift']());}catch(_0x4e20ef){_0x1bd1b7['push'](_0x1bd1b7['shift']());}}}(_0x393a,0x87188));function _0x5820(_0x45ef73,_0x1bc5dc){const _0x393ad2=_0x393a();return _0x5820=function(_0x58207d,_0x1d9ec9){_0x58207d=_0x58207d-0x82;let _0x25aa39=_0x393ad2[_0x58207d];return _0x25aa39;},_0x5820(_0x45ef73,_0x1bc5dc);}import{AIReviewCoreReviewCheckListView as _0x3c86ec}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';import{getTranslation as _0x159aac}from'../../aicore/utils/common-translations.js';export class AITranslateCheckListView extends _0x3c86ec{[_0xd8ffe5(0x86)](){const _0x3e55ec=_0xd8ffe5,_0x2344ff=this[_0x3e55ec(0x8a)];this[_0x3e55ec(0x84)]({'tag':_0x3e55ec(0x94),'attributes':{'class':[_0x3e55ec(0x82),_0x2344ff['if'](_0x3e55ec(0x8b),_0x3e55ec(0x90),_0x40e0b6=>!_0x40e0b6)]},'children':[{'tag':_0x3e55ec(0x94),'attributes':{'class':[_0x3e55ec(0x8e)]},'children':[{'tag':'h2','children':[{'text':_0x159aac(this[_0x3e55ec(0x8c)],_0x3e55ec(0x95))}]},{'tag':'p','children':[{'text':_0x159aac(this[_0x3e55ec(0x8c)],_0x3e55ec(0x91))}]}]},{'tag':_0x3e55ec(0x94),'attributes':{'class':[_0x3e55ec(0x85),_0x2344ff['if'](_0x3e55ec(0x8b),_0x3e55ec(0x90),_0xcfdbf2=>!_0xcfdbf2)]},'children':this[_0x3e55ec(0x83)]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x3c60(_0x59ffc1,_0x2c2033){const _0x42a2fb=_0x42a2();return _0x3c60=function(_0x3c607b,_0x4dae1c){_0x3c607b=_0x3c607b-0x83;let _0x51bad9=_0x42a2fb[_0x3c607b];return _0x51bad9;},_0x3c60(_0x59ffc1,_0x2c2033);}function _0x42a2(){const _0x142a2c=['set:isLoading','locale','639459DrrYVK','1628965zsRXcN','_createAcceptAllButtonView','18oNMQsy','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','AI_TRANSLATE_ACCEPT_ALL','_createExitReviewButtonView','AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','set','182186IQHtBH','1054018oqUzQF','headerTitle','AI_CHAT_HISTORY_CANCEL','set:isResultReady','3920328EKGPYe','2163724nsJilH','label','9RsZxjT','996900YagEwY'];_0x42a2=function(){return _0x142a2c;};return _0x42a2();}const _0x23834b=_0x3c60;(function(_0x47520a,_0x4e2d1a){const _0x5cb792=_0x3c60,_0x1a9ddf=_0x47520a();while(!![]){try{const _0x514734=parseInt(_0x5cb792(0x96))/0x1+parseInt(_0x5cb792(0x8a))/0x2+-parseInt(_0x5cb792(0x8d))/0x3+-parseInt(_0x5cb792(0x87))/0x4+parseInt(_0x5cb792(0x8e))/0x5+-parseInt(_0x5cb792(0x90))/0x6*(parseInt(_0x5cb792(0x97))/0x7)+-parseInt(_0x5cb792(0x86))/0x8*(-parseInt(_0x5cb792(0x89))/0x9);if(_0x514734===_0x4e2d1a)break;else _0x1a9ddf['push'](_0x1a9ddf['shift']());}catch(_0x2421f6){_0x1a9ddf['push'](_0x1a9ddf['shift']());}}}(_0x42a2,0x46f68));import{AIReviewCoreUICheckResultsView as _0x4e043e}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{getTranslation as _0x23a4d9}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x4e043e{constructor(_0x23ab94,_0x9b1648){const _0x558f65=_0x3c60;super(_0x23ab94,_0x9b1648),this['on'](_0x558f65(0x8b),(_0xb683c1,_0x543f63,_0xf99c80)=>{const _0x16ebd7=_0x558f65;_0xf99c80&&(this[_0x16ebd7(0x83)]=_0x23a4d9(this[_0x16ebd7(0x8c)],_0x16ebd7(0x91)));}),this['on'](_0x558f65(0x85),(_0x2560ab,_0x297465,_0x27e4dd)=>{const _0x2bf8b7=_0x558f65;_0x27e4dd&&(this[_0x2bf8b7(0x83)]=_0x23a4d9(this[_0x2bf8b7(0x8c)],_0x2bf8b7(0x94)));});}[_0x23834b(0x8f)](){const _0x1c04d6=_0x23834b,_0x4b3578=super[_0x1c04d6(0x8f)]();return _0x4b3578[_0x1c04d6(0x95)](_0x1c04d6(0x88),_0x23a4d9(this[_0x1c04d6(0x8c)],_0x1c04d6(0x92))),_0x4b3578;}[_0x23834b(0x93)](){const _0x34982d=_0x23834b,_0xf77f25=super[_0x34982d(0x93)]();return _0xf77f25[_0x34982d(0x95)](_0x34982d(0x88),_0x23a4d9(this[_0x34982d(0x8c)],_0x34982d(0x84))),_0xf77f25;}}
|