@ckeditor/ckeditor5-ai 47.7.0-alpha.4 → 47.7.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/aiformerrorview.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/aichatview.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/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.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/pipeline/airesponseparser.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/documentrange.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.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/aireviewchecklist.js +1 -1
- package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
- package/src/aireviewcore/model/aireviewsystemcheckrun.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/aireviewmode/model/aireviewcheckcustom.js +1 -1
- package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewmodechecklist.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/model/aitranslatecheck.js +1 -1
- package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
- package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
package/src/aitabs/aitabs.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xf3c079=_0x56e2;(function(_0x4f641d,_0x12ffda){const _0x27a14a=_0x56e2,_0x298734=_0x4f641d();while(!![]){try{const _0xd10cb=-parseInt(_0x27a14a(0x185))/0x1+-parseInt(_0x27a14a(0x1a6))/0x2+parseInt(_0x27a14a(0x197))/0x3+-parseInt(_0x27a14a(0x186))/0x4*(-parseInt(_0x27a14a(0x19e))/0x5)+-parseInt(_0x27a14a(0x195))/0x6*(-parseInt(_0x27a14a(0x1a1))/0x7)+parseInt(_0x27a14a(0x187))/0x8+-parseInt(_0x27a14a(0x1aa))/0x9;if(_0xd10cb===_0x12ffda)break;else _0x298734['push'](_0x298734['shift']());}catch(_0x4cd8f4){_0x298734['push'](_0x298734['shift']());}}}(_0x3757,0x9ebdd));function _0x56e2(_0x2ec204,_0x159339){const _0x37579e=_0x3757();return _0x56e2=function(_0x56e228,_0x5f46a0){_0x56e228=_0x56e228-0x17a;let _0x343ece=_0x37579e[_0x56e228];return _0x343ece;},_0x56e2(_0x2ec204,_0x159339);}import{ContextPlugin as _0x36efb1,Editor as _0x3737e5}from'ckeditor5/src/core.js';import{CKEditorError as _0x118c75}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x29b2e2,AI_TABS_VIEW_SIDES as _0x46b292,AI_TABS_VIEW_TYPES as _0x488106}from'./aitabsmainview.js';export class AITabs extends _0x36efb1{[_0xf3c079(0x17e)];[_0xf3c079(0x1a4)]=null;[_0xf3c079(0x19c)]=!0x0;static get[_0xf3c079(0x19a)](){const _0x383ebb=_0xf3c079;return _0x383ebb(0x19b);}static get[_0xf3c079(0x183)](){return!0x0;}static get[_0xf3c079(0x1a2)](){return!0x0;}constructor(_0x323250){const _0x1d54c9=_0xf3c079;super(_0x323250);const _0x2e8b6d=this[_0x1d54c9(0x180)][_0x1d54c9(0x18a)][_0x1d54c9(0x182)](_0x1d54c9(0x191));if(this[_0x1d54c9(0x1a0)](_0x1d54c9(0x184),_0x1d54c9(0x181)),!_0x2e8b6d)throw new _0x118c75(_0x1d54c9(0x198));if(void 0x0!==_0x2e8b6d[_0x1d54c9(0x19c)]&&(this[_0x1d54c9(0x19c)]=_0x2e8b6d[_0x1d54c9(0x19c)]),_0x1d54c9(0x1a3)!==_0x2e8b6d[_0x1d54c9(0x18d)]&&_0x1d54c9(0x1a8)!==_0x2e8b6d[_0x1d54c9(0x18d)]||_0x2e8b6d[_0x1d54c9(0x184)]&&(this[_0x1d54c9(0x184)]=_0x2e8b6d[_0x1d54c9(0x184)]),_0x1d54c9(0x1a3)===_0x2e8b6d[_0x1d54c9(0x18d)]){if(this[_0x1d54c9(0x1a4)]=_0x2e8b6d[_0x1d54c9(0x17f)],this[_0x1d54c9(0x1a0)](_0x1d54c9(0x18d),_0x1d54c9(0x1a3)),!this[_0x1d54c9(0x1a4)])throw new _0x118c75(_0x1d54c9(0x188));}else _0x1d54c9(0x1a8)===_0x2e8b6d[_0x1d54c9(0x18d)]?(this[_0x1d54c9(0x1a4)]=document[_0x1d54c9(0x17d)],this[_0x1d54c9(0x1a0)](_0x1d54c9(0x18d),_0x1d54c9(0x1a8))):(this[_0x1d54c9(0x1a4)]=null,this[_0x1d54c9(0x1a0)](_0x1d54c9(0x18d),_0x1d54c9(0x192)));this[_0x1d54c9(0x17e)]=new _0x29b2e2(this[_0x1d54c9(0x180)][_0x1d54c9(0x1a5)],{'side':this[_0x1d54c9(0x184)],'type':this[_0x1d54c9(0x18d)],'visibleByDefault':void 0x0===_0x2e8b6d[_0x1d54c9(0x190)]||_0x2e8b6d[_0x1d54c9(0x190)]}),this[_0x1d54c9(0x17e)][_0x1d54c9(0x18c)](),this[_0x1d54c9(0x17e)][_0x1d54c9(0x18f)](_0x1d54c9(0x184))['to'](this,_0x1d54c9(0x184)),this[_0x1d54c9(0x17e)][_0x1d54c9(0x18f)](_0x1d54c9(0x18d))['to'](this,_0x1d54c9(0x18d)),this[_0x1d54c9(0x1a4)]&&this[_0x1d54c9(0x1a4)][_0x1d54c9(0x19f)](this[_0x1d54c9(0x17e)][_0x1d54c9(0x17f)]),this[_0x1d54c9(0x180)]instanceof _0x3737e5&&this[_0x1d54c9(0x180)]['ui'][_0x1d54c9(0x193)][_0x1d54c9(0x196)](this[_0x1d54c9(0x17e)][_0x1d54c9(0x17f)]);}[_0xf3c079(0x1a7)](_0x4e2053){const _0x31f36b=_0xf3c079;if(_0x4e2053&&this[_0x31f36b(0x18d)]!==_0x4e2053){if(!_0x488106[_0x31f36b(0x189)](_0x4e2053))throw new _0x118c75(_0x31f36b(0x17c));this[_0x31f36b(0x18d)]=_0x4e2053;}}[_0xf3c079(0x18e)](_0x37080){const _0x58073d=_0xf3c079;if(_0x37080&&this[_0x58073d(0x184)]!==_0x37080){if(!_0x46b292[_0x58073d(0x189)](_0x37080))throw new _0x118c75(_0x58073d(0x17a));this[_0x58073d(0x184)]=_0x37080;}}[_0xf3c079(0x1a9)](){const _0x1b56d8=_0xf3c079;this[_0x1b56d8(0x17e)][_0x1b56d8(0x17b)]=!this[_0x1b56d8(0x17e)][_0x1b56d8(0x17b)],this[_0x1b56d8(0x19d)](_0x1b56d8(0x199),this[_0x1b56d8(0x17e)][_0x1b56d8(0x17b)]);}[_0xf3c079(0x18b)](){const _0x20db34=_0xf3c079;super[_0x20db34(0x18b)](),this[_0x20db34(0x17e)][_0x20db34(0x18b)](),this[_0x20db34(0x17e)][_0x20db34(0x17f)]&&this[_0x20db34(0x17e)][_0x20db34(0x17f)][_0x20db34(0x194)]();}}function _0x3757(){const _0x378119=['isPremiumPlugin','sidebar','container','locale','317306JlSPPf','switchType','overlay','resize','23665545xTRnPs','ai-tabs-unsupported-ui-side','isMaximized','ai-tabs-unsupported-ui-type','body','view','element','context','right','get','isOfficialPlugin','side','345354cAScqt','18336dWMIdj','9644368dueHIa','ai-tabs-sidebar-container-element-not-found','includes','config','destroy','render','type','switchSide','bind','visibleByDefault','ai.container','custom','focusTracker','remove','1308YsuZPD','add','2782857aIDNuU','ai-tabs-configuration-not-found','resizedTabs','pluginName','AITabs','showResizeButton','fire','970XdNrKF','appendChild','set','24444OuJdwn'];_0x3757=function(){return _0x378119;};return _0x3757();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48b340=_0x1ccc;function _0x3ab0(){const _0x2f8b41=['1256304Yvktzz','hide','class','1591610VnpUYT','54610oQgijO','bindTemplate','extendTemplate','101022bzSfFV','6XdLkcL','isToggleable','top','16eKWruO','ck-tab-button','show','isVisible','2547oOuhyN','side','1120980uGWJWP','ck-tab-button_','set','1611622DSFKEf','9283463HMmFGg'];_0x3ab0=function(){return _0x2f8b41;};return _0x3ab0();}(function(_0x5567ac,_0x2e28d4){const _0x5cdc2c=_0x1ccc,_0x16615e=_0x5567ac();while(!![]){try{const _0x2ed15f=-parseInt(_0x5cdc2c(0x149))/0x1+-parseInt(_0x5cdc2c(0x140))/0x2*(parseInt(_0x5cdc2c(0x152))/0x3)+-parseInt(_0x5cdc2c(0x146))/0x4+parseInt(_0x5cdc2c(0x14e))/0x5+-parseInt(_0x5cdc2c(0x153))/0x6*(-parseInt(_0x5cdc2c(0x14a))/0x7)+-parseInt(_0x5cdc2c(0x14b))/0x8+parseInt(_0x5cdc2c(0x144))/0x9*(parseInt(_0x5cdc2c(0x14f))/0xa);if(_0x2ed15f===_0x2e28d4)break;else _0x16615e['push'](_0x16615e['shift']());}catch(_0x9cf1da){_0x16615e['push'](_0x16615e['shift']());}}}(_0x3ab0,0xd4d11));import{ButtonView as _0x20b4f5}from'ckeditor5/src/ui.js';import{toArray as _0x505629}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';function _0x1ccc(_0x20e655,_0x3b35c5){const _0x3ab051=_0x3ab0();return _0x1ccc=function(_0x1ccc65,_0x372e5e){_0x1ccc65=_0x1ccc65-0x13f;let _0x104693=_0x3ab051[_0x1ccc65];return _0x104693;},_0x1ccc(_0x20e655,_0x3b35c5);}export class TabButtonView extends _0x20b4f5{constructor(_0x1e4a8a,_0x500014={}){const _0x510d2f=_0x1ccc;super(_0x1e4a8a),this[_0x510d2f(0x154)]=!0x0,this[_0x510d2f(0x148)](_0x510d2f(0x145),_0x500014[_0x510d2f(0x145)]||_0x510d2f(0x13f));const _0x1044e3=this[_0x510d2f(0x150)];this[_0x510d2f(0x151)]({'attributes':{'class':[_0x510d2f(0x141),..._0x505629(_0x500014[_0x510d2f(0x14d)]||[]),_0x1044e3['to'](_0x510d2f(0x145),_0x443c10=>_0x510d2f(0x147)+_0x443c10),_0x1044e3['to'](_0x510d2f(0x14d))]}});}[_0x48b340(0x142)](){const _0xfb509c=_0x48b340;this[_0xfb509c(0x148)](_0xfb509c(0x143),!0x0);}[_0x48b340(0x14c)](){const _0x49ebbd=_0x48b340;this[_0x49ebbd(0x148)](_0x49ebbd(0x143),!0x1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
var _0xf566fe=_0x3d13;function _0x3d13(_0x4e5c77,_0xfaffc){var _0xf42653=_0xf426();return _0x3d13=function(_0x3d1333,_0xdf0b26){_0x3d1333=_0x3d1333-0x1b7;var _0x3cf2d2=_0xf42653[_0x3d1333];return _0x3cf2d2;},_0x3d13(_0x4e5c77,_0xfaffc);}(function(_0x15e964,_0x634768){var _0x1f44b6=_0x3d13,_0x24704e=_0x15e964();while(!![]){try{var _0x250579=parseInt(_0x1f44b6(0x1bb))/0x1+parseInt(_0x1f44b6(0x1ba))/0x2+-parseInt(_0x1f44b6(0x1bf))/0x3+-parseInt(_0x1f44b6(0x1b9))/0x4*(parseInt(_0x1f44b6(0x1b8))/0x5)+-parseInt(_0x1f44b6(0x1b7))/0x6+-parseInt(_0x1f44b6(0x1c2))/0x7+parseInt(_0x1f44b6(0x1bc))/0x8;if(_0x250579===_0x634768)break;else _0x24704e['push'](_0x24704e['shift']());}catch(_0x55e3eb){_0x24704e['push'](_0x24704e['shift']());}}}(_0xf426,0x86e95));function _0xf426(){var _0x2e9444=['requires','AITranslate','2289714NxhExS','pluginName','5996118plMJQN','5isxkxZ','3441704rymMzJ','1098198mrFwhB','464038wilLwm','21444040coVoff','isOfficialPlugin','isPremiumPlugin','2862492bRAnCt'];_0xf426=function(){return _0x2e9444;};return _0xf426();}import{ContextPlugin as _0x304ed1}from'ckeditor5/src/core.js';import{AITranslateController as _0x95c46}from'./aitranslatecontroller.js';import{AITranslateUI as _0x1dd5a7}from'./aitranslateui.js';import{AIReviewCoreEditing as _0x4e3843}from'../aireviewcore/aireviewcoreediting.js';export class AITranslate extends _0x304ed1{static get[_0xf566fe(0x1c0)](){return[_0x95c46,_0x1dd5a7,_0x4e3843];}static get[_0xf566fe(0x1c3)](){var _0x1f2352=_0xf566fe;return _0x1f2352(0x1c1);}static get[_0xf566fe(0x1bd)](){return!0x0;}static get[_0xf566fe(0x1be)](){return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x502ffe=_0x4837;(function(_0x4e20dc,_0x219428){const _0xe5e41b=_0x4837,_0x44ff99=_0x4e20dc();while(!![]){try{const _0x4bb15c=parseInt(_0xe5e41b(0xd6))/0x1*(parseInt(_0xe5e41b(0xee))/0x2)+-parseInt(_0xe5e41b(0xcc))/0x3+-parseInt(_0xe5e41b(0xfe))/0x4+-parseInt(_0xe5e41b(0x108))/0x5+-parseInt(_0xe5e41b(0xdf))/0x6*(-parseInt(_0xe5e41b(0x109))/0x7)+parseInt(_0xe5e41b(0xc0))/0x8+-parseInt(_0xe5e41b(0xe6))/0x9;if(_0x4bb15c===_0x219428)break;else _0x44ff99['push'](_0x44ff99['shift']());}catch(_0x567cef){_0x44ff99['push'](_0x44ff99['shift']());}}}(_0x49d7,0xc3c27));import{AIReviewCoreController as _0x2000a5}from'../aireviewcore/aireviewcorecontroller.js';import{AITranslateCheckList as _0x174290}from'./model/aitranslatechecklist.js';function _0x4837(_0x4a48bf,_0x1256e1){const _0x49d7f6=_0x49d7();return _0x4837=function(_0x4837bd,_0x2ecbb4){_0x4837bd=_0x4837bd-0xa9;let _0x518bb5=_0x49d7f6[_0x4837bd];return _0x518bb5;},_0x4837(_0x4a48bf,_0x1256e1);}import{AITranslateCheckRun as _0x3d0cb3}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x41fbd4}from'../aicore/utils/common-translations.js';export class AITranslateController extends _0x2000a5{static get[_0x502ffe(0xb9)](){const _0x24b565=_0x502ffe;return _0x24b565(0xd4);}constructor(_0xf4ae4e){const _0x1b126d=_0x502ffe;super(_0xf4ae4e),this[_0x1b126d(0xd5)][_0x1b126d(0xbf)][_0x1b126d(0xb7)](_0x1b126d(0xd9),[{'label':_0x1b126d(0xb0),'id':_0x1b126d(0xb1)},{'label':_0x1b126d(0xce),'id':_0x1b126d(0xf4)},{'label':_0x1b126d(0xde),'id':_0x1b126d(0xbc)},{'label':_0x1b126d(0x111),'id':_0x1b126d(0xae)},{'label':_0x1b126d(0x100),'id':_0x1b126d(0xbe)},{'label':_0x1b126d(0xcf),'id':_0x1b126d(0xff)},{'label':_0x1b126d(0xaf),'id':_0x1b126d(0xcb)},{'label':_0x1b126d(0xd8),'id':_0x1b126d(0xc2)},{'label':_0x1b126d(0xf8),'id':_0x1b126d(0xda)},{'label':_0x1b126d(0xbb),'id':_0x1b126d(0xfd)}]);}[_0x502ffe(0x102)](){const _0x19583a=_0x502ffe;this[_0x19583a(0xcd)](!0x0);}[_0x502ffe(0xaa)](){const _0x4b8bff=_0x502ffe;super[_0x4b8bff(0xaa)](),this[_0x4b8bff(0xe7)]=this[_0x4b8bff(0xd5)][_0x4b8bff(0xc1)][_0x4b8bff(0xfc)](_0x4b8bff(0xbd)),this[_0x4b8bff(0xc8)]=this[_0x4b8bff(0xd5)][_0x4b8bff(0xc1)][_0x4b8bff(0xfc)](_0x4b8bff(0x105));}[_0x502ffe(0xef)](_0x1283fc,_0x4fe6d5){const _0x4433b8=_0x502ffe;return new _0x3d0cb3(this[_0x4433b8(0xc8)][_0x4433b8(0x10d)](),_0x4fe6d5,this[_0x4433b8(0xea)],_0x41fbd4(this[_0x4433b8(0xd5)][_0x4433b8(0xd3)],_0x4433b8(0x10e)),_0x1283fc[_0x4433b8(0xe9)],_0x1283fc[_0x4433b8(0xf6)]);}[_0x502ffe(0xc5)](_0x8ba009){const _0x2fda8d=_0x502ffe;this[_0x2fda8d(0xe7)][_0x2fda8d(0x103)](_0x8ba009[_0x2fda8d(0xba)]['id']),this[_0x2fda8d(0xc8)][_0x2fda8d(0x10a)](_0x8ba009[_0x2fda8d(0xba)]['id']);}[_0x502ffe(0xad)](){const _0xc123f=_0x502ffe;this[_0xc123f(0xc8)][_0xc123f(0x10f)](),this[_0xc123f(0xe7)][_0xc123f(0xfa)]();}[_0x502ffe(0x10b)](_0x426d96){const _0x228e3e=_0x502ffe;this[_0x228e3e(0xb4)]&&(_0x228e3e(0xe3)===_0x426d96[_0x228e3e(0xb8)]&&(this[_0x228e3e(0xf0)]=_0x228e3e(0xd2),this[_0x228e3e(0xb4)][_0x228e3e(0xf7)](_0x426d96['id'])),_0x228e3e(0xc9)===_0x426d96[_0x228e3e(0xb8)]&&this[_0x228e3e(0xe8)](_0x426d96['id']));}[_0x502ffe(0xf5)](_0x2d3cfb){const _0x2a05b9=_0x502ffe;this[_0x2a05b9(0xb4)]&&_0x2a05b9(0xd2)===_0x2d3cfb[_0x2a05b9(0xd0)]&&this[_0x2a05b9(0xb4)][_0x2a05b9(0xd1)]();}[_0x502ffe(0x10c)](_0x34b2ce,_0x342719){const _0x1f8b8a=_0x502ffe;this[_0x1f8b8a(0xb4)]&&(this[_0x1f8b8a(0xf0)]=_0x1f8b8a(0xf9),this[_0x1f8b8a(0xb4)][_0x1f8b8a(0xf7)](_0x342719[_0x1f8b8a(0xe1)]),this[_0x1f8b8a(0xe8)](_0x342719[_0x1f8b8a(0xe1)]));}[_0x502ffe(0xe0)](_0x358399,_0x5dfe64){const _0x527fd2=_0x502ffe;this[_0x527fd2(0xb4)]&&(this[_0x527fd2(0xf0)]=_0x527fd2(0xf9),this[_0x527fd2(0xb4)][_0x527fd2(0xf7)](_0x5dfe64[_0x527fd2(0xe1)]),this[_0x527fd2(0xc8)][_0x527fd2(0x106)](_0x5dfe64[_0x527fd2(0xe1)]));}[_0x502ffe(0xb6)](){const _0x2047fb=_0x502ffe;this[_0x2047fb(0xb4)]&&_0x2047fb(0xf9)===this[_0x2047fb(0xf0)]&&(this[_0x2047fb(0xb4)][_0x2047fb(0xd1)](),this[_0x2047fb(0xc8)][_0x2047fb(0x10f)]());}[_0x502ffe(0xc7)](_0x290ed1){const _0x3f19c8=_0x502ffe;return this[_0x3f19c8(0xc8)][_0x3f19c8(0xf3)](_0x290ed1);}[_0x502ffe(0xd7)](_0x24121a,_0x3d3dbf){const _0xf909e3=_0x502ffe;this[_0xf909e3(0xc8)][_0xf909e3(0xed)](_0x24121a,_0x3d3dbf);}[_0x502ffe(0xec)](_0x490e17,_0x1cc83c){const _0xd06b82=_0x502ffe;return this[_0xd06b82(0xc8)][_0xd06b82(0xeb)](_0x490e17,_0x1cc83c,!0x0);}[_0x502ffe(0xdd)](){const _0x2ac3a6=_0x502ffe,_0x4aa69b=this[_0x2ac3a6(0xc8)][_0x2ac3a6(0x110)]();_0x4aa69b&&_0x4aa69b[_0x2ac3a6(0xac)][_0x2ac3a6(0xe4)][_0x2ac3a6(0xba)](_0x30a68a=>{const _0x2b6eba=_0x2ac3a6,_0x4c5f0e=_0x4aa69b[_0x2b6eba(0xac)][_0x2b6eba(0xe4)][_0x2b6eba(0xc4)][_0x2b6eba(0xf2)]();for(const _0x5417f8 of _0x4c5f0e[_0x2b6eba(0x101)]())(_0x5417f8[_0x2b6eba(0xe5)](_0x2b6eba(0xb3))||_0x2b6eba(0xfb)===_0x5417f8)&&_0x30a68a[_0x2b6eba(0xe2)](_0x5417f8,_0x4c5f0e);_0x30a68a[_0x2b6eba(0xc3)](_0x2b6eba(0xdb),_0x4c5f0e);});}async[_0x502ffe(0xc6)](){const _0x2473c0=_0x502ffe,_0x3f4a9d=[],_0x1e8cb4=this[_0x2473c0(0xd5)][_0x2473c0(0xbf)][_0x2473c0(0xfc)](_0x2473c0(0xd9))||[];for(const _0x58d901 of _0x1e8cb4)_0x3f4a9d[_0x2473c0(0x107)]({'title':_0x58d901[_0x2473c0(0xca)],'id':_0x58d901['id'],'commandId':_0x58d901['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x58d901['id']}});const _0x9456e1=new _0x174290();return _0x9456e1[_0x2473c0(0xa9)](this[_0x2473c0(0xb5)](_0x3f4a9d)),_0x9456e1;}[_0x502ffe(0xb5)](_0x5afc37){const _0x2edabc=_0x502ffe;return _0x5afc37[_0x2edabc(0x112)](_0x5ef267=>{const _0x42fee4=_0x2edabc,_0x3d8773=_0x42fee4(0x104)+_0x5ef267[_0x42fee4(0xb2)][_0x42fee4(0xab)]()[_0x42fee4(0xf1)]('-','_');return{..._0x5ef267,'title':this[_0x42fee4(0xdc)](_0x3d8773,_0x5ef267[_0x42fee4(0xb2)])};});}}function _0x49d7(){const _0x44ef2b=['1186xwhVKP','_markChangePositionInEditorContent','Portuguese','ai.translate.languages','korean','ck-ai-translate-mode-content','_getTranslationWithDefault','_onReviewCheckRun','French','569304pjxeGg','_onChangeMarkerHovered','changeId','removeClass','hover','view','startsWith','8743320WTmjET','_aiReviewCoreUi','_scrollToChange','params','_aiConnector','diffContent','_diffContent','markChangePositionInEditorContent','1970zJCXYQ','_createReviewCheckRun','_changeActivationSource','replaceAll','getRoot','getContentElementForChange','spanish','_onDeactivateChange','args','activateChange','Korean','content','resetActiveStateInResults','ck-ai-translate-','get','italian','20116FgtXvU','japanese','Chinese\x20(Simplified)','getClassNames','_onCheckRunFinished','setActiveStateInResults','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','AIReviewCoreEditing','reactivateMarkers','push','2984530lgavLw','14YUdELf','setMarkersInElementAsActive','_onActivateChange','_onChangeMarkerClicked','getDocumentData','AI_REVIEW_CHECK_TRANSLATE_TITLE','setAllMarkersAsInactive','getEditor','German','map','setupChecks','_initRequiredPlugins','toUpperCase','editing','_onReviewCheckResultDeactivated','german','Russian','English','english','title','ck-ai-review-','_currentReviewCheckRun','_translateChecks','_onChangeMarkerBlurred','define','uiInteraction','pluginName','change','Italian','french','AITranslateUI','chinese','config','8779752fapRwP','plugins','portuguese','addClass','document','_onReviewCheckResultActivated','_getChecksList','_getChangeContentElement','_aiReviewCoreEditing','click','label','russian','240603tYziuu','_onReviewRunLeave','Spanish','Japanese','origin','deactivateChange','panel','locale','AITranslateController','context'];_0x49d7=function(){return _0x44ef2b;};return _0x49d7();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x324394=_0xf882;(function(_0x2ca500,_0x596b8e){const _0xc5b618=_0xf882,_0x28b218=_0x2ca500();while(!![]){try{const _0x49c405=-parseInt(_0xc5b618(0x1f2))/0x1*(-parseInt(_0xc5b618(0x1e1))/0x2)+parseInt(_0xc5b618(0x1f3))/0x3+-parseInt(_0xc5b618(0x1e9))/0x4*(parseInt(_0xc5b618(0x1f1))/0x5)+parseInt(_0xc5b618(0x1dc))/0x6+parseInt(_0xc5b618(0x1e7))/0x7*(parseInt(_0xc5b618(0x1e0))/0x8)+-parseInt(_0xc5b618(0x1e2))/0x9*(-parseInt(_0xc5b618(0x1ec))/0xa)+parseInt(_0xc5b618(0x1f7))/0xb*(-parseInt(_0xc5b618(0x1e4))/0xc);if(_0x49c405===_0x596b8e)break;else _0x28b218['push'](_0x28b218['shift']());}catch(_0x4d2cda){_0x28b218['push'](_0x28b218['shift']());}}}(_0x1b29,0x3a772));import{FormHeaderView as _0x320338}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x5e7734}from'ckeditor5/src/icons.js';import{getTranslation as _0x1bd09d}from'../aicore/utils/common-translations.js';import{AIReviewCoreUI as _0x548a1d}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x238d6b}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0x547a7f}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0x3fa084}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';import{AITranslateCheckListView as _0x221a20}from'./ui/aitranslatechecklistview.js';function _0xf882(_0x20c41d,_0x57f0d9){const _0x1b2997=_0x1b29();return _0xf882=function(_0xf882c0,_0x5de89f){_0xf882c0=_0xf882c0-0x1d9;let _0x5b5072=_0x1b2997[_0xf882c0];return _0x5b5072;},_0xf882(_0x20c41d,_0x57f0d9);}function _0x1b29(){const _0x4c93b3=['1311459NqkDwc','fire','view','createMainView','803RiMkHj','ck-ai-header\x20ck-ai-header_review-translate','AI_TRANSLATE_FINISH_BUTTON_LABEL','AITabs','addTab','extendTemplate','getReviewCheckList','AITranslateUI','plugins','AI_TRANSLATE_EMPTY_RESULTS_TEXT','1264152EmIBCs','context','AI_REVIEW_CHECK_TRANSLATE_TITLE','locale','176312lEgCbY','8qlZOGh','92871KWhQdz','activateTab','180384HsSIce','_mainView','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','105FaLPUg','pluginName','4VosLjg','leaveReview','get','340cIgTBo','AI_TRANSLATE_FINISH_HEADER_TITLE','ck-ai-translate-mode','translate','registerTab','2180870mIRhCc','110927RoRGsu'];_0x1b29=function(){return _0x4c93b3;};return _0x1b29();}import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x548a1d{static get[_0x324394(0x1e8)](){const _0x32cbfb=_0x324394;return _0x32cbfb(0x1d9);}[_0x324394(0x1f6)](){const _0x421d5e=_0x324394,_0x31b1e9=this[_0x421d5e(0x1dd)][_0x421d5e(0x1df)],_0x5c3b44=new _0x320338(_0x31b1e9,{'label':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1de)),'icon':_0x5e7734,'class':_0x421d5e(0x1f8)}),_0x591a20=new _0x238d6b(_0x31b1e9,{'header':_0x5c3b44,'list':new _0x221a20(_0x31b1e9),'results':new _0x547a7f(_0x31b1e9,{'generalErrorText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1e6))}),'completed':new _0x3fa084(_0x31b1e9,{'headerText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1ed)),'emptyResultsText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1db)),'buttonText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1f9))})});return _0x591a20[_0x421d5e(0x1fc)]({'attributes':{'class':_0x421d5e(0x1ee)}}),_0x591a20;}[_0x324394(0x1f0)](){const _0x46538b=_0x324394,_0x1338ae=this[_0x46538b(0x1dd)][_0x46538b(0x1da)][_0x46538b(0x1eb)](_0x46538b(0x1fa));_0x1338ae[_0x46538b(0x1f5)]['on'](_0x46538b(0x1e3),(_0x123752,_0x278392)=>{const _0xd58e37=_0x46538b;_0xd58e37(0x1ef)===_0x278392?this[_0xd58e37(0x1f4)](_0xd58e37(0x1fd)):this[_0xd58e37(0x1f4)](_0xd58e37(0x1ea));}),_0x1338ae[_0x46538b(0x1f5)][_0x46538b(0x1fb)]({'id':_0x46538b(0x1ef),'buttonLabel':_0x1bd09d(this[_0x46538b(0x1dd)][_0x46538b(0x1df)],_0x46538b(0x1de)),'buttonIcon':_0x5e7734,'order':0x0,'content':this[_0x46538b(0x1e5)]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x462e(_0x514fcb,_0x5e4d2a){var _0x41aa7d=_0x41aa();return _0x462e=function(_0x462ecc,_0x389e40){_0x462ecc=_0x462ecc-0x8b;var _0x42802b=_0x41aa7d[_0x462ecc];return _0x42802b;},_0x462e(_0x514fcb,_0x5e4d2a);}var _0x534765=_0x462e;(function(_0x399397,_0x4be720){var _0x5a8014=_0x462e,_0x8ec380=_0x399397();while(!![]){try{var _0x5162a4=-parseInt(_0x5a8014(0x92))/0x1+parseInt(_0x5a8014(0x93))/0x2+parseInt(_0x5a8014(0x91))/0x3*(-parseInt(_0x5a8014(0x90))/0x4)+-parseInt(_0x5a8014(0x95))/0x5*(parseInt(_0x5a8014(0x8e))/0x6)+parseInt(_0x5a8014(0x96))/0x7*(parseInt(_0x5a8014(0x97))/0x8)+parseInt(_0x5a8014(0x8d))/0x9+-parseInt(_0x5a8014(0x94))/0xa*(-parseInt(_0x5a8014(0x8b))/0xb);if(_0x5162a4===_0x4be720)break;else _0x8ec380['push'](_0x8ec380['shift']());}catch(_0x45eb3b){_0x8ec380['push'](_0x8ec380['shift']());}}}(_0x41aa,0x46701));import{AIReviewCheck as _0x191474}from'../../aireviewcore/model/aireviewcheck.js';export class AITranslateCheck extends _0x191474{get[_0x534765(0x8c)](){var _0x42da37=_0x534765;return _0x42da37(0x8f);}}function _0x41aa(){var _0x3df79e=['5XGSZXw','45479MCWNqy','496VdsxEt','1379081LciZxn','apiId','262908KdShPk','545766iMOAva','translate','142256XZjjCk','24gADGOS','270618tMXdzS','252930LPVLkU','30VyNWWr'];_0x41aa=function(){return _0x3df79e;};return _0x41aa();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1009(_0x36903a,_0x31508b){const _0x4f3ef6=_0x4f3e();return _0x1009=function(_0x1009cf,_0x272ffe){_0x1009cf=_0x1009cf-0x9c;let _0x37d6f6=_0x4f3ef6[_0x1009cf];return _0x37d6f6;},_0x1009(_0x36903a,_0x31508b);}const _0x384312=_0x1009;(function(_0x586148,_0x1ba6b1){const _0xe87210=_0x1009,_0x5ce432=_0x586148();while(!![]){try{const _0x2514d3=-parseInt(_0xe87210(0xb4))/0x1*(-parseInt(_0xe87210(0xa9))/0x2)+-parseInt(_0xe87210(0xac))/0x3+parseInt(_0xe87210(0xaa))/0x4*(parseInt(_0xe87210(0xa8))/0x5)+parseInt(_0xe87210(0xab))/0x6*(parseInt(_0xe87210(0xb2))/0x7)+parseInt(_0xe87210(0x9d))/0x8*(-parseInt(_0xe87210(0xa3))/0x9)+parseInt(_0xe87210(0xa7))/0xa*(-parseInt(_0xe87210(0xa6))/0xb)+parseInt(_0xe87210(0xb0))/0xc;if(_0x2514d3===_0x1ba6b1)break;else _0x5ce432['push'](_0x5ce432['shift']());}catch(_0x4d7ec8){_0x5ce432['push'](_0x5ce432['shift']());}}}(_0x4f3e,0x95641));function _0x4f3e(){const _0x54caa5=['AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','ck-ai-translate__check-list-header','setTemplate','231003YZulOv','_setupTemplate','ck-hidden','43813laAsJO','2470HKwAfO','25945uJFQEY','4emrLSb','632FdaaQT','538836DVpizT','1242801haxIre','_checkViews','locale','isVisible','17467128GhMVmJ','bindTemplate','42lREYLq','ck-ai_review__check-list','149681IRWeEz','ck-ai-translate__check-list-wrapper','344XArlQg','div'];_0x4f3e=function(){return _0x54caa5;};return _0x4f3e();}import{AIReviewCoreReviewCheckListView as _0x20ccd8}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';import{getTranslation as _0x4f72ab}from'../../aicore/utils/common-translations.js';export class AITranslateCheckListView extends _0x20ccd8{[_0x384312(0xa4)](){const _0x19186e=_0x384312,_0x5ba3dd=this[_0x19186e(0xb1)];this[_0x19186e(0xa2)]({'tag':_0x19186e(0x9e),'attributes':{'class':[_0x19186e(0x9c),_0x5ba3dd['if'](_0x19186e(0xaf),_0x19186e(0xa5),_0x26ef10=>!_0x26ef10)]},'children':[{'tag':_0x19186e(0x9e),'attributes':{'class':[_0x19186e(0xa1)]},'children':[{'tag':'h2','children':[{'text':_0x4f72ab(this[_0x19186e(0xae)],_0x19186e(0xa0))}]},{'tag':'p','children':[{'text':_0x4f72ab(this[_0x19186e(0xae)],_0x19186e(0x9f))}]}]},{'tag':_0x19186e(0x9e),'attributes':{'class':[_0x19186e(0xb3),_0x5ba3dd['if'](_0x19186e(0xaf),_0x19186e(0xa5),_0x795309=>!_0x795309)]},'children':this[_0x19186e(0xad)]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3f477c=_0x3920;function _0x476f(){const _0x1292d8=['AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','locale','6903066zLkVAp','AI_TRANSLATE_ACCEPT_ALL','100376lmtORQ','set:isResultReady','81609EUlOzk','set','20vVBxDj','AI_CHAT_HISTORY_CANCEL','14548383blAqRC','1494132Ofizxs','headerTitle','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','_createExitReviewButtonView','497XiqSNg','70961050wmcIRu','8709vsmZyw','_createAcceptAllButtonView','set:isLoading','76lEuERx','label'];_0x476f=function(){return _0x1292d8;};return _0x476f();}(function(_0x38246e,_0x2aa0a8){const _0x249406=_0x3920,_0x17f081=_0x38246e();while(!![]){try{const _0x5a5e93=-parseInt(_0x249406(0x14e))/0x1+parseInt(_0x249406(0x151))/0x2*(-parseInt(_0x249406(0x143))/0x3)+parseInt(_0x249406(0x148))/0x4*(-parseInt(_0x249406(0x145))/0x5)+-parseInt(_0x249406(0x13f))/0x6+-parseInt(_0x249406(0x14c))/0x7*(parseInt(_0x249406(0x141))/0x8)+-parseInt(_0x249406(0x147))/0x9+parseInt(_0x249406(0x14d))/0xa;if(_0x5a5e93===_0x2aa0a8)break;else _0x17f081['push'](_0x17f081['shift']());}catch(_0x18490f){_0x17f081['push'](_0x17f081['shift']());}}}(_0x476f,0xdc253));function _0x3920(_0x5c0993,_0x106e32){const _0x476fb9=_0x476f();return _0x3920=function(_0x392059,_0x7eb8f4){_0x392059=_0x392059-0x13f;let _0x60b670=_0x476fb9[_0x392059];return _0x60b670;},_0x3920(_0x5c0993,_0x106e32);}import{AIReviewCoreUICheckResultsView as _0x22ea40}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{getTranslation as _0x38bbf4}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x22ea40{constructor(_0x50f6a7,_0x411a29){const _0xd1f22c=_0x3920;super(_0x50f6a7,_0x411a29),this['on'](_0xd1f22c(0x150),(_0x353371,_0x51ab0c,_0x1758fe)=>{const _0x32ca03=_0xd1f22c;_0x1758fe&&(this[_0x32ca03(0x149)]=_0x38bbf4(this[_0x32ca03(0x154)],_0x32ca03(0x14a)));}),this['on'](_0xd1f22c(0x142),(_0x3a68ad,_0x1ede56,_0x23c11e)=>{const _0x399ab2=_0xd1f22c;_0x23c11e&&(this[_0x399ab2(0x149)]=_0x38bbf4(this[_0x399ab2(0x154)],_0x399ab2(0x153)));});}[_0x3f477c(0x14f)](){const _0x6f158c=_0x3f477c,_0x537c4d=super[_0x6f158c(0x14f)]();return _0x537c4d[_0x6f158c(0x144)](_0x6f158c(0x152),_0x38bbf4(this[_0x6f158c(0x154)],_0x6f158c(0x140))),_0x537c4d;}[_0x3f477c(0x14b)](){const _0x286af7=_0x3f477c,_0x49d8b=super[_0x286af7(0x14b)]();return _0x49d8b[_0x286af7(0x144)](_0x286af7(0x152),_0x38bbf4(this[_0x286af7(0x154)],_0x286af7(0x146))),_0x49d8b;}}
|