@ckeditor/ckeditor5-ai 47.7.0-alpha.0 → 47.7.0-alpha.1
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/model/aiactionsinteraction.js +1 -1
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/aitextadapter.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.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/aiballoonview.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatballoon.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/ui/aichatballoonview.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/aichatfeedcustomelementview.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/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/aichatshortcuts/aichatshortcuts.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
- package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/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/aisuggestioncontentpartheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/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/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
- package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
- package/src/aireviewcore/aireviewcorecontroller.js +1 -1
- package/src/aireviewcore/aireviewcoreediting.js +1 -1
- package/src/aireviewcore/aireviewcoreui.js +1 -1
- package/src/aireviewcore/model/aireviewchecklist.js +1 -1
- package/src/aireviewcore/model/aireviewcheckresult.js +1 -1
- package/src/aireviewcore/model/aireviewcheckresultchange.js +1 -1
- package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
- package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoregeneralerrorview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorepromptinputview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
- package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
- package/src/aireviewcore/ui/aireviewcoreview.js +1 -1
- package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
- package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewextracheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewmodechecklist.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
- package/src/aitranslate/aitranslate.js +1 -1
- package/src/aitranslate/aitranslatecontroller.js +1 -1
- package/src/aitranslate/aitranslateui.js +1 -1
- package/src/aitranslate/model/aitranslatecheckrun.js +1 -1
- package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
- package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
24
|
-
|
|
23
|
+
const _0x598d9d=_0x17bf;(function(_0x2a71b1,_0x1fd65d){const _0x442a2f=_0x17bf,_0x1d8107=_0x2a71b1();while(!![]){try{const _0x5884be=-parseInt(_0x442a2f(0x1f9))/0x1*(parseInt(_0x442a2f(0x1ba))/0x2)+parseInt(_0x442a2f(0x205))/0x3+-parseInt(_0x442a2f(0x1bc))/0x4*(parseInt(_0x442a2f(0x1e9))/0x5)+-parseInt(_0x442a2f(0x1a8))/0x6*(-parseInt(_0x442a2f(0x204))/0x7)+parseInt(_0x442a2f(0x1af))/0x8*(parseInt(_0x442a2f(0x1fd))/0x9)+-parseInt(_0x442a2f(0x1d1))/0xa*(parseInt(_0x442a2f(0x1b1))/0xb)+-parseInt(_0x442a2f(0x1c0))/0xc*(-parseInt(_0x442a2f(0x1f8))/0xd);if(_0x5884be===_0x1fd65d)break;else _0x1d8107['push'](_0x1d8107['shift']());}catch(_0x2ab010){_0x1d8107['push'](_0x1d8107['shift']());}}}(_0x532e,0xcc8c4));import{ListItemView as _0x11b1b0,HighlightedTextView as _0x4236f0,ButtonView as _0x2aaecc,ListView as _0x1a2e28,IconView as _0xb5b114,createDropdown as _0x317b71,InputTextView as _0x570f2d}from'ckeditor5/src/ui.js';import{IconThreeHorizontalDots as _0x3af983,IconPin as _0x344637,IconCheck as _0x4c1ddb,IconCancel as _0x2035c4}from'ckeditor5/src/icons.js';import{LateFocusDropdownButtonView as _0x8407c5,ConfirmMixin as _0x33645f}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x17bf(_0x32f898,_0x5b7cad){const _0x532e8d=_0x532e();return _0x17bf=function(_0x17bfb1,_0x3a2b35){_0x17bfb1=_0x17bfb1-0x1a8;let _0xc9b7a1=_0x532e8d[_0x17bfb1];return _0xc9b7a1;},_0x17bf(_0x32f898,_0x5b7cad);}function _0x532e(){const _0xc073cf=['279055ZDeoiX','AI_CHAT_HISTORY_SHOW_MORE_ITEMS','ck-ai-chat-history__item-check','AI_CHAT_HISTORY_ACCEPT','8397gmxiev','isOn','change:isEdit','setTemplate','label','div','highlightText','70EzlaSD','432117qSNpwp','AI_CHAT_HISTORY_LOADING_REMOVING','selectConversation','editConversationTitle','set','updateTitle','text','withText','43548fikuaB','pinned','removeConversation','value','ck-ai-loader__text','locale','ck-ai-chat-history__item--active','8104KbZQDQ','ck-ai-chat-history__item-main-content','250503bINUuf','isEdit','_createEditInputView','span','children','ck-confirm-view-submit','tiny','AI_CHAT_HISTORY_REMOVE_CONFIRM','ck-ai-chat-history__item-actions','10ExeKGj','buttonView','281440UJDCqn','AI_CHAT_HISTORY_PIN_BUTTON','AI_CHAT_HISTORY_CANCEL','ck-confirm-view-cancel','12tKNNEX','bind','AI_CHAT_HISTORY_REMOVE','element','actions','_createCancelEditButtonView','isMatching','LOADING_LABELS','ck-ai-loader','panelPosition','clear','_createPinButtonView','execute','string','Enter','click','focus','170ccdGYs','createCollection','addMany','mainContent','ck-ai-chat-history__item--edit','fire','then','items','edit:cancel','bindTemplate','_commitEditInputValue','_createCheckView','updateLoadingState','_createMenuDropdownView','loadingState','AI_CHAT_HISTORY_LOADING_PINNING','ck-ai-chat-history__item-check-container','AI_CHAT_HISTORY_LOADING_UNPINNING','AI_CHAT_HISTORY_EDIT_NAME','ck-ai-chat-history__item-title','ck-ai-chat-history__item-date','ck-ai-chat-history__item-row','_createAcceptEditButtonView','_titleView','10orKhNl','listitem','extendTemplate','ck-ai-chat-history__item-content','panelView','setConversationPinned','AI_CHAT_HISTORY_LOADING_RENAMING','isVisible','key','add','ck-hidden','ck-ai-chat-history__item','_createSpinnerView','match','showConfirm','20789808KmUrYo'];_0x532e=function(){return _0xc073cf;};return _0x532e();}import{escape as _0x22653c}from'es-toolkit/compat';import{AISpinnerView as _0x51ca64}from'../../aicore/ui/aispinner.js';import{getTranslation as _0x108114}from'../../aicore/utils/common-translations.js';export class AIChatHistoryListItemView extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x33645f(_0x11b1b0){['id'];static [_0x598d9d(0x1c7)]={'remove':_0x598d9d(0x206),'rename':_0x598d9d(0x1ef),'pin':_0x598d9d(0x1e0),'unpin':_0x598d9d(0x1e2)};[_0x598d9d(0x1c4)];[_0x598d9d(0x1d4)];[_0x598d9d(0x1e8)];constructor(_0x5262f1,_0x3665e7){const _0x188bb4=_0x598d9d;super(_0x5262f1);const _0x53ec1f=this[_0x188bb4(0x1da)];this[_0x188bb4(0x209)](_0x188bb4(0x1b2),!0x1),this[_0x188bb4(0x209)](_0x188bb4(0x1f0),!0x0),this[_0x188bb4(0x209)](_0x188bb4(0x1a9),!!_0x3665e7[_0x188bb4(0x1a9)]),this[_0x188bb4(0x209)](_0x188bb4(0x1df),null),this['id']=_0x3665e7['id'];const {title:_0x193c15,createdAt:_0x5b9134,active:_0x7286d4=!0x1}=_0x3665e7;this[_0x188bb4(0x1e8)]=new _0x4236f0(),this[_0x188bb4(0x1e8)][_0x188bb4(0x20b)]=_0x193c15,this[_0x188bb4(0x1e8)][_0x188bb4(0x1eb)]({'attributes':{'class':[_0x188bb4(0x1e4)]}});const _0x5339c2=this[_0x188bb4(0x1dc)](),_0x2e1798=this[_0x188bb4(0x1cb)](_0x5262f1),_0x4240f8=this[_0x188bb4(0x1de)](),_0x1582c6=this[_0x188bb4(0x1b3)](_0x5262f1,_0x193c15),_0x3832be=this[_0x188bb4(0x1e7)](_0x5262f1,_0x1582c6),_0xc870bc=this[_0x188bb4(0x1c5)](_0x5262f1,_0x1582c6);this[_0x188bb4(0x1c4)]=this[_0x188bb4(0x1d2)](),this[_0x188bb4(0x1d4)]=this[_0x188bb4(0x1d2)](),this[_0x188bb4(0x1d4)][_0x188bb4(0x1f2)](this[_0x188bb4(0x1e8)]),this[_0x188bb4(0x1c4)][_0x188bb4(0x1f2)](_0x2e1798),this[_0x188bb4(0x1c4)][_0x188bb4(0x1f2)](_0x4240f8),this['on'](_0x188bb4(0x1ff),(_0xb28f0b,_0x300d35,_0x3c29de)=>{const _0x2559e1=_0x188bb4;this[_0x2559e1(0x1c4)][_0x2559e1(0x1ca)](),this[_0x2559e1(0x1d4)][_0x2559e1(0x1ca)](),_0x3c29de?(this[_0x2559e1(0x1c4)][_0x2559e1(0x1f2)](_0x3832be),this[_0x2559e1(0x1c4)][_0x2559e1(0x1f2)](_0xc870bc),this[_0x2559e1(0x1d4)][_0x2559e1(0x1f2)](_0x1582c6),_0x1582c6[_0x2559e1(0x1c3)][_0x2559e1(0x1d0)]()):(this[_0x2559e1(0x1c4)][_0x2559e1(0x1f2)](_0x2e1798),this[_0x2559e1(0x1c4)][_0x2559e1(0x1f2)](_0x4240f8),this[_0x2559e1(0x1d4)][_0x2559e1(0x1f2)](this[_0x2559e1(0x1e8)]));}),this[_0x188bb4(0x200)]({'tag':'li','attributes':{'class':[_0x188bb4(0x1f4),_0x7286d4?_0x188bb4(0x1ae):'',_0x53ec1f['if'](_0x188bb4(0x1f0),_0x188bb4(0x1f3),_0x4f0e31=>!_0x4f0e31),_0x53ec1f['if'](_0x188bb4(0x1b2),_0x188bb4(0x1d5))],'role':_0x188bb4(0x1ea)},'children':[{'tag':_0x188bb4(0x1b4),'attributes':{'class':[_0x188bb4(0x1e1)]},'children':[{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1fb),_0x53ec1f['if'](_0x188bb4(0x1df),_0x188bb4(0x1f3),_0x46d415=>!!_0x46d415)]},'children':_0x7286d4?[_0x5339c2]:[]},{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1c8),_0x53ec1f['if'](_0x188bb4(0x1df),_0x188bb4(0x1f3),_0x1eb8f2=>!_0x1eb8f2)]},'children':[this[_0x188bb4(0x1f5)]()]}]},{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1e6)]},'children':[{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1ec)]},'on':{'click':this[_0x188bb4(0x1da)]['to'](_0x188bb4(0x1cf))},'children':[{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1b0)]},'children':[{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1e4),_0x53ec1f['if'](_0x188bb4(0x1df),_0x188bb4(0x1f3),_0x51159c=>!!_0x51159c)]},'children':this[_0x188bb4(0x1d4)]},{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1ac),_0x53ec1f['if'](_0x188bb4(0x1df),_0x188bb4(0x1f3),_0x43a48b=>!_0x43a48b)]},'children':[{'text':_0x53ec1f['to'](_0x188bb4(0x1df),_0x5ef850=>_0x5ef850?_0x108114(this[_0x188bb4(0x1ad)],AIChatHistoryListItemView[_0x188bb4(0x1c7)][_0x5ef850]):'')}]}]},{'tag':_0x188bb4(0x1b4),'attributes':{'class':[_0x188bb4(0x1e5)]},'children':[_0x5b9134]}]},{'tag':_0x188bb4(0x202),'attributes':{'class':[_0x188bb4(0x1b9)]},'children':this[_0x188bb4(0x1c4)]}]}]}),this['on'](_0x188bb4(0x1cf),()=>{const _0x11866=_0x188bb4;this[_0x11866(0x1b2)]||this[_0x11866(0x1d6)](_0x11866(0x207),{'id':this['id']});});}[_0x598d9d(0x20a)](_0x51db29){const _0x560b3d=_0x598d9d;this[_0x560b3d(0x1e8)][_0x560b3d(0x20b)]=_0x22653c(_0x51db29);}[_0x598d9d(0x1dd)](_0x27b43b,_0x459088){const _0x497ee6=_0x598d9d;this[_0x497ee6(0x209)](_0x497ee6(0x1df),_0x459088?_0x27b43b:null);}[_0x598d9d(0x1dc)](){const _0x142a5a=_0x598d9d,_0x17851a=new _0xb5b114();return _0x17851a[_0x142a5a(0x209)]({'content':_0x4c1ddb}),_0x17851a;}[_0x598d9d(0x1cb)](_0x201790){const _0x538710=_0x598d9d,_0x2efa36=new _0x2aaecc(_0x201790);return _0x2efa36[_0x538710(0x209)]({'label':_0x108114(_0x201790,_0x538710(0x1bd)),'icon':_0x344637,'withText':!0x1,'tooltip':!0x0}),_0x2efa36[_0x538710(0x1c1)](_0x538710(0x1fe))['to'](this,_0x538710(0x1a9)),_0x2efa36['on'](_0x538710(0x1cc),()=>{const _0x46ff83=_0x538710,_0x3e854b=!this[_0x46ff83(0x1a9)];this[_0x46ff83(0x1d6)](_0x46ff83(0x1ee),{'id':this['id'],'pinned':_0x3e854b});}),_0x2efa36;}[_0x598d9d(0x1de)](){const _0x58332d=_0x598d9d,_0x4a4076=_0x317b71(this[_0x58332d(0x1ad)],_0x8407c5),_0x101e76=_0x4a4076[_0x58332d(0x1ed)][_0x58332d(0x1b5)];_0x4a4076[_0x58332d(0x1bb)][_0x58332d(0x209)]({'label':_0x108114(this[_0x58332d(0x1ad)],_0x58332d(0x1fa)),'icon':_0x3af983}),_0x4a4076[_0x58332d(0x1c9)]='sw';const _0x135b89=new _0x2aaecc(this[_0x58332d(0x1ad)]);_0x135b89[_0x58332d(0x201)]=_0x108114(this[_0x58332d(0x1ad)],_0x58332d(0x1e3)),_0x135b89[_0x58332d(0x20c)]=!0x0,_0x135b89['on'](_0x58332d(0x1cc),()=>{const _0x205d9e=_0x58332d;this[_0x205d9e(0x1b2)]=!0x0;});const _0x216dbc=new _0x2aaecc(this[_0x58332d(0x1ad)]);_0x216dbc[_0x58332d(0x201)]=_0x108114(this[_0x58332d(0x1ad)],_0x58332d(0x1c2)),_0x216dbc[_0x58332d(0x20c)]=!0x0,_0x216dbc['on'](_0x58332d(0x1cc),()=>{const _0x31f858=_0x58332d;this[_0x31f858(0x1f7)](_0x108114(this[_0x31f858(0x1ad)],_0x31f858(0x1b8)),this[_0x31f858(0x1c3)])[_0x31f858(0x1d7)](()=>{const _0x3bb4e8=_0x31f858;this[_0x3bb4e8(0x1d6)](_0x3bb4e8(0x1aa),{'id':this['id']});});});const _0x3b1b90=new _0x1a2e28(this[_0x58332d(0x1ad)]),_0x55660b=new _0x11b1b0(this[_0x58332d(0x1ad)]);_0x55660b[_0x58332d(0x1b5)][_0x58332d(0x1f2)](_0x135b89);const _0x2c85c1=new _0x11b1b0(this[_0x58332d(0x1ad)]);return _0x2c85c1[_0x58332d(0x1b5)][_0x58332d(0x1f2)](_0x216dbc),_0x3b1b90[_0x58332d(0x1d8)][_0x58332d(0x1d3)]([_0x55660b,_0x2c85c1]),_0x101e76[_0x58332d(0x1f2)](_0x3b1b90),_0x4a4076;}[_0x598d9d(0x1b3)](_0x361ff5,_0x320c05){const _0x431c10=_0x598d9d,_0x599f74=new _0x570f2d(_0x361ff5),_0x350946=_0x599f74[_0x431c10(0x1da)];return _0x599f74[_0x431c10(0x1ab)]=_0x320c05,_0x599f74[_0x431c10(0x1eb)]({'on':{'keydown':_0x350946['to'](_0x5cbdb7=>{const _0x4e2f34=_0x431c10;_0x4e2f34(0x1ce)==_0x5cbdb7[_0x4e2f34(0x1f1)]&&this[_0x4e2f34(0x1db)](_0x599f74);})}}),_0x599f74;}[_0x598d9d(0x1e7)](_0xc2ba2d,_0x650cec){const _0x166f5f=_0x598d9d,_0x5361fd=new _0x2aaecc(_0xc2ba2d);return _0x5361fd[_0x166f5f(0x209)]({'icon':_0x4c1ddb,'withText':!0x1,'tooltip':_0x108114(_0xc2ba2d,_0x166f5f(0x1fc))}),_0x5361fd[_0x166f5f(0x1eb)]({'attributes':{'class':[_0x166f5f(0x1b6)]}}),_0x5361fd['on'](_0x166f5f(0x1cc),()=>{const _0xfca1f6=_0x166f5f;this[_0xfca1f6(0x1db)](_0x650cec);}),_0x5361fd;}[_0x598d9d(0x1db)](_0x57cdb7){const _0x26d291=_0x598d9d,_0x5375ea=_0x57cdb7[_0x26d291(0x1c3)][_0x26d291(0x1ab)]||'';this[_0x26d291(0x1e8)][_0x26d291(0x20b)]=_0x5375ea,this[_0x26d291(0x1b2)]=!0x1,this[_0x26d291(0x1d6)](_0x26d291(0x208),{'id':this['id'],'title':_0x5375ea});}[_0x598d9d(0x1c5)](_0x3654e1,_0x2fcfa7){const _0x1ab39e=_0x598d9d,_0x247aa2=new _0x2aaecc(_0x3654e1);return _0x247aa2[_0x1ab39e(0x209)]({'icon':_0x2035c4,'withText':!0x1,'tooltip':_0x108114(_0x3654e1,_0x1ab39e(0x1be))}),_0x247aa2[_0x1ab39e(0x1eb)]({'attributes':{'class':[_0x1ab39e(0x1bf)]}}),_0x247aa2['on'](_0x1ab39e(0x1cc),()=>{const _0x234da3=_0x1ab39e;this[_0x234da3(0x1b2)]=!0x1,_0x2fcfa7[_0x234da3(0x1ab)]=this[_0x234da3(0x1e8)][_0x234da3(0x20b)]||'',this[_0x234da3(0x1d6)](_0x234da3(0x1d9));}),_0x247aa2;}[_0x598d9d(0x1f5)](){const _0x1ef628=_0x598d9d,_0x56a33d=new _0x51ca64(_0x1ef628(0x1b7));return _0x56a33d[_0x1ef628(0x1f0)]=!0x0,_0x56a33d;}[_0x598d9d(0x1c6)](_0x31c6e1){const _0x14b390=_0x598d9d;return this[_0x14b390(0x1e8)]&&_0x14b390(0x1cd)==typeof this[_0x14b390(0x1e8)][_0x14b390(0x20b)]&&this[_0x14b390(0x1e8)][_0x14b390(0x20b)][_0x14b390(0x1f6)](_0x31c6e1)?{'title':!0x0}:null;}[_0x598d9d(0x203)](_0x32777e){const _0x391b86=_0x598d9d;this[_0x391b86(0x1e8)][_0x391b86(0x203)](_0x32777e);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x13a2(){const _0xe39366=['1148631ORYLZj','remove','div','786IVyxXE','isMatching','_itemsListView','ck-hidden','splice','1075100XlsZGI','ck-ai-chat-history__section-title','items','highlightText','1726554GHpUJZ','set','length','2stHFWw','5975MbCjwa','4CemtWd','itemsViews','setTemplate','2914864QRKCAO','1385839SjVgit','isVisible','indexOf','bindTemplate','filter','getItem','find','title','addMany','18FhlKwZ','removeItem','ck-ai-chat-history__section','631189HfCUNK'];_0x13a2=function(){return _0xe39366;};return _0x13a2();}const _0x18e8ad=_0xec44;(function(_0x4fd792,_0x28b9b4){const _0x5950e3=_0xec44,_0x559044=_0x4fd792();while(!![]){try{const _0x187dab=-parseInt(_0x5950e3(0xfb))/0x1*(parseInt(_0x5950e3(0xe9))/0x2)+parseInt(_0x5950e3(0xe6))/0x3*(parseInt(_0x5950e3(0xeb))/0x4)+-parseInt(_0x5950e3(0xea))/0x5*(-parseInt(_0x5950e3(0xff))/0x6)+parseInt(_0x5950e3(0xef))/0x7+parseInt(_0x5950e3(0xee))/0x8+-parseInt(_0x5950e3(0xf8))/0x9*(parseInt(_0x5950e3(0xe2))/0xa)+-parseInt(_0x5950e3(0xfc))/0xb;if(_0x187dab===_0x28b9b4)break;else _0x559044['push'](_0x559044['shift']());}catch(_0x2611be){_0x559044['push'](_0x559044['shift']());}}}(_0x13a2,0x53ed8));import{ListItemView as _0x2ddefa,View as _0x16f58f,ListView as _0x191f9a}from'ckeditor5/src/ui.js';function _0xec44(_0x5b5784,_0x193710){const _0x13a2a3=_0x13a2();return _0xec44=function(_0xec441c,_0x49811e){_0xec441c=_0xec441c-0xe0;let _0x543c6a=_0x13a2a3[_0xec441c];return _0x543c6a;},_0xec44(_0x5b5784,_0x193710);}export class AIChatHistoryListView extends _0x2ddefa{[_0x18e8ad(0xf6)];[_0x18e8ad(0xec)];[_0x18e8ad(0x101)];constructor(_0x422f73,{title:_0x510104,items:_0x30cf58}){const _0x45300a=_0x18e8ad;super(_0x422f73);const _0xfd8f31=this[_0x45300a(0xf2)];this[_0x45300a(0xe7)](_0x45300a(0xf0),!0x0),this[_0x45300a(0xf6)]=_0x510104,this[_0x45300a(0xec)]=_0x30cf58;const _0x35e920=new _0x16f58f(_0x422f73);_0x35e920[_0x45300a(0xed)]({'tag':_0x45300a(0xfe),'attributes':{'class':[_0x45300a(0xe3)]},'children':[this[_0x45300a(0xf6)]]}),this[_0x45300a(0x101)]=new _0x191f9a(_0x422f73),this[_0x45300a(0x101)][_0x45300a(0xe4)][_0x45300a(0xf7)](this[_0x45300a(0xec)]),this[_0x45300a(0xed)]({'tag':'li','attributes':{'class':[_0x45300a(0xfa),_0xfd8f31['if'](_0x45300a(0xf0),_0x45300a(0xe0),_0x2b0e77=>!_0x2b0e77)]},'children':[_0x35e920,this[_0x45300a(0x101)]]});}[_0x18e8ad(0xf3)](_0x401d36){const _0x3e0ce2=_0x18e8ad,_0x3f92f8=this[_0x3e0ce2(0xec)][_0x3e0ce2(0xe8)];let _0x279404=0x0;for(const _0x138996 of this[_0x3e0ce2(0xec)]){if(_0x401d36){const _0xf48373=_0x138996[_0x3e0ce2(0x100)](_0x401d36);_0x138996[_0x3e0ce2(0xf0)]=!!_0xf48373,_0x138996[_0x3e0ce2(0xe5)](_0x401d36);}else _0x138996[_0x3e0ce2(0xf0)]=!0x0,_0x138996[_0x3e0ce2(0xe5)](null);_0x138996[_0x3e0ce2(0xf0)]&&_0x279404++;}return this[_0x3e0ce2(0xf0)]=_0x279404>0x0,{'resultsCount':_0x279404,'totalItemsCount':_0x3f92f8};}[_0x18e8ad(0xf4)](_0x530c8a){const _0x22f35d=_0x18e8ad;return this[_0x22f35d(0xec)][_0x22f35d(0xf5)](_0xe76c44=>_0xe76c44['id']===_0x530c8a);}[_0x18e8ad(0xf9)](_0x2b8186){const _0x1a43f9=_0x18e8ad,_0x441b8d=this[_0x1a43f9(0xec)][_0x1a43f9(0xf1)](_0x2b8186);-0x1!==_0x441b8d&&(this[_0x1a43f9(0xec)][_0x1a43f9(0xe1)](_0x441b8d,0x1),this[_0x1a43f9(0x101)][_0x1a43f9(0xe4)][_0x1a43f9(0xfd)](_0x2b8186));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xd44c73=_0x54cc;(function(_0x2e07f6,_0x89773a){const _0x4636f8=_0x54cc,_0x59d861=_0x2e07f6();while(!![]){try{const _0x4fbe0f=-parseInt(_0x4636f8(0x190))/0x1+-parseInt(_0x4636f8(0x18e))/0x2+parseInt(_0x4636f8(0x18f))/0x3+parseInt(_0x4636f8(0x18d))/0x4+-parseInt(_0x4636f8(0x191))/0x5*(parseInt(_0x4636f8(0x189))/0x6)+-parseInt(_0x4636f8(0x18a))/0x7+parseInt(_0x4636f8(0x188))/0x8;if(_0x4fbe0f===_0x89773a)break;else _0x59d861['push'](_0x59d861['shift']());}catch(_0x11147b){_0x59d861['push'](_0x59d861['shift']());}}}(_0xa11e,0xc7f41));import{ListView as _0x48e197}from'ckeditor5/src/ui.js';function _0xa11e(){const _0x216b55=['2430596YHnvme','921752jqzzak','434388FTDFGD','981696AfZjpz','5regCrL','filter','addMany','sections','items','29778368LTXaoG','9707670MmmQNY','4166505XXMRDp','ck-ai-chat-history__sections','extendTemplate'];_0xa11e=function(){return _0x216b55;};return _0xa11e();}function _0x54cc(_0x33b52b,_0x3c96cd){const _0xa11e3b=_0xa11e();return _0x54cc=function(_0x54cc32,_0x1ba558){_0x54cc32=_0x54cc32-0x186;let _0x131f1b=_0xa11e3b[_0x54cc32];return _0x131f1b;},_0x54cc(_0x33b52b,_0x3c96cd);}export class AIChatHistorySectionListView extends _0x48e197{[_0xd44c73(0x186)];constructor(_0x4776a7,_0x254164){const _0x23f0a0=_0xd44c73;super(_0x4776a7),this[_0x23f0a0(0x186)]=_0x254164,this[_0x23f0a0(0x187)][_0x23f0a0(0x193)](this[_0x23f0a0(0x186)]),this[_0x23f0a0(0x18c)]({'attributes':{'class':[_0x23f0a0(0x18b)]}});}[_0xd44c73(0x192)](_0x275470){const _0x57204a=_0xd44c73;let _0x283e38=0x0,_0x1da4df=0x0;for(const _0x4e7369 of this[_0x57204a(0x186)]){const {resultsCount:_0x434d09,totalItemsCount:_0x15d40b}=_0x4e7369[_0x57204a(0x192)](_0x275470);_0x283e38+=_0x434d09,_0x1da4df+=_0x15d40b;}return{'resultsCount':_0x283e38,'totalItemsCount':_0x1da4df};}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1f4b01=_0x11a4;(function(_0x4b126f,_0x43c39c){const _0x319f61=_0x11a4,_0x107ba0=_0x4b126f();while(!![]){try{const _0x383811=-parseInt(_0x319f61(0x215))/0x1*(parseInt(_0x319f61(0x1f6))/0x2)+-parseInt(_0x319f61(0x228))/0x3+-parseInt(_0x319f61(0x1f0))/0x4*(parseInt(_0x319f61(0x1f2))/0x5)+-parseInt(_0x319f61(0x201))/0x6*(-parseInt(_0x319f61(0x212))/0x7)+-parseInt(_0x319f61(0x231))/0x8*(-parseInt(_0x319f61(0x218))/0x9)+parseInt(_0x319f61(0x1ec))/0xa*(parseInt(_0x319f61(0x200))/0xb)+parseInt(_0x319f61(0x225))/0xc;if(_0x383811===_0x43c39c)break;else _0x107ba0['push'](_0x107ba0['shift']());}catch(_0x34323c){_0x107ba0['push'](_0x107ba0['shift']());}}}(_0x144b,0xeeecc));import{View as _0xf55871,SearchTextView as _0x45611d,FormHeaderView as _0x1db3f4,ButtonView as _0x217a45}from'ckeditor5/src/ui.js';import{IconAIHistory as _0x249cb3,IconCancel as _0x5131ac,IconPlus as _0x2b7bd8}from'ckeditor5/src/icons.js';import{AIChatHistorySectionListView as _0xe963a4}from'./aichathistorysectionlistview.js';import{AIChatHistoryListView as _0x3bb2ab}from'./aichathistorylistview.js';import{AIChatHistoryListItemView as _0x2d3e2b}from'./aichathistorylistitemview.js';function _0x11a4(_0x5b3f16,_0x1a69c3){const _0x144b1=_0x144b();return _0x11a4=function(_0x11a48a,_0xab7f52){_0x11a48a=_0x11a48a-0x1e7;let _0x3b03dc=_0x144b1[_0x11a48a];return _0x3b03dc;},_0x11a4(_0x5b3f16,_0x1a69c3);}import{AI_CHAT_HISTORY_UI_EVENT_NAMES as _0x154452}from'../aichathistoryui.js';import{AISkeletonView as _0x292ed4,SKELETON_DEFINITIONS as _0x5ed03d}from'../../aicore/ui/aiskeleton.js';import{createResizeButton as _0x57fd1e}from'../../aicore/utils/createresizebutton.js';import{getTranslation as _0x44a2fe}from'../../aicore/utils/common-translations.js';export class AIChatHistoryView extends _0xf55871{[_0x1f4b01(0x23a)];[_0x1f4b01(0x230)];[_0x1f4b01(0x223)];[_0x1f4b01(0x21a)];[_0x1f4b01(0x1ef)];[_0x1f4b01(0x1f3)];constructor(_0xb376c,_0x5759ad){const _0x2a1c09=_0x1f4b01;super(_0xb376c),this[_0x2a1c09(0x21e)](_0x2a1c09(0x227),!0x1),this[_0x2a1c09(0x21e)](_0x2a1c09(0x219),!0x0),this[_0x2a1c09(0x21e)](_0x2a1c09(0x204),''),this[_0x2a1c09(0x21e)](_0x2a1c09(0x216),!0x1),this[_0x2a1c09(0x21e)](_0x2a1c09(0x244),!0x1),this[_0x2a1c09(0x21e)](_0x2a1c09(0x236),!0x1),this[_0x2a1c09(0x21e)](_0x2a1c09(0x237),!0x1);const _0x5095d8=new _0x1db3f4(_0xb376c,{'label':_0x44a2fe(_0xb376c,_0x2a1c09(0x213)),'icon':_0x249cb3,'class':_0x2a1c09(0x23b)});_0x5759ad&&(this[_0x2a1c09(0x1f3)]=_0x57fd1e(_0xb376c,this),_0x5095d8[_0x2a1c09(0x1ee)][_0x2a1c09(0x241)](this[_0x2a1c09(0x1f3)])),this[_0x2a1c09(0x1ef)]=new _0xe963a4(_0xb376c,[]),this[_0x2a1c09(0x1ef)][_0x2a1c09(0x22d)](..._0x154452)['to'](this),this[_0x2a1c09(0x230)]=this[_0x2a1c09(0x205)](),this[_0x2a1c09(0x223)]=this[_0x2a1c09(0x1fa)](),this[_0x2a1c09(0x21a)]=this[_0x2a1c09(0x214)](),this[_0x2a1c09(0x23a)]=this[_0x2a1c09(0x20d)](),this[_0x2a1c09(0x230)][_0x2a1c09(0x234)]({'attributes':{'class':[this[_0x2a1c09(0x22f)]['if'](_0x2a1c09(0x237),_0x2a1c09(0x21d),_0x3accbe=>!_0x3accbe)]}}),this['on'](_0x2a1c09(0x1fd),()=>this[_0x2a1c09(0x1f7)]()),this['on'](_0x2a1c09(0x242),()=>this[_0x2a1c09(0x1f7)]()),this['on'](_0x2a1c09(0x20a),()=>this[_0x2a1c09(0x1f7)]()),this[_0x2a1c09(0x245)]({'tag':_0x2a1c09(0x23c),'attributes':{'class':['ck',_0x2a1c09(0x1f1),_0x2a1c09(0x239),_0x2a1c09(0x224)],'dir':_0x2a1c09(0x240)},'children':[_0x5095d8,{'tag':_0x2a1c09(0x23c),'attributes':{'class':[_0x2a1c09(0x21c)]},'children':[this[_0x2a1c09(0x223)],this[_0x2a1c09(0x230)],this[_0x2a1c09(0x21a)],this[_0x2a1c09(0x23a)]]}]});}[_0x1f4b01(0x1f7)](){const _0x21213c=_0x1f4b01;this[_0x21213c(0x244)]=!this[_0x21213c(0x219)]&&this[_0x21213c(0x227)],this[_0x21213c(0x236)]=!this[_0x21213c(0x219)]&&!this[_0x21213c(0x227)]&&!this[_0x21213c(0x204)],this[_0x21213c(0x237)]=!this[_0x21213c(0x244)]&&!!this[_0x21213c(0x204)];}[_0x1f4b01(0x20d)](){const _0x599c2c=_0x1f4b01,_0x1db132=new _0x45611d(this[_0x599c2c(0x233)],{'filteredView':this[_0x599c2c(0x1ef)],'queryView':{'label':_0x44a2fe(this[_0x599c2c(0x233)],_0x599c2c(0x23f))},'infoView':{'text':{'notFound':{'primary':_0x151479=>_0x44a2fe(this[_0x599c2c(0x233)],_0x599c2c(0x221),_0x151479),'secondary':_0x44a2fe(this[_0x599c2c(0x233)],_0x599c2c(0x1e7))}}}}),_0x1ba4aa=this[_0x599c2c(0x205)]();return _0x1ba4aa[_0x599c2c(0x234)]({'attributes':{'class':[this[_0x599c2c(0x22f)]['if'](_0x599c2c(0x204),_0x599c2c(0x21d),_0x39c923=>!_0x39c923)]}}),_0x1db132['on'](_0x599c2c(0x207),()=>{const _0x4f3e5f=_0x599c2c;_0x1db132[_0x4f3e5f(0x1ee)][_0x4f3e5f(0x241)](_0x1ba4aa,0x1);}),_0x1db132[_0x599c2c(0x234)]({'attributes':{'class':[this[_0x599c2c(0x22f)]['if'](_0x599c2c(0x244),_0x599c2c(0x21d),_0x58891c=>!_0x58891c)]}}),_0x1db132;}[_0x1f4b01(0x1fa)](){const _0x2bf137=_0x1f4b01,_0x48822d=new _0x292ed4(this[_0x2bf137(0x233)],_0x5ed03d[_0x2bf137(0x238)]);return _0x48822d[_0x2bf137(0x234)]({'attributes':{'class':[this[_0x2bf137(0x22f)]['if'](_0x2bf137(0x219),_0x2bf137(0x21d),_0x2ca49b=>!_0x2ca49b)]}}),_0x48822d;}[_0x1f4b01(0x205)](){const _0x4f0fcf=_0x1f4b01,_0x3532fb=new _0xf55871(this[_0x4f0fcf(0x233)]),_0xf5a818=new _0x217a45(this[_0x4f0fcf(0x233)]);_0xf5a818[_0x4f0fcf(0x21e)]({'withText':!0x1,'icon':_0x5131ac,'class':_0x4f0fcf(0x23d)}),_0xf5a818[_0x4f0fcf(0x1fc)](_0x4f0fcf(0x235))['to'](this,_0x4f0fcf(0x227),_0x3121d6=>!!_0x3121d6),_0xf5a818['on'](_0x4f0fcf(0x210),()=>{const _0x48a3ca=_0x4f0fcf;this[_0x48a3ca(0x204)]='';});const _0x4fe303=this[_0x4f0fcf(0x22f)];return _0x3532fb[_0x4f0fcf(0x245)]({'tag':_0x4f0fcf(0x23c),'attributes':{'class':['ck',_0x4f0fcf(0x202),_0x4f0fcf(0x209)]},'children':[{'tag':'p','children':[{'text':_0x4fe303['to'](_0x4f0fcf(0x204))}]},_0xf5a818]}),_0x3532fb;}[_0x1f4b01(0x214)](){const _0x143973=_0x1f4b01,_0x33b1ef=new _0x217a45(this[_0x143973(0x233)]);_0x33b1ef[_0x143973(0x21e)]({'label':_0x44a2fe(this[_0x143973(0x233)],_0x143973(0x1fb)),'withText':!0x0,'icon':_0x2b7bd8,'class':_0x143973(0x20e)}),_0x33b1ef['on'](_0x143973(0x210),()=>{const _0x2fb8f5=_0x143973;this[_0x2fb8f5(0x1eb)](_0x2fb8f5(0x23e));});const _0x268a10=new _0xf55871(this[_0x143973(0x233)]);return _0x268a10[_0x143973(0x245)]({'tag':_0x143973(0x23c),'attributes':{'class':[_0x143973(0x22e),this[_0x143973(0x22f)]['if'](_0x143973(0x236),_0x143973(0x21d),_0x4298d6=>!_0x4298d6)]},'children':[{'tag':'p','attributes':{'class':[_0x143973(0x229)]},'children':[_0x44a2fe(this[_0x143973(0x233)],_0x143973(0x1ea))]},_0x33b1ef]}),_0x268a10;}[_0x1f4b01(0x20b)](_0x1de642,_0x142c55){const _0x3dce7c=_0x1f4b01,_0x4b3f6e=[];for(const _0x589da4 of _0x1de642){const _0xecac39=new _0x2d3e2b(_0x142c55,_0x589da4);_0xecac39[_0x3dce7c(0x22d)](..._0x154452)['to'](this),_0x4b3f6e[_0x3dce7c(0x22c)](_0xecac39);}return _0x4b3f6e;}[_0x1f4b01(0x20f)](_0x59a3d7){const _0xa9adcb=_0x1f4b01,_0x5874c8=this[_0xa9adcb(0x233)]||'en',_0x4b0d56=[];for(const _0x10e584 of _0x59a3d7){const _0x1362ee=this[_0xa9adcb(0x20b)](_0x10e584[_0xa9adcb(0x226)],_0x5874c8);_0x4b0d56[_0xa9adcb(0x22c)](new _0x3bb2ab(_0x5874c8,{'title':_0x10e584[_0xa9adcb(0x1f9)],'items':_0x1362ee}));}this[_0xa9adcb(0x1ef)][_0xa9adcb(0x217)]=_0x4b0d56,this[_0xa9adcb(0x1ef)][_0xa9adcb(0x226)][_0xa9adcb(0x208)](),this[_0xa9adcb(0x1ef)][_0xa9adcb(0x226)][_0xa9adcb(0x1e8)](_0x4b0d56),this[_0xa9adcb(0x227)]=_0x59a3d7[_0xa9adcb(0x1f8)](_0x42b7d7=>_0x42b7d7[_0xa9adcb(0x226)][_0xa9adcb(0x203)]>0x0),this[_0xa9adcb(0x1f4)]();}[_0x1f4b01(0x21b)](_0x3910e8){const _0x2a673c=_0x1f4b01;for(const _0x3c8dc7 of this[_0x2a673c(0x1ef)][_0x2a673c(0x217)]){const _0x2516b9=_0x3c8dc7[_0x2a673c(0x243)](_0x3910e8);if(_0x2516b9){if(_0x3c8dc7[_0x2a673c(0x211)](_0x2516b9),0x0===_0x3c8dc7[_0x2a673c(0x22a)][_0x2a673c(0x203)]){const _0x5a7afc=this[_0x2a673c(0x1ef)][_0x2a673c(0x217)][_0x2a673c(0x1ff)](_0x3c8dc7);-0x1!==_0x5a7afc&&(this[_0x2a673c(0x1ef)][_0x2a673c(0x217)][_0x2a673c(0x232)](_0x5a7afc,0x1),this[_0x2a673c(0x1ef)][_0x2a673c(0x226)][_0x2a673c(0x1fe)](_0x3c8dc7));}this[_0x2a673c(0x227)]=this[_0x2a673c(0x1ef)][_0x2a673c(0x217)][_0x2a673c(0x203)]>0x0,this[_0x2a673c(0x1f4)]();break;}}}[_0x1f4b01(0x22b)](_0x103d67,_0x87c30a){const _0x211fbc=_0x1f4b01;for(const _0x542705 of this[_0x211fbc(0x1ef)][_0x211fbc(0x217)]){const _0x404588=_0x542705[_0x211fbc(0x243)](_0x103d67);if(_0x404588){_0x404588[_0x211fbc(0x220)](_0x87c30a);break;}}}[_0x1f4b01(0x1f5)](_0x20c371,_0x16f122,_0x57a0c4){const _0x309955=_0x1f4b01;for(const _0x4377b1 of this[_0x309955(0x1ef)][_0x309955(0x217)]){const _0x2d4b67=_0x4377b1[_0x309955(0x243)](_0x20c371);if(_0x2d4b67){_0x2d4b67[_0x309955(0x20c)](_0x16f122,_0x57a0c4);break;}}}[_0x1f4b01(0x1f4)](){const _0x668e7a=_0x1f4b01;if(this[_0x668e7a(0x227)]){const _0x32044f=this[_0x668e7a(0x23a)][_0x668e7a(0x1ed)][_0x668e7a(0x1e9)]?.[_0x668e7a(0x222)]?.[_0x668e7a(0x21f)]||'';this[_0x668e7a(0x23a)][_0x668e7a(0x206)](_0x32044f);}}}function _0x144b(){const _0x50ded2=['length','errorMessage','_createErrorView','search','render','clear','ck-ai-notification_error','change:errorMessage','_createListItemViews','updateLoadingState','_createSearchView','ck-ai-chat__start-conversation','updateHistoryItemsWithCategories','execute','removeItem','7pvAQgw','AI_CHAT_HISTORY_HEADING','_createEmptyStateView','1fHUzdg','isMaximized','sections','3313053AhuiFL','isLoading','emptyView','removeHistoryItem','ck-ai-chat-history__content','ck-hidden','set','value','updateTitle','AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY','element','skeletonView','ck-rounded-corners','6970500XnVGIy','items','hasItems','4054386mIipks','ck-ai-chat-history__empty-message','itemsViews','updateItemTitle','push','delegate','ck-ai-chat-history__empty','bindTemplate','mainErrorView','24vLYOFR','splice','locale','extendTemplate','isVisible','isEmptyViewVisible','isMainErrorViewVisible','aiHistory','ck-ai-chat-history','searchView','ck-ai-header\x20ck-ai-header_history','div','ck-ai-notification_error__dismiss-button','openChat','AI_CHAT_HISTORY_SEARCH_LABEL','ltr','add','change:hasItems','getItem','isSearchViewVisible','setTemplate','AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY','addMany','fieldView','AI_CHAT_HISTORY_EMPTY_MESSAGE','fire','1970dQyJHz','queryView','children','sectionsView','176jgIuzz','ck-reset_all','147865JRClqE','resizeButton','_refreshSearch','updateItemLoadingState','643442XedPIJ','_updateViewVisibility','some','title','_createSkeletonView','AI_CHAT_LABEL_NEW_CHAT','bind','change:isLoading','remove','indexOf','48818rOBNQE','8361114AVjmgd','ck-ai-notification'];_0x144b=function(){return _0x50ded2;};return _0x144b();}
|
|
23
|
+
const _0x25b68f=_0x2e40;(function(_0x41b0b7,_0x55bac3){const _0x33277f=_0x2e40,_0x3b72ea=_0x41b0b7();while(!![]){try{const _0x169ff6=-parseInt(_0x33277f(0x144))/0x1+-parseInt(_0x33277f(0x14d))/0x2+-parseInt(_0x33277f(0x15e))/0x3*(-parseInt(_0x33277f(0x11b))/0x4)+parseInt(_0x33277f(0x161))/0x5*(parseInt(_0x33277f(0x129))/0x6)+-parseInt(_0x33277f(0x116))/0x7*(-parseInt(_0x33277f(0x135))/0x8)+-parseInt(_0x33277f(0x16e))/0x9*(-parseInt(_0x33277f(0x156))/0xa)+-parseInt(_0x33277f(0x137))/0xb;if(_0x169ff6===_0x55bac3)break;else _0x3b72ea['push'](_0x3b72ea['shift']());}catch(_0x59ad49){_0x3b72ea['push'](_0x3b72ea['shift']());}}}(_0x8431,0x4f76b));import{View as _0x1a3ba3,SearchTextView as _0xde9f26,FormHeaderView as _0x200d1f,ButtonView as _0x386d13}from'ckeditor5/src/ui.js';function _0x2e40(_0x421984,_0x293a17){const _0x84319d=_0x8431();return _0x2e40=function(_0x2e40cb,_0x59c027){_0x2e40cb=_0x2e40cb-0x112;let _0x122adf=_0x84319d[_0x2e40cb];return _0x122adf;},_0x2e40(_0x421984,_0x293a17);}import{IconAIHistory as _0x1fb553,IconCancel as _0x257c22,IconPlus as _0x3b9dd0}from'ckeditor5/src/icons.js';import{AIChatHistorySectionListView as _0x2ea3a6}from'./aichathistorysectionlistview.js';import{AIChatHistoryListView as _0x43b420}from'./aichathistorylistview.js';import{AIChatHistoryListItemView as _0x214ec3}from'./aichathistorylistitemview.js';import{AI_CHAT_HISTORY_UI_EVENT_NAMES as _0x240756}from'../aichathistoryui.js';import{AISkeletonView as _0x459dda,SKELETON_DEFINITIONS as _0x4a5ddc}from'../../aicore/ui/aiskeleton.js';import{createResizeButton as _0x50e53f}from'../../aicore/utils/createresizebutton.js';import{getTranslation as _0x430347}from'../../aicore/utils/common-translations.js';export class AIChatHistoryView extends _0x1a3ba3{[_0x25b68f(0x12d)];[_0x25b68f(0x160)];[_0x25b68f(0x141)];[_0x25b68f(0x128)];[_0x25b68f(0x126)];[_0x25b68f(0x136)];constructor(_0x60f5d4,_0x2e1128){const _0x3bd0ca=_0x25b68f;super(_0x60f5d4),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x16f),!0x1),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x15f),!0x0),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x158),''),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x115),!0x1),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x15b),!0x1),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x152),!0x1),this[_0x3bd0ca(0x15d)](_0x3bd0ca(0x127),!0x1);const _0x327b91=new _0x200d1f(_0x60f5d4,{'label':_0x430347(_0x60f5d4,_0x3bd0ca(0x14a)),'icon':_0x1fb553,'class':_0x3bd0ca(0x11f)});_0x2e1128&&(this[_0x3bd0ca(0x136)]=_0x50e53f(_0x60f5d4,this),_0x327b91[_0x3bd0ca(0x11c)][_0x3bd0ca(0x148)](this[_0x3bd0ca(0x136)])),this[_0x3bd0ca(0x126)]=new _0x2ea3a6(_0x60f5d4,[]),this[_0x3bd0ca(0x126)][_0x3bd0ca(0x13b)](..._0x240756)['to'](this),this[_0x3bd0ca(0x160)]=this[_0x3bd0ca(0x150)](),this[_0x3bd0ca(0x141)]=this[_0x3bd0ca(0x118)](),this[_0x3bd0ca(0x128)]=this[_0x3bd0ca(0x157)](),this[_0x3bd0ca(0x12d)]=this[_0x3bd0ca(0x169)](),this[_0x3bd0ca(0x160)][_0x3bd0ca(0x12e)]({'attributes':{'class':[this[_0x3bd0ca(0x15c)]['if'](_0x3bd0ca(0x127),_0x3bd0ca(0x165),_0x21f37f=>!_0x21f37f)]}}),this['on'](_0x3bd0ca(0x125),()=>this[_0x3bd0ca(0x16b)]()),this['on'](_0x3bd0ca(0x134),()=>this[_0x3bd0ca(0x16b)]()),this['on'](_0x3bd0ca(0x13d),()=>this[_0x3bd0ca(0x16b)]()),this[_0x3bd0ca(0x123)]({'tag':_0x3bd0ca(0x113),'attributes':{'class':['ck',_0x3bd0ca(0x167),_0x3bd0ca(0x12c),_0x3bd0ca(0x147)],'dir':_0x3bd0ca(0x143)},'children':[_0x327b91,{'tag':_0x3bd0ca(0x113),'attributes':{'class':[_0x3bd0ca(0x14e)]},'children':[this[_0x3bd0ca(0x141)],this[_0x3bd0ca(0x160)],this[_0x3bd0ca(0x128)],this[_0x3bd0ca(0x12d)]]}]});}[_0x25b68f(0x16b)](){const _0x1d981a=_0x25b68f;this[_0x1d981a(0x15b)]=!this[_0x1d981a(0x15f)]&&this[_0x1d981a(0x16f)],this[_0x1d981a(0x152)]=!this[_0x1d981a(0x15f)]&&!this[_0x1d981a(0x16f)]&&!this[_0x1d981a(0x158)],this[_0x1d981a(0x127)]=!this[_0x1d981a(0x15b)]&&!!this[_0x1d981a(0x158)];}[_0x25b68f(0x169)](){const _0x19782c=_0x25b68f,_0x1a26dd=new _0xde9f26(this[_0x19782c(0x124)],{'filteredView':this[_0x19782c(0x126)],'queryView':{'label':_0x430347(this[_0x19782c(0x124)],_0x19782c(0x112))},'infoView':{'text':{'notFound':{'primary':_0x5902a7=>_0x430347(this[_0x19782c(0x124)],_0x19782c(0x117),_0x5902a7),'secondary':_0x430347(this[_0x19782c(0x124)],_0x19782c(0x151))}}}}),_0x300376=this[_0x19782c(0x150)]();return _0x300376[_0x19782c(0x12e)]({'attributes':{'class':[this[_0x19782c(0x15c)]['if'](_0x19782c(0x158),_0x19782c(0x165),_0x42cb7e=>!_0x42cb7e)]}}),_0x1a26dd['on'](_0x19782c(0x142),()=>{const _0x2dcdac=_0x19782c;_0x1a26dd[_0x2dcdac(0x11c)][_0x2dcdac(0x148)](_0x300376,0x1);}),_0x1a26dd[_0x19782c(0x12e)]({'attributes':{'class':[this[_0x19782c(0x15c)]['if'](_0x19782c(0x15b),_0x19782c(0x165),_0x57f0f5=>!_0x57f0f5)]}}),_0x1a26dd;}[_0x25b68f(0x118)](){const _0x23fb51=_0x25b68f,_0x164549=new _0x459dda(this[_0x23fb51(0x124)],_0x4a5ddc[_0x23fb51(0x164)]);return _0x164549[_0x23fb51(0x12e)]({'attributes':{'class':[this[_0x23fb51(0x15c)]['if'](_0x23fb51(0x15f),_0x23fb51(0x165),_0x263380=>!_0x263380)]}}),_0x164549;}[_0x25b68f(0x150)](){const _0x2310d1=_0x25b68f,_0x2629b8=new _0x1a3ba3(this[_0x2310d1(0x124)]),_0x1357f7=new _0x386d13(this[_0x2310d1(0x124)]);_0x1357f7[_0x2310d1(0x15d)]({'withText':!0x1,'icon':_0x257c22,'class':_0x2310d1(0x12a)}),_0x1357f7[_0x2310d1(0x16d)](_0x2310d1(0x131))['to'](this,_0x2310d1(0x16f),_0x30f21c=>!!_0x30f21c),_0x1357f7['on'](_0x2310d1(0x13e),()=>{const _0x4f156f=_0x2310d1;this[_0x4f156f(0x158)]='';});const _0x579c60=this[_0x2310d1(0x15c)];return _0x2629b8[_0x2310d1(0x123)]({'tag':_0x2310d1(0x113),'attributes':{'class':['ck',_0x2310d1(0x14c),_0x2310d1(0x130)]},'children':[{'tag':'p','children':[{'text':_0x579c60['to'](_0x2310d1(0x158))}]},_0x1357f7]}),_0x2629b8;}[_0x25b68f(0x157)](){const _0x49db1b=_0x25b68f,_0x19b9a2=new _0x386d13(this[_0x49db1b(0x124)]);_0x19b9a2[_0x49db1b(0x15d)]({'label':_0x430347(this[_0x49db1b(0x124)],_0x49db1b(0x13c)),'withText':!0x0,'icon':_0x3b9dd0,'class':_0x49db1b(0x133)}),_0x19b9a2['on'](_0x49db1b(0x13e),()=>{const _0x51c3fd=_0x49db1b;this[_0x51c3fd(0x146)](_0x51c3fd(0x14f));});const _0x1b0e55=new _0x1a3ba3(this[_0x49db1b(0x124)]);return _0x1b0e55[_0x49db1b(0x123)]({'tag':_0x49db1b(0x113),'attributes':{'class':[_0x49db1b(0x145),this[_0x49db1b(0x15c)]['if'](_0x49db1b(0x152),_0x49db1b(0x165),_0x2f423b=>!_0x2f423b)]},'children':[{'tag':'p','attributes':{'class':[_0x49db1b(0x149)]},'children':[_0x430347(this[_0x49db1b(0x124)],_0x49db1b(0x114))]},_0x19b9a2]}),_0x1b0e55;}[_0x25b68f(0x139)](_0x31a56a,_0x24d723){const _0x3b97b9=_0x25b68f,_0x3badf4=[];for(const _0x4d817a of _0x31a56a){const _0x314b9e=new _0x214ec3(_0x24d723,_0x4d817a);_0x314b9e[_0x3b97b9(0x13b)](..._0x240756)['to'](this),_0x3badf4[_0x3b97b9(0x159)](_0x314b9e);}return _0x3badf4;}[_0x25b68f(0x15a)](_0x458de1){const _0x2a0464=_0x25b68f,_0x1408f1=this[_0x2a0464(0x124)]||'en',_0x559e3d=[];for(const _0x4cb427 of _0x458de1){const _0x3e1965=this[_0x2a0464(0x139)](_0x4cb427[_0x2a0464(0x153)],_0x1408f1);_0x559e3d[_0x2a0464(0x159)](new _0x43b420(_0x1408f1,{'title':_0x4cb427[_0x2a0464(0x120)],'items':_0x3e1965}));}this[_0x2a0464(0x126)][_0x2a0464(0x16a)]=_0x559e3d,this[_0x2a0464(0x126)][_0x2a0464(0x153)][_0x2a0464(0x122)](),this[_0x2a0464(0x126)][_0x2a0464(0x153)][_0x2a0464(0x14b)](_0x559e3d),this[_0x2a0464(0x16f)]=_0x458de1[_0x2a0464(0x11a)](_0x5d39f0=>_0x5d39f0[_0x2a0464(0x153)][_0x2a0464(0x138)]>0x0),this[_0x2a0464(0x12f)]();}[_0x25b68f(0x11e)](_0x5796c9){const _0x3dfb22=_0x25b68f;for(const _0x97529a of this[_0x3dfb22(0x126)][_0x3dfb22(0x16a)]){const _0x2db0c7=_0x97529a[_0x3dfb22(0x154)](_0x5796c9);if(_0x2db0c7){if(_0x97529a[_0x3dfb22(0x11d)](_0x2db0c7),0x0===_0x97529a[_0x3dfb22(0x16c)][_0x3dfb22(0x138)]){const _0x5438d6=this[_0x3dfb22(0x126)][_0x3dfb22(0x16a)][_0x3dfb22(0x163)](_0x97529a);-0x1!==_0x5438d6&&(this[_0x3dfb22(0x126)][_0x3dfb22(0x16a)][_0x3dfb22(0x162)](_0x5438d6,0x1),this[_0x3dfb22(0x126)][_0x3dfb22(0x153)][_0x3dfb22(0x140)](_0x97529a));}this[_0x3dfb22(0x16f)]=this[_0x3dfb22(0x126)][_0x3dfb22(0x16a)][_0x3dfb22(0x138)]>0x0,this[_0x3dfb22(0x12f)]();break;}}}[_0x25b68f(0x13a)](_0xfb3e09,_0x56b4a5){const _0x5ad109=_0x25b68f;for(const _0x41c50b of this[_0x5ad109(0x126)][_0x5ad109(0x16a)]){const _0x278319=_0x41c50b[_0x5ad109(0x154)](_0xfb3e09);if(_0x278319){_0x278319[_0x5ad109(0x132)](_0x56b4a5);break;}}}[_0x25b68f(0x119)](_0x9c1b34,_0x40511d,_0x307160){const _0x437900=_0x25b68f;for(const _0x482b79 of this[_0x437900(0x126)][_0x437900(0x16a)]){const _0x4c0f0f=_0x482b79[_0x437900(0x154)](_0x9c1b34);if(_0x4c0f0f){_0x4c0f0f[_0x437900(0x12b)](_0x40511d,_0x307160);break;}}}[_0x25b68f(0x12f)](){const _0x56995f=_0x25b68f;if(this[_0x56995f(0x16f)]){const _0x533851=this[_0x56995f(0x12d)][_0x56995f(0x166)][_0x56995f(0x168)]?.[_0x56995f(0x13f)]?.[_0x56995f(0x121)]||'';this[_0x56995f(0x12d)][_0x56995f(0x155)](_0x533851);}}}function _0x8431(){const _0x10758a=['isSearchViewVisible','bindTemplate','set','48189nTPKgC','isLoading','mainErrorView','429705dbQIol','splice','indexOf','aiHistory','ck-hidden','queryView','ck-reset_all','fieldView','_createSearchView','sections','_updateViewVisibility','itemsViews','bind','63bERrjJ','hasItems','AI_CHAT_HISTORY_SEARCH_LABEL','div','AI_CHAT_HISTORY_EMPTY_MESSAGE','isMaximized','2177wTmPuI','AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY','_createSkeletonView','updateItemLoadingState','some','44qHervG','children','removeItem','removeHistoryItem','ck-ai-header\x20ck-ai-header_history','title','value','clear','setTemplate','locale','change:isLoading','sectionsView','isMainErrorViewVisible','emptyView','42UBPlOh','ck-ai-notification_error__dismiss-button','updateLoadingState','ck-ai-chat-history','searchView','extendTemplate','_refreshSearch','ck-ai-notification_error','isVisible','updateTitle','ck-ai-chat__start-conversation','change:hasItems','14600gecrrc','resizeButton','2580875WuamXx','length','_createListItemViews','updateItemTitle','delegate','AI_CHAT_LABEL_NEW_CHAT','change:errorMessage','execute','element','remove','skeletonView','render','ltr','381167TPrltR','ck-ai-chat-history__empty','fire','ck-rounded-corners','add','ck-ai-chat-history__empty-message','AI_CHAT_HISTORY_HEADING','addMany','ck-ai-notification','1070078uIgeVR','ck-ai-chat-history__content','openChat','_createErrorView','AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY','isEmptyViewVisible','items','getItem','search','186370QflSWk','_createEmptyStateView','errorMessage','push','updateHistoryItemsWithCategories'];_0x8431=function(){return _0x10758a;};return _0x8431();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4b8864=_0x4840;(function(_0x5b9fd6,_0x303e37){const _0xb35839=_0x4840,_0x8e2bf4=_0x5b9fd6();while(!![]){try{const _0x2d04d5=-parseInt(_0xb35839(0x11f))/0x1+-parseInt(_0xb35839(0x16e))/0x2*(parseInt(_0xb35839(0x172))/0x3)+parseInt(_0xb35839(0x12c))/0x4*(-parseInt(_0xb35839(0x13b))/0x5)+-parseInt(_0xb35839(0x150))/0x6*(parseInt(_0xb35839(0x173))/0x7)+-parseInt(_0xb35839(0x16f))/0x8+parseInt(_0xb35839(0x155))/0x9*(parseInt(_0xb35839(0x179))/0xa)+-parseInt(_0xb35839(0x175))/0xb*(-parseInt(_0xb35839(0x13e))/0xc);if(_0x2d04d5===_0x303e37)break;else _0x8e2bf4['push'](_0x8e2bf4['shift']());}catch(_0x5bcfa2){_0x8e2bf4['push'](_0x8e2bf4['shift']());}}}(_0x4f4a,0x26b70));import{AIChatUI as _0x13e8d3}from'../aichat/aichatui.js';function _0x4f4a(){const _0xd17dfd=['CHAT','_aiChatUI','interactionStarted','ai-chat-shortcuts-ai-tabs-not-found','AIChat','_validateShortcuts','addCurrentDocumentToChatContext','reviewMode','_injectShortcuts','plugins','destroy','removeFeedItem','type','AITabs','AITranslateUI','has','get','sendMessage','394MVCCok','2144648AJGMRf','TRANSLATE','config','3093rArhqd','63UdaoKO','setReasoning','22XiCSlx','setWebSearch','forEach','setPromptInputValue','120JdloAt','chatModels','string','_runChatShortcut','37818axjxoB','label','addFeedItemCustomElement','_runTranslateShortcut','isFromHistory','view','getDefault','custom','_switchTab','check','find','review','fire','4kVSYjc','_shortcuts','AIReviewModeUI','setModel','pluginName','prompt','render','element','isPremiumPlugin','ai-chat-shortcuts-review-mode-not-found','context','ai.chat.shortcuts','values','requires','ai-chat-shortcuts-translate-not-found','4955iQCYeq','_runReviewShortcut','ai-chat-shortcuts-invalid-config','4608804tStVQK','hasFeedItem','includes','_removeShortcuts','getModel','_executeShortcut','translate','REVIEW','source','chat','AIChatController','isOfficialPlugin','init','listenTo','length','_shortcutsView','activeConversation','chat-shortcuts','103902WFXtlM','execute','params','conversationCreated','activateTab','42219CwnVfo','language','args','AIChatShortcuts','locale','focusPromptInput','runReviewCheck'];_0x4f4a=function(){return _0xd17dfd;};return _0x4f4a();}import{ContextPlugin as _0x525e5b}from'ckeditor5/src/core.js';import{AIChatShortcutsView as _0x1ccbe1}from'./ui/aichatshortcutsview.js';function _0x4840(_0x43991f,_0x408452){const _0x4f4a0f=_0x4f4a();return _0x4840=function(_0x48403a,_0x9eae78){_0x48403a=_0x48403a-0x11e;let _0x280555=_0x4f4a0f[_0x48403a];return _0x280555;},_0x4840(_0x43991f,_0x408452);}import{CKEditorError as _0x11b9d0}from'ckeditor5/src/utils.js';import'../../theme/aichatshortcuts/aichatshortcuts.css';const wt=_0x4b8864(0x14f);export var AIChatShortcutType;!function(_0x31810d){const _0x3fedac=_0x4b8864;_0x31810d[_0x3fedac(0x15c)]=_0x3fedac(0x147),_0x31810d[_0x3fedac(0x145)]=_0x3fedac(0x12a),_0x31810d[_0x3fedac(0x170)]=_0x3fedac(0x144);}(AIChatShortcutType||(AIChatShortcutType={}));export class AIChatShortcuts extends _0x525e5b{[_0x4b8864(0x12d)];[_0x4b8864(0x14d)];[_0x4b8864(0x15d)];static get[_0x4b8864(0x139)](){return[_0x13e8d3];}static get[_0x4b8864(0x130)](){const _0x1b4103=_0x4b8864;return _0x1b4103(0x158);}static get[_0x4b8864(0x149)](){return!0x0;}static get[_0x4b8864(0x134)](){return!0x0;}[_0x4b8864(0x14a)](){const _0x4250f8=_0x4b8864;this[_0x4250f8(0x15d)]=this[_0x4250f8(0x136)][_0x4250f8(0x165)][_0x4250f8(0x16c)](_0x13e8d3),this[_0x4250f8(0x12d)]=this[_0x4250f8(0x136)][_0x4250f8(0x171)][_0x4250f8(0x16c)](_0x4250f8(0x137))??[];const _0x27f511=this[_0x4250f8(0x136)][_0x4250f8(0x165)][_0x4250f8(0x16c)](_0x4250f8(0x148));this[_0x4250f8(0x12d)][_0x4250f8(0x14c)]&&(this[_0x4250f8(0x161)](),this[_0x4250f8(0x15d)]['on'](_0x4250f8(0x153),()=>{const _0x190326=_0x4250f8;_0x27f511[_0x190326(0x14e)][_0x190326(0x123)]||this[_0x190326(0x164)]();}),this[_0x4250f8(0x14b)](_0x27f511,_0x4250f8(0x15e),()=>{const _0x4003f2=_0x4250f8;this[_0x4003f2(0x141)]();}));}[_0x4b8864(0x161)](){const _0x517ccf=_0x4b8864,_0x2f84c9=Object[_0x517ccf(0x138)](AIChatShortcutType);this[_0x517ccf(0x12d)][_0x517ccf(0x177)](_0x25b718=>{const _0x9350fe=_0x517ccf;let _0x47defe=!0x0;if(_0x25b718['id']&&_0x25b718[_0x9350fe(0x120)]&&_0x2f84c9[_0x9350fe(0x140)](_0x25b718[_0x9350fe(0x168)])?_0x9350fe(0x147)===_0x25b718[_0x9350fe(0x168)]&&(_0x47defe=_0x9350fe(0x17b)==typeof _0x25b718[_0x9350fe(0x131)]):_0x47defe=!0x1,!_0x47defe)throw new _0x11b9d0(_0x9350fe(0x13d),this[_0x9350fe(0x136)],{'shortcut':_0x25b718});});}[_0x4b8864(0x164)](){const _0x2fd740=_0x4b8864,_0x3bd1db=this[_0x2fd740(0x136)][_0x2fd740(0x165)][_0x2fd740(0x16c)](_0x13e8d3);this[_0x2fd740(0x14d)]=new _0x1ccbe1(this[_0x2fd740(0x136)][_0x2fd740(0x159)],this[_0x2fd740(0x12d)]),this[_0x2fd740(0x14d)][_0x2fd740(0x132)](),_0x3bd1db[_0x2fd740(0x121)](this[_0x2fd740(0x14d)][_0x2fd740(0x133)],wt),this[_0x2fd740(0x14d)]['on'](_0x2fd740(0x151),_0x3c5b7c=>{const _0x27842b=_0x2fd740,_0x3124be=_0x3c5b7c[_0x27842b(0x146)]['id'];this[_0x27842b(0x143)](_0x3124be);});}[_0x4b8864(0x141)](){const _0x349b5e=_0x4b8864,_0x1e7e0b=this[_0x349b5e(0x136)][_0x349b5e(0x165)][_0x349b5e(0x16c)](_0x13e8d3);_0x1e7e0b[_0x349b5e(0x13f)](wt)&&_0x1e7e0b[_0x349b5e(0x167)](wt),this[_0x349b5e(0x14d)]?.[_0x349b5e(0x166)]();}[_0x4b8864(0x143)](_0x550ee2){const _0x22948f=_0x4b8864,_0x7d39da=this[_0x22948f(0x12d)][_0x22948f(0x129)](_0x1bc202=>_0x1bc202['id']===_0x550ee2),_0x1d5c09=_0x7d39da[_0x22948f(0x168)];_0x22948f(0x147)===_0x1d5c09?this[_0x22948f(0x11e)](_0x7d39da):_0x22948f(0x12a)===_0x1d5c09?_0x7d39da[_0x22948f(0x128)]?this[_0x22948f(0x13c)](_0x7d39da):this[_0x22948f(0x127)](_0x22948f(0x163)):_0x22948f(0x144)===_0x1d5c09&&(_0x7d39da[_0x22948f(0x156)]?this[_0x22948f(0x122)](_0x7d39da):this[_0x22948f(0x127)](_0x22948f(0x144)));}[_0x4b8864(0x127)](_0x521354){const _0x1c7072=_0x4b8864;if(!this[_0x1c7072(0x136)][_0x1c7072(0x165)][_0x1c7072(0x16b)](_0x1c7072(0x169)))throw new _0x11b9d0(_0x1c7072(0x15f),this[_0x1c7072(0x136)],{'tabName':_0x521354});this[_0x1c7072(0x136)][_0x1c7072(0x165)][_0x1c7072(0x16c)](_0x1c7072(0x169))[_0x1c7072(0x124)][_0x1c7072(0x154)](_0x521354);}async[_0x4b8864(0x11e)]({prompt:_0x2e86df,draftMode:_0x33d63d,useWebSearch:_0x4568fd=!0x1,useReasoning:_0x887144=!0x1,model:_0x29d264}){const _0x3e644b=_0x4b8864,_0x2becfb=this[_0x3e644b(0x136)][_0x3e644b(0x165)][_0x3e644b(0x16c)](_0x3e644b(0x160)),_0x41a057=this[_0x3e644b(0x136)][_0x3e644b(0x165)][_0x3e644b(0x16c)](_0x3e644b(0x148)),_0x2aafa9=_0x41a057[_0x3e644b(0x14e)];let _0x388d3e;_0x388d3e=_0x29d264?await _0x2aafa9[_0x3e644b(0x17a)][_0x3e644b(0x142)](_0x29d264):await _0x2aafa9[_0x3e644b(0x17a)][_0x3e644b(0x125)](),_0x388d3e&&await _0x2aafa9[_0x3e644b(0x12f)](_0x388d3e),_0x2aafa9[_0x3e644b(0x176)](_0x4568fd),_0x2aafa9[_0x3e644b(0x174)](_0x887144),_0x41a057[_0x3e644b(0x162)](),_0x33d63d?(this[_0x3e644b(0x15d)][_0x3e644b(0x178)](_0x2e86df),this[_0x3e644b(0x15d)][_0x3e644b(0x15a)](!0x0)):_0x2becfb[_0x3e644b(0x16d)]({'message':_0x2e86df});}[_0x4b8864(0x13c)]({check:_0x5580b8,model:_0x3ecfd7,prompt:_0x82304f,params:_0x23bfbd}){const _0x4e7c1c=_0x4b8864;if(!this[_0x4e7c1c(0x136)][_0x4e7c1c(0x165)][_0x4e7c1c(0x16b)](_0x4e7c1c(0x12e)))throw new _0x11b9d0(_0x4e7c1c(0x135),this[_0x4e7c1c(0x136)]);this[_0x4e7c1c(0x127)](_0x4e7c1c(0x163));const _0x5103d1={'id':_0x5580b8,'isCustom':_0x4e7c1c(0x126)===_0x5580b8};_0x3ecfd7&&_0x82304f&&(_0x5103d1[_0x4e7c1c(0x157)]={'model':_0x3ecfd7,'prompt':_0x82304f}),_0x23bfbd&&(_0x5103d1[_0x4e7c1c(0x152)]=_0x23bfbd),this[_0x4e7c1c(0x136)][_0x4e7c1c(0x165)][_0x4e7c1c(0x16c)](_0x4e7c1c(0x12e))[_0x4e7c1c(0x12b)](_0x4e7c1c(0x15b),_0x5103d1);}[_0x4b8864(0x122)]({language:_0x14cff4}){const _0x35ca0a=_0x4b8864;if(!this[_0x35ca0a(0x136)][_0x35ca0a(0x165)][_0x35ca0a(0x16b)](_0x35ca0a(0x16a)))throw new _0x11b9d0(_0x35ca0a(0x13a),this[_0x35ca0a(0x136)]);this[_0x35ca0a(0x127)](_0x35ca0a(0x144)),this[_0x35ca0a(0x136)][_0x35ca0a(0x165)][_0x35ca0a(0x16c)](_0x35ca0a(0x16a))[_0x35ca0a(0x12b)](_0x35ca0a(0x15b),{'id':_0x14cff4,'args':{'language':_0x14cff4}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x540075=_0x2e45;(function(_0x5defb7,_0x1a2f5c){const _0x1bb30b=_0x2e45,_0x59e1ea=_0x5defb7();while(!![]){try{const _0x486008=parseInt(_0x1bb30b(0x19a))/0x1*(parseInt(_0x1bb30b(0x193))/0x2)+parseInt(_0x1bb30b(0x1aa))/0x3+parseInt(_0x1bb30b(0x1a2))/0x4*(-parseInt(_0x1bb30b(0x1a7))/0x5)+-parseInt(_0x1bb30b(0x19e))/0x6*(-parseInt(_0x1bb30b(0x19b))/0x7)+-parseInt(_0x1bb30b(0x1a4))/0x8*(parseInt(_0x1bb30b(0x1a9))/0x9)+-parseInt(_0x1bb30b(0x198))/0xa*(-parseInt(_0x1bb30b(0x19f))/0xb)+parseInt(_0x1bb30b(0x192))/0xc*(-parseInt(_0x1bb30b(0x194))/0xd);if(_0x486008===_0x1a2f5c)break;else _0x59e1ea['push'](_0x59e1ea['shift']());}catch(_0x43c34e){_0x59e1ea['push'](_0x59e1ea['shift']());}}}(_0x8fa6,0xaf341));function _0x2e45(_0x32d25f,_0x5734f5){const _0x8fa67e=_0x8fa6();return _0x2e45=function(_0x2e4541,_0x131b0b){_0x2e4541=_0x2e4541-0x192;let _0x335f7c=_0x8fa67e[_0x2e4541];return _0x335f7c;},_0x2e45(_0x32d25f,_0x5734f5);}import{ListItemView as _0x7d5c79,ListView as _0x2be173,View as _0x1d4bc5}from'ckeditor5/src/ui.js';function _0x8fa6(){const _0x4ac59f=['12935197mjwulI','map','listView','9980ZKFVKg','addMany','40QTitYL','div','locale','2525MvHJnl','ck-ai-chat-shortcuts','909153uoHQlE','3402180KFfPFe','28578720vaLtZc','2IHGGQh','13bnSnSX','items','children','add','10QPeyfL','setTemplate','1415458WBIlEU','28MOXLgq','execute','delegate','1708212dHOdGO'];_0x8fa6=function(){return _0x4ac59f;};return _0x8fa6();}import{AIChatShortcutView as _0x290086}from'./aichatshortcutview.js';export class AIChatShortcutsView extends _0x1d4bc5{[_0x540075(0x1a1)];constructor(_0x23cd67,_0x418349){const _0x1d1f38=_0x540075;super(_0x23cd67);const _0x4964ff=_0x418349[_0x1d1f38(0x1a0)](_0x2d0e96=>{const _0x2cbbdb=_0x1d1f38,_0x383ad8=new _0x7d5c79(this[_0x2cbbdb(0x1a6)]),_0x596ba6=new _0x290086(this[_0x2cbbdb(0x1a6)],_0x2d0e96);return _0x383ad8[_0x2cbbdb(0x196)][_0x2cbbdb(0x197)](_0x596ba6),_0x596ba6[_0x2cbbdb(0x19d)](_0x2cbbdb(0x19c))['to'](this),_0x383ad8;});this[_0x1d1f38(0x1a1)]=new _0x2be173(this[_0x1d1f38(0x1a6)]),this[_0x1d1f38(0x1a1)][_0x1d1f38(0x195)][_0x1d1f38(0x1a3)](_0x4964ff),this[_0x1d1f38(0x199)]({'tag':_0x1d1f38(0x1a5),'attributes':{'class':['ck',_0x1d1f38(0x1a8)]},'children':[this[_0x1d1f38(0x1a1)]]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0xc4fe00,_0x2f3347){const _0x2b17fc=_0x22c2,_0x9d139c=_0xc4fe00();while(!![]){try{const _0x5cc8ef=-parseInt(_0x2b17fc(0xe1))/0x1+-parseInt(_0x2b17fc(0xdc))/0x2+parseInt(_0x2b17fc(0xdd))/0x3*(-parseInt(_0x2b17fc(0xde))/0x4)+parseInt(_0x2b17fc(0xd2))/0x5+-parseInt(_0x2b17fc(0xe0))/0x6+parseInt(_0x2b17fc(0xdb))/0x7*(parseInt(_0x2b17fc(0xd1))/0x8)+parseInt(_0x2b17fc(0xd0))/0x9*(parseInt(_0x2b17fc(0xd9))/0xa);if(_0x5cc8ef===_0x2f3347)break;else _0x9d139c['push'](_0x9d139c['shift']());}catch(_0x2b20a9){_0x9d139c['push'](_0x9d139c['shift']());}}}(_0x3cb1,0xece3d));function _0x22c2(_0x2ae415,_0x4fdec5){const _0x3cb179=_0x3cb1();return _0x22c2=function(_0x22c22c,_0x37acbc){_0x22c22c=_0x22c22c-0xd0;let _0x3fe320=_0x3cb179[_0x22c22c];return _0x3fe320;},_0x22c2(_0x2ae415,_0x4fdec5);}import{ButtonView as _0x1d4caa}from'ckeditor5/src/ui.js';import{IconAIChat as _0x32973a,IconAIReview as _0x581c5c,IconAITranslate as _0x1bf792}from'@ckeditor/ckeditor5-icons';function _0x3cb1(){const _0x36fee0=['set','icon','review','extendTemplate','36700YrATXE','chat','2602460cttcQE','254838MTRxKD','208281QNgtfw','52ZLhIpK','translate','273216UoYKVK','1098522oNviDa','5697VrzVFF','16cQsTCb','388295zHuxnp','label','ck-ai-chat-shortcut'];_0x3cb1=function(){return _0x36fee0;};return _0x3cb1();}export class AIChatShortcutView extends _0x1d4caa{['id'];constructor(_0x5816a6,_0x48197b){const _0x1f6faf=_0x22c2;super(_0x5816a6);const {id:_0x5407e0,type:_0x505d7e,icon:_0x4def18}=_0x48197b;this['id']=_0x5407e0,this[_0x1f6faf(0xd5)]({'label':_0x48197b[_0x1f6faf(0xd3)],'withText':!0x0,'class':_0x1f6faf(0xd4)}),this[_0x1f6faf(0xd8)]({'attributes':{'data-cke-ai-shortcut-id':_0x48197b['id']}}),_0x4def18?this[_0x1f6faf(0xd6)]=_0x4def18:_0x1f6faf(0xda)===_0x505d7e?this[_0x1f6faf(0xd6)]=_0x32973a:_0x1f6faf(0xd7)===_0x505d7e?this[_0x1f6faf(0xd6)]=_0x581c5c:_0x1f6faf(0xdf)===_0x505d7e&&(this[_0x1f6faf(0xd6)]=_0x1bf792);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2e17dc=_0x5c4a;(function(_0x42bb5d,_0xc3098d){const _0x502c14=_0x5c4a,_0x29cb20=_0x42bb5d();while(!![]){try{const _0x1b8145=parseInt(_0x502c14(0x158))/0x1+-parseInt(_0x502c14(0x17f))/0x2+parseInt(_0x502c14(0x13e))/0x3*(parseInt(_0x502c14(0x141))/0x4)+-parseInt(_0x502c14(0x177))/0x5+parseInt(_0x502c14(0x127))/0x6+parseInt(_0x502c14(0x11e))/0x7*(-parseInt(_0x502c14(0x12a))/0x8)+-parseInt(_0x502c14(0x110))/0x9*(-parseInt(_0x502c14(0xfe))/0xa);if(_0x1b8145===_0xc3098d)break;else _0x29cb20['push'](_0x29cb20['shift']());}catch(_0x76ee11){_0x29cb20['push'](_0x29cb20['shift']());}}}(_0x14f1,0xeff41));import{createParser as _0x5a1401}from'eventsource-parser';import{ContextPlugin as _0x5c4c8b}from'ckeditor5/src/core.js';function _0x14f1(){const _0x4de83a=['desc','/conversations/','fix-grammar','/actions/custom/calls/','/messages','fetchConversations','make-shorter','feed','2297169peHqFl','improve-writing','language','decode','upsertCustomAIActionRating','IMPROVE_WRITING','application/json','ai.serviceUrl','deleteFile','311646Udjdaf','context','excludeEmpty','8Qjgufh','queryAssistant','token','false','statusText','make-tone-formal','group','fetchConversationMessages','requires','name','file','deleteDocument','traceId','/web-resources','_sendApiRequest','message','MAKE_TONE_CASUAL','/web-resources/','updateConversation','/files','4914993seOsiL','/actions/system/','fetchDocument','4dtwqDz','ai-missing-token','uploadFile','/documents/','startConversation','modificationId','/messages/','upsertAIActionRating','stringify','/models/1?','AbortError','upsertAIReviewRating','CONTINUE','code','body','/reviews/custom/calls/','fetchConversation','attributes','callCustomReview','limit','createdAt','ai-request-aborted','init','1344743kFTzNt','/reviews/system/','uploadDocument','getReader','/actions/custom/calls','text','ai-request-failed','/conversations','catch','parse','json','uploadUrl','upsertAIChatRating','MAKE_SHORTER','config','PATCH','order','isPremiumPlugin','value','then','_getStreamReader','upsertCustomAIReviewRating','request','reset','_token','FIX_GRAMMAR','abortController','pluginName','DELETE','push','make-tone-casual','7750325koNCsH','positiveCount','read','MAKE_LONGER','POST','plugins','define','signal','3596280moLZxr','append','/files/','_handleError','Bearer\x20','/conversations?','continue','status','translate','true','sortBy','releaseLock','Content-Type','/documents','isOfficialPlugin','items','callSystemReview','_apiUrl','totalCount','/reviews/custom/calls','10RRxalN','100','length','TRANSLATE','https://ai.cke-cs.com/v1','data','executeAction','/calls','deleteWebResource','PUT','/calls/','/ratings','_decoder','deleteConversation','AIConnector','GET','CloudServices','toString','14617854DWuyjz','MAKE_TONE_FORMAL','get','executeCustomAction','getModels','make-longer'];_0x14f1=function(){return _0x4de83a;};return _0x14f1();}function _0x5c4a(_0x332bfc,_0x569e80){const _0x14f115=_0x14f1();return _0x5c4a=function(_0x5c4acd,_0x2f0543){_0x5c4acd=_0x5c4acd-0xfb;let _0x29b808=_0x14f115[_0x5c4acd];return _0x29b808;},_0x5c4a(_0x332bfc,_0x569e80);}import{CKEditorError as _0x1a9217}from'ckeditor5/src/utils.js';export var AIActionsNames;!function(_0x3d2748){const _0xc7133=_0x5c4a;_0x3d2748[_0xc7133(0x14d)]=_0xc7133(0x185),_0x3d2748[_0xc7133(0x171)]=_0xc7133(0x118),_0x3d2748[_0xc7133(0x123)]=_0xc7133(0x11f),_0x3d2748[_0xc7133(0x17a)]=_0xc7133(0x115),_0x3d2748[_0xc7133(0x165)]=_0xc7133(0x11c),_0x3d2748[_0xc7133(0x13a)]=_0xc7133(0x176),_0x3d2748[_0xc7133(0x111)]=_0xc7133(0x12f),_0x3d2748[_0xc7133(0x101)]=_0xc7133(0x187);}(AIActionsNames||(AIActionsNames={}));export class AIConnector extends _0x5c4c8b{[_0x2e17dc(0xfb)];[_0x2e17dc(0x170)];[_0x2e17dc(0x10a)];static get[_0x2e17dc(0x132)](){const _0x3b5aa0=_0x2e17dc;return[_0x3b5aa0(0x10e)];}static get[_0x2e17dc(0x173)](){const _0x311cf=_0x2e17dc;return _0x311cf(0x10c);}static get[_0x2e17dc(0x18d)](){return!0x0;}static get[_0x2e17dc(0x169)](){return!0x0;}constructor(_0x115638){const _0x293053=_0x2e17dc;super(_0x115638),this[_0x293053(0x128)][_0x293053(0x166)][_0x293053(0x17d)](_0x293053(0x125),_0x293053(0x102)),this[_0x293053(0xfb)]=this[_0x293053(0x128)][_0x293053(0x166)][_0x293053(0x112)](_0x293053(0x125)),this[_0x293053(0x170)]=null,this[_0x293053(0x10a)]=new TextDecoder();}[_0x2e17dc(0x157)](){const _0x5721eb=_0x2e17dc,_0x207860=this[_0x5721eb(0x128)][_0x5721eb(0x17c)][_0x5721eb(0x112)](_0x5721eb(0x10e));if(!_0x207860[_0x5721eb(0x12c)])throw new _0x1a9217(_0x5721eb(0x142),this);this[_0x5721eb(0x170)]=_0x207860[_0x5721eb(0x12c)];}[_0x2e17dc(0x145)](_0x4f64a5,_0x5a9528){const _0x47e003=_0x2e17dc,_0x3a576d=this[_0x47e003(0x138)](_0x47e003(0x15f),_0x47e003(0x17b),{'id':_0x4f64a5,'group':_0x5a9528});return{'getConversation':async()=>(await _0x3a576d[_0x47e003(0x16e)])[_0x47e003(0x162)](),'abortController':_0x3a576d[_0x47e003(0x172)]};}[_0x2e17dc(0x12b)]({message:_0x2ae3ea,conversationId:_0x10696c,parts:_0x473b67,capabilities:_0x40aa12,model:_0x58cb3d,attributes:_0x4c6135}){const _0x4a701a=_0x2e17dc,_0x1d7248={'prompt':_0x2ae3ea,'content':_0x473b67,'model':_0x58cb3d,..._0x40aa12&&{'capabilities':_0x40aa12},..._0x4c6135&&{'attributes':_0x4c6135}},_0xb3593e=this[_0x4a701a(0x138)](_0x4a701a(0x117)+_0x10696c+_0x4a701a(0x11a),_0x4a701a(0x17b),_0x1d7248);return{'getStream':async()=>{const _0x32fefb=_0x4a701a,_0x29e9d0=(await _0xb3593e[_0x32fefb(0x16e)])[_0x32fefb(0x14f)];return this[_0x32fefb(0x16c)](_0x29e9d0);},'abortController':_0xb3593e[_0x4a701a(0x172)]};}[_0x2e17dc(0x113)]({content:_0x41e5cd,message:_0x3822e3,model:_0x497db6,outputFormat:_0xa6d917}){const _0x1c210e=_0x2e17dc,_0x143525={'content':[{'type':_0x1c210e(0x15d),'content':_0x41e5cd}],'prompt':_0x3822e3,'model':_0x497db6,'outputFormat':_0xa6d917},_0x200359=this[_0x1c210e(0x138)](_0x1c210e(0x15c),_0x1c210e(0x17b),_0x143525);return{'getStream':async()=>{const _0x39443c=_0x1c210e,_0x2148ac=(await _0x200359[_0x39443c(0x16e)])[_0x39443c(0x14f)];return this[_0x39443c(0x16c)](_0x2148ac);},'abortController':_0x200359[_0x1c210e(0x172)]};}[_0x2e17dc(0x104)]({actionName:_0xc5b367,content:_0x2d485d,args:_0x4277cb}){const _0x171f09=_0x2e17dc,_0x37cd12={'content':[{'type':_0x171f09(0x15d),'content':_0x2d485d}],'args':_0x4277cb},_0x8b0a9b=this[_0x171f09(0x138)](_0x171f09(0x13f)+_0xc5b367+_0x171f09(0x105),_0x171f09(0x17b),_0x37cd12);return{'getStream':async()=>{const _0x358d98=_0x171f09,_0x196615=(await _0x8b0a9b[_0x358d98(0x16e)])[_0x358d98(0x14f)];return this[_0x358d98(0x16c)](_0x196615);},'abortController':_0x8b0a9b[_0x171f09(0x172)]};}[_0x2e17dc(0x143)](_0x4e554d,_0xcea1e8,_0x2525ed){const _0x345df9=_0x2e17dc,_0xa3c32=new FormData();_0xa3c32[_0x345df9(0x180)](_0x345df9(0x134),_0xcea1e8,_0xcea1e8[_0x345df9(0x133)]),_0x2525ed&&_0xa3c32[_0x345df9(0x180)](_0x345df9(0x152),JSON[_0x345df9(0x149)](_0x2525ed));const _0x5230ad=this[_0x345df9(0x138)](_0x345df9(0x117)+_0x4e554d+_0x345df9(0x13d),_0x345df9(0x17b),_0xa3c32);return{'getId':async()=>(await _0x5230ad[_0x345df9(0x16e)])[_0x345df9(0x162)](),'abortController':_0x5230ad[_0x345df9(0x172)]};}[_0x2e17dc(0x140)](_0x3cbb00,_0x269fc3){const _0x3356e7=_0x2e17dc,_0x368286=this[_0x3356e7(0x138)](_0x3356e7(0x117)+_0x3cbb00+_0x3356e7(0x144)+_0x269fc3,_0x3356e7(0x10d));return{'getDocument':async()=>(await _0x368286[_0x3356e7(0x16e)])[_0x3356e7(0x162)](),'abortController':_0x368286[_0x3356e7(0x172)]};}[_0x2e17dc(0x15a)](_0x532343,_0xb53f47,_0x125a81){const _0x2711d6=_0x2e17dc,_0x258e3b={'content':_0xb53f47};_0x125a81&&(_0x258e3b[_0x2711d6(0x152)]=_0x125a81);const _0xa66998=this[_0x2711d6(0x138)](_0x2711d6(0x117)+_0x532343+_0x2711d6(0x18c),_0x2711d6(0x17b),_0x258e3b);return{'getId':async()=>(await _0xa66998[_0x2711d6(0x16e)])[_0x2711d6(0x162)](),'abortController':_0xa66998[_0x2711d6(0x172)]};}[_0x2e17dc(0x11b)](_0x39561a,_0x148b29={}){const _0x42562c=_0x2e17dc,_0x2162a5=new URLSearchParams();_0x2162a5[_0x42562c(0x180)](_0x42562c(0x130),_0x39561a),_0x2162a5[_0x42562c(0x180)](_0x42562c(0x129),!0x1!==_0x148b29[_0x42562c(0x129)]?_0x42562c(0x188):_0x42562c(0x12d)),_0x2162a5[_0x42562c(0x180)](_0x42562c(0x154),_0x148b29[_0x42562c(0x154)]?_0x148b29[_0x42562c(0x154)][_0x42562c(0x10f)]():_0x42562c(0xff)),_0x2162a5[_0x42562c(0x180)](_0x42562c(0x189),_0x148b29[_0x42562c(0x189)]?_0x148b29[_0x42562c(0x189)]:_0x42562c(0x155)),_0x2162a5[_0x42562c(0x180)](_0x42562c(0x168),_0x148b29[_0x42562c(0x168)]?_0x148b29[_0x42562c(0x168)]:_0x42562c(0x116));const _0x3fd376=this[_0x42562c(0x138)](_0x42562c(0x184)+_0x2162a5[_0x42562c(0x10f)](),_0x42562c(0x10d));return{'getConversations':async()=>{const _0x20d0c3=_0x42562c,_0x4e3d37=await _0x3fd376[_0x20d0c3(0x16e)];return(await _0x4e3d37[_0x20d0c3(0x162)]())[_0x20d0c3(0x18e)];},'abortController':_0x3fd376[_0x42562c(0x172)]};}[_0x2e17dc(0x10b)](_0x5b8b58){const _0x5ce209=_0x2e17dc,_0x77c310=this[_0x5ce209(0x138)](_0x5ce209(0x117)+_0x5b8b58,_0x5ce209(0x174));return{'execute':async()=>{const _0x1e4112=_0x5ce209;await _0x77c310[_0x1e4112(0x16e)];},'abortController':_0x77c310[_0x5ce209(0x172)]};}[_0x2e17dc(0x13c)](_0x5e3c4f,_0x39aa53){const _0x41b9e2=_0x2e17dc,_0x2fe183=this[_0x41b9e2(0x138)](_0x41b9e2(0x117)+_0x5e3c4f,_0x41b9e2(0x167),_0x39aa53);return{'getResult':async()=>(await _0x2fe183[_0x41b9e2(0x16e)],_0x39aa53),'abortController':_0x2fe183[_0x41b9e2(0x172)]};}[_0x2e17dc(0x151)](_0x1ed328){const _0x423973=_0x2e17dc,_0x16913a=this[_0x423973(0x138)](_0x423973(0x117)+_0x1ed328,_0x423973(0x10d));return{'getConversation':async()=>(await _0x16913a[_0x423973(0x16e)])[_0x423973(0x162)](),'abortController':_0x16913a[_0x423973(0x172)]};}[_0x2e17dc(0x131)](_0x10f45a){const _0x479951=_0x2e17dc,_0xfe315c=this[_0x479951(0x138)](_0x479951(0x117)+_0x10f45a+_0x479951(0x11a),_0x479951(0x10d));return{'getMessages':async()=>{const _0x566b15=_0x479951,_0x489c62=await _0xfe315c[_0x566b15(0x16e)];return(await _0x489c62[_0x566b15(0x162)]())[_0x566b15(0x18e)];},'abortController':_0xfe315c[_0x479951(0x172)]};}[_0x2e17dc(0x163)](_0x24c9b2,_0x2f1f82,_0x106536){const _0x26b793=_0x2e17dc,_0x35684e=this[_0x26b793(0x138)](_0x26b793(0x117)+_0x24c9b2+_0x26b793(0x137),_0x26b793(0x17b),{'url':_0x2f1f82,'attributes':_0x106536});return{'getId':async()=>(await _0x35684e[_0x26b793(0x16e)])[_0x26b793(0x162)](),'abortController':_0x35684e[_0x26b793(0x172)]};}[_0x2e17dc(0x114)](_0x51b901='en'){const _0x233c32=_0x2e17dc,_0x1164a5=new URLSearchParams();_0x1164a5[_0x233c32(0x180)](_0x233c32(0x120),_0x51b901);const _0x12cc32=_0x233c32(0x14a)+_0x1164a5[_0x233c32(0x10f)](),_0x2863e5=this[_0x233c32(0x138)](_0x12cc32,_0x233c32(0x10d));return{'list':async()=>await(await _0x2863e5[_0x233c32(0x16e)])[_0x233c32(0x162)](),'abortController':_0x2863e5[_0x233c32(0x172)]};}[_0x2e17dc(0x126)](_0x38c54c,_0x2ff225){const _0x3c33b1=_0x2e17dc,_0x5c212e=this[_0x3c33b1(0x138)](_0x3c33b1(0x117)+_0x38c54c+_0x3c33b1(0x181)+_0x2ff225,_0x3c33b1(0x174));return{'execute':async()=>{const _0x9053e=_0x3c33b1;await _0x5c212e[_0x9053e(0x16e)];},'abortController':_0x5c212e[_0x3c33b1(0x172)]};}[_0x2e17dc(0x135)](_0x3cbe42,_0x5dd3a9){const _0x5c09cb=_0x2e17dc,_0x1303cc=this[_0x5c09cb(0x138)](_0x5c09cb(0x117)+_0x3cbe42+_0x5c09cb(0x144)+_0x5dd3a9,_0x5c09cb(0x174));return{'execute':async()=>{const _0x3d30da=_0x5c09cb;await _0x1303cc[_0x3d30da(0x16e)];},'abortController':_0x1303cc[_0x5c09cb(0x172)]};}[_0x2e17dc(0x106)](_0x3294cd,_0x484c8f){const _0x1f931f=_0x2e17dc,_0x269701=this[_0x1f931f(0x138)](_0x1f931f(0x117)+_0x3294cd+_0x1f931f(0x13b)+_0x484c8f,_0x1f931f(0x174));return{'execute':async()=>{const _0x487a9a=_0x1f931f;await _0x269701[_0x487a9a(0x16e)];},'abortController':_0x269701[_0x1f931f(0x172)]};}[_0x2e17dc(0x18f)]({reviewName:_0x207d42,content:_0x281ec3,args:_0x4fac42}){const _0x284b05=_0x2e17dc,_0x388b8d=this[_0x284b05(0x138)](_0x284b05(0x159)+_0x207d42+_0x284b05(0x105),_0x284b05(0x17b),{'content':[{'type':_0x284b05(0x15d),'content':_0x281ec3}],'args':_0x4fac42});return{'getStream':async()=>{const _0x1a0117=_0x284b05,_0x33e530=(await _0x388b8d[_0x1a0117(0x16e)])[_0x1a0117(0x14f)];return this[_0x1a0117(0x16c)](_0x33e530);},'abortController':_0x388b8d[_0x284b05(0x172)]};}[_0x2e17dc(0x153)]({content:_0x37dabf,prompt:_0x43f883,model:_0x493131}){const _0x13437d=_0x2e17dc,_0x32f143=this[_0x13437d(0x138)](_0x13437d(0xfd),_0x13437d(0x17b),{'content':[{'type':_0x13437d(0x15d),'content':_0x37dabf}],'prompt':_0x43f883,'model':_0x493131});return{'getStream':async()=>{const _0x47383c=_0x13437d,_0x53b48a=(await _0x32f143[_0x47383c(0x16e)])[_0x47383c(0x14f)];return this[_0x47383c(0x16c)](_0x53b48a);},'abortController':_0x32f143[_0x13437d(0x172)]};}[_0x2e17dc(0x164)](_0x44f6aa,_0x4e6320,_0x7af6b5){const _0x8a6d1b=_0x2e17dc,_0x526c94=this[_0x8a6d1b(0x138)](_0x8a6d1b(0x117)+_0x44f6aa+_0x8a6d1b(0x147)+_0x4e6320+_0x8a6d1b(0x109),_0x8a6d1b(0x107),{'positiveCount':_0x7af6b5[_0x8a6d1b(0x178)],'totalCount':_0x7af6b5[_0x8a6d1b(0xfc)],'modificationId':_0x7af6b5[_0x8a6d1b(0x146)]});return{'execute':async()=>{const _0x5c2fc1=_0x8a6d1b;await _0x526c94[_0x5c2fc1(0x16e)];},'abortController':_0x526c94[_0x8a6d1b(0x172)]};}[_0x2e17dc(0x148)](_0x5bb01e,_0x49c8ba,_0x11f1cf){const _0x1744b4=_0x2e17dc,_0x328851=this[_0x1744b4(0x138)](_0x1744b4(0x13f)+_0x5bb01e+_0x1744b4(0x108)+_0x49c8ba+_0x1744b4(0x109),_0x1744b4(0x107),{'positiveCount':_0x11f1cf[_0x1744b4(0x178)],'totalCount':_0x11f1cf[_0x1744b4(0xfc)]});return{'execute':async()=>{const _0x190016=_0x1744b4;await _0x328851[_0x190016(0x16e)];},'abortController':_0x328851[_0x1744b4(0x172)]};}[_0x2e17dc(0x122)](_0x535d38,_0x8617e){const _0x49e0a1=_0x2e17dc,_0x39257c=this[_0x49e0a1(0x138)](_0x49e0a1(0x119)+_0x535d38+_0x49e0a1(0x109),_0x49e0a1(0x107),{'positiveCount':_0x8617e[_0x49e0a1(0x178)],'totalCount':_0x8617e[_0x49e0a1(0xfc)]});return{'execute':async()=>{const _0x256553=_0x49e0a1;await _0x39257c[_0x256553(0x16e)];},'abortController':_0x39257c[_0x49e0a1(0x172)]};}[_0x2e17dc(0x14c)](_0x1f93aa,_0x5e627f,_0x211b6a,_0x30519e){const _0xe86967=_0x2e17dc,_0x50708b=this[_0xe86967(0x138)](_0xe86967(0x159)+_0x1f93aa+_0xe86967(0x108)+_0x5e627f+_0xe86967(0x109),_0xe86967(0x107),{'positiveCount':_0x211b6a[_0xe86967(0x178)],'totalCount':_0x211b6a[_0xe86967(0xfc)],'dataId':_0x30519e});return{'execute':async()=>{const _0x31470b=_0xe86967;await _0x50708b[_0x31470b(0x16e)];},'abortController':_0x50708b[_0xe86967(0x172)]};}[_0x2e17dc(0x16d)](_0x9b91b3,_0x4ec0b1,_0x21cb8b){const _0x1260b7=_0x2e17dc,_0x28b957=this[_0x1260b7(0x138)](_0x1260b7(0x150)+_0x9b91b3+_0x1260b7(0x109),_0x1260b7(0x107),{'positiveCount':_0x4ec0b1[_0x1260b7(0x178)],'totalCount':_0x4ec0b1[_0x1260b7(0xfc)],'dataId':_0x21cb8b});return{'execute':async()=>{const _0x3fb4c3=_0x1260b7;await _0x28b957[_0x3fb4c3(0x16e)];},'abortController':_0x28b957[_0x1260b7(0x172)]};}[_0x2e17dc(0x138)](_0x3339d1,_0x3590c1,_0x3f9630){const _0x4eb241=_0x2e17dc,_0x69f6de=new AbortController(),_0x26050d=_0x3f9630 instanceof FormData,_0x2c2059={'Authorization':_0x4eb241(0x183)+this[_0x4eb241(0x170)]?.[_0x4eb241(0x16a)]};_0x3f9630&&!_0x26050d&&(_0x2c2059[_0x4eb241(0x18b)]=_0x4eb241(0x124));const _0x2ec5d7={'method':_0x3590c1,'headers':_0x2c2059,'signal':_0x69f6de[_0x4eb241(0x17e)]};return _0x3f9630&&(_0x2ec5d7[_0x4eb241(0x14f)]=_0x26050d?_0x3f9630:JSON[_0x4eb241(0x149)](_0x3f9630)),{'request':fetch(''+this[_0x4eb241(0xfb)]+_0x3339d1,_0x2ec5d7)[_0x4eb241(0x160)](_0x4740d2=>{const _0xb1f2a7=_0x4eb241;this[_0xb1f2a7(0x182)](_0x4740d2);})[_0x4eb241(0x16b)](_0x440936=>_0x440936['ok']?_0x440936:_0x440936[_0x4eb241(0x162)]()[_0x4eb241(0x16b)](_0x560298=>{const _0x15f67c=_0x4eb241;throw{'url':this[_0x15f67c(0xfb)],'path':_0x3339d1,'method':_0x3590c1,'body':_0x3f9630,'status':(_0x440936||{})[_0x15f67c(0x186)],'statusText':(_0x440936||{})[_0x15f67c(0x12e)],'code':_0x560298[_0x15f67c(0x14e)],'message':_0x560298[_0x15f67c(0x139)],'traceId':_0x560298[_0x15f67c(0x136)]};})),'abortController':_0x69f6de};}async*[_0x2e17dc(0x16c)](_0x5ddf33){const _0x201aa3=_0x2e17dc,_0x55737e=[],_0x4d1022=_0x5ddf33[_0x201aa3(0x15b)](),_0x2e67c5=_0x5a1401({'onError':_0x547ace=>{const _0x368bc6=_0x201aa3;this[_0x368bc6(0x182)](_0x547ace);},'onEvent':_0x13c5a0=>{const _0x4d2a11=_0x201aa3;_0x13c5a0[_0x4d2a11(0x103)]=JSON[_0x4d2a11(0x161)](_0x13c5a0[_0x4d2a11(0x103)]),_0x55737e[_0x4d2a11(0x175)](_0x13c5a0);}});try{let _0x25a3db=!0x1;for(;!_0x25a3db;){const {done:_0x273a89,value:_0x17586a}=await _0x4d1022[_0x201aa3(0x179)]();_0x273a89&&(_0x25a3db=!0x0),_0x2e67c5[_0x201aa3(0x11d)](this[_0x201aa3(0x10a)][_0x201aa3(0x121)](_0x17586a,{'stream':!0x0})),yield*_0x55737e,_0x55737e[_0x201aa3(0x100)]=0x0;}}catch(_0x29b389){this[_0x201aa3(0x182)](_0x29b389);}finally{_0x4d1022[_0x201aa3(0x18a)](),_0x2e67c5[_0x201aa3(0x16f)]();}}[_0x2e17dc(0x182)](_0x476de9){const _0x53ace7=_0x2e17dc;if(_0x476de9 instanceof _0x1a9217)throw _0x476de9;if(_0x476de9 instanceof Error&&_0x53ace7(0x14b)===_0x476de9[_0x53ace7(0x133)])throw new _0x1a9217(_0x53ace7(0x156),this,{'originalError':_0x476de9});throw new _0x1a9217(_0x53ace7(0x15e),this,{'originalError':_0x476de9});}}
|
|
23
|
+
const _0x3690ca=_0x2ef6;(function(_0x171afb,_0x425167){const _0x4dfc97=_0x2ef6,_0x5e9823=_0x171afb();while(!![]){try{const _0x516143=-parseInt(_0x4dfc97(0x224))/0x1+-parseInt(_0x4dfc97(0x1be))/0x2*(parseInt(_0x4dfc97(0x1b3))/0x3)+parseInt(_0x4dfc97(0x1b2))/0x4+-parseInt(_0x4dfc97(0x210))/0x5+parseInt(_0x4dfc97(0x20a))/0x6*(parseInt(_0x4dfc97(0x1c4))/0x7)+parseInt(_0x4dfc97(0x1ef))/0x8+-parseInt(_0x4dfc97(0x1e0))/0x9;if(_0x516143===_0x425167)break;else _0x5e9823['push'](_0x5e9823['shift']());}catch(_0x308b4){_0x5e9823['push'](_0x5e9823['shift']());}}}(_0x37f0,0xc36d5));import{createParser as _0x3afcd4}from'eventsource-parser';import{ContextPlugin as _0x277e5b}from'ckeditor5/src/core.js';import{CKEditorError as _0x398b5e}from'ckeditor5/src/utils.js';export var AIActionsNames;!function(_0x1f6d77){const _0x102c07=_0x2ef6;_0x1f6d77[_0x102c07(0x1b1)]=_0x102c07(0x1f1),_0x1f6d77[_0x102c07(0x216)]=_0x102c07(0x237),_0x1f6d77[_0x102c07(0x208)]=_0x102c07(0x220),_0x1f6d77[_0x102c07(0x211)]=_0x102c07(0x1d7),_0x1f6d77[_0x102c07(0x228)]=_0x102c07(0x1b8),_0x1f6d77[_0x102c07(0x207)]=_0x102c07(0x1d8),_0x1f6d77[_0x102c07(0x1b5)]=_0x102c07(0x1ec),_0x1f6d77[_0x102c07(0x1db)]=_0x102c07(0x1c8);}(AIActionsNames||(AIActionsNames={}));function _0x37f0(){const _0x4a4168=['upsertCustomAIReviewRating','feed','/documents','language','application/json','ai-request-aborted','value','uploadUrl','reset','totalCount','/reviews/system/','make-tone-formal','deleteFile','/files/','2396376jkVLWy','deleteConversation','continue','init','executeCustomAction','parse','executeAction','length','pluginName','/actions/custom/calls/','isPremiumPlugin','_apiUrl','_getStreamReader','deleteWebResource','isOfficialPlugin','upsertAIReviewRating','/reviews/custom/calls/','requires','_decoder','/reviews/custom/calls','uploadFile','append','AIConnector','Content-Type','MAKE_TONE_CASUAL','IMPROVE_WRITING','excludeEmpty','174hLLkXb','/files','fetchConversations','false','catch','getModels','1843045DdmMhR','MAKE_LONGER','true','upsertCustomAIActionRating','read','status','FIX_GRAMMAR','message','/documents/','/actions/system/','plugins','/web-resources/','uploadDocument','createdAt','define','_sendApiRequest','improve-writing','sortBy','/conversations/','GET','122266EBQqte','ai-missing-token','body','group','MAKE_SHORTER','statusText','_handleError','data','/models/1?','file','token','100','Bearer\x20','fetchDocument','request','positiveCount','AbortError','text','PUT','fix-grammar','code','queryAssistant','traceId','push','config','deleteDocument','/messages/','/calls/','releaseLock','PATCH','abortController','POST','name','CONTINUE','4761816EVErqb','89643BjPWCY','modificationId','MAKE_TONE_FORMAL','/messages','/actions/custom/calls','make-shorter','limit','DELETE','/calls','callCustomReview','ai.serviceUrl','50siytLW','attributes','startConversation','/conversations','signal','desc','251083GrtfBD','_token','CloudServices','getReader','translate','upsertAIChatRating','toString','json','order','https://ai.cke-cs.com/v1','stringify','decode','items','/web-resources','ai-request-failed','updateConversation','then','fetchConversation','context','make-longer','make-tone-casual','get','callSystemReview','TRANSLATE','upsertAIActionRating','/ratings','/conversations?','fetchConversationMessages','4426497DghtUy'];_0x37f0=function(){return _0x4a4168;};return _0x37f0();}function _0x2ef6(_0x3dd371,_0x34dda7){const _0x37f05f=_0x37f0();return _0x2ef6=function(_0x2ef6a6,_0x5e3684){_0x2ef6a6=_0x2ef6a6-0x1a5;let _0x5407b8=_0x37f05f[_0x2ef6a6];return _0x5407b8;},_0x2ef6(_0x3dd371,_0x34dda7);}export class AIConnector extends _0x277e5b{[_0x3690ca(0x1fa)];[_0x3690ca(0x1c5)];[_0x3690ca(0x201)];static get[_0x3690ca(0x200)](){const _0x41302d=_0x3690ca;return[_0x41302d(0x1c6)];}static get[_0x3690ca(0x1f7)](){const _0x2febc2=_0x3690ca;return _0x2febc2(0x205);}static get[_0x3690ca(0x1fd)](){return!0x0;}static get[_0x3690ca(0x1f9)](){return!0x0;}constructor(_0x5e6c4d){const _0x3ed263=_0x3690ca;super(_0x5e6c4d),this[_0x3ed263(0x1d6)][_0x3ed263(0x1a8)][_0x3ed263(0x21e)](_0x3ed263(0x1bd),_0x3ed263(0x1cd)),this[_0x3ed263(0x1fa)]=this[_0x3ed263(0x1d6)][_0x3ed263(0x1a8)][_0x3ed263(0x1d9)](_0x3ed263(0x1bd)),this[_0x3ed263(0x1c5)]=null,this[_0x3ed263(0x201)]=new TextDecoder();}[_0x3690ca(0x1f2)](){const _0xd44e63=_0x3690ca,_0x226d79=this[_0xd44e63(0x1d6)][_0xd44e63(0x21a)][_0xd44e63(0x1d9)](_0xd44e63(0x1c6));if(!_0x226d79[_0xd44e63(0x22e)])throw new _0x398b5e(_0xd44e63(0x225),this);this[_0xd44e63(0x1c5)]=_0x226d79[_0xd44e63(0x22e)];}[_0x3690ca(0x1c0)](_0x45e792,_0xd8b03d){const _0x13dbbf=_0x3690ca,_0x52a254=this[_0x13dbbf(0x21f)](_0x13dbbf(0x1c1),_0x13dbbf(0x1af),{'id':_0x45e792,'group':_0xd8b03d});return{'getConversation':async()=>(await _0x52a254[_0x13dbbf(0x232)])[_0x13dbbf(0x1cb)](),'abortController':_0x52a254[_0x13dbbf(0x1ae)]};}[_0x3690ca(0x1a5)]({message:_0x1664cf,conversationId:_0xd29f38,parts:_0x307c62,capabilities:_0x2ee36b,model:_0x39bfa3,attributes:_0x10f628}){const _0x307dd0=_0x3690ca,_0x2246dc={'prompt':_0x1664cf,'content':_0x307c62,'model':_0x39bfa3,..._0x2ee36b&&{'capabilities':_0x2ee36b},..._0x10f628&&{'attributes':_0x10f628}},_0x3b573a=this[_0x307dd0(0x21f)](_0x307dd0(0x222)+_0xd29f38+_0x307dd0(0x1b6),_0x307dd0(0x1af),_0x2246dc);return{'getStream':async()=>{const _0x13e18f=_0x307dd0,_0x4f5bd1=(await _0x3b573a[_0x13e18f(0x232)])[_0x13e18f(0x226)];return this[_0x13e18f(0x1fb)](_0x4f5bd1);},'abortController':_0x3b573a[_0x307dd0(0x1ae)]};}[_0x3690ca(0x1f3)]({content:_0x182cc9,message:_0x424384,model:_0x1d6613,outputFormat:_0x2ce5f9}){const _0x537bdf=_0x3690ca,_0x3c5bd1={'content':[{'type':_0x537bdf(0x235),'content':_0x182cc9}],'prompt':_0x424384,'model':_0x1d6613,'outputFormat':_0x2ce5f9},_0x4e87a2=this[_0x537bdf(0x21f)](_0x537bdf(0x1b7),_0x537bdf(0x1af),_0x3c5bd1);return{'getStream':async()=>{const _0x11c787=_0x537bdf,_0x440392=(await _0x4e87a2[_0x11c787(0x232)])[_0x11c787(0x226)];return this[_0x11c787(0x1fb)](_0x440392);},'abortController':_0x4e87a2[_0x537bdf(0x1ae)]};}[_0x3690ca(0x1f5)]({actionName:_0x4a099b,content:_0x62bbda,args:_0x260e98}){const _0xc02c0a=_0x3690ca,_0x2c36f3={'content':[{'type':_0xc02c0a(0x235),'content':_0x62bbda}],'args':_0x260e98},_0x405e53=this[_0xc02c0a(0x21f)](_0xc02c0a(0x219)+_0x4a099b+_0xc02c0a(0x1bb),_0xc02c0a(0x1af),_0x2c36f3);return{'getStream':async()=>{const _0x230ecd=_0xc02c0a,_0x15e3af=(await _0x405e53[_0x230ecd(0x232)])[_0x230ecd(0x226)];return this[_0x230ecd(0x1fb)](_0x15e3af);},'abortController':_0x405e53[_0xc02c0a(0x1ae)]};}[_0x3690ca(0x203)](_0x3e20c9,_0x460795,_0x2dd80f){const _0x6d1f6b=_0x3690ca,_0x24230f=new FormData();_0x24230f[_0x6d1f6b(0x204)](_0x6d1f6b(0x22d),_0x460795,_0x460795[_0x6d1f6b(0x1b0)]),_0x2dd80f&&_0x24230f[_0x6d1f6b(0x204)](_0x6d1f6b(0x1bf),JSON[_0x6d1f6b(0x1ce)](_0x2dd80f));const _0x430c26=this[_0x6d1f6b(0x21f)](_0x6d1f6b(0x222)+_0x3e20c9+_0x6d1f6b(0x20b),_0x6d1f6b(0x1af),_0x24230f);return{'getId':async()=>(await _0x430c26[_0x6d1f6b(0x232)])[_0x6d1f6b(0x1cb)](),'abortController':_0x430c26[_0x6d1f6b(0x1ae)]};}[_0x3690ca(0x231)](_0x28e23f,_0x6f2110){const _0x2ab36d=_0x3690ca,_0xd05ca1=this[_0x2ab36d(0x21f)](_0x2ab36d(0x222)+_0x28e23f+_0x2ab36d(0x218)+_0x6f2110,_0x2ab36d(0x223));return{'getDocument':async()=>(await _0xd05ca1[_0x2ab36d(0x232)])[_0x2ab36d(0x1cb)](),'abortController':_0xd05ca1[_0x2ab36d(0x1ae)]};}[_0x3690ca(0x21c)](_0x116316,_0x19573e,_0x1a7b96){const _0x513333=_0x3690ca,_0x3d5b56={'content':_0x19573e};_0x1a7b96&&(_0x3d5b56[_0x513333(0x1bf)]=_0x1a7b96);const _0x21b47c=this[_0x513333(0x21f)](_0x513333(0x222)+_0x116316+_0x513333(0x1e3),_0x513333(0x1af),_0x3d5b56);return{'getId':async()=>(await _0x21b47c[_0x513333(0x232)])[_0x513333(0x1cb)](),'abortController':_0x21b47c[_0x513333(0x1ae)]};}[_0x3690ca(0x20c)](_0x249e7d,_0x30d2ba={}){const _0x4290d4=_0x3690ca,_0x5551a9=new URLSearchParams();_0x5551a9[_0x4290d4(0x204)](_0x4290d4(0x227),_0x249e7d),_0x5551a9[_0x4290d4(0x204)](_0x4290d4(0x209),!0x1!==_0x30d2ba[_0x4290d4(0x209)]?_0x4290d4(0x212):_0x4290d4(0x20d)),_0x5551a9[_0x4290d4(0x204)](_0x4290d4(0x1b9),_0x30d2ba[_0x4290d4(0x1b9)]?_0x30d2ba[_0x4290d4(0x1b9)][_0x4290d4(0x1ca)]():_0x4290d4(0x22f)),_0x5551a9[_0x4290d4(0x204)](_0x4290d4(0x221),_0x30d2ba[_0x4290d4(0x221)]?_0x30d2ba[_0x4290d4(0x221)]:_0x4290d4(0x21d)),_0x5551a9[_0x4290d4(0x204)](_0x4290d4(0x1cc),_0x30d2ba[_0x4290d4(0x1cc)]?_0x30d2ba[_0x4290d4(0x1cc)]:_0x4290d4(0x1c3));const _0x154321=this[_0x4290d4(0x21f)](_0x4290d4(0x1de)+_0x5551a9[_0x4290d4(0x1ca)](),_0x4290d4(0x223));return{'getConversations':async()=>{const _0x21ae26=_0x4290d4,_0x4c3819=await _0x154321[_0x21ae26(0x232)];return(await _0x4c3819[_0x21ae26(0x1cb)]())[_0x21ae26(0x1d0)];},'abortController':_0x154321[_0x4290d4(0x1ae)]};}[_0x3690ca(0x1f0)](_0xc89d22){const _0x128a3d=_0x3690ca,_0x580067=this[_0x128a3d(0x21f)](_0x128a3d(0x222)+_0xc89d22,_0x128a3d(0x1ba));return{'execute':async()=>{const _0x694d73=_0x128a3d;await _0x580067[_0x694d73(0x232)];},'abortController':_0x580067[_0x128a3d(0x1ae)]};}[_0x3690ca(0x1d3)](_0x15e72f,_0x1bfd44){const _0xb7270e=_0x3690ca,_0x5242d=this[_0xb7270e(0x21f)](_0xb7270e(0x222)+_0x15e72f,_0xb7270e(0x1ad),_0x1bfd44);return{'getResult':async()=>(await _0x5242d[_0xb7270e(0x232)],_0x1bfd44),'abortController':_0x5242d[_0xb7270e(0x1ae)]};}[_0x3690ca(0x1d5)](_0x5ae9f5){const _0x549ce0=_0x3690ca,_0x5b21c1=this[_0x549ce0(0x21f)](_0x549ce0(0x222)+_0x5ae9f5,_0x549ce0(0x223));return{'getConversation':async()=>(await _0x5b21c1[_0x549ce0(0x232)])[_0x549ce0(0x1cb)](),'abortController':_0x5b21c1[_0x549ce0(0x1ae)]};}[_0x3690ca(0x1df)](_0x200d94){const _0x3e3447=_0x3690ca,_0x520a59=this[_0x3e3447(0x21f)](_0x3e3447(0x222)+_0x200d94+_0x3e3447(0x1b6),_0x3e3447(0x223));return{'getMessages':async()=>{const _0x2f6d2d=_0x3e3447,_0x4e6f0b=await _0x520a59[_0x2f6d2d(0x232)];return(await _0x4e6f0b[_0x2f6d2d(0x1cb)]())[_0x2f6d2d(0x1d0)];},'abortController':_0x520a59[_0x3e3447(0x1ae)]};}[_0x3690ca(0x1e8)](_0x349bff,_0x60ec66,_0x464335){const _0x4d51ea=_0x3690ca,_0x13f61d=this[_0x4d51ea(0x21f)](_0x4d51ea(0x222)+_0x349bff+_0x4d51ea(0x1d1),_0x4d51ea(0x1af),{'url':_0x60ec66,'attributes':_0x464335});return{'getId':async()=>(await _0x13f61d[_0x4d51ea(0x232)])[_0x4d51ea(0x1cb)](),'abortController':_0x13f61d[_0x4d51ea(0x1ae)]};}[_0x3690ca(0x20f)](_0x2dd2df='en'){const _0x2f7b96=_0x3690ca,_0x1695e5=new URLSearchParams();_0x1695e5[_0x2f7b96(0x204)](_0x2f7b96(0x1e4),_0x2dd2df);const _0x2aa0e9=_0x2f7b96(0x22c)+_0x1695e5[_0x2f7b96(0x1ca)](),_0xee66eb=this[_0x2f7b96(0x21f)](_0x2aa0e9,_0x2f7b96(0x223));return{'list':async()=>await(await _0xee66eb[_0x2f7b96(0x232)])[_0x2f7b96(0x1cb)](),'abortController':_0xee66eb[_0x2f7b96(0x1ae)]};}[_0x3690ca(0x1ed)](_0x53cf3b,_0x49b450){const _0x50ecf6=_0x3690ca,_0x5d2e02=this[_0x50ecf6(0x21f)](_0x50ecf6(0x222)+_0x53cf3b+_0x50ecf6(0x1ee)+_0x49b450,_0x50ecf6(0x1ba));return{'execute':async()=>{const _0xdc4ad4=_0x50ecf6;await _0x5d2e02[_0xdc4ad4(0x232)];},'abortController':_0x5d2e02[_0x50ecf6(0x1ae)]};}[_0x3690ca(0x1a9)](_0x48baae,_0x54876f){const _0x4ddc7b=_0x3690ca,_0x539746=this[_0x4ddc7b(0x21f)](_0x4ddc7b(0x222)+_0x48baae+_0x4ddc7b(0x218)+_0x54876f,_0x4ddc7b(0x1ba));return{'execute':async()=>{const _0x17e6b5=_0x4ddc7b;await _0x539746[_0x17e6b5(0x232)];},'abortController':_0x539746[_0x4ddc7b(0x1ae)]};}[_0x3690ca(0x1fc)](_0x15b720,_0xa4b4bb){const _0x515e2c=_0x3690ca,_0x30d73b=this[_0x515e2c(0x21f)](_0x515e2c(0x222)+_0x15b720+_0x515e2c(0x21b)+_0xa4b4bb,_0x515e2c(0x1ba));return{'execute':async()=>{const _0x438c04=_0x515e2c;await _0x30d73b[_0x438c04(0x232)];},'abortController':_0x30d73b[_0x515e2c(0x1ae)]};}[_0x3690ca(0x1da)]({reviewName:_0x9bf083,content:_0xd98334,args:_0x392ef0}){const _0x5090e5=_0x3690ca,_0x357032=this[_0x5090e5(0x21f)](_0x5090e5(0x1eb)+_0x9bf083+_0x5090e5(0x1bb),_0x5090e5(0x1af),{'content':[{'type':_0x5090e5(0x235),'content':_0xd98334}],'args':_0x392ef0});return{'getStream':async()=>{const _0x2bba33=_0x5090e5,_0x301ade=(await _0x357032[_0x2bba33(0x232)])[_0x2bba33(0x226)];return this[_0x2bba33(0x1fb)](_0x301ade);},'abortController':_0x357032[_0x5090e5(0x1ae)]};}[_0x3690ca(0x1bc)]({content:_0x10cbc6,prompt:_0x575d75,model:_0x2f181b}){const _0x1f82eb=_0x3690ca,_0x275508=this[_0x1f82eb(0x21f)](_0x1f82eb(0x202),_0x1f82eb(0x1af),{'content':[{'type':_0x1f82eb(0x235),'content':_0x10cbc6}],'prompt':_0x575d75,'model':_0x2f181b});return{'getStream':async()=>{const _0x164e95=_0x1f82eb,_0x48054d=(await _0x275508[_0x164e95(0x232)])[_0x164e95(0x226)];return this[_0x164e95(0x1fb)](_0x48054d);},'abortController':_0x275508[_0x1f82eb(0x1ae)]};}[_0x3690ca(0x1c9)](_0x4cf132,_0x362dc0,_0x41e4ab){const _0x3c5174=_0x3690ca,_0x4ed4b9=this[_0x3c5174(0x21f)](_0x3c5174(0x222)+_0x4cf132+_0x3c5174(0x1aa)+_0x362dc0+_0x3c5174(0x1dd),_0x3c5174(0x236),{'positiveCount':_0x41e4ab[_0x3c5174(0x233)],'totalCount':_0x41e4ab[_0x3c5174(0x1ea)],'modificationId':_0x41e4ab[_0x3c5174(0x1b4)]});return{'execute':async()=>{const _0x1f70e8=_0x3c5174;await _0x4ed4b9[_0x1f70e8(0x232)];},'abortController':_0x4ed4b9[_0x3c5174(0x1ae)]};}[_0x3690ca(0x1dc)](_0x4bad53,_0x6be623,_0x4b0e7b){const _0x5dbefd=_0x3690ca,_0x165421=this[_0x5dbefd(0x21f)](_0x5dbefd(0x219)+_0x4bad53+_0x5dbefd(0x1ab)+_0x6be623+_0x5dbefd(0x1dd),_0x5dbefd(0x236),{'positiveCount':_0x4b0e7b[_0x5dbefd(0x233)],'totalCount':_0x4b0e7b[_0x5dbefd(0x1ea)]});return{'execute':async()=>{const _0xb02cbc=_0x5dbefd;await _0x165421[_0xb02cbc(0x232)];},'abortController':_0x165421[_0x5dbefd(0x1ae)]};}[_0x3690ca(0x213)](_0x2cab31,_0x4e0a33){const _0x580faa=_0x3690ca,_0x23aa0b=this[_0x580faa(0x21f)](_0x580faa(0x1f8)+_0x2cab31+_0x580faa(0x1dd),_0x580faa(0x236),{'positiveCount':_0x4e0a33[_0x580faa(0x233)],'totalCount':_0x4e0a33[_0x580faa(0x1ea)]});return{'execute':async()=>{const _0xba6ab5=_0x580faa;await _0x23aa0b[_0xba6ab5(0x232)];},'abortController':_0x23aa0b[_0x580faa(0x1ae)]};}[_0x3690ca(0x1fe)](_0x1164dc,_0x1eb38b,_0x31e076,_0xd01dab){const _0x1dd3cd=_0x3690ca,_0x12f8b8=this[_0x1dd3cd(0x21f)](_0x1dd3cd(0x1eb)+_0x1164dc+_0x1dd3cd(0x1ab)+_0x1eb38b+_0x1dd3cd(0x1dd),_0x1dd3cd(0x236),{'positiveCount':_0x31e076[_0x1dd3cd(0x233)],'totalCount':_0x31e076[_0x1dd3cd(0x1ea)],'dataId':_0xd01dab});return{'execute':async()=>{const _0x552553=_0x1dd3cd;await _0x12f8b8[_0x552553(0x232)];},'abortController':_0x12f8b8[_0x1dd3cd(0x1ae)]};}[_0x3690ca(0x1e1)](_0x4107de,_0x534a9b,_0x3e13a9){const _0x272a8a=_0x3690ca,_0x4ba34c=this[_0x272a8a(0x21f)](_0x272a8a(0x1ff)+_0x4107de+_0x272a8a(0x1dd),_0x272a8a(0x236),{'positiveCount':_0x534a9b[_0x272a8a(0x233)],'totalCount':_0x534a9b[_0x272a8a(0x1ea)],'dataId':_0x3e13a9});return{'execute':async()=>{const _0x57fc33=_0x272a8a;await _0x4ba34c[_0x57fc33(0x232)];},'abortController':_0x4ba34c[_0x272a8a(0x1ae)]};}[_0x3690ca(0x21f)](_0x82159e,_0x5862a4,_0xc08195){const _0x3c615d=_0x3690ca,_0x38b4a8=new AbortController(),_0x20891a=_0xc08195 instanceof FormData,_0x3c294a={'Authorization':_0x3c615d(0x230)+this[_0x3c615d(0x1c5)]?.[_0x3c615d(0x1e7)]};_0xc08195&&!_0x20891a&&(_0x3c294a[_0x3c615d(0x206)]=_0x3c615d(0x1e5));const _0x3e3b55={'method':_0x5862a4,'headers':_0x3c294a,'signal':_0x38b4a8[_0x3c615d(0x1c2)]};return _0xc08195&&(_0x3e3b55[_0x3c615d(0x226)]=_0x20891a?_0xc08195:JSON[_0x3c615d(0x1ce)](_0xc08195)),{'request':fetch(''+this[_0x3c615d(0x1fa)]+_0x82159e,_0x3e3b55)[_0x3c615d(0x20e)](_0x14d212=>{const _0x22ba9f=_0x3c615d;this[_0x22ba9f(0x22a)](_0x14d212);})[_0x3c615d(0x1d4)](_0x2a5e48=>_0x2a5e48['ok']?_0x2a5e48:_0x2a5e48[_0x3c615d(0x1cb)]()[_0x3c615d(0x1d4)](_0x42d384=>{const _0x1a45cc=_0x3c615d;throw{'url':this[_0x1a45cc(0x1fa)],'path':_0x82159e,'method':_0x5862a4,'body':_0xc08195,'status':(_0x2a5e48||{})[_0x1a45cc(0x215)],'statusText':(_0x2a5e48||{})[_0x1a45cc(0x229)],'code':_0x42d384[_0x1a45cc(0x238)],'message':_0x42d384[_0x1a45cc(0x217)],'traceId':_0x42d384[_0x1a45cc(0x1a6)]};})),'abortController':_0x38b4a8};}async*[_0x3690ca(0x1fb)](_0x1790c8){const _0x328885=_0x3690ca,_0x176055=[],_0x413389=_0x1790c8[_0x328885(0x1c7)](),_0x46f9c8=_0x3afcd4({'onError':_0x5d2a8c=>{const _0x23e081=_0x328885;this[_0x23e081(0x22a)](_0x5d2a8c);},'onEvent':_0x5306f5=>{const _0xa9c2fb=_0x328885;_0x5306f5[_0xa9c2fb(0x22b)]=JSON[_0xa9c2fb(0x1f4)](_0x5306f5[_0xa9c2fb(0x22b)]),_0x176055[_0xa9c2fb(0x1a7)](_0x5306f5);}});try{let _0x1d385d=!0x1;for(;!_0x1d385d;){const {done:_0x1485d0,value:_0x1fe7e2}=await _0x413389[_0x328885(0x214)]();_0x1485d0&&(_0x1d385d=!0x0),_0x46f9c8[_0x328885(0x1e2)](this[_0x328885(0x201)][_0x328885(0x1cf)](_0x1fe7e2,{'stream':!0x0})),yield*_0x176055,_0x176055[_0x328885(0x1f6)]=0x0;}}catch(_0xff05bc){this[_0x328885(0x22a)](_0xff05bc);}finally{_0x413389[_0x328885(0x1ac)](),_0x46f9c8[_0x328885(0x1e9)]();}}[_0x3690ca(0x22a)](_0x39c8c9){const _0x5a6013=_0x3690ca;if(_0x39c8c9 instanceof _0x398b5e)throw _0x39c8c9;if(_0x39c8c9 instanceof Error&&_0x5a6013(0x234)===_0x39c8c9[_0x5a6013(0x1b0)])throw new _0x398b5e(_0x5a6013(0x1e6),this,{'originalError':_0x39c8c9});throw new _0x398b5e(_0x5a6013(0x1d2),this,{'originalError':_0x39c8c9});}}
|
package/src/aicore/aiediting.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x48f16f=_0x910b;(function(_0x4eb5fe,_0x292150){const _0x4f861f=_0x910b,_0x9b30cb=_0x4eb5fe();while(!![]){try{const _0xcedded=parseInt(_0x4f861f(0x205))/0x1+parseInt(_0x4f861f(0x201))/0x2*(parseInt(_0x4f861f(0x22f))/0x3)+parseInt(_0x4f861f(0x212))/0x4+-parseInt(_0x4f861f(0x1cf))/0x5*(parseInt(_0x4f861f(0x23a))/0x6)+parseInt(_0x4f861f(0x1f0))/0x7+-parseInt(_0x4f861f(0x1d2))/0x8+parseInt(_0x4f861f(0x1ea))/0x9*(-parseInt(_0x4f861f(0x228))/0xa);if(_0xcedded===_0x292150)break;else _0x9b30cb['push'](_0x9b30cb['shift']());}catch(_0x1bfe51){_0x9b30cb['push'](_0x9b30cb['shift']());}}}(_0x2479,0xb409a));import{ViewDowncastWriter as _0x3a1608}from'ckeditor5/src/engine.js';import{ContextPlugin as _0x516b14,Editor as _0x43ba2f}from'ckeditor5/src/core.js';import{uid as _0x30500e}from'ckeditor5/src/utils.js';import{getTranslation as _0x51c60a}from'./utils/common-translations.js';import{getEditorFromContext as _0x10170b}from'./utils/geteditorfromcontext.js';export const AI_VISUAL_SELECTION_MARKER_NAME=_0x48f16f(0x223);function _0x910b(_0x28c0ba,_0x3aa1c9){const _0x24795f=_0x2479();return _0x910b=function(_0x910bf4,_0x36ee5e){_0x910bf4=_0x910bf4-0x1cd;let _0x5af7c9=_0x24795f[_0x910bf4];return _0x5af7c9;},_0x910b(_0x28c0ba,_0x3aa1c9);}function _0x2479(){const _0x514ca2=['_getDocumentDataStringFromView','markers','processor','isPremiumPlugin','removeMarker','34ESItCT','isBefore','getItems','isAtEnd','1024103cFVsIS','getRanges','end','modelToDataWithIds','document','schema','start','locale','sort','getLastMatchingPosition','fromCharCode','viewToDom','element','3433444mgLGmL','ck-fake-ai-selection','random','has','_sessionId','getStart','listenTo','_integrateEditor','change','isContent','name','config','setAttribute','markerToHighlight','markerName','AIEditing','sessionId','ai-selection','plugins','getRoot',':end></','push','783220wdzgrp','from','pluginName','emptyElement','length','addMarker','htmlWriter','83310gHsXqE','define','trim','add','createRange','domConverter',':end>','ck-ai-assistant-ui_theme','isOfficialPlugin','selection',':start></','207846PyJDOu','for','getMarkersGroup','convertAiChatSelectionMarker','version','getSelectionText','hideFakeVisualSelection','indexOf','$textProxy','75LBTwyw','ai-selection:','_displayedFakeSelectionId','8426952QQMQzK','join','getChildren','context','dataDowncast','RealTimeCollaborationClient','floor','getSelection','conversion','get','substring','_displayedFakeSelectionLocked','afterInit','isOpening','editors','getHtml','_nextDataId',':start>','_getMarkersInDocumentOrder','ai.models.showModelSelector','editing','createUIElement','toData','_setOutputDataProcessor','63fJZelF','editingDowncast','_setDataIdsOnChildren','view','showFakeVisualSelection','_outputDataProcessor','3528826DsxxKK','markerToElement','containerElement','removeAllRanges','ready','data','toView','getDocumentData','AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL','isAfter','model','data-id'];_0x2479=function(){return _0x514ca2;};return _0x2479();}export class AIEditing extends _0x516b14{constructor(_0x4a1d35){const _0x271afc=_0x48f16f;super(_0x4a1d35),this[_0x271afc(0x1d5)][_0x271afc(0x21d)][_0x271afc(0x230)](_0x271afc(0x1e5),!0x0);}[_0x48f16f(0x1ef)];[_0x48f16f(0x1d1)]=null;[_0x48f16f(0x1dd)]=!0x1;[_0x48f16f(0x216)];static get[_0x48f16f(0x22a)](){const _0x25a7a6=_0x48f16f;return _0x25a7a6(0x221);}static get[_0x48f16f(0x237)](){return!0x0;}static get[_0x48f16f(0x1ff)](){return!0x0;}get[_0x48f16f(0x222)](){const _0xeb7160=_0x48f16f;if(!this[_0xeb7160(0x216)]){const _0x318f16=_0x10170b(this[_0xeb7160(0x1d5)]),_0x1eed9b=_0x318f16[_0xeb7160(0x224)][_0xeb7160(0x215)](_0xeb7160(0x1d7))&&_0x318f16[_0xeb7160(0x224)][_0xeb7160(0x1db)](_0xeb7160(0x1d7))[_0xeb7160(0x222)];this[_0xeb7160(0x216)]=_0x1eed9b||_0x30500e();}return this[_0xeb7160(0x216)];}async[_0x48f16f(0x1f7)](){const _0xda89b4=_0x48f16f,_0x36105d=_0x10170b(this[_0xda89b4(0x1d5)]),_0x2e43a2=_0x36105d[_0xda89b4(0x1fa)],_0xe615f3=_0x36105d[_0xda89b4(0x1f5)][_0xda89b4(0x1f6)](_0x2e43a2[_0xda89b4(0x209)][_0xda89b4(0x225)](),{'convertAiChatSelectionMarker':!0x0}),_0x10e050=new _0x3a1608(_0x36105d[_0xda89b4(0x1e6)][_0xda89b4(0x1ed)][_0xda89b4(0x209)]);this[_0xda89b4(0x1ec)](_0xe615f3,_0x10e050);let _0x1382a1=await this[_0xda89b4(0x1fc)](_0xe615f3);const _0x4e0576=this[_0xda89b4(0x1e4)](),_0x228c62=[];for(const _0x1a7d24 of _0x4e0576){const _0x9f22c9='<'+_0x1a7d24[_0xda89b4(0x21c)]+_0xda89b4(0x239)+_0x1a7d24[_0xda89b4(0x21c)]+_0xda89b4(0x1e3),_0x33ae90=_0x1382a1[_0xda89b4(0x1cd)](_0x9f22c9);_0x1382a1=_0x1382a1[_0xda89b4(0x1dc)](0x0,_0x33ae90)+_0x1382a1[_0xda89b4(0x1dc)](_0x33ae90+_0x9f22c9[_0xda89b4(0x22c)]);const _0x52c748='<'+_0x1a7d24[_0xda89b4(0x21c)]+_0xda89b4(0x226)+_0x1a7d24[_0xda89b4(0x21c)]+_0xda89b4(0x235),_0x503ec8=_0x1382a1[_0xda89b4(0x1cd)](_0x52c748);_0x1382a1=_0x1382a1[_0xda89b4(0x1dc)](0x0,_0x503ec8)+_0x1382a1[_0xda89b4(0x1dc)](_0x503ec8+_0x52c748[_0xda89b4(0x22c)]),_0x228c62[_0xda89b4(0x227)]({'markerName':_0x1a7d24[_0xda89b4(0x21c)],'start':_0x33ae90,'end':_0x503ec8,'htmlFragment':_0x1382a1[_0xda89b4(0x1dc)](_0x33ae90,_0x503ec8)});}return{'content':_0x1382a1,'version':_0x36105d[_0xda89b4(0x1fa)][_0xda89b4(0x209)][_0xda89b4(0x23e)],'sessionId':this[_0xda89b4(0x222)],'selections':_0x228c62};}async[_0x48f16f(0x1de)](){const _0x35c3b6=_0x48f16f;this[_0x35c3b6(0x1d5)]instanceof _0x43ba2f?this[_0x35c3b6(0x219)](this[_0x35c3b6(0x1d5)]):this[_0x35c3b6(0x218)](this[_0x35c3b6(0x1d5)][_0x35c3b6(0x1e0)],_0x35c3b6(0x232),(_0x2aa826,_0x4bed76)=>{const _0x34499d=_0x35c3b6;_0x4bed76['on'](_0x34499d(0x1f4),()=>{const _0x2ee676=_0x34499d;this[_0x2ee676(0x219)](_0x4bed76);});});}[_0x48f16f(0x1e9)](_0x500bd4){const _0x4355af=_0x48f16f;this[_0x4355af(0x1ef)]=_0x500bd4;}async[_0x48f16f(0x1fc)](_0x8586ee){const _0x341d76=_0x48f16f;let _0x7d8608;const _0x3f1599=_0x10170b(this[_0x341d76(0x1d5)]);if(this[_0x341d76(0x1ef)]){const _0x9dc88e=_0x3f1599[_0x341d76(0x1f5)][_0x341d76(0x1fe)][_0x341d76(0x234)][_0x341d76(0x210)](_0x8586ee),_0x46e9a1=await this[_0x341d76(0x1ef)](_0x9dc88e);_0x7d8608=_0x3f1599[_0x341d76(0x1f5)][_0x341d76(0x1fe)][_0x341d76(0x22e)][_0x341d76(0x1e1)](_0x46e9a1);}else _0x7d8608=_0x3f1599[_0x341d76(0x1f5)][_0x341d76(0x1fe)][_0x341d76(0x1e8)](_0x8586ee);return _0x7d8608;}[_0x48f16f(0x219)](_0x4e990d){const _0x35f5fd=_0x48f16f;_0x4e990d[_0x35f5fd(0x1da)][_0x35f5fd(0x23b)](_0x35f5fd(0x1eb))[_0x35f5fd(0x21f)]({'model':_0x35f5fd(0x223),'view':{'classes':[_0x35f5fd(0x213),_0x35f5fd(0x236)],'priority':0xc}}),_0x4e990d[_0x35f5fd(0x1da)][_0x35f5fd(0x23b)](_0x35f5fd(0x1d6))[_0x35f5fd(0x1f1)]({'model':_0x35f5fd(0x223),'view':(_0x4efc94,{writer:_0x5f2acc,options:_0x5cb32b})=>_0x5cb32b[_0x35f5fd(0x23d)]?_0x5f2acc[_0x35f5fd(0x1e7)](_0x4efc94[_0x35f5fd(0x220)]+':'+(_0x4efc94[_0x35f5fd(0x1df)]?_0x35f5fd(0x20b):_0x35f5fd(0x207))):null});}[_0x48f16f(0x1ee)](_0x13ab59,_0x4857c0,_0x51e2c5=!0x1,_0x512932=!0x1){const _0x4704ed=_0x48f16f;if(this[_0x4704ed(0x1dd)]&&!_0x512932)return!0x1;const _0x22dc51=_0x10170b(this[_0x4704ed(0x1d5)])[_0x4704ed(0x1fa)];return _0x22dc51[_0x4704ed(0x21a)](_0x34dc0e=>{const _0x789c9a=_0x4704ed;this[_0x789c9a(0x1d1)]&&this[_0x789c9a(0x240)](this[_0x789c9a(0x1d1)]),this[_0x789c9a(0x1d1)]=_0x4857c0,this[_0x789c9a(0x1dd)]=_0x51e2c5;let _0x49c309=0x0;for(let _0xfcbb74 of _0x13ab59){const _0x20bd4d=_0x789c9a(0x1d0)+_0x49c309;if(_0xfcbb74[_0x789c9a(0x20b)][_0x789c9a(0x204)]){const _0x4ea1c7=_0xfcbb74[_0x789c9a(0x20b)][_0x789c9a(0x20e)](({item:_0x3d3d2c})=>!_0x22dc51[_0x789c9a(0x20a)][_0x789c9a(0x21b)](_0x3d3d2c),{'boundaries':_0xfcbb74});_0xfcbb74=_0x34dc0e[_0x789c9a(0x233)](_0x4ea1c7,_0xfcbb74[_0x789c9a(0x207)]);}_0x34dc0e[_0x789c9a(0x22d)](_0x20bd4d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xfcbb74}),_0x49c309++;}}),window[_0x4704ed(0x1d9)]()?.[_0x4704ed(0x1f3)](),!0x0;}[_0x48f16f(0x240)](_0x24c45e){const _0x22184c=_0x48f16f;if(this[_0x22184c(0x1d1)]!=_0x24c45e)return!0x1;this[_0x22184c(0x1d1)]=null,this[_0x22184c(0x1dd)]=!0x1;const _0x4586a2=_0x10170b(this[_0x22184c(0x1d5)]),_0x41fee5=_0x4586a2[_0x22184c(0x1fa)][_0x22184c(0x1fd)][_0x22184c(0x23c)](_0x22184c(0x223));return _0x4586a2[_0x22184c(0x1fa)][_0x22184c(0x21a)](_0x29dd5a=>{const _0x468dd3=_0x22184c;for(const _0x1d371a of _0x41fee5)_0x29dd5a[_0x468dd3(0x200)](_0x1d371a);}),!0x0;}async[_0x48f16f(0x208)](_0x36c2ab){const _0x4b4cb2=_0x48f16f,_0x10386a=_0x10170b(this[_0x4b4cb2(0x1d5)]),_0x29093c=_0x10386a[_0x4b4cb2(0x1f5)][_0x4b4cb2(0x1f6)](_0x36c2ab),_0x55b524=new _0x3a1608(_0x10386a[_0x4b4cb2(0x1e6)][_0x4b4cb2(0x1ed)][_0x4b4cb2(0x209)]);return this[_0x4b4cb2(0x1ec)](_0x29093c,_0x55b524),this[_0x4b4cb2(0x1fc)](_0x29093c);}[_0x48f16f(0x1ec)](_0x4288d5,_0x91da9c){const _0x3dcf7b=_0x48f16f;let _0x10d80d=!0x1;const _0x8eac7e=new Set();for(const _0x8c6bb2 of _0x4288d5[_0x3dcf7b(0x1d4)]()){const _0x15ed7b=_0x8c6bb2['is'](_0x3dcf7b(0x22b))||_0x8c6bb2['is'](_0x3dcf7b(0x1f2));if(!_0x8c6bb2['is'](_0x3dcf7b(0x211)))continue;(this[_0x3dcf7b(0x1ec)](_0x8c6bb2,_0x91da9c)||_0x15ed7b)&&(_0x91da9c[_0x3dcf7b(0x21e)](_0x3dcf7b(0x1fb),this[_0x3dcf7b(0x1e2)](_0x8eac7e),_0x8c6bb2),_0x10d80d=!0x0);}return _0x10d80d;}[_0x48f16f(0x1e2)](_0x5b21d9){const _0x8f3328=_0x48f16f;let _0x5c93ce;do{_0x5c93ce='';for(let _0x28b6ae=0x0;_0x28b6ae<0x4;_0x28b6ae++)_0x5c93ce+=String[_0x8f3328(0x20f)](0x61+Math[_0x8f3328(0x1d8)](0x1a*Math[_0x8f3328(0x214)]()));}while(_0x5b21d9[_0x8f3328(0x215)](_0x5c93ce));return _0x5b21d9[_0x8f3328(0x232)](_0x5c93ce),_0x5c93ce;}[_0x48f16f(0x23f)](){const _0x39b289=_0x48f16f,{model:_0x90e41}=_0x10170b(this[_0x39b289(0x1d5)]),_0x1ff2eb=_0x90e41[_0x39b289(0x209)][_0x39b289(0x238)],_0x3491a6=[];for(const _0x1a10e2 of _0x1ff2eb[_0x39b289(0x206)]())for(const _0xd0a0a6 of _0x1a10e2[_0x39b289(0x203)]())_0xd0a0a6['is'](_0x39b289(0x1ce))?_0x3491a6[_0x39b289(0x227)](_0xd0a0a6[_0x39b289(0x1f5)]):_0xd0a0a6['is'](_0x39b289(0x211))&&_0x3491a6[_0x39b289(0x22c)]>0x0&&'\x20'!==_0x3491a6[_0x3491a6[_0x39b289(0x22c)]-0x1]&&_0x3491a6[_0x39b289(0x227)]('\x20');return _0x3491a6[_0x39b289(0x22c)]?'\x22'+_0x3491a6[_0x39b289(0x1d3)]('')[_0x39b289(0x231)]()+'\x22':_0x51c60a(this[_0x39b289(0x1d5)][_0x39b289(0x20c)],_0x39b289(0x1f8));}[_0x48f16f(0x1e4)](){const _0x4398f9=_0x48f16f,_0x34756d=_0x10170b(this[_0x4398f9(0x1d5)])[_0x4398f9(0x1fa)];return Array[_0x4398f9(0x229)](_0x34756d[_0x4398f9(0x1fd)][_0x4398f9(0x23c)](_0x4398f9(0x223)))[_0x4398f9(0x20d)]((_0x2a22a8,_0x5c4f29)=>_0x2a22a8[_0x4398f9(0x217)]()[_0x4398f9(0x202)](_0x5c4f29[_0x4398f9(0x217)]())?-0x1:_0x2a22a8[_0x4398f9(0x217)]()[_0x4398f9(0x1f9)](_0x5c4f29[_0x4398f9(0x217)]())?0x1:0x0);}}
|
|
23
|
+
const _0x1bca29=_0x2c1b;(function(_0xdff854,_0xe72964){const _0x2dc5dd=_0x2c1b,_0x2e5d4e=_0xdff854();while(!![]){try{const _0x58e98c=parseInt(_0x2dc5dd(0x1c9))/0x1+parseInt(_0x2dc5dd(0x171))/0x2*(-parseInt(_0x2dc5dd(0x1cb))/0x3)+parseInt(_0x2dc5dd(0x1b0))/0x4*(parseInt(_0x2dc5dd(0x162))/0x5)+parseInt(_0x2dc5dd(0x170))/0x6+-parseInt(_0x2dc5dd(0x1a5))/0x7*(parseInt(_0x2dc5dd(0x194))/0x8)+-parseInt(_0x2dc5dd(0x182))/0x9*(-parseInt(_0x2dc5dd(0x1b5))/0xa)+parseInt(_0x2dc5dd(0x17b))/0xb;if(_0x58e98c===_0xe72964)break;else _0x2e5d4e['push'](_0x2e5d4e['shift']());}catch(_0x1d956a){_0x2e5d4e['push'](_0x2e5d4e['shift']());}}}(_0x141d,0x1eebd));import{ViewDowncastWriter as _0xd731ec}from'ckeditor5/src/engine.js';import{ContextPlugin as _0x24bd91,Editor as _0x10ee2c}from'ckeditor5/src/core.js';import{uid as _0xa67ed7}from'ckeditor5/src/utils.js';function _0x2c1b(_0x55a3f9,_0xb962d9){const _0x141d94=_0x141d();return _0x2c1b=function(_0x2c1b66,_0x3fe739){_0x2c1b66=_0x2c1b66-0x15f;let _0x1da973=_0x141d94[_0x2c1b66];return _0x1da973;},_0x2c1b(_0x55a3f9,_0xb962d9);}import{getTranslation as _0x41c742}from'./utils/common-translations.js';import{getEditorFromContext as _0x22a092}from'./utils/geteditorfromcontext.js';export const AI_VISUAL_SELECTION_MARKER_NAME=_0x1bca29(0x172);export class AIEditing extends _0x24bd91{constructor(_0x110bb5){const _0x3e8eee=_0x1bca29;super(_0x110bb5),this[_0x3e8eee(0x165)][_0x3e8eee(0x164)][_0x3e8eee(0x198)](_0x3e8eee(0x1c0),!0x0);}[_0x1bca29(0x167)];[_0x1bca29(0x17e)]=null;[_0x1bca29(0x1be)]=!0x1;[_0x1bca29(0x199)];static get[_0x1bca29(0x1d2)](){const _0x4ea0ba=_0x1bca29;return _0x4ea0ba(0x1a0);}static get[_0x1bca29(0x17a)](){return!0x0;}static get[_0x1bca29(0x186)](){return!0x0;}get[_0x1bca29(0x1bc)](){const _0x43305d=_0x1bca29;if(!this[_0x43305d(0x199)]){const _0x240aac=_0x22a092(this[_0x43305d(0x165)]),_0x41bbf7=_0x240aac[_0x43305d(0x1a9)][_0x43305d(0x1a3)](_0x43305d(0x168))&&_0x240aac[_0x43305d(0x1a9)][_0x43305d(0x1c4)](_0x43305d(0x168))[_0x43305d(0x1bc)];this[_0x43305d(0x199)]=_0x41bbf7||_0xa67ed7();}return this[_0x43305d(0x199)];}async[_0x1bca29(0x1aa)](){const _0x54c742=_0x1bca29,_0x477472=_0x22a092(this[_0x54c742(0x165)]),_0xbfd6f9=_0x477472[_0x54c742(0x166)],_0x1f6e6c=_0x477472[_0x54c742(0x1a7)][_0x54c742(0x185)](_0xbfd6f9[_0x54c742(0x1c3)][_0x54c742(0x178)](),{'convertAiChatSelectionMarker':!0x0}),_0x2ded47=new _0xd731ec(_0x477472[_0x54c742(0x16c)][_0x54c742(0x1cc)][_0x54c742(0x1c3)]);this[_0x54c742(0x17c)](_0x1f6e6c,_0x2ded47);let _0x40fa0b=await this[_0x54c742(0x1a2)](_0x1f6e6c);const _0x25ae8d=this[_0x54c742(0x176)](),_0x557540=[];for(const _0x5f39e2 of _0x25ae8d){const _0x5a5135='<'+_0x5f39e2[_0x54c742(0x192)]+_0x54c742(0x1a1)+_0x5f39e2[_0x54c742(0x192)]+_0x54c742(0x1bd),_0x2ee872=_0x40fa0b[_0x54c742(0x19a)](_0x5a5135);_0x40fa0b=_0x40fa0b[_0x54c742(0x189)](0x0,_0x2ee872)+_0x40fa0b[_0x54c742(0x189)](_0x2ee872+_0x5a5135[_0x54c742(0x1b1)]);const _0x32c2fe='<'+_0x5f39e2[_0x54c742(0x192)]+_0x54c742(0x160)+_0x5f39e2[_0x54c742(0x192)]+_0x54c742(0x19f),_0x318654=_0x40fa0b[_0x54c742(0x19a)](_0x32c2fe);_0x40fa0b=_0x40fa0b[_0x54c742(0x189)](0x0,_0x318654)+_0x40fa0b[_0x54c742(0x189)](_0x318654+_0x32c2fe[_0x54c742(0x1b1)]),_0x557540[_0x54c742(0x16a)]({'markerName':_0x5f39e2[_0x54c742(0x192)],'start':_0x2ee872,'end':_0x318654,'htmlFragment':_0x40fa0b[_0x54c742(0x189)](_0x2ee872,_0x318654)});}return{'content':_0x40fa0b,'version':_0x477472[_0x54c742(0x166)][_0x54c742(0x1c3)][_0x54c742(0x1af)],'sessionId':this[_0x54c742(0x1bc)],'selections':_0x557540};}async[_0x1bca29(0x19d)](){const _0x34c5a2=_0x1bca29;this[_0x34c5a2(0x165)]instanceof _0x10ee2c?this[_0x34c5a2(0x18d)](this[_0x34c5a2(0x165)]):this[_0x34c5a2(0x18a)](this[_0x34c5a2(0x165)][_0x34c5a2(0x1ab)],_0x34c5a2(0x1bf),(_0x4a46e7,_0x2ee382)=>{const _0x16e0e1=_0x34c5a2;_0x2ee382['on'](_0x16e0e1(0x19e),()=>{const _0x505da5=_0x16e0e1;this[_0x505da5(0x18d)](_0x2ee382);});});}[_0x1bca29(0x173)](_0x5a7832){const _0x3637cb=_0x1bca29;this[_0x3637cb(0x167)]=_0x5a7832;}async[_0x1bca29(0x1a2)](_0x34b06a){const _0x1d298d=_0x1bca29;let _0x210c76;const _0x4c98f5=_0x22a092(this[_0x1d298d(0x165)]);if(this[_0x1d298d(0x167)]){const _0xfb8be1=_0x4c98f5[_0x1d298d(0x1a7)][_0x1d298d(0x1ae)][_0x1d298d(0x1b6)][_0x1d298d(0x1d3)](_0x34b06a),_0xad7ec9=await this[_0x1d298d(0x167)](_0xfb8be1);_0x210c76=_0x4c98f5[_0x1d298d(0x1a7)][_0x1d298d(0x1ae)][_0x1d298d(0x18c)][_0x1d298d(0x18b)](_0xad7ec9);}else _0x210c76=_0x4c98f5[_0x1d298d(0x1a7)][_0x1d298d(0x1ae)][_0x1d298d(0x1ca)](_0x34b06a);return _0x210c76;}[_0x1bca29(0x18d)](_0x1ae491){const _0x1113d8=_0x1bca29;_0x1ae491[_0x1113d8(0x1a4)][_0x1113d8(0x19b)](_0x1113d8(0x184))[_0x1113d8(0x190)]({'model':_0x1113d8(0x172),'view':{'classes':[_0x1113d8(0x187),_0x1113d8(0x177)],'priority':0xc}}),_0x1ae491[_0x1113d8(0x1a4)][_0x1113d8(0x19b)](_0x1113d8(0x197))[_0x1113d8(0x16e)]({'model':_0x1113d8(0x172),'view':(_0x586b86,{writer:_0x2aff31,options:_0x3cc0e2})=>_0x3cc0e2[_0x1113d8(0x19c)]?_0x2aff31[_0x1113d8(0x1c7)](_0x586b86[_0x1113d8(0x18e)]+':'+(_0x586b86[_0x1113d8(0x15f)]?_0x1113d8(0x188):_0x1113d8(0x1ce))):null});}[_0x1bca29(0x1b9)](_0x421c67,_0x42e542,_0x10e0c8=!0x1,_0x185e5c=!0x1){const _0x41ded7=_0x1bca29;if(this[_0x41ded7(0x1be)]&&!_0x185e5c)return!0x1;const _0x243713=_0x22a092(this[_0x41ded7(0x165)])[_0x41ded7(0x166)];return _0x243713[_0x41ded7(0x163)](_0x2188ae=>{const _0x1e2937=_0x41ded7;this[_0x1e2937(0x17e)]&&this[_0x1e2937(0x183)](this[_0x1e2937(0x17e)]),this[_0x1e2937(0x17e)]=_0x42e542,this[_0x1e2937(0x1be)]=_0x10e0c8;let _0x9c8489=0x0;for(let _0xebd5d4 of _0x421c67){const _0xd4b3c4=_0x1e2937(0x161)+_0x9c8489;if(_0xebd5d4[_0x1e2937(0x188)][_0x1e2937(0x1b7)]){const _0x3f105f=_0xebd5d4[_0x1e2937(0x188)][_0x1e2937(0x191)](({item:_0x43e3ac})=>!_0x243713[_0x1e2937(0x1a6)][_0x1e2937(0x195)](_0x43e3ac),{'boundaries':_0xebd5d4});_0xebd5d4=_0x2188ae[_0x1e2937(0x1c2)](_0x3f105f,_0xebd5d4[_0x1e2937(0x1ce)]);}_0x2188ae[_0x1e2937(0x1c8)](_0xd4b3c4,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xebd5d4}),_0x9c8489++;}}),window[_0x41ded7(0x1b4)]()?.[_0x41ded7(0x1c5)](),!0x0;}[_0x1bca29(0x183)](_0x437f93){const _0xabbdc8=_0x1bca29;if(this[_0xabbdc8(0x17e)]!=_0x437f93)return!0x1;this[_0xabbdc8(0x17e)]=null,this[_0xabbdc8(0x1be)]=!0x1;const _0x125351=_0x22a092(this[_0xabbdc8(0x165)]),_0x2095cd=_0x125351[_0xabbdc8(0x166)][_0xabbdc8(0x1b2)][_0xabbdc8(0x196)](_0xabbdc8(0x172));return _0x125351[_0xabbdc8(0x166)][_0xabbdc8(0x163)](_0x57adb8=>{const _0x150a13=_0xabbdc8;for(const _0x5e9fd8 of _0x2095cd)_0x57adb8[_0x150a13(0x169)](_0x5e9fd8);}),!0x0;}async[_0x1bca29(0x1b8)](_0x56d05a){const _0x2345ed=_0x1bca29,_0x4d7b34=_0x22a092(this[_0x2345ed(0x165)]),_0x1b11c8=_0x4d7b34[_0x2345ed(0x1a7)][_0x2345ed(0x185)](_0x56d05a),_0x313f52=new _0xd731ec(_0x4d7b34[_0x2345ed(0x16c)][_0x2345ed(0x1cc)][_0x2345ed(0x1c3)]);return this[_0x2345ed(0x17c)](_0x1b11c8,_0x313f52),this[_0x2345ed(0x1a2)](_0x1b11c8);}[_0x1bca29(0x17c)](_0xcb0ca2,_0x5ba3c5){const _0xb94ac6=_0x1bca29;let _0x190f14=!0x1;const _0x116394=new Set();for(const _0x4b4bd3 of _0xcb0ca2[_0xb94ac6(0x1d0)]()){const _0x2640c5=_0x4b4bd3['is'](_0xb94ac6(0x180))||_0x4b4bd3['is'](_0xb94ac6(0x1d1));if(!_0x4b4bd3['is'](_0xb94ac6(0x16b)))continue;(this[_0xb94ac6(0x17c)](_0x4b4bd3,_0x5ba3c5)||_0x2640c5)&&(_0x5ba3c5[_0xb94ac6(0x179)](_0xb94ac6(0x1ad),this[_0xb94ac6(0x181)](_0x116394),_0x4b4bd3),_0x190f14=!0x0);}return _0x190f14;}[_0x1bca29(0x181)](_0x653c91){const _0x12faed=_0x1bca29;let _0x2dec1f;do{_0x2dec1f='';for(let _0x16b6f5=0x0;_0x16b6f5<0x4;_0x16b6f5++)_0x2dec1f+=String[_0x12faed(0x1b3)](0x61+Math[_0x12faed(0x1a8)](0x1a*Math[_0x12faed(0x1bb)]()));}while(_0x653c91[_0x12faed(0x1a3)](_0x2dec1f));return _0x653c91[_0x12faed(0x1bf)](_0x2dec1f),_0x2dec1f;}[_0x1bca29(0x1cf)](){const _0x3777d1=_0x1bca29,{model:_0x328e69}=_0x22a092(this[_0x3777d1(0x165)]),_0x210493=_0x328e69[_0x3777d1(0x1c3)][_0x3777d1(0x16d)],_0x29724d=[];for(const _0x3cc276 of _0x210493[_0x3777d1(0x18f)]())for(const _0x12ea47 of _0x3cc276[_0x3777d1(0x16f)]())_0x12ea47['is'](_0x3777d1(0x1c1))?_0x29724d[_0x3777d1(0x16a)](_0x12ea47[_0x3777d1(0x1a7)]):_0x12ea47['is'](_0x3777d1(0x16b))&&_0x29724d[_0x3777d1(0x1b1)]>0x0&&'\x20'!==_0x29724d[_0x29724d[_0x3777d1(0x1b1)]-0x1]&&_0x29724d[_0x3777d1(0x16a)]('\x20');return _0x29724d[_0x3777d1(0x1b1)]?'\x22'+_0x29724d[_0x3777d1(0x175)]('')[_0x3777d1(0x1c6)]()+'\x22':_0x41c742(this[_0x3777d1(0x165)][_0x3777d1(0x193)],_0x3777d1(0x17f));}[_0x1bca29(0x176)](){const _0x3ea1f5=_0x1bca29,_0x5322f1=_0x22a092(this[_0x3ea1f5(0x165)])[_0x3ea1f5(0x166)];return Array[_0x3ea1f5(0x17d)](_0x5322f1[_0x3ea1f5(0x1b2)][_0x3ea1f5(0x196)](_0x3ea1f5(0x172)))[_0x3ea1f5(0x1ba)]((_0x52893b,_0x2b3689)=>_0x52893b[_0x3ea1f5(0x1cd)]()[_0x3ea1f5(0x174)](_0x2b3689[_0x3ea1f5(0x1cd)]())?-0x1:_0x52893b[_0x3ea1f5(0x1cd)]()[_0x3ea1f5(0x1ac)](_0x2b3689[_0x3ea1f5(0x1cd)]())?0x1:0x0);}}function _0x141d(){const _0x4e2fbb=['isAfter','data-id','processor','version','159284nwbaDA','length','markers','fromCharCode','getSelection','5160GcWRcT','domConverter','isAtEnd','modelToDataWithIds','showFakeVisualSelection','sort','random','sessionId',':start>','_displayedFakeSelectionLocked','add','ai.models.showModelSelector','$textProxy','createRange','document','get','removeAllRanges','trim','createUIElement','addMarker','65568YyVziS','toData','21pbdyyu','view','getStart','end','getSelectionText','getChildren','containerElement','pluginName','viewToDom','isOpening',':end></','ai-selection:','10lvVOWH','change','config','context','model','_outputDataProcessor','RealTimeCollaborationClient','removeMarker','push','element','editing','selection','markerToElement','getItems','95292AvYjKe','42618KGloEI','ai-selection','_setOutputDataProcessor','isBefore','join','_getMarkersInDocumentOrder','ck-ai-assistant-ui_theme','getRoot','setAttribute','isOfficialPlugin','3782108oyZrhr','_setDataIdsOnChildren','from','_displayedFakeSelectionId','AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL','emptyElement','_nextDataId','369WSBXYE','hideFakeVisualSelection','editingDowncast','toView','isPremiumPlugin','ck-fake-ai-selection','start','substring','listenTo','getHtml','htmlWriter','_integrateEditor','markerName','getRanges','markerToHighlight','getLastMatchingPosition','name','locale','1032dZXDEp','isContent','getMarkersGroup','dataDowncast','define','_sessionId','indexOf','for','convertAiChatSelectionMarker','afterInit','ready',':end>','AIEditing',':start></','_getDocumentDataStringFromView','has','conversion','13580RTlsia','schema','data','floor','plugins','getDocumentData','editors'];_0x141d=function(){return _0x4e2fbb;};return _0x141d();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5064c0=_0x5adb;(function(_0x2e7d00,_0x4b31e2){const _0x2f0ac2=_0x5adb,_0x1c49af=_0x2e7d00();while(!![]){try{const _0x45361d=parseInt(_0x2f0ac2(0xd7))/0x1*(parseInt(_0x2f0ac2(0xde))/0x2)+-parseInt(_0x2f0ac2(0xc8))/0x3*(parseInt(_0x2f0ac2(0xcb))/0x4)+parseInt(_0x2f0ac2(0xce))/0x5+parseInt(_0x2f0ac2(0xc7))/0x6*(-parseInt(_0x2f0ac2(0xd6))/0x7)+-parseInt(_0x2f0ac2(0xcd))/0x8*(parseInt(_0x2f0ac2(0xd1))/0x9)+parseInt(_0x2f0ac2(0xca))/0xa+-parseInt(_0x2f0ac2(0xcf))/0xb;if(_0x45361d===_0x4b31e2)break;else _0x1c49af['push'](_0x1c49af['shift']());}catch(_0x10e31d){_0x1c49af['push'](_0x1c49af['shift']());}}}(_0x75ce,0x81da8));import{EmitterMixin as _0x26b546}from'ckeditor5/src/utils.js';function _0x5adb(_0x28d970,_0xe7c49a){const _0x75cef5=_0x75ce();return _0x5adb=function(_0x5adb0d,_0x1e61e4){_0x5adb0d=_0x5adb0d-0xc7;let _0x4b1b37=_0x75cef5[_0x5adb0d];return _0x4b1b37;},_0x5adb(_0x28d970,_0xe7c49a);}export const CAPABILITIES_MODEL_EVENT_NAMES=[_0x5064c0(0xd5)];function _0x75ce(){const _0x1b2aa5=['setWebSearch','526160QSULzC','isReasoningEnabled','init','getCapabilitiesRequestData','34134mncJYV','291VoVtBE','_isWebSearchEnabled','2344450ffuSkC','4548MNxjcD','_isReasoningEnabled','72HeZOEv','1176000AFkWeq','257884QnDYqy','webSearch','75573SzSiwe','toggleReasoning','toggleWebSearch','reset','capabilitiesUpdated','637iQarKJ','3BYkThy','setReasoning','getCapabilitiesConfig','fire','isWebSearchEnabled','reasoning'];_0x75ce=function(){return _0x1b2aa5;};return _0x75ce();}export class AICapabilities extends _0x26b546(){[_0x5064c0(0xc9)];[_0x5064c0(0xcc)];constructor(){const _0x319b6d=_0x5064c0;super(),this[_0x319b6d(0xc9)]=!0x1,this[_0x319b6d(0xcc)]=!0x1;}[_0x5064c0(0xe0)](){const _0x36b0aa=_0x5064c0;this[_0x36b0aa(0xd4)]();}[_0x5064c0(0xd4)](){const _0x599013=_0x5064c0;this[_0x599013(0xdd)](!0x1),this[_0x599013(0xd8)](!0x1);}[_0x5064c0(0xd9)](){const _0x108a44=_0x5064c0;return{'isWebSearchEnabled':this[_0x108a44(0xc9)],'isReasoningEnabled':this[_0x108a44(0xcc)]};}static[_0x5064c0(0xe1)](_0x51cb4f){const _0x362a39=_0x5064c0,_0x20c16b={};return _0x51cb4f&&_0x51cb4f[_0x362a39(0xdb)]&&(_0x20c16b[_0x362a39(0xd0)]={}),_0x51cb4f&&_0x51cb4f[_0x362a39(0xdf)]&&(_0x20c16b[_0x362a39(0xdc)]={}),_0x20c16b;}[_0x5064c0(0xd3)](){const _0x3ab054=_0x5064c0;this[_0x3ab054(0xdd)](!this[_0x3ab054(0xc9)]);}[_0x5064c0(0xd2)](){const _0x527138=_0x5064c0;this[_0x527138(0xd8)](!this[_0x527138(0xcc)]);}[_0x5064c0(0xdd)](_0x4b9601){const _0x580e74=_0x5064c0;_0x4b9601!==this[_0x580e74(0xc9)]&&(this[_0x580e74(0xc9)]=_0x4b9601,this[_0x580e74(0xda)](_0x580e74(0xd5),this[_0x580e74(0xd9)]()));}[_0x5064c0(0xd8)](_0x513958){const _0x1feba5=_0x5064c0;_0x513958!==this[_0x1feba5(0xcc)]&&(this[_0x1feba5(0xcc)]=_0x513958,this[_0x1feba5(0xda)](_0x1feba5(0xd5),this[_0x1feba5(0xd9)]()));}}
|