@ckeditor/ckeditor5-ai 47.2.0-alpha.4 → 47.2.0-alpha.5
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/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/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/aichatfeederroritemview.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/eventnames.js +1 -1
- package/src/aichat/utils/promisequeue.js +1 -1
- package/src/aichat/utils/scrollmanager.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/aispinner.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/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/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/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/aireviewchecklist.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
- package/src/aireviewmode/model/aireviewcheckrun.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/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
|
-
function
|
|
23
|
+
const _0x4372a5=_0x38fe;function _0x38fe(_0x3279d9,_0x1107ae){const _0x4bcfde=_0x4bcf();return _0x38fe=function(_0x38febf,_0x1ac3a5){_0x38febf=_0x38febf-0xab;let _0x483361=_0x4bcfde[_0x38febf];return _0x483361;},_0x38fe(_0x3279d9,_0x1107ae);}(function(_0x1d3cd9,_0x3884f7){const _0x593733=_0x38fe,_0xaa1505=_0x1d3cd9();while(!![]){try{const _0xcad7a5=-parseInt(_0x593733(0xba))/0x1+parseInt(_0x593733(0xb8))/0x2+-parseInt(_0x593733(0xb1))/0x3+parseInt(_0x593733(0xad))/0x4+-parseInt(_0x593733(0xbe))/0x5+parseInt(_0x593733(0xaf))/0x6+parseInt(_0x593733(0xbb))/0x7*(parseInt(_0x593733(0xb6))/0x8);if(_0xcad7a5===_0x3884f7)break;else _0xaa1505['push'](_0xaa1505['shift']());}catch(_0xe261aa){_0xaa1505['push'](_0xaa1505['shift']());}}}(_0x4bcf,0x3e9a7));function _0x4bcf(){const _0x226d4e=['fire','ck-ai-chat-controls-loader','ck-ai-chat-controls-loader-wrapper','1491632VCCuIQ','AI_CHAT_IS_WRITING','1326318taehLO','setTemplate','1385583uXEcnH','ck-ai-chat-controls-loader-icon-dot','AI_CHAT_STOP_GENERATING','abortPromptStream','ck-ai-button-secondary\x20ck-ai-button-stop-generating','214632XmzLbR','div','482qksHNl','_createCancelButtonView','109006LAvqyx','147lLkloG','ck-ai-chat-controls-loader-icon','_cancelButtonView','1651605HsySZF','ck-reset_all','execute','_createLoaderView','locale','_loaderView','set'];_0x4bcf=function(){return _0x226d4e;};return _0x4bcf();}import{ButtonView as _0x15de63,View as _0x12dd82}from'ckeditor5/src/ui.js';import{IconStop as _0x315f07}from'ckeditor5/src/icons.js';import{getTranslation as _0x244c79}from'../../../aicore/utils/common-translations.js';export class AIChatControlsLoaderView extends _0x12dd82{[_0x4372a5(0xbd)];[_0x4372a5(0xc3)];constructor(_0x5ea6d9){const _0x4b6819=_0x4372a5;super(_0x5ea6d9),this[_0x4b6819(0xbd)]=this[_0x4b6819(0xb9)](),this[_0x4b6819(0xc3)]=this[_0x4b6819(0xc1)](),this[_0x4b6819(0xb0)]({'tag':_0x4b6819(0xb7),'attributes':{'class':['ck',_0x4b6819(0xac),_0x4b6819(0xbf)]},'children':[this[_0x4b6819(0xc3)],this[_0x4b6819(0xbd)]]});}[_0x4372a5(0xb9)](){const _0x4895e6=_0x4372a5,_0x444dcd=new _0x15de63(this[_0x4895e6(0xc2)]);return _0x444dcd[_0x4895e6(0xc4)]({'label':_0x244c79(this[_0x4895e6(0xc2)],_0x4895e6(0xb3)),'withText':!0x0,'class':_0x4895e6(0xb5),'icon':_0x315f07}),_0x444dcd['on'](_0x4895e6(0xc0),()=>{const _0x208038=_0x4895e6;this[_0x208038(0xc5)](_0x208038(0xb4));}),_0x444dcd;}[_0x4372a5(0xc1)](){const _0x46a177=_0x4372a5,_0x4ae53c=new _0x12dd82(this[_0x46a177(0xc2)]);return _0x4ae53c[_0x46a177(0xb0)]({'tag':_0x46a177(0xb7),'attributes':{'class':[_0x46a177(0xab)]},'children':[{'tag':_0x46a177(0xb7),'attributes':{'class':[_0x46a177(0xbc)]},'children':[{'tag':_0x46a177(0xb7),'attributes':{'class':[_0x46a177(0xb2)]}},{'tag':_0x46a177(0xb7),'attributes':{'class':[_0x46a177(0xb2)]}},{'tag':_0x46a177(0xb7),'attributes':{'class':[_0x46a177(0xb2)]}}]},{'text':_0x244c79(this[_0x46a177(0xc2)],_0x46a177(0xae))}]}),_0x4ae53c;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x46ea43=_0x24de;(function(_0x56638a,_0x38b12b){const _0x2adf25=_0x24de,_0x546194=_0x56638a();while(!![]){try{const _0x5a917f=-parseInt(_0x2adf25(0x196))/0x1*(-parseInt(_0x2adf25(0x148))/0x2)+parseInt(_0x2adf25(0x18b))/0x3+parseInt(_0x2adf25(0x19c))/0x4+-parseInt(_0x2adf25(0x168))/0x5*(-parseInt(_0x2adf25(0x189))/0x6)+-parseInt(_0x2adf25(0x188))/0x7+-parseInt(_0x2adf25(0x17f))/0x8+-parseInt(_0x2adf25(0x13d))/0x9*(parseInt(_0x2adf25(0x17e))/0xa);if(_0x5a917f===_0x38b12b)break;else _0x546194['push'](_0x546194['shift']());}catch(_0xf31219){_0x546194['push'](_0x546194['shift']());}}}(_0x576b,0x655e2));import{Collection as _0x47bce7}from'ckeditor5/src/utils.js';import{IconAI as _0x5a6782,IconBulb as _0x51abda,IconWeb as _0x4b783e}from'@ckeditor/ckeditor5-icons';import{addListToDropdown as _0x58f06b,ButtonLabelView as _0x18a9b8,ButtonView as _0x167e19,createDropdown as _0x1c45f6,IconView as _0x5a8f18,UIModel as _0x46659c,View as _0x450dd1}from'ckeditor5/src/ui.js';import{getTranslation as _0x2249f1}from'../../../aicore/utils/common-translations.js';function _0x24de(_0x1fbbde,_0x22d025){const _0x576b33=_0x576b();return _0x24de=function(_0x24deb5,_0x209464){_0x24deb5=_0x24deb5-0x13b;let _0x44f1b1=_0x576b33[_0x24deb5];return _0x44f1b1;},_0x24de(_0x1fbbde,_0x22d025);}import{AIModels as _0x3be55e}from'../../../aicore/model/aimodels.js';const Ho=_0x46ea43(0x17a),Vo=_0x46ea43(0x170),Mo=_0x46ea43(0x13e),Lo=_0x46ea43(0x18a),Do=_0x46ea43(0x197),Wo=_0x46ea43(0x13b),yo=_0x46ea43(0x144),jo='n';export class AIChatPromptCapabilitiesView extends _0x450dd1{[_0x46ea43(0x169)];[_0x46ea43(0x18d)];[_0x46ea43(0x142)];[_0x46ea43(0x191)];[_0x46ea43(0x15b)];[_0x46ea43(0x17b)];constructor(_0x497be1){const _0x7d309d=_0x46ea43;super(_0x497be1),this[_0x7d309d(0x161)](_0x7d309d(0x140),!0x1),this[_0x7d309d(0x161)](_0x7d309d(0x147),!0x1),this[_0x7d309d(0x161)](_0x7d309d(0x165),!0x0),this[_0x7d309d(0x161)](_0x7d309d(0x193),!0x0),this[_0x7d309d(0x161)](_0x7d309d(0x194),null),this[_0x7d309d(0x161)](_0x7d309d(0x16b),null),this[_0x7d309d(0x191)]=this[_0x7d309d(0x153)](),this[_0x7d309d(0x17b)]=this[_0x7d309d(0x19e)](),this[_0x7d309d(0x169)]=this[_0x7d309d(0x19d)](),this[_0x7d309d(0x18d)]=this[_0x7d309d(0x15e)](),this[_0x7d309d(0x142)]=this[_0x7d309d(0x163)](),this[_0x7d309d(0x191)][_0x7d309d(0x150)][_0x7d309d(0x18c)](_0x7d309d(0x162))['to'](this,_0x7d309d(0x165),_0x4bbabe=>_0x4bbabe),this[_0x7d309d(0x191)][_0x7d309d(0x150)][_0x7d309d(0x18c)](_0x7d309d(0x14e))['to'](this,_0x7d309d(0x193),_0x362432=>_0x362432?this[_0x7d309d(0x191)][_0x7d309d(0x150)][_0x7d309d(0x15f)]:_0x2249f1(this[_0x7d309d(0x154)],_0x7d309d(0x172))),this[_0x7d309d(0x191)][_0x7d309d(0x18c)](_0x7d309d(0x173))['to'](this,_0x7d309d(0x193),_0x133ccb=>_0x133ccb),this[_0x7d309d(0x169)][_0x7d309d(0x18c)](_0x7d309d(0x176))['to'](this,_0x7d309d(0x140),_0x35b7e0=>_0x35b7e0),this[_0x7d309d(0x169)][_0x7d309d(0x18c)](_0x7d309d(0x146))['to'](this,_0x7d309d(0x165),_0xb87e80=>!_0xb87e80),this[_0x7d309d(0x169)][_0x7d309d(0x18c)](_0x7d309d(0x14e))['to'](this,_0x7d309d(0x140),_0x1ecffa=>_0x2249f1(this[_0x7d309d(0x154)],_0x1ecffa?_0x7d309d(0x190):_0x7d309d(0x145))),this[_0x7d309d(0x18d)][_0x7d309d(0x18c)](_0x7d309d(0x176))['to'](this,_0x7d309d(0x147),_0x1f5496=>_0x1f5496),this[_0x7d309d(0x18d)][_0x7d309d(0x18c)](_0x7d309d(0x146))['to'](this,_0x7d309d(0x165),_0x3a5b44=>!_0x3a5b44),this[_0x7d309d(0x18d)][_0x7d309d(0x18c)](_0x7d309d(0x14e))['to'](this,_0x7d309d(0x147),_0x16129d=>_0x2249f1(this[_0x7d309d(0x154)],_0x16129d?_0x7d309d(0x158):_0x7d309d(0x16a))),this[_0x7d309d(0x14a)]({'tag':_0x7d309d(0x14f),'attributes':{'class':[Ho]},'children':[this[_0x7d309d(0x191)],this[_0x7d309d(0x17b)],this[_0x7d309d(0x169)],this[_0x7d309d(0x18d)],this[_0x7d309d(0x142)]]}),this[_0x7d309d(0x15b)]=new _0x47bce7(),_0x58f06b(this[_0x7d309d(0x191)],this[_0x7d309d(0x15b)]);}[_0x46ea43(0x192)](_0x365614,_0x3a48cf){const _0x23c090=_0x46ea43;if(this[_0x23c090(0x161)](_0x23c090(0x165),!(_0x3a48cf&&_0x365614[_0x23c090(0x15a)]<=0x1)),this[_0x23c090(0x15b)][_0x23c090(0x198)](),_0x365614?.[_0x23c090(0x15a)]){const _0x3e9b06=_0x3be55e[_0x23c090(0x14c)](this[_0x23c090(0x154)],_0x365614);for(const _0x32fe59 of _0x3e9b06){const _0x4257b3=new _0x46659c({'label':_0x32fe59[_0x23c090(0x16c)],'withText':!0x0,'role':_0x23c090(0x13c),'id':_0x32fe59['id'],'model':_0x32fe59});_0x4257b3[_0x23c090(0x18c)](_0x23c090(0x176))['to'](this,_0x23c090(0x194),_0x26db39=>_0x26db39===_0x32fe59['id']),this[_0x23c090(0x15b)][_0x23c090(0x157)]({'type':_0x23c090(0x174),'model':_0x4257b3,'labelView':new Ws(this[_0x23c090(0x154)],_0x32fe59)});}}}[_0x46ea43(0x15d)](_0x3c03c2){const _0x2d014a=_0x46ea43;this[_0x2d014a(0x161)](_0x2d014a(0x140),_0x3c03c2);}[_0x46ea43(0x178)](_0x189068){const _0x4ba72c=_0x46ea43;this[_0x4ba72c(0x161)](_0x4ba72c(0x147),_0x189068);}[_0x46ea43(0x186)](_0x568212){const _0x306e79=_0x46ea43;if(!_0x568212)return;this[_0x306e79(0x194)]=_0x568212['id'],this[_0x306e79(0x16b)]=_0x568212[_0x306e79(0x16c)]||_0x568212['id'],this[_0x306e79(0x191)][_0x306e79(0x150)][_0x306e79(0x161)](_0x306e79(0x15f),_0x568212[_0x306e79(0x16c)]),this[_0x306e79(0x191)][_0x306e79(0x150)][_0x306e79(0x161)](_0x306e79(0x14e),_0x568212[_0x306e79(0x16c)]);const _0x11c9b3=_0x568212[_0x306e79(0x182)][_0x306e79(0x179)]?.[_0x306e79(0x19a)]??!0x1;this[_0x306e79(0x161)](_0x306e79(0x140),!0x1),this[_0x306e79(0x169)][_0x306e79(0x161)](_0x306e79(0x176),!0x1),this[_0x306e79(0x169)][_0x306e79(0x161)](_0x306e79(0x173),_0x11c9b3),this[_0x306e79(0x169)][_0x306e79(0x161)](_0x306e79(0x162),_0x11c9b3);const _0x43e37a=_0x568212[_0x306e79(0x182)][_0x306e79(0x177)]?.[_0x306e79(0x19a)]??!0x1;this[_0x306e79(0x161)](_0x306e79(0x147),!0x1),this[_0x306e79(0x18d)][_0x306e79(0x161)](_0x306e79(0x176),!0x1),this[_0x306e79(0x18d)][_0x306e79(0x161)](_0x306e79(0x173),_0x43e37a),this[_0x306e79(0x18d)][_0x306e79(0x161)](_0x306e79(0x162),_0x43e37a);}[_0x46ea43(0x14d)](){const _0x5e61db=_0x46ea43;this[_0x5e61db(0x161)](_0x5e61db(0x193),!0x0),this[_0x5e61db(0x161)](_0x5e61db(0x165),!0x0);}[_0x46ea43(0x195)](_0x565596){const _0x46da34=_0x46ea43;this[_0x46da34(0x161)](_0x46da34(0x193),!0x1),_0x565596&&this[_0x46da34(0x161)](_0x46da34(0x165),!0x1);}[_0x46ea43(0x19d)](){const _0x577475=_0x46ea43,_0x511eaf=new _0x167e19();return _0x511eaf[_0x577475(0x161)]({'label':_0x2249f1(this[_0x577475(0x154)],_0x577475(0x149)),'icon':_0x4b783e,'class':Vo,'isToggleable':!0x0,'tooltipPosition':jo}),_0x511eaf['on'](_0x577475(0x152),()=>{const _0x134cbc=_0x577475;this[_0x134cbc(0x16e)](_0x134cbc(0x14b));}),_0x511eaf;}[_0x46ea43(0x15e)](){const _0x271a3c=_0x46ea43,_0x119ad0=new _0x167e19();return _0x119ad0[_0x271a3c(0x161)]({'label':_0x2249f1(this[_0x271a3c(0x154)],_0x271a3c(0x164)),'icon':_0x51abda,'class':Vo,'isToggleable':!0x0,'tooltipPosition':jo}),_0x119ad0['on'](_0x271a3c(0x152),()=>{const _0x3605d4=_0x271a3c;this[_0x3605d4(0x16e)](_0x3605d4(0x141));}),_0x119ad0;}[_0x46ea43(0x163)](){const _0x299903=_0x46ea43,_0x34d643=new _0x167e19();return _0x34d643[_0x299903(0x161)]({'label':_0x2249f1(this[_0x299903(0x154)],_0x299903(0x151)),'icon':_0x5a6782,'withText':!0x0,'class':Vo,'isToggleable':!0x0,'tooltip':_0x2249f1(this[_0x299903(0x154)],_0x299903(0x151)),'tooltipPosition':jo}),_0x34d643[_0x299903(0x15c)]({'attributes':{'class':[Mo]}}),_0x34d643['on'](_0x299903(0x152),()=>{const _0x4ba153=_0x299903;console[_0x4ba153(0x13f)](_0x4ba153(0x16d)),alert(_0x4ba153(0x16d));}),_0x34d643;}[_0x46ea43(0x153)](){const _0x30785a=_0x46ea43,_0x52f5b5=_0x1c45f6(this[_0x30785a(0x154)]);return _0x52f5b5[_0x30785a(0x161)]({'panelPosition':'ne','class':[Lo]}),_0x52f5b5[_0x30785a(0x150)][_0x30785a(0x161)]({'label':_0x2249f1(this[_0x30785a(0x154)],_0x30785a(0x18f)),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':jo}),this[_0x30785a(0x156)](_0x52f5b5,_0x30785a(0x152),_0x7f5dd0=>{const _0x3e664b=_0x30785a;this[_0x3e664b(0x16e)](_0x3e664b(0x180),_0x7f5dd0[_0x3e664b(0x166)][_0x3e664b(0x18e)]);}),_0x52f5b5;}[_0x46ea43(0x19e)](){const _0x223297=_0x46ea43,_0x506780=new Go(this[_0x223297(0x154)]);return _0x506780[_0x223297(0x18c)](_0x223297(0x184))['to'](this,_0x223297(0x16b),_0x2d4ba8=>_0x2d4ba8??''),_0x506780[_0x223297(0x18c)](_0x223297(0x162))['to'](this,_0x223297(0x165),this,_0x223297(0x16b),(_0x43377b,_0x3389ab)=>!_0x43377b&&!_0x3389ab?.[_0x223297(0x187)]()[_0x223297(0x160)](_0x223297(0x199))),_0x506780;}}class Ws extends _0x18a9b8{constructor(_0x5bfb70,_0x24341d){const _0x2378f3=_0x46ea43;super();const _0x573848=this[_0x2378f3(0x17d)],_0x2ef06a=this[_0x2378f3(0x181)]();this[_0x2378f3(0x14a)]({'tag':_0x2378f3(0x14f),'attributes':{'class':['ck',_0x2378f3(0x167)],'style':_0x573848['to'](_0x2378f3(0x143)),'id':_0x573848['to']('id')},'children':[{'tag':_0x2378f3(0x14f),'attributes':{'class':[Do]},'children':[{'text':_0x573848['to'](_0x2378f3(0x184))}]},{'tag':_0x2378f3(0x14f),'attributes':{'class':[Wo]},'children':[{'tag':_0x2378f3(0x155),'children':[{'text':_0x24341d[_0x2378f3(0x185)]}]}]},{'tag':_0x2378f3(0x14f),'attributes':{'class':[yo]},'children':_0x2ef06a}]}),_0x2ef06a[_0x2378f3(0x159)](this[_0x2378f3(0x17c)](_0x5bfb70,_0x4b783e,_0x2378f3(0x149),_0x24341d[_0x2378f3(0x182)][_0x2378f3(0x179)]?.[_0x2378f3(0x19a)]??!0x1)),_0x2ef06a[_0x2378f3(0x159)](this[_0x2378f3(0x17c)](_0x5bfb70,_0x51abda,_0x2378f3(0x164),_0x24341d[_0x2378f3(0x182)][_0x2378f3(0x177)]?.[_0x2378f3(0x19a)]??!0x1));}[_0x46ea43(0x17c)](_0x497e1f,_0x524c0e,_0xfe137e,_0x5d8827){const _0x53a28b=_0x46ea43,_0x4a78aa=new _0x5a8f18();_0x4a78aa[_0x53a28b(0x175)]=_0x524c0e;const _0x2ac0de=new _0x450dd1(_0x497e1f);_0x2ac0de[_0x53a28b(0x14a)]({'tag':_0x53a28b(0x155),'children':[{'text':_0x2249f1(_0x497e1f,_0xfe137e)+':\x20'}]});const _0x1d8a6e=new _0x450dd1(_0x497e1f);return _0x1d8a6e[_0x53a28b(0x14a)]({'tag':_0x53a28b(0x155),'children':[{'text':_0x2249f1(_0x497e1f,_0x5d8827?_0x53a28b(0x171):_0x53a28b(0x19b))}]}),[_0x4a78aa,_0x2ac0de,_0x1d8a6e];}}function _0x576b(){const _0x52afe4=['withText','reasoningActive','29594UzQfyh','AI_CHAT_SEARCH_WEB','setTemplate','toggleWebSearch','getLocalized','enableModelSelector','tooltip','div','buttonView','AI_CHAT_COMMANDS','execute','_createModelSelectionDropdown','locale','span','listenTo','add','AI_CHAT_DISABLE_REASONING','addMany','length','_modelSelectionDropdownItems','extendTemplate','setWebSearch','_createReasoningButton','label','startsWith','set','isVisible','_createCommandsButton','AI_CHAT_REASONING','modelSelectorVisible','source','ck-button__label','115vSmSSm','_webSearchButton','AI_CHAT_ENABLE_REASONING','activeModelName','name','Commands\x20are\x20not\x20implemented\x20yet.','fire','ck-ai-chat-controls__model-name','ck-ai-chat-controls-button','AI_CHAT_CAPABILITIES_YES','AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP','isEnabled','button','content','isOn','reasoning','setReasoning','webSearch','ck-ai-chat__prompt-capabilities','_modelNameView','_getCapabilityParts','bindTemplate','2065010ObXFjm','3761480hyiIea','selectModel','createCollection','capabilities','ck-hidden','text','description','setModel','toLowerCase','3967397drKggy','154758HDlRCi','ck-ai-chat-controls__model-selection','1761705mDgBNN','bind','_reasoningButton','model','AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP','AI_CHAT_DISABLE_WEB_SEARCH','_modelSelectionDropdown','setModelList','modelSelectorEnabled','activeModelId','disableModelSelector','8POYAnd','ck-ai-chat-controls__model-selection__item-name','clear','agent','enabled','AI_CHAT_CAPABILITIES_NO','1439236KaJKOb','_createWebSearchButton','_createModelNameView','ck-ai-chat-controls__model-selection__item-description','menuitemradio','9ifGOYS','ck-ai-chat-controls-button--commands','log','webSearchActive','toggleReasoning','_commandsButton','style','ck-ai-chat-controls__model-selection__item-capabilities','AI_CHAT_ENABLE_WEB_SEARCH'];_0x576b=function(){return _0x52afe4;};return _0x576b();}class Go extends _0x450dd1{constructor(_0x5f334e){const _0x428ade=_0x46ea43;super(_0x5f334e),this[_0x428ade(0x161)](_0x428ade(0x184),void 0x0),this[_0x428ade(0x161)](_0x428ade(0x162),!0x0);const _0x2c5a47=this[_0x428ade(0x17d)];this[_0x428ade(0x14a)]({'tag':_0x428ade(0x155),'attributes':{'class':['ck',_0x428ade(0x16f),_0x2c5a47['if'](_0x428ade(0x162),_0x428ade(0x183),_0x2a75c6=>!_0x2a75c6)]},'children':[{'text':_0x2c5a47['to'](_0x428ade(0x184))}]});}}
|
|
23
|
+
const _0x414efb=_0x3960;(function(_0x563b09,_0x4fe6a1){const _0x350d9d=_0x3960,_0x13a4c8=_0x563b09();while(!![]){try{const _0x18b31f=parseInt(_0x350d9d(0xb5))/0x1*(parseInt(_0x350d9d(0xf0))/0x2)+-parseInt(_0x350d9d(0xf9))/0x3+-parseInt(_0x350d9d(0xf7))/0x4*(-parseInt(_0x350d9d(0x106))/0x5)+parseInt(_0x350d9d(0xcb))/0x6+-parseInt(_0x350d9d(0xec))/0x7*(parseInt(_0x350d9d(0xe0))/0x8)+parseInt(_0x350d9d(0xff))/0x9*(parseInt(_0x350d9d(0xe3))/0xa)+-parseInt(_0x350d9d(0xc4))/0xb*(parseInt(_0x350d9d(0xc9))/0xc);if(_0x18b31f===_0x4fe6a1)break;else _0x13a4c8['push'](_0x13a4c8['shift']());}catch(_0x53c724){_0x13a4c8['push'](_0x13a4c8['shift']());}}}(_0x8eb1,0x6fa01));function _0x3960(_0x18cd2d,_0x227486){const _0x8eb1ee=_0x8eb1();return _0x3960=function(_0x3960e3,_0x53da79){_0x3960e3=_0x3960e3-0xaf;let _0x4cc69c=_0x8eb1ee[_0x3960e3];return _0x4cc69c;},_0x3960(_0x18cd2d,_0x227486);}import{Collection as _0x295297}from'ckeditor5/src/utils.js';import{IconAI as _0x2d0afa,IconBulb as _0x385ee1,IconWeb as _0x3062b6}from'@ckeditor/ckeditor5-icons';import{addListToDropdown as _0x562200,ButtonLabelView as _0x228d81,ButtonView as _0x49cce3,createDropdown as _0x2a8e77,IconView as _0x3a0717,UIModel as _0x1f98fb,View as _0xb58125}from'ckeditor5/src/ui.js';import{getTranslation as _0x30f544}from'../../../aicore/utils/common-translations.js';import{AIModels as _0x193fd5}from'../../../aicore/model/aimodels.js';const Wo=_0x414efb(0x101),bo=_0x414efb(0xb3),yo=_0x414efb(0xe5),Go=_0x414efb(0x10d),Yo=_0x414efb(0xed),qo=_0x414efb(0xc5),zo=_0x414efb(0x108),Jo='n';export class AIChatPromptCapabilitiesView extends _0xb58125{[_0x414efb(0x10f)];[_0x414efb(0x104)];[_0x414efb(0xde)];[_0x414efb(0x110)];[_0x414efb(0xe9)];[_0x414efb(0xb0)];constructor(_0x13c22){const _0x486554=_0x414efb;super(_0x13c22),this[_0x486554(0x100)](_0x486554(0xbd),!0x1),this[_0x486554(0x100)](_0x486554(0xc6),!0x1),this[_0x486554(0x100)](_0x486554(0xe1),!0x0),this[_0x486554(0x100)](_0x486554(0x105),!0x0),this[_0x486554(0x100)](_0x486554(0xd7),null),this[_0x486554(0x100)](_0x486554(0xf1),null),this[_0x486554(0x110)]=this[_0x486554(0x107)](),this[_0x486554(0xb0)]=this[_0x486554(0xe6)](),this[_0x486554(0x10f)]=this[_0x486554(0x10a)](),this[_0x486554(0x104)]=this[_0x486554(0x112)](),this[_0x486554(0xde)]=this[_0x486554(0x109)](),this[_0x486554(0x110)][_0x486554(0xdd)][_0x486554(0xf4)](_0x486554(0xbe))['to'](this,_0x486554(0xe1),_0x52deaf=>_0x52deaf),this[_0x486554(0x110)][_0x486554(0xdd)][_0x486554(0xf4)](_0x486554(0xf3))['to'](this,_0x486554(0x105),_0xbfa777=>_0xbfa777?this[_0x486554(0x110)][_0x486554(0xdd)][_0x486554(0xcf)]:_0x30f544(this[_0x486554(0x103)],_0x486554(0xd1))),this[_0x486554(0x110)][_0x486554(0xf4)](_0x486554(0xc0))['to'](this,_0x486554(0x105),_0xe49103=>_0xe49103),this[_0x486554(0x10f)][_0x486554(0xf4)](_0x486554(0xb7))['to'](this,_0x486554(0xbd),_0x33a95b=>_0x33a95b),this[_0x486554(0x10f)][_0x486554(0xf4)](_0x486554(0xb1))['to'](this,_0x486554(0xe1),_0x14e7e3=>!_0x14e7e3),this[_0x486554(0x10f)][_0x486554(0xf4)](_0x486554(0xf3))['to'](this,_0x486554(0xbd),_0x417393=>_0x30f544(this[_0x486554(0x103)],_0x417393?_0x486554(0xef):_0x486554(0xaf))),this[_0x486554(0x104)][_0x486554(0xf4)](_0x486554(0xb7))['to'](this,_0x486554(0xc6),_0x33eada=>_0x33eada),this[_0x486554(0x104)][_0x486554(0xf4)](_0x486554(0xb1))['to'](this,_0x486554(0xe1),_0x3265f0=>!_0x3265f0),this[_0x486554(0x104)][_0x486554(0xf4)](_0x486554(0xf3))['to'](this,_0x486554(0xc6),_0x3b7e1a=>_0x30f544(this[_0x486554(0x103)],_0x3b7e1a?_0x486554(0xb2):_0x486554(0xdf))),this[_0x486554(0x10b)]({'tag':_0x486554(0xce),'attributes':{'class':[Wo]},'children':[this[_0x486554(0x110)],this[_0x486554(0xb0)],this[_0x486554(0x10f)],this[_0x486554(0x104)],this[_0x486554(0xde)]]}),this[_0x486554(0xe9)]=new _0x295297(),_0x562200(this[_0x486554(0x110)],this[_0x486554(0xe9)]);}[_0x414efb(0xfb)](_0x5cb140,_0x22415a){const _0x584ec1=_0x414efb;if(this[_0x584ec1(0x100)](_0x584ec1(0xe1),!(_0x22415a&&_0x5cb140[_0x584ec1(0xd6)]<=0x1)),this[_0x584ec1(0xe9)][_0x584ec1(0xfe)](),_0x5cb140?.[_0x584ec1(0xd6)]){const _0x312b2f=_0x193fd5[_0x584ec1(0xba)](this[_0x584ec1(0x103)],_0x5cb140);for(const _0x2d8662 of _0x312b2f){const _0x4c14f5=new _0x1f98fb({'label':_0x2d8662[_0x584ec1(0xc1)],'withText':!0x0,'role':_0x584ec1(0xd2),'id':_0x2d8662['id'],'model':_0x2d8662});_0x4c14f5[_0x584ec1(0xf4)](_0x584ec1(0xb7))['to'](this,_0x584ec1(0xd7),_0x534fcf=>_0x534fcf===_0x2d8662['id']),this[_0x584ec1(0xe9)][_0x584ec1(0xee)]({'type':_0x584ec1(0xc3),'model':_0x4c14f5,'labelView':new Gs(this[_0x584ec1(0x103)],_0x2d8662)});}}}[_0x414efb(0xfd)](_0x1a03ef){const _0x344344=_0x414efb;this[_0x344344(0x100)](_0x344344(0xbd),_0x1a03ef);}[_0x414efb(0xd8)](_0x8c2bd3){const _0x46228e=_0x414efb;this[_0x46228e(0x100)](_0x46228e(0xc6),_0x8c2bd3);}[_0x414efb(0xf2)](_0x368857){const _0xa16518=_0x414efb;if(!_0x368857)return;this[_0xa16518(0xd7)]=_0x368857['id'],this[_0xa16518(0xf1)]=_0x368857[_0xa16518(0xc1)]||_0x368857['id'],this[_0xa16518(0x110)][_0xa16518(0xdd)][_0xa16518(0x100)](_0xa16518(0xcf),_0x368857[_0xa16518(0xc1)]),this[_0xa16518(0x110)][_0xa16518(0xdd)][_0xa16518(0x100)](_0xa16518(0xf3),_0x368857[_0xa16518(0xc1)]);const _0x4471f6=_0x368857[_0xa16518(0xd4)][_0xa16518(0xca)]?.[_0xa16518(0xd9)]??!0x1;this[_0xa16518(0x100)](_0xa16518(0xbd),!0x1),this[_0xa16518(0x10f)][_0xa16518(0x100)](_0xa16518(0xb7),!0x1),this[_0xa16518(0x10f)][_0xa16518(0x100)](_0xa16518(0xc0),_0x4471f6),this[_0xa16518(0x10f)][_0xa16518(0x100)](_0xa16518(0xbe),_0x4471f6);const _0x549935=_0x368857[_0xa16518(0xd4)][_0xa16518(0xd0)]?.[_0xa16518(0xd9)]??!0x1;this[_0xa16518(0x100)](_0xa16518(0xc6),!0x1),this[_0xa16518(0x104)][_0xa16518(0x100)](_0xa16518(0xb7),!0x1),this[_0xa16518(0x104)][_0xa16518(0x100)](_0xa16518(0xc0),_0x549935),this[_0xa16518(0x104)][_0xa16518(0x100)](_0xa16518(0xbe),_0x549935);}[_0x414efb(0x111)](){const _0x13688f=_0x414efb;this[_0x13688f(0x100)](_0x13688f(0x105),!0x0),this[_0x13688f(0x100)](_0x13688f(0xe1),!0x0);}[_0x414efb(0xc7)](_0x48e67f){const _0x523f89=_0x414efb;this[_0x523f89(0x100)](_0x523f89(0x105),!0x1),_0x48e67f&&this[_0x523f89(0x100)](_0x523f89(0xe1),!0x1);}[_0x414efb(0x10a)](){const _0x4486d7=_0x414efb,_0x18eaaa=new _0x49cce3();return _0x18eaaa[_0x4486d7(0x100)]({'label':_0x30f544(this[_0x4486d7(0x103)],_0x4486d7(0x102)),'icon':_0x3062b6,'class':bo,'isToggleable':!0x0,'tooltipPosition':Jo}),_0x18eaaa['on'](_0x4486d7(0xc2),()=>{const _0x1c0a62=_0x4486d7;this[_0x1c0a62(0xb6)](_0x1c0a62(0xbf));}),_0x18eaaa;}[_0x414efb(0x112)](){const _0x287c7a=_0x414efb,_0x7c4029=new _0x49cce3();return _0x7c4029[_0x287c7a(0x100)]({'label':_0x30f544(this[_0x287c7a(0x103)],_0x287c7a(0xdc)),'icon':_0x385ee1,'class':bo,'isToggleable':!0x0,'tooltipPosition':Jo}),_0x7c4029['on'](_0x287c7a(0xc2),()=>{const _0x245ffe=_0x287c7a;this[_0x245ffe(0xb6)](_0x245ffe(0x10e));}),_0x7c4029;}[_0x414efb(0x109)](){const _0x5a4137=_0x414efb,_0x4361a3=new _0x49cce3();return _0x4361a3[_0x5a4137(0x100)]({'label':_0x30f544(this[_0x5a4137(0x103)],_0x5a4137(0xea)),'icon':_0x2d0afa,'withText':!0x0,'class':bo,'isToggleable':!0x0,'tooltip':_0x30f544(this[_0x5a4137(0x103)],_0x5a4137(0xea)),'tooltipPosition':Jo}),_0x4361a3[_0x5a4137(0xcc)]({'attributes':{'class':[yo]}}),_0x4361a3['on'](_0x5a4137(0xc2),()=>{const _0x142324=_0x5a4137;console[_0x142324(0xe2)](_0x142324(0xe7)),alert(_0x142324(0xe7));}),_0x4361a3;}[_0x414efb(0x107)](){const _0x4cf4b7=_0x414efb,_0x16318b=_0x2a8e77(this[_0x4cf4b7(0x103)]);return _0x16318b[_0x4cf4b7(0x100)]({'panelPosition':'ne','class':[Go]}),_0x16318b[_0x4cf4b7(0xdd)][_0x4cf4b7(0x100)]({'label':_0x30f544(this[_0x4cf4b7(0x103)],_0x4cf4b7(0xda)),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':Jo}),this[_0x4cf4b7(0xc8)](_0x16318b,_0x4cf4b7(0xc2),_0x40efc3=>{const _0x462432=_0x4cf4b7;this[_0x462432(0xb6)](_0x462432(0xdb),_0x40efc3[_0x462432(0xcd)][_0x462432(0xd5)]);}),_0x16318b;}[_0x414efb(0xe6)](){const _0x143996=_0x414efb,_0x4edc65=new Ko(this[_0x143996(0x103)]);return _0x4edc65[_0x143996(0xf4)](_0x143996(0x113))['to'](this,_0x143996(0xf1),_0x13c714=>_0x13c714??''),_0x4edc65[_0x143996(0xf4)](_0x143996(0xbe))['to'](this,_0x143996(0xe1),this,_0x143996(0xf1),(_0x37f86f,_0xb3fce4)=>!_0x37f86f&&!_0xb3fce4?.[_0x143996(0xe4)]()[_0x143996(0xf5)](_0x143996(0x114))),_0x4edc65;}}class Gs extends _0x228d81{constructor(_0x55d7d5,_0x3a2eca){const _0x46b27a=_0x414efb;super();const _0x22e0b8=this[_0x46b27a(0xb8)],_0x1c6200=this[_0x46b27a(0xfa)]();this[_0x46b27a(0x10b)]({'tag':_0x46b27a(0xce),'attributes':{'class':['ck',_0x46b27a(0xf8)],'style':_0x22e0b8['to'](_0x46b27a(0xf6)),'id':_0x22e0b8['to']('id')},'children':[{'tag':_0x46b27a(0xce),'attributes':{'class':[Yo]},'children':[{'text':_0x22e0b8['to'](_0x46b27a(0x113))}]},{'tag':_0x46b27a(0xce),'attributes':{'class':[qo]},'children':[{'tag':_0x46b27a(0xfc),'children':[{'text':_0x3a2eca[_0x46b27a(0xbb)]}]}]},{'tag':_0x46b27a(0xce),'attributes':{'class':[zo]},'children':_0x1c6200}]}),_0x1c6200[_0x46b27a(0xb9)](this[_0x46b27a(0xd3)](_0x55d7d5,_0x3062b6,_0x46b27a(0x102),_0x3a2eca[_0x46b27a(0xd4)][_0x46b27a(0xca)]?.[_0x46b27a(0xd9)]??!0x1)),_0x1c6200[_0x46b27a(0xb9)](this[_0x46b27a(0xd3)](_0x55d7d5,_0x385ee1,_0x46b27a(0xdc),_0x3a2eca[_0x46b27a(0xd4)][_0x46b27a(0xd0)]?.[_0x46b27a(0xd9)]??!0x1));}[_0x414efb(0xd3)](_0x584387,_0x5eaa26,_0xf0e500,_0x3a1535){const _0x27f4bd=_0x414efb,_0x34db52=new _0x3a0717();_0x34db52[_0x27f4bd(0xe8)]=_0x5eaa26;const _0x978d50=new _0xb58125(_0x584387);_0x978d50[_0x27f4bd(0x10b)]({'tag':_0x27f4bd(0xfc),'children':[{'text':_0x30f544(_0x584387,_0xf0e500)+':\x20'}]});const _0x5b1e2c=new _0xb58125(_0x584387);return _0x5b1e2c[_0x27f4bd(0x10b)]({'tag':_0x27f4bd(0xfc),'children':[{'text':_0x30f544(_0x584387,_0x3a1535?_0x27f4bd(0xb4):_0x27f4bd(0xbc))}]}),[_0x34db52,_0x978d50,_0x5b1e2c];}}function _0x8eb1(){const _0x3bdb48=['ck-ai-chat-controls__model-selection__item-name','add','AI_CHAT_DISABLE_WEB_SEARCH','497782aNpAxz','activeModelName','setModel','tooltip','bind','startsWith','style','4yeFTpW','ck-button__label','1465986znocuE','createCollection','setModelList','span','setWebSearch','clear','280035QBEFuF','set','ck-ai-chat__prompt-capabilities','AI_CHAT_SEARCH_WEB','locale','_reasoningButton','modelSelectorEnabled','3239025YZRkrI','_createModelSelectionDropdown','ck-ai-chat-controls__model-selection__item-capabilities','_createCommandsButton','_createWebSearchButton','setTemplate','ck-ai-chat-controls__model-name','ck-ai-chat-controls__model-selection','toggleReasoning','_webSearchButton','_modelSelectionDropdown','enableModelSelector','_createReasoningButton','text','agent','AI_CHAT_ENABLE_WEB_SEARCH','_modelNameView','withText','AI_CHAT_DISABLE_REASONING','ck-ai-chat-controls-button','AI_CHAT_CAPABILITIES_YES','2wLLVxs','fire','isOn','bindTemplate','addMany','getLocalized','description','AI_CHAT_CAPABILITIES_NO','webSearchActive','isVisible','toggleWebSearch','isEnabled','name','execute','button','1133VPKAPw','ck-ai-chat-controls__model-selection__item-description','reasoningActive','disableModelSelector','listenTo','40332MKqlFG','webSearch','4553184CRJQMn','extendTemplate','source','div','label','reasoning','AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP','menuitemradio','_getCapabilityParts','capabilities','model','length','activeModelId','setReasoning','enabled','AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP','selectModel','AI_CHAT_REASONING','buttonView','_commandsButton','AI_CHAT_ENABLE_REASONING','58648QUQNOI','modelSelectorVisible','log','60BvgxwE','toLowerCase','ck-ai-chat-controls-button--commands','_createModelNameView','Commands\x20are\x20not\x20implemented\x20yet.','content','_modelSelectionDropdownItems','AI_CHAT_COMMANDS','ck-hidden','763zaWDFY'];_0x8eb1=function(){return _0x3bdb48;};return _0x8eb1();}class Ko extends _0xb58125{constructor(_0x11ec3f){const _0x447b01=_0x414efb;super(_0x11ec3f),this[_0x447b01(0x100)](_0x447b01(0x113),void 0x0),this[_0x447b01(0x100)](_0x447b01(0xbe),!0x0);const _0x3e53d8=this[_0x447b01(0xb8)];this[_0x447b01(0x10b)]({'tag':_0x447b01(0xfc),'attributes':{'class':['ck',_0x447b01(0x10c),_0x3e53d8['if'](_0x447b01(0xbe),_0x447b01(0xeb),_0x3616d4=>!_0x3616d4)]},'children':[{'text':_0x3e53d8['to'](_0x447b01(0x113))}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x59a3a7=_0xc177;function _0xc177(_0x420aec,_0x23f5ae){const _0x584976=_0x5849();return _0xc177=function(_0xc17708,_0xd9d5fd){_0xc17708=_0xc17708-0x12e;let _0x242757=_0x584976[_0xc17708];return _0x242757;},_0xc177(_0x420aec,_0x23f5ae);}function _0x5849(){const _0x38d5b9=['enter','bind','element','418320MlxGNh','extendTemplate','6590442hmQmvw','735ZTwSAE','MIN_ROWS','px\x20-\x20var(--ck-spacing-tiny))','fieldWrapperChildren','placeholder','add','locale','setIsUploadInProgress','excludeScrollbarsAndBorders','errorText','AI_CHAT_PROMPT_EMPTY_ERROR','MAX_ROWS','trim','requestAnimationFrame','maxRows','sendUserMessage','_addContextButtonView','queryView','update','_queryViewResizeObserver','width','ck-ai-chat__prompt-input','_setUpAddContextButtonPositioning','AI_CHAT_LABEL_SUBMIT','right','5uUJokU','window','fire','428243GsjzGH','isEnabled','focusableChildren','isEmpty','calc(','submitButtonView','ck-ai-chat__prompt-submit-button','reset','hasError','render','_createSubmitButton','target','setPlaceholderText','uiLanguageDirection','value','left','keystrokes','rtl','14472369cCudbf','destroy','fieldView','set','10kYwqSU','execute','submit','minRows','61832Uhewhf','isUploadInProgress','840972fkPgQn','style','1177017rHKzaR'];_0x5849=function(){return _0x38d5b9;};return _0x5849();}(function(_0x5ccbe8,_0x147486){const _0x5135f5=_0xc177,_0x57068d=_0x5ccbe8();while(!![]){try{const _0x4ee4d3=parseInt(_0x5135f5(0x159))/0x1+parseInt(_0x5135f5(0x13a))/0x2+-parseInt(_0x5135f5(0x136))/0x3+parseInt(_0x5135f5(0x134))/0x4+-parseInt(_0x5135f5(0x156))/0x5*(-parseInt(_0x5135f5(0x13c))/0x6)+-parseInt(_0x5135f5(0x13d))/0x7*(-parseInt(_0x5135f5(0x132))/0x8)+parseInt(_0x5135f5(0x16b))/0x9*(-parseInt(_0x5135f5(0x12e))/0xa);if(_0x4ee4d3===_0x147486)break;else _0x57068d['push'](_0x57068d['shift']());}catch(_0x14d42b){_0x57068d['push'](_0x57068d['shift']());}}}(_0x5849,0xb8de2));import{IconSubmit as _0x470ed7}from'ckeditor5/src/icons.js';import{ButtonView as _0x258031,AutocompleteView as _0x242cfd,createLabeledTextarea as _0x444613}from'ckeditor5/src/ui.js';import{global as _0x45cdd0,isVisible as _0x373c74,Rect as _0x506658,ResizeObserver as _0x571999}from'ckeditor5/src/utils.js';import{getTranslation as _0x3ca6c6}from'../../../aicore/utils/common-translations.js';import{AIChatPromptSuggestionsListView as _0xee4b0a}from'./aichatpromptsuggestionslistview.js';import{escape as _0x1eabd1}from'es-toolkit/compat';export class AIChatPromptInputView extends _0x242cfd{[_0x59a3a7(0x15e)];static [_0x59a3a7(0x13e)]=0x1;static [_0x59a3a7(0x148)]=0xc;[_0x59a3a7(0x14d)];[_0x59a3a7(0x150)];constructor(_0xd15a9b,_0x59c761){const _0x432660=_0x59a3a7;super(_0xd15a9b,{'queryView':{'label':'','creator':_0x444613,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new _0xee4b0a(_0xd15a9b),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this[_0x432660(0x16e)](_0x432660(0x15c),!0x0),this[_0x432660(0x16e)](_0x432660(0x133),!0x1),this[_0x432660(0x14d)]=_0x59c761,this[_0x432660(0x150)]=null,this[_0x432660(0x14e)][_0x432660(0x16d)][_0x432660(0x131)]=AIChatPromptInputView[_0x432660(0x13e)],this[_0x432660(0x14e)][_0x432660(0x16d)][_0x432660(0x14b)]=AIChatPromptInputView[_0x432660(0x148)],this[_0x432660(0x14e)][_0x432660(0x140)][_0x432660(0x142)](this[_0x432660(0x14d)]),this[_0x432660(0x153)](),this[_0x432660(0x13b)]({'attributes':{'class':['ck',_0x432660(0x152)]}}),this[_0x432660(0x15e)]=this[_0x432660(0x163)](),this[_0x432660(0x15e)][_0x432660(0x138)](_0x432660(0x15a))['to'](this,_0x432660(0x15c),this,_0x432660(0x133),(_0x3b1897,_0x44e634)=>!_0x3b1897&&!_0x44e634),this[_0x432660(0x15b)][_0x432660(0x142)](this[_0x432660(0x15e)]);}[_0x59a3a7(0x162)](){const _0x5c7037=_0x59a3a7;super[_0x5c7037(0x162)](),this[_0x5c7037(0x14e)][_0x5c7037(0x140)][_0x5c7037(0x142)](this[_0x5c7037(0x15e)]),this[_0x5c7037(0x169)][_0x5c7037(0x16e)](_0x5c7037(0x137),(_0x1f48f0,_0x1317eb)=>{const _0xe9773d=_0x5c7037;this[_0xe9773d(0x133)]||this[_0xe9773d(0x15c)]||_0x1f48f0[_0xe9773d(0x164)]==this[_0xe9773d(0x14e)][_0xe9773d(0x16d)][_0xe9773d(0x139)]&&(this[_0xe9773d(0x130)](),_0x1317eb());}),this[_0x5c7037(0x14e)][_0x5c7037(0x16d)]['on'](_0x5c7037(0x14f),()=>{const _0x4160b5=_0x5c7037;this[_0x4160b5(0x15c)]=''===this[_0x4160b5(0x14e)][_0x4160b5(0x16d)][_0x4160b5(0x139)][_0x4160b5(0x167)]?.[_0x4160b5(0x149)]();});}[_0x59a3a7(0x16c)](){const _0x12a3cb=_0x59a3a7;super[_0x12a3cb(0x16c)](),this[_0x12a3cb(0x150)]&&this[_0x12a3cb(0x150)][_0x12a3cb(0x16c)]();}[_0x59a3a7(0x130)](){const _0x1a05d4=_0x59a3a7,_0x5ac312=this[_0x1a05d4(0x14e)][_0x1a05d4(0x16d)][_0x1a05d4(0x139)][_0x1a05d4(0x167)]?.[_0x1a05d4(0x149)]();if(!_0x5ac312)return this[_0x1a05d4(0x14e)][_0x1a05d4(0x146)]=_0x3ca6c6(this[_0x1a05d4(0x143)],_0x1a05d4(0x147)),void(this[_0x1a05d4(0x14e)][_0x1a05d4(0x16d)][_0x1a05d4(0x161)]=!0x0);this[_0x1a05d4(0x14e)][_0x1a05d4(0x16d)][_0x1a05d4(0x161)]=!0x1;const _0x281186=_0x1eabd1(_0x5ac312);this[_0x1a05d4(0x158)](_0x1a05d4(0x14c),_0x281186),this[_0x1a05d4(0x14e)][_0x1a05d4(0x16d)][_0x1a05d4(0x160)]();}[_0x59a3a7(0x165)](_0x566cf1){const _0x571258=_0x59a3a7;this[_0x571258(0x14e)][_0x571258(0x16d)][_0x571258(0x16e)](_0x571258(0x141),_0x566cf1);}[_0x59a3a7(0x163)](){const _0x4dce7c=_0x59a3a7,_0x287440=new _0x258031(this[_0x4dce7c(0x143)]);return _0x287440[_0x4dce7c(0x16e)]({'icon':_0x470ed7,'label':_0x3ca6c6(this[_0x4dce7c(0x143)],_0x4dce7c(0x154)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x4dce7c(0x15f),'isEnabled':!0x1}),_0x287440['on'](_0x4dce7c(0x12f),()=>{const _0x3c5922=_0x4dce7c;this[_0x3c5922(0x130)]();}),_0x287440;}[_0x59a3a7(0x144)](_0x28b14e){const _0xf58105=_0x59a3a7;this[_0xf58105(0x133)]=_0x28b14e;}[_0x59a3a7(0x153)](){const _0x28d9b1=_0x59a3a7,_0x759385=this[_0x28d9b1(0x143)],_0x13a03f=()=>{const _0x399275=_0x28d9b1;_0x45cdd0[_0x399275(0x157)][_0x399275(0x14a)](()=>{const _0x25a6b4=_0x399275;if(_0x373c74(this[_0x25a6b4(0x139)])){const _0x4ef04d=new _0x506658(this[_0x25a6b4(0x14e)][_0x25a6b4(0x16d)][_0x25a6b4(0x139)]),_0x183ecd=new _0x506658(this[_0x25a6b4(0x14d)][_0x25a6b4(0x139)]),_0x2027b6=_0x4ef04d[_0x25a6b4(0x151)],_0x529557=_0x25a6b4(0x16a)===_0x759385[_0x25a6b4(0x166)]?_0x25a6b4(0x155):_0x25a6b4(0x168);_0x4ef04d[_0x25a6b4(0x145)]();const _0x12d818=_0x2027b6-_0x4ef04d[_0x25a6b4(0x151)]+0x1;this[_0x25a6b4(0x14d)][_0x25a6b4(0x139)][_0x25a6b4(0x135)][_0x529557]=_0x25a6b4(0x15d)+(_0x2027b6-_0x183ecd[_0x25a6b4(0x151)]-_0x12d818)+_0x25a6b4(0x13f);}});};this[_0x28d9b1(0x14e)][_0x28d9b1(0x16d)]['on'](_0x28d9b1(0x14f),_0x13a03f),this['on'](_0x28d9b1(0x162),()=>{const _0x2ea9ef=_0x28d9b1;_0x13a03f(),this[_0x2ea9ef(0x150)]=new _0x571999(this[_0x2ea9ef(0x14e)][_0x2ea9ef(0x16d)][_0x2ea9ef(0x139)],()=>{_0x13a03f();});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x338c38=_0x5b97;function _0x5b97(_0x27d951,_0x2ac47d){const _0x51e8b3=_0x51e8();return _0x5b97=function(_0x5b971b,_0x10ba5b){_0x5b971b=_0x5b971b-0x1c8;let _0x4cf1d6=_0x51e8b3[_0x5b971b];return _0x4cf1d6;},_0x5b97(_0x27d951,_0x2ac47d);}function _0x51e8(){const _0x19acc0=['13449248rPDYYe','12741267xjmaWK','2059656rBCHfm','359Pqiptz','128172tVNpYT','length','items','2280wjWmxo','35lUwunA','2943umvrjM','2913261kQvyTi','944ispmqR','filter'];_0x51e8=function(){return _0x19acc0;};return _0x51e8();}(function(_0x5df3b3,_0x11e58d){const _0x3c1300=_0x5b97,_0x24117c=_0x5df3b3();while(!![]){try{const _0x6adead=-parseInt(_0x3c1300(0x1cd))/0x1*(parseInt(_0x3c1300(0x1c8))/0x2)+parseInt(_0x3c1300(0x1d4))/0x3+parseInt(_0x3c1300(0x1ce))/0x4*(-parseInt(_0x3c1300(0x1d2))/0x5)+parseInt(_0x3c1300(0x1cc))/0x6+parseInt(_0x3c1300(0x1cb))/0x7+-parseInt(_0x3c1300(0x1ca))/0x8+-parseInt(_0x3c1300(0x1d3))/0x9*(parseInt(_0x3c1300(0x1d1))/0xa);if(_0x6adead===_0x11e58d)break;else _0x24117c['push'](_0x24117c['shift']());}catch(_0x5a8fee){_0x24117c['push'](_0x24117c['shift']());}}}(_0x51e8,0xf07fb));import{ListView as _0x3eed48}from'ckeditor5/src/ui.js';export class AIChatPromptSuggestionsListView extends _0x3eed48{[_0x338c38(0x1c9)](){const _0x32812b=_0x338c38;let _0x23a352=0x0;for(const _0x3abe11 of this[_0x32812b(0x1d0)])_0x23a352+=_0x3abe11[_0x32812b(0x1d0)][_0x32812b(0x1cf)];return{'resultsCount':_0x23a352,'totalItemsCount':_0x23a352};}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x2e364f=_0x4b89;(function(_0x3c5908,_0x4d22b1){const _0x282cf6=_0x4b89,_0x32f31d=_0x3c5908();while(!![]){try{const _0x1d0a4d=-parseInt(_0x282cf6(0x14d))/0x1+-parseInt(_0x282cf6(0x145))/0x2+-parseInt(_0x282cf6(0x13c))/0x3+parseInt(_0x282cf6(0x148))/0x4+-parseInt(_0x282cf6(0x12e))/0x5*(-parseInt(_0x282cf6(0x133))/0x6)+-parseInt(_0x282cf6(0x147))/0x7*(-parseInt(_0x282cf6(0x144))/0x8)+-parseInt(_0x282cf6(0x12f))/0x9;if(_0x1d0a4d===_0x4d22b1)break;else _0x32f31d['push'](_0x32f31d['shift']());}catch(_0x1d3b80){_0x32f31d['push'](_0x32f31d['shift']());}}}(_0x5b87,0x59acf));import{ListView as _0x570e28}from'ckeditor5/src/ui.js';function _0x4b89(_0x4ea564,_0x15ec74){const _0x5b8778=_0x5b87();return _0x4b89=function(_0x4b89fd,_0x2905d4){_0x4b89fd=_0x4b89fd-0x12e;let _0x9818d1=_0x5b8778[_0x4b89fd];return _0x9818d1;},_0x4b89(_0x4ea564,_0x15ec74);}import{AIChatResourceListItemView as _0x5a2827}from'./aichatresourcelistitemview.js';const sc=_0x2e364f(0x13b);export class AIChatContextResourcesListView extends _0x570e28{[_0x2e364f(0x13e)];constructor(_0x36345a,_0x355a38){const _0x3e7dde=_0x2e364f;super(_0x36345a),this[_0x3e7dde(0x13e)]=_0x355a38,this[_0x3e7dde(0x13f)]({'attributes':{'class':[sc]}});}[_0x2e364f(0x146)](_0x21f102,_0x50f179){const _0x8cbc0d=_0x2e364f;this[_0x8cbc0d(0x13d)][_0x8cbc0d(0x139)]();let _0x5673a8=_0x21f102;if(this[_0x8cbc0d(0x13e)][_0x8cbc0d(0x140)]&&_0x50f179&&''!==_0x50f179[_0x8cbc0d(0x143)]()){const _0x335e77=new RegExp(_0x50f179[_0x8cbc0d(0x131)](/[.*+?^${}()|[\]\\]/g,_0x8cbc0d(0x135)),'gi');_0x5673a8=_0x21f102[_0x8cbc0d(0x138)](_0x44f652=>_0x335e77[_0x8cbc0d(0x137)](_0x44f652[_0x8cbc0d(0x14b)]));}for(const _0x4c76ae of _0x5673a8){const _0x2208f2=new _0x5a2827(this[_0x8cbc0d(0x13a)],_0x4c76ae);_0x2208f2['on'](_0x8cbc0d(0x14a),()=>{const _0x799276=_0x8cbc0d;this[_0x799276(0x136)](this[_0x799276(0x13e)],_0x4c76ae);}),this[_0x8cbc0d(0x13d)][_0x8cbc0d(0x14c)](_0x2208f2);}this[_0x8cbc0d(0x13e)][_0x8cbc0d(0x140)]&&this[_0x8cbc0d(0x141)](_0x50f179);}[_0x2e364f(0x141)](_0x43f3b1){const _0x5a6e59=_0x2e364f;this[_0x5a6e59(0x13e)][_0x5a6e59(0x140)]&&this[_0x5a6e59(0x13d)][_0x5a6e59(0x132)](_0x5c34ec=>{const _0x283597=_0x5a6e59;_0x5c34ec[_0x283597(0x141)](_0x43f3b1);});}[_0x2e364f(0x149)](_0x5169be,_0x3ca83b){const _0x2d535b=_0x2e364f;for(const _0x56e193 of this[_0x2d535b(0x13d)]){const _0x48f310=_0x56e193;_0x48f310[_0x2d535b(0x134)]['id']===_0x5169be&&_0x48f310[_0x2d535b(0x149)](_0x3ca83b);}}[_0x2e364f(0x136)](_0x23f67e,_0xea5a25){const _0xc5535=_0x2e364f;this[_0xc5535(0x130)](_0xc5535(0x142),{'source':_0x23f67e,'resource':_0xea5a25});}}function _0x5b87(){const _0x14002f=['replace','forEach','6Fiyzni','resource','\x5c$&','_handleResourceSelection','test','filter','clear','locale','ck-ai-chat-resources__list','704070jdIjjQ','items','_source','extendTemplate','useDefaultFiltering','highlightText','addResourceToContext','trim','16lkrMIU','970586xQuzeE','setResources','1668163rOFebu','1014172AuGNmd','updateResourceState','execute','label','add','62849wKkLpa','3606255oXFtgB','2711421SnaNPy','fire'];_0x5b87=function(){return _0x14002f;};return _0x5b87();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x349174=_0x21ff;function _0x21ff(_0xfb541a,_0x558bb3){const _0x340542=_0x3405();return _0x21ff=function(_0x21ff71,_0x5a598b){_0x21ff71=_0x21ff71-0x1aa;let _0x89e82a=_0x340542[_0x21ff71];return _0x89e82a;},_0x21ff(_0xfb541a,_0x558bb3);}(function(_0x3ec566,_0x545f16){const _0x1be33f=_0x21ff,_0x4b27f6=_0x3ec566();while(!![]){try{const _0x190deb=parseInt(_0x1be33f(0x1bf))/0x1*(parseInt(_0x1be33f(0x1b8))/0x2)+-parseInt(_0x1be33f(0x1b6))/0x3*(parseInt(_0x1be33f(0x1ab))/0x4)+parseInt(_0x1be33f(0x1de))/0x5+-parseInt(_0x1be33f(0x1db))/0x6*(parseInt(_0x1be33f(0x1af))/0x7)+parseInt(_0x1be33f(0x1ce))/0x8*(-parseInt(_0x1be33f(0x1c4))/0x9)+parseInt(_0x1be33f(0x1b0))/0xa*(parseInt(_0x1be33f(0x1d4))/0xb)+-parseInt(_0x1be33f(0x1d2))/0xc*(-parseInt(_0x1be33f(0x1c6))/0xd);if(_0x190deb===_0x545f16)break;else _0x4b27f6['push'](_0x4b27f6['shift']());}catch(_0x3a37ab){_0x4b27f6['push'](_0x4b27f6['shift']());}}}(_0x3405,0x6dbdf));import{View as _0x160c3e,ViewCollection as _0x9a4dd4}from'ckeditor5/src/ui.js';import{uid as _0x169020}from'ckeditor5/src/utils.js';import{AIChatContextResourcesListView as _0x3656c0}from'./aichatcontextresourceslistview.js';import{AIChatContextResourcesSearchInputView as _0x21ba3d}from'./aichatresourcessearchinputview.js';function _0x3405(){const _0x3d78db=['extendTemplate','aiChatResources','getQuery','1946727FMKXGv','isLoading','14027htYxNG','has','addResourceToContext','setTemplate','searchInputVisibleFrom','set','_searchSection','_searchInputVisibleFrom','8wWfUQm','useDefaultFiltering','fire','loadResources','11652cDOpTY','loadSourceResources','11WmkaiR','add','ck\x20ck-search','bindTemplate','ck-hidden','children','_createSearchSection','265206RMqTEq','ck-ai-chat-resources','render','2254525Sugfkf','_skeletonLoader','327176HZeFrc','_createSearchView','div','locale','112sDaiVp','5825990wqZsHO','delegate','_createSkeletonView','search','length','highlightText','27XokSsi','updateResourceState','10ViClyG','_resourcesListView','_latestLoadResourcesUid','_searchView','setResources','source','_createResourcesListView','5591fiheaB','_source'];_0x3405=function(){return _0x3d78db;};return _0x3405();}import{AISkeletonView as _0x972d73,SKELETON_DEFINITIONS as _0x1df90f}from'../../../../aicore/ui/aiskeleton.js';export class AIChatContextResourcesView extends _0x160c3e{[_0x349174(0x1bb)];[_0x349174(0x1cc)];[_0x349174(0x1cd)];[_0x349174(0x1b9)];[_0x349174(0x1aa)];[_0x349174(0x1c0)];[_0x349174(0x1d9)];[_0x349174(0x1ba)]=null;constructor(_0x33247b,_0x1514fd){const _0x3e419a=_0x349174;super(_0x33247b),this[_0x3e419a(0x1c0)]=_0x1514fd[_0x3e419a(0x1bd)],this[_0x3e419a(0x1cd)]=_0x1514fd[_0x3e419a(0x1ca)]??0x7,this[_0x3e419a(0x1cb)](_0x3e419a(0x1c5),!0x0),this[_0x3e419a(0x1bb)]=this[_0x3e419a(0x1ac)](),this[_0x3e419a(0x1cc)]=this[_0x3e419a(0x1da)](),this[_0x3e419a(0x1b9)]=this[_0x3e419a(0x1be)](),this[_0x3e419a(0x1aa)]=this[_0x3e419a(0x1b2)](),this[_0x3e419a(0x1d9)]=new _0x9a4dd4([this[_0x3e419a(0x1aa)],this[_0x3e419a(0x1b9)]]),this[_0x3e419a(0x1c9)]({'tag':_0x3e419a(0x1ad),'attributes':{'class':_0x3e419a(0x1dc)},'children':this[_0x3e419a(0x1d9)]});}[_0x349174(0x1ac)](){const _0x1c6533=_0x349174;return new _0x21ba3d(this[_0x1c6533(0x1ae)]);}[_0x349174(0x1da)](){const _0x2f6021=_0x349174,_0x332e8c=new _0x160c3e(this[_0x2f6021(0x1ae)]);return _0x332e8c[_0x2f6021(0x1c9)]({'tag':_0x2f6021(0x1ad),'attributes':{'class':_0x2f6021(0x1d6)},'children':[this[_0x2f6021(0x1bb)]]}),this[_0x2f6021(0x1bb)]['on'](_0x2f6021(0x1b3),(_0x5f1642,_0xcf74e0)=>{const _0x351868=_0x2f6021;this[_0x351868(0x1d1)](_0xcf74e0),this[_0x351868(0x1c0)][_0x351868(0x1cf)]&&this[_0x351868(0x1b9)][_0x351868(0x1b5)](_0xcf74e0);}),_0x332e8c;}[_0x349174(0x1be)](){const _0x460daa=_0x349174,_0x2f7c78=new _0x3656c0(this[_0x460daa(0x1ae)],this[_0x460daa(0x1c0)]);return _0x2f7c78[_0x460daa(0x1b1)](_0x460daa(0x1c8))['to'](this),_0x2f7c78[_0x460daa(0x1c1)]({'attributes':{'class':this[_0x460daa(0x1d7)]['if'](_0x460daa(0x1c5),_0x460daa(0x1d8))}}),_0x2f7c78;}[_0x349174(0x1b2)](){const _0x4d53d9=_0x349174,_0x286cc6=new _0x972d73(this[_0x4d53d9(0x1ae)],_0x1df90f[_0x4d53d9(0x1c2)]);return _0x286cc6[_0x4d53d9(0x1c1)]({'attributes':{'class':[this[_0x4d53d9(0x1d7)]['if'](_0x4d53d9(0x1c5),_0x4d53d9(0x1d8),_0x1b5d6c=>!_0x1b5d6c)]}}),_0x286cc6;}[_0x349174(0x1dd)](){const _0x4600d8=_0x349174;super[_0x4600d8(0x1dd)](),this[_0x4600d8(0x1d1)]('');}[_0x349174(0x1d1)](_0x54b5ab){const _0x247013=_0x349174,_0x3fe764=_0x169020();this[_0x247013(0x1ba)]=_0x3fe764,this[_0x247013(0x1d0)](_0x247013(0x1d3),{'sourceId':this[_0x247013(0x1c0)]['id'],'query':_0x54b5ab,'uid':_0x3fe764}),this[_0x247013(0x1c5)]=!0x0;}[_0x349174(0x1bc)](_0x5bcde4,_0x526bcf){const _0x17b33e=_0x349174;if(_0x526bcf&&_0x526bcf!==this[_0x17b33e(0x1ba)])return;const _0x487a00=this[_0x17b33e(0x1c0)][_0x17b33e(0x1cf)]?this[_0x17b33e(0x1bb)][_0x17b33e(0x1c3)]():'';this[_0x17b33e(0x1b9)][_0x17b33e(0x1bc)](_0x5bcde4,_0x487a00),_0x5bcde4[_0x17b33e(0x1b4)]>=this[_0x17b33e(0x1cd)]&&!this[_0x17b33e(0x1d9)][_0x17b33e(0x1c7)](this[_0x17b33e(0x1cc)])&&this[_0x17b33e(0x1d9)][_0x17b33e(0x1d5)](this[_0x17b33e(0x1cc)],0x0),requestAnimationFrame(()=>{const _0x543150=_0x17b33e;this[_0x543150(0x1c5)]=!0x1;});}[_0x349174(0x1b7)](_0x26b609,_0x46c979){const _0x3c4363=_0x349174;this[_0x3c4363(0x1b9)][_0x3c4363(0x1b7)](_0x26b609,_0x46c979);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x5a505f=_0x5e18;function _0x5e18(_0x14574d,_0x20f4fb){const _0x58f31a=_0x58f3();return _0x5e18=function(_0x5e18ba,_0x5aadcc){_0x5e18ba=_0x5e18ba-0x92;let _0x9b1083=_0x58f31a[_0x5e18ba];return _0x9b1083;},_0x5e18(_0x14574d,_0x20f4fb);}(function(_0x4df0c5,_0x28ab08){const _0x2bd685=_0x5e18,_0x2ea9b2=_0x4df0c5();while(!![]){try{const _0x348b52=-parseInt(_0x2bd685(0xa0))/0x1+-parseInt(_0x2bd685(0xb6))/0x2+parseInt(_0x2bd685(0xbd))/0x3+parseInt(_0x2bd685(0xb4))/0x4*(-parseInt(_0x2bd685(0xa4))/0x5)+parseInt(_0x2bd685(0xb9))/0x6*(-parseInt(_0x2bd685(0xa6))/0x7)+parseInt(_0x2bd685(0xb7))/0x8*(parseInt(_0x2bd685(0xa3))/0x9)+parseInt(_0x2bd685(0xb0))/0xa;if(_0x348b52===_0x28ab08)break;else _0x2ea9b2['push'](_0x2ea9b2['shift']());}catch(_0x1681f6){_0x2ea9b2['push'](_0x2ea9b2['shift']());}}}(_0x58f3,0x1de05));function _0x58f3(){const _0xbc1f7e=['_createTitleView','540292zFMOOn','DOCUMENT','413958naUlpj','32hkpVzX','_titleView','6ZAsNgn','type','span','resource','324453beayyj','div','ck-ai-chat-resources__item__icon','execute','ck-ai-chat-resources__item-title','ck-ai-chat-resources__item','isInContext','extendTemplate','TEXT','updateResourceState','ck-ai-chat-resources__item--in-context','label','ck-hidden','URL','set','118342HiCViC','setTemplate','_updateIcon','485037bfZjJL','5GDuEYe','getResourceIcon','1080751uQykzW','_setupTemplate','render','FILE','content','trim','highlightText','_createIconView','isVisible','text','4134370ZZZmja','bindTemplate','_iconView'];_0x58f3=function(){return _0xbc1f7e;};return _0x58f3();}import{HighlightedTextView as _0x5c9f74,IconView as _0x49a0bc,ListItemView as _0xaa86b7}from'ckeditor5/src/ui.js';import{escapeRegExp as _0x5928fb}from'es-toolkit/compat';import{AIContextItemType as _0x30acbd}from'../../../../aicore/model/aicontext.js';import{IconFileUpload as _0x32862f,IconCheck as _0x5d17fe,IconDocument as _0x116261,IconDocumentOutline as _0x18030b,IconLink as _0x151b36}from'@ckeditor/ckeditor5-icons';const zr=_0x5a505f(0x96),Fr=_0x5a505f(0x9b),Gr=_0x5a505f(0x95),Hr=_0x5a505f(0x93);export class AIChatResourceListItemView extends _0xaa86b7{[_0x5a505f(0xbc)];[_0x5a505f(0xb8)];[_0x5a505f(0xb2)];constructor(_0x4c2f0e,_0x226aa7){const _0x53b5e5=_0x5a505f;super(_0x4c2f0e),this[_0x53b5e5(0xbc)]=_0x226aa7,this[_0x53b5e5(0x9f)](_0x53b5e5(0x97),!!_0x226aa7[_0x53b5e5(0x97)]),this[_0x53b5e5(0xb8)]=this[_0x53b5e5(0xb3)](),this[_0x53b5e5(0xb2)]=this[_0x53b5e5(0xad)](),this[_0x53b5e5(0xa7)]();}[_0x5a505f(0xa8)](){const _0x33f715=_0x5a505f;super[_0x33f715(0xa8)]();}[_0x5a505f(0xa5)](_0x292d61){const _0x2c216a=_0x5a505f;if(_0x292d61[_0x2c216a(0x97)])return _0x5d17fe;switch(_0x292d61[_0x2c216a(0xba)]){case _0x30acbd[_0x2c216a(0xb5)]:return _0x116261;case _0x30acbd[_0x2c216a(0x9e)]:return _0x151b36;case _0x30acbd[_0x2c216a(0xa9)]:case _0x30acbd[_0x2c216a(0x99)]:return _0x32862f;default:return _0x18030b;}}[_0x5a505f(0xac)](_0x56f99d){const _0xac2b8e=_0x5a505f;if(!_0x56f99d||''===_0x56f99d[_0xac2b8e(0xab)]())return void this[_0xac2b8e(0xb8)][_0xac2b8e(0xac)](null);const _0x1431bd=new RegExp(_0x5928fb(_0x56f99d),'gi');this[_0xac2b8e(0xb8)][_0xac2b8e(0xac)](_0x1431bd);}[_0x5a505f(0x9a)](_0x4b3322){const _0x5ca4c4=_0x5a505f;this[_0x5ca4c4(0xbc)][_0x5ca4c4(0x97)]=_0x4b3322,this[_0x5ca4c4(0x97)]=_0x4b3322,this[_0x5ca4c4(0xa2)]();}[_0x5a505f(0xb3)](){const _0x143acb=_0x5a505f,_0x3d3eca=new _0x5c9f74();return _0x3d3eca[_0x143acb(0xaf)]=this[_0x143acb(0xbc)][_0x143acb(0x9c)],_0x3d3eca[_0x143acb(0x98)]({'tag':_0x143acb(0xbb),'attributes':{'class':[Gr]}}),_0x3d3eca;}[_0x5a505f(0xad)](){const _0x44fd7c=_0x5a505f,_0x51db79=new _0x49a0bc();return _0x51db79[_0x44fd7c(0xaa)]=this[_0x44fd7c(0xa5)](this[_0x44fd7c(0xbc)]),_0x51db79;}[_0x5a505f(0xa7)](){const _0x3cc9e6=_0x5a505f,_0xe2ba99=this[_0x3cc9e6(0xb1)];this[_0x3cc9e6(0xa1)]({'tag':_0x3cc9e6(0x92),'attributes':{'class':[zr,_0xe2ba99['if'](_0x3cc9e6(0xae),_0x3cc9e6(0x9d),_0x19c0e2=>!_0x19c0e2),_0xe2ba99['if'](_0x3cc9e6(0x97),Fr)]},'children':[{'tag':_0x3cc9e6(0x92),'attributes':{'class':[Hr]},'children':[this[_0x3cc9e6(0xb2)]]},this[_0x3cc9e6(0xb8)]],'on':{'click':_0xe2ba99['to'](_0x3cc9e6(0x94))}});}[_0x5a505f(0xa2)](){const _0x17ca8f=_0x5a505f;this[_0x17ca8f(0xb2)][_0x17ca8f(0xaa)]=this[_0x17ca8f(0xa5)](this[_0x17ca8f(0xbc)]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2440ef=_0x594a;(function(_0x50626e,_0x228941){const _0x2eb1d3=_0x594a,_0x42b39a=_0x50626e();while(!![]){try{const _0x4a586e=parseInt(_0x2eb1d3(0x1bc))/0x1+-parseInt(_0x2eb1d3(0x1a4))/0x2*(parseInt(_0x2eb1d3(0x19e))/0x3)+parseInt(_0x2eb1d3(0x1a2))/0x4+parseInt(_0x2eb1d3(0x1cc))/0x5*(-parseInt(_0x2eb1d3(0x1ce))/0x6)+parseInt(_0x2eb1d3(0x1bf))/0x7*(-parseInt(_0x2eb1d3(0x1ba))/0x8)+-parseInt(_0x2eb1d3(0x1b6))/0x9+-parseInt(_0x2eb1d3(0x1d0))/0xa*(-parseInt(_0x2eb1d3(0x1cd))/0xb);if(_0x4a586e===_0x228941)break;else _0x42b39a['push'](_0x42b39a['shift']());}catch(_0x2380ec){_0x42b39a['push'](_0x42b39a['shift']());}}}(_0x5d61,0x544a3));import{BalloonPanelView as _0x73eed7,ButtonView as _0x66b2b,clickOutsideHandler as _0x4008e7,FormHeaderView as _0x4ce206}from'ckeditor5/src/ui.js';function _0x594a(_0x483707,_0x287670){const _0x5d61f6=_0x5d61();return _0x594a=function(_0x594acd,_0x2ca4cb){_0x594acd=_0x594acd-0x19d;let _0x583532=_0x5d61f6[_0x594acd];return _0x583532;},_0x594a(_0x483707,_0x287670);}import{IconPreviousArrow as _0x4c95ed}from'@ckeditor/ckeditor5-icons';import{getTranslation as _0x2eafd7}from'../../../../aicore/utils/common-translations.js';import{AIChatContextResourcesView as _0x59e644}from'./aichatcontextresourcesview.js';const Nr=_0x2440ef(0x1b0),Xr=_0x2440ef(0x1ae),Kr=_0x2440ef(0x1b8);export class AIChatResourcesBalloonView{[_0x2440ef(0x1b2)]=new Map();[_0x2440ef(0x1c2)];[_0x2440ef(0x1c5)];[_0x2440ef(0x1b9)];constructor(_0x406760,_0x56643b,_0x334154){const _0x464382=_0x2440ef;this[_0x464382(0x1c5)]=_0x406760,this[_0x464382(0x1c2)]=_0x56643b,this[_0x464382(0x1b9)]=_0x334154;}[_0x2440ef(0x1a1)](_0x8326c0){const _0x3b96ea=_0x2440ef;let _0x3e2383=this[_0x3b96ea(0x1b2)][_0x3b96ea(0x1a6)](_0x8326c0['id']);_0x3e2383||(_0x3e2383=this[_0x3b96ea(0x1c1)](),this[_0x3b96ea(0x1b2)][_0x3b96ea(0x1be)](_0x8326c0['id'],_0x3e2383),this[_0x3b96ea(0x1b5)](_0x3e2383)),this[_0x3b96ea(0x1af)](_0x3e2383,_0x8326c0),_0x3e2383[_0x3b96ea(0x1cf)]();const _0x32004b=this[_0x3b96ea(0x1b9)][_0x3b96ea(0x1c9)]();_0x32004b&&_0x3e2383[_0x3b96ea(0x1d9)]({'target':_0x32004b,'limiter':this[_0x3b96ea(0x1b9)][_0x3b96ea(0x1b7)]()});}[_0x2440ef(0x1b3)](_0x4cd272,_0x3a2a67,_0x4354a1){const _0x408395=_0x2440ef,_0x488a2a=this[_0x408395(0x1b2)][_0x408395(0x1a6)](_0x4cd272);if(!_0x488a2a)return;const _0x209d09=this[_0x408395(0x1a8)](_0x488a2a);_0x209d09&&(_0x209d09[_0x408395(0x1b4)](_0x3a2a67,_0x4354a1),_0x209d09[_0x408395(0x1d6)](_0x408395(0x1d2),()=>{const _0x4b5cac=_0x408395;_0x488a2a[_0x4b5cac(0x1d9)]({'target':this[_0x4b5cac(0x1b9)][_0x4b5cac(0x1c9)](),'limiter':this[_0x4b5cac(0x1b9)][_0x4b5cac(0x1b7)]()});}));}[_0x2440ef(0x1ca)](_0x59edd4){const _0x4472a9=_0x2440ef,_0x2234a0=this[_0x4472a9(0x1b2)][_0x4472a9(0x1a6)](_0x59edd4);_0x2234a0&&requestAnimationFrame(()=>{const _0x3ca1ae=_0x4472a9;_0x2234a0[_0x3ca1ae(0x1d8)](),this[_0x3ca1ae(0x1b2)][_0x3ca1ae(0x1c4)](_0x59edd4),this[_0x3ca1ae(0x1b9)][_0x3ca1ae(0x1ad)]();});}[_0x2440ef(0x1bd)](){const _0x54e2fa=_0x2440ef;for(const _0x2045dc of this[_0x54e2fa(0x1b2)][_0x54e2fa(0x1d4)]())if(_0x2045dc[_0x54e2fa(0x1ab)])return!0x0;return!0x1;}[_0x2440ef(0x1aa)](_0x800eaf,_0xee36c1,_0x136422){const _0x150360=_0x2440ef,_0x41054f=this[_0x150360(0x1b2)][_0x150360(0x1a6)](_0x800eaf);if(!_0x41054f||!_0x41054f[_0x150360(0x1ab)])return;const _0x12efa4=this[_0x150360(0x1b9)][_0x150360(0x1c9)]();if(!_0x12efa4)return;_0x41054f[_0x150360(0x1d9)]({'target':_0x12efa4,'limiter':this[_0x150360(0x1b9)][_0x150360(0x1b7)]()});const _0x2ed16e=this[_0x150360(0x1a8)](_0x41054f);_0x2ed16e&&_0x2ed16e[_0x150360(0x1aa)](_0xee36c1,_0x136422);}[_0x2440ef(0x1d1)](){const _0x2fcb2c=_0x2440ef;for(const _0x2a6617 of this[_0x2fcb2c(0x1b2)][_0x2fcb2c(0x1d4)]())_0x2a6617[_0x2fcb2c(0x1d1)]();this[_0x2fcb2c(0x1b2)][_0x2fcb2c(0x1c3)]();}[_0x2440ef(0x1c1)](){const _0x47a72f=_0x2440ef,_0x97452=new _0x73eed7(this[_0x47a72f(0x1c5)]);return _0x97452[_0x47a72f(0x1b1)]({'attributes':{'class':Nr}}),this[_0x47a72f(0x1c2)][_0x47a72f(0x1a0)](_0x97452),_0x97452;}[_0x2440ef(0x1af)](_0x428ce7,_0x3871d6){const _0x5548e2=_0x2440ef;_0x428ce7[_0x5548e2(0x1bb)][_0x5548e2(0x1c3)]();const _0x216499=this[_0x5548e2(0x19d)](_0x428ce7,_0x3871d6);_0x428ce7[_0x5548e2(0x1bb)][_0x5548e2(0x1a0)](_0x216499);const _0x3e0e99=this[_0x5548e2(0x1a3)](_0x3871d6);_0x428ce7[_0x5548e2(0x1bb)][_0x5548e2(0x1a0)](_0x3e0e99);}[_0x2440ef(0x19d)](_0x2bd961,_0x4af4bf){const _0x4ebecb=_0x2440ef,_0x644052=this[_0x4ebecb(0x1cb)](_0x2bd961),_0x4184b6=new _0x4ce206(this[_0x4ebecb(0x1c5)],{'label':_0x4af4bf[_0x4ebecb(0x1a5)],'class':Kr});return _0x4184b6[_0x4ebecb(0x1c0)][_0x4ebecb(0x1a0)](_0x644052,0x0),_0x4184b6;}[_0x2440ef(0x1cb)](_0x5a52c1){const _0x28ad44=_0x2440ef,_0x4ed9fc=new _0x66b2b(this[_0x28ad44(0x1c5)]);return _0x4ed9fc[_0x28ad44(0x1be)]({'icon':_0x4c95ed,'tooltip':_0x2eafd7(this[_0x28ad44(0x1c5)],_0x28ad44(0x1d3)),'tooltipPosition':'n','class':Xr}),_0x4ed9fc['on'](_0x28ad44(0x1c7),()=>{const _0x502dd9=_0x28ad44;_0x5a52c1[_0x502dd9(0x1d8)](),this[_0x502dd9(0x1b9)][_0x502dd9(0x1ac)]();}),_0x4ed9fc;}[_0x2440ef(0x1a3)](_0xb23f9){const _0x56a8e4=_0x2440ef,_0x31fee6=new _0x59e644(this[_0x56a8e4(0x1c5)],{'source':_0xb23f9,'searchInputVisibleFrom':this[_0x56a8e4(0x1b9)][_0x56a8e4(0x1a7)]});return _0x31fee6['on'](_0x56a8e4(0x1d7),(_0x4854b8,_0x5205bf)=>{const _0x42284c=_0x56a8e4;this[_0x42284c(0x1b9)][_0x42284c(0x1a9)](_0x5205bf);}),_0x31fee6['on'](_0x56a8e4(0x1c6),(_0xc347e1,_0x3aac73)=>{const _0x15b963=_0x56a8e4;this[_0x15b963(0x1b9)][_0x15b963(0x1d5)](_0x3aac73[_0x15b963(0x1da)],_0x3aac73[_0x15b963(0x19f)]),this[_0x15b963(0x1ca)](_0xb23f9['id']);}),_0x31fee6;}[_0x2440ef(0x1a8)](_0x32eb0e){const _0x50fc3b=_0x2440ef,_0x5efa1a=_0x32eb0e[_0x50fc3b(0x1bb)][_0x50fc3b(0x1a6)](0x1);return _0x5efa1a instanceof _0x59e644?_0x5efa1a:null;}[_0x2440ef(0x1b5)](_0x570c3e){const _0x24da25=_0x2440ef;_0x4008e7({'emitter':_0x570c3e,'contextElements':[_0x570c3e[_0x24da25(0x1c8)]],'callback':()=>{const _0x14adb6=_0x24da25;_0x570c3e[_0x14adb6(0x1d8)](),this[_0x14adb6(0x1b9)][_0x14adb6(0x1ad)]();},'activator':()=>_0x570c3e[_0x24da25(0x1ab)]});}}function _0x5d61(){const _0x2fc02f=['children','_createSourceResourceBalloonPanel','_bodyCollection','clear','delete','_locale','addResourceToContext','execute','element','getTargetElement','closeSourceResourceBalloon','_createBackButton','284555hBcPWV','596574Ruzlpf','66LElBgG','show','330oqPWMS','destroy','change:isLoading','AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','values','onResourceSelected','once','loadSourceResources','hide','pin','source','_createBalloonHeader','925215XvBgQs','resource','add','showSourceResourcesBalloon','2548868emddhx','_createBalloonResourcesView','4jaYHCq','label','get','searchInputVisibleFrom','_getResourcesViewFromBalloon','onLoadSourceResources','updateResourceState','isVisible','onBackToContext','onBalloonClosed','ck-button-icon\x20ck-button-back','_addSourceResourceContent','ck-ai-chat-context-controls__source-balloon-panel','extendTemplate','_sourceResourceBalloons','populateSourceResourceBalloon','setResources','_setupSingleResourceBalloonClickOutsideHandler','4779675xzesPP','getLimiterElement','ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source','_config','16pcsqbI','content','57378tccvYq','isAnyResourceBalloonVisible','set','1278060HQsRXz'];_0x5d61=function(){return _0x2fc02f;};return _0x5d61();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{ButtonView as
|
|
23
|
+
import{ButtonView as _0x27de18,IconView as _0x29036d,LabeledFieldView as _0x111a7d,createLabeledInputText as _0x2f9ba5}from'ckeditor5/src/ui.js';import{IconLoupe as _0x1f956b,IconCancel as _0x23e850}from'ckeditor5/src/icons.js';import{getTranslation as _0x2fa437}from'../../../../aicore/utils/common-translations.js';export class AIChatContextResourcesSearchInputView extends _0x111a7d{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x3f1797){const t=_0x3f1797['t'],_0x152e3f={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x2f9ba5,'label':_0x2fa437(_0x3f1797,'AI_CHAT_SEARCH_RESOURCES')};super(_0x3f1797,_0x152e3f['creator']),this['label']=_0x152e3f['label'],this['_viewConfig']=_0x152e3f,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x3f1797,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x31b0bc){this['fire']('search',_0x31b0bc);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x29036d(),this['iconView']['content']=_0x1f956b,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x2e88e8,t){this['resetButtonView']=new _0x27de18(_0x2e88e8),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x23e850,'class':'ck-search__reset','isVisible':!0x1,'tooltip':!0x0}),this['resetButtonView']['on']('execute',()=>{this['reset'](),this['focus'](),this['fire']('reset');}),this['resetButtonView']['bind']('isVisible')['to'](this['fieldView'],'isEmpty',_0x3a970b=>!_0x3a970b),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x117c(){const _0x387953=['13937938aomTcI','destroy','_createContextChips','ck-ai-chat-controls_context_show-more-button','183016unBnKw','ck-ai-chat-context-chips-wrapper-balloon','_contextChips','setContainerElement','element','ck-ai-chat-context-chips-wrapper','3158973eiuFkj','7390548VrSBVl','div','19319IkWMTH','setTemplate','40IBhgSg','locale','ck-ai-chat-controls-button','20XdKXfN','11VcXsVK','add','reorganizeChips','ck-reset_all','81115nMZnfx','70xbGApd','12YvAaTw','_overflowManager','6DZaPRC','querySelector','render','347305LVVtfq','ck-ai-chat__feed__context-chips','13oJUaXF','ck-ai-chat-context-controls__show-more-balloon-panel','_bodyCollection','createCollection'];_0x117c=function(){return _0x387953;};return _0x117c();}const _0x2d8898=_0x2d7a;(function(_0x3c8406,_0x5845bb){const _0x55763f=_0x2d7a,_0x3ecc27=_0x3c8406();while(!![]){try{const _0x1db4ef=-parseInt(_0x55763f(0x1f0))/0x1*(parseInt(_0x55763f(0x1fb))/0x2)+parseInt(_0x55763f(0x1fc))/0x3*(parseInt(_0x55763f(0x1e7))/0x4)+-parseInt(_0x55763f(0x1fa))/0x5*(-parseInt(_0x55763f(0x1fe))/0x6)+-parseInt(_0x55763f(0x201))/0x7*(parseInt(_0x55763f(0x1f2))/0x8)+parseInt(_0x55763f(0x1ed))/0x9*(parseInt(_0x55763f(0x1f5))/0xa)+-parseInt(_0x55763f(0x1f6))/0xb*(parseInt(_0x55763f(0x1ee))/0xc)+-parseInt(_0x55763f(0x203))/0xd*(-parseInt(_0x55763f(0x207))/0xe);if(_0x1db4ef===_0x5845bb)break;else _0x3ecc27['push'](_0x3ecc27['shift']());}catch(_0x244612){_0x3ecc27['push'](_0x3ecc27['shift']());}}}(_0x117c,0x57149));import{View as _0xac5d87}from'ckeditor5/src/ui.js';import{AIChatContextItemButtonView as _0x19c607}from'../controls/aichatcontextitembuttonview.js';import{AIChatChipsOverflowManager as _0x253f04}from'../controls/aichatchipsoverflowmanager.js';const xo=_0x2d8898(0x202),ko=_0x2d8898(0x1ec),Co=_0x2d8898(0x1e8),bo=_0x2d8898(0x1f4),vo=_0x2d8898(0x1e6),jo=_0x2d8898(0x204);function _0x2d7a(_0x176d60,_0x254bf6){const _0x117c1d=_0x117c();return _0x2d7a=function(_0x2d7ad2,_0x2c891b){_0x2d7ad2=_0x2d7ad2-0x1e4;let _0x420ee2=_0x117c1d[_0x2d7ad2];return _0x420ee2;},_0x2d7a(_0x176d60,_0x254bf6);}export class AIChatFeedContextChipsView extends _0xac5d87{[_0x2d8898(0x1e9)]=this[_0x2d8898(0x206)]();[_0x2d8898(0x1fd)];[_0x2d8898(0x205)];constructor(_0x4e15c0,_0x3bc437,_0x3ebcf5){const _0x27bed8=_0x2d8898;super(_0x4e15c0),this[_0x27bed8(0x205)]=_0x3ebcf5,this[_0x27bed8(0x1e5)](_0x3bc437);const _0x1dc0ea={'cssClasses':{'showMoreButton':vo,'showMoreBalloon':jo,'overflowContainer':Co,'controlsButton':bo}};this[_0x27bed8(0x1fd)]=new _0x253f04(_0x4e15c0,this[_0x27bed8(0x1e9)],_0x1dc0ea,this[_0x27bed8(0x205)],this),this[_0x27bed8(0x1f1)]({'tag':_0x27bed8(0x1ef),'attributes':{'class':[xo,'ck',_0x27bed8(0x1f9)]},'children':[{'tag':_0x27bed8(0x1ef),'attributes':{'class':ko},'children':this[_0x27bed8(0x1e9)]}]});}[_0x2d8898(0x200)](){const _0x167256=_0x2d8898;super[_0x167256(0x200)]();const _0x44bf2c=this[_0x167256(0x1eb)][_0x167256(0x1ff)]('.'+ko);_0x44bf2c&&(this[_0x167256(0x1fd)][_0x167256(0x1ea)](_0x44bf2c),this[_0x167256(0x1fd)][_0x167256(0x1f8)]());}[_0x2d8898(0x1e4)](){const _0x3633b1=_0x2d8898;super[_0x3633b1(0x1e4)](),this[_0x3633b1(0x1fd)][_0x3633b1(0x1e4)]();}[_0x2d8898(0x1e5)](_0x3ba92b){const _0x20271e=_0x2d8898;for(const _0x1b3e5d of _0x3ba92b){const _0x2d7d4e=new _0x19c607(this[_0x20271e(0x1f3)],_0x1b3e5d,!0x0,!0x1);this[_0x20271e(0x1e9)][_0x20271e(0x1f7)](_0x2d7d4e);}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3074(){var _0x50427d=['18069LthfJO','warning','initialContent','12366936UMpcYo','options','ck-ai-chat-error','extendTemplate','14158EEZsLy','level','1551NugzZg','element','ck-ai-chat-error_warning','455SiwwWD','innerHTML','24dXunHd','2590fHTNMs','1067535IJzADS','13680blzvLf','setContent','render','95FNDDcr','69054FrLcZZ','756bpNgKQ','markAsDone'];_0x3074=function(){return _0x50427d;};return _0x3074();}var _0x10951a=_0x5743;(function(_0x36e578,_0x46d02e){var _0x1b1f97=_0x5743,_0x5247ca=_0x36e578();while(!![]){try{var _0x3d4faf=parseInt(_0x1b1f97(0x1cc))/0x1*(-parseInt(_0x1b1f97(0x1d7))/0x2)+parseInt(_0x1b1f97(0x1d0))/0x3+parseInt(_0x1b1f97(0x1ce))/0x4*(parseInt(_0x1b1f97(0x1c9))/0x5)+-parseInt(_0x1b1f97(0x1cd))/0x6*(parseInt(_0x1b1f97(0x1dc))/0x7)+parseInt(_0x1b1f97(0x1c6))/0x8*(parseInt(_0x1b1f97(0x1c8))/0x9)+parseInt(_0x1b1f97(0x1c7))/0xa*(-parseInt(_0x1b1f97(0x1d9))/0xb)+parseInt(_0x1b1f97(0x1d3))/0xc;if(_0x3d4faf===_0x46d02e)break;else _0x5247ca['push'](_0x5247ca['shift']());}catch(_0x3ba922){_0x5247ca['push'](_0x5247ca['shift']());}}}(_0x3074,0x6e759));function _0x5743(_0x38a21b,_0x37fb20){var _0x307405=_0x3074();return _0x5743=function(_0x574327,_0x1a2f32){_0x574327=_0x574327-0x1c5;var _0x467a68=_0x307405[_0x574327];return _0x467a68;},_0x5743(_0x38a21b,_0x37fb20);}import{AIChatFeedItemView as _0x4aa2a9}from'./aichatfeeditemview.js';export class AIChatFeedErrorItemView extends _0x4aa2a9{constructor(_0x3dad07){var _0x5e45df=_0x5743;super(_0x3dad07),this[_0x5e45df(0x1d6)]({'attributes':{'class':[_0x5e45df(0x1d5),_0x5e45df(0x1d1)===_0x3dad07[_0x5e45df(0x1d8)]?_0x5e45df(0x1db):'']}});}[_0x10951a(0x1cb)](){var _0x16d4cd=_0x10951a;super[_0x16d4cd(0x1cb)](),this[_0x16d4cd(0x1ca)](this[_0x16d4cd(0x1d4)][_0x16d4cd(0x1d2)]),this[_0x16d4cd(0x1cf)]();}[_0x10951a(0x1ca)](_0xa51e1a){var _0xcc43c9=_0x10951a;this[_0xcc43c9(0x1da)][_0xcc43c9(0x1c5)]=_0xa51e1a;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x25fd6d=_0x5183;function _0x53ba(){const _0x319e75=['div','content','setTemplate','5059881dYgLsW','AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','ck-hidden','1567060yYyffW','children','push','322XqdQJQ','ck-ai-chat__feed__interaction-header__capabilities__text','2386420DeIymQ','AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','span','21622FxDMIZ','51WeSBya','500592NrZhKp','add','5nKdItj','extendTemplate','ck-ai-chat__feed__interaction-header','ck-ai-chat__feed__interaction-header__capabilities','AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','65840JOZXlB','capabilities','1558158YrLQTc'];_0x53ba=function(){return _0x319e75;};return _0x53ba();}(function(_0x1f2d92,_0x40d349){const _0xdb6ea2=_0x5183,_0x4d9499=_0x1f2d92();while(!![]){try{const _0x23fa74=parseInt(_0xdb6ea2(0xe6))/0x1*(parseInt(_0xdb6ea2(0xe5))/0x2)+-parseInt(_0xdb6ea2(0xf0))/0x3+-parseInt(_0xdb6ea2(0xe2))/0x4+-parseInt(_0xdb6ea2(0xe9))/0x5*(-parseInt(_0xdb6ea2(0xe7))/0x6)+parseInt(_0xdb6ea2(0xe0))/0x7*(parseInt(_0xdb6ea2(0xee))/0x8)+parseInt(_0xdb6ea2(0xda))/0x9+-parseInt(_0xdb6ea2(0xdd))/0xa;if(_0x23fa74===_0x40d349)break;else _0x4d9499['push'](_0x4d9499['shift']());}catch(_0x30744b){_0x4d9499['push'](_0x4d9499['shift']());}}}(_0x53ba,0x49f25));import{IconBulb as _0xa5bfc3,IconWeb as _0xe5aa6b}from'@ckeditor/ckeditor5-icons';import{IconView as _0x3223b9,View as _0x2ef56e}from'ckeditor5/src/ui.js';import{AIChatFeedItemView as _0x22009a}from'./aichatfeeditemview.js';function _0x5183(_0x4a04ac,_0x4749c0){const _0x53ba9b=_0x53ba();return _0x5183=function(_0x51839a,_0x5e274d){_0x51839a=_0x51839a-0xda;let _0x5c53c8=_0x53ba9b[_0x51839a];return _0x5c53c8;},_0x5183(_0x4a04ac,_0x4749c0);}import{getTranslation as _0x46d4c3}from'../../../aicore/utils/common-translations.js';export class AIChatFeedInteractionHeaderView extends _0x22009a{[_0x25fd6d(0xef)];constructor(_0x38aa62,_0x53b90e){const _0x59c7f9=_0x25fd6d;super(_0x53b90e);const {isWebSearchEnabled:_0x449588,isReasoningEnabled:_0x3f8bb5}=_0x53b90e[_0x59c7f9(0xef)],_0x52bd2a=[];let _0x853086='';_0x449588&&_0x3f8bb5?(_0x853086=_0x46d4c3(_0x38aa62,_0x59c7f9(0xe3)),_0x52bd2a[_0x59c7f9(0xdf)](aa(_0xe5aa6b)),_0x52bd2a[_0x59c7f9(0xdf)](aa(_0xa5bfc3))):_0x449588?(_0x853086=_0x46d4c3(_0x38aa62,_0x59c7f9(0xdb)),_0x52bd2a[_0x59c7f9(0xdf)](aa(_0xe5aa6b))):_0x3f8bb5&&(_0x853086=_0x46d4c3(_0x38aa62,_0x59c7f9(0xed)),_0x52bd2a[_0x59c7f9(0xdf)](aa(_0xa5bfc3))),this[_0x59c7f9(0xea)]({'attributes':{'class':[_0x59c7f9(0xeb),_0x853086?'':_0x59c7f9(0xdc)]}});const _0x43504e=new _0x2ef56e();_0x43504e[_0x59c7f9(0xf3)]({'tag':_0x59c7f9(0xf1),'attributes':{'class':['ck',_0x59c7f9(0xec)]},'children':[..._0x52bd2a,{'tag':_0x59c7f9(0xe4),'attributes':{'class':[_0x59c7f9(0xe1)]},'children':[_0x853086]}]}),this[_0x59c7f9(0xde)][_0x59c7f9(0xe8)](_0x43504e),this[_0x59c7f9(0xef)]=_0x53b90e[_0x59c7f9(0xef)];}}function aa(_0x34b72a){const _0x526bdb=_0x25fd6d,_0x487722=new _0x3223b9();return _0x487722[_0x526bdb(0xf2)]=_0x34b72a,_0x487722;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x12e8bf=_0x3bb2;(function(_0x206fdd,_0x433f5f){const _0x4b76a0=_0x3bb2,_0x161786=_0x206fdd();while(!![]){try{const _0xe0dbf6=-parseInt(_0x4b76a0(0x154))/0x1+-parseInt(_0x4b76a0(0x14f))/0x2*(parseInt(_0x4b76a0(0x15e))/0x3)+-parseInt(_0x4b76a0(0x165))/0x4+-parseInt(_0x4b76a0(0x158))/0x5+parseInt(_0x4b76a0(0x16d))/0x6+-parseInt(_0x4b76a0(0x152))/0x7*(-parseInt(_0x4b76a0(0x16a))/0x8)+parseInt(_0x4b76a0(0x162))/0x9;if(_0xe0dbf6===_0x433f5f)break;else _0x161786['push'](_0x161786['shift']());}catch(_0x15e2ce){_0x161786['push'](_0x161786['shift']());}}}(_0x1b8d,0xa960a));function _0x3bb2(_0x302718,_0x5166d3){const _0x1b8d0e=_0x1b8d();return _0x3bb2=function(_0x3bb20d,_0x2beffe){_0x3bb20d=_0x3bb20d-0x14d;let _0x3ebc30=_0x1b8d0e[_0x3bb20d];return _0x3ebc30;},_0x3bb2(_0x302718,_0x5166d3);}import{View as _0x1d4b87}from'ckeditor5/src/ui.js';function _0x1b8d(){const _0x345d54=['forEach','removeAttribute','480935BsgbOr','ck-ai-chat__feed__text-item','1260015SDakEp','ck-ai-chat__feed__item','element','animation:\x20ck-html-streamer-fade-in\x20.5s','5279960iZUiWL','isDone','[data-id]','querySelectorAll','div','data-id','42HGpEnr','set','setTemplate','streamIntoElement','37871757lQFbHi','bindTemplate','cleanUpAnimations','2380804PipHid','content','ck-hidden','ck-ai-chat__feed__item_done','children','8DwSuDD','isVisible','createCollection','1162596xDOvtx','htmlStreamer','options','markAsDone','stream','123638iZwcvQ'];_0x1b8d=function(){return _0x345d54;};return _0x1b8d();}import{HTMLStreamer as _0x280eab}from'../../../aicore/utils/htmlstreamer.js';export class AIChatFeedItemView extends _0x1d4b87{[_0x12e8bf(0x16f)];[_0x12e8bf(0x166)]='';[_0x12e8bf(0x16e)];[_0x12e8bf(0x169)];constructor(_0x249490){const _0x9f420f=_0x12e8bf;super();const _0x32f3af=this[_0x9f420f(0x163)];this[_0x9f420f(0x15f)](_0x9f420f(0x159),!0x1),this[_0x9f420f(0x15f)](_0x9f420f(0x16b),!0x0),this[_0x9f420f(0x16e)]=new _0x280eab({'textNodeStyle':_0x9f420f(0x157),'delay':0x14}),this[_0x9f420f(0x16f)]=_0x249490,this[_0x9f420f(0x169)]=this[_0x9f420f(0x16c)](),this[_0x9f420f(0x160)]({'tag':_0x9f420f(0x15c),'attributes':{'class':['ck',_0x9f420f(0x155),_0x32f3af['if'](_0x9f420f(0x159),_0x9f420f(0x168)),_0x32f3af['if'](_0x9f420f(0x16b),_0x9f420f(0x167),_0x5b7292=>!_0x5b7292),_0x9f420f(0x153)],'data-cke-ai-id':this[_0x9f420f(0x16f)]['id']},'children':this[_0x9f420f(0x169)]});}[_0x12e8bf(0x14d)](){const _0xad6d54=_0x12e8bf;this[_0xad6d54(0x16e)][_0xad6d54(0x164)]({'targetElement':this[_0xad6d54(0x156)]}),this[_0xad6d54(0x156)][_0xad6d54(0x15b)](_0xad6d54(0x15a))[_0xad6d54(0x150)](_0x4b3cbd=>{const _0x36b180=_0xad6d54;_0x4b3cbd[_0x36b180(0x151)](_0x36b180(0x15d));}),this[_0xad6d54(0x159)]=!0x0;}async[_0x12e8bf(0x161)](_0x524a8c,_0x16126c,_0x287217){const _0x346a23=_0x12e8bf;await this[_0x346a23(0x16e)][_0x346a23(0x14e)]({'document':_0x524a8c,'targetElement':_0x16126c,'abortSignal':_0x287217});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2a0e68=_0xf9bd;(function(_0x30e9c6,_0x58684c){const _0x464d50=_0xf9bd,_0x47e480=_0x30e9c6();while(!![]){try{const _0x2149f3=parseInt(_0x464d50(0x1dc))/0x1*(parseInt(_0x464d50(0x1fb))/0x2)+parseInt(_0x464d50(0x1e3))/0x3*(parseInt(_0x464d50(0x1df))/0x4)+parseInt(_0x464d50(0x1f6))/0x5+parseInt(_0x464d50(0x1de))/0x6*(parseInt(_0x464d50(0x1f0))/0x7)+parseInt(_0x464d50(0x1f2))/0x8+-parseInt(_0x464d50(0x1e9))/0x9+-parseInt(_0x464d50(0x1eb))/0xa*(parseInt(_0x464d50(0x1f3))/0xb);if(_0x2149f3===_0x58684c)break;else _0x47e480['push'](_0x47e480['shift']());}catch(_0x581c50){_0x47e480['push'](_0x47e480['shift']());}}}(_0x5475,0xa99e8));function _0x5475(){const _0x4b67c6=['ck-ai-chat__feed__ai-reply-container','5288cDpwyn','setTemplate','1938102zahNFX','1014076viZtGD','map','add','updateContent','15hYDLgb','div','innerHTML','options','static','replyContainer','8082027wYKugG','addMany','12323210GUFWwW','streamIntoElement','element','extendTemplate','render','14HrXyCn','markAsDone','1727192aIBNHp','22xagfYY','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply','5779145WUzTIg','initialContent','locale','isVisible','streaming','292mxPDag','updateSources','children'];_0x5475=function(){return _0x4b67c6;};return _0x5475();}import{AIChatFeedItemView as _0x50e56d}from'./aichatfeeditemview.js';import{parse as _0x4d33cd,render as _0x4fbb51}from'../../../aicore/utils/htmlparser.js';import{View as _0x15f2e6}from'ckeditor5/src/ui.js';function _0xf9bd(_0x2c0d06,_0x17084a){const _0x54752e=_0x5475();return _0xf9bd=function(_0xf9bd67,_0x138895){_0xf9bd67=_0xf9bd67-0x1dc;let _0x10d086=_0x54752e[_0xf9bd67];return _0x10d086;},_0xf9bd(_0x2c0d06,_0x17084a);}import{AIWebSourcesView as _0x17e11f,AIWebSourceView as _0x235f10}from'../../../aicore/ui/suggestioncontainer/aisuggestioncontainerview.js';export class AIChatFeedReplyItemView extends _0x50e56d{[_0x2a0e68(0x1e8)];constructor(_0x362bc6,_0x2546b7){const _0x1a7d09=_0x2a0e68;super(_0x2546b7),this[_0x1a7d09(0x1f8)]=_0x362bc6,this[_0x1a7d09(0x1ee)]({'attributes':{'class':[_0x1a7d09(0x1f5)]}}),this[_0x1a7d09(0x1e8)]=new _0x15f2e6(),this[_0x1a7d09(0x1e8)][_0x1a7d09(0x1dd)]({'tag':_0x1a7d09(0x1e4),'attributes':{'class':['ck',_0x1a7d09(0x1f4),_0x1a7d09(0x1fe)]}}),this[_0x1a7d09(0x1fd)][_0x1a7d09(0x1e1)](this[_0x1a7d09(0x1e8)]);}async[_0x2a0e68(0x1ef)](){const _0x155a56=_0x2a0e68;super[_0x155a56(0x1ef)](),this[_0x155a56(0x1e6)][_0x155a56(0x1f7)]&&(await this[_0x155a56(0x1e2)]({'parsedContent':_0x4d33cd(this[_0x155a56(0x1e6)][_0x155a56(0x1f7)]),'renderingStrategy':_0x155a56(0x1e7)}),this[_0x155a56(0x1f1)]());}async[_0x2a0e68(0x1e2)]({parsedContent:_0x205fcf,renderingStrategy:_0x31eef0,abortSignal:_0x2c5011}){const _0x16eafd=_0x2a0e68;_0x16eafd(0x1fa)===_0x31eef0?await this[_0x16eafd(0x1ec)](_0x205fcf,this[_0x16eafd(0x1e8)][_0x16eafd(0x1ed)],_0x2c5011):this[_0x16eafd(0x1e8)][_0x16eafd(0x1ed)][_0x16eafd(0x1e5)]=_0x4fbb51(_0x205fcf);}[_0x2a0e68(0x1fc)](_0x4848fb){const _0x373b0a=_0x2a0e68,_0x182a8f=new _0x17e11f(this[_0x373b0a(0x1f8)]);_0x182a8f[_0x373b0a(0x1fd)][_0x373b0a(0x1ea)](_0x4848fb[_0x373b0a(0x1e0)](_0x575aa9=>new _0x235f10(this[_0x373b0a(0x1f8)],_0x575aa9))),_0x182a8f[_0x373b0a(0x1f9)]=!0x0,this[_0x373b0a(0x1fd)][_0x373b0a(0x1e1)](_0x182a8f);}}
|