@ckeditor/ckeditor5-ai 47.0.0-alpha.9 → 47.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/aiactionsinteraction.js +1 -1
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/aiadapter.js +1 -1
- package/src/aiassistant/adapters/aitextadapter.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.js +1 -1
- package/src/aiassistant/adapters/openaitextadapter.js +1 -1
- package/src/aiassistant/aiassistant.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/aiassistantui.js +1 -1
- package/src/aiassistant/legacyerrors.js +1 -1
- package/src/aiassistant/ui/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/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
- package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
- package/src/aiballoon/ui/aiballoonview.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/model/aichatmodels.js +1 -1
- package/src/aichat/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatfeedview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/aichatview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
- package/src/aichat/utils/eventnames.js +1 -1
- package/src/aichat/utils/promisequeue.js +1 -1
- package/src/aichat/utils/scrollmanager.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aicapabilities.js +1 -1
- package/src/aicore/model/aiinteraction.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/pipeline/airesponseparser.js +2 -2
- package/src/aicore/ui/aidisclaimerview.js +1 -1
- package/src/aicore/ui/aiskeleton.js +1 -1
- package/src/aicore/ui/aispinner.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/documentposition.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/geteditorfromcontext.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactions.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsediting.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeediting.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewchecklist.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
- package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
- package/src/aireviewmode/model/aireviewmodels.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/aitabsview.js +1 -1
- package/src/aitabs/tabs/tabbuttonview.js +1 -1
- package/src/aitabs/tabs/tabpanelview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x179493=_0x4c61;(function(_0x5e4d65,_0x56bafa){const _0x90a79d=_0x4c61,_0x143644=_0x5e4d65();while(!![]){try{const _0x50c3d8=parseInt(_0x90a79d(0xc2))/0x1*(-parseInt(_0x90a79d(0xdc))/0x2)+parseInt(_0x90a79d(0xe1))/0x3+-parseInt(_0x90a79d(0xa6))/0x4+parseInt(_0x90a79d(0xaa))/0x5+-parseInt(_0x90a79d(0xb4))/0x6+parseInt(_0x90a79d(0xb7))/0x7+parseInt(_0x90a79d(0xa0))/0x8*(parseInt(_0x90a79d(0xcd))/0x9);if(_0x50c3d8===_0x56bafa)break;else _0x143644['push'](_0x143644['shift']());}catch(_0x24c9be){_0x143644['push'](_0x143644['shift']());}}}(_0x32f5,0x4bc16));import{FocusTracker as _0x3b60e8,KeystrokeHandler as _0x4af8fb}from'ckeditor5/src/utils.js';function _0x4c61(_0x3bc70f,_0x42bd17){const _0x32f51b=_0x32f5();return _0x4c61=function(_0x4c61d,_0x2e19c1){_0x4c61d=_0x4c61d-0x9f;let _0x5c3950=_0x32f51b[_0x4c61d];return _0x5c3950;},_0x4c61(_0x3bc70f,_0x42bd17);}function _0x32f5(){const _0x2ac903=['REPLACE','bind','fieldView','insertButton','Empty\x20history','add','replaceContent','_focusables','trim','2CXfyPG','tryAgainButton','clear','isVisible','focus','toolbar','Ask\x20AI\x20to\x20edit\x20or\x20generate','handleError','submitPrompt','isEnabled','stopProcessing','333DjHGBY','div','focusTracker','errorView','locale','ck-ai-form-content','chain','finishProcessing','clearHistory','submit','ck-hidden','Ask\x20AI\x20to\x20improve\x20generated\x20text','items','set','high','600268xiXBLx','delegate','keystrokes','tryAgainEvent','execute','1715592tzvkWC','stopButton','_createPromptView','replaceButton','focusLast','bindTo','historyGroupView','element','text','prompt','shift\x20+\x20tab','isProcessing','listenTo','render','_promptHistory','queryView','focusCycler','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','focusFirst','193096MfPpKB','insertContentBelow','tab','contentArea','startProcessing','mainAction','2048284CfbfGb','reset','isError','_createHistoryView','664640WiyJHm','AI_ERROR_FAILED','bindTemplate','fire','createCollection','search','value','setTemplate','_createToolbar','promptView','1576812gQkuBI','copyButtonView','ck-ai-form','613018rOdzTq','label'];_0x32f5=function(){return _0x2ac903;};return _0x32f5();}import{View as _0x23f694,FocusCycler as _0x7c3cf1,createLabeledTextarea as _0x4ce526}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x39b05d,AIFormToolbarViewMainActionLabel as _0x11ad30}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x517851}from'./aiformcontentarea.js';import{AIFormErrorView as _0x8a8b3b}from'./aiformerrorview.js';import{AIFormPromptView as _0x462699}from'./aiformpromptview.js';import{AIHistoryListView as _0x369e0f}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x22ae10}from'./aihistorylistitemview.js';import{PromptHistory as _0x449984}from'./prompthistory.js';import{getTranslation as _0x30e33c}from'../../utils/common-translations.js';import{escape as _0x53e715}from'es-toolkit/compat';export class AIFormView extends _0x23f694{[_0x179493(0xcf)];[_0x179493(0xde)];[_0x179493(0xa3)];[_0x179493(0xc7)];[_0x179493(0xb3)];[_0x179493(0xd0)];[_0x179493(0xc0)];[_0x179493(0xf1)];[_0x179493(0xef)];constructor(_0xb6426a,_0x344ff0,_0x231abc=''){const _0x17e2d7=_0x179493;super(_0xb6426a),this[_0x17e2d7(0xda)](_0x17e2d7(0xcb),!0x0),this[_0x17e2d7(0xda)](_0x17e2d7(0xec),!0x1),this[_0x17e2d7(0xda)](_0x17e2d7(0xea),''),this[_0x17e2d7(0xda)](_0x17e2d7(0xb0),''),this[_0x17e2d7(0xda)](_0x17e2d7(0xa8),!0x1),this[_0x17e2d7(0xda)](_0x17e2d7(0xa5),_0x11ad30[_0x17e2d7(0xb9)]),this[_0x17e2d7(0xef)]=new _0x449984(),this[_0x17e2d7(0xd0)]=new _0x8a8b3b(_0xb6426a),this[_0x17e2d7(0xa3)]=new _0x517851(_0xb6426a,_0x231abc),this[_0x17e2d7(0xa3)][_0x17e2d7(0xba)](_0x17e2d7(0xec))['to'](this),this[_0x17e2d7(0xa3)][_0x17e2d7(0xba)](_0x17e2d7(0xb0))['to'](this),this[_0x17e2d7(0xc7)]=this[_0x17e2d7(0xb2)](),this[_0x17e2d7(0xc7)][_0x17e2d7(0xba)](_0x17e2d7(0xa5))['to'](this),this[_0x17e2d7(0xb3)]=this[_0x17e2d7(0xe3)](),this[_0x17e2d7(0xcf)]=new _0x3b60e8(),this[_0x17e2d7(0xde)]=new _0x4af8fb(),this[_0x17e2d7(0xc0)]=this[_0x17e2d7(0xae)]([this[_0x17e2d7(0xa3)],this[_0x17e2d7(0xa3)][_0x17e2d7(0xb5)],this[_0x17e2d7(0xc7)],this[_0x17e2d7(0xb3)]]),this[_0x17e2d7(0xf1)]=new _0x7c3cf1({'focusables':this[_0x17e2d7(0xc0)],'focusTracker':this[_0x17e2d7(0xcf)],'keystrokeHandler':this[_0x17e2d7(0xde)],'actions':{'focusPrevious':_0x17e2d7(0xeb),'focusNext':_0x17e2d7(0xa2)}}),this[_0x17e2d7(0xf1)][_0x17e2d7(0xd3)](this[_0x17e2d7(0xb3)][_0x17e2d7(0xf1)]),this[_0x17e2d7(0xb3)][_0x17e2d7(0xf0)][_0x17e2d7(0xbb)][_0x17e2d7(0xba)](_0x17e2d7(0xb0))['to'](this,_0x17e2d7(0xea));const _0x406095=this[_0x17e2d7(0xac)];this[_0x17e2d7(0xb1)]({'tag':_0x17e2d7(0xce),'attributes':{'class':['ck',_0x17e2d7(0xb6),_0x344ff0],'tabindex':'-1'},'children':[{'tag':_0x17e2d7(0xce),'attributes':{'class':['ck',_0x17e2d7(0xd2)]},'children':[{'tag':_0x17e2d7(0xce),'attributes':{'class':[_0x406095['if'](_0x17e2d7(0xa8),_0x17e2d7(0xd7),_0x59df9b=>!_0x59df9b)]},'children':[this[_0x17e2d7(0xd0)]]},this[_0x17e2d7(0xa3)],this[_0x17e2d7(0xc7)],this[_0x17e2d7(0xb3)]]}]});}[_0x179493(0xee)](){const _0x350d45=_0x179493;super[_0x350d45(0xee)](),this[_0x350d45(0xcf)][_0x350d45(0xbe)](this[_0x350d45(0xa3)][_0x350d45(0xe8)]),this[_0x350d45(0xcf)][_0x350d45(0xbe)](this[_0x350d45(0xa3)][_0x350d45(0xb5)][_0x350d45(0xe8)]),this[_0x350d45(0xcf)][_0x350d45(0xbe)](this[_0x350d45(0xc7)][_0x350d45(0xe8)]),this[_0x350d45(0xcf)][_0x350d45(0xbe)](this[_0x350d45(0xb3)][_0x350d45(0xe8)]),this[_0x350d45(0xde)][_0x350d45(0xed)](this[_0x350d45(0xe8)]);}[_0x179493(0xc6)](_0x494c78=0x1){const _0x105a9e=_0x179493;-0x1===_0x494c78?this[_0x105a9e(0xf1)][_0x105a9e(0xe5)]():this[_0x105a9e(0xf1)][_0x105a9e(0x9f)]();}[_0x179493(0xa7)](){const _0x2c3ec9=_0x179493;this[_0x2c3ec9(0xea)]='',this[_0x2c3ec9(0xb0)]='',this[_0x2c3ec9(0xa8)]=!0x1,this[_0x2c3ec9(0xb3)][_0x2c3ec9(0xa7)](),this[_0x2c3ec9(0xa3)][_0x2c3ec9(0xc5)]=!0x1,this[_0x2c3ec9(0xc7)][_0x2c3ec9(0xc5)]=!0x1;}[_0x179493(0xe3)](){const _0x192724=_0x179493,_0x9eb67a=this[_0x192724(0xd1)],_0x4b0f3b=new _0x462699(_0x9eb67a,{'queryView':{'label':_0x30e33c(_0x9eb67a,_0x192724(0xc8)),'creator':_0x4ce526,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x30e33c(_0x9eb67a,_0x192724(0xbd)),'secondary':_0x30e33c(_0x9eb67a,_0x192724(0xf2))}}},'filteredView':this[_0x192724(0xa9)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x4b0f3b[_0x192724(0xba)](_0x192724(0xcb))['to'](this,_0x192724(0xcb),this,_0x192724(0xec),(_0x8e847e,_0x11ed4f)=>_0x8e847e&&!_0x11ed4f),this[_0x192724(0xed)](_0x4b0f3b,_0x192724(0xd6),(_0x261507,_0x907e26)=>{const _0x340eaa=_0x192724;this[_0x340eaa(0xea)]=_0x907e26;const _0x5b8c42=_0x53e715(_0x907e26);this[_0x340eaa(0xad)](_0x340eaa(0xca),_0x5b8c42),_0x907e26[_0x340eaa(0xc1)]()&&this[_0x340eaa(0xef)][_0x340eaa(0xbe)]({'prompt':_0x5b8c42},0x0);},{'priority':_0x192724(0xdb)}),_0x4b0f3b;}[_0x179493(0xa9)](){const _0x104675=_0x179493,_0x9d270f=new _0x369e0f(this[_0x104675(0xd1)]);return _0x9d270f[_0x104675(0xe7)][_0x104675(0xd9)][_0x104675(0xe6)](this[_0x104675(0xef)])['as'](_0x22ae10),_0x9d270f['on'](_0x104675(0xd5),()=>{const _0x4087b5=_0x104675;this[_0x4087b5(0xef)][_0x4087b5(0xc4)](),this[_0x4087b5(0xb3)][_0x4087b5(0xaf)](''),this[_0x4087b5(0xb3)][_0x4087b5(0xc6)]();}),_0x9d270f;}[_0x179493(0xb2)](){const _0x27d0ce=_0x179493,_0x2c19ae=new _0x39b05d(this[_0x27d0ce(0xd1)]);return _0x2c19ae[_0x27d0ce(0xe4)][_0x27d0ce(0xba)](_0x27d0ce(0xcb))['to'](this,_0x27d0ce(0xcb),this,_0x27d0ce(0xec),this,_0x27d0ce(0xb0),(_0x2da110,_0x953094,_0x3ba910)=>_0x2da110&&!_0x953094&&!!_0x3ba910),_0x2c19ae[_0x27d0ce(0xe4)][_0x27d0ce(0xdd)](_0x27d0ce(0xe0))['to'](this,_0x27d0ce(0xbf)),_0x2c19ae[_0x27d0ce(0xbc)][_0x27d0ce(0xba)](_0x27d0ce(0xcb))['to'](this,_0x27d0ce(0xcb),this,_0x27d0ce(0xec),this,_0x27d0ce(0xb0),(_0x2b5e96,_0x1d40eb,_0x5d5b2b)=>_0x2b5e96&&!_0x1d40eb&&!!_0x5d5b2b),_0x2c19ae[_0x27d0ce(0xbc)][_0x27d0ce(0xdd)](_0x27d0ce(0xe0))['to'](this,_0x27d0ce(0xa1)),_0x2c19ae[_0x27d0ce(0xc3)][_0x27d0ce(0xba)](_0x27d0ce(0xcb))['to'](this,_0x27d0ce(0xcb),this,_0x27d0ce(0xec),(_0x306ab7,_0x155ada)=>_0x306ab7&&!_0x155ada),_0x2c19ae[_0x27d0ce(0xc3)][_0x27d0ce(0xdd)](_0x27d0ce(0xe0))['to'](this,_0x27d0ce(0xdf)),_0x2c19ae[_0x27d0ce(0xe2)][_0x27d0ce(0xba)](_0x27d0ce(0xcb))['to'](this,_0x27d0ce(0xec)),_0x2c19ae[_0x27d0ce(0xe2)][_0x27d0ce(0xdd)](_0x27d0ce(0xe0))['to'](this,_0x27d0ce(0xcc)),_0x2c19ae;}[_0x179493(0xa4)](){const _0x11dbaa=_0x179493;this[_0x11dbaa(0xb0)]='',this[_0x11dbaa(0xa8)]=!0x1,this[_0x11dbaa(0xec)]=!0x0,this[_0x11dbaa(0xa3)][_0x11dbaa(0xc5)]=!0x0,this[_0x11dbaa(0xc7)][_0x11dbaa(0xc5)]=!0x0,this[_0x11dbaa(0xa3)][_0x11dbaa(0xc6)]();}[_0x179493(0xd4)](){const _0x5dd72a=_0x179493,_0x42d323=this[_0x5dd72a(0xd1)];this[_0x5dd72a(0xec)]=!0x1,this[_0x5dd72a(0xea)]='',this[_0x5dd72a(0xb3)][_0x5dd72a(0xa7)](),this[_0x5dd72a(0xb0)]&&(this[_0x5dd72a(0xb3)][_0x5dd72a(0xf0)][_0x5dd72a(0xb8)]=_0x30e33c(_0x42d323,_0x5dd72a(0xd8)));}[_0x179493(0xc9)](_0x1a3568){const _0x2a42a8=_0x179493,_0x5c231f=this[_0x2a42a8(0xd1)];this[_0x2a42a8(0xd4)](),this[_0x2a42a8(0xa8)]=!0x0,this[_0x2a42a8(0xd0)][_0x2a42a8(0xe9)]=_0x1a3568||_0x30e33c(_0x5c231f,_0x2a42a8(0xab)),this[_0x2a42a8(0xb0)]||(this[_0x2a42a8(0xa3)][_0x2a42a8(0xc5)]=!0x1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x22bf7a,_0x89aa9f){const _0x59eda0=_0x2e6c,_0x599325=_0x22bf7a();while(!![]){try{const _0x4fa2aa=parseInt(_0x59eda0(0x10b))/0x1*(parseInt(_0x59eda0(0x112))/0x2)+parseInt(_0x59eda0(0x102))/0x3*(parseInt(_0x59eda0(0x110))/0x4)+-parseInt(_0x59eda0(0x105))/0x5*(parseInt(_0x59eda0(0x10a))/0x6)+-parseInt(_0x59eda0(0x10f))/0x7+-parseInt(_0x59eda0(0x108))/0x8*(parseInt(_0x59eda0(0x109))/0x9)+-parseInt(_0x59eda0(0x113))/0xa+parseInt(_0x59eda0(0x106))/0xb*(parseInt(_0x59eda0(0x10e))/0xc);if(_0x4fa2aa===_0x89aa9f)break;else _0x599325['push'](_0x599325['shift']());}catch(_0x5c0521){_0x599325['push'](_0x599325['shift']());}}}(_0x4e68,0x6ef48));import{ListItemView as _0x2c6368,ButtonView as _0x411588,ButtonLabelView as _0x4c23da}from'ckeditor5/src/ui.js';import{unescape as _0x3d0533}from'es-toolkit/compat';function _0x2e6c(_0x177297,_0x465116){const _0x4e680d=_0x4e68();return _0x2e6c=function(_0x2e6c98,_0x108aa7){_0x2e6c98=_0x2e6c98-0x102;let _0x4c1d74=_0x4e680d[_0x2e6c98];return _0x4c1d74;},_0x2e6c(_0x177297,_0x465116);}function _0x4e68(){const _0x506b5a=['fire','8050UkGpVF','418CrPQYw','execute','7496wOLyaf','6813RceMMb','672ZWMEFZ','5LUxaEh','set','locale','409236mYCOhA','2995839yEEdRD','172VZXkpR','children','18906SUMdWQ','121950clGpej','prompt','30774MqUWwL','add'];_0x4e68=function(){return _0x506b5a;};return _0x4e68();}export class AIHistoryListItemView extends _0x2c6368{constructor(_0x1cd731){const _0xa5c4db=_0x2e6c;super();const _0x21bfce=new _0x4c23da(),_0x2232b1=new _0x411588(this[_0xa5c4db(0x10d)],_0x21bfce);this[_0xa5c4db(0x111)][_0xa5c4db(0x103)](_0x2232b1),_0x2232b1[_0xa5c4db(0x10c)]({'label':_0x1cd731[_0xa5c4db(0x114)],'withText':!0x0}),_0x2232b1['on'](_0xa5c4db(0x107),()=>{const _0x258ca1=_0xa5c4db;this[_0x258ca1(0x104)](_0x258ca1(0x107),{'value':_0x3d0533(_0x1cd731[_0x258ca1(0x114)])});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x57d261=_0x4802;function _0x3b75(){const _0x2b2197=['fire','length','7017579WaCLdr','locale','add','label','execute','5259955pjwCMd','Clear','delegate','set','items','children','clearHistoryButton','clearHistory','48688CABgTV','1000600DAPjSG','7IMLlcN','historyGroupView','151525zYFvXY','filter','10648788omdfNB','_createClearHistoryButton','7013180QoUpzc','Prompt\x20history','90pKNxge'];_0x3b75=function(){return _0x2b2197;};return _0x3b75();}function _0x4802(_0x1f8935,_0x561554){const _0x3b7574=_0x3b75();return _0x4802=function(_0x4802fb,_0x4cf181){_0x4802fb=_0x4802fb-0x18e;let _0x42521d=_0x3b7574[_0x4802fb];return _0x42521d;},_0x4802(_0x1f8935,_0x561554);}(function(_0x20c91e,_0x7c6275){const _0x138ac1=_0x4802,_0x326af7=_0x20c91e();while(!![]){try{const _0x22c2f8=-parseInt(_0x138ac1(0x199))/0x1+parseInt(_0x138ac1(0x195))/0x2*(-parseInt(_0x138ac1(0x19f))/0x3)+parseInt(_0x138ac1(0x19d))/0x4+-parseInt(_0x138ac1(0x1a7))/0x5+-parseInt(_0x138ac1(0x19b))/0x6*(-parseInt(_0x138ac1(0x197))/0x7)+parseInt(_0x138ac1(0x196))/0x8+-parseInt(_0x138ac1(0x1a2))/0x9;if(_0x22c2f8===_0x7c6275)break;else _0x326af7['push'](_0x326af7['shift']());}catch(_0x50556a){_0x326af7['push'](_0x326af7['shift']());}}}(_0x3b75,0xe5651));import{ListView as _0x4f8f52,ListItemGroupView as _0x40883e,ButtonView as _0xdaabe2}from'ckeditor5/src/ui.js';import{getTranslation as _0xb88026}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x4f8f52{[_0x57d261(0x198)];[_0x57d261(0x193)];constructor(_0x1badec){const _0x43c925=_0x57d261;super(_0x1badec),this[_0x43c925(0x193)]=this[_0x43c925(0x19c)](),this[_0x43c925(0x198)]=new _0x40883e(),this[_0x43c925(0x198)][_0x43c925(0x192)][_0x43c925(0x1a4)](this[_0x43c925(0x193)],0x1),this[_0x43c925(0x198)][_0x43c925(0x1a5)]=_0xb88026(_0x1badec,_0x43c925(0x19e)),this[_0x43c925(0x198)][_0x43c925(0x191)][_0x43c925(0x18f)](_0x43c925(0x1a6))['to'](this),this[_0x43c925(0x191)][_0x43c925(0x1a4)](this[_0x43c925(0x198)]);}[_0x57d261(0x19a)](){const _0x51f22e=_0x57d261;let _0x16d7d4=0x0;for(const _0x26ed86 of this[_0x51f22e(0x191)])_0x16d7d4+=_0x26ed86[_0x51f22e(0x191)][_0x51f22e(0x1a1)];return{'resultsCount':_0x16d7d4,'totalItemsCount':_0x16d7d4};}[_0x57d261(0x19c)](){const _0x2d4149=_0x57d261,_0x4b7714=this[_0x2d4149(0x1a3)],_0xb8c954=new _0xdaabe2(this[_0x2d4149(0x1a3)]);return _0xb8c954[_0x2d4149(0x190)]({'label':'('+_0xb88026(_0x4b7714,_0x2d4149(0x18e))+')','withText':!0x0}),_0xb8c954['on'](_0x2d4149(0x1a6),()=>this[_0x2d4149(0x1a0)](_0x2d4149(0x194))),_0xb8c954;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5a5b3e=_0x40f1;(function(_0x361e9a,_0x75fb47){const _0x1e0d82=_0x40f1,_0x28600b=_0x361e9a();while(!![]){try{const _0x4041fe=parseInt(_0x1e0d82(0xc9))/0x1+parseInt(_0x1e0d82(0xd2))/0x2+-parseInt(_0x1e0d82(0xb0))/0x3*(-parseInt(_0x1e0d82(0xca))/0x4)+parseInt(_0x1e0d82(0xd8))/0x5+-parseInt(_0x1e0d82(0xcc))/0x6*(parseInt(_0x1e0d82(0xb9))/0x7)+-parseInt(_0x1e0d82(0xaf))/0x8*(parseInt(_0x1e0d82(0xb5))/0x9)+parseInt(_0x1e0d82(0xb1))/0xa*(parseInt(_0x1e0d82(0xc4))/0xb);if(_0x4041fe===_0x75fb47)break;else _0x28600b['push'](_0x28600b['shift']());}catch(_0x26381a){_0x28600b['push'](_0x28600b['shift']());}}}(_0x4c30,0x9cc6f));function _0x4c30(){const _0x1419f3=['selection','24886EgRVkT','plugins','get','length','_hasContext','editor','2419355BzRcUw','values','custom','model','4629368UKUKVy','152211OXrUnS','30JXUIhO','execute','from','change:isEnabled','9ZVazyd','isEnabled','set','_commandDefinitions','1962807jrbnZC','getFirstRange','getSelectedBlocks','change:_hasContext','hasContent','showUI','name','element','requiresContent','getItems','refresh','2917563CQcRiN','isEmpty','add','enabledCommandsIds','getRanges','719283aVkbxH','4gfhwDi','document','18qVaFVD','isCollapsed','config','ai.assistant.disabledElements','includes'];_0x4c30=function(){return _0x1419f3;};return _0x4c30();}import{Command as _0x4465be}from'ckeditor5/src/core.js';import{AIAssistantUI as _0x488c0e}from'../aiassistantui.js';function _0x40f1(_0x1db0ec,_0x2b3d02){const _0x4c3090=_0x4c30();return _0x40f1=function(_0x40f1e4,_0x5dfc5a){_0x40f1e4=_0x40f1e4-0xac;let _0x1e7e14=_0x4c3090[_0x40f1e4];return _0x1e7e14;},_0x40f1(_0x1db0ec,_0x2b3d02);}export class ShowAIAssistantCommand extends _0x4465be{[_0x5a5b3e(0xb8)];constructor(_0x181882,_0x4d4d58){const _0x4e81c4=_0x5a5b3e;super(_0x181882),this[_0x4e81c4(0xb8)]=_0x4d4d58,this[_0x4e81c4(0xb7)](_0x4e81c4(0xc7),[]),this['on'](_0x4e81c4(0xbc),(_0x2b7c35,_0x239d9c,_0x221800)=>{const _0x532b37=_0x4e81c4;this[_0x532b37(0xb6)]&&(this[_0x532b37(0xc7)]=fs(this[_0x532b37(0xb8)],_0x221800));}),this[_0x4e81c4(0xb7)](_0x4e81c4(0xd6),!0x1),this['on'](_0x4e81c4(0xb4),(_0x4cc962,_0x3285b5,_0x444f04)=>{const _0x572e78=_0x4e81c4;this[_0x572e78(0xc7)]=_0x444f04?fs(this[_0x572e78(0xb8)],this[_0x572e78(0xd6)]):[];});}[_0x5a5b3e(0xc3)](){const _0x3fde09=_0x5a5b3e,_0x1a53d4=this[_0x3fde09(0xd7)][_0x3fde09(0xae)];this[_0x3fde09(0xd6)]=function(_0x57064e){const _0x1180a7=_0x3fde09,_0x48d3f2=_0x57064e[_0x1180a7(0xcb)][_0x1180a7(0xd1)];return _0x48d3f2[_0x1180a7(0xcd)]?0x0!==[..._0x48d3f2[_0x1180a7(0xbb)]()][_0x1180a7(0xd5)]&&![..._0x48d3f2[_0x1180a7(0xbb)]()][0x0][_0x1180a7(0xc5)]:!!_0x57064e[_0x1180a7(0xbd)](_0x48d3f2[_0x1180a7(0xba)]());}(_0x1a53d4);const _0x1c0830=_0x1a53d4[_0x3fde09(0xcb)][_0x3fde09(0xd1)],_0x31a654=this[_0x3fde09(0xd7)][_0x3fde09(0xce)][_0x3fde09(0xd4)](_0x3fde09(0xcf));for(const _0x2ecae5 of _0x1c0830[_0x3fde09(0xc8)]())for(const _0x2991ad of _0x2ecae5[_0x3fde09(0xc2)]())if(_0x2991ad['is'](_0x3fde09(0xc0))&&_0x31a654[_0x3fde09(0xd0)](_0x2991ad[_0x3fde09(0xbf)]))return void(this[_0x3fde09(0xb6)]=!0x1);this[_0x3fde09(0xb6)]=!0x0;}[_0x5a5b3e(0xb2)](_0x3f5f18='',_0x534a10='',_0x5551db=_0x5a5b3e(0xad)){const _0x25cefb=_0x5a5b3e;this[_0x25cefb(0xd7)][_0x25cefb(0xd3)][_0x25cefb(0xd4)](_0x488c0e)[_0x25cefb(0xbe)](_0x3f5f18,_0x534a10,_0x5551db);}}function fs(_0x395205,_0x791c8a){const _0x4438c9=_0x5a5b3e,_0x51264c=new Set();for(const _0x35b2e4 of _0x395205[_0x4438c9(0xac)]())(_0x791c8a||!0x1===_0x35b2e4[_0x4438c9(0xc1)])&&_0x51264c[_0x4438c9(0xc6)](_0x35b2e4['id']);return Array[_0x4438c9(0xb3)](_0x51264c);}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1524(){const _0x4a996d=['showFakeVisualSelection','2985544jbiGoy','bind','ai-balloon-','ranges','2Rmnxsr','close','ai-selection','open','index','getBoundingClientRect','hide','fire','left','height','round','balloonView','trackChanges','length','6630910sSLpcH','editing','AIBalloon','icon','isOfficialPlugin','isPremiumPlugin','286265czuyzR','hideFakeVisualSelection','width','1062486ypOZVK','\x20ai-balloon-rotator','delegate','AIEditing','pluginName','locale','show','innerHeight','commands','123507hclNoy','10nZCVgm','markers','plugins','isOpen','ai-balloon','setupRotator','230xcbGjK','485337FbZrzY','aiBalloon','_config','_calculateDialogPosition','_showDialog','28RLHWST','model','_calculateOptimalTopPosition','Dialog','showRotator','ai.availableReplyActions','top','title','get','getMarkersGroup','value','requires','context','ai-balloon-selection','dialogClosed','config','isTrackChangesOn','118089GsWLBI','_setupVisualSelection'];_0x1524=function(){return _0x4a996d;};return _0x1524();}const _0x48d1ac=_0x1e2e;(function(_0x49acec,_0x4580e8){const _0x5263cd=_0x1e2e,_0x133254=_0x49acec();while(!![]){try{const _0x51cff4=-parseInt(_0x5263cd(0xf8))/0x1*(parseInt(_0x5263cd(0x115))/0x2)+-parseInt(_0x5263cd(0xf0))/0x3*(-parseInt(_0x5263cd(0xfd))/0x4)+-parseInt(_0x5263cd(0xf1))/0x5*(-parseInt(_0x5263cd(0xe7))/0x6)+parseInt(_0x5263cd(0xe4))/0x7+parseInt(_0x5263cd(0x111))/0x8+-parseInt(_0x5263cd(0x10e))/0x9*(-parseInt(_0x5263cd(0xf7))/0xa)+-parseInt(_0x5263cd(0xde))/0xb;if(_0x51cff4===_0x4580e8)break;else _0x133254['push'](_0x133254['shift']());}catch(_0x32a494){_0x133254['push'](_0x133254['shift']());}}}(_0x1524,0x41ef5));import{ContextPlugin as _0x53fc0a}from'ckeditor5/src/core.js';function _0x1e2e(_0xb8292d,_0x26f227){const _0x15246e=_0x1524();return _0x1e2e=function(_0x1e2edb,_0x193e34){_0x1e2edb=_0x1e2edb-0xd1;let _0xa8f395=_0x15246e[_0x1e2edb];return _0xa8f395;},_0x1e2e(_0xb8292d,_0x26f227);}import{AIConnector as _0x1daac4}from'../aicore/aiconnector.js';import{AIEditing as _0x2209f8}from'../aicore/aiediting.js';import{AI_BALLOON_VIEW_EVENT_NAMES as _0x836997,AIBalloonView as _0x2644e9}from'./ui/aiballoonview.js';import'../../theme/aiballoon/aiballoon.css';import{getAllMarkersDomElementsSorted as _0x3765f0}from'@ckeditor/ckeditor5-collaboration-core';import{getEditorFromContext as _0x2901bd}from'../aicore/utils/geteditorfromcontext.js';import{ACTIONS as _0x1ee5ec}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';export const AI_BALLOON_EVENT_NAMES=[..._0x836997,_0x48d1ac(0x10b)];export class AIBalloon extends _0x53fc0a{static get[_0x48d1ac(0x108)](){return[_0x1daac4,_0x2209f8];}static get[_0x48d1ac(0xeb)](){const _0xf4b9f9=_0x48d1ac;return _0xf4b9f9(0xe0);}static get[_0x48d1ac(0xe2)](){return!0x0;}static get[_0x48d1ac(0xe3)](){return!0x0;}[_0x48d1ac(0xf4)]=!0x1;[_0x48d1ac(0xfa)];[_0x48d1ac(0xd3)](_0xe5a81){const _0x194f99=_0x48d1ac,_0x234066=_0x2901bd(this[_0x194f99(0x109)]);this[_0x194f99(0xfa)]=_0xe5a81;const _0x17a727=this[_0x194f99(0x109)][_0x194f99(0x10c)][_0x194f99(0x105)](_0x194f99(0x102))||[..._0x1ee5ec],_0xe5668d=_0x234066?.[_0x194f99(0xef)][_0x194f99(0x105)](_0x194f99(0xdc)),_0x52b259=_0xe5668d?.[_0x194f99(0x107)];this[_0x194f99(0xdb)]=new _0x2644e9(_0x234066[_0x194f99(0xec)],_0xe5a81,_0x17a727,!!_0x52b259),this[_0x194f99(0xdb)][_0x194f99(0xe9)](..._0x836997)['to'](this),_0xe5668d&&this[_0x194f99(0xdb)][_0x194f99(0x112)](_0x194f99(0x10d))['to'](_0xe5668d,_0x194f99(0x107)),this[_0x194f99(0xfc)](_0xe5a81);}[_0x48d1ac(0xd1)](){const _0x3e6d31=_0x48d1ac;_0x2901bd(this[_0x3e6d31(0x109)])[_0x3e6d31(0xf3)][_0x3e6d31(0x105)](_0x3e6d31(0x100))[_0x3e6d31(0xd6)]();}[_0x48d1ac(0x10f)](_0x52795e,_0x157d75){const _0x5b6274=_0x48d1ac;this[_0x5b6274(0x109)][_0x5b6274(0xf3)][_0x5b6274(0x105)](_0x2209f8)[_0x5b6274(0x110)](_0x52795e,_0x5b6274(0x113)+_0x157d75,!0x0,!0x0);}[_0x48d1ac(0xfc)](_0x31fda3){const _0x23e58c=_0x48d1ac,_0x12f539=_0x2901bd(this[_0x23e58c(0x109)]);this[_0x23e58c(0x10f)](_0x31fda3[_0x23e58c(0x114)],_0x31fda3[_0x23e58c(0xd4)]),_0x12f539[_0x23e58c(0xf3)][_0x23e58c(0x105)](_0x23e58c(0x100))[_0x23e58c(0xed)]({'title':_0x31fda3[_0x23e58c(0x104)],'icon':_0x31fda3[_0x23e58c(0xe1)],'hasCloseButton':!0x0,'id':_0x23e58c(0xf9),'position':this[_0x23e58c(0xfb)][_0x23e58c(0x112)](this),'className':_0x23e58c(0xf5)+(_0x31fda3[_0x23e58c(0x101)]?_0x23e58c(0xe8):''),'content':this[_0x23e58c(0xdb)],'onShow':_0x50fa6c=>{const _0x37844e=_0x23e58c;_0x31fda3[_0x37844e(0x101)]&&this[_0x37844e(0xdb)][_0x37844e(0xf6)](_0x50fa6c),this[_0x37844e(0xf4)]=!0x0;},'onHide':()=>{const _0xa6a3be=_0x23e58c;this[_0xa6a3be(0x109)][_0xa6a3be(0xf3)][_0xa6a3be(0x105)](_0xa6a3be(0xea))[_0xa6a3be(0xe5)](_0xa6a3be(0x113)+_0x31fda3[_0xa6a3be(0xd4)]),this[_0xa6a3be(0xd7)](_0xa6a3be(0x10b)),this[_0xa6a3be(0xf4)]=!0x1;}});}[_0x48d1ac(0xfb)](_0x22704f,_0xf9c1a3){const _0x1355ce=_0x48d1ac,_0xcb3667=_0x2901bd(this[_0x1355ce(0x109)]);if(!_0xf9c1a3)return null;const _0x217b9e=_0x3765f0(_0xcb3667[_0x1355ce(0xdf)],[..._0xcb3667[_0x1355ce(0xfe)][_0x1355ce(0xf2)][_0x1355ce(0x106)](_0x1355ce(0xd2)),..._0xcb3667[_0x1355ce(0xfe)][_0x1355ce(0xf2)][_0x1355ce(0x106)](_0x1355ce(0x10a))]);if(!_0x217b9e||0x0===_0x217b9e[_0x1355ce(0xdd)])return{'left':Math[_0x1355ce(0xda)](_0xf9c1a3[_0x1355ce(0xd8)]+_0xf9c1a3[_0x1355ce(0xe6)]/0x2-_0x22704f[_0x1355ce(0xe6)]/0x2),'top':Math[_0x1355ce(0xda)](_0xf9c1a3[_0x1355ce(0x103)]+_0xf9c1a3[_0x1355ce(0xd9)]/0x2-_0x22704f[_0x1355ce(0xd9)]/0x2)};const _0x4720c3=Math[_0x1355ce(0xda)](_0xf9c1a3[_0x1355ce(0xd8)]+_0xf9c1a3[_0x1355ce(0xe6)]/0x2-_0x22704f[_0x1355ce(0xe6)]/0x2),_0x2252a1=_0x217b9e[0x0][_0x1355ce(0xd5)](),_0x3ddacf=_0x217b9e[_0x217b9e[_0x1355ce(0xdd)]-0x1][_0x1355ce(0xd5)](),_0x41fca9=_0x22704f[_0x1355ce(0xd9)],_0x426505=this[_0x1355ce(0xfa)][_0x1355ce(0x101)]?0x8:0x0;return{'left':_0x4720c3,'top':this[_0x1355ce(0xff)](_0x2252a1,_0x3ddacf,_0x41fca9,_0x426505)};}[_0x48d1ac(0xff)](_0x32c7ea,_0x31f31b,_0x201446,_0x153cbf=0x0){const _0x5c2a71=_0x48d1ac,_0x52d4ec=_0x31f31b[_0x5c2a71(0x103)]+_0x31f31b[_0x5c2a71(0xd9)],_0x453c76=_0x32c7ea[_0x5c2a71(0x103)]-_0x201446-_0x153cbf,_0x2db41f=window[_0x5c2a71(0xee)]-_0x52d4ec-0xa,_0x20ce06=_0x32c7ea[_0x5c2a71(0x103)]-_0x153cbf-0xa;let _0x4324ef;if(_0x2db41f>=_0x201446)_0x4324ef=_0x52d4ec+0xa;else{if(_0x20ce06>=_0x201446)_0x4324ef=_0x453c76-0xa;else _0x4324ef=_0x32c7ea[_0x5c2a71(0x103)]+(_0x31f31b[_0x5c2a71(0x103)]+_0x31f31b[_0x5c2a71(0xd9)])/0x2-(_0x201446+_0x153cbf)/0x2;}return _0x4324ef;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x50fc49,_0x42bb42){var _0x343018=_0x43ef,_0x1b3a8a=_0x50fc49();while(!![]){try{var _0x523df4=parseInt(_0x343018(0x102))/0x1+parseInt(_0x343018(0x100))/0x2*(-parseInt(_0x343018(0xf4))/0x3)+-parseInt(_0x343018(0xf8))/0x4*(-parseInt(_0x343018(0xfb))/0x5)+-parseInt(_0x343018(0xfd))/0x6*(parseInt(_0x343018(0xff))/0x7)+parseInt(_0x343018(0x103))/0x8*(parseInt(_0x343018(0x104))/0x9)+-parseInt(_0x343018(0xf5))/0xa*(parseInt(_0x343018(0xf6))/0xb)+-parseInt(_0x343018(0xf9))/0xc*(parseInt(_0x343018(0xf7))/0xd);if(_0x523df4===_0x42bb42)break;else _0x1b3a8a['push'](_0x1b3a8a['shift']());}catch(_0x3d7077){_0x1b3a8a['push'](_0x1b3a8a['shift']());}}}(_0xc3db,0xbfc16));function _0x43ef(_0x381cdd,_0x35fac9){var _0xc3db6e=_0xc3db();return _0x43ef=function(_0x43ef5f,_0xe1b2bb){_0x43ef5f=_0x43ef5f-0xf4;var _0x4c03f8=_0xc3db6e[_0x43ef5f];return _0x4c03f8;},_0x43ef(_0x381cdd,_0x35fac9);}import{View as _0x598312}from'ckeditor5/src/ui.js';import{getTranslation as _0x166131}from'../../aicore/utils/common-translations.js';function _0xc3db(){var _0x3186be=['setTemplate','10fUFVMC','AI_DISCLAIMER_TEXT','21342rETRfV','div','77GiUBKB','1029354mCRwlE','ck-ai-balloon__disclaimer-content','813857AbXhtt','49144GFjmsq','441UmhQgE','ck-ai-balloon__disclaimer','3OgUwth','9197510aTDFVk','11MmQCsW','11791uXwWMf','2398896AYUWlT','732ZvFnmO'];_0xc3db=function(){return _0x3186be;};return _0xc3db();}export class AIBalloonDisclaimerView extends _0x598312{constructor(_0x49d119){var _0xd67098=_0x43ef;super(_0x49d119),this[_0xd67098(0xfa)]({'tag':_0xd67098(0xfe),'attributes':{'class':['ck',_0xd67098(0x105)]},'children':[{'tag':'p','attributes':{'class':['ck',_0xd67098(0x101)]},'children':[{'text':_0x166131(_0x49d119,_0xd67098(0xfc))}]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x11426b=_0x52c8;(function(_0x59658a,_0x5eefaf){const _0x41da94=_0x52c8,_0x279469=_0x59658a();while(!![]){try{const _0x328bec=parseInt(_0x41da94(0x1cc))/0x1+parseInt(_0x41da94(0x1db))/0x2+parseInt(_0x41da94(0x1df))/0x3*(parseInt(_0x41da94(0x1d5))/0x4)+parseInt(_0x41da94(0x1d4))/0x5+parseInt(_0x41da94(0x1e0))/0x6*(-parseInt(_0x41da94(0x1d6))/0x7)+parseInt(_0x41da94(0x1d7))/0x8+parseInt(_0x41da94(0x1e2))/0x9*(-parseInt(_0x41da94(0x1d2))/0xa);if(_0x328bec===_0x5eefaf)break;else _0x279469['push'](_0x279469['shift']());}catch(_0x466b01){_0x279469['push'](_0x279469['shift']());}}}(_0x5c77,0xdccd9));import{ToolbarView as _0xc0b06d,ButtonView as _0x39c2e7}from'ckeditor5/src/ui.js';import{getTranslation as _0x2b64d6}from'../../aicore/utils/common-translations.js';function _0x5c77(){const _0x4358ce=['items','bind','extendTemplate','2022520eIkfaS','add','ck-ai-balloon__toolbar','ck-ai-button-secondary','786tSpjWV','6MakaAl','locale','3377727ZqsrKr','isEnabled','applyButton','isLoading','1496654AtvPcT','AI_BALLOON_APPLY_BUTTON','set','_createButton','AI_BALLOON_SUGGEST_BUTTON','suggestButton','90JmmfiQ','ck-ai-button-primary','3174655zzVOBV','12528ZedUIi','7761467rVWvTF','11419904Ibdcka'];_0x5c77=function(){return _0x4358ce;};return _0x5c77();}function _0x52c8(_0x25638a,_0x3c04f0){const _0x5c7701=_0x5c77();return _0x52c8=function(_0x52c847,_0xf097d6){_0x52c847=_0x52c847-0x1c9;let _0x312195=_0x5c7701[_0x52c847];return _0x312195;},_0x52c8(_0x25638a,_0x3c04f0);}export class AIBalloonToolbarView extends _0xc0b06d{constructor(_0x204cfd,_0x1f21fe=!0x0,_0x28a238=!0x0){const _0xdf4b7e=_0x52c8;super(_0x204cfd),this[_0xdf4b7e(0x1ce)](_0xdf4b7e(0x1cb),!0x1),_0x1f21fe&&(this[_0xdf4b7e(0x1ca)]=this[_0xdf4b7e(0x1cf)](_0x2b64d6(_0x204cfd,_0xdf4b7e(0x1cd)),_0xdf4b7e(0x1d3)),this[_0xdf4b7e(0x1ca)][_0xdf4b7e(0x1d9)](_0xdf4b7e(0x1c9))['to'](this,_0xdf4b7e(0x1cb),_0x21cbc7=>!_0x21cbc7),this[_0xdf4b7e(0x1d8)][_0xdf4b7e(0x1dc)](this[_0xdf4b7e(0x1ca)])),_0x28a238&&(this[_0xdf4b7e(0x1d1)]=this[_0xdf4b7e(0x1cf)](_0x2b64d6(_0x204cfd,_0xdf4b7e(0x1d0)),_0x1f21fe?_0xdf4b7e(0x1de):_0xdf4b7e(0x1d3)),this[_0xdf4b7e(0x1d1)][_0xdf4b7e(0x1d9)](_0xdf4b7e(0x1c9))['to'](this,_0xdf4b7e(0x1cb),_0x2165dc=>!_0x2165dc),this[_0xdf4b7e(0x1d8)][_0xdf4b7e(0x1dc)](this[_0xdf4b7e(0x1d1)])),this[_0xdf4b7e(0x1da)]({'attributes':{'class':[_0xdf4b7e(0x1dd)]}});}[_0x11426b(0x1cf)](_0x41231a,_0x31d879){const _0x5211d3=_0x11426b,_0x45c768=new _0x39c2e7(this[_0x5211d3(0x1e1)]);return _0x45c768[_0x5211d3(0x1ce)]({'label':_0x41231a,'class':_0x31d879||'','isVisible':!0x0,'withText':!0x0}),_0x45c768;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2998cc=_0xa7c9;(function(_0x4fa813,_0x10aa1e){const _0x269acf=_0xa7c9,_0x53c113=_0x4fa813();while(!![]){try{const _0x39a46b=-parseInt(_0x269acf(0x217))/0x1+parseInt(_0x269acf(0x211))/0x2*(parseInt(_0x269acf(0x20b))/0x3)+-parseInt(_0x269acf(0x1e3))/0x4*(-parseInt(_0x269acf(0x1ed))/0x5)+parseInt(_0x269acf(0x1da))/0x6*(-parseInt(_0x269acf(0x1f8))/0x7)+-parseInt(_0x269acf(0x21c))/0x8*(-parseInt(_0x269acf(0x1f7))/0x9)+parseInt(_0x269acf(0x210))/0xa*(-parseInt(_0x269acf(0x1e0))/0xb)+-parseInt(_0x269acf(0x1d8))/0xc*(-parseInt(_0x269acf(0x1e2))/0xd);if(_0x39a46b===_0x10aa1e)break;else _0x53c113['push'](_0x53c113['shift']());}catch(_0x15854d){_0x53c113['push'](_0x53c113['shift']());}}}(_0x2a55,0x72459));import{ButtonView as _0x330873,View as _0x795a80,ViewCollection as _0x47b814,FocusCycler as _0x46cbcc}from'ckeditor5/src/ui.js';function _0xa7c9(_0x16ef03,_0x2eae8d){const _0x2a5580=_0x2a55();return _0xa7c9=function(_0xa7c9ff,_0x28a411){_0xa7c9ff=_0xa7c9ff-0x1d8;let _0x213ff6=_0x2a5580[_0xa7c9ff];return _0x213ff6;},_0xa7c9(_0x16ef03,_0x2eae8d);}import{FocusTracker as _0x32d079,KeystrokeHandler as _0x1da24c}from'ckeditor5/src/utils.js';function _0x2a55(){const _0x24b2dd=['45ralzlh','228473PoFwqD','insertSuggestion','focusCycler','focusLast','setLoading','focusFirst','_createNextButtonView','applySuggestion','shift\x20+\x20tab','children','createCollection','suggestButton','_addContentView','remove','listenTo','isLoading','execute','setTemplate','showNext','3AKZzEe','clear','_dropdownConfig','headerView','add','77830iCLdLm','864202GdaKEt','addMany','ai-balloon-content','focusTracker','focus','includes','416952exxHhg','_focusables','showSuggestButton','locale','applyButton','872432pXYqAr','748884GTJJzH','showApplyButton','132Ebasql','AI_BALLOON_PREVIOUS_TOOLTIP','_addDisclaimerView','div','bind','showPrevious','1243WQOMyO','AI_BALLOON_NEXT_TOOLTIP','130mhPsbZ','20jEguvL','isTrackChangesOn','render','mainView','_createPreviousButtonView','fire','set','clearLoading','setupRotator','keystrokes','881105HDBCNb','disclaimerView','_mainView','view','tab','_addToolbar','toolbar','_dialogContent','element','change:isTrackChangesOn'];_0x2a55=function(){return _0x24b2dd;};return _0x2a55();}import{IconNextArrow as _0x393c49,IconPreviousArrow as _0x24e1ff}from'@ckeditor/ckeditor5-icons';import{AIBalloonToolbarView as _0x457329}from'./aiballoontoolbarview.js';import{AIBalloonDisclaimerView as _0x363168}from'./aiballoondisclaimerview.js';import{getTranslation as _0x18fbd8}from'../../aicore/utils/common-translations.js';export const AI_BALLOON_VIEW_EVENT_NAMES=[_0x2998cc(0x1ff),_0x2998cc(0x1f9),_0x2998cc(0x20a),_0x2998cc(0x1df)];export class AIBalloonView extends _0x795a80{[_0x2998cc(0x214)];[_0x2998cc(0x1ec)];[_0x2998cc(0x1fa)];[_0x2998cc(0x20d)];[_0x2998cc(0x218)];constructor(_0x2ac306,_0x5420ee,_0x56f271,_0x379f8e){const _0x585de6=_0x2998cc;super(_0x2ac306),this[_0x585de6(0x20d)]=_0x56f271,this[_0x585de6(0x1e9)](_0x585de6(0x207),!0x1),this[_0x585de6(0x1e9)](_0x585de6(0x1e4),_0x379f8e),this[_0x585de6(0x214)]=new _0x32d079(),this[_0x585de6(0x1ec)]=new _0x1da24c(),this[_0x585de6(0x218)]=this[_0x585de6(0x202)](),this[_0x585de6(0x1fa)]=new _0x46cbcc({'focusables':this[_0x585de6(0x218)],'focusTracker':this[_0x585de6(0x214)],'keystrokeHandler':this[_0x585de6(0x1ec)],'actions':{'focusPrevious':_0x585de6(0x200),'focusNext':_0x585de6(0x1f1)}}),this[_0x585de6(0x1f4)]=new _0x47b814(),this[_0x585de6(0x204)](_0x5420ee[_0x585de6(0x1e6)]),this[_0x585de6(0x1dc)](),this[_0x585de6(0x1f2)](_0x5420ee[_0x585de6(0x1d9)],_0x5420ee[_0x585de6(0x219)]),this[_0x585de6(0x1f3)][_0x585de6(0x1de)](_0x585de6(0x207))['to'](this),this[_0x585de6(0x218)][_0x585de6(0x20c)](),this[_0x585de6(0x218)][_0x585de6(0x212)]([this[_0x585de6(0x1f3)]]),this[_0x585de6(0x209)]({'tag':_0x585de6(0x1dd),'attributes':{'class':_0x585de6(0x213)},'children':this[_0x585de6(0x1f4)]}),this[_0x585de6(0x206)](this,_0x585de6(0x1f6),()=>{const _0x33889a=_0x585de6;this[_0x33889a(0x1f4)][_0x33889a(0x205)](this[_0x33889a(0x1f3)]),this[_0x33889a(0x1f2)](_0x5420ee[_0x33889a(0x1d9)],_0x5420ee[_0x33889a(0x219)]);});}[_0x2998cc(0x1e5)](){const _0x4eacea=_0x2998cc;super[_0x4eacea(0x1e5)]();for(const _0x3fe1b2 of this[_0x4eacea(0x218)])this[_0x4eacea(0x214)][_0x4eacea(0x20f)](_0x3fe1b2[_0x4eacea(0x1f5)]);this[_0x4eacea(0x1ec)][_0x4eacea(0x206)](this[_0x4eacea(0x1f5)]);}[_0x2998cc(0x215)](_0x5022c1){const _0x21cda1=_0x2998cc;-0x1===_0x5022c1?this[_0x21cda1(0x1fa)][_0x21cda1(0x1fb)]():this[_0x21cda1(0x1fa)][_0x21cda1(0x1fd)]();}[_0x2998cc(0x1fc)](){const _0x294b46=_0x2998cc;this[_0x294b46(0x207)]=!0x0;}[_0x2998cc(0x1ea)](){const _0x2f4c4f=_0x2998cc;this[_0x2f4c4f(0x207)]=!0x1;}[_0x2998cc(0x1eb)](_0x51f4c9){const _0x8e9917=_0x2998cc,_0x189840=this[_0x8e9917(0x1fe)](),_0x13499b=this[_0x8e9917(0x1e7)]();_0x51f4c9[_0x8e9917(0x1f0)][_0x8e9917(0x20e)][_0x8e9917(0x201)][_0x8e9917(0x20f)](_0x189840,0x2),_0x51f4c9[_0x8e9917(0x1f0)][_0x8e9917(0x20e)][_0x8e9917(0x201)][_0x8e9917(0x20f)](_0x13499b,0x0),this[_0x8e9917(0x218)][_0x8e9917(0x212)]([_0x189840,_0x13499b]),this[_0x8e9917(0x214)][_0x8e9917(0x20f)](_0x189840[_0x8e9917(0x1f5)]),this[_0x8e9917(0x214)][_0x8e9917(0x20f)](_0x13499b[_0x8e9917(0x1f5)]);}[_0x2998cc(0x204)](_0x2e3cfb){const _0x49b5c4=_0x2998cc;this[_0x49b5c4(0x1ef)]=_0x2e3cfb,this[_0x49b5c4(0x1f4)][_0x49b5c4(0x20f)](this[_0x49b5c4(0x1ef)]);}[_0x2998cc(0x1dc)](){const _0x5d632c=_0x2998cc;this[_0x5d632c(0x1ee)]=new _0x363168(this[_0x5d632c(0x21a)]),this[_0x5d632c(0x1f4)][_0x5d632c(0x20f)](this[_0x5d632c(0x1ee)]);}[_0x2998cc(0x1f2)](_0x2cdc5b=!0x0,_0xb6fc55=!0x0){const _0xcf8ff6=_0x2998cc;_0x2cdc5b=_0x2cdc5b&&!this[_0xcf8ff6(0x1e4)]&&this[_0xcf8ff6(0x20d)][_0xcf8ff6(0x216)](_0xcf8ff6(0x1ff)),_0xb6fc55=_0xb6fc55&&this[_0xcf8ff6(0x20d)][_0xcf8ff6(0x216)](_0xcf8ff6(0x1f9)),this[_0xcf8ff6(0x1f3)]=new _0x457329(this[_0xcf8ff6(0x21a)],_0x2cdc5b,_0xb6fc55),this[_0xcf8ff6(0x1f3)][_0xcf8ff6(0x21b)]?.['on'](_0xcf8ff6(0x208),()=>{const _0x2df644=_0xcf8ff6;this[_0x2df644(0x1e8)](_0x2df644(0x1ff));}),this[_0xcf8ff6(0x1f3)][_0xcf8ff6(0x203)]?.['on'](_0xcf8ff6(0x208),()=>{const _0x127823=_0xcf8ff6;this[_0x127823(0x1e8)](_0x127823(0x1f9));}),this[_0xcf8ff6(0x1f4)][_0xcf8ff6(0x20f)](this[_0xcf8ff6(0x1f3)]);}[_0x2998cc(0x1fe)](){const _0x2bf070=_0x2998cc,_0x79fd05=new _0x330873(this[_0x2bf070(0x21a)]);return _0x79fd05[_0x2bf070(0x1e9)]({'icon':_0x393c49,'tooltip':_0x18fbd8(this[_0x2bf070(0x21a)],_0x2bf070(0x1e1))}),_0x79fd05['on'](_0x2bf070(0x208),()=>{const _0x2f96c5=_0x2bf070;this[_0x2f96c5(0x1e8)](_0x2f96c5(0x20a));}),_0x79fd05;}[_0x2998cc(0x1e7)](){const _0x16fa6b=_0x2998cc,_0x3595ca=new _0x330873(this[_0x16fa6b(0x21a)]);return _0x3595ca[_0x16fa6b(0x1e9)]({'icon':_0x24e1ff,'tooltip':_0x18fbd8(this[_0x16fa6b(0x21a)],_0x16fa6b(0x1db))}),_0x3595ca['on'](_0x16fa6b(0x208),()=>{const _0x21d820=_0x16fa6b;this[_0x21d820(0x1e8)](_0x21d820(0x1df));}),_0x3595ca;}}
|
package/src/aichat/aichat.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xbd8456=_0x1733;(function(_0x1f1fa8,_0x22732d){const _0x1ecf78=_0x1733,_0x3034e7=_0x1f1fa8();while(!![]){try{const _0x31ebc4=-parseInt(_0x1ecf78(0x163))/0x1+-parseInt(_0x1ecf78(0x15b))/0x2*(parseInt(_0x1ecf78(0x14f))/0x3)+-parseInt(_0x1ecf78(0x154))/0x4+-parseInt(_0x1ecf78(0x15e))/0x5+-parseInt(_0x1ecf78(0x166))/0x6+-parseInt(_0x1ecf78(0x152))/0x7*(-parseInt(_0x1ecf78(0x15d))/0x8)+parseInt(_0x1ecf78(0x164))/0x9*(parseInt(_0x1ecf78(0x153))/0xa);if(_0x31ebc4===_0x22732d)break;else _0x3034e7['push'](_0x3034e7['shift']());}catch(_0x4735a6){_0x3034e7['push'](_0x3034e7['shift']());}}}(_0x54bf,0x5ff8e));function _0x1733(_0x18e89b,_0x570aec){const _0x54bf63=_0x54bf();return _0x1733=function(_0x173342,_0x1dcf3f){_0x173342=_0x173342-0x14e;let _0x2a3f25=_0x54bf63[_0x173342];return _0x2a3f25;},_0x1733(_0x18e89b,_0x570aec);}import{ContextPlugin as _0x1cd626}from'ckeditor5/src/core.js';import{AIChatController as _0x3cd9f3}from'./aichatcontroller.js';import{AIEditing as _0xc65e93}from'../aicore/aiediting.js';function _0x54bf(){const _0x442f65=['152214fwOGOt','get','56QSTKdI','796915DvOcdP','ai.chat.context','pluginName','config','requires','186818BQQSBB','39456qwiOTB','isOfficialPlugin','1317282QAlrPE','context','focusPromptInput','sendMessage','3snFEKr','ai.chat.models','define','4382LiMyOA','4090PYeOIQ','3049924AjqKgB','addSelectionToChatContext','removeSelectionFromChatContext','startConversation','AIChat','plugins','isPremiumPlugin'];_0x54bf=function(){return _0x442f65;};return _0x54bf();}import{AIChatUI as _0x41a699}from'./aichatui.js';import{AIChatHistory as _0x156ccf}from'../aichathistory/aichathistory.js';export class AIChat extends _0x1cd626{static get[_0xbd8456(0x162)](){return[_0x3cd9f3,_0xc65e93,_0x41a699,_0x156ccf];}static get[_0xbd8456(0x160)](){const _0x116d42=_0xbd8456;return _0x116d42(0x158);}static get[_0xbd8456(0x165)](){return!0x0;}static get[_0xbd8456(0x15a)](){return!0x0;}constructor(_0x1eb97b){const _0x76c9b6=_0xbd8456;super(_0x1eb97b);const _0x3b20a3=_0x1eb97b[_0x76c9b6(0x161)];_0x3b20a3[_0x76c9b6(0x151)](_0x76c9b6(0x15f),{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),_0x3b20a3[_0x76c9b6(0x151)](_0x76c9b6(0x150),{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async[_0xbd8456(0x155)](){const _0x3a6905=_0xbd8456;await this[_0x3a6905(0x167)][_0x3a6905(0x159)][_0x3a6905(0x15c)](_0x3cd9f3)[_0x3a6905(0x155)]();}async[_0xbd8456(0x157)](){const _0x11aea8=_0xbd8456;await this[_0x11aea8(0x167)][_0x11aea8(0x159)][_0x11aea8(0x15c)](_0x3cd9f3)[_0x11aea8(0x157)]();}async[_0xbd8456(0x14e)]({message:_0x3cbba0,quickActionData:_0x92c90a}){const _0x5bd349=_0xbd8456;await this[_0x5bd349(0x167)][_0x5bd349(0x159)][_0x5bd349(0x15c)](_0x3cd9f3)[_0x5bd349(0x14e)]({'message':_0x3cbba0,'quickActionData':_0x92c90a});}[_0xbd8456(0x156)](){const _0xe4a993=_0xbd8456;this[_0xe4a993(0x167)][_0xe4a993(0x159)][_0xe4a993(0x15c)](_0x3cd9f3)[_0xe4a993(0x156)]();}[_0xbd8456(0x168)](){const _0x9e0481=_0xbd8456;this[_0x9e0481(0x167)][_0x9e0481(0x159)][_0x9e0481(0x15c)](_0x3cd9f3)[_0x9e0481(0x168)]();}}
|