@ckeditor/ckeditor5-ai 47.4.0-alpha.5 → 47.4.0-alpha.6
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/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/ui/aiassistantcontroller.js +2 -2
- 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/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/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/aichatpromptsuggestionslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.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/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeeditemview.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 +2 -2
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistorysectionlistview.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/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/aiskeleton.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/documentrange.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/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aicore/utils/scrollmanager.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactions.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsediting.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.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/aireviewcheckcustom.js +1 -1
- package/src/aireviewmode/model/aireviewchecklist.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
- package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewsystemcheckrun.js +1 -1
- package/src/aireviewmode/ui/aireviemodepromptinputview.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/aireviewmodefinishreviewbuttonview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodegeneralerrorview.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/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
- package/src/aitabs/tabs/tabpanelview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4d99bf=_0x41b5;(function(_0x49a2c3,_0x2b5e52){const _0x8eb70a=_0x41b5,_0x53829=_0x49a2c3();while(!![]){try{const _0x54980a=-parseInt(_0x8eb70a(0x1c9))/0x1+parseInt(_0x8eb70a(0x1e2))/0x2+parseInt(_0x8eb70a(0x1fe))/0x3*(-parseInt(_0x8eb70a(0x20c))/0x4)+parseInt(_0x8eb70a(0x1f3))/0x5+-parseInt(_0x8eb70a(0x1df))/0x6+parseInt(_0x8eb70a(0x201))/0x7*(-parseInt(_0x8eb70a(0x204))/0x8)+parseInt(_0x8eb70a(0x210))/0x9*(parseInt(_0x8eb70a(0x1e4))/0xa);if(_0x54980a===_0x2b5e52)break;else _0x53829['push'](_0x53829['shift']());}catch(_0x2a335b){_0x53829['push'](_0x53829['shift']());}}}(_0x4376,0x4dff7));import{ContextPlugin as _0x46c2ed}from'ckeditor5/src/core.js';function _0x41b5(_0x2317ca,_0xc3b5c7){const _0x43762c=_0x4376();return _0x41b5=function(_0x41b5df,_0x5ae384){_0x41b5df=_0x41b5df-0x1ba;let _0x5e4e61=_0x43762c[_0x41b5df];return _0x5e4e61;},_0x41b5(_0x2317ca,_0xc3b5c7);}import{IconAIReview as _0x4aeb36}from'ckeditor5/src/icons.js';function _0x4376(){const _0x55131e=['570083rXGVxT','setTitle','AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','showDiffInBalloon','init','setCheckResultTitle','element','addTab','reviewMode','AIReviewModeUI','_reviewModeBalloonSuggestionItemView','runReviewCheck','context','isOfficialPlugin','getResults','toggleDiff','hideActionsWhenResultIsReady','acceptChange','setItemAsActive','getReviewCheckList','_reviewModeView','reviewCheckListView','1982982UclwgA','showActionsWhenResultIsReady','addCheckRunResult','183552JITOhc','updateChangeState','9954670zCaHBK','get','locale','showChunkErrorView','showResult','isPremiumPlugin','hideBalloon','setAvailableChecks','showGeneralReviewModeErrorView','detachFromDom','acceptAllChanges','setActiveStateInResults','outdated','plugins','_bodyCollection','3139960qSjqzC','destroy','error-general','deactivateChange','resetActiveStateInResults','hideChangeBalloon','pluginName','showCheckRunResults','hideResult','getChangeElement','rejected','93075yYhRtT','learnMore','leaveReviewMode','1081591pJVTJJ','abortReviewStream','showReviewCompletedView','16EiHroF','AITabs','status','requires','attachToDom','showReviewCheckResultsView','hasChecks','showReviewCheckList','24jQCHEY','view','setChecks','showReviewCheckListView','9JgLjbv','reviewCheckResultsView','fire','find','accepted','activateChange','showGeneralResultsErrorView','forEach','showNoChangesView','leaveReviewModeResultList','retryReview','AI_REVIEW_MODE','dismissChange','delegate','showChangeBalloon','error-chunk','setItemAsInactive','hideDiffInBalloon','activateTab','showCheckRunResult','finishReview','showBalloon'];_0x4376=function(){return _0x55131e;};return _0x4376();}import{BodyCollection as _0x3cd79e}from'ckeditor5/src/ui.js';import{AITabs as _0xb34831}from'../aitabs/aitabs.js';import{AIReviewModeView as _0x4694b0}from'./ui/aireviewmodeview.js';import{getTranslation as _0xf71d6b}from'../aicore/utils/common-translations.js';import{AIReviewModeBalloonSuggestionItemView as _0x5cdca9}from'./ui/aireviewmodeballoonsuggestionview.js';import'../../theme/aireviewmode/aireviewmode.css';export const AI_REVIEW_MODE_UI_EVENT_NAMES=[_0x4d99bf(0x1dc),_0x4d99bf(0x1d4),_0x4d99bf(0x202),_0x4d99bf(0x1d8),_0x4d99bf(0x1ee),_0x4d99bf(0x1bc),_0x4d99bf(0x215),_0x4d99bf(0x1da),_0x4d99bf(0x1bf),_0x4d99bf(0x1ff),_0x4d99bf(0x1c7),_0x4d99bf(0x1bd)];export class AIReviewModeUI extends _0x46c2ed{[_0x4d99bf(0x1dd)];[_0x4d99bf(0x1d3)];[_0x4d99bf(0x1f2)];static get[_0x4d99bf(0x207)](){return[_0xb34831];}static get[_0x4d99bf(0x1f9)](){const _0x216d4e=_0x4d99bf;return _0x216d4e(0x1d2);}static get[_0x4d99bf(0x1d6)](){return!0x0;}static get[_0x4d99bf(0x1e9)](){return!0x0;}constructor(_0x1531c6){const _0x2890be=_0x4d99bf;super(_0x1531c6),this[_0x2890be(0x1f2)]=new _0x3cd79e(this[_0x2890be(0x1d5)][_0x2890be(0x1e6)]),this[_0x2890be(0x1f2)][_0x2890be(0x208)](),this[_0x2890be(0x1dd)]=new _0x4694b0(this[_0x2890be(0x1d5)][_0x2890be(0x1e6)]),this[_0x2890be(0x1dd)][_0x2890be(0x1c0)](...AI_REVIEW_MODE_UI_EVENT_NAMES)['to'](this),this[_0x2890be(0x1d3)]=new _0x5cdca9(this[_0x2890be(0x1d5)][_0x2890be(0x1e6)],this[_0x2890be(0x1f2)]),this[_0x2890be(0x1d3)][_0x2890be(0x1c0)](_0x2890be(0x1da),_0x2890be(0x1bf),_0x2890be(0x1f6))['to'](this);}[_0x4d99bf(0x1cd)](){const _0x8d9003=_0x4d99bf,_0x58faa0=this[_0x8d9003(0x1d5)][_0x8d9003(0x1f1)][_0x8d9003(0x1e5)](_0x8d9003(0x205));_0x58faa0[_0x8d9003(0x20d)]['on'](_0x8d9003(0x1c5),(_0x36bf4c,_0x50cafe)=>{const _0x1481fc=_0x8d9003;_0x1481fc(0x1d1)===_0x50cafe?this[_0x1481fc(0x212)](_0x1481fc(0x1dc)):this[_0x1481fc(0x212)](_0x1481fc(0x200));}),_0x58faa0[_0x8d9003(0x20d)][_0x8d9003(0x1d0)]({'id':_0x8d9003(0x1d1),'buttonLabel':_0xf71d6b(this[_0x8d9003(0x1d5)][_0x8d9003(0x1e6)],_0x8d9003(0x1be)),'buttonIcon':_0x4aeb36,'order':0x0,'content':this[_0x8d9003(0x1dd)]});}[_0x4d99bf(0x1f4)](){const _0x43bbeb=_0x4d99bf;this[_0x43bbeb(0x1f2)][_0x43bbeb(0x1ed)](),super[_0x43bbeb(0x1f4)]();}[_0x4d99bf(0x1eb)](_0x4660be){const _0x18d2df=_0x4d99bf;this[_0x18d2df(0x1dd)][_0x18d2df(0x1de)][_0x18d2df(0x20a)]()||this[_0x18d2df(0x1dd)][_0x18d2df(0x1de)][_0x18d2df(0x20e)](_0x4660be),this[_0x18d2df(0x1dd)][_0x18d2df(0x20f)]();}[_0x4d99bf(0x20b)](){const _0x3171c3=_0x4d99bf;this[_0x3171c3(0x212)](_0x3171c3(0x1dc));}[_0x4d99bf(0x1fa)](_0x2e676c){const _0x262cf2=_0x4d99bf;_0x2e676c&&(_0x262cf2(0x1f5)!==_0x2e676c[_0x262cf2(0x206)]?_0x262cf2(0x1c2)!==_0x2e676c[_0x262cf2(0x206)]?this[_0x262cf2(0x1dd)][_0x262cf2(0x209)]():this[_0x262cf2(0x1e7)]():this[_0x262cf2(0x216)]());}[_0x4d99bf(0x1c6)](_0x2c068e){const _0x34fb37=_0x4d99bf;this[_0x34fb37(0x1dd)][_0x34fb37(0x1e1)](_0x2c068e);}[_0x4d99bf(0x216)](){const _0x4218d8=_0x4d99bf;this[_0x4218d8(0x1dd)][_0x4218d8(0x216)]();}[_0x4d99bf(0x1ec)](_0x7975d9){const _0x799f81=_0x4d99bf;this[_0x799f81(0x1dd)][_0x799f81(0x1ec)](_0x7975d9??_0xf71d6b(this[_0x799f81(0x1d5)][_0x799f81(0x1e6)],_0x799f81(0x1cb)));}[_0x4d99bf(0x1e7)](){const _0x5738e1=_0x4d99bf;this[_0x5738e1(0x1dd)][_0x5738e1(0x1e7)]();}[_0x4d99bf(0x1ce)](_0xa24ae0,_0x3726d7){const _0x4c253a=_0x4d99bf;this[_0x4c253a(0x1dd)][_0x4c253a(0x211)][_0x4c253a(0x1ca)](_0xa24ae0,_0x3726d7);}[_0x4d99bf(0x1ef)](_0x298650){const _0x595fd8=_0x4d99bf;this[_0x595fd8(0x1dd)][_0x595fd8(0x211)][_0x595fd8(0x1d7)]()[_0x595fd8(0x1ba)](_0x31acce=>{const _0x3f3b6f=_0x595fd8;_0x31acce['id']===_0x298650&&_0x31acce[_0x3f3b6f(0x1db)]();});}[_0x4d99bf(0x1f7)](){const _0x57e0e5=_0x4d99bf;this[_0x57e0e5(0x1dd)][_0x57e0e5(0x211)][_0x57e0e5(0x1d7)]()[_0x57e0e5(0x1ba)](_0x496b29=>_0x496b29[_0x57e0e5(0x1c3)]());}[_0x4d99bf(0x1e3)](_0x2db3b7,_0x19c8f9){const _0x15fa95=_0x4d99bf;_0x15fa95(0x214)===_0x19c8f9||_0x15fa95(0x1fd)===_0x19c8f9||_0x15fa95(0x1f0)===_0x19c8f9?this[_0x15fa95(0x1dd)][_0x15fa95(0x211)][_0x15fa95(0x1fb)](_0x2db3b7,_0x19c8f9):this[_0x15fa95(0x1dd)][_0x15fa95(0x211)][_0x15fa95(0x1e8)](_0x2db3b7,_0x19c8f9);}[_0x4d99bf(0x203)](){const _0x363d66=_0x4d99bf;this[_0x363d66(0x1dd)][_0x363d66(0x203)]();}[_0x4d99bf(0x1e0)](){const _0x1a7f8f=_0x4d99bf;this[_0x1a7f8f(0x1dd)][_0x1a7f8f(0x1e0)]();}[_0x4d99bf(0x1bb)](){const _0x2a4492=_0x4d99bf;this[_0x2a4492(0x1dd)][_0x2a4492(0x1bb)]();}[_0x4d99bf(0x1d9)](){const _0x9f5012=_0x4d99bf;this[_0x9f5012(0x1dd)][_0x9f5012(0x1d9)]();}[_0x4d99bf(0x1c1)](_0x7dd48e,_0x125db6,_0x55bf38,_0x30870f,_0xd5b3a5,_0x4f8f4f){const _0x1edd7a=_0x4d99bf;this[_0x1edd7a(0x1d3)][_0x1edd7a(0x1c8)](_0x7dd48e,_0x125db6,_0x55bf38,_0x30870f,_0xd5b3a5,_0x4f8f4f);}[_0x4d99bf(0x1f8)](){const _0x55c148=_0x4d99bf;this[_0x55c148(0x1d3)][_0x55c148(0x1ea)]();}[_0x4d99bf(0x1c4)](){const _0x4b4083=_0x4d99bf;this[_0x4b4083(0x1d3)][_0x4b4083(0x1c4)]();}[_0x4d99bf(0x1cc)](){const _0x5dad37=_0x4d99bf;this[_0x5dad37(0x1d3)][_0x5dad37(0x1cc)]();}[_0x4d99bf(0x1fc)](_0x363c89){const _0x2e51a3=_0x4d99bf,_0x469fce=this[_0x2e51a3(0x1dd)][_0x2e51a3(0x211)][_0x2e51a3(0x1d7)]()[_0x2e51a3(0x213)](_0x2cdee0=>_0x2cdee0['id']===_0x363c89);return _0x469fce?_0x469fce[_0x2e51a3(0x1cf)]:null;}[_0x4d99bf(0x1f6)](){const _0x57a764=_0x4d99bf;this[_0x57a764(0x1d3)][_0x57a764(0x1f6)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
var _0x166aad=_0x57d5;function _0x1711(){var _0x52a6d6=['39Bvrhrk','264dQAwyL','451565fAZijc','7131114HuzTXW','589776OEfYvC','_models','102039FIVIMa','models','2417680WjmjVc','8HXEEni','204236SuskFg','32165420CXFhSw'];_0x1711=function(){return _0x52a6d6;};return _0x1711();}(function(_0x134cbb,_0x4fa1e9){var _0x4ba519=_0x57d5,_0x1dec30=_0x134cbb();while(!![]){try{var _0x4e0c42=-parseInt(_0x4ba519(0x1a7))/0x1+parseInt(_0x4ba519(0x1a9))/0x2+-parseInt(_0x4ba519(0x1a5))/0x3*(parseInt(_0x4ba519(0x1af))/0x4)+-parseInt(_0x4ba519(0x1ad))/0x5+parseInt(_0x4ba519(0x1a6))/0x6*(-parseInt(_0x4ba519(0x1ab))/0x7)+parseInt(_0x4ba519(0x1ae))/0x8*(-parseInt(_0x4ba519(0x1a8))/0x9)+parseInt(_0x4ba519(0x1b0))/0xa;if(_0x4e0c42===_0x4fa1e9)break;else _0x1dec30['push'](_0x1dec30['shift']());}catch(_0x14bd4f){_0x1dec30['push'](_0x1dec30['shift']());}}}(_0x1711,0x74e6c));function _0x57d5(_0x56ba88,_0x5a7bb7){var _0x1711f2=_0x1711();return _0x57d5=function(_0x57d52a,_0x9214b){_0x57d52a=_0x57d52a-0x1a5;var _0x422ffe=_0x1711f2[_0x57d52a];return _0x422ffe;},_0x57d5(_0x56ba88,_0x5a7bb7);}import{AIReviewCheck as _0x1163a8}from'./aireviewcheck.js';export class AIReviewCheckCustom extends _0x1163a8{[_0x166aad(0x1aa)]=[];get[_0x166aad(0x1ac)](){var _0x29252c=_0x166aad;return this[_0x29252c(0x1aa)];}set[_0x166aad(0x1ac)](_0x36086f){var _0x2990bf=_0x166aad;this[_0x2990bf(0x1aa)]=_0x36086f;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x5bc8(_0x5291a9,_0x291be0){var _0x5c983f=_0x5c98();return _0x5bc8=function(_0x5bc8c9,_0x1fc74a){_0x5bc8c9=_0x5bc8c9-0x1ae;var _0x2fb0b2=_0x5c983f[_0x5bc8c9];return _0x2fb0b2;},_0x5bc8(_0x5291a9,_0x291be0);}var _0x129431=_0x5bc8;function _0x5c98(){var _0x1b2b1a=['10343259aGitLx','3017664PUqVWD','_mapCheckDefinitions','getCheckById','_checks','filter','removeCheckById','4710608BkfWdP','12817qNqOIp','3593170QLRAAT','checks','10iblQIb','6199eeXgoG','find','1069290VeywUO','custom','map','68IjjgiW','24awkhkB'];_0x5c98=function(){return _0x1b2b1a;};return _0x5c98();}(function(_0x433ca2,_0x468f18){var _0xfcc7bb=_0x5bc8,_0x114532=_0x433ca2();while(!![]){try{var _0x1b6c9c=parseInt(_0xfcc7bb(0x1bf))/0x1*(parseInt(_0xfcc7bb(0x1b1))/0x2)+-parseInt(_0xfcc7bb(0x1ae))/0x3+-parseInt(_0xfcc7bb(0x1b4))/0x4+parseInt(_0xfcc7bb(0x1bc))/0x5+-parseInt(_0xfcc7bb(0x1b2))/0x6*(-parseInt(_0xfcc7bb(0x1bb))/0x7)+-parseInt(_0xfcc7bb(0x1ba))/0x8+parseInt(_0xfcc7bb(0x1b3))/0x9*(parseInt(_0xfcc7bb(0x1be))/0xa);if(_0x1b6c9c===_0x468f18)break;else _0x114532['push'](_0x114532['shift']());}catch(_0x3cf617){_0x114532['push'](_0x114532['shift']());}}}(_0x5c98,0x5e4ff));import{ObservableMixin as _0x2b491a}from'ckeditor5/src/utils.js';import{AIReviewCheck as _0x86d025}from'./aireviewcheck.js';import{AIReviewCheckCustom as _0x19469b}from'./aireviewcheckcustom.js';export class AIReviewCheckList extends _0x2b491a(){[_0x129431(0x1b7)];constructor(_0x52ca49){var _0xe3720e=_0x129431;super(),this[_0xe3720e(0x1b7)]=this[_0xe3720e(0x1b5)](_0x52ca49);}get[_0x129431(0x1bd)](){var _0x3148cc=_0x129431;return this[_0x3148cc(0x1b7)];}[_0x129431(0x1b6)](_0xad36da){var _0x311962=_0x129431;return this[_0x311962(0x1bd)][_0x311962(0x1c0)](_0xa3c89=>_0xa3c89['id']===_0xad36da);}[_0x129431(0x1b9)](_0x36bb0b){var _0x33363e=_0x129431;this[_0x33363e(0x1b7)]=this[_0x33363e(0x1b7)][_0x33363e(0x1b8)](_0x9c94fe=>_0x9c94fe['id']!==_0x36bb0b);}[_0x129431(0x1b5)](_0x17d2cb){var _0xeacaf4=_0x129431;return _0x17d2cb[_0xeacaf4(0x1b0)](_0x58df41=>_0xeacaf4(0x1af)===_0x58df41['id']?new _0x19469b(_0x58df41):new _0x86d025(_0x58df41));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x1955(_0x357ec0,_0x3903d6){var _0x6d2e45=_0x6d2e();return _0x1955=function(_0x19556c,_0x1b368c){_0x19556c=_0x19556c-0x11d;var _0x46384d=_0x6d2e45[_0x19556c];return _0x46384d;},_0x1955(_0x357ec0,_0x3903d6);}var _0xbf5532=_0x1955;(function(_0x31682e,_0x41897c){var _0xb3d887=_0x1955,_0x3470ec=_0x31682e();while(!![]){try{var _0x1a6dc3=parseInt(_0xb3d887(0x124))/0x1*(-parseInt(_0xb3d887(0x121))/0x2)+parseInt(_0xb3d887(0x122))/0x3+parseInt(_0xb3d887(0x11d))/0x4+parseInt(_0xb3d887(0x11e))/0x5+parseInt(_0xb3d887(0x120))/0x6*(-parseInt(_0xb3d887(0x126))/0x7)+parseInt(_0xb3d887(0x125))/0x8+parseInt(_0xb3d887(0x11f))/0x9;if(_0x1a6dc3===_0x41897c)break;else _0x3470ec['push'](_0x3470ec['shift']());}catch(_0x321e1c){_0x3470ec['push'](_0x3470ec['shift']());}}}(_0x6d2e,0x1f9d3));import{EmitterMixin as _0x4be012}from'ckeditor5/src/utils.js';export class AIReviewCheckResult extends _0x4be012(){['id'];[_0xbf5532(0x128)];[_0xbf5532(0x123)];[_0xbf5532(0x127)];constructor({id:_0x33b3ba,contentNew:_0x28e4a0,contentInitial:_0x5a09dd,documentVersion:_0x43b922}){var _0x243719=_0xbf5532;super(),this['id']=_0x33b3ba,this[_0x243719(0x128)]=_0x28e4a0,this[_0x243719(0x123)]=_0x5a09dd,this[_0x243719(0x127)]=_0x43b922;}}function _0x6d2e(){var _0x2a8d6b=['700353osuTLs','366906DsCdJv','58754nxdqAg','222618ZXFaak','contentInitial','7gkSMvs','206160RyuaZV','7YTzPck','documentVersion','contentNew','384164btuqEQ','612235aIvFBw'];_0x6d2e=function(){return _0x2a8d6b;};return _0x6d2e();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x16da33=_0x3e31;(function(_0x35bd3d,_0x451bdd){const _0xc0326e=_0x3e31,_0x316779=_0x35bd3d();while(!![]){try{const _0x467bc4=-parseInt(_0xc0326e(0x16e))/0x1+-parseInt(_0xc0326e(0x187))/0x2+-parseInt(_0xc0326e(0x161))/0x3*(-parseInt(_0xc0326e(0x17e))/0x4)+-parseInt(_0xc0326e(0x152))/0x5+parseInt(_0xc0326e(0x16d))/0x6*(-parseInt(_0xc0326e(0x188))/0x7)+parseInt(_0xc0326e(0x15d))/0x8*(-parseInt(_0xc0326e(0x172))/0x9)+parseInt(_0xc0326e(0x153))/0xa;if(_0x467bc4===_0x451bdd)break;else _0x316779['push'](_0x316779['shift']());}catch(_0x486998){_0x316779['push'](_0x316779['shift']());}}}(_0x2c29,0xc2b82));function _0x2c29(){const _0x5e9f3a=['title','message','_addReviewCheckResult','change:status','isActivated','event','reviewCheckResultChangeStatusUpdated','aborted','770595sFqiGs','32542980sBxxDv','processedResultsCount','sendRating','isChangeActive','status','getActiveChanges','get','getChangeById','markChangeAsRejected','abortController','8424cSHaAH','subTitle','ready','reviewCheckResultAdded','477hOfeOw','review-metadata','_activeRequest','_aiConnector','_sendRatingRequest','reviewName','documentData','fire','updateDocumentData','elements','isRated','error-general','325266GZJrnZ','924494lGuOkt','callId','size','data','63xNRtPt','find','version','_changes','hasModifications','clear','markChangeAsPending','finished','forceReadyState','includes','_reviewParams','_sourceCheck','33752ywqJdM','isAnyChangeActivated','length','getContent','dataId','rejected','filter','addResultChanges','change:isActivated','2280534PuzkQA','203HOpyLq','getStream','abort','_results','markChangeAsAccepted','reviewCheckResultActivated','currentError','push','reviewCheckResultDeactivated','operation','textDelta','some','_checkIfFinished','accepted','_createApiRequest','reviewCheckRunUpdated','every','activateChange','error','loading','markChangeAsOutdated','_documentData','set','forEach','initialized','_currentError','outdated','pending','restart','parent','markAllChangesAsAccepted','error-chunk','unmodified','ai-request-aborted','_reviewArgs','reviewCheckResultReady','start','deactivateChange'];_0x2c29=function(){return _0x5e9f3a;};return _0x2c29();}import{ObservableMixin as _0x157eff,uid as _0x252c3f}from'ckeditor5/src/utils.js';function _0x3e31(_0x59a574,_0x48b183){const _0x2c29b3=_0x2c29();return _0x3e31=function(_0x3e31a7,_0x56a2b6){_0x3e31a7=_0x3e31a7-0x152;let _0xc6e81e=_0x2c29b3[_0x3e31a7];return _0xc6e81e;},_0x3e31(_0x59a574,_0x48b183);}import{AIReviewCheckResult as _0x1dc359}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x16a447}from'./aireviewcheckresultchange.js';export class AIReviewCheckRun extends _0x157eff(){['id']=_0x252c3f();[_0x16da33(0x16f)];[_0x16da33(0x18b)]=new Map();[_0x16da33(0x175)]=[];[_0x16da33(0x17d)];[_0x16da33(0x19d)];[_0x16da33(0x164)];[_0x16da33(0x17c)];[_0x16da33(0x1aa)];[_0x16da33(0x163)]=null;[_0x16da33(0x1a1)];constructor(_0x290053,_0x2255f7,_0x1ad20f,_0x25cc64,_0x26d272){const _0x572949=_0x16da33;super(),this[_0x572949(0x17d)]=_0x2255f7,this[_0x572949(0x19d)]=_0x290053,this[_0x572949(0x164)]=_0x1ad20f,this[_0x572949(0x17c)]=_0x25cc64,this[_0x572949(0x1aa)]=_0x26d272,this['on'](_0x572949(0x1b1),(_0x4bc660,_0x1b7230,_0x31f8ff)=>{const _0x52bbde=_0x572949;this[_0x52bbde(0x168)](_0x52bbde(0x197),{'status':_0x31f8ff,'run':this,'error':this[_0x52bbde(0x1a1)]});}),this[_0x572949(0x19e)](_0x572949(0x157),_0x572949(0x1a0));}get[_0x16da33(0x167)](){const _0x3e4c7f=_0x16da33;return this[_0x3e4c7f(0x19d)];}get[_0x16da33(0x154)](){const _0x168800=_0x16da33;return this[_0x168800(0x18b)][_0x168800(0x170)];}get[_0x16da33(0x1ae)](){const _0x49f0c8=_0x16da33;return this[_0x49f0c8(0x17d)][_0x49f0c8(0x1ae)];}get[_0x16da33(0x15e)](){return'';}get[_0x16da33(0x166)](){const _0x409287=_0x16da33;return this[_0x409287(0x17d)]['id'];}get[_0x16da33(0x176)](){const _0x48312d=_0x16da33;return!this[_0x48312d(0x175)][_0x48312d(0x198)](_0x2daf70=>_0x48312d(0x1a3)===_0x2daf70[_0x48312d(0x157)]);}get[_0x16da33(0x18e)](){const _0x39aee1=_0x16da33;return this[_0x39aee1(0x1a1)];}[_0x16da33(0x169)](_0xca22c4){const _0x5147e0=_0x16da33;this[_0x5147e0(0x19d)]=_0xca22c4;}async[_0x16da33(0x1ac)](){const _0x3b030e=_0x16da33;this[_0x3b030e(0x157)]=_0x3b030e(0x19b),this[_0x3b030e(0x1a1)]=void 0x0;try{this[_0x3b030e(0x163)]=this[_0x3b030e(0x196)]();const _0x4fe4f4=await this[_0x3b030e(0x163)][_0x3b030e(0x189)]();this[_0x3b030e(0x157)]=_0x3b030e(0x171);for await(const _0x54611d of _0x4fe4f4)_0x3b030e(0x1a8)!==_0x54611d[_0x3b030e(0x171)][_0x3b030e(0x191)]&&(_0x3b030e(0x19a)!==_0x54611d[_0x3b030e(0x171)][_0x3b030e(0x191)]?_0x3b030e(0x162)!==_0x54611d[_0x3b030e(0x1b3)]?this[_0x3b030e(0x1b0)](_0x54611d[_0x3b030e(0x171)][_0x3b030e(0x182)],_0x54611d[_0x3b030e(0x171)][_0x3b030e(0x192)]):this[_0x3b030e(0x16f)]=_0x54611d[_0x3b030e(0x171)][_0x3b030e(0x16f)]:this[_0x3b030e(0x157)]=_0x3b030e(0x1a7));_0x3b030e(0x1a7)!==this[_0x3b030e(0x157)]&&(0x0===this[_0x3b030e(0x18b)][_0x3b030e(0x170)]||0x0===this[_0x3b030e(0x175)][_0x3b030e(0x180)]?this[_0x3b030e(0x157)]=_0x3b030e(0x1a8):this[_0x3b030e(0x157)]=_0x3b030e(0x15f));}catch(_0x59c4ac){this[_0x3b030e(0x1a1)]=_0x59c4ac,_0x59c4ac instanceof Error&&_0x59c4ac[_0x3b030e(0x1af)][_0x3b030e(0x17b)](_0x3b030e(0x1a9))?this[_0x3b030e(0x157)]=_0x3b030e(0x1b5):this[_0x3b030e(0x157)]=_0x3b030e(0x16c);}finally{this[_0x3b030e(0x163)]=null;}}async[_0x16da33(0x1a4)](){const _0x424ffc=_0x16da33;this[_0x424ffc(0x18b)][_0x424ffc(0x177)](),this[_0x424ffc(0x175)][_0x424ffc(0x180)]=0x0,this[_0x424ffc(0x1a1)]=void 0x0,await this[_0x424ffc(0x1ac)]();}[_0x16da33(0x185)](_0x40369c,_0x1d8aad){const _0x59fa7d=_0x16da33,_0x3e0277=this[_0x59fa7d(0x18b)][_0x59fa7d(0x159)](_0x40369c);if(!_0x3e0277)return;if(0x0===_0x1d8aad[_0x59fa7d(0x180)])return;const _0x2d0051=[];_0x1d8aad[_0x59fa7d(0x19f)]((_0x121883,_0x126db2)=>{const _0x5175a0=_0x59fa7d,_0x45b07f=new _0x16a447(_0x3e0277['id']+'-'+_0x126db2,_0x121883,_0x3e0277);_0x45b07f['on'](_0x5175a0(0x1b1),()=>{const _0x134498=_0x5175a0;this[_0x134498(0x168)](_0x134498(0x1b4),{'change':_0x45b07f,'status':_0x45b07f[_0x134498(0x157)]});}),_0x45b07f['on'](_0x5175a0(0x186),()=>{const _0x11ad90=_0x5175a0;_0x45b07f[_0x11ad90(0x1b2)]?this[_0x11ad90(0x168)](_0x11ad90(0x18d),{'change':_0x45b07f}):this[_0x11ad90(0x168)](_0x11ad90(0x190),{'change':_0x45b07f});}),this[_0x5175a0(0x175)][_0x5175a0(0x18f)](_0x45b07f),_0x2d0051[_0x5175a0(0x18f)](_0x45b07f);}),this[_0x59fa7d(0x168)](_0x59fa7d(0x1ab),{'changes':_0x2d0051,'result':_0x3e0277,'source':this});}[_0x16da33(0x18a)](){const _0x3705ce=_0x16da33;this[_0x3705ce(0x163)]&&(this[_0x3705ce(0x163)][_0x3705ce(0x15c)][_0x3705ce(0x18a)](),this[_0x3705ce(0x163)]=null,this[_0x3705ce(0x157)]=_0x3705ce(0x1b5));}[_0x16da33(0x156)](_0x5dc7b6){const _0x56116d=_0x16da33,_0x494320=this[_0x56116d(0x175)][_0x56116d(0x173)](_0x5119fe=>_0x5119fe['id']===_0x5dc7b6);return!(!_0x494320||_0x56116d(0x1a3)!==_0x494320[_0x56116d(0x157)]);}[_0x16da33(0x17f)](){const _0x486515=_0x16da33;return this[_0x486515(0x175)][_0x486515(0x193)](_0x33d80f=>!0x0===_0x33d80f[_0x486515(0x1b2)]);}[_0x16da33(0x158)](){const _0x42a597=_0x16da33;return this[_0x42a597(0x175)][_0x42a597(0x184)](_0x1a2cfa=>_0x42a597(0x1a3)===_0x1a2cfa[_0x42a597(0x157)]);}[_0x16da33(0x15a)](_0x249c03){const _0x35d60e=_0x16da33;return this[_0x35d60e(0x175)][_0x35d60e(0x173)](_0x3ad716=>_0x3ad716['id']===_0x249c03);}[_0x16da33(0x1a6)](){const _0x1a243e=_0x16da33;for(const _0x30ce5d of this[_0x1a243e(0x175)])_0x1a243e(0x1a3)===_0x30ce5d[_0x1a243e(0x157)]&&(_0x30ce5d[_0x1a243e(0x157)]=_0x1a243e(0x195));this[_0x1a243e(0x194)]();}[_0x16da33(0x18c)](_0x272333){const _0xd8ff32=_0x16da33,_0x300ac8=this[_0xd8ff32(0x175)][_0xd8ff32(0x173)](_0x1fd544=>_0x1fd544['id']===_0x272333);_0x300ac8&&_0xd8ff32(0x1a3)===_0x300ac8[_0xd8ff32(0x157)]&&(_0x300ac8[_0xd8ff32(0x157)]=_0xd8ff32(0x195)),this[_0xd8ff32(0x194)]();}[_0x16da33(0x15b)](_0x24d3c6){const _0x560fe2=_0x16da33,_0x355d4a=this[_0x560fe2(0x175)][_0x560fe2(0x173)](_0x119826=>_0x119826['id']===_0x24d3c6);_0x355d4a&&_0x560fe2(0x1a3)===_0x355d4a[_0x560fe2(0x157)]&&(_0x355d4a[_0x560fe2(0x157)]=_0x560fe2(0x183)),this[_0x560fe2(0x194)]();}[_0x16da33(0x19c)](_0x3f4aad){const _0x494d9f=_0x16da33,_0x1d5511=this[_0x494d9f(0x175)][_0x494d9f(0x173)](_0x4997b6=>_0x4997b6['id']===_0x3f4aad);_0x1d5511&&_0x494d9f(0x1a3)===_0x1d5511[_0x494d9f(0x157)]&&(_0x1d5511[_0x494d9f(0x157)]=_0x494d9f(0x1a2)),this[_0x494d9f(0x194)]();}[_0x16da33(0x178)](_0x36a616){const _0xf42bd9=_0x16da33,_0x2e9052=this[_0xf42bd9(0x175)][_0xf42bd9(0x173)](_0x3971e6=>_0x3971e6['id']===_0x36a616);_0x2e9052&&_0xf42bd9(0x1a2)===_0x2e9052[_0xf42bd9(0x157)]&&(_0x2e9052[_0xf42bd9(0x157)]=_0xf42bd9(0x1a3)),this[_0xf42bd9(0x194)]();}[_0x16da33(0x199)](_0x5ad467){const _0x4affcb=_0x16da33;this[_0x4affcb(0x175)][_0x4affcb(0x184)](_0x2a4ad5=>_0x2a4ad5[_0x4affcb(0x1b2)]&&_0x2a4ad5['id']!==_0x5ad467)[_0x4affcb(0x19f)](_0x313c6a=>{const _0x4b5a88=_0x4affcb;_0x313c6a[_0x4b5a88(0x1b2)]=!0x1;});const _0x1d90d4=this[_0x4affcb(0x175)][_0x4affcb(0x173)](_0x474d48=>_0x474d48['id']===_0x5ad467);_0x1d90d4&&_0x4affcb(0x1a3)===_0x1d90d4[_0x4affcb(0x157)]&&(_0x1d90d4[_0x4affcb(0x1b2)]=!0x0);}[_0x16da33(0x1ad)](){const _0x38b18f=_0x16da33;this[_0x38b18f(0x175)][_0x38b18f(0x184)](_0x3cac60=>_0x3cac60[_0x38b18f(0x1b2)])[_0x38b18f(0x19f)](_0x33d9ec=>{const _0x205834=_0x38b18f;_0x33d9ec[_0x205834(0x1b2)]=!0x1;});}[_0x16da33(0x17a)](){const _0x465366=_0x16da33;this[_0x465366(0x157)]=_0x465366(0x15f);}async[_0x16da33(0x155)](_0x5ddd7d){const _0x28d3bc=_0x16da33;if(_0x28d3bc(0x1a0)===this[_0x28d3bc(0x157)]||_0x28d3bc(0x19b)===this[_0x28d3bc(0x157)]||_0x28d3bc(0x171)===this[_0x28d3bc(0x157)])return;if(!this[_0x28d3bc(0x16f)]||0x0===this[_0x28d3bc(0x175)][_0x28d3bc(0x180)])return;let _0x51810f;if(_0x5ddd7d){const _0x4e3161=this[_0x28d3bc(0x175)][_0x28d3bc(0x173)](_0x2da86b=>_0x2da86b['id']===_0x5ddd7d);if(_0x4e3161&&_0x4e3161[_0x28d3bc(0x16b)])return;_0x4e3161&&(_0x51810f=_0x4e3161[_0x28d3bc(0x1a5)]['id'],_0x4e3161[_0x28d3bc(0x16b)]=!0x0);}const _0x1d0b45={'positiveCount':this[_0x28d3bc(0x175)][_0x28d3bc(0x184)](_0x281191=>_0x28d3bc(0x195)===_0x281191[_0x28d3bc(0x157)])[_0x28d3bc(0x180)],'totalCount':this[_0x28d3bc(0x175)][_0x28d3bc(0x180)]};this[_0x28d3bc(0x165)](_0x1d0b45,this[_0x28d3bc(0x16f)],_0x51810f);}[_0x16da33(0x1b0)](_0x27ff8e,_0x1db4b0){const _0x38b852=_0x16da33,_0x2679f2=this[_0x38b852(0x19d)][_0x38b852(0x16a)][_0x38b852(0x159)](_0x27ff8e);if(!_0x2679f2)return;const _0x8e8e16=_0x2679f2[_0x38b852(0x181)]();if(_0x8e8e16===_0x1db4b0)return;const _0x2a0c8a=new _0x1dc359({'id':_0x27ff8e,'contentInitial':_0x8e8e16,'contentNew':_0x1db4b0,'documentVersion':this[_0x38b852(0x19d)][_0x38b852(0x174)]});this[_0x38b852(0x18b)][_0x38b852(0x19e)](_0x2a0c8a['id'],_0x2a0c8a),this[_0x38b852(0x168)](_0x38b852(0x160),{'result':_0x2a0c8a,'source':this});}[_0x16da33(0x194)](){const _0x2e05ae=_0x16da33;_0x2e05ae(0x179)===this[_0x2e05ae(0x157)]&&(this[_0x2e05ae(0x175)][_0x2e05ae(0x184)](_0xc62f9c=>_0x2e05ae(0x1a3)===_0xc62f9c[_0x2e05ae(0x157)])[_0x2e05ae(0x180)]>0x0&&(this[_0x2e05ae(0x157)]=_0x2e05ae(0x15f))),_0x2e05ae(0x15f)===this[_0x2e05ae(0x157)]&&(0x0===this[_0x2e05ae(0x175)][_0x2e05ae(0x184)](_0x382230=>_0x2e05ae(0x1a3)===_0x382230[_0x2e05ae(0x157)])[_0x2e05ae(0x180)]&&(this[_0x2e05ae(0x157)]=_0x2e05ae(0x179)));}}
|
|
23
|
+
const _0x327453=_0x2991;(function(_0x5500a3,_0x438d18){const _0x1f1f26=_0x2991,_0x13870a=_0x5500a3();while(!![]){try{const _0x38bab3=parseInt(_0x1f1f26(0x17c))/0x1+-parseInt(_0x1f1f26(0x139))/0x2*(parseInt(_0x1f1f26(0x174))/0x3)+-parseInt(_0x1f1f26(0x154))/0x4*(-parseInt(_0x1f1f26(0x12c))/0x5)+parseInt(_0x1f1f26(0x178))/0x6*(parseInt(_0x1f1f26(0x11f))/0x7)+parseInt(_0x1f1f26(0x147))/0x8*(-parseInt(_0x1f1f26(0x12a))/0x9)+-parseInt(_0x1f1f26(0x14e))/0xa*(parseInt(_0x1f1f26(0x126))/0xb)+-parseInt(_0x1f1f26(0x15f))/0xc*(parseInt(_0x1f1f26(0x13e))/0xd);if(_0x38bab3===_0x438d18)break;else _0x13870a['push'](_0x13870a['shift']());}catch(_0x55b09f){_0x13870a['push'](_0x13870a['shift']());}}}(_0x3ff8,0x22f0e));import{ObservableMixin as _0x210ea1,uid as _0x414748}from'ckeditor5/src/utils.js';import{AIReviewCheckResult as _0x408af3}from'./aireviewcheckresult.js';import{AIReviewCheckResultChange as _0x55f0e8}from'./aireviewcheckresultchange.js';function _0x3ff8(){const _0x56b5ac=['reviewCheckResultActivated','dataId','event','abort','615406rRwYFx','aborted','markChangeAsPending','addResultChanges','50355UbakoO','error-general','5pbeplE','reviewCheckResultReady','getActiveChanges','size','_results','_activeRequest','unmodified','outdated','currentError','error','hasModifications','subTitle','_checkIfFinished','2PpSDmx','message','callId','isActivated','push','98553sYafWm','operation','getContent','change:status','_sourceCheck','forEach','parent','change:isActivated','reviewCheckResultChangeStatusUpdated','24YwSqua','markChangeAsAccepted','start','get','abortController','_documentData','reviewName','20rIEmsW','version','_createApiRequest','initialized','_changes','clear','899208bhgBWX','set','data','includes','status','restart','forceReadyState','isChangeActive','markChangeAsOutdated','ready','reviewCheckResultDeactivated','132mxRsAl','length','isAnyChangeActivated','filter','markAllChangesAsAccepted','documentData','_currentError','fire','activateChange','accepted','reviewCheckRunUpdated','find','review-metadata','_addReviewCheckResult','error-chunk','every','markChangeAsRejected','some','reviewCheckResultAdded','rejected','deactivateChange','374217gcFYRE','_reviewArgs','_aiConnector','_sendRatingRequest','30yEClnY','getStream','title','pending','231878Xezoxe','textDelta','finished','getChangeById','isRated','updateDocumentData','ai-request-aborted','elements','_reviewParams','processedResultsCount','32543xAUJTh','sendRating','loading'];_0x3ff8=function(){return _0x56b5ac;};return _0x3ff8();}function _0x2991(_0x59b9cc,_0x53ddc8){const _0x3ff874=_0x3ff8();return _0x2991=function(_0x29915d,_0x45a21a){_0x29915d=_0x29915d-0x117;let _0x4edded=_0x3ff874[_0x29915d];return _0x4edded;},_0x2991(_0x59b9cc,_0x53ddc8);}export class AIReviewCheckRun extends _0x210ea1(){['id']=_0x414748();[_0x327453(0x13b)];[_0x327453(0x130)]=new Map();[_0x327453(0x152)]=[];[_0x327453(0x142)];[_0x327453(0x14c)];[_0x327453(0x176)];[_0x327453(0x11d)];[_0x327453(0x175)];[_0x327453(0x131)]=null;[_0x327453(0x165)];constructor(_0x37bba1,_0x17b0e4,_0x43d6cb,_0x2b78a9,_0x5b96e0){const _0x55ebd6=_0x327453;super(),this[_0x55ebd6(0x142)]=_0x17b0e4,this[_0x55ebd6(0x14c)]=_0x37bba1,this[_0x55ebd6(0x176)]=_0x43d6cb,this[_0x55ebd6(0x11d)]=_0x2b78a9,this[_0x55ebd6(0x175)]=_0x5b96e0,this['on'](_0x55ebd6(0x141),(_0x46abe2,_0x28ea8d,_0x169104)=>{const _0x4b9d4b=_0x55ebd6;this[_0x4b9d4b(0x166)](_0x4b9d4b(0x169),{'status':_0x169104,'run':this,'error':this[_0x4b9d4b(0x165)]});}),this[_0x55ebd6(0x155)](_0x55ebd6(0x158),_0x55ebd6(0x151));}get[_0x327453(0x164)](){const _0x36c35c=_0x327453;return this[_0x36c35c(0x14c)];}get[_0x327453(0x11e)](){const _0x2c8105=_0x327453;return this[_0x2c8105(0x130)][_0x2c8105(0x12f)];}get[_0x327453(0x17a)](){const _0x2c1ba9=_0x327453;return this[_0x2c1ba9(0x142)][_0x2c1ba9(0x17a)];}get[_0x327453(0x137)](){return'';}get[_0x327453(0x14d)](){const _0x29c51c=_0x327453;return this[_0x29c51c(0x142)]['id'];}get[_0x327453(0x136)](){const _0x676cfa=_0x327453;return!this[_0x676cfa(0x152)][_0x676cfa(0x16e)](_0x57677e=>_0x676cfa(0x17b)===_0x57677e[_0x676cfa(0x158)]);}get[_0x327453(0x134)](){const _0x345166=_0x327453;return this[_0x345166(0x165)];}[_0x327453(0x11a)](_0x45f3a9){const _0xe38cf6=_0x327453;this[_0xe38cf6(0x14c)]=_0x45f3a9;}async[_0x327453(0x149)](){const _0x294276=_0x327453;this[_0x294276(0x158)]=_0x294276(0x121),this[_0x294276(0x165)]=void 0x0;try{this[_0x294276(0x131)]=this[_0x294276(0x150)]();const _0xc852db=await this[_0x294276(0x131)][_0x294276(0x179)]();this[_0x294276(0x158)]=_0x294276(0x156);for await(const _0x518ffb of _0xc852db)_0x294276(0x132)!==_0x518ffb[_0x294276(0x156)][_0x294276(0x13f)]&&(_0x294276(0x135)!==_0x518ffb[_0x294276(0x156)][_0x294276(0x13f)]?_0x294276(0x16b)!==_0x518ffb[_0x294276(0x124)]?this[_0x294276(0x16c)](_0x518ffb[_0x294276(0x156)][_0x294276(0x123)],_0x518ffb[_0x294276(0x156)][_0x294276(0x17d)]):this[_0x294276(0x13b)]=_0x518ffb[_0x294276(0x156)][_0x294276(0x13b)]:this[_0x294276(0x158)]=_0x294276(0x16d));_0x294276(0x16d)!==this[_0x294276(0x158)]&&(0x0===this[_0x294276(0x130)][_0x294276(0x12f)]||0x0===this[_0x294276(0x152)][_0x294276(0x160)]?this[_0x294276(0x158)]=_0x294276(0x132):this[_0x294276(0x158)]=_0x294276(0x15d));}catch(_0x3ba2fd){this[_0x294276(0x165)]=_0x3ba2fd,_0x3ba2fd instanceof Error&&_0x3ba2fd[_0x294276(0x13a)][_0x294276(0x157)](_0x294276(0x11b))?this[_0x294276(0x158)]=_0x294276(0x127):this[_0x294276(0x158)]=_0x294276(0x12b);}finally{this[_0x294276(0x131)]=null;}}async[_0x327453(0x159)](){const _0x377003=_0x327453;this[_0x377003(0x130)][_0x377003(0x153)](),this[_0x377003(0x152)][_0x377003(0x160)]=0x0,this[_0x377003(0x165)]=void 0x0,await this[_0x377003(0x149)]();}[_0x327453(0x129)](_0x4540a1,_0x1d9a53){const _0x48fe0f=_0x327453,_0x26c748=this[_0x48fe0f(0x130)][_0x48fe0f(0x14a)](_0x4540a1);if(!_0x26c748)return;if(0x0===_0x1d9a53[_0x48fe0f(0x160)])return;const _0x2564b7=[];_0x1d9a53[_0x48fe0f(0x143)]((_0x197aca,_0x31ecdf)=>{const _0x44bb50=_0x48fe0f,_0x3be50a=new _0x55f0e8(_0x26c748['id']+'-'+_0x31ecdf,_0x197aca,_0x26c748);_0x3be50a['on'](_0x44bb50(0x141),()=>{const _0x2a2380=_0x44bb50;this[_0x2a2380(0x166)](_0x2a2380(0x146),{'change':_0x3be50a,'status':_0x3be50a[_0x2a2380(0x158)]});}),_0x3be50a['on'](_0x44bb50(0x145),()=>{const _0xf8242b=_0x44bb50;_0x3be50a[_0xf8242b(0x13c)]?this[_0xf8242b(0x166)](_0xf8242b(0x122),{'change':_0x3be50a}):this[_0xf8242b(0x166)](_0xf8242b(0x15e),{'change':_0x3be50a});}),this[_0x44bb50(0x152)][_0x44bb50(0x13d)](_0x3be50a),_0x2564b7[_0x44bb50(0x13d)](_0x3be50a);}),this[_0x48fe0f(0x166)](_0x48fe0f(0x12d),{'changes':_0x2564b7,'result':_0x26c748,'source':this});}[_0x327453(0x125)](){const _0x2d6e26=_0x327453;this[_0x2d6e26(0x131)]&&(this[_0x2d6e26(0x131)][_0x2d6e26(0x14b)][_0x2d6e26(0x125)](),this[_0x2d6e26(0x131)]=null,this[_0x2d6e26(0x158)]=_0x2d6e26(0x127));}[_0x327453(0x15b)](_0x5dc4d3){const _0x1c4e4d=_0x327453,_0x2414be=this[_0x1c4e4d(0x152)][_0x1c4e4d(0x16a)](_0x542a4d=>_0x542a4d['id']===_0x5dc4d3);return!(!_0x2414be||_0x1c4e4d(0x17b)!==_0x2414be[_0x1c4e4d(0x158)]);}[_0x327453(0x161)](){const _0x35dec6=_0x327453;return this[_0x35dec6(0x152)][_0x35dec6(0x170)](_0x424461=>!0x0===_0x424461[_0x35dec6(0x13c)]);}[_0x327453(0x12e)](){const _0x40c27e=_0x327453;return this[_0x40c27e(0x152)][_0x40c27e(0x162)](_0x4bb7c6=>_0x40c27e(0x17b)===_0x4bb7c6[_0x40c27e(0x158)]);}[_0x327453(0x118)](_0x5021ed){const _0x244bcb=_0x327453;return this[_0x244bcb(0x152)][_0x244bcb(0x16a)](_0x25ea69=>_0x25ea69['id']===_0x5021ed);}[_0x327453(0x163)](){const _0x47406f=_0x327453;for(const _0x5b5ee2 of this[_0x47406f(0x152)])_0x47406f(0x17b)===_0x5b5ee2[_0x47406f(0x158)]&&(_0x5b5ee2[_0x47406f(0x158)]=_0x47406f(0x168));this[_0x47406f(0x138)]();}[_0x327453(0x148)](_0x14e9c0){const _0x47950b=_0x327453,_0x4958ea=this[_0x47950b(0x152)][_0x47950b(0x16a)](_0x4c2af2=>_0x4c2af2['id']===_0x14e9c0);_0x4958ea&&_0x47950b(0x17b)===_0x4958ea[_0x47950b(0x158)]&&(_0x4958ea[_0x47950b(0x158)]=_0x47950b(0x168)),this[_0x47950b(0x138)]();}[_0x327453(0x16f)](_0x2a6ccc){const _0x37f359=_0x327453,_0x3886f1=this[_0x37f359(0x152)][_0x37f359(0x16a)](_0x36a1f7=>_0x36a1f7['id']===_0x2a6ccc);_0x3886f1&&_0x37f359(0x17b)===_0x3886f1[_0x37f359(0x158)]&&(_0x3886f1[_0x37f359(0x158)]=_0x37f359(0x172)),this[_0x37f359(0x138)]();}[_0x327453(0x15c)](_0x5b8eb2){const _0x5d4a05=_0x327453,_0x112ab8=this[_0x5d4a05(0x152)][_0x5d4a05(0x16a)](_0x550deb=>_0x550deb['id']===_0x5b8eb2);_0x112ab8&&_0x5d4a05(0x17b)===_0x112ab8[_0x5d4a05(0x158)]&&(_0x112ab8[_0x5d4a05(0x158)]=_0x5d4a05(0x133)),this[_0x5d4a05(0x138)]();}[_0x327453(0x128)](_0x5b5c6d){const _0x43eaa1=_0x327453,_0x1cd7ff=this[_0x43eaa1(0x152)][_0x43eaa1(0x16a)](_0x238515=>_0x238515['id']===_0x5b5c6d);_0x1cd7ff&&_0x43eaa1(0x133)===_0x1cd7ff[_0x43eaa1(0x158)]&&(_0x1cd7ff[_0x43eaa1(0x158)]=_0x43eaa1(0x17b)),this[_0x43eaa1(0x138)]();}[_0x327453(0x167)](_0x1af35e){const _0x1ea27d=_0x327453;this[_0x1ea27d(0x152)][_0x1ea27d(0x162)](_0x2bba03=>_0x2bba03[_0x1ea27d(0x13c)]&&_0x2bba03['id']!==_0x1af35e)[_0x1ea27d(0x143)](_0xbfea72=>{const _0x2da589=_0x1ea27d;_0xbfea72[_0x2da589(0x13c)]=!0x1;});const _0xda7821=this[_0x1ea27d(0x152)][_0x1ea27d(0x16a)](_0x2c76d1=>_0x2c76d1['id']===_0x1af35e);_0xda7821&&_0x1ea27d(0x17b)===_0xda7821[_0x1ea27d(0x158)]&&(_0xda7821[_0x1ea27d(0x13c)]=!0x0);}[_0x327453(0x173)](){const _0x3fdb49=_0x327453;this[_0x3fdb49(0x152)][_0x3fdb49(0x162)](_0x63ba56=>_0x63ba56[_0x3fdb49(0x13c)])[_0x3fdb49(0x143)](_0x3c1c78=>{const _0x309838=_0x3fdb49;_0x3c1c78[_0x309838(0x13c)]=!0x1;});}[_0x327453(0x15a)](){const _0x4c96a9=_0x327453;this[_0x4c96a9(0x158)]=_0x4c96a9(0x15d);}async[_0x327453(0x120)](_0x5f02a7){const _0x20ad1d=_0x327453;if(_0x20ad1d(0x151)===this[_0x20ad1d(0x158)]||_0x20ad1d(0x121)===this[_0x20ad1d(0x158)]||_0x20ad1d(0x156)===this[_0x20ad1d(0x158)])return;if(!this[_0x20ad1d(0x13b)]||0x0===this[_0x20ad1d(0x152)][_0x20ad1d(0x160)])return;let _0x21da65;if(_0x5f02a7){const _0x42b3f0=this[_0x20ad1d(0x152)][_0x20ad1d(0x16a)](_0x18b9ef=>_0x18b9ef['id']===_0x5f02a7);if(_0x42b3f0&&_0x42b3f0[_0x20ad1d(0x119)])return;_0x42b3f0&&(_0x21da65=_0x42b3f0[_0x20ad1d(0x144)]['id'],_0x42b3f0[_0x20ad1d(0x119)]=!0x0);}const _0x287500={'positiveCount':this[_0x20ad1d(0x152)][_0x20ad1d(0x162)](_0x5c27ef=>_0x20ad1d(0x168)===_0x5c27ef[_0x20ad1d(0x158)])[_0x20ad1d(0x160)],'totalCount':this[_0x20ad1d(0x152)][_0x20ad1d(0x160)]};this[_0x20ad1d(0x177)](_0x287500,this[_0x20ad1d(0x13b)],_0x21da65);}[_0x327453(0x16c)](_0x207d61,_0x2394fa){const _0x50b286=_0x327453,_0x312231=this[_0x50b286(0x14c)][_0x50b286(0x11c)][_0x50b286(0x14a)](_0x207d61);if(!_0x312231)return;const _0x80ae9c=_0x312231[_0x50b286(0x140)]();if(_0x80ae9c===_0x2394fa)return;const _0x469d28=new _0x408af3({'id':_0x207d61,'contentInitial':_0x80ae9c,'contentNew':_0x2394fa,'documentVersion':this[_0x50b286(0x14c)][_0x50b286(0x14f)]});this[_0x50b286(0x130)][_0x50b286(0x155)](_0x469d28['id'],_0x469d28),this[_0x50b286(0x166)](_0x50b286(0x171),{'result':_0x469d28,'source':this});}[_0x327453(0x138)](){const _0x3414eb=_0x327453;_0x3414eb(0x117)===this[_0x3414eb(0x158)]&&(this[_0x3414eb(0x152)][_0x3414eb(0x162)](_0x51eb59=>_0x3414eb(0x17b)===_0x51eb59[_0x3414eb(0x158)])[_0x3414eb(0x160)]>0x0&&(this[_0x3414eb(0x158)]=_0x3414eb(0x15d))),_0x3414eb(0x15d)===this[_0x3414eb(0x158)]&&(0x0===this[_0x3414eb(0x152)][_0x3414eb(0x162)](_0x1bc7dd=>_0x3414eb(0x17b)===_0x1bc7dd[_0x3414eb(0x158)])[_0x3414eb(0x160)]&&(this[_0x3414eb(0x158)]=_0x3414eb(0x117)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x1d92(){var _0x5def5b=['content','6182281IOResU','_model','1467RuqAqk','_sendRatingRequest','1803609xYQyXz','_documentData','120549YmQnTU','_createApiRequest','_aiConnector','326396XLMzhT','8jaiZKW','1MXhCuD','728NTwuvS','5736305mTVFOK','3295992FwozLv','upsertCustomAIReviewRating','subTitle','270EawKNz','callCustomReview','_prompt'];_0x1d92=function(){return _0x5def5b;};return _0x1d92();}function _0x5f87(_0x2b58b7,_0x2cfda1){var _0x1d92fa=_0x1d92();return _0x5f87=function(_0x5f8726,_0x3b3d6a){_0x5f8726=_0x5f8726-0x1e1;var _0x265395=_0x1d92fa[_0x5f8726];return _0x265395;},_0x5f87(_0x2b58b7,_0x2cfda1);}var _0x432c71=_0x5f87;(function(_0x120066,_0x5e297d){var _0x1b385a=_0x5f87,_0x3c019e=_0x120066();while(!![]){try{var _0x297741=parseInt(_0x1b385a(0x1e7))/0x1*(parseInt(_0x1b385a(0x1e5))/0x2)+parseInt(_0x1b385a(0x1f3))/0x3*(parseInt(_0x1b385a(0x1e8))/0x4)+-parseInt(_0x1b385a(0x1e9))/0x5+parseInt(_0x1b385a(0x1ea))/0x6+parseInt(_0x1b385a(0x1f1))/0x7+parseInt(_0x1b385a(0x1e6))/0x8*(-parseInt(_0x1b385a(0x1f5))/0x9)+-parseInt(_0x1b385a(0x1ed))/0xa*(-parseInt(_0x1b385a(0x1e2))/0xb);if(_0x297741===_0x5e297d)break;else _0x3c019e['push'](_0x3c019e['shift']());}catch(_0x4c5405){_0x3c019e['push'](_0x3c019e['shift']());}}}(_0x1d92,0x9a86e));import{AIReviewCheckRun as _0x287711}from'./aireviewcheckrun.js';export class AIReviewCustomCheckRun extends _0x287711{[_0x432c71(0x1ef)];[_0x432c71(0x1f2)];constructor(_0x4e88a2,_0x4d3b7b,_0x12ea0d,_0x36bc38,_0x2adc94){var _0x4073d7=_0x432c71;super(_0x12ea0d,_0x36bc38,_0x2adc94),this[_0x4073d7(0x1ef)]=_0x4e88a2,this[_0x4073d7(0x1f2)]=_0x4d3b7b;}get[_0x432c71(0x1ec)](){var _0x508848=_0x432c71;return this[_0x508848(0x1ef)];}[_0x432c71(0x1e3)](){var _0x4d9cbb=_0x432c71;return this[_0x4d9cbb(0x1e4)][_0x4d9cbb(0x1ee)]({'content':this[_0x4d9cbb(0x1e1)][_0x4d9cbb(0x1f0)],'prompt':this[_0x4d9cbb(0x1ef)],'model':this[_0x4d9cbb(0x1f2)]});}[_0x432c71(0x1f4)](_0x2c32e2,_0x2dc6a8,_0x392fce){var _0x26e680=_0x432c71;return this[_0x26e680(0x1e4)][_0x26e680(0x1eb)](_0x2dc6a8,_0x2c32e2,_0x392fce);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x35d6(_0x3781f4,_0x4bd098){const _0x5876ce=_0x5876();return _0x35d6=function(_0x35d6e7,_0x406a9d){_0x35d6e7=_0x35d6e7-0xa4;let _0x41d3c9=_0x5876ce[_0x35d6e7];return _0x41d3c9;},_0x35d6(_0x3781f4,_0x4bd098);}const _0x3e70f3=_0x35d6;(function(_0x364d46,_0x6c9a1a){const _0x2a430d=_0x35d6,_0x1ff9e6=_0x364d46();while(!![]){try{const _0x50778c=parseInt(_0x2a430d(0xb0))/0x1*(-parseInt(_0x2a430d(0xc1))/0x2)+parseInt(_0x2a430d(0xbc))/0x3*(-parseInt(_0x2a430d(0xb7))/0x4)+-parseInt(_0x2a430d(0xc0))/0x5*(-parseInt(_0x2a430d(0xa5))/0x6)+parseInt(_0x2a430d(0xa9))/0x7*(-parseInt(_0x2a430d(0xb6))/0x8)+-parseInt(_0x2a430d(0xb1))/0x9+parseInt(_0x2a430d(0xa6))/0xa*(parseInt(_0x2a430d(0xbd))/0xb)+parseInt(_0x2a430d(0xab))/0xc;if(_0x50778c===_0x6c9a1a)break;else _0x1ff9e6['push'](_0x1ff9e6['shift']());}catch(_0x587101){_0x1ff9e6['push'](_0x1ff9e6['shift']());}}}(_0x5876,0xe5594));function _0x5876(){const _0x34238b=['_documentData','reviewName','subTitle','111832YEhtKE','4BDhISU','useArgs','find','data','upsertAIReviewRating','4047066SEtCEz','330SVkmwq','push','_reviewArgs','1606655FldYbb','6XsCqut','content','join','_sendRatingRequest','_reviewParams','30cxJIvW','87070QINHUy','length','callSystemReview','7SqnjWn','_aiConnector','27806532KTJPys','_composeReviewName','label','_createApiRequest','options','504499ojhWRe','3322494dwRmAZ','_sourceCheck'];_0x5876=function(){return _0x34238b;};return _0x5876();}import{AIReviewCheckRun as _0x9d6a6b}from'./aireviewcheckrun.js';export class AIReviewSystemCheckRun extends _0x9d6a6b{get[_0x3e70f3(0xb5)](){const _0xbef4f5=_0x3e70f3;if(!this[_0xbef4f5(0xa4)]||0x0===this[_0xbef4f5(0xa4)][_0xbef4f5(0xa7)])return'';const _0x576518=[];if(this[_0xbef4f5(0xa4)][_0xbef4f5(0xa7)]>0x0&&this[_0xbef4f5(0xb2)][_0xbef4f5(0xaf)])for(let _0xe457a7=0x0;_0xe457a7<this[_0xbef4f5(0xa4)][_0xbef4f5(0xa7)];_0xe457a7++){if(!this[_0xbef4f5(0xa4)][_0xe457a7]||!this[_0xbef4f5(0xb2)][_0xbef4f5(0xaf)][_0xe457a7])continue;const _0x3283e6=this[_0xbef4f5(0xb2)][_0xbef4f5(0xaf)][_0xe457a7],_0x3e4ea2=_0x3283e6[_0xbef4f5(0xba)]?.[_0xbef4f5(0xb9)](_0xab04eb=>_0xab04eb['id']===this[_0xbef4f5(0xa4)][_0xe457a7]);_0x3e4ea2&&_0x576518[_0xbef4f5(0xbe)](_0x3e4ea2[_0xbef4f5(0xad)]);}return _0x576518[_0xbef4f5(0xc3)](',\x20');}get[_0x3e70f3(0xb4)](){const _0x19c8ec=_0x3e70f3;return this[_0x19c8ec(0xac)]();}[_0x3e70f3(0xae)](){const _0x51c862=_0x3e70f3;return this[_0x51c862(0xaa)][_0x51c862(0xa8)]({'reviewName':this[_0x51c862(0xac)](),'content':this[_0x51c862(0xb3)][_0x51c862(0xc2)],'args':this[_0x51c862(0xbf)]});}[_0x3e70f3(0xc4)](_0x467489,_0x8c6286,_0x47dbb3){const _0x5d9edd=_0x3e70f3;return this[_0x5d9edd(0xaa)][_0x5d9edd(0xbb)](this[_0x5d9edd(0xb4)],_0x8c6286,_0x467489,_0x47dbb3);}[_0x3e70f3(0xac)](){const _0x10acb7=_0x3e70f3;return!this[_0x10acb7(0xa4)]||0x0===this[_0x10acb7(0xa4)][_0x10acb7(0xa7)]||this[_0x10acb7(0xb2)][_0x10acb7(0xb8)]?this[_0x10acb7(0xb2)]['id']:[this[_0x10acb7(0xb2)]['id'],...this[_0x10acb7(0xa4)]][_0x10acb7(0xc3)]('-');}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x3dd6e2=_0x1cdc;(function(_0x380a48,_0x73ed67){var _0x1470ff=_0x1cdc,_0x23f83a=_0x380a48();while(!![]){try{var _0x14aa0d=parseInt(_0x1470ff(0x17d))/0x1+-parseInt(_0x1470ff(0x167))/0x2+parseInt(_0x1470ff(0x170))/0x3+-parseInt(_0x1470ff(0x178))/0x4+-parseInt(_0x1470ff(0x17a))/0x5+parseInt(_0x1470ff(0x16b))/0x6+parseInt(_0x1470ff(0x173))/0x7*(parseInt(_0x1470ff(0x174))/0x8);if(_0x14aa0d===_0x73ed67)break;else _0x23f83a['push'](_0x23f83a['shift']());}catch(_0x2fbe04){_0x23f83a['push'](_0x23f83a['shift']());}}}(_0x1e32,0x6916f));import{TextareaView as _0x403439}from'ckeditor5/src/ui.js';import{KeystrokeHandler as _0x255a67}from'ckeditor5/src/utils.js';function _0x1e32(){var _0x136098=['listenTo','maxRows','trim','MIN_ROWS','1427889MLsrNn','extendTemplate','element','7947366EQinNd','8fcxoWO','ai-review-mode-prompt-input','render','minRows','2944992NHAGQC','isEmpty','809470MlLvdQ','set','keystrokes','48462jgSzPd','update','1377558UOdlNL','value','ck-review-mode__prompt-input','MAX_ROWS','2145630rCroxi'];_0x1e32=function(){return _0x136098;};return _0x1e32();}function _0x1cdc(_0x2316e9,_0x45d868){var _0x1e326b=_0x1e32();return _0x1cdc=function(_0x1cdc36,_0x5b0545){_0x1cdc36=_0x1cdc36-0x167;var _0xed52c6=_0x1e326b[_0x1cdc36];return _0xed52c6;},_0x1cdc(_0x2316e9,_0x45d868);}export class AIReviewModePromptInputView extends _0x403439{[_0x3dd6e2(0x17c)];static [_0x3dd6e2(0x16f)]=0x1;static [_0x3dd6e2(0x16a)]=0xc;constructor(_0x337c94){var _0x404fde=_0x3dd6e2;super(_0x337c94),this[_0x404fde(0x17b)](_0x404fde(0x179),!0x0),this[_0x404fde(0x17c)]=new _0x255a67(),this[_0x404fde(0x177)]=AIReviewModePromptInputView[_0x404fde(0x16f)],this[_0x404fde(0x16d)]=AIReviewModePromptInputView[_0x404fde(0x16a)],this[_0x404fde(0x171)]({'attributes':{'id':_0x404fde(0x175),'class':['ck',_0x404fde(0x169)]}});}[_0x3dd6e2(0x176)](){var _0x387c27=_0x3dd6e2;super[_0x387c27(0x176)](),this['on'](_0x387c27(0x17e),()=>{var _0x26e2a8=_0x387c27;this[_0x26e2a8(0x179)]=''===this[_0x26e2a8(0x172)][_0x26e2a8(0x168)]?.[_0x26e2a8(0x16e)]();}),this[_0x387c27(0x17c)][_0x387c27(0x16c)](this[_0x387c27(0x172)]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3f64d6=_0x3730;function _0x3bcf(){const _0x5dc9e3=['content','clientX','push','resultResponseView','div','resultItemView','setTemplate','1602234LDMscd','919362Jsousz','locale','5284PeReEH','_getBestRectPositionOnHover','hideBalloon','delegate','show','bindTemplate','hover','width','clientY','classList','_getPointedRectIndexFromEvent','hide','ck-ai-review-mode__change_active','ck-reset','_pinnedTargetElement','380556EfbOAM','showDiff','showBalloon','_pinnedTargetChangeId','render','_pinnedRectIndex','documentElement','deactivateChange','hideDiffInBalloon','element','.ck-ai-review-mode__change_active','document','ck-content','left','top','4510192cGtVyx','from','arrow_se','contentDiffed','reverse','getBoundingClientRect','set','span[data-marker-id*=\x22','isDiffActive','innerHTML','forEach','click','acceptChange','right','_removeActiveClassFromMarkers','querySelectorAll','_getBestRectPositionOnClick','unpin','ck-ai-review-mode-balloon-panel-suggestion','_setActiveClassOnMarker','fire','_createContentView','ck-ai-review-mode__suggestion-text','remove','extendTemplate','arrow_','add','5667060VzySaz','dismissChange','_isPinnedRectVisible','getClientRects','position','changeId','bottom','15uRNXQx','150xCkogt','pin','_setupClickOutsideHandler','getIntersection','replace','showDiffInBalloon','123222fEhieZ','ck-ai-review-mode-balloon-panel-suggestion_diff-active','isVisible','length','updateContent','13fQjVbK'];_0x3bcf=function(){return _0x5dc9e3;};return _0x3bcf();}function _0x3730(_0x1e88d4,_0x348896){const _0x3bcf88=_0x3bcf();return _0x3730=function(_0x3730c2,_0x2f969c){_0x3730c2=_0x3730c2-0x182;let _0x384ee4=_0x3bcf88[_0x3730c2];return _0x384ee4;},_0x3730(_0x1e88d4,_0x348896);}(function(_0x413d90,_0x90356b){const _0x1e9ed2=_0x3730,_0x17128b=_0x413d90();while(!![]){try{const _0x26223d=-parseInt(_0x1e9ed2(0x1c2))/0x1*(-parseInt(_0x1e9ed2(0x1bd))/0x2)+parseInt(_0x1e9ed2(0x1cb))/0x3+parseInt(_0x1e9ed2(0x1cd))/0x4*(-parseInt(_0x1e9ed2(0x1b6))/0x5)+-parseInt(_0x1e9ed2(0x1ca))/0x6+parseInt(_0x1e9ed2(0x1af))/0x7+-parseInt(_0x1e9ed2(0x194))/0x8+-parseInt(_0x1e9ed2(0x185))/0x9*(parseInt(_0x1e9ed2(0x1b7))/0xa);if(_0x26223d===_0x90356b)break;else _0x17128b['push'](_0x17128b['shift']());}catch(_0x33481d){_0x17128b['push'](_0x17128b['shift']());}}}(_0x3bcf,0x6d5c5));import{Rect as _0xb63643,getConstrainedViewportRect as _0x3cfbeb,global as _0x101aad}from'ckeditor5/src/utils.js';import{BalloonPanelView as _0x928b63,View as _0x4124c6,clickOutsideHandler as _0x229e5e}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCheckListItemResultsView as _0x37922c}from'./aireviewmodechecklistitemresultview.js';import'../../../theme/aireviewmode/aireviewmode-balloon-panel-suggestion.css';import'../../../theme/aireviewmode/aireviewmode-check-run-result.css';export class AIReviewModeBalloonSuggestionItemView extends _0x928b63{[_0x3f64d6(0x1c8)];[_0x3f64d6(0x18a)]=void 0x0;[_0x3f64d6(0x184)]=void 0x0;[_0x3f64d6(0x188)]=void 0x0;constructor(_0x7aa83e,_0x2a4ad9){const _0x3efe73=_0x3f64d6;super(_0x7aa83e),this[_0x3efe73(0x19a)]({'isVisible':!0x1,'position':_0x3efe73(0x196),'class':null,'top':0x0,'left':0x0}),this[_0x3efe73(0x1ac)]({'tag':_0x3efe73(0x1c7),'attributes':{'class':[_0x3efe73(0x183)],'tabindex':'-1'}}),this[_0x3efe73(0x19a)](_0x3efe73(0x19c),!0x1),this[_0x3efe73(0x1c3)][_0x3efe73(0x1ae)](this[_0x3efe73(0x1a9)]()),_0x2a4ad9[_0x3efe73(0x1ae)](this);}[_0x3f64d6(0x189)](){const _0x5eedae=_0x3f64d6;super[_0x5eedae(0x189)](),this[_0x5eedae(0x1b9)]();}[_0x3f64d6(0x1c1)](_0x1fc819){const _0x1217ff=_0x3f64d6;this[_0x1217ff(0x1c8)][_0x1217ff(0x1b4)]=_0x1fc819['id'],this[_0x1217ff(0x1c8)][_0x1217ff(0x1c6)][_0x1217ff(0x18e)][_0x1217ff(0x19d)]=_0x1fc819[_0x1217ff(0x197)];}[_0x3f64d6(0x187)](_0x4fdace,_0x5e403e,_0x1978c3,_0x59a494,_0x4d1bad,_0x2a4046){const _0x585d20=_0x3f64d6;this[_0x585d20(0x1a2)](),this[_0x585d20(0x1c1)](_0x4fdace),this[_0x585d20(0x1d1)]();const _0x1468d5=Array[_0x585d20(0x195)](_0x5e403e[_0x585d20(0x1b2)]())[_0x585d20(0x198)](),_0x36ee90=this[_0x585d20(0x1d7)](_0x1978c3,_0x1468d5);_0x585d20(0x19f)===_0x59a494?(this[_0x585d20(0x19c)]=!0x0,this[_0x585d20(0x1a7)](_0x4fdace['id']),this[_0x585d20(0x1b8)]({'target':()=>this[_0x585d20(0x1a4)](_0x5e403e,_0x36ee90,_0x4fdace['id'],_0x4d1bad,_0x2a4046)})):_0x585d20(0x1d3)===_0x59a494&&(this[_0x585d20(0x19c)]=!0x1,this[_0x585d20(0x1b8)]({'target':()=>this[_0x585d20(0x1ce)](_0x5e403e,_0x36ee90,_0x4fdace['id'])}));}[_0x3f64d6(0x1cf)](){const _0x3e999d=_0x3f64d6;this[_0x3e999d(0x1d8)](),this[_0x3e999d(0x1a5)](),this[_0x3e999d(0x1a2)](),this[_0x3e999d(0x18a)]=void 0x0,this[_0x3e999d(0x184)]=void 0x0,this[_0x3e999d(0x188)]=void 0x0;}[_0x3f64d6(0x18d)](){const _0x364df6=_0x3f64d6;this[_0x364df6(0x1c8)][_0x364df6(0x186)]=!0x1;}[_0x3f64d6(0x1bc)](){const _0x28ccf6=_0x3f64d6;this[_0x28ccf6(0x1c8)][_0x28ccf6(0x186)]=!0x0;}[_0x3f64d6(0x18c)](){const _0x5d21e6=_0x3f64d6;this[_0x5d21e6(0x1a8)](_0x5d21e6(0x18c));}[_0x3f64d6(0x1a2)](){const _0x5ad210=_0x3f64d6;_0x101aad[_0x5ad210(0x190)][_0x5ad210(0x1a3)](_0x5ad210(0x18f))[_0x5ad210(0x19e)](_0x546ae7=>{const _0x4645e0=_0x5ad210;_0x546ae7[_0x4645e0(0x1d6)][_0x4645e0(0x1ab)](_0x4645e0(0x182));});}[_0x3f64d6(0x1a7)](_0x2eedc6){const _0x1eb457=_0x3f64d6;_0x101aad[_0x1eb457(0x190)][_0x1eb457(0x1a3)](_0x1eb457(0x19b)+_0x2eedc6+'\x22]')[_0x1eb457(0x19e)](_0x1c979f=>{const _0x186826=_0x1eb457;_0x1c979f[_0x186826(0x1d6)][_0x186826(0x1ae)](_0x186826(0x182));});}[_0x3f64d6(0x1b9)](){const _0x38ed64=_0x3f64d6;_0x229e5e({'emitter':this,'activator':()=>this[_0x38ed64(0x1bf)],'contextElements':()=>{const _0x449950=_0x38ed64,_0x5cc67e=[this[_0x449950(0x18e)]];return this[_0x449950(0x184)]&&_0x5cc67e[_0x449950(0x1c5)](this[_0x449950(0x184)]),_0x5cc67e;},'callback':()=>{const _0x3f3bb5=_0x38ed64;this[_0x3f3bb5(0x1d8)](),this[_0x3f3bb5(0x1a5)](),this[_0x3f3bb5(0x1a2)](),this[_0x3f3bb5(0x18c)](),this[_0x3f3bb5(0x184)]=void 0x0,this[_0x3f3bb5(0x18a)]=void 0x0,this[_0x3f3bb5(0x188)]=void 0x0;}});}[_0x3f64d6(0x1a9)](){const _0x5545dd=_0x3f64d6,_0xcbbd89=new _0x4124c6();return this[_0x5545dd(0x1c8)]=new _0x37922c(this[_0x5545dd(0x1cc)],''),this[_0x5545dd(0x1c8)][_0x5545dd(0x1c6)][_0x5545dd(0x1ac)]({'attributes':{'class':[_0x5545dd(0x191)]}}),this[_0x5545dd(0x1c8)][_0x5545dd(0x1d0)](_0x5545dd(0x1a0),_0x5545dd(0x1b0))['to'](this),_0xcbbd89[_0x5545dd(0x1c9)]({'tag':_0x5545dd(0x1c7),'attributes':{'class':[_0x5545dd(0x183),_0x5545dd(0x1a6),this[_0x5545dd(0x1d2)]['if'](_0x5545dd(0x19c),_0x5545dd(0x1be))]},'children':[{'tag':'p','attributes':{'class':[_0x5545dd(0x1aa)]},'children':[this[_0x5545dd(0x1c8)]]}]}),_0xcbbd89;}[_0x3f64d6(0x1a4)](_0x3c4fb7,_0x3c892e,_0x5de47a,_0x3bee5c,_0x166ce9){const _0x205a2e=_0x3f64d6,_0x160753=this[_0x205a2e(0x1b3)][_0x205a2e(0x1bb)](_0x205a2e(0x1ad),''),_0x233e88=Array[_0x205a2e(0x195)](_0x3c4fb7[_0x205a2e(0x1b2)]());let _0x9805d3,_0x3e8312=_0x233e88[_0x205a2e(0x198)]();return void 0x0!==_0x3c892e&&this[_0x205a2e(0x1b1)](_0x3e8312[_0x3c892e],_0x3bee5c,_0x166ce9)?(_0x9805d3=_0x3e8312[_0x3c892e],this[_0x205a2e(0x18a)]=_0x3c892e):this[_0x205a2e(0x1b1)](_0x3e8312[0x0],_0x3bee5c,_0x166ce9)&&void 0x0===_0x3c892e?_0x9805d3=_0x3e8312[0x0]:(_0x3e8312='s'==_0x160753[0x0]?[..._0x233e88][_0x205a2e(0x198)]():_0x233e88,_0x3e8312[_0x205a2e(0x19e)](_0x421a2c=>{const _0x31506f=_0x205a2e;this[_0x31506f(0x1b1)](_0x421a2c,_0x3bee5c,_0x166ce9)&&(_0x9805d3=_0x421a2c);})),this[_0x205a2e(0x188)]=_0x5de47a,this[_0x205a2e(0x184)]=_0x3c4fb7,_0x9805d3||_0x3c4fb7[_0x205a2e(0x199)]();}[_0x3f64d6(0x1ce)](_0x222790,_0xe820c,_0x2392b5){const _0x210819=_0x3f64d6,_0x12410b=Array[_0x210819(0x195)](_0x222790[_0x210819(0x1b2)]())[_0x210819(0x198)]();if(void 0x0===this[_0x210819(0x18a)]&&void 0x0!==_0xe820c&&this[_0x210819(0x188)]!==_0x2392b5)return this[_0x210819(0x18a)]=_0xe820c,this[_0x210819(0x184)]=_0x222790,this[_0x210819(0x188)]=_0x2392b5,_0x12410b[_0xe820c];if(void 0x0!==this[_0x210819(0x18a)]&&this[_0x210819(0x188)]===_0x2392b5){if(_0x222790!==this[_0x210819(0x184)])return Array[_0x210819(0x195)](this[_0x210819(0x184)][_0x210819(0x1b2)]())[_0x210819(0x198)]()[this[_0x210819(0x18a)]];return _0x12410b[this[_0x210819(0x18a)]];}return void 0x0!==_0xe820c&&this[_0x210819(0x188)]!==_0x2392b5?(this[_0x210819(0x18a)]=_0xe820c,this[_0x210819(0x184)]=_0x222790,this[_0x210819(0x188)]=_0x2392b5,_0x12410b[_0xe820c]):_0x222790[_0x210819(0x199)]();}[_0x3f64d6(0x1d7)](_0x260c5a,_0x20bcf0){const _0x34ba17=_0x3f64d6;if(_0x260c5a)for(let _0x21d9cf=0x0;_0x21d9cf<_0x20bcf0[_0x34ba17(0x1c0)];_0x21d9cf++){const _0x609541=_0x20bcf0[_0x21d9cf];if(_0x260c5a[_0x34ba17(0x1c4)]>=_0x609541[_0x34ba17(0x192)]-0x3&&_0x260c5a[_0x34ba17(0x1c4)]<=_0x609541[_0x34ba17(0x1a1)]+0x3&&_0x260c5a[_0x34ba17(0x1d5)]>=_0x609541[_0x34ba17(0x193)]-0x3&&_0x260c5a[_0x34ba17(0x1d5)]<=_0x609541[_0x34ba17(0x1b5)]+0x3)return _0x21d9cf;}}[_0x3f64d6(0x1b1)](_0x218892,_0x25ca74,_0x3e02dc){const _0x352947=_0x3f64d6,_0x144e78=new _0xb63643(_0x218892),_0x4f48d0=_0x25ca74||document[_0x352947(0x18b)],_0x2f3e27=_0x144e78[_0x352947(0x1ba)](_0x3cfbeb(_0x3e02dc)),_0x232caa=new _0xb63643(_0x4f48d0)[_0x352947(0x1ba)](_0x144e78);return!!(_0x2f3e27&&_0x232caa&&_0x144e78[_0x352947(0x1d4)]>0x0);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9a072c=_0x13da;(function(_0x2ee1c5,_0xbece2){const _0x261984=_0x13da,_0x53bd6b=_0x2ee1c5();while(!![]){try{const _0x17880d=parseInt(_0x261984(0x1a3))/0x1*(parseInt(_0x261984(0x1b9))/0x2)+parseInt(_0x261984(0x1a4))/0x3+parseInt(_0x261984(0x1ac))/0x4+parseInt(_0x261984(0x1ad))/0x5*(-parseInt(_0x261984(0x1a7))/0x6)+-parseInt(_0x261984(0x1d1))/0x7*(-parseInt(_0x261984(0x1b0))/0x8)+parseInt(_0x261984(0x1a5))/0x9+parseInt(_0x261984(0x1d8))/0xa*(-parseInt(_0x261984(0x1b7))/0xb);if(_0x17880d===_0xbece2)break;else _0x53bd6b['push'](_0x53bd6b['shift']());}catch(_0x226039){_0x53bd6b['push'](_0x53bd6b['shift']());}}}(_0x5222,0x863fb));function _0x13da(_0x28b2bc,_0x1c38a9){const _0x5222eb=_0x5222();return _0x13da=function(_0x13dadf,_0x24513d){_0x13dadf=_0x13dadf-0x193;let _0x3ae857=_0x5222eb[_0x13dadf];return _0x3ae857;},_0x13da(_0x28b2bc,_0x1c38a9);}import{View as _0x29446a,ButtonView as _0x1629d8}from'ckeditor5/src/ui.js';function _0x5222(){const _0x40273a=['3195714XYlGlV','7749072xLOexH','execute','299514ZxsgFq','AI_REVIEW_MODE_ACCEPT_CHANGE','ck-ai-review-mode__check-run-result-status-button','label','ck-ai-review-mode__check-run-result-dismiss-button','922812cSBSiL','35suptQA','dismissChange','ck-content-direct-excluded','6154048GnZpNx','setTemplate','changeId','acceptButtonView','ck-ai-review-mode__check-run-result','ck-ai-button-tertiary-filled','showDiff','33451BqEvfp','infoButtonView','405182GFbhMQ','set','ck-ai-review-mode__check-run-result-action-buttons','outdated','bindTemplate','isOn','isEnabled','_createDismissButtonView','ck-ai-review-mode__check-run-result-response','accepted','dismissButtonView','locale','isInfoToggleOn','div','setItemAsInactive','ck-content','_createInfoButtonView','ck-ai-button-secondary','AI_REVIEW_MODE_DISMISS_CHANGE','isActive','ck-ai-review-mode__check-run-result_active','icon','_createOutdatedButtonView','AI_REVIEW_MODE_CHECK_STATUS_REJECTED','7wxibFW','click','bind','disabled','activateChange','rejected','extendTemplate','9330CjqVOM','AI_REVIEW_MODE_LEARN_MORE','status','AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','resultResponseView','_createAcceptButtonView','setItemAsActive','acceptChange','ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden','ck-ai-review-mode__check-run-result-footer','fire','menuitemcheckbox','change:status','_createResultResponseView','outdatedButtonView','ck-ai-review-mode__check-run-result-accept-button','stopPropagation','pending','ck-hidden','4WxwUhq'];_0x5222=function(){return _0x40273a;};return _0x5222();}import{IconInfo as _0x35a2b8,IconCheck as _0x4e101b,IconCancel as _0x150d42,IconOutdated as _0x30d681}from'ckeditor5/src/icons.js';import{getTranslation as _0x4f0413}from'../../aicore/utils/common-translations.js';export class AIReviewModeReviewCheckListItemResultsView extends _0x29446a{[_0x9a072c(0x194)];[_0x9a072c(0x1b3)];[_0x9a072c(0x1c3)];[_0x9a072c(0x1b8)];[_0x9a072c(0x19e)];constructor(_0x3dbcf7,_0x1b213a){const _0x28a985=_0x9a072c;super(_0x3dbcf7),this['id']=_0x1b213a,this[_0x28a985(0x1ba)](_0x28a985(0x1da),_0x28a985(0x1a1)),this[_0x28a985(0x1ba)](_0x28a985(0x1b2),_0x1b213a),this[_0x28a985(0x194)]=this[_0x28a985(0x19d)](),this[_0x28a985(0x1b3)]=this[_0x28a985(0x195)](),this[_0x28a985(0x1c3)]=this[_0x28a985(0x1c0)](),this[_0x28a985(0x1b8)]=this[_0x28a985(0x1c9)](),this[_0x28a985(0x19e)]=this[_0x28a985(0x1cf)](),this[_0x28a985(0x1ba)](_0x28a985(0x1c5),!0x1),this[_0x28a985(0x1ba)](_0x28a985(0x1cc),!0x1),this[_0x28a985(0x1ba)](_0x28a985(0x1b6),!0x0),this[_0x28a985(0x1b1)]({'tag':_0x28a985(0x1c6),'attributes':{'class':[_0x28a985(0x1b4),this[_0x28a985(0x1bd)]['if'](_0x28a985(0x1cc),_0x28a985(0x1cd))]},'on':{'click':this[_0x28a985(0x1bd)]['to'](_0x28a985(0x1d2))},'children':[this[_0x28a985(0x194)],{'tag':_0x28a985(0x1c6),'attributes':{'class':[_0x28a985(0x199)]},'children':[{'tag':_0x28a985(0x1c6),'attributes':{'class':[_0x28a985(0x1bb)]},'children':[this[_0x28a985(0x1b3)],this[_0x28a985(0x1c3)],this[_0x28a985(0x19e)]]},this[_0x28a985(0x1b8)]]}]}),this['on'](_0x28a985(0x1d2),()=>{const _0x1c8188=_0x28a985;this[_0x1c8188(0x19a)](_0x1c8188(0x1d5),{'id':_0x1b213a,'source':this});});}[_0x9a072c(0x196)](){const _0x491fba=_0x9a072c;this[_0x491fba(0x1cc)]=!0x0;}[_0x9a072c(0x1c7)](){const _0x44557f=_0x9a072c;this[_0x44557f(0x1cc)]=!0x1;}[_0x9a072c(0x19d)](){const _0x4f14d8=_0x9a072c,_0x2b203a=new _0x29446a(this[_0x4f14d8(0x1c4)]);return _0x2b203a[_0x4f14d8(0x1b1)]({'tag':_0x4f14d8(0x1c6),'attributes':{'class':['ck',_0x4f14d8(0x1c8),_0x4f14d8(0x1af),_0x4f14d8(0x1c1),this[_0x4f14d8(0x1bd)]['if'](_0x4f14d8(0x1b6),_0x4f14d8(0x1a2),_0x48b494=>!_0x48b494)]}}),_0x2b203a;}[_0x9a072c(0x195)](){const _0x43d908=_0x9a072c,_0x13e839=new _0x1629d8(this[_0x43d908(0x1c4)]);return _0x13e839[_0x43d908(0x1ba)]({'label':_0x4f0413(this[_0x43d908(0x1c4)],_0x43d908(0x1a8)),'withText':!0x0}),_0x13e839[_0x43d908(0x1d7)]({'on':{'click':this[_0x43d908(0x1bd)]['to'](_0x3f3766=>{const _0x118b51=_0x43d908;this[_0x118b51(0x19a)](_0x118b51(0x197),{'id':this[_0x118b51(0x1b2)]}),_0x3f3766[_0x118b51(0x1a0)]();})},'attributes':{'class':[_0x43d908(0x1ca),_0x43d908(0x19f),this[_0x43d908(0x1bd)]['if'](_0x43d908(0x1da),_0x43d908(0x1a2),_0x50ad9d=>_0x43d908(0x1a1)!==_0x50ad9d&&_0x43d908(0x1c2)!==_0x50ad9d),this[_0x43d908(0x1bd)]['if'](_0x43d908(0x1da),_0x43d908(0x19f),_0x39532a=>_0x43d908(0x1a1)===_0x39532a),this[_0x43d908(0x1bd)]['if'](_0x43d908(0x1da),_0x43d908(0x1a9),_0x49c39a=>_0x43d908(0x1c2)===_0x49c39a)]}}),this['on'](_0x43d908(0x19c),(_0x3eee08,_0xf01c6,_0x4ced52)=>{const _0x3f02ea=_0x43d908;_0x13e839[_0x3f02ea(0x1bf)]=!0x1,_0x3f02ea(0x1c2)===_0x4ced52&&(_0x13e839[_0x3f02ea(0x1aa)]=_0x4f0413(this[_0x3f02ea(0x1c4)],_0x3f02ea(0x1db)),_0x13e839[_0x3f02ea(0x1ce)]=_0x4e101b);}),_0x13e839;}[_0x9a072c(0x1c0)](){const _0x4bc7ed=_0x9a072c,_0x4e8848=new _0x1629d8(this[_0x4bc7ed(0x1c4)]);return _0x4e8848[_0x4bc7ed(0x1ba)]({'label':_0x4f0413(this[_0x4bc7ed(0x1c4)],_0x4bc7ed(0x1cb)),'withText':!0x0}),_0x4e8848[_0x4bc7ed(0x1d7)]({'on':{'click':this[_0x4bc7ed(0x1bd)]['to'](_0x420800=>{const _0x5ec306=_0x4bc7ed;this[_0x5ec306(0x19a)](_0x5ec306(0x1ae),{'id':this[_0x5ec306(0x1b2)]}),_0x420800[_0x5ec306(0x1a0)]();})},'attributes':{'class':[_0x4bc7ed(0x1b5),this[_0x4bc7ed(0x1bd)]['if'](_0x4bc7ed(0x1da),_0x4bc7ed(0x1a2),_0x5d9a4f=>_0x4bc7ed(0x1a1)!==_0x5d9a4f&&_0x4bc7ed(0x1d6)!==_0x5d9a4f),this[_0x4bc7ed(0x1bd)]['if'](_0x4bc7ed(0x1da),_0x4bc7ed(0x1ab),_0x196920=>_0x4bc7ed(0x1a1)===_0x196920),this[_0x4bc7ed(0x1bd)]['if'](_0x4bc7ed(0x1da),_0x4bc7ed(0x1a9),_0x9810ab=>_0x4bc7ed(0x1d6)===_0x9810ab)]}}),this['on'](_0x4bc7ed(0x19c),(_0x68d2a8,_0x426126,_0x1ef3c0)=>{const _0x4f2ac4=_0x4bc7ed;_0x4e8848[_0x4f2ac4(0x1bf)]=!0x1,_0x4f2ac4(0x1d6)===_0x1ef3c0&&(_0x4e8848[_0x4f2ac4(0x1aa)]=_0x4f0413(this[_0x4f2ac4(0x1c4)],_0x4f2ac4(0x1d0)),_0x4e8848[_0x4f2ac4(0x1ce)]=_0x150d42);}),_0x4e8848;}[_0x9a072c(0x1c9)](){const _0xcb7b96=_0x9a072c,_0x13ecd2=new _0x1629d8(this[_0xcb7b96(0x1c4)]);return _0x13ecd2[_0xcb7b96(0x1ba)]({'label':_0x4f0413(this[_0xcb7b96(0x1c4)],_0xcb7b96(0x1d9)),'icon':_0x35a2b8,'tooltip':!0x0,'isToggleable':!0x0,'role':_0xcb7b96(0x19b),'class':_0xcb7b96(0x198)}),_0x13ecd2[_0xcb7b96(0x1d3)](_0xcb7b96(0x1be))['to'](this,_0xcb7b96(0x1c5),_0x1a3180=>_0x1a3180),_0x13ecd2['on'](_0xcb7b96(0x1a6),()=>{const _0xbfb89d=_0xcb7b96;this[_0xbfb89d(0x1c5)]=!this[_0xbfb89d(0x1c5)];}),_0x13ecd2;}[_0x9a072c(0x1cf)](){const _0x1ee75c=_0x9a072c,_0x29619f=new _0x1629d8(this[_0x1ee75c(0x1c4)]);return _0x29619f[_0x1ee75c(0x1ba)]({'label':_0x4f0413(this[_0x1ee75c(0x1c4)],_0x1ee75c(0x193)),'icon':_0x30d681,'withText':!0x0,'isEnabled':!0x1}),_0x29619f[_0x1ee75c(0x1d7)]({'attributes':{'class':[_0x1ee75c(0x1ca),_0x1ee75c(0x1a9),this[_0x1ee75c(0x1bd)]['if'](_0x1ee75c(0x1da),_0x1ee75c(0x1a2),_0x3384d7=>_0x1ee75c(0x1bc)!==_0x3384d7)],'disabled':_0x1ee75c(0x1d4)}}),_0x29619f;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Collection as
|
|
23
|
+
import{Collection as _0x595cbd,KeystrokeHandler as _0x4a8b3a,FocusTracker as _0xaf7c0d}from'ckeditor5/src/utils.js';import{View as _0x499e9e,ViewCollection as _0x5a2163,ButtonView as _0x3ecda9,FormRowView as _0xfe3a96,createDropdown as _0xc6affa,addListToDropdown as _0x5c4e54,UIModel as _0x22a42a,ButtonLabelView as _0x1669a4,LabeledFieldView as _0x425db3,FocusCycler as _0x2a1f42}from'ckeditor5/src/ui.js';import{AIReviewModePromptInputView as _0x5d47f9}from'./aireviemodepromptinputview.js';import{getTranslation as _0x2c7305}from'../../aicore/utils/common-translations.js';export class AIReviewModeCustomCheckView extends _0x499e9e{['focusTracker']=new _0xaf7c0d();['keystrokes']=new _0x4a8b3a();['focusCycler'];['_focusables']=new _0x5a2163();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x3c3a94,_0x3e77d8){super(_0x3c3a94),this['_check']=_0x3e77d8,this['set']('prompt',''),this['set']('modelId',''),this['_defaultValue']=_0x3e77d8['models']&&_0x3e77d8['models']['length']>0x0?_0x3e77d8['models'][0x0]['id']:'',this['_defaultLabel']=_0x3e77d8['models']&&_0x3e77d8['models']['length']>0x0?_0x3e77d8['models'][0x0]['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x425db3(this['locale'],()=>new _0x5d47f9(_0x3c3a94)),this['promptInputView']['fieldView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['fieldView']['on']('input',()=>{this['prompt']=this['promptInputView']['fieldView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _0x595cbd(),this['_setModelList'](),_0x5c4e54(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions']},'children':[new _0xfe3a96(this['locale'],{'children':[this['promptInputView']]}),new _0xfe3a96(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x5656b3,_0x257c1a)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x257c1a()):_0x257c1a();}),this['focusCycler']=new _0x2a1f42({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}));}['render'](){super['render'](),([this['promptInputView'],this['_modelSelectionDropdown'],this['cancelButtonView'],this['submitButtonView']]['forEach'](_0x2cfbd9=>{this['_focusables']['add'](_0x2cfbd9),this['focusTracker']['add'](_0x2cfbd9['element']);}),this['keystrokes']['listenTo'](this['element']));}get['modelDefaultValue'](){return this['_defaultValue'];}get['modelDefaultLabel'](){return this['_defaultLabel'];}['resetToDefault'](){this['prompt']='',this['modelId']=this['modelDefaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['modelDefaultLabel'],this['resetFormValidationStatus']();}['resetFormValidationStatus'](){this['promptInputView']['errorText']='';}['_isValid'](){this['resetFormValidationStatus']();for(const _0x547163 of this['_getFormValidators']()){const _0x2b1a9b=_0x547163();if(_0x2b1a9b)return this['promptInputView']['errorText']=_0x2b1a9b,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return _0x2c7305(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x3e1c77=new _0x3ecda9(this['locale']),t=this['locale']['t'];return _0x3e1c77['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x3e1c77['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x3e1c77;}['_createCancelButtonView'](){const _0x25f320=new _0x3ecda9(this['locale']),t=this['locale']['t'];return _0x25f320['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled'}),_0x25f320['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x1f14ea=>{_0x1f14ea['stopPropagation']();})}}),_0x25f320['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x25f320;}['_setModelList'](){this['_modelSelectionDropdownItems']['clear']();const _0x671a77=this['_check']['models'];if(this['resetToDefault'](),_0x671a77?.['length'])for(const _0x2f9241 of _0x671a77){const _0xb80de3=new _0x22a42a({'label':_0x2f9241['name'],'withText':!0x0,'role':'menuitemradio','id':_0x2f9241['id'],'model':_0x2f9241});_0xb80de3['bind']('isOn')['to'](this,'modelId',_0x73c815=>_0x73c815===_0x2f9241['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0xb80de3,'labelView':new mo(this['locale'],_0x2f9241)});}}['_createModelSelectionDropdown'](){const _0x28ae20=_0xc6affa(this['locale']);return _0x28ae20['set']({'panelPosition':'se','class':'ck-ai-review-mode__check-list-item-model-dropdown'}),_0x28ae20['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),this['listenTo'](_0x28ae20,'execute',_0x125fa5=>{this['modelId']=_0x125fa5['source']['model']['id'],_0x28ae20['buttonView']['label']=_0x125fa5['source']['label'];}),_0x28ae20;}['_createActionsFooterView'](){const _0x38b506=new _0x499e9e(this['locale']);return _0x38b506['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']]}]}),_0x38b506;}}class mo extends _0x1669a4{constructor(_0x149e02,_0x3c13c5){super();const _0x560faa=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x560faa['to']('style'),'id':_0x560faa['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x560faa['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x3c13c5['description']||'']}]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0xa745ae,_0xd92066){var _0x405b0=_0x74bd,_0x3bca88=_0xa745ae();while(!![]){try{var _0x201459=-parseInt(_0x405b0(0x193))/0x1+-parseInt(_0x405b0(0x194))/0x2*(parseInt(_0x405b0(0x198))/0x3)+-parseInt(_0x405b0(0x192))/0x4*(-parseInt(_0x405b0(0x188))/0x5)+parseInt(_0x405b0(0x196))/0x6*(-parseInt(_0x405b0(0x18c))/0x7)+parseInt(_0x405b0(0x18f))/0x8*(-parseInt(_0x405b0(0x18a))/0x9)+-parseInt(_0x405b0(0x187))/0xa+-parseInt(_0x405b0(0x18e))/0xb*(-parseInt(_0x405b0(0x197))/0xc);if(_0x201459===_0xd92066)break;else _0x3bca88['push'](_0x3bca88['shift']());}catch(_0x2f767d){_0x3bca88['push'](_0x3bca88['shift']());}}}(_0x5c81,0x48528));function _0x74bd(_0xf13a38,_0x10806f){var _0x5c819d=_0x5c81();return _0x74bd=function(_0x74bd6,_0x363eaa){_0x74bd6=_0x74bd6-0x186;var _0x997c76=_0x5c819d[_0x74bd6];return _0x997c76;},_0x74bd(_0xf13a38,_0x10806f);}import{ButtonView as _0x26d43c}from'ckeditor5/src/ui.js';function _0x5c81(){var _0x2879f6=['ck-ai-button-primary','119329NgDBQJ','locale','23969RsBAyp','71440OwYPFY','fire','finishReview','4jukzho','67263MYGPGy','86fNjQOL','execute','96uDMCRr','3228PFsfkm','10317sbQrzp','AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','787680USaXXx','1606955OskrXT','set','45WlTbgp'];_0x5c81=function(){return _0x2879f6;};return _0x5c81();}import{getTranslation as _0x1ae717}from'../../aicore/utils/common-translations.js';import'../../../theme/aireviewmode/aireviewmode-review-completed.css';export class AIReviewModeFinishReviewButtonView extends _0x26d43c{constructor(_0x5a5e19){var _0x5aa760=_0x74bd;super(_0x5a5e19),this[_0x5aa760(0x189)]({'label':_0x1ae717(this[_0x5aa760(0x18d)],_0x5aa760(0x186)),'withText':!0x0,'class':_0x5aa760(0x18b)}),this['on'](_0x5aa760(0x195),()=>{var _0x4dab91=_0x5aa760;this[_0x4dab91(0x190)](_0x4dab91(0x191));});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x40f1fa,_0x258bba){const _0x104c6f=_0x226e,_0x9a9004=_0x40f1fa();while(!![]){try{const _0x1d3a82=parseInt(_0x104c6f(0x1a3))/0x1*(parseInt(_0x104c6f(0x1a5))/0x2)+parseInt(_0x104c6f(0x19b))/0x3+-parseInt(_0x104c6f(0x1a0))/0x4*(parseInt(_0x104c6f(0x1a2))/0x5)+-parseInt(_0x104c6f(0x1ac))/0x6+parseInt(_0x104c6f(0x19f))/0x7*(parseInt(_0x104c6f(0x19a))/0x8)+-parseInt(_0x104c6f(0x1a8))/0x9+parseInt(_0x104c6f(0x19e))/0xa;if(_0x1d3a82===_0x258bba)break;else _0x9a9004['push'](_0x9a9004['shift']());}catch(_0x21c4fb){_0x9a9004['push'](_0x9a9004['shift']());}}}(_0x3435,0x91c6a));import{View as _0x2473d3}from'ckeditor5/src/ui.js';function _0x226e(_0x40be78,_0x333d63){const _0x343532=_0x3435();return _0x226e=function(_0x226ebe,_0x5df5df){_0x226ebe=_0x226ebe-0x19a;let _0x57beb7=_0x343532[_0x226ebe];return _0x57beb7;},_0x226e(_0x40be78,_0x333d63);}export class AIReviewModeGeneralErrorView extends _0x2473d3{constructor(_0x4f5172){const _0x3d0ae6=_0x226e;super(_0x4f5172),this[_0x3d0ae6(0x1aa)](_0x3d0ae6(0x1a6),!0x1),this[_0x3d0ae6(0x1aa)](_0x3d0ae6(0x19d),'');const _0x2bd793=this[_0x3d0ae6(0x19c)];this[_0x3d0ae6(0x1a4)]({'tag':_0x3d0ae6(0x1a1),'attributes':{'class':['ck',_0x3d0ae6(0x1a7),_0x2bd793['if'](_0x3d0ae6(0x1a6),_0x3d0ae6(0x1ab),_0x18670b=>!_0x18670b)]},'children':[{'tag':'p','attributes':{'class':_0x3d0ae6(0x1a9)},'children':[{'text':_0x2bd793['to'](_0x3d0ae6(0x19d))}]}]});}}function _0x3435(){const _0x46f711=['5381064hIxuyG','ck\x20ck-ai-notification\x20ck-ai-notification_error','set','ck-hidden','334524OexTHk','466168KFMyIR','519087yxyWuN','bindTemplate','errorMessage','3582410xEVAXW','133QIGkyr','40vFmGuV','div','473510OYvPXX','1KiQTmk','setTemplate','1118698YEoOZY','isVisible','ck-ai-review-mode__general-error-container'];_0x3435=function(){return _0x46f711;};return _0x3435();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5bf4(_0xd9ea3d,_0xf0cf39){const _0x17b3a9=_0x17b3();return _0x5bf4=function(_0x5bf439,_0x2e9734){_0x5bf439=_0x5bf439-0x168;let _0x36b7eb=_0x17b3a9[_0x5bf439];return _0x36b7eb;},_0x5bf4(_0xd9ea3d,_0xf0cf39);}const _0x43c6d7=_0x5bf4;(function(_0x49c687,_0x16cc78){const _0x58b467=_0x5bf4,_0x35b70f=_0x49c687();while(!![]){try{const _0x93c2e2=parseInt(_0x58b467(0x16b))/0x1*(parseInt(_0x58b467(0x174))/0x2)+-parseInt(_0x58b467(0x17e))/0x3+-parseInt(_0x58b467(0x172))/0x4*(-parseInt(_0x58b467(0x16f))/0x5)+parseInt(_0x58b467(0x16e))/0x6+parseInt(_0x58b467(0x17f))/0x7+parseInt(_0x58b467(0x169))/0x8+parseInt(_0x58b467(0x179))/0x9*(-parseInt(_0x58b467(0x168))/0xa);if(_0x93c2e2===_0x16cc78)break;else _0x35b70f['push'](_0x35b70f['shift']());}catch(_0x498b40){_0x35b70f['push'](_0x35b70f['shift']());}}}(_0x17b3,0xaadd9));function _0x17b3(){const _0x2b9ba9=['_checkViews','11AcuCaB','resetToDefault','locale','2330112LKiEaR','125hgZJUU','setTemplate','ck-hidden','23444zuANzA','isVisible','235598ccXTkz','setChecks','runReviewCheck','clear','hasChecks','1197qLbrEv','length','add','ck-ai-review-mode__check-list','bindTemplate','3178101rTTWHk','6276494FATymS','resetAllParameterizedChecks','div','entries','delegate','122570kkvCZk','5296840ciJWCP'];_0x17b3=function(){return _0x2b9ba9;};return _0x17b3();}import{ListItemView as _0x111751,ViewCollection as _0x6ac9e0}from'ckeditor5/src/ui.js';import{AIReviewModeReviewCommandListItemView as _0x477f58}from'./aireviewmodereviewcommandlistitemview.js';import'../../../theme/aireviewmode/aireviewmode-check-list.css';export class AIReviewModeReviewCheckListView extends _0x111751{[_0x43c6d7(0x16a)];constructor(_0x79394b){const _0x5020fe=_0x43c6d7;super(_0x79394b),this[_0x5020fe(0x16a)]=new _0x6ac9e0();const _0x26eb5a=this[_0x5020fe(0x17d)];this[_0x5020fe(0x170)]({'tag':_0x5020fe(0x181),'attributes':{'class':[_0x5020fe(0x17c),_0x26eb5a['if'](_0x5020fe(0x173),_0x5020fe(0x171),_0x2d942f=>!_0x2d942f)]},'children':this[_0x5020fe(0x16a)]});}[_0x43c6d7(0x175)](_0x4fa375){const _0x1a9937=_0x43c6d7;this[_0x1a9937(0x16a)][_0x1a9937(0x177)]();for(const [_0x508855,_0x18c00b]of _0x4fa375[_0x1a9937(0x182)]()){const _0x140778=new _0x477f58(this[_0x1a9937(0x16d)],_0x18c00b,_0x508855);_0x140778[_0x1a9937(0x183)](_0x1a9937(0x176))['to'](this),this[_0x1a9937(0x16a)][_0x1a9937(0x17b)](_0x140778);}}[_0x43c6d7(0x178)](){const _0x3c2ea6=_0x43c6d7;return this[_0x3c2ea6(0x16a)][_0x3c2ea6(0x17a)]>0x0;}[_0x43c6d7(0x180)](){const _0x17b869=_0x43c6d7;for(const _0x5eae48 of this[_0x17b869(0x16a)])_0x5eae48 instanceof _0x477f58&&_0x5eae48[_0x17b869(0x16c)]();}}
|