@ckeditor/ckeditor5-ai 47.0.0-alpha.3 → 47.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/aiactionsinteraction.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/legacyerrors.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/form/prompthistory.js +1 -1
- package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
- package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
- package/src/aiballoon/ui/aiballoonview.js +1 -1
- package/src/aichat/aichat.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/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/model/aichatmodels.js +1 -1
- package/src/aichat/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatfeedview.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/aichatresourcelistitemview.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/controls/resources/aichatresourcesview.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/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
- package/src/aichat/utils/promisequeue.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/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aicapabilities.js +1 -1
- package/src/aicore/model/aiinteraction.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/aisuggestioncontainerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/documentposition.js +1 -1
- package/src/aicore/utils/geteditorfromcontext.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.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/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeediting.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
- package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewmodels.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformamanager.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/aitabsview.js +1 -1
- package/src/aitabs/tabs/tabbuttonview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5603c8=_0x4910;(function(_0x9ca7c,_0x101e9d){const _0x57c219=_0x4910,_0x948b67=_0x9ca7c();while(!![]){try{const _0x1a6587=-parseInt(_0x57c219(0x13f))/0x1+-parseInt(_0x57c219(0x12a))/0x2*(parseInt(_0x57c219(0x11c))/0x3)+parseInt(_0x57c219(0x16c))/0x4+parseInt(_0x57c219(0x132))/0x5*(-parseInt(_0x57c219(0x15e))/0x6)+parseInt(_0x57c219(0x166))/0x7+-parseInt(_0x57c219(0x134))/0x8*(-parseInt(_0x57c219(0x164))/0x9)+parseInt(_0x57c219(0x14b))/0xa*(parseInt(_0x57c219(0x14d))/0xb);if(_0x1a6587===_0x101e9d)break;else _0x948b67['push'](_0x948b67['shift']());}catch(_0x1a16d5){_0x948b67['push'](_0x948b67['shift']());}}}(_0x1c81,0xf28be));function _0x4910(_0x949db6,_0x371a6e){const _0x1c8126=_0x1c81();return _0x4910=function(_0x491056,_0x2f11e7){_0x491056=_0x491056-0x11b;let _0x4a3295=_0x1c8126[_0x491056];return _0x4a3295;},_0x4910(_0x949db6,_0x371a6e);}import{ContextPlugin as _0x345a4d}from'ckeditor5/src/core.js';import{IconAIReview as _0x83e5d7}from'ckeditor5/src/icons.js';import{BodyCollection as _0x249141}from'ckeditor5/src/ui.js';import{AITabs as _0xd592f3}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x5a7532}from'./ui/aireviewmodeview.js';import{getTranslation as _0x1c409e}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x173f99}from'./ui/aireviewmodeballoonsuggestionview.js';import'../../theme/aireviewmode/aireviewmode.css';function _0x1c81(){const _0x151a6f=['_reviewModeView','view','hideChangeBalloon','destroy','retryReview','130htQejW','finishReview','248NzKPnq','rejected','reviewMode','showReviewCheckResultsView','_bodyCollection','fire','isPremiumPlugin','showCheckRunResults','acceptChange','leaveReviewMode','showReviewCheckList','734898bLuHrA','error-general','toggleDiff','resetActiveStateInResults','setItemAsInactive','element','addTab','setTitle','showActionsWhenResultIsReady','attachToDom','deactivateChange','init','1130EAmlsx','updateChangeState','88033kWzCsP','showGeneralErrorView','activateTab','context','activateChange','getResults','AITabs','AI_REVIEW_MODE','locale','reviewCheckResultsView','setCheckResultTitle','delegate','showNoChangesView','requires','hideBalloon','dismissChange','get','346242VRPDln','plugins','showChangeBalloon','showCheckRunResult','AIReviewModeUI','isOfficialPlugin','198819cuRnVX','_reviewModeBalloonSuggestionItemView','13139644TqztQt','getChangeElement','status','forEach','reviewCheckListView','getReviewCheckList','5718880JQQIrI','addCheckRunResult','leaveReviewModeResultList','error-chunk','pluginName','setItemAsActive','accepted','abortReviewStream','42387uuhrdF','runReviewCheck','hideResult','hasChecks','showBalloon','showReviewCheckListView','acceptAllChanges','hideActionsWhenResultIsReady','setChecks','detachFromDom','showChunkErrorView','learnMore','setAvailableChecks','setActiveStateInResults','236jbFIZM','showReviewCompletedView','find'];_0x1c81=function(){return _0x151a6f;};return _0x1c81();}export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x5603c8(0x16b),_0x5603c8(0x11d),_0x5603c8(0x11b),_0x5603c8(0x141),_0x5603c8(0x122),_0x5603c8(0x16e),_0x5603c8(0x151),_0x5603c8(0x13c),_0x5603c8(0x15c),_0x5603c8(0x127),_0x5603c8(0x133),_0x5603c8(0x131)];export class AIReviewModeUI extends _0x345a4d{[_0x5603c8(0x12d)];[_0x5603c8(0x165)];[_0x5603c8(0x138)];static get[_0x5603c8(0x15a)](){return[_0xd592f3];}static get[_0x5603c8(0x170)](){const _0x12e468=_0x5603c8;return _0x12e468(0x162);}static get[_0x5603c8(0x163)](){return!0x0;}static get[_0x5603c8(0x13a)](){return!0x0;}constructor(_0x37b014){const _0x556cae=_0x5603c8;super(_0x37b014),this[_0x556cae(0x138)]=new _0x249141(this[_0x556cae(0x150)][_0x556cae(0x155)]),this[_0x556cae(0x138)][_0x556cae(0x148)](),this[_0x556cae(0x12d)]=new _0x5a7532(this[_0x556cae(0x150)][_0x556cae(0x155)]),this[_0x556cae(0x12d)][_0x556cae(0x158)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x556cae(0x165)]=new _0x173f99(this[_0x556cae(0x150)][_0x556cae(0x155)],this[_0x556cae(0x138)]),this[_0x556cae(0x165)][_0x556cae(0x158)](_0x556cae(0x13c),_0x556cae(0x15c),_0x556cae(0x149))['to'](this);}[_0x5603c8(0x14a)](){const _0x59846f=_0x5603c8,_0x26ca2e=this[_0x59846f(0x150)][_0x59846f(0x15f)][_0x59846f(0x15d)](_0x59846f(0x153));_0x26ca2e[_0x59846f(0x12e)]['on'](_0x59846f(0x14f),(_0x3f7701,_0x1dff80)=>{const _0x11a9e0=_0x59846f;_0x11a9e0(0x136)===_0x1dff80?this[_0x11a9e0(0x139)](_0x11a9e0(0x16b)):this[_0x11a9e0(0x139)](_0x11a9e0(0x13d));}),_0x26ca2e[_0x59846f(0x12e)][_0x59846f(0x145)]({'id':_0x59846f(0x136),'buttonLabel':_0x1c409e(this[_0x59846f(0x150)][_0x59846f(0x155)],_0x59846f(0x154)),'buttonIcon':_0x83e5d7,'order':0x0,'content':this[_0x59846f(0x12d)]});}[_0x5603c8(0x130)](){const _0x11532f=_0x5603c8;this[_0x11532f(0x138)][_0x11532f(0x125)](),super[_0x11532f(0x130)]();}[_0x5603c8(0x128)](_0x51f36d){const _0x24b625=_0x5603c8;this[_0x24b625(0x12d)][_0x24b625(0x16a)][_0x24b625(0x11f)]()||this[_0x24b625(0x12d)][_0x24b625(0x16a)][_0x24b625(0x124)](_0x51f36d),this[_0x24b625(0x12d)][_0x24b625(0x121)]();}[_0x5603c8(0x13e)](){const _0x5919dd=_0x5603c8;this[_0x5919dd(0x139)](_0x5919dd(0x16b));}[_0x5603c8(0x13b)](_0x195216){const _0x5596c9=_0x5603c8;_0x195216&&(_0x5596c9(0x140)!==_0x195216[_0x5596c9(0x168)]?_0x5596c9(0x16f)!==_0x195216[_0x5596c9(0x168)]?this[_0x5596c9(0x12d)][_0x5596c9(0x137)]():this[_0x5596c9(0x126)]():this[_0x5596c9(0x14e)]());}[_0x5603c8(0x161)](_0x254665){const _0x2441ce=_0x5603c8;this[_0x2441ce(0x12d)][_0x2441ce(0x16d)](_0x254665);}[_0x5603c8(0x14e)](){const _0x2945c6=_0x5603c8;this[_0x2945c6(0x12d)][_0x2945c6(0x14e)]();}[_0x5603c8(0x126)](){const _0x153f77=_0x5603c8;this[_0x153f77(0x12d)][_0x153f77(0x126)]();}[_0x5603c8(0x157)](_0x36a3f5){const _0x398344=_0x5603c8;this[_0x398344(0x12d)][_0x398344(0x156)][_0x398344(0x146)](_0x36a3f5);}[_0x5603c8(0x129)](_0x232d6c){const _0xf8aeee=_0x5603c8;this[_0xf8aeee(0x12d)][_0xf8aeee(0x156)][_0xf8aeee(0x152)]()[_0xf8aeee(0x169)](_0x1409e4=>{const _0xdbb145=_0xf8aeee;_0x1409e4['id']===_0x232d6c&&_0x1409e4[_0xdbb145(0x171)]();});}[_0x5603c8(0x142)](){const _0x20f376=_0x5603c8;this[_0x20f376(0x12d)][_0x20f376(0x156)][_0x20f376(0x152)]()[_0x20f376(0x169)](_0x2bbb75=>_0x2bbb75[_0x20f376(0x143)]());}[_0x5603c8(0x14c)](_0x148796,_0x341f65){const _0x3b3e20=_0x5603c8;_0x3b3e20(0x172)!==_0x341f65&&_0x3b3e20(0x135)!==_0x341f65||this[_0x3b3e20(0x12d)][_0x3b3e20(0x156)][_0x3b3e20(0x11e)](_0x148796);}[_0x5603c8(0x12b)](){const _0x1c218d=_0x5603c8;this[_0x1c218d(0x12d)][_0x1c218d(0x12b)]();}[_0x5603c8(0x147)](){const _0x4dabaf=_0x5603c8;this[_0x4dabaf(0x12d)][_0x4dabaf(0x147)]();}[_0x5603c8(0x159)](){const _0x1367a9=_0x5603c8;this[_0x1367a9(0x12d)][_0x1367a9(0x159)]();}[_0x5603c8(0x123)](){const _0x2f7268=_0x5603c8;this[_0x2f7268(0x12d)][_0x2f7268(0x123)]();}[_0x5603c8(0x160)](_0x59f896,_0xd1eda3){const _0x597da2=_0x5603c8;this[_0x597da2(0x165)][_0x597da2(0x120)](_0x59f896,_0xd1eda3);}[_0x5603c8(0x12f)](){const _0x479667=_0x5603c8;this[_0x479667(0x165)][_0x479667(0x15b)]();}[_0x5603c8(0x167)](_0x2b86ee){const _0x50af27=_0x5603c8,_0x94c640=this[_0x50af27(0x12d)][_0x50af27(0x156)][_0x50af27(0x152)]()[_0x50af27(0x12c)](_0x1d44e5=>_0x1d44e5['id']===_0x2b86ee);return _0x94c640?_0x94c640[_0x50af27(0x144)]:null;}[_0x5603c8(0x149)](){const _0x517e3c=_0x5603c8;this[_0x517e3c(0x165)][_0x517e3c(0x149)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x3a23e0=_0x41a2;(function(_0x5a9ff9,_0x5b0bdf){var _0x16966a=_0x41a2,_0x23603c=_0x5a9ff9();while(!![]){try{var _0x1ceec4=-parseInt(_0x16966a(0xbf))/0x1*(parseInt(_0x16966a(0xcb))/0x2)+-parseInt(_0x16966a(0xc0))/0x3*(-parseInt(_0x16966a(0xc9))/0x4)+parseInt(_0x16966a(0xc8))/0x5*(parseInt(_0x16966a(0xc5))/0x6)+-parseInt(_0x16966a(0xbd))/0x7*(parseInt(_0x16966a(0xc3))/0x8)+-parseInt(_0x16966a(0xcc))/0x9*(parseInt(_0x16966a(0xc4))/0xa)+-parseInt(_0x16966a(0xc2))/0xb+parseInt(_0x16966a(0xca))/0xc*(parseInt(_0x16966a(0xc6))/0xd);if(_0x1ceec4===_0x5b0bdf)break;else _0x23603c['push'](_0x23603c['shift']());}catch(_0x4e7342){_0x23603c['push'](_0x23603c['shift']());}}}(_0x1549,0xbd817));function _0x41a2(_0x373994,_0x3c3e79){var _0x154955=_0x1549();return _0x41a2=function(_0x41a271,_0x344213){_0x41a271=_0x41a271-0xbd;var _0x33fbee=_0x154955[_0x41a271];return _0x33fbee;},_0x41a2(_0x373994,_0x3c3e79);}function _0x1549(){var _0x427366=['10XzGmlY','4oyRVms','73500RKzrOW','36PDrtcf','4509XVEwQv','5885005AhLLhZ','documentVersion','77687CuMAqv','2660607ROSEJP','contentInitial','2604063tRDXuR','8ONUkOp','3470bZkqaZ','3335646DKNCLv','3029PJKGEH','contentNew'];_0x1549=function(){return _0x427366;};return _0x1549();}import{EmitterMixin as _0x5d687d}from'ckeditor5/src/utils.js';export class AIReviewCheckResult extends _0x5d687d(){['id'];[_0x3a23e0(0xc7)];[_0x3a23e0(0xc1)];[_0x3a23e0(0xbe)];constructor({id:_0x4cb80f,contentNew:_0x5110bd,contentInitial:_0x1310e3,documentVersion:_0x1c2fe1}){var _0x181a25=_0x3a23e0;super(),this['id']=_0x4cb80f,this[_0x181a25(0xc7)]=_0x5110bd,this[_0x181a25(0xc1)]=_0x1310e3,this[_0x181a25(0xbe)]=_0x1c2fe1;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x30de87=_0x537d;function _0x38c9(){const _0x394e6a=['start','accepted','unmodified','reviewCheckResultActivated','finished','fire','change:status','processedResultsCount','abortController','_aiConnector','restart','textDelta','title','activateChange','3693738ziesAH','_reviewParams','size','elements','ai-request-aborted','7NHWHkH','reviewCheckResultReady','18885KxOjSd','getStream','11MlGRjG','markAllChangesAsAccepted','set','documentData','push','loading','deactivateChange','operation','reviewCheckResultAdded','4jzvJPj','active','data','reviewCheckRunUpdated','11129500RTPVGg','2765478rfNqIf','Not\x20implemented.','reviewCheckResultAccepted','rejected','abort','_createApiRequest','markChangeAsRejected','get','reviewCheckResultDeactivated','version','message','clear','filter','_activeRequest','_sourceCheck','find','reviewCheckResultRejected','getContent','isChangeActive','958504demyNk','_currentError','_checkIfFinished','_documentData','isActivated','_results','includes','error-chunk','forEach','change:isActivated','dataId','length','_addReviewCheckResult','markChangeAsAccepted','getActiveChanges','status','forceReadyState','error-general','279nsFvsx','addResultChanges','aborted','_changes','initialized','4436iEdrLZ','36iBynrL','ready','error','_reviewArgs','4398540HLQDGq'];_0x38c9=function(){return _0x394e6a;};return _0x38c9();}function _0x537d(_0x2db893,_0x5fc658){const _0x38c96a=_0x38c9();return _0x537d=function(_0x537dfe,_0x19fb47){_0x537dfe=_0x537dfe-0x14b;let _0x1cdbd2=_0x38c96a[_0x537dfe];return _0x1cdbd2;},_0x537d(_0x2db893,_0x5fc658);}(function(_0x2daf82,_0x244713){const _0x48c958=_0x537d,_0x48aa86=_0x2daf82();while(!![]){try{const _0x1182dd=-parseInt(_0x48c958(0x15e))/0x1*(parseInt(_0x48c958(0x163))/0x2)+parseInt(_0x48c958(0x177))/0x3*(parseInt(_0x48c958(0x189))/0x4)+parseInt(_0x48c958(0x17e))/0x5+parseInt(_0x48c958(0x18e))/0x6*(parseInt(_0x48c958(0x17c))/0x7)+-parseInt(_0x48c958(0x14c))/0x8*(-parseInt(_0x48c958(0x164))/0x9)+-parseInt(_0x48c958(0x18d))/0xa+-parseInt(_0x48c958(0x180))/0xb*(-parseInt(_0x48c958(0x168))/0xc);if(_0x1182dd===_0x244713)break;else _0x48aa86['push'](_0x48aa86['shift']());}catch(_0x28ba24){_0x48aa86['push'](_0x48aa86['shift']());}}}(_0x38c9,0xc5be9));import{ObservableMixin as _0x23f615,uid as _0x345231}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0xc89cfc}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x2b8611}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x23f615(){['id']=_0x345231();[_0x30de87(0x151)]=new Map();[_0x30de87(0x161)]=[];[_0x30de87(0x14f)];[_0x30de87(0x19c)];[_0x30de87(0x172)];[_0x30de87(0x178)];[_0x30de87(0x167)];[_0x30de87(0x19b)]=null;[_0x30de87(0x14d)];constructor(_0x5d0a78,_0x22cb5c,_0x499913,_0x17668e,_0x4c3d67){const _0x3bd067=_0x30de87;super(),this[_0x3bd067(0x14f)]=_0x5d0a78,this[_0x3bd067(0x19c)]=_0x22cb5c,this[_0x3bd067(0x172)]=_0x499913,this[_0x3bd067(0x178)]=_0x17668e,this[_0x3bd067(0x167)]=_0x4c3d67,this['on'](_0x3bd067(0x16f),(_0x5eb3da,_0x56ec91,_0x219651)=>{const _0x32d188=_0x3bd067;this[_0x32d188(0x16e)](_0x32d188(0x18c),{'status':_0x219651,'run':this,'error':this[_0x32d188(0x14d)]});}),this[_0x3bd067(0x182)](_0x3bd067(0x15b),_0x3bd067(0x162));}get[_0x30de87(0x183)](){const _0x526c5a=_0x30de87;return this[_0x526c5a(0x14f)];}get[_0x30de87(0x170)](){const _0x106765=_0x30de87;return this[_0x106765(0x151)][_0x106765(0x179)];}get[_0x30de87(0x175)](){const _0x188e06=_0x30de87;return this[_0x188e06(0x19c)][_0x188e06(0x175)];}async[_0x30de87(0x169)](){const _0x5adb24=_0x30de87;this[_0x5adb24(0x15b)]=_0x5adb24(0x185),this[_0x5adb24(0x14d)]=void 0x0;try{this[_0x5adb24(0x19b)]=this[_0x5adb24(0x193)]();const _0x22c64d=await this[_0x5adb24(0x19b)][_0x5adb24(0x17f)]();this[_0x5adb24(0x15b)]=_0x5adb24(0x18b);for await(const _0x1267e5 of _0x22c64d)_0x5adb24(0x16b)!==_0x1267e5[_0x5adb24(0x18b)][_0x5adb24(0x187)]&&(_0x5adb24(0x166)!==_0x1267e5[_0x5adb24(0x18b)][_0x5adb24(0x187)]?this[_0x5adb24(0x158)](_0x1267e5[_0x5adb24(0x18b)][_0x5adb24(0x156)],_0x1267e5[_0x5adb24(0x18b)][_0x5adb24(0x174)]):this[_0x5adb24(0x15b)]=_0x5adb24(0x153));_0x5adb24(0x153)!==this[_0x5adb24(0x15b)]&&(0x0===this[_0x5adb24(0x151)][_0x5adb24(0x179)]?this[_0x5adb24(0x15b)]=_0x5adb24(0x16b):this[_0x5adb24(0x15b)]=_0x5adb24(0x165));}catch(_0x2a7dce){this[_0x5adb24(0x14d)]=_0x2a7dce,_0x2a7dce instanceof Error&&_0x2a7dce[_0x5adb24(0x198)][_0x5adb24(0x152)](_0x5adb24(0x17b))?this[_0x5adb24(0x15b)]=_0x5adb24(0x160):this[_0x5adb24(0x15b)]=_0x5adb24(0x15d);}finally{this[_0x5adb24(0x19b)]=null;}}async[_0x30de87(0x173)](){const _0x259a84=_0x30de87;this[_0x259a84(0x151)][_0x259a84(0x199)](),this[_0x259a84(0x161)][_0x259a84(0x157)]=0x0,this[_0x259a84(0x14d)]=void 0x0,await this[_0x259a84(0x169)]();}[_0x30de87(0x15f)](_0x561244,_0x62f714){const _0x5df340=_0x30de87,_0x5b2515=this[_0x5df340(0x151)][_0x5df340(0x195)](_0x561244);if(!_0x5b2515)return;const _0x381b68=[];_0x62f714[_0x5df340(0x154)]((_0x106d48,_0x43b16e)=>{const _0x6235f1=_0x5df340,_0x2ed183=new _0x2b8611(_0x5b2515['id']+'-'+_0x43b16e,_0x106d48,_0x5b2515);_0x2ed183['on'](_0x6235f1(0x16f),()=>{const _0x3b43a7=_0x6235f1;_0x3b43a7(0x16a)===_0x2ed183[_0x3b43a7(0x15b)]?this[_0x3b43a7(0x16e)](_0x3b43a7(0x190),{'change':_0x2ed183}):_0x3b43a7(0x191)===_0x2ed183[_0x3b43a7(0x15b)]&&this[_0x3b43a7(0x16e)](_0x3b43a7(0x19e),{'change':_0x2ed183});}),_0x2ed183['on'](_0x6235f1(0x155),()=>{const _0xcdf363=_0x6235f1;_0x2ed183[_0xcdf363(0x150)]?this[_0xcdf363(0x16e)](_0xcdf363(0x16c),{'change':_0x2ed183}):this[_0xcdf363(0x16e)](_0xcdf363(0x196),{'change':_0x2ed183});}),this[_0x6235f1(0x161)][_0x6235f1(0x184)](_0x2ed183),_0x381b68[_0x6235f1(0x184)](_0x2ed183);}),this[_0x5df340(0x16e)](_0x5df340(0x17d),{'changes':_0x381b68,'result':_0x5b2515,'source':this});}[_0x30de87(0x192)](){const _0xcfeae2=_0x30de87;this[_0xcfeae2(0x19b)]&&(this[_0xcfeae2(0x19b)][_0xcfeae2(0x171)][_0xcfeae2(0x192)](),this[_0xcfeae2(0x19b)]=null,this[_0xcfeae2(0x15b)]=_0xcfeae2(0x160));}[_0x30de87(0x14b)](_0x4d1047){const _0x281c53=_0x30de87,_0x83540b=this[_0x281c53(0x161)][_0x281c53(0x19d)](_0x84c33d=>_0x84c33d['id']===_0x4d1047);return!(!_0x83540b||_0x281c53(0x18a)!==_0x83540b[_0x281c53(0x15b)]);}[_0x30de87(0x15a)](){const _0x28b4c5=_0x30de87;return this[_0x28b4c5(0x161)][_0x28b4c5(0x19a)](_0x222147=>_0x28b4c5(0x18a)===_0x222147[_0x28b4c5(0x15b)]);}[_0x30de87(0x181)](){const _0x576f0c=_0x30de87;for(const _0x3f0abd of this[_0x576f0c(0x161)])_0x576f0c(0x18a)===_0x3f0abd[_0x576f0c(0x15b)]&&(_0x3f0abd[_0x576f0c(0x15b)]=_0x576f0c(0x16a));this[_0x576f0c(0x14e)]();}[_0x30de87(0x159)](_0x55a70e){const _0x302a83=_0x30de87,_0x8a1925=this[_0x302a83(0x161)][_0x302a83(0x19d)](_0xd3602c=>_0xd3602c['id']===_0x55a70e);_0x8a1925&&_0x302a83(0x18a)===_0x8a1925[_0x302a83(0x15b)]&&(_0x8a1925[_0x302a83(0x15b)]=_0x302a83(0x16a)),this[_0x302a83(0x14e)]();}[_0x30de87(0x194)](_0x2474b6){const _0x33f1bc=_0x30de87,_0x5dfec4=this[_0x33f1bc(0x161)][_0x33f1bc(0x19d)](_0x1ac157=>_0x1ac157['id']===_0x2474b6);_0x5dfec4&&_0x33f1bc(0x18a)===_0x5dfec4[_0x33f1bc(0x15b)]&&(_0x5dfec4[_0x33f1bc(0x15b)]=_0x33f1bc(0x191)),this[_0x33f1bc(0x14e)]();}[_0x30de87(0x176)](_0x28baef){const _0xe03eb6=_0x30de87;this[_0xe03eb6(0x161)][_0xe03eb6(0x19a)](_0xf53868=>_0xf53868[_0xe03eb6(0x150)]&&_0xf53868['id']!==_0x28baef)[_0xe03eb6(0x154)](_0x3c9b38=>{const _0x30f4e0=_0xe03eb6;_0x3c9b38[_0x30f4e0(0x150)]=!0x1;});const _0x953c59=this[_0xe03eb6(0x161)][_0xe03eb6(0x19d)](_0x126a7a=>_0x126a7a['id']===_0x28baef);_0x953c59&&(_0x953c59[_0xe03eb6(0x150)]=!0x0);}[_0x30de87(0x186)](){const _0x348168=_0x30de87;this[_0x348168(0x161)][_0x348168(0x19a)](_0x1ac2a1=>_0x1ac2a1[_0x348168(0x150)])[_0x348168(0x154)](_0x391519=>{const _0x3acb12=_0x348168;_0x391519[_0x3acb12(0x150)]=!0x1;});}[_0x30de87(0x15c)](){const _0x37f6ad=_0x30de87;this[_0x37f6ad(0x15b)]=_0x37f6ad(0x165);}[_0x30de87(0x158)](_0x460a6a,_0x37f136){const _0x96278a=_0x30de87,_0x450d3f=this[_0x96278a(0x14f)][_0x96278a(0x17a)][_0x96278a(0x195)](_0x460a6a);if(!_0x450d3f)return;const _0x3d13b9=_0x450d3f[_0x96278a(0x19f)]();if(_0x3d13b9===_0x37f136)return;const _0x172572=new _0xc89cfc({'id':_0x460a6a,'contentInitial':_0x3d13b9,'contentNew':_0x37f136,'documentVersion':this[_0x96278a(0x14f)][_0x96278a(0x197)]});this[_0x96278a(0x151)][_0x96278a(0x182)](_0x172572['id'],_0x172572),this[_0x96278a(0x16e)](_0x96278a(0x188),{'result':_0x172572,'source':this});}[_0x30de87(0x14e)](){const _0x37af5f=_0x30de87;if(_0x37af5f(0x165)!==this[_0x37af5f(0x15b)])return;0x0===this[_0x37af5f(0x161)][_0x37af5f(0x19a)](_0x155fa0=>_0x37af5f(0x18a)===_0x155fa0[_0x37af5f(0x15b)])[_0x37af5f(0x157)]&&(this[_0x37af5f(0x15b)]=_0x37af5f(0x16d));}[_0x30de87(0x193)](){const _0x179bbe=_0x30de87;throw new Error(_0x179bbe(0x18f));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1a9a(){const _0x39dc1d=['13435288WRtocz','1FLNrOV','10125357xpdUOa','length','5YFYffK','_modelList','97051357JnDQjj','7983138KVkuDc','7zizseT','734661dcmrgi','getAll','2312284LoeZNa','21KlRldL','35412yCOICF','_connector','12iuwFvW','getModels','list','170ksMvmH','items'];_0x1a9a=function(){return _0x39dc1d;};return _0x1a9a();}const _0x116727=_0x3ca2;(function(_0xe1b0a6,_0x523897){const _0x3310e3=_0x3ca2,_0x531a36=_0xe1b0a6();while(!![]){try{const _0xe68071=parseInt(_0x3310e3(0xce))/0x1*(-parseInt(_0x3310e3(0xd8))/0x2)+parseInt(_0x3310e3(0xd9))/0x3*(-parseInt(_0x3310e3(0xda))/0x4)+parseInt(_0x3310e3(0xd1))/0x5*(-parseInt(_0x3310e3(0xd4))/0x6)+-parseInt(_0x3310e3(0xd5))/0x7*(parseInt(_0x3310e3(0xcd))/0x8)+parseInt(_0x3310e3(0xd6))/0x9*(-parseInt(_0x3310e3(0xcb))/0xa)+-parseInt(_0x3310e3(0xcf))/0xb+parseInt(_0x3310e3(0xdc))/0xc*(parseInt(_0x3310e3(0xd3))/0xd);if(_0xe68071===_0x523897)break;else _0x531a36['push'](_0x531a36['shift']());}catch(_0xf04c30){_0x531a36['push'](_0x531a36['shift']());}}}(_0x1a9a,0xe2dee));import{EmitterMixin as _0x5021ab}from'ckeditor5/src/utils.js';function _0x3ca2(_0x53709d,_0x2395d0){const _0x1a9acb=_0x1a9a();return _0x3ca2=function(_0x3ca260,_0x52cec6){_0x3ca260=_0x3ca260-0xc9;let _0x9ba927=_0x1a9acb[_0x3ca260];return _0x9ba927;},_0x3ca2(_0x53709d,_0x2395d0);}export class AIReviewModels extends _0x5021ab(){[_0x116727(0xd2)]=[];[_0x116727(0xdb)];constructor({connector:_0x19868d}){const _0x4d5460=_0x116727;super(),this[_0x4d5460(0xdb)]=_0x19868d;}async[_0x116727(0xd7)](){const _0x428707=_0x116727;if(!this[_0x428707(0xd2)][_0x428707(0xd0)])try{const _0x27c61f=this[_0x428707(0xdb)][_0x428707(0xc9)](),_0x3c76cd=await _0x27c61f[_0x428707(0xca)]();this[_0x428707(0xd2)]=_0x3c76cd[_0x428707(0xcc)];}catch{}return this[_0x428707(0xd2)];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x300db0=_0x36ac;(function(_0x381954,_0x2e4d04){const _0x1bc02b=_0x36ac,_0x25faa8=_0x381954();while(!![]){try{const _0x2451bb=-parseInt(_0x1bc02b(0x81))/0x1+parseInt(_0x1bc02b(0x88))/0x2*(-parseInt(_0x1bc02b(0x89))/0x3)+-parseInt(_0x1bc02b(0x87))/0x4*(-parseInt(_0x1bc02b(0x74))/0x5)+-parseInt(_0x1bc02b(0x8d))/0x6+-parseInt(_0x1bc02b(0x85))/0x7+-parseInt(_0x1bc02b(0x94))/0x8*(-parseInt(_0x1bc02b(0x80))/0x9)+parseInt(_0x1bc02b(0x7d))/0xa;if(_0x2451bb===_0x2e4d04)break;else _0x25faa8['push'](_0x25faa8['shift']());}catch(_0x39d056){_0x25faa8['push'](_0x25faa8['shift']());}}}(_0x2841,0xe6e87));function _0x36ac(_0x35b6c2,_0xd6776b){const _0x2841fa=_0x2841();return _0x36ac=function(_0x36acb7,_0x48a350){_0x36acb7=_0x36acb7-0x6e;let _0x4dc2ea=_0x2841fa[_0x36acb7];return _0x4dc2ea;},_0x36ac(_0x35b6c2,_0xd6776b);}function _0x2841(){const _0x5080d9=['innerHTML','show','840ryfFcP','ck-content','locale','ck-ai-review-mode__suggestion-text','isVisible','div','updateContent','setTemplate','element','1196280ceEseF','unpin','dismissChange','resultResponseView','changeId','extendTemplate','ck-reset','_createContentView','delegate','51473950YSExXA','hideBalloon','ck-ai-review-mode-balloon-panel-suggestion','2637BtdyQt','1291324tDKLSM','hide','contentDiffed','content','11152960mLMsKc','deactivateChange','8zfxtTB','45114RFNHnD','171tcDVit','acceptChange','pin','add','3243120Aebujb','resultItemView','fire','set','showBalloon'];_0x2841=function(){return _0x5080d9;};return _0x2841();}import{BalloonPanelView as _0x4a47e4,View as _0x328e79,clickOutsideHandler as _0x50ee47}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCheckListItemResultsView as _0x2a9515}from'./aireviewmodechecklistitemresultview.js';import'../../../theme/aireviewmode/aireviewmode-balloon-panel-suggestion.css';import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';export class AIReviewModeBalloonSuggestionItemView extends _0x4a47e4{[_0x300db0(0x8e)];constructor(_0x4136ea,_0x3680a8){const _0x4cef13=_0x300db0;super(_0x4136ea),this[_0x4cef13(0x90)]({'isVisible':!0x1,'position':'se','class':null,'top':0x0,'left':0x0}),this[_0x4cef13(0x79)]({'tag':_0x4cef13(0x70),'attributes':{'class':[_0x4cef13(0x7a)],'tabindex':'-1'}}),this[_0x4cef13(0x84)][_0x4cef13(0x8c)](this[_0x4cef13(0x7b)]()),_0x3680a8[_0x4cef13(0x8c)](this),_0x50ee47({'emitter':this,'activator':()=>this[_0x4cef13(0x6f)],'contextElements':[this[_0x4cef13(0x73)]],'callback':()=>{const _0x35d229=_0x4cef13;this[_0x35d229(0x7e)](),this[_0x35d229(0x86)]();}});}[_0x300db0(0x71)](_0x118341){const _0x979ed5=_0x300db0;this[_0x979ed5(0x8e)][_0x979ed5(0x78)]=_0x118341['id'],this[_0x979ed5(0x8e)][_0x979ed5(0x77)][_0x979ed5(0x73)][_0x979ed5(0x92)]=_0x118341[_0x979ed5(0x83)];}[_0x300db0(0x91)](_0x33f63e,_0x2ea0b0){const _0x3a5f8c=_0x300db0;this[_0x3a5f8c(0x71)](_0x33f63e),this[_0x3a5f8c(0x93)](),this[_0x3a5f8c(0x8b)]({'target':_0x2ea0b0});}[_0x300db0(0x7e)](){const _0x5cb908=_0x300db0;this[_0x5cb908(0x82)](),this[_0x5cb908(0x75)]();}[_0x300db0(0x86)](){const _0xa18d00=_0x300db0;this[_0xa18d00(0x8f)](_0xa18d00(0x86));}[_0x300db0(0x7b)](){const _0x20005c=_0x300db0,_0x5e1c1b=new _0x328e79();return this[_0x20005c(0x8e)]=new _0x2a9515(this[_0x20005c(0x96)],''),this[_0x20005c(0x8e)][_0x20005c(0x77)][_0x20005c(0x79)]({'attributes':{'class':[_0x20005c(0x95)]}}),this[_0x20005c(0x8e)][_0x20005c(0x7c)](_0x20005c(0x8a),_0x20005c(0x76))['to'](this),_0x5e1c1b[_0x20005c(0x72)]({'tag':_0x20005c(0x70),'attributes':{'class':[_0x20005c(0x7a),_0x20005c(0x7f)]},'children':[{'tag':'p','attributes':{'class':[_0x20005c(0x6e)]},'children':[this[_0x20005c(0x8e)]]}]}),_0x5e1c1b;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3735(_0x38a37b,_0x4e5230){const _0x475529=_0x4755();return _0x3735=function(_0x373596,_0x3932a1){_0x373596=_0x373596-0x1c5;let _0x1ddc26=_0x475529[_0x373596];return _0x1ddc26;},_0x3735(_0x38a37b,_0x4e5230);}const _0x1c33ee=_0x3735;(function(_0xd20df6,_0x1ac984){const _0x154ba8=_0x3735,_0x2b66b9=_0xd20df6();while(!![]){try{const _0x4d2537=-parseInt(_0x154ba8(0x1c5))/0x1+-parseInt(_0x154ba8(0x1d6))/0x2+-parseInt(_0x154ba8(0x1ef))/0x3+-parseInt(_0x154ba8(0x1e5))/0x4+parseInt(_0x154ba8(0x1e6))/0x5+parseInt(_0x154ba8(0x1c9))/0x6+parseInt(_0x154ba8(0x1c6))/0x7;if(_0x4d2537===_0x1ac984)break;else _0x2b66b9['push'](_0x2b66b9['shift']());}catch(_0x2f7c79){_0x2b66b9['push'](_0x2b66b9['shift']());}}}(_0x4755,0x4bdd7));import{View as _0x2fce92,ButtonView as _0x526e47}from'ckeditor5/src/ui.js';import{IconInfo as _0x4a01df}from'ckeditor5/src/icons.js';import{getTranslation as _0x644bcf}from'../../aicore/utils/common-translations.js';export class AIReviewModeReviewCheckListItemResultsView extends _0x2fce92{[_0x1c33ee(0x1d3)];[_0x1c33ee(0x1ed)];[_0x1c33ee(0x1c7)];[_0x1c33ee(0x1d8)];constructor(_0x3d192f,_0x4137e5){const _0x4d8135=_0x1c33ee;super(_0x3d192f),this['id']=_0x4137e5,this[_0x4d8135(0x1ce)](_0x4d8135(0x1de),_0x4137e5),this[_0x4d8135(0x1d3)]=this[_0x4d8135(0x1d9)](),this[_0x4d8135(0x1ed)]=this[_0x4d8135(0x1d2)](),this[_0x4d8135(0x1c7)]=this[_0x4d8135(0x1e4)](),this[_0x4d8135(0x1d8)]=this[_0x4d8135(0x1dd)](),this[_0x4d8135(0x1ce)](_0x4d8135(0x1dc),!0x1),this[_0x4d8135(0x1ce)](_0x4d8135(0x1cb),!0x1),this[_0x4d8135(0x1ca)]({'tag':_0x4d8135(0x1f2),'attributes':{'class':[_0x4d8135(0x1d1),this[_0x4d8135(0x1cf)]['if'](_0x4d8135(0x1cb),_0x4d8135(0x1f4))]},'on':{'click':this[_0x4d8135(0x1cf)]['to'](_0x4d8135(0x1ee))},'children':[this[_0x4d8135(0x1d3)],{'tag':_0x4d8135(0x1f2),'attributes':{'class':[_0x4d8135(0x1f1)]},'children':[{'tag':_0x4d8135(0x1f2),'attributes':{'class':[_0x4d8135(0x1ec)]},'children':[this[_0x4d8135(0x1ed)],this[_0x4d8135(0x1c7)]]},this[_0x4d8135(0x1d8)]]}]}),this['on'](_0x4d8135(0x1ee),()=>{const _0x23dcd3=_0x4d8135;this[_0x23dcd3(0x1d7)](_0x23dcd3(0x1e7),{'id':_0x4137e5,'source':this});});}[_0x1c33ee(0x1f5)](){const _0x5263d3=_0x1c33ee;this[_0x5263d3(0x1cb)]=!0x0;}[_0x1c33ee(0x1d5)](){const _0x1d0db4=_0x1c33ee;this[_0x1d0db4(0x1cb)]=!0x1;}[_0x1c33ee(0x1d9)](){const _0x130c87=_0x1c33ee,_0x5ec792=new _0x2fce92(this[_0x130c87(0x1c8)]);return _0x5ec792[_0x130c87(0x1ca)]({'tag':_0x130c87(0x1f2),'attributes':{'class':['ck',_0x130c87(0x1ea),_0x130c87(0x1da)]}}),_0x5ec792;}[_0x1c33ee(0x1d2)](){const _0x2222c7=_0x1c33ee,_0xf41c6=new _0x526e47(this[_0x2222c7(0x1c8)]);return _0xf41c6[_0x2222c7(0x1ce)]({'label':_0x644bcf(this[_0x2222c7(0x1c8)],_0x2222c7(0x1e9)),'withText':!0x0,'class':_0x2222c7(0x1df)}),_0xf41c6[_0x2222c7(0x1eb)]({'on':{'click':this[_0x2222c7(0x1cf)]['to'](_0x4e76b5=>{const _0x13a141=_0x2222c7;this[_0x13a141(0x1d7)](_0x13a141(0x1f3),{'id':this[_0x13a141(0x1de)]}),_0x4e76b5[_0x13a141(0x1db)]();})}}),_0xf41c6;}[_0x1c33ee(0x1e4)](){const _0x5a73de=_0x1c33ee,_0x38d9d5=new _0x526e47(this[_0x5a73de(0x1c8)]);return _0x38d9d5[_0x5a73de(0x1ce)]({'label':_0x644bcf(this[_0x5a73de(0x1c8)],_0x5a73de(0x1cc)),'withText':!0x0,'class':_0x5a73de(0x1f0)}),_0x38d9d5[_0x5a73de(0x1eb)]({'on':{'click':this[_0x5a73de(0x1cf)]['to'](_0x3e7e87=>{const _0x13a145=_0x5a73de;this[_0x13a145(0x1d7)](_0x13a145(0x1e8),{'id':this[_0x13a145(0x1de)]}),_0x3e7e87[_0x13a145(0x1db)]();})}}),_0x38d9d5;}[_0x1c33ee(0x1dd)](){const _0x68415b=_0x1c33ee,_0x12cebd=new _0x526e47(this[_0x68415b(0x1c8)]);return _0x12cebd[_0x68415b(0x1ce)]({'label':_0x644bcf(this[_0x68415b(0x1c8)],_0x68415b(0x1e3)),'icon':_0x4a01df,'tooltip':!0x0,'isToggleable':!0x0,'role':_0x68415b(0x1d4),'class':_0x68415b(0x1e2)}),_0x12cebd[_0x68415b(0x1cd)](_0x68415b(0x1e0))['to'](this,_0x68415b(0x1dc),_0x207bd9=>_0x207bd9),_0x12cebd['on'](_0x68415b(0x1e1),()=>{const _0x3c66c4=_0x68415b;console[_0x3c66c4(0x1f6)](_0x3c66c4(0x1d0)),this[_0x3c66c4(0x1dc)]=!this[_0x3c66c4(0x1dc)];}),_0x12cebd;}}function _0x4755(){const _0xa69463=['135072NblCuc','setTemplate','isActive','AI_REVIEW_MODE_DISMISS_CHANGE','bind','set','bindTemplate','Toggle\x20info\x20view','ck-ai-review-mode__check-run-result','_createAcceptButtonView','resultResponseView','menuitemcheckbox','setItemAsInactive','598280nBHbPg','fire','infoButtonView','_createResultResponseView','ck-ai-review-mode__check-run-result-response','stopPropagation','isInfoToggleOn','_createInfoButtonView','changeId','ck-ai-button-secondary\x20ck-ai-review-mode__check-run-result-accept-button','isOn','execute','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden','AI_REVIEW_MODE_LEARN_MORE','_createDismissButtonView','2448804ieElKi','1747510ahDHlz','activateChange','dismissChange','AI_REVIEW_MODE_ACCEPT_CHANGE','ck-content','extendTemplate','ck-ai-review-mode__check-run-result-action-buttons','acceptButtonView','click','822180EZfzyQ','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-dismiss-button','ck-ai-review-mode__check-run-result-footer','div','acceptChange','ck-ai-review-mode__check-run-result_active','setItemAsActive','log','111387wgFYLz','8648619rDfKAY','dismissButtonView','locale'];_0x4755=function(){return _0xa69463;};return _0x4755();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Collection as
|
|
23
|
+
import{Collection as _0x45ba23}from'ckeditor5/src/utils.js';import{View as _0x5c3256,ButtonView as _0xf155c3,FormRowView as _0x61393d,createDropdown as _0x24cb76,addListToDropdown as _0x1cde8c,UIModel as _0x2f604e,ButtonLabelView as _0x541c0}from'ckeditor5/src/ui.js';import{AIReviewModePromptInputView as _0x47696b}from'./aireviemodepromptinputview.js';export class AIReviewModeCustomCheckView extends _0x5c3256{['submitButtonView'];['cancelButtonView'];['promptInputView'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x1e74c2,_0x311874){super(_0x1e74c2),this['_check']=_0x311874,this['set']('prompt',''),this['set']('modelId',''),this['_defaultValue']=_0x311874['models']&&_0x311874['models']['length']>0x0?_0x311874['models'][0x0]['id']:'',this['_defaultLabel']=_0x311874['models']&&_0x311874['models']['length']>0x0?_0x311874['models'][0x0]['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),this['promptInputView']=new _0x47696b(_0x1e74c2),this['promptInputView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['on']('input',()=>{this['prompt']=this['promptInputView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _0x45ba23(),this['_setModelList'](),_0x1cde8c(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);const _0x5ea20d=new _0x5c3256(_0x1e74c2);_0x5ea20d['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions']},'children':[new _0x61393d(this['locale'],{'children':[this['promptInputView']]}),new _0x61393d(this['locale'],{'children':[_0x5ea20d]})]});}['resetToDefault'](){this['prompt']='',this['modelId']=this['_defaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['_defaultLabel'];}['_createSubmitButtonView'](){const _0x252756=new _0xf155c3(this['locale']),t=this['locale']['t'];return _0x252756['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x252756['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x11640b=>{_0x11640b['stopPropagation']();})}}),_0x252756['on']('execute',()=>{this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x252756;}['_createCancelButtonView'](){const _0x1890d6=new _0xf155c3(this['locale']),t=this['locale']['t'];return _0x1890d6['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled'}),_0x1890d6['on']('execute',()=>{this['resetToDefault']();}),_0x1890d6;}['_setModelList'](){this['_modelSelectionDropdownItems']['clear']();const _0x473b00=this['_check']['models'];if(this['resetToDefault'](),_0x473b00?.['length'])for(const _0x4750be of _0x473b00){const _0x519da2=new _0x2f604e({'label':_0x4750be['name'],'withText':!0x0,'role':'menuitemradio','id':_0x4750be['id'],'model':_0x4750be});_0x519da2['bind']('isOn')['to'](this,'modelId',_0x59016f=>_0x59016f===_0x4750be['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x519da2,'labelView':new Ms(this['locale'],_0x4750be)});}}['_createModelSelectionDropdown'](){const _0x45e265=_0x24cb76(this['locale']);return _0x45e265['set']({'panelPosition':'se','class':'ck-ai-review-mode__check-list-item-model-dropdown'}),_0x45e265['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x214256=>{_0x214256['stopPropagation']();})}}),_0x45e265['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),this['listenTo'](_0x45e265,'execute',_0x814a85=>{this['modelId']=_0x814a85['source']['model']['id'],_0x45e265['buttonView']['label']=_0x814a85['source']['label'];}),_0x45e265;}}class Ms extends _0x541c0{constructor(_0x4fc9a1,_0x1bd3eb){super();const _0x3a3fd7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x3a3fd7['to']('style'),'id':_0x3a3fd7['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-name']},'children':[{'text':_0x3a3fd7['to']('text')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[{'text':_0x1bd3eb['description']}]}]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1a8f5f=_0x1d74;(function(_0x10dfd9,_0x224279){const _0x2b651e=_0x1d74,_0x16f44c=_0x10dfd9();while(!![]){try{const _0x49bc26=parseInt(_0x2b651e(0xcd))/0x1+parseInt(_0x2b651e(0xe4))/0x2*(-parseInt(_0x2b651e(0xe2))/0x3)+parseInt(_0x2b651e(0xdf))/0x4*(parseInt(_0x2b651e(0xcf))/0x5)+-parseInt(_0x2b651e(0xe1))/0x6+-parseInt(_0x2b651e(0xe5))/0x7*(parseInt(_0x2b651e(0xd0))/0x8)+-parseInt(_0x2b651e(0xe3))/0x9+parseInt(_0x2b651e(0xde))/0xa;if(_0x49bc26===_0x224279)break;else _0x16f44c['push'](_0x16f44c['shift']());}catch(_0x15f1c8){_0x16f44c['push'](_0x16f44c['shift']());}}}(_0x1e2a,0x98bab));function _0x1e2a(){const _0x303e04=['437999fkMstP','delegate','269085ZXbgET','568VkZhiX','add','div','clear','_checkViews','ck-hidden','resetToDefault','entries','setTemplate','hasChecks','length','runReviewCheck','isVisible','locale','24924380ypfWxY','56lvPiVT','resetAllParameterizedChecks','6239886MdOuYq','186XRoZZK','6891966BuoIZk','33316MLAuzG','21665iwwniu','bindTemplate','setChecks','ck-ai-review-mode__check-list'];_0x1e2a=function(){return _0x303e04;};return _0x1e2a();}function _0x1d74(_0x17cbab,_0x56794b){const _0x1e2adf=_0x1e2a();return _0x1d74=function(_0x1d7476,_0x23422e){_0x1d7476=_0x1d7476-0xca;let _0x1c252e=_0x1e2adf[_0x1d7476];return _0x1c252e;},_0x1d74(_0x17cbab,_0x56794b);}import{ListItemView as _0x1980e8,ViewCollection as _0x363e86}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCommandListItemView as _0xc2c2a8}from'./aireviewmodereviewcommandlistitemview.js';import'../../../theme/aireviewmode/aireviewmode-check-list.css';export class AIReviewModeReviewCheckListView extends _0x1980e8{[_0x1a8f5f(0xd4)];constructor(_0x197516){const _0xa159a0=_0x1a8f5f;super(_0x197516),this[_0xa159a0(0xd4)]=new _0x363e86();const _0x27591d=this[_0xa159a0(0xca)];this[_0xa159a0(0xd8)]({'tag':_0xa159a0(0xd2),'attributes':{'class':[_0xa159a0(0xcc),_0x27591d['if'](_0xa159a0(0xdc),_0xa159a0(0xd5),_0x20716d=>!_0x20716d)]},'children':this[_0xa159a0(0xd4)]});}[_0x1a8f5f(0xcb)](_0xf0574a){const _0x75a76b=_0x1a8f5f;this[_0x75a76b(0xd4)][_0x75a76b(0xd3)]();for(const [_0x38ee66,_0x412ef4]of _0xf0574a[_0x75a76b(0xd7)]()){const _0x506173=new _0xc2c2a8(this[_0x75a76b(0xdd)],_0x412ef4,_0x38ee66);_0x506173[_0x75a76b(0xce)](_0x75a76b(0xdb))['to'](this),this[_0x75a76b(0xd4)][_0x75a76b(0xd1)](_0x506173);}}[_0x1a8f5f(0xd9)](){const _0x12a492=_0x1a8f5f;return this[_0x12a492(0xd4)][_0x12a492(0xda)]>0x0;}[_0x1a8f5f(0xe0)](){const _0x5116f9=_0x1a8f5f;for(const _0x382c63 of this[_0x5116f9(0xd4)])_0x382c63 instanceof _0xc2c2a8&&_0x382c63[_0x5116f9(0xd6)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{ListItemView as
|
|
23
|
+
import{ListItemView as _0x65ce4,View as _0x39e6b7,ViewCollection as _0x189098,ButtonView as _0x2aef51}from'ckeditor5/src/ui.js';import{IconStop as _0x4723ed,IconEye as _0x2e1705,IconEyeCrossedOut as _0x111c6a}from'ckeditor5/src/icons.js';import{AIReviewModeReviewCheckListItemResultsView as _0x33fac9}from'./aireviewmodechecklistitemresultview.js';import{AISkeletonView as _0x356dba,SKELETON_DEFINITIONS as _0x210553}from'../../aicore/ui/aiskeleton.js';import{AIDisclaimerView as _0x211bc5}from'../../aicore/ui/aidisclaimerview.js';import{getTranslation as _0x4d8bf5}from'../../aicore/utils/common-translations.js';import{AISpinnerView as _0x25aab9}from'../../aicore/ui/aispinner.js';import'../../../theme/aireviewmode/aireviewmode-check-run.css';import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';export class AIReviewModeReviewCheckResultsView extends _0x65ce4{['_resultViews'];['resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];constructor(_0x5178e2){super(_0x5178e2),this['_resultViews']=new _0x189098(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new _0x211bc5(_0x5178e2),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general');const _0x74a278=this['_createCombinedSkeletonLoader'](),_0x511961=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run',_0x511961['if']('isVisible','ck-hidden',_0x21a3ae=>!_0x21a3ae)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x2a612d=>_0x2a612d)]},'children':this['_resultViews']},_0x74a278]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0xd6096a){const _0x105680=new _0x33fac9(this['locale'],_0xd6096a['id']);_0x105680['delegate']('acceptChange','dismissChange','activateChange')['to'](this),this['_resultViews']['add'](_0x105680),_0x105680['resultResponseView']['element']['innerHTML']=_0xd6096a['contentDiffed'];}['hideResult'](_0x3a3267){const _0x49d97a=this['_resultViews']['find'](_0x4efa18=>_0x4efa18['id']===_0x3a3267);_0x49d97a&&(_0x49d97a['element']?.['classList']['add']('ck-ai-review-mode__check-run-result_removing'),_0x49d97a['element']?.['addEventListener']('animationend',()=>{this['_resultViews']['remove'](_0x49d97a),_0x49d97a['destroy']();},{'once':!0x0}));}['setTitle'](_0x5f17c0){this['headerTitle']=_0x5f17c0;}['showChunkErrorMessage'](){this['errorType']='chunk',this['showErrorMessage']=!0x0;}['showGeneralErrorMessage'](){this['isError']=!0x0,this['errorType']='general',this['showErrorMessage']=!0x0;}['resetErrorState'](){this['isError']=!0x1,this['errorType']='general',this['showErrorMessage']=!0x1;}['_createSkeletonLoader'](){return new _0x356dba(this['locale'],_0x210553['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x53a6e4=new _0x39e6b7(this['locale']),_0xf3d38f=[];for(let _0x233719=0x0;_0x233719<0x10;_0x233719++){const _0x10ecac=this['_createSkeletonLoader']();_0x10ecac['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-run-skeleton-item']}}),_0xf3d38f['push'](_0x10ecac);}return _0x53a6e4['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x3926a9=>!_0x3926a9)]},'children':_0xf3d38f}),_0x53a6e4;}['_createErrorView'](){const _0x5c4af8=new _0x39e6b7(this['locale']),_0x541319=new _0x2aef51(this['locale']),t=this['locale']['t'];return _0x5c4af8['delegate']('retryReview')['to'](this),_0x541319['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-error-retry-button'}),_0x541319['on']('execute',()=>{this['fire']('retryReview');}),_0x5c4af8['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x564c85=>!_0x564c85),this['bindTemplate']['if']('errorType','ck-ai-review-mode__check-run-error-container_border-bottom',_0x331a5b=>'chunk'===_0x331a5b)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-chat-error','ck-ai-chat-error_full-width','ck-ai-review-mode__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-chat-error_warning',_0x188a59=>'chunk'===_0x188a59)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x55f7c4=>'general'!==_0x55f7c4)]},'children':[{'text':_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}]},{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x392447=>'chunk'!==_0x392447)]},'children':[{'text':_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x541319]}),_0x5c4af8;}['_createCancelButtonView'](){const _0x6fb56=new _0x2aef51(this['locale']);return _0x6fb56['set']({'label':_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ai-chat-controls-loader__cancel-button'],'icon':_0x4723ed}),_0x6fb56['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x56d208=>_0x56d208)]}}),_0x6fb56['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x6fb56;}['_createToggleDiffButtonView'](){const _0x384f97=new _0x2aef51(this['locale']);_0x384f97['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x384f97['bind']('isEnabled')['to'](this,'isError',_0x59908c=>!_0x59908c),_0x384f97['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x1189d0=>!_0x1189d0)]}});const _0x3ca088=_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x1c1a37=_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x384f97['bind']('isOn')['to'](this,'isToggleDiffOn',_0x116fc7=>_0x116fc7),_0x384f97['bind']('icon')['to'](this,'isToggleDiffOn',_0x2a574a=>_0x2a574a?_0x2e1705:_0x111c6a),_0x384f97['bind']('label')['to'](this,'isToggleDiffOn',_0x4ca2b3=>_0x4ca2b3?_0x3ca088:_0x1c1a37),_0x384f97['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x384f97;}['_createAcceptAllButtonView'](){const _0x17d208=new _0x2aef51(this['locale']);return _0x17d208['set']({'label':_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x17d208['bind']('isEnabled')['to'](this,'isError',_0x1a61c3=>!_0x1a61c3),_0x17d208['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai-review-mode__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4535ae=>!_0x4535ae)]}}),_0x17d208['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x17d208;}['_createExitReviewButtonView'](){const _0x2f62f4=new _0x2aef51(this['locale']);return _0x2f62f4['set']({'label':_0x4d8bf5(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x2f62f4['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x36ef35=>!_0x36ef35)]}}),_0x2f62f4['on']('execute',()=>{this['fire']('leaveReviewModeResultList');}),_0x2f62f4;}['_createResultHeaderView'](){const _0x4d9c48=new _0x39e6b7(this['locale']),_0x4c8ebb=new _0x25aab9();return _0x4c8ebb['bind']('isVisible')['to'](this,'isResultReady',_0x2cb20f=>!_0x2cb20f),_0x4d9c48['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-buttons']},'children':[_0x4c8ebb,this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView']]}]}),_0x4d9c48;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{ListItemView as
|
|
23
|
+
import{ListItemView as _0x4d8b72,IconView as _0xe96de0,View as _0x4f8fc4,ViewCollection as _0x9d1d78,ButtonView as _0x4d8c2e,clickOutsideHandler as _0x44cabd}from'ckeditor5/src/ui.js';import{IconChevronRight as _0x554ca9}from'ckeditor5/src/icons.js';import{AIReviewModeFormManagerView as _0x49b1f8}from'./form/aireviewmodeformmanager.js';import{AIReviewModeCustomCheckView as _0x48ba99}from'./aireviewmodecustomcheckview.js';export class AIReviewModeReviewCommandListItemView extends _0x4d8b72{['_formItemsCollection']=new _0x9d1d78();['_customCheckView']=null;constructor(_0x24f8a2,_0x442729,_0x275d25){super(_0x24f8a2),this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x442729['isParameterized']);const _0x13cbf0=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai-review-mode__check-list-item_selected',_0x49a677=>_0x49a677),this['bindTemplate']['if']('isListItemRendered','ck-ai-review-mode__check-list-item_rendered',_0x2bbf51=>_0x2bbf51)],'style':{'--ck-ai-check-list-item-index':_0x275d25}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-list-item-title-text']},'children':[{'text':_0x442729['title']}]},_0x13cbf0]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-description']},'children':[{'text':_0x442729['description']}]}]}]},..._0x442729['isParameterized']?[this['_createParameterizedView'](_0x442729)]:[],...'custom'===_0x442729['id']?[this['_createCustomView'](_0x442729)]:[]]}),this['on']('click',()=>{_0x442729['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x442729['id']});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x44cabd({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x7f099d=>{_0x7f099d['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x2bd39e=new _0xe96de0();return _0x2bd39e['content']=_0x554ca9,_0x2bd39e['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-title-icon']}}),_0x2bd39e;}['_createParameterizedView'](_0x256625){const _0x456324=new _0x4f8fc4(),_0x3c4695=this['_createFormView'](_0x256625);return _0x456324['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x5ae3f7=>!_0x5ae3f7)]},'children':[_0x3c4695]}),_0x456324;}['_createFormView'](_0x5875a2){const _0x365256=new _0x4f8fc4(),_0x3a8303=Array['isArray'](_0x5875a2['options'])?_0x5875a2['options']:[],_0xc917b0=new _0x4d8c2e(this['locale']),t=this['locale']['t'];_0xc917b0['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0xc917b0['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x516936=>{_0x516936['stopPropagation']();})}}),_0xc917b0['on']('execute',()=>{const _0x53944a=[],_0x5dfdab={};this['_formItemsCollection']['forEach'](_0x573c30=>{_0x53944a['push'](_0x573c30['value']),_0x5875a2['useArgs']&&_0x5875a2['options']&&(_0x5dfdab[_0x573c30['argsKey']]=_0x573c30['value']);}),this['fire']('runReviewCheck',{'id':_0x5875a2['id'],'params':_0x53944a['length']?_0x53944a:void 0x0,'args':Object['keys'](_0x5dfdab)['length']?_0x5dfdab:void 0x0});});const _0x26c467=_0x3a8303['length'];return _0x3a8303['forEach']((_0x4e0f0f,_0x571e11)=>{const _0x1b9d76=_0x571e11===_0x26c467-0x1;this['_formItemsCollection']['add'](new _0x49b1f8(this['locale'],_0x4e0f0f,_0x1b9d76?_0xc917b0:null));}),_0x365256['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x365256;}['_createCustomView'](_0x1afec5){return this['_customCheckView']=new _0x48ba99(this['locale'],_0x1afec5),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized','ck-ai-review-mode__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x5aeba0=>!_0x5aeba0)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['_customCheckView'];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x3b46d1=_0x1a4e;(function(_0x381994,_0xf3d8d9){const _0x4687a0=_0x1a4e,_0x1a0350=_0x381994();while(!![]){try{const _0x3151a7=-parseInt(_0x4687a0(0xcf))/0x1*(parseInt(_0x4687a0(0xbf))/0x2)+parseInt(_0x4687a0(0xcd))/0x3+-parseInt(_0x4687a0(0xd0))/0x4+parseInt(_0x4687a0(0xbe))/0x5*(parseInt(_0x4687a0(0xd3))/0x6)+-parseInt(_0x4687a0(0xca))/0x7+parseInt(_0x4687a0(0xc9))/0x8*(-parseInt(_0x4687a0(0xd6))/0x9)+parseInt(_0x4687a0(0xd5))/0xa*(parseInt(_0x4687a0(0xb9))/0xb);if(_0x3151a7===_0xf3d8d9)break;else _0x1a0350['push'](_0x1a0350['shift']());}catch(_0x26671b){_0x1a0350['push'](_0x1a0350['shift']());}}}(_0x1c10,0x97721));import{ListItemView as _0x1d2eb2,View as _0x35e079,ButtonView as _0x30367f}from'ckeditor5/src/ui.js';function _0x1a4e(_0x43258d,_0x46fce3){const _0x1c100d=_0x1c10();return _0x1a4e=function(_0x1a4ec3,_0x1060f2){_0x1a4ec3=_0x1a4ec3-0xb1;let _0xd4538c=_0x1c100d[_0x1a4ec3];return _0xd4538c;},_0x1a4e(_0x43258d,_0x46fce3);}import{getTranslation as _0x3f76ac}from'../../aicore/utils/common-translations.js';import'../../../theme/aireviewmode/aireviewmode-review-completed.css';function _0x1c10(){const _0xaa92b3=['ck-ai-review-mode__review-completed-header','_createResultHeaderView','9955kPUCel','AI_REVIEW_MODE_COMPLETED_TEXT','ck-hidden','set','execute','1255xcyYNU','3694ZNDFKH','bindTemplate','ck-ai-review-mode__review-completed-content-text','locale','AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','resultsHeader','span','ck-ai-review-mode__review-completed-header-buttons','ck-ai-review-mode__review-completed-content-icon','ck-ai-review-mode__review-completed','11512irkYfl','4789176bnIvOI','ck-ai-review-mode__review-completed-content','ck-ai-button-primary','3159351CGUrJM','isVisible','187zeitHK','1926156wGIZEs','ck-ai-review-mode__review-completed-header-title','viewType','28902uHJbOR','_finishReviewButtonView','5440UsgaMa','3897WaKTyN','_createFinishReviewButtonView','div','setTemplate','completed','AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','finishReview','AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','fire'];_0x1c10=function(){return _0xaa92b3;};return _0x1c10();}export class AIReviewModeReviewCompletedView extends _0x1d2eb2{[_0x3b46d1(0xc4)];[_0x3b46d1(0xd4)];constructor(_0x407c18){const _0x30839e=_0x3b46d1;super(_0x407c18),this[_0x30839e(0xd4)]=this[_0x30839e(0xd7)](),this[_0x30839e(0xc4)]=this[_0x30839e(0xb8)](),this[_0x30839e(0xbc)](_0x30839e(0xd2),_0x30839e(0xb2));const _0x499e34=this[_0x30839e(0xc0)];this[_0x30839e(0xb1)]({'tag':_0x30839e(0xd8),'attributes':{'class':[_0x30839e(0xc8),_0x499e34['if'](_0x30839e(0xce),_0x30839e(0xbb),_0x47cde1=>!_0x47cde1)]},'children':[this[_0x30839e(0xc4)],{'tag':_0x30839e(0xd8),'attributes':{'class':[_0x30839e(0xcb)]},'children':[{'tag':_0x30839e(0xc5),'attributes':{'class':[_0x30839e(0xc7)]},'children':[{'text':'🎉'}]},{'tag':'p','attributes':{'class':[_0x30839e(0xc1)]},'children':[{'text':_0x499e34['to'](_0x30839e(0xd2),_0x3e09c7=>_0x3f76ac(_0x407c18,_0x30839e(0xb2)===_0x3e09c7?_0x30839e(0xba):_0x30839e(0xc3)))}]}]}]});}[_0x3b46d1(0xd7)](){const _0x20b5fc=_0x3b46d1,_0x270228=new _0x30367f(this[_0x20b5fc(0xc2)]);return _0x270228[_0x20b5fc(0xbc)]({'label':_0x3f76ac(this[_0x20b5fc(0xc2)],_0x20b5fc(0xb3)),'withText':!0x0,'class':_0x20b5fc(0xcc)}),_0x270228['on'](_0x20b5fc(0xbd),()=>{const _0x2794ed=_0x20b5fc;this[_0x2794ed(0xb6)](_0x2794ed(0xb4));}),_0x270228;}[_0x3b46d1(0xb8)](){const _0x101444=_0x3b46d1,_0x570d62=new _0x35e079(this[_0x101444(0xc2)]);return _0x570d62[_0x101444(0xb1)]({'tag':_0x101444(0xd8),'attributes':{'class':[_0x101444(0xb7)]},'children':[{'tag':_0x101444(0xc5),'attributes':{'class':[_0x101444(0xd1)]},'children':[{'text':_0x3f76ac(this[_0x101444(0xc2)],_0x101444(0xb5))}]},{'tag':_0x101444(0xd8),'attributes':{'class':[_0x101444(0xc6)]},'children':[this[_0x101444(0xd4)]]}]}),_0x570d62;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x58a3f6=_0x57d6;(function(_0x2d2424,_0x596f24){var _0x4d46fe=_0x57d6,_0x48af0c=_0x2d2424();while(!![]){try{var _0x5a1b1d=-parseInt(_0x4d46fe(0x1b0))/0x1+-parseInt(_0x4d46fe(0x1be))/0x2+-parseInt(_0x4d46fe(0x19b))/0x3*(parseInt(_0x4d46fe(0x1af))/0x4)+parseInt(_0x4d46fe(0x1b9))/0x5+parseInt(_0x4d46fe(0x1b8))/0x6*(-parseInt(_0x4d46fe(0x1a7))/0x7)+parseInt(_0x4d46fe(0x19d))/0x8+parseInt(_0x4d46fe(0x1b2))/0x9;if(_0x5a1b1d===_0x596f24)break;else _0x48af0c['push'](_0x48af0c['shift']());}catch(_0x31768e){_0x48af0c['push'](_0x48af0c['shift']());}}}(_0x31f4,0x19231));import{View as _0x40f81d,FormHeaderView as _0x4f0d6a}from'ckeditor5/src/ui.js';import{IconAIReview as _0x56c17f}from'ckeditor5/src/icons.js';import{AIReviewModeReviewCheckListView as _0x4ea541}from'./aireviewmodereviewchecklistview.js';function _0x31f4(){var _0x2a8f9f=['div','699769VpoxOf','reviewCheckResultsView','showReviewCheckListView','hideActionsWhenResultIsReady','reviewCompletedView','showReviewCompletedView','showChunkErrorView','isVisible','4IgpVbG','193506hlPcnC','resetErrorState','3740535lwwgFg','resetAllParameterizedChecks','ck-ai-header\x20ck-ai-header_review-mode','showActionsWhenResultIsReady','delegate','reviewModeHeader','12arCSOB','500415qBJSaq','showNoChangesView','ck-reset_all','viewType','finishReview','83370RLzChe','set','reviewCheckListView','showChunkErrorMessage','addCheckRunResult','completed','isLoading','showReviewCheckResultsView','ck-ai-review-mode','showGeneralErrorMessage','202326jdflZi','isResultReady','718640KqAHWG','clearResults','setTemplate','ltr','AI_REVIEW_MODE','showGeneralErrorView','ck-rounded-corners','unmodified','addResult'];_0x31f4=function(){return _0x2a8f9f;};return _0x31f4();}function _0x57d6(_0x3fd69f,_0xef48f4){var _0x31f4b9=_0x31f4();return _0x57d6=function(_0x57d6e9,_0x1318c5){_0x57d6e9=_0x57d6e9-0x195;var _0x167b1a=_0x31f4b9[_0x57d6e9];return _0x167b1a;},_0x57d6(_0x3fd69f,_0xef48f4);}import{AI_REVIEW_MODE_UI_EVENT_NAMES as _0x304e67}from'../aireviewmodeui.js';import{AIReviewModeReviewCheckResultsView as _0x1debbf}from'./aireviewmodereviewcheckresultsview.js';import{AIReviewModeReviewCompletedView as _0x4b087a}from'./aireviewmodereviewcompletedview.js';import{getTranslation as _0x7ad71b}from'../../aicore/utils/common-translations.js';export class AIReviewModeView extends _0x40f81d{[_0x58a3f6(0x1b7)];[_0x58a3f6(0x1c0)];[_0x58a3f6(0x1a8)];[_0x58a3f6(0x1ab)];constructor(_0x44e968){var _0x4db4ee=_0x58a3f6;super(_0x44e968),this[_0x4db4ee(0x1b7)]=new _0x4f0d6a(_0x44e968,{'label':_0x7ad71b(_0x44e968,_0x4db4ee(0x1a1)),'icon':_0x56c17f,'class':_0x4db4ee(0x1b4)}),this[_0x4db4ee(0x1c0)]=new _0x4ea541(_0x44e968),this[_0x4db4ee(0x1c0)][_0x4db4ee(0x1b6)](..._0x304e67)['to'](this),this[_0x4db4ee(0x1a8)]=new _0x1debbf(_0x44e968),this[_0x4db4ee(0x1a8)][_0x4db4ee(0x1b6)](..._0x304e67)['to'](this),this[_0x4db4ee(0x1ab)]=new _0x4b087a(_0x44e968),this[_0x4db4ee(0x1ab)][_0x4db4ee(0x1b6)](_0x4db4ee(0x1bd))['to'](this),this[_0x4db4ee(0x1c0)][_0x4db4ee(0x1bf)](_0x4db4ee(0x1ae),!0x1),this[_0x4db4ee(0x1a8)][_0x4db4ee(0x1bf)](_0x4db4ee(0x1ae),!0x1),this[_0x4db4ee(0x1a8)][_0x4db4ee(0x1bf)](_0x4db4ee(0x197),!0x1),this[_0x4db4ee(0x1a8)][_0x4db4ee(0x1bf)](_0x4db4ee(0x19c),!0x1),this[_0x4db4ee(0x1ab)][_0x4db4ee(0x1bf)](_0x4db4ee(0x1ae),!0x1),this[_0x4db4ee(0x19f)]({'tag':_0x4db4ee(0x1a6),'attributes':{'class':['ck',_0x4db4ee(0x1bb),_0x4db4ee(0x199),_0x4db4ee(0x1a3)],'dir':_0x4db4ee(0x1a0)},'children':[this[_0x4db4ee(0x1b7)],this[_0x4db4ee(0x1c0)],this[_0x4db4ee(0x1a8)],this[_0x4db4ee(0x1ab)]]});}[_0x58a3f6(0x1a9)](){var _0x3f62be=_0x58a3f6;this[_0x3f62be(0x1c0)][_0x3f62be(0x1b3)](),this[_0x3f62be(0x1c0)][_0x3f62be(0x1bf)](_0x3f62be(0x1ae),!0x0),this[_0x3f62be(0x1a8)][_0x3f62be(0x1bf)](_0x3f62be(0x1ae),!0x1),this[_0x3f62be(0x1ab)][_0x3f62be(0x1bf)](_0x3f62be(0x1ae),!0x1);}[_0x58a3f6(0x198)](){var _0x1f884a=_0x58a3f6;this[_0x1f884a(0x1aa)](),this[_0x1f884a(0x1a8)][_0x1f884a(0x1b1)](),this[_0x1f884a(0x1c0)][_0x1f884a(0x1bf)](_0x1f884a(0x1ae),!0x1),this[_0x1f884a(0x1a8)][_0x1f884a(0x1bf)](_0x1f884a(0x1ae),!0x0),this[_0x1f884a(0x1a8)][_0x1f884a(0x19e)](),this[_0x1f884a(0x1a8)][_0x1f884a(0x1bf)](_0x1f884a(0x197),!0x0);}[_0x58a3f6(0x195)](_0x2c823e){var _0x29c01f=_0x58a3f6;this[_0x29c01f(0x1a8)][_0x29c01f(0x1a5)](_0x2c823e),this[_0x29c01f(0x1a8)][_0x29c01f(0x1bf)](_0x29c01f(0x197),!0x1);}[_0x58a3f6(0x1ac)](){var _0x59d1b6=_0x58a3f6;this[_0x59d1b6(0x1c0)][_0x59d1b6(0x1bf)](_0x59d1b6(0x1ae),!0x1),this[_0x59d1b6(0x1a8)][_0x59d1b6(0x1bf)](_0x59d1b6(0x1ae),!0x1),this[_0x59d1b6(0x1ab)][_0x59d1b6(0x1bf)](_0x59d1b6(0x1bc),_0x59d1b6(0x196)),this[_0x59d1b6(0x1ab)][_0x59d1b6(0x1bf)](_0x59d1b6(0x1ae),!0x0);}[_0x58a3f6(0x1b5)](){var _0x4647dc=_0x58a3f6;this[_0x4647dc(0x1a8)][_0x4647dc(0x19c)]=!0x0;}[_0x58a3f6(0x1ba)](){var _0x426820=_0x58a3f6;this[_0x426820(0x1c0)][_0x426820(0x1bf)](_0x426820(0x1ae),!0x1),this[_0x426820(0x1a8)][_0x426820(0x1bf)](_0x426820(0x1ae),!0x1),this[_0x426820(0x1ab)][_0x426820(0x1bf)](_0x426820(0x1bc),_0x426820(0x1a4)),this[_0x426820(0x1ab)][_0x426820(0x1bf)](_0x426820(0x1ae),!0x0);}[_0x58a3f6(0x1aa)](){var _0x25807d=_0x58a3f6;this[_0x25807d(0x1a8)][_0x25807d(0x19c)]=!0x1;}[_0x58a3f6(0x1a2)](){var _0x3ebe56=_0x58a3f6;this[_0x3ebe56(0x1a8)][_0x3ebe56(0x1bf)](_0x3ebe56(0x197),!0x1),this[_0x3ebe56(0x1b5)](),this[_0x3ebe56(0x1a8)][_0x3ebe56(0x19a)]();}[_0x58a3f6(0x1ad)](){var _0x454d8e=_0x58a3f6;this[_0x454d8e(0x1a8)][_0x454d8e(0x1bf)](_0x454d8e(0x197),!0x1),this[_0x454d8e(0x1b5)](),this[_0x454d8e(0x1a8)][_0x454d8e(0x1c1)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x392fb7=_0x1a5e;(function(_0x705f3a,_0x86b10a){const _0x2bba9d=_0x1a5e,_0x43168a=_0x705f3a();while(!![]){try{const _0xc9d86c=parseInt(_0x2bba9d(0x1cc))/0x1+-parseInt(_0x2bba9d(0x1d6))/0x2*(-parseInt(_0x2bba9d(0x1e1))/0x3)+parseInt(_0x2bba9d(0x1d9))/0x4*(-parseInt(_0x2bba9d(0x1de))/0x5)+-parseInt(_0x2bba9d(0x1e4))/0x6+-parseInt(_0x2bba9d(0x1dd))/0x7+-parseInt(_0x2bba9d(0x1ce))/0x8+-parseInt(_0x2bba9d(0x1d2))/0x9*(-parseInt(_0x2bba9d(0x1cf))/0xa);if(_0xc9d86c===_0x86b10a)break;else _0x43168a['push'](_0x43168a['shift']());}catch(_0x3bdb6c){_0x43168a['push'](_0x43168a['shift']());}}}(_0x54e2,0xb7ec3));import{FormRowView as _0x4274a6,ListItemView as _0x5a4a13}from'ckeditor5/src/ui.js';function _0x1a5e(_0xf09a4c,_0x465cdd){const _0x54e266=_0x54e2();return _0x1a5e=function(_0x1a5e50,_0x5680f5){_0x1a5e50=_0x1a5e50-0x1ca;let _0x1b9452=_0x54e266[_0x1a5e50];return _0x1b9452;},_0x1a5e(_0xf09a4c,_0x465cdd);}import{AIReviewModeFormDropdownView as _0x151744}from'./aireviewmodeformdropdown.js';function _0x54e2(){const _0x2e24a7=['3789168WhZAdi','12944380kYZoQH','formValue','ck-form__row_with-submit','9mvSjix','locale','_formItem','div','6JVCrsU','add','ck-ai-review-mode__form-item','15772siCuuQ','ck-reset_all','resetToDefault','formType','211015KHgklx','1535yZCCNE','set','value','1452576oXEESW','setTemplate','bind','4515888SqHzYa','children','dropdown','473273QAlieK','argsKey'];_0x54e2=function(){return _0x2e24a7;};return _0x54e2();}export class AIReviewModeFormManagerView extends _0x5a4a13{[_0x392fb7(0x1d4)]=null;constructor(_0x535f0e,_0x5baa75,_0x3f8a9e){const _0xcfeece=_0x392fb7;super(_0x535f0e),this[_0xcfeece(0x1cd)]=_0x5baa75?.[_0xcfeece(0x1cd)];if(_0xcfeece(0x1cb)===_0x5baa75[_0xcfeece(0x1dc)])this[_0xcfeece(0x1d4)]=new _0x151744(this[_0xcfeece(0x1d3)],_0x5baa75);this[_0xcfeece(0x1df)](_0xcfeece(0x1e0),''),this[_0xcfeece(0x1e3)](_0xcfeece(0x1e0))['to'](this[_0xcfeece(0x1d4)],_0xcfeece(0x1d0));const _0x247332=new _0x4274a6(this[_0xcfeece(0x1d3)],{'children':[this[_0xcfeece(0x1d4)]],'class':[_0x3f8a9e?_0xcfeece(0x1d1):'']});_0x3f8a9e&&_0x247332[_0xcfeece(0x1ca)][_0xcfeece(0x1d7)](_0x3f8a9e),this[_0xcfeece(0x1e2)]({'tag':_0xcfeece(0x1d5),'attributes':{'class':['ck',_0xcfeece(0x1d8),_0xcfeece(0x1da)]},'children':[_0x247332]});}[_0x392fb7(0x1db)](){const _0x4f6dca=_0x392fb7;this[_0x4f6dca(0x1d4)][_0x4f6dca(0x1db)]();}}
|