@ckeditor/ckeditor5-ai 47.2.0-alpha.3 → 47.2.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/aiactionsinteraction.js +1 -1
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/aiadapter.js +1 -1
- package/src/aiassistant/adapters/aitextadapter.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.js +1 -1
- package/src/aiassistant/adapters/openaitextadapter.js +1 -1
- package/src/aiassistant/aiassistant.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/aiassistantui.js +1 -1
- package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
- package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
- package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
- package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
- package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
- package/src/aiassistant/ui/form/aiformview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
- package/src/aiassistant/ui/form/prompthistory.js +1 -1
- package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
- package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
- package/src/aiballoon/ui/aiballoonview.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/model/aichatmodels.js +1 -1
- package/src/aichat/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatfeedview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/aichatview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
- package/src/aichat/utils/eventnames.js +1 -1
- package/src/aichat/utils/promisequeue.js +1 -1
- package/src/aichat/utils/scrollmanager.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aicapabilities.js +1 -1
- package/src/aicore/model/aiinteraction.js +1 -1
- package/src/aicore/model/aimodels.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/pipeline/airesponseparser.js +2 -2
- package/src/aicore/ui/aidisclaimerview.js +1 -1
- package/src/aicore/ui/aiskeleton.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/geteditorfromcontext.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactions.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsediting.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeediting.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
- package/src/aireviewmode/model/aireviewchecklist.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
- package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
- package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
- package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
- package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
- package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
- package/src/aitabs/aitabs.js +1 -1
- package/src/aitabs/tabs/aitabsview.js +1 -1
- package/src/aitabs/tabs/tabbuttonview.js +1 -1
- package/src/aitabs/tabs/tabpanelview.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48711b=_0x5103;(function(_0x47a860,_0x218597){const _0x431685=_0x5103,_0x3a230a=_0x47a860();while(!![]){try{const _0x5a4e7d=parseInt(_0x431685(0x1f0))/0x1+-parseInt(_0x431685(0x1fc))/0x2*(parseInt(_0x431685(0x1fa))/0x3)+-parseInt(_0x431685(0x1f7))/0x4+parseInt(_0x431685(0x1ee))/0x5*(parseInt(_0x431685(0x1df))/0x6)+-parseInt(_0x431685(0x1fe))/0x7+-parseInt(_0x431685(0x1bd))/0x8+parseInt(_0x431685(0x1d3))/0x9;if(_0x5a4e7d===_0x218597)break;else _0x3a230a['push'](_0x3a230a['shift']());}catch(_0x4fd497){_0x3a230a['push'](_0x3a230a['shift']());}}}(_0x4ee8,0x88a75));function _0x5103(_0x32cee9,_0x18373a){const _0x4ee8ae=_0x4ee8();return _0x5103=function(_0x510349,_0x4c6a5c){_0x510349=_0x510349-0x1b5;let _0x4a9f31=_0x4ee8ae[_0x510349];return _0x4a9f31;},_0x5103(_0x32cee9,_0x18373a);}import{FocusTracker as _0x3dce25,KeystrokeHandler as _0x2d4909}from'ckeditor5/src/utils.js';import{View as _0x3af2f0,FocusCycler as _0x23e5cb,createLabeledTextarea as _0x2cd075}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x1fd9e3,AIFormToolbarViewMainActionLabel as _0x324f4e}from'./aiformtoolbarview.js';import{AIFormContentArea as _0xca40b9}from'./aiformcontentarea.js';import{AIFormErrorView as _0x303524}from'./aiformerrorview.js';import{AIFormPromptView as _0x1b489f}from'./aiformpromptview.js';import{AIHistoryListView as _0x33329c}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x592e7b}from'./aihistorylistitemview.js';import{PromptHistory as _0x475a93}from'./prompthistory.js';import{getTranslation as _0x57f408}from'../../utils/common-translations.js';function _0x4ee8(){const _0x1df9a8=['insertButton','focusLast','REPLACE','submit','high','clearHistory','shift\x20+\x20tab','queryView','fire','focusCycler','isError','18115KXKCeg','promptView','680142KrXwzJ','_createPromptView','listenTo','replaceContent','Ask\x20AI\x20to\x20edit\x20or\x20generate','_createToolbar','tryAgainEvent','1286788AyCfKd','isVisible','contentArea','12vsPltV','ck-hidden','399248YisBdc','focusTracker','2650977bKoDma','isEnabled','items','keystrokes','_createHistoryView','Empty\x20history','AI_ERROR_FAILED','bind','insertContentBelow','setTemplate','stopProcessing','add','text','startProcessing','createCollection','reset','copyButtonView','handleError','bindTo','6093752AFtWtL','div','historyGroupView','delegate','clear','fieldView','execute','stopButton','bindTemplate','tab','label','chain','focusFirst','element','prompt','value','isProcessing','_focusables','errorView','search','Ask\x20AI\x20to\x20improve\x20generated\x20text','render','16196868OEdJhq','replaceButton','toolbar','_promptHistory','locale','ck-ai-form-content','tryAgainButton','submitPrompt','focus','trim','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','finishProcessing','564tKgFPu','set','mainAction','ck-ai-form'];_0x4ee8=function(){return _0x1df9a8;};return _0x4ee8();}import{escape as _0x127cc8}from'es-toolkit/compat';export class AIFormView extends _0x3af2f0{[_0x48711b(0x1fd)];[_0x48711b(0x201)];[_0x48711b(0x1f9)];[_0x48711b(0x1d5)];[_0x48711b(0x1ef)];[_0x48711b(0x1cf)];[_0x48711b(0x1ce)];[_0x48711b(0x1ec)];[_0x48711b(0x1d6)];constructor(_0x26280d,_0x1a26e0,_0x5a47d1=''){const _0x1157d3=_0x48711b;super(_0x26280d),this[_0x1157d3(0x1e0)](_0x1157d3(0x1ff),!0x0),this[_0x1157d3(0x1e0)](_0x1157d3(0x1cd),!0x1),this[_0x1157d3(0x1e0)](_0x1157d3(0x1cb),''),this[_0x1157d3(0x1e0)](_0x1157d3(0x1cc),''),this[_0x1157d3(0x1e0)](_0x1157d3(0x1ed),!0x1),this[_0x1157d3(0x1e0)](_0x1157d3(0x1e1),_0x324f4e[_0x1157d3(0x1e5)]),this[_0x1157d3(0x1d6)]=new _0x475a93(),this[_0x1157d3(0x1cf)]=new _0x303524(_0x26280d),this[_0x1157d3(0x1f9)]=new _0xca40b9(_0x26280d,_0x5a47d1),this[_0x1157d3(0x1f9)][_0x1157d3(0x205)](_0x1157d3(0x1cd))['to'](this),this[_0x1157d3(0x1f9)][_0x1157d3(0x205)](_0x1157d3(0x1cc))['to'](this),this[_0x1157d3(0x1d5)]=this[_0x1157d3(0x1f5)](),this[_0x1157d3(0x1d5)][_0x1157d3(0x205)](_0x1157d3(0x1e1))['to'](this),this[_0x1157d3(0x1ef)]=this[_0x1157d3(0x1f1)](),this[_0x1157d3(0x1fd)]=new _0x3dce25(),this[_0x1157d3(0x201)]=new _0x2d4909(),this[_0x1157d3(0x1ce)]=this[_0x1157d3(0x1b8)]([this[_0x1157d3(0x1f9)],this[_0x1157d3(0x1f9)][_0x1157d3(0x1ba)],this[_0x1157d3(0x1d5)],this[_0x1157d3(0x1ef)]]),this[_0x1157d3(0x1ec)]=new _0x23e5cb({'focusables':this[_0x1157d3(0x1ce)],'focusTracker':this[_0x1157d3(0x1fd)],'keystrokeHandler':this[_0x1157d3(0x201)],'actions':{'focusPrevious':_0x1157d3(0x1e9),'focusNext':_0x1157d3(0x1c6)}}),this[_0x1157d3(0x1ec)][_0x1157d3(0x1c8)](this[_0x1157d3(0x1ef)][_0x1157d3(0x1ec)]),this[_0x1157d3(0x1ef)][_0x1157d3(0x1ea)][_0x1157d3(0x1c2)][_0x1157d3(0x205)](_0x1157d3(0x1cc))['to'](this,_0x1157d3(0x1cb));const _0x3aca10=this[_0x1157d3(0x1c5)];this[_0x1157d3(0x207)]({'tag':_0x1157d3(0x1be),'attributes':{'class':['ck',_0x1157d3(0x1e2),_0x1a26e0],'tabindex':'-1'},'children':[{'tag':_0x1157d3(0x1be),'attributes':{'class':['ck',_0x1157d3(0x1d8)]},'children':[{'tag':_0x1157d3(0x1be),'attributes':{'class':[_0x3aca10['if'](_0x1157d3(0x1ed),_0x1157d3(0x1fb),_0x4adcb9=>!_0x4adcb9)]},'children':[this[_0x1157d3(0x1cf)]]},this[_0x1157d3(0x1f9)],this[_0x1157d3(0x1d5)],this[_0x1157d3(0x1ef)]]}]});}[_0x48711b(0x1d2)](){const _0x241766=_0x48711b;super[_0x241766(0x1d2)](),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1f9)][_0x241766(0x1ca)]),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1f9)][_0x241766(0x1ba)][_0x241766(0x1ca)]),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1d5)][_0x241766(0x1ca)]),this[_0x241766(0x1fd)][_0x241766(0x1b5)](this[_0x241766(0x1ef)][_0x241766(0x1ca)]),this[_0x241766(0x201)][_0x241766(0x1f2)](this[_0x241766(0x1ca)]);}[_0x48711b(0x1db)](_0x5e55e6=0x1){const _0x2afbef=_0x48711b;-0x1===_0x5e55e6?this[_0x2afbef(0x1ec)][_0x2afbef(0x1e4)]():this[_0x2afbef(0x1ec)][_0x2afbef(0x1c9)]();}[_0x48711b(0x1b9)](){const _0x32552b=_0x48711b;this[_0x32552b(0x1cb)]='',this[_0x32552b(0x1cc)]='',this[_0x32552b(0x1ed)]=!0x1,this[_0x32552b(0x1ef)][_0x32552b(0x1b9)](),this[_0x32552b(0x1f9)][_0x32552b(0x1f8)]=!0x1,this[_0x32552b(0x1d5)][_0x32552b(0x1f8)]=!0x1;}[_0x48711b(0x1f1)](){const _0x3a5f3f=_0x48711b,_0x42a6b1=this[_0x3a5f3f(0x1d7)],_0x495740=new _0x1b489f(_0x42a6b1,{'queryView':{'label':_0x57f408(_0x42a6b1,_0x3a5f3f(0x1f4)),'creator':_0x2cd075,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x57f408(_0x42a6b1,_0x3a5f3f(0x203)),'secondary':_0x57f408(_0x42a6b1,_0x3a5f3f(0x1dd))}}},'filteredView':this[_0x3a5f3f(0x202)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x495740[_0x3a5f3f(0x205)](_0x3a5f3f(0x1ff))['to'](this,_0x3a5f3f(0x1ff),this,_0x3a5f3f(0x1cd),(_0x3ff317,_0x171c4c)=>_0x3ff317&&!_0x171c4c),this[_0x3a5f3f(0x1f2)](_0x495740,_0x3a5f3f(0x1e6),(_0x53f1b9,_0x5d8ac9)=>{const _0x46d5ba=_0x3a5f3f;this[_0x46d5ba(0x1cb)]=_0x5d8ac9;const _0x156925=_0x127cc8(_0x5d8ac9);this[_0x46d5ba(0x1eb)](_0x46d5ba(0x1da),_0x156925),_0x5d8ac9[_0x46d5ba(0x1dc)]()&&this[_0x46d5ba(0x1d6)][_0x46d5ba(0x1b5)]({'prompt':_0x156925},0x0);},{'priority':_0x3a5f3f(0x1e7)}),_0x495740;}[_0x48711b(0x202)](){const _0x482ea9=_0x48711b,_0x31bf3b=new _0x33329c(this[_0x482ea9(0x1d7)]);return _0x31bf3b[_0x482ea9(0x1bf)][_0x482ea9(0x200)][_0x482ea9(0x1bc)](this[_0x482ea9(0x1d6)])['as'](_0x592e7b),_0x31bf3b['on'](_0x482ea9(0x1e8),()=>{const _0x45ac4f=_0x482ea9;this[_0x45ac4f(0x1d6)][_0x45ac4f(0x1c1)](),this[_0x45ac4f(0x1ef)][_0x45ac4f(0x1d0)](''),this[_0x45ac4f(0x1ef)][_0x45ac4f(0x1db)]();}),_0x31bf3b;}[_0x48711b(0x1f5)](){const _0x5e5b5e=_0x48711b,_0x50b203=new _0x1fd9e3(this[_0x5e5b5e(0x1d7)]);return _0x50b203[_0x5e5b5e(0x1d4)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1ff),this,_0x5e5b5e(0x1cd),this,_0x5e5b5e(0x1cc),(_0x36272e,_0x55a18a,_0x331a35)=>_0x36272e&&!_0x55a18a&&!!_0x331a35),_0x50b203[_0x5e5b5e(0x1d4)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x1f3)),_0x50b203[_0x5e5b5e(0x1e3)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1ff),this,_0x5e5b5e(0x1cd),this,_0x5e5b5e(0x1cc),(_0x2b21b5,_0x1358dc,_0x4d95a6)=>_0x2b21b5&&!_0x1358dc&&!!_0x4d95a6),_0x50b203[_0x5e5b5e(0x1e3)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x206)),_0x50b203[_0x5e5b5e(0x1d9)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1ff),this,_0x5e5b5e(0x1cd),(_0x5b7430,_0x460104)=>_0x5b7430&&!_0x460104),_0x50b203[_0x5e5b5e(0x1d9)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x1f6)),_0x50b203[_0x5e5b5e(0x1c4)][_0x5e5b5e(0x205)](_0x5e5b5e(0x1ff))['to'](this,_0x5e5b5e(0x1cd)),_0x50b203[_0x5e5b5e(0x1c4)][_0x5e5b5e(0x1c0)](_0x5e5b5e(0x1c3))['to'](this,_0x5e5b5e(0x208)),_0x50b203;}[_0x48711b(0x1b7)](){const _0x36ec7d=_0x48711b;this[_0x36ec7d(0x1cc)]='',this[_0x36ec7d(0x1ed)]=!0x1,this[_0x36ec7d(0x1cd)]=!0x0,this[_0x36ec7d(0x1f9)][_0x36ec7d(0x1f8)]=!0x0,this[_0x36ec7d(0x1d5)][_0x36ec7d(0x1f8)]=!0x0,this[_0x36ec7d(0x1f9)][_0x36ec7d(0x1db)]();}[_0x48711b(0x1de)](){const _0x49189f=_0x48711b,_0x5ee71e=this[_0x49189f(0x1d7)];this[_0x49189f(0x1cd)]=!0x1,this[_0x49189f(0x1cb)]='',this[_0x49189f(0x1ef)][_0x49189f(0x1b9)](),this[_0x49189f(0x1cc)]&&(this[_0x49189f(0x1ef)][_0x49189f(0x1ea)][_0x49189f(0x1c7)]=_0x57f408(_0x5ee71e,_0x49189f(0x1d1)));}[_0x48711b(0x1bb)](_0x148795){const _0x34b47a=_0x48711b,_0x34b4f2=this[_0x34b47a(0x1d7)];this[_0x34b47a(0x1de)](),this[_0x34b47a(0x1ed)]=!0x0,this[_0x34b47a(0x1cf)][_0x34b47a(0x1b6)]=_0x148795||_0x57f408(_0x34b4f2,_0x34b47a(0x204)),this[_0x34b47a(0x1cc)]||(this[_0x34b47a(0x1f9)][_0x34b47a(0x1f8)]=!0x1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x3caada,_0x4daa66){const _0x571bd1=_0x2ec4,_0x190ad3=_0x3caada();while(!![]){try{const _0x2f9e6e=-parseInt(_0x571bd1(0xba))/0x1+parseInt(_0x571bd1(0xb9))/0x2+parseInt(_0x571bd1(0xc1))/0x3*(-parseInt(_0x571bd1(0xc3))/0x4)+parseInt(_0x571bd1(0xc2))/0x5+-parseInt(_0x571bd1(0xbc))/0x6*(parseInt(_0x571bd1(0xbd))/0x7)+parseInt(_0x571bd1(0xbb))/0x8+parseInt(_0x571bd1(0xc0))/0x9*(parseInt(_0x571bd1(0xb8))/0xa);if(_0x2f9e6e===_0x4daa66)break;else _0x190ad3['push'](_0x190ad3['shift']());}catch(_0x1e6d58){_0x190ad3['push'](_0x190ad3['shift']());}}}(_0x1d79,0x8af3a));import{ListItemView as _0x4044c7,ButtonView as _0x4779ef,ButtonLabelView as _0x59a8e3}from'ckeditor5/src/ui.js';function _0x1d79(){const _0x52cac0=['784020aTvMlE','156932AHliqY','prompt','locale','execute','children','fire','730sCibVy','768180IOyEDr','1108076UulZno','6579968agnMQk','252krqsAH','13853kgLqcB','set','add','140841YZaBfQ','57xYRrrK'];_0x1d79=function(){return _0x52cac0;};return _0x1d79();}function _0x2ec4(_0x41670f,_0x1f4861){const _0x1d79df=_0x1d79();return _0x2ec4=function(_0x2ec436,_0x20997b){_0x2ec436=_0x2ec436-0xb8;let _0x5dcb56=_0x1d79df[_0x2ec436];return _0x5dcb56;},_0x2ec4(_0x41670f,_0x1f4861);}import{unescape as _0x4672fc}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x4044c7{constructor(_0x2d1df0){const _0x2f6644=_0x2ec4;super();const _0x87b40c=new _0x59a8e3(),_0x440bec=new _0x4779ef(this[_0x2f6644(0xc5)],_0x87b40c);this[_0x2f6644(0xc7)][_0x2f6644(0xbf)](_0x440bec),_0x440bec[_0x2f6644(0xbe)]({'label':_0x2d1df0[_0x2f6644(0xc4)],'withText':!0x0}),_0x440bec['on'](_0x2f6644(0xc6),()=>{const _0x584d26=_0x2f6644;this[_0x584d26(0xc8)](_0x584d26(0xc6),{'value':_0x4672fc(_0x2d1df0[_0x584d26(0xc4)])});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5ae3(){const _0x4bb96e=['clearHistory','add','224661cPLiQb','length','6zipXTU','3704094EmjIlR','delegate','24nAGGEk','1600336WAWlRv','1216265eAfFLT','historyGroupView','296804kjtoya','41107kpGLqm','20eDoxKk','clearHistoryButton','execute','10985754IKKYdt','Prompt\x20history','items','fire','28PBeVHy','2388jnXmXl','locale','filter','label','Clear','children','12ugfraY','_createClearHistoryButton','set'];_0x5ae3=function(){return _0x4bb96e;};return _0x5ae3();}function _0x2b2d(_0x454b9e,_0x591290){const _0x5ae3e3=_0x5ae3();return _0x2b2d=function(_0x2b2d8d,_0x47d81d){_0x2b2d8d=_0x2b2d8d-0x126;let _0x57786f=_0x5ae3e3[_0x2b2d8d];return _0x57786f;},_0x2b2d(_0x454b9e,_0x591290);}const _0x1b8cfe=_0x2b2d;(function(_0x958543,_0x546bb4){const _0x30572c=_0x2b2d,_0x5708fe=_0x958543();while(!![]){try{const _0x23d887=parseInt(_0x30572c(0x141))/0x1*(parseInt(_0x30572c(0x143))/0x2)+-parseInt(_0x30572c(0x128))/0x3*(parseInt(_0x30572c(0x12c))/0x4)+-parseInt(_0x30572c(0x12a))/0x5*(-parseInt(_0x30572c(0x13c))/0x6)+-parseInt(_0x30572c(0x135))/0x7*(parseInt(_0x30572c(0x129))/0x8)+parseInt(_0x30572c(0x126))/0x9*(parseInt(_0x30572c(0x12e))/0xa)+-parseInt(_0x30572c(0x12d))/0xb*(-parseInt(_0x30572c(0x136))/0xc)+-parseInt(_0x30572c(0x131))/0xd;if(_0x23d887===_0x546bb4)break;else _0x5708fe['push'](_0x5708fe['shift']());}catch(_0x1d8d07){_0x5708fe['push'](_0x5708fe['shift']());}}}(_0x5ae3,0x77402));import{ListView as _0x30d99c,ListItemGroupView as _0x41cd37,ButtonView as _0x6be3b2}from'ckeditor5/src/ui.js';import{getTranslation as _0x273790}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x30d99c{[_0x1b8cfe(0x12b)];[_0x1b8cfe(0x12f)];constructor(_0x28b647){const _0x5863f3=_0x1b8cfe;super(_0x28b647),this[_0x5863f3(0x12f)]=this[_0x5863f3(0x13d)](),this[_0x5863f3(0x12b)]=new _0x41cd37(),this[_0x5863f3(0x12b)][_0x5863f3(0x13b)][_0x5863f3(0x140)](this[_0x5863f3(0x12f)],0x1),this[_0x5863f3(0x12b)][_0x5863f3(0x139)]=_0x273790(_0x28b647,_0x5863f3(0x132)),this[_0x5863f3(0x12b)][_0x5863f3(0x133)][_0x5863f3(0x127)](_0x5863f3(0x130))['to'](this),this[_0x5863f3(0x133)][_0x5863f3(0x140)](this[_0x5863f3(0x12b)]);}[_0x1b8cfe(0x138)](){const _0x15b119=_0x1b8cfe;let _0x323b55=0x0;for(const _0x2a76e6 of this[_0x15b119(0x133)])_0x323b55+=_0x2a76e6[_0x15b119(0x133)][_0x15b119(0x142)];return{'resultsCount':_0x323b55,'totalItemsCount':_0x323b55};}[_0x1b8cfe(0x13d)](){const _0x5e81ca=_0x1b8cfe,_0x63a243=this[_0x5e81ca(0x137)],_0xebd349=new _0x6be3b2(this[_0x5e81ca(0x137)]);return _0xebd349[_0x5e81ca(0x13e)]({'label':'('+_0x273790(_0x63a243,_0x5e81ca(0x13a))+')','withText':!0x0}),_0xebd349['on'](_0x5e81ca(0x130),()=>this[_0x5e81ca(0x134)](_0x5e81ca(0x13f))),_0xebd349;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x3e07d5=_0xe163;function _0xe163(_0x17f269,_0x4f2f4c){const _0xaa3afa=_0xaa3a();return _0xe163=function(_0xe163c2,_0x441bb7){_0xe163c2=_0xe163c2-0x1b3;let _0x319d83=_0xaa3afa[_0xe163c2];return _0x319d83;},_0xe163(_0x17f269,_0x4f2f4c);}function _0xaa3a(){const _0x33aadf=['2239390jrRqBL','_loadFromSessionStorage','map','_saveToSessionStorage','1004778EQuRWA','add','parse','addMany','765146npmash','last','stringify','getItem','79876gRtwnu','434UQMAWa','6WLTXmg','5036420YGsHmV','remove','toLowerCase','112488PGCSBT','prompt','length','104nKiaYn','CKEditor/AIFormView/PromptHistory','11835WhkNpe','setItem','trim'];_0xaa3a=function(){return _0x33aadf;};return _0xaa3a();}(function(_0x49c081,_0x5444cc){const _0x4feec5=_0xe163,_0x262049=_0x49c081();while(!![]){try{const _0x54a035=-parseInt(_0x4feec5(0x1bc))/0x1+parseInt(_0x4feec5(0x1b8))/0x2+parseInt(_0x4feec5(0x1c7))/0x3*(parseInt(_0x4feec5(0x1c5))/0x4)+parseInt(_0x4feec5(0x1ca))/0x5*(-parseInt(_0x4feec5(0x1be))/0x6)+parseInt(_0x4feec5(0x1bd))/0x7*(parseInt(_0x4feec5(0x1c2))/0x8)+parseInt(_0x4feec5(0x1b4))/0x9+-parseInt(_0x4feec5(0x1bf))/0xa;if(_0x54a035===_0x5444cc)break;else _0x262049['push'](_0x262049['shift']());}catch(_0x51a19c){_0x262049['push'](_0x262049['shift']());}}}(_0xaa3a,0x6abb3));import{Collection as _0x2c5c92}from'ckeditor5/src/utils.js';const Ko=_0x3e07d5(0x1c6);export class PromptHistory extends _0x2c5c92{constructor(){const _0x9b41ae=_0x3e07d5;super(),this[_0x9b41ae(0x1cb)](),this['on'](_0x9b41ae(0x1b5),(_0x2dea8e,_0x43a44d)=>{const _0x2e7840=_0x9b41ae,_0x18c47e=Qo(_0x43a44d[_0x2e7840(0x1c3)]);for(const _0x5117fa of this)if(_0x5117fa!=_0x43a44d&&Qo(_0x5117fa[_0x2e7840(0x1c3)])===_0x18c47e){this[_0x2e7840(0x1c0)](_0x5117fa);break;}this[_0x2e7840(0x1c4)]>0x14&&this[_0x2e7840(0x1c0)](this[_0x2e7840(0x1b9)]),this[_0x2e7840(0x1b3)]();}),this['on'](_0x9b41ae(0x1c0),()=>{const _0x3e9fd3=_0x9b41ae;this[_0x3e9fd3(0x1b3)]();});}[_0x3e07d5(0x1cb)](){const _0x4155db=_0x3e07d5,_0xfcbc3e=sessionStorage[_0x4155db(0x1bb)](Ko)||'[]';this[_0x4155db(0x1b7)](JSON[_0x4155db(0x1b6)](_0xfcbc3e));}[_0x3e07d5(0x1b3)](){const _0x1c7b6a=_0x3e07d5;sessionStorage[_0x1c7b6a(0x1c8)](Ko,JSON[_0x1c7b6a(0x1ba)](this[_0x1c7b6a(0x1cc)](_0x103a6f=>_0x103a6f)));}}function Qo(_0x545d31){const _0x10c59a=_0x3e07d5;return _0x545d31[_0x10c59a(0x1c1)]()[_0x10c59a(0x1c9)]();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x403fa5=_0x2842;(function(_0xd7a551,_0x4c1c83){const _0x2949f2=_0x2842,_0x4bfa2a=_0xd7a551();while(!![]){try{const _0x4dfad2=-parseInt(_0x2949f2(0x19b))/0x1*(parseInt(_0x2949f2(0x187))/0x2)+-parseInt(_0x2949f2(0x191))/0x3*(-parseInt(_0x2949f2(0x175))/0x4)+parseInt(_0x2949f2(0x179))/0x5+-parseInt(_0x2949f2(0x18e))/0x6*(parseInt(_0x2949f2(0x189))/0x7)+parseInt(_0x2949f2(0x197))/0x8+-parseInt(_0x2949f2(0x19e))/0x9*(parseInt(_0x2949f2(0x174))/0xa)+-parseInt(_0x2949f2(0x182))/0xb*(-parseInt(_0x2949f2(0x17e))/0xc);if(_0x4dfad2===_0x4c1c83)break;else _0x4bfa2a['push'](_0x4bfa2a['shift']());}catch(_0x1487c5){_0x4bfa2a['push'](_0x4bfa2a['shift']());}}}(_0x39ff,0x976ba));import{Command as _0x25406f}from'ckeditor5/src/core.js';function _0x2842(_0x3fd1b9,_0x4be1e0){const _0x39ffc5=_0x39ff();return _0x2842=function(_0x28422b,_0x58c297){_0x28422b=_0x28422b-0x172;let _0x1133d6=_0x39ffc5[_0x28422b];return _0x1133d6;},_0x2842(_0x3fd1b9,_0x4be1e0);}import{AIAssistantUI as _0x37355a}from'../aiassistantui.js';export class ShowAIAssistantCommand extends _0x25406f{[_0x403fa5(0x183)];constructor(_0x1e9ee9,_0x3e73b0){const _0x37090a=_0x403fa5;super(_0x1e9ee9),this[_0x37090a(0x183)]=_0x3e73b0,this[_0x37090a(0x19d)](_0x37090a(0x194),[]),this['on'](_0x37090a(0x193),(_0x49b727,_0x2cfd18,_0x292ea3)=>{const _0x36d7d6=_0x37090a;this[_0x36d7d6(0x186)]&&(this[_0x36d7d6(0x194)]=Cs(this[_0x36d7d6(0x183)],_0x292ea3));}),this[_0x37090a(0x19d)](_0x37090a(0x19a),!0x1),this['on'](_0x37090a(0x199),(_0x5cbce0,_0x2e6676,_0x1191cb)=>{const _0x55d7d5=_0x37090a;this[_0x55d7d5(0x194)]=_0x1191cb?Cs(this[_0x55d7d5(0x183)],this[_0x55d7d5(0x19a)]):[];});}[_0x403fa5(0x177)](){const _0x40403a=_0x403fa5,_0x1d0f59=this[_0x40403a(0x173)][_0x40403a(0x188)];this[_0x40403a(0x19a)]=function(_0x47404f){const _0x255dff=_0x40403a,_0x237b9a=_0x47404f[_0x255dff(0x17b)][_0x255dff(0x180)];return _0x237b9a[_0x255dff(0x18d)]?0x0!==[..._0x237b9a[_0x255dff(0x17d)]()][_0x255dff(0x17c)]&&![..._0x237b9a[_0x255dff(0x17d)]()][0x0][_0x255dff(0x195)]:!!_0x47404f[_0x255dff(0x17f)](_0x237b9a[_0x255dff(0x190)]());}(_0x1d0f59);const _0x1ebd1f=_0x1d0f59[_0x40403a(0x17b)][_0x40403a(0x180)],_0x543899=this[_0x40403a(0x173)][_0x40403a(0x185)][_0x40403a(0x196)](_0x40403a(0x19f));for(const _0x468668 of _0x1ebd1f[_0x40403a(0x18c)]())for(const _0x5470c2 of _0x468668[_0x40403a(0x18b)]())if(_0x5470c2['is'](_0x40403a(0x18a))&&_0x543899[_0x40403a(0x181)](_0x5470c2[_0x40403a(0x178)]))return void(this[_0x40403a(0x186)]=!0x1);this[_0x40403a(0x186)]=!0x0;}[_0x403fa5(0x19c)](_0x206195='',_0x5df699='',_0xac32ce=_0x403fa5(0x176)){const _0x416a05=_0x403fa5;this[_0x416a05(0x173)][_0x416a05(0x17a)][_0x416a05(0x196)](_0x37355a)[_0x416a05(0x172)](_0x206195,_0x5df699,_0xac32ce);}}function Cs(_0xbd2d21,_0x1949ea){const _0x184161=_0x403fa5,_0x256380=new Set();for(const _0x27bb60 of _0xbd2d21[_0x184161(0x18f)]())(_0x1949ea||!0x1===_0x27bb60[_0x184161(0x184)])&&_0x256380[_0x184161(0x192)](_0x27bb60['id']);return Array[_0x184161(0x198)](_0x256380);}function _0x39ff(){const _0x48a7f9=['getFirstRange','3DVlDzN','add','change:_hasContext','enabledCommandsIds','isEmpty','get','7937904jeNipU','from','change:isEnabled','_hasContext','7XMsTOy','execute','set','26415iHqcQJ','ai.assistant.disabledElements','showUI','editor','1470YgiJhp','3157628UHiqrR','custom','refresh','name','245620zhLrYH','plugins','document','length','getSelectedBlocks','6646668VSASui','hasContent','selection','includes','11JNRssL','_commandDefinitions','requiresContent','config','isEnabled','287740jEHqTx','model','2281335dvjSGn','element','getItems','getRanges','isCollapsed','6RpGaGn','values'];_0x39ff=function(){return _0x48a7f9;};return _0x39ff();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x18d597=_0x31f6;function _0x31f6(_0x20fccf,_0xbc1641){const _0x3a77af=_0x3a77();return _0x31f6=function(_0x31f6a5,_0x404af9){_0x31f6a5=_0x31f6a5-0x19d;let _0x4dd311=_0x3a77af[_0x31f6a5];return _0x4dd311;},_0x31f6(_0x20fccf,_0xbc1641);}(function(_0x4fa806,_0x410751){const _0x577307=_0x31f6,_0x140521=_0x4fa806();while(!![]){try{const _0x464b8e=parseInt(_0x577307(0x1d5))/0x1*(-parseInt(_0x577307(0x1e2))/0x2)+-parseInt(_0x577307(0x1aa))/0x3*(-parseInt(_0x577307(0x1c8))/0x4)+parseInt(_0x577307(0x1ca))/0x5+-parseInt(_0x577307(0x1d0))/0x6*(-parseInt(_0x577307(0x1b6))/0x7)+-parseInt(_0x577307(0x1b2))/0x8+parseInt(_0x577307(0x1d3))/0x9+parseInt(_0x577307(0x1fd))/0xa*(-parseInt(_0x577307(0x1c3))/0xb);if(_0x464b8e===_0x410751)break;else _0x140521['push'](_0x140521['shift']());}catch(_0x278042){_0x140521['push'](_0x140521['shift']());}}}(_0x3a77,0x68b90));import{ContextPlugin as _0x2b405a}from'ckeditor5/src/core.js';import{AIConnector as _0x36fa77}from'../aicore/aiconnector.js';import{AIEditing as _0x191fbf}from'../aicore/aiediting.js';import{AI_BALLOON_VIEW_EVENT_NAMES as _0xf8fad7,AIBalloonView as _0x1dae2f}from'./ui/aiballoonview.js';function _0x3a77(){const _0x15f068=['426659TIprRz','requires','_setupVisualSelection','markers','icon','isEqual','_getSelectionElements','max','ai-balloon','open','\x20ai-balloon-rotator','_cleanupMarkerRemovalListener','round','2jKGEMs','differ','width','ai-selection:','height','bottom','isOpen','updatePosition','updateContent','render','ai-selection','listenTo','top','balloonView','Dialog','mainView','start','value','getBoundingRect','locale','plugins','headerView','content','window','AIEditing','_updateBalloon','show','40cKzQuq','end','isOfficialPlugin','editing','getMarkersGroup','_calculateDialogPosition','pluginName','getIntersection','index','_config','ai-balloon-selection','ai-balloon-','delegate','commands','ranges','showBlockingError','title','trackChanges','off','hideFakeVisualSelection','getVisible','rootName','hide','length','isTrackChangesOn','248181hkouSf','view','setupRotator','showFakeVisualSelection','_calculateOptimalTopPosition','_showDialog','filter','fire','3692584DqZhUr','iconView','left','isPremiumPlugin','44534lkrwfL','document','once','get','dialogClosed','root','startsWith','_setupMarkerRemovalListener','model','bind','label','_pendingRenderCallback','aiBalloon','193831mNwLvK','config','selectionRemoved','close','change','12jCfJhb','stopListening','2539640YcERCZ','showRotator','$graveyard','ai.availableReplyActions','_isUpdatingMarkers','AI_ACTIONS_SELECTION_REMOVED_ERROR','132hxJAJO','context','getChangedMarkers','4424283MGnbgt','AIBalloon'];_0x3a77=function(){return _0x15f068;};return _0x3a77();}import'../../theme/aiballoon/aiballoon.css';import{getAllMarkersDomElementsSorted as _0x3a41dc}from'ckeditor5-collaboration/src/collaboration-core.js';import{global as _0x257901,Rect as _0x372a19,scrollViewportToShowTarget as _0x7a343c}from'ckeditor5/src/utils.js';import{getEditorFromContext as _0x2a6d9a}from'../aicore/utils/geteditorfromcontext.js';import{AI_REPLY_ACTIONS as _0x55a705}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{getTranslation as _0x264d57}from'../aicore/utils/common-translations.js';export const AI_BALLOON_EVENT_NAMES=[..._0xf8fad7,_0x18d597(0x1ba),_0x18d597(0x1c5)];const x=0xa;export class AIBalloon extends _0x2b405a{static get[_0x18d597(0x1d6)](){return[_0x36fa77,_0x191fbf];}static get[_0x18d597(0x203)](){const _0x497f07=_0x18d597;return _0x497f07(0x1d4);}static get[_0x18d597(0x1ff)](){return!0x0;}static get[_0x18d597(0x1b5)](){return!0x0;}[_0x18d597(0x1e8)]=!0x1;[_0x18d597(0x206)];[_0x18d597(0x1ce)]=!0x1;[_0x18d597(0x1c1)]=null;[_0x18d597(0x1de)](_0x20485f){const _0x2a064e=_0x18d597,_0x26a155=_0x2a6d9a(this[_0x2a064e(0x1d1)]);if(this[_0x2a064e(0x206)]=_0x20485f,this[_0x2a064e(0x1e8)])return void this[_0x2a064e(0x1fb)](_0x20485f);const _0x5891b8=this[_0x2a064e(0x1d1)][_0x2a064e(0x1c4)][_0x2a064e(0x1b9)](_0x2a064e(0x1cd))||[..._0x55a705],_0xcfc870=_0x26a155?.[_0x2a064e(0x19e)][_0x2a064e(0x1b9)](_0x2a064e(0x1a2)),_0x5b4e8f=_0xcfc870?.[_0x2a064e(0x1f3)];this[_0x2a064e(0x1ef)]=new _0x1dae2f(_0x26a155[_0x2a064e(0x1f5)],_0x20485f,_0x5891b8,!!_0x5b4e8f),this[_0x2a064e(0x1ef)][_0x2a064e(0x19d)](..._0xf8fad7)['to'](this),_0xcfc870&&this[_0x2a064e(0x1ef)][_0x2a064e(0x1bf)](_0x2a064e(0x1a9))['to'](_0xcfc870,_0x2a064e(0x1f3)),this[_0x2a064e(0x1af)](_0x20485f);}[_0x18d597(0x1c6)](){const _0x648937=_0x18d597;_0x2a6d9a(this[_0x648937(0x1d1)])[_0x648937(0x1f6)][_0x648937(0x1b9)](_0x648937(0x1f0))[_0x648937(0x1a7)]();}[_0x18d597(0x1fb)](_0x3551a8){const _0x52edb7=_0x18d597,_0x33bcf5=_0x2a6d9a(this[_0x52edb7(0x1d1)]),_0x2eedc8=_0x33bcf5[_0x52edb7(0x1f6)][_0x52edb7(0x1b9)](_0x52edb7(0x1f0));this[_0x52edb7(0x1c1)]&&(_0x33bcf5[_0x52edb7(0x200)][_0x52edb7(0x1ab)][_0x52edb7(0x1a3)](_0x52edb7(0x1eb),this[_0x52edb7(0x1c1)]),this[_0x52edb7(0x1c1)]=null),this[_0x52edb7(0x1ce)]=!0x0,_0x2eedc8[_0x52edb7(0x1ab)]?.[_0x52edb7(0x1f7)]&&(_0x2eedc8[_0x52edb7(0x1ab)][_0x52edb7(0x1f7)][_0x52edb7(0x1c0)]=_0x3551a8[_0x52edb7(0x1a1)],_0x2eedc8[_0x52edb7(0x1ab)][_0x52edb7(0x1f7)][_0x52edb7(0x1b3)]&&_0x3551a8[_0x52edb7(0x1d9)]&&(_0x2eedc8[_0x52edb7(0x1ab)][_0x52edb7(0x1f7)][_0x52edb7(0x1b3)][_0x52edb7(0x1f8)]=_0x3551a8[_0x52edb7(0x1d9)])),this[_0x52edb7(0x1ef)][_0x52edb7(0x1ea)](_0x3551a8[_0x52edb7(0x1f1)]),this[_0x52edb7(0x1d7)](_0x3551a8[_0x52edb7(0x19f)],_0x3551a8[_0x52edb7(0x205)]),this[_0x52edb7(0x1c1)]=()=>{const _0x4e2395=_0x52edb7;this[_0x4e2395(0x1ce)]=!0x1,this[_0x4e2395(0x1c1)]=null,_0x2eedc8[_0x4e2395(0x1ab)]&&_0x2eedc8[_0x4e2395(0x1ab)][_0x4e2395(0x1e9)]();},_0x33bcf5[_0x52edb7(0x200)][_0x52edb7(0x1ab)][_0x52edb7(0x1b8)](_0x52edb7(0x1eb),this[_0x52edb7(0x1c1)]);}[_0x18d597(0x1d7)](_0x2044a2,_0x577cca){const _0x73f3ca=_0x18d597;this[_0x73f3ca(0x1d1)][_0x73f3ca(0x1f6)][_0x73f3ca(0x1b9)](_0x191fbf)[_0x73f3ca(0x1ad)](_0x2044a2,_0x73f3ca(0x208)+_0x577cca,!0x0,!0x0);}[_0x18d597(0x1af)](_0x846ae2){const _0x4a1115=_0x18d597,_0x5d5638=_0x2a6d9a(this[_0x4a1115(0x1d1)]);this[_0x4a1115(0x1d7)](_0x846ae2[_0x4a1115(0x19f)],_0x846ae2[_0x4a1115(0x205)]);const _0xb5b0bf=this[_0x4a1115(0x1db)]();_0xb5b0bf&&_0xb5b0bf[0x0]&&_0x7a343c({'target':_0xb5b0bf[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),_0x5d5638[_0x4a1115(0x1f6)][_0x4a1115(0x1b9)](_0x4a1115(0x1f0))[_0x4a1115(0x1fc)]({'title':_0x846ae2[_0x4a1115(0x1a1)],'icon':_0x846ae2[_0x4a1115(0x1d9)],'hasCloseButton':!0x0,'id':_0x4a1115(0x1c2),'position':this[_0x4a1115(0x202)][_0x4a1115(0x1bf)](this),'className':_0x4a1115(0x1dd)+(_0x846ae2[_0x4a1115(0x1cb)]?_0x4a1115(0x1df):''),'content':this[_0x4a1115(0x1ef)],'onShow':_0x423810=>{const _0x5de683=_0x4a1115;_0x846ae2[_0x5de683(0x1cb)]&&this[_0x5de683(0x1ef)][_0x5de683(0x1ac)](_0x423810),this[_0x5de683(0x1bd)](),this[_0x5de683(0x1e8)]=!0x0;},'onHide':()=>{const _0x349ad8=_0x4a1115;this[_0x349ad8(0x1d1)][_0x349ad8(0x1f6)][_0x349ad8(0x1b9)](_0x349ad8(0x1fa))[_0x349ad8(0x1a4)](_0x349ad8(0x208)+this[_0x349ad8(0x206)][_0x349ad8(0x205)]),this[_0x349ad8(0x1e0)](),this[_0x349ad8(0x1b1)](_0x349ad8(0x1ba)),this[_0x349ad8(0x1e8)]=!0x1;}});}[_0x18d597(0x202)](_0x44122a,_0x51d33c){const _0x2ccf99=_0x18d597;if(!_0x51d33c)return null;const _0x574b7a=this[_0x2ccf99(0x1db)]();if(!_0x574b7a||0x0===_0x574b7a[_0x2ccf99(0x1a8)])return{'left':Math[_0x2ccf99(0x1e1)](_0x51d33c[_0x2ccf99(0x1b4)]+_0x51d33c[_0x2ccf99(0x1e4)]/0x2-_0x44122a[_0x2ccf99(0x1e4)]/0x2),'top':Math[_0x2ccf99(0x1e1)](_0x51d33c[_0x2ccf99(0x1ee)]+_0x51d33c[_0x2ccf99(0x1e6)]/0x2-_0x44122a[_0x2ccf99(0x1e6)]/0x2)};const _0x444cf3=Math[_0x2ccf99(0x1e1)](_0x51d33c[_0x2ccf99(0x1b4)]+_0x51d33c[_0x2ccf99(0x1e4)]/0x2-_0x44122a[_0x2ccf99(0x1e4)]/0x2),_0x186029=new _0x372a19(_0x574b7a[0x0]),_0x1c4593=new _0x372a19(_0x574b7a[_0x574b7a[_0x2ccf99(0x1a8)]-0x1]),_0x14488d=_0x44122a[_0x2ccf99(0x1e6)],_0x13e28e=this[_0x2ccf99(0x206)][_0x2ccf99(0x1cb)]?0x8:0x0;return{'left':_0x444cf3,'top':this[_0x2ccf99(0x1ae)](_0x186029,_0x1c4593,_0x14488d,_0x13e28e,_0x51d33c)};}[_0x18d597(0x1ae)](_0x3cb1cf,_0x59dfaf,_0x4c9ba4,_0x54569d=0x0,_0x1131ac){const _0x1f15f6=_0x18d597,_0x47ccba=_0x4c9ba4+_0x54569d,_0x500657=new _0x372a19(_0x257901[_0x1f15f6(0x1f9)]),_0x20667f=[_0x3cb1cf[_0x1f15f6(0x1a5)](),_0x59dfaf[_0x1f15f6(0x1a5)]()][_0x1f15f6(0x1b0)](_0x31711f=>_0x31711f),_0x54124c=_0x372a19[_0x1f15f6(0x1f4)](_0x20667f);if(!_0x54124c)return Math[_0x1f15f6(0x1e1)](_0x1131ac[_0x1f15f6(0x1ee)]+_0x1131ac[_0x1f15f6(0x1e6)]/0x2);const _0x4e00fd=_0x500657[_0x1f15f6(0x204)](_0x54124c);if(!_0x4e00fd)return Math[_0x1f15f6(0x1e1)](_0x1131ac[_0x1f15f6(0x1ee)]+_0x1131ac[_0x1f15f6(0x1e6)]/0x2);const _0x503e84=_0x1131ac[_0x1f15f6(0x1a5)](),_0x15e7b3=_0x503e84&&_0x54124c[_0x1f15f6(0x1e6)]>_0x503e84[_0x1f15f6(0x1e6)],_0x24316a=_0x4e00fd[_0x1f15f6(0x1ee)],_0x31e458=_0x4e00fd[_0x1f15f6(0x1e7)];if(_0x15e7b3){const _0x4a7331=(_0x503e84||_0x500657)[_0x1f15f6(0x1e6)]/0x2-_0x47ccba/0x2,_0x1bca64=_0x24316a-x-_0x1131ac[_0x1f15f6(0x1ee)],_0x421363=_0x1131ac[_0x1f15f6(0x1e7)]-_0x31e458-x;return _0x1bca64>=_0x47ccba?Math[_0x1f15f6(0x1dc)](x,_0x24316a-_0x47ccba-x):_0x421363>=_0x47ccba?_0x31e458+x:Math[_0x1f15f6(0x1dc)](x,_0x4a7331);}const _0x198d6b=_0x24316a-_0x47ccba,_0x47cacc=_0x1131ac[_0x1f15f6(0x1e7)]-_0x31e458-x,_0x15bbc3=_0x24316a-x-_0x1131ac[_0x1f15f6(0x1ee)];let _0x55f194;if(_0x47cacc>=_0x47ccba)_0x55f194=_0x31e458+x;else{if(_0x15bbc3>=_0x47ccba)_0x55f194=_0x198d6b-x;else _0x55f194=_0x24316a+_0x54124c[_0x1f15f6(0x1e6)]/0x2-_0x47ccba/0x2;}return _0x55f194;}[_0x18d597(0x1bd)](){const _0x20082f=_0x18d597,_0x37d193=_0x2a6d9a(this[_0x20082f(0x1d1)]);this[_0x20082f(0x1ed)](_0x37d193[_0x20082f(0x1be)][_0x20082f(0x1b7)],_0x20082f(0x1c7),()=>{const _0x5c296b=_0x20082f;if(this[_0x5c296b(0x1ce)])return;for(const {name:_0x1575ae,data:{newRange:_0x4bf15c}}of _0x37d193[_0x5c296b(0x1be)][_0x5c296b(0x1b7)][_0x5c296b(0x1e3)][_0x5c296b(0x1d2)]())if(_0x1575ae[_0x5c296b(0x1bc)](_0x5c296b(0x1e5))&&(_0x4bf15c&&(_0x4bf15c[_0x5c296b(0x1f2)][_0x5c296b(0x1da)](_0x4bf15c[_0x5c296b(0x1fe)])||_0x5c296b(0x1cc)==_0x4bf15c[_0x5c296b(0x1bb)][_0x5c296b(0x1a6)])||null==_0x4bf15c)){const _0x1e9393=_0x264d57(this[_0x5c296b(0x1d1)][_0x5c296b(0x1f5)],_0x5c296b(0x1cf));this[_0x5c296b(0x1ef)][_0x5c296b(0x1a0)](_0x1e9393),this[_0x5c296b(0x1b1)](_0x5c296b(0x1c5));}});}[_0x18d597(0x1e0)](){const _0x180552=_0x18d597,_0x35d775=_0x2a6d9a(this[_0x180552(0x1d1)]);this[_0x180552(0x1c9)](_0x35d775[_0x180552(0x1be)][_0x180552(0x1b7)]);}[_0x18d597(0x1db)](){const _0x53946f=_0x18d597,_0x167caf=_0x2a6d9a(this[_0x53946f(0x1d1)]);return _0x3a41dc(_0x167caf[_0x53946f(0x200)],[..._0x167caf[_0x53946f(0x1be)][_0x53946f(0x1d8)][_0x53946f(0x201)](_0x53946f(0x1ec)),..._0x167caf[_0x53946f(0x1be)][_0x53946f(0x1d8)][_0x53946f(0x201)](_0x53946f(0x207))]);}}
|
|
23
|
+
const _0x328cbd=_0xb404;(function(_0x4e01d9,_0x2aa558){const _0x100a11=_0xb404,_0x3789af=_0x4e01d9();while(!![]){try{const _0x5567dd=-parseInt(_0x100a11(0x10d))/0x1+parseInt(_0x100a11(0x116))/0x2+parseInt(_0x100a11(0x144))/0x3+-parseInt(_0x100a11(0x163))/0x4+-parseInt(_0x100a11(0x126))/0x5+parseInt(_0x100a11(0x117))/0x6*(parseInt(_0x100a11(0x157))/0x7)+parseInt(_0x100a11(0x12a))/0x8;if(_0x5567dd===_0x2aa558)break;else _0x3789af['push'](_0x3789af['shift']());}catch(_0x2e0440){_0x3789af['push'](_0x3789af['shift']());}}}(_0x254f,0x94112));function _0x254f(){const _0x1c17ed=['AI_ACTIONS_SELECTION_REMOVED_ERROR','listenTo','8082280Luhwzk','window','icon','showBlockingError','_setupVisualSelection','length','close','ai-selection','render','getChangedMarkers','_isUpdatingMarkers','requires','\x20ai-balloon-rotator','startsWith','show','hideFakeVisualSelection','ai-balloon-selection','pluginName','document','aiBalloon','_getSelectionElements','isOfficialPlugin','isTrackChangesOn','showFakeVisualSelection','setupRotator','getIntersection','366945LHMzdQ','isPremiumPlugin','ranges','hide','round','updateContent','_config','markers','start','_updateBalloon','value','locale','get','headerView','iconView','max','content','config','ai-balloon','6506171suxQpi','end','_pendingRenderCallback','label','getMarkersGroup','height','fire','trackChanges','AIBalloon','selectionRemoved','title','off','1722828MvyUzv','updatePosition','once','AIEditing','_calculateOptimalTopPosition','getBoundingRect','left','commands','plugins','view','ai-selection:','bottom','context','differ','stopListening','root','isOpen','mainView','showRotator','447879GfaQGa','dialogClosed','Dialog','filter','_showDialog','top','rootName','bind','_setupMarkerRemovalListener','362642awIAPm','6ttpDEm','$graveyard','_cleanupMarkerRemovalListener','ai.availableReplyActions','getVisible','open','ai-balloon-','isEqual','delegate','index','width','model','editing','change','balloonView','3791530meFAlr','_calculateDialogPosition'];_0x254f=function(){return _0x1c17ed;};return _0x254f();}import{ContextPlugin as _0x1f212b}from'ckeditor5/src/core.js';import{AIConnector as _0xacf6e3}from'../aicore/aiconnector.js';import{AIEditing as _0x59716e}from'../aicore/aiediting.js';import{AI_BALLOON_VIEW_EVENT_NAMES as _0x463908,AIBalloonView as _0x4b548c}from'./ui/aiballoonview.js';import'../../theme/aiballoon/aiballoon.css';import{getAllMarkersDomElementsSorted as _0x1c8793}from'ckeditor5-collaboration/src/collaboration-core.js';import{global as _0x4374b6,Rect as _0x42c2c3,scrollViewportToShowTarget as _0x4641bb}from'ckeditor5/src/utils.js';function _0xb404(_0x1f551c,_0x24177d){const _0x254f94=_0x254f();return _0xb404=function(_0xb40401,_0x2beee0){_0xb40401=_0xb40401-0x102;let _0x40f063=_0x254f94[_0xb40401];return _0x40f063;},_0xb404(_0x1f551c,_0x24177d);}import{getEditorFromContext as _0x2b3fa1}from'../aicore/utils/geteditorfromcontext.js';import{AI_REPLY_ACTIONS as _0x355ebd}from'../aichat/ui/feed/aichatfeedsuggestionitemactionsview.js';import{getTranslation as _0x36afcb}from'../aicore/utils/common-translations.js';export const AI_BALLOON_EVENT_NAMES=[..._0x463908,_0x328cbd(0x10e),_0x328cbd(0x160)];const g=0xa;export class AIBalloon extends _0x1f212b{static get[_0x328cbd(0x135)](){return[_0xacf6e3,_0x59716e];}static get[_0x328cbd(0x13b)](){const _0x42eb4b=_0x328cbd;return _0x42eb4b(0x15f);}static get[_0x328cbd(0x13f)](){return!0x0;}static get[_0x328cbd(0x145)](){return!0x0;}[_0x328cbd(0x10a)]=!0x1;[_0x328cbd(0x14a)];[_0x328cbd(0x134)]=!0x1;[_0x328cbd(0x159)]=null;[_0x328cbd(0x11c)](_0x585f49){const _0x53adc2=_0x328cbd,_0x37c61e=_0x2b3fa1(this[_0x53adc2(0x106)]);if(this[_0x53adc2(0x14a)]=_0x585f49,this[_0x53adc2(0x10a)])return void this[_0x53adc2(0x14d)](_0x585f49);const _0x1c8279=this[_0x53adc2(0x106)][_0x53adc2(0x155)][_0x53adc2(0x150)](_0x53adc2(0x11a))||[..._0x355ebd],_0x32dbdb=_0x37c61e?.[_0x53adc2(0x16a)][_0x53adc2(0x150)](_0x53adc2(0x15e)),_0x43501a=_0x32dbdb?.[_0x53adc2(0x14e)];this[_0x53adc2(0x125)]=new _0x4b548c(_0x37c61e[_0x53adc2(0x14f)],_0x585f49,_0x1c8279,!!_0x43501a),this[_0x53adc2(0x125)][_0x53adc2(0x11f)](..._0x463908)['to'](this),_0x32dbdb&&this[_0x53adc2(0x125)][_0x53adc2(0x114)](_0x53adc2(0x140))['to'](_0x32dbdb,_0x53adc2(0x14e)),this[_0x53adc2(0x111)](_0x585f49);}[_0x328cbd(0x130)](){const _0x246dd9=_0x328cbd;_0x2b3fa1(this[_0x246dd9(0x106)])[_0x246dd9(0x102)][_0x246dd9(0x150)](_0x246dd9(0x10f))[_0x246dd9(0x147)]();}[_0x328cbd(0x14d)](_0x28a488){const _0x48f2b8=_0x328cbd,_0x495d43=_0x2b3fa1(this[_0x48f2b8(0x106)]),_0x1457fe=_0x495d43[_0x48f2b8(0x102)][_0x48f2b8(0x150)](_0x48f2b8(0x10f));this[_0x48f2b8(0x159)]&&(_0x495d43[_0x48f2b8(0x123)][_0x48f2b8(0x103)][_0x48f2b8(0x162)](_0x48f2b8(0x132),this[_0x48f2b8(0x159)]),this[_0x48f2b8(0x159)]=null),this[_0x48f2b8(0x134)]=!0x0,_0x1457fe[_0x48f2b8(0x103)]?.[_0x48f2b8(0x151)]&&(_0x1457fe[_0x48f2b8(0x103)][_0x48f2b8(0x151)][_0x48f2b8(0x15a)]=_0x28a488[_0x48f2b8(0x161)],_0x1457fe[_0x48f2b8(0x103)][_0x48f2b8(0x151)][_0x48f2b8(0x152)]&&_0x28a488[_0x48f2b8(0x12c)]&&(_0x1457fe[_0x48f2b8(0x103)][_0x48f2b8(0x151)][_0x48f2b8(0x152)][_0x48f2b8(0x154)]=_0x28a488[_0x48f2b8(0x12c)])),this[_0x48f2b8(0x125)][_0x48f2b8(0x149)](_0x28a488[_0x48f2b8(0x10b)]),this[_0x48f2b8(0x12e)](_0x28a488[_0x48f2b8(0x146)],_0x28a488[_0x48f2b8(0x120)]),this[_0x48f2b8(0x159)]=()=>{const _0x27e3f7=_0x48f2b8;this[_0x27e3f7(0x134)]=!0x1,this[_0x27e3f7(0x159)]=null,_0x1457fe[_0x27e3f7(0x103)]&&_0x1457fe[_0x27e3f7(0x103)][_0x27e3f7(0x164)]();},_0x495d43[_0x48f2b8(0x123)][_0x48f2b8(0x103)][_0x48f2b8(0x165)](_0x48f2b8(0x132),this[_0x48f2b8(0x159)]);}[_0x328cbd(0x12e)](_0x191923,_0x4016c7){const _0x1dbc79=_0x328cbd;this[_0x1dbc79(0x106)][_0x1dbc79(0x102)][_0x1dbc79(0x150)](_0x59716e)[_0x1dbc79(0x141)](_0x191923,_0x1dbc79(0x11d)+_0x4016c7,!0x0,!0x0);}[_0x328cbd(0x111)](_0xb2d92b){const _0x16d3ef=_0x328cbd,_0x16cb83=_0x2b3fa1(this[_0x16d3ef(0x106)]);this[_0x16d3ef(0x12e)](_0xb2d92b[_0x16d3ef(0x146)],_0xb2d92b[_0x16d3ef(0x120)]);const _0x3d7dd3=this[_0x16d3ef(0x13e)]();_0x3d7dd3&&_0x3d7dd3[0x0]&&_0x4641bb({'target':_0x3d7dd3[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),_0x16cb83[_0x16d3ef(0x102)][_0x16d3ef(0x150)](_0x16d3ef(0x10f))[_0x16d3ef(0x138)]({'title':_0xb2d92b[_0x16d3ef(0x161)],'icon':_0xb2d92b[_0x16d3ef(0x12c)],'hasCloseButton':!0x0,'id':_0x16d3ef(0x13d),'position':this[_0x16d3ef(0x127)][_0x16d3ef(0x114)](this),'className':_0x16d3ef(0x156)+(_0xb2d92b[_0x16d3ef(0x10c)]?_0x16d3ef(0x136):''),'content':this[_0x16d3ef(0x125)],'onShow':_0x40cc63=>{const _0x19d90d=_0x16d3ef;_0xb2d92b[_0x19d90d(0x10c)]&&this[_0x19d90d(0x125)][_0x19d90d(0x142)](_0x40cc63),this[_0x19d90d(0x115)](),this[_0x19d90d(0x10a)]=!0x0;},'onHide':()=>{const _0x56af2b=_0x16d3ef;this[_0x56af2b(0x106)][_0x56af2b(0x102)][_0x56af2b(0x150)](_0x56af2b(0x166))[_0x56af2b(0x139)](_0x56af2b(0x11d)+this[_0x56af2b(0x14a)][_0x56af2b(0x120)]),this[_0x56af2b(0x119)](),this[_0x56af2b(0x15d)](_0x56af2b(0x10e)),this[_0x56af2b(0x10a)]=!0x1;}});}[_0x328cbd(0x127)](_0xa38eeb,_0x1035fe){const _0x147244=_0x328cbd;if(!_0x1035fe)return null;const _0x1e4da1=this[_0x147244(0x13e)]();if(!_0x1e4da1||0x0===_0x1e4da1[_0x147244(0x12f)])return{'left':Math[_0x147244(0x148)](_0x1035fe[_0x147244(0x169)]+_0x1035fe[_0x147244(0x121)]/0x2-_0xa38eeb[_0x147244(0x121)]/0x2),'top':Math[_0x147244(0x148)](_0x1035fe[_0x147244(0x112)]+_0x1035fe[_0x147244(0x15c)]/0x2-_0xa38eeb[_0x147244(0x15c)]/0x2)};const _0x1285d4=Math[_0x147244(0x148)](_0x1035fe[_0x147244(0x169)]+_0x1035fe[_0x147244(0x121)]/0x2-_0xa38eeb[_0x147244(0x121)]/0x2),_0x1bdc02=new _0x42c2c3(_0x1e4da1[0x0]),_0x56c78d=new _0x42c2c3(_0x1e4da1[_0x1e4da1[_0x147244(0x12f)]-0x1]),_0x7921bb=_0xa38eeb[_0x147244(0x15c)],_0x39eb05=this[_0x147244(0x14a)][_0x147244(0x10c)]?0x8:0x0;return{'left':_0x1285d4,'top':this[_0x147244(0x167)](_0x1bdc02,_0x56c78d,_0x7921bb,_0x39eb05,_0x1035fe)};}[_0x328cbd(0x167)](_0x598263,_0x4135bb,_0x394600,_0x539b16=0x0,_0x3e5204){const _0x45529a=_0x328cbd,_0x2f8903=_0x394600+_0x539b16,_0x33cd02=new _0x42c2c3(_0x4374b6[_0x45529a(0x12b)]),_0x3c1e43=[_0x598263[_0x45529a(0x11b)](),_0x4135bb[_0x45529a(0x11b)]()][_0x45529a(0x110)](_0x4b7112=>_0x4b7112),_0x2d0732=_0x42c2c3[_0x45529a(0x168)](_0x3c1e43);if(!_0x2d0732)return Math[_0x45529a(0x148)](_0x3e5204[_0x45529a(0x112)]+_0x3e5204[_0x45529a(0x15c)]/0x2);const _0x7c99b1=_0x33cd02[_0x45529a(0x143)](_0x2d0732);if(!_0x7c99b1)return Math[_0x45529a(0x148)](_0x3e5204[_0x45529a(0x112)]+_0x3e5204[_0x45529a(0x15c)]/0x2);const _0x5bfbba=_0x3e5204[_0x45529a(0x11b)](),_0x34b46a=_0x5bfbba&&_0x2d0732[_0x45529a(0x15c)]>_0x5bfbba[_0x45529a(0x15c)],_0x228ac5=_0x7c99b1[_0x45529a(0x112)],_0xf3452e=_0x7c99b1[_0x45529a(0x105)];if(_0x34b46a){const _0x1db2e6=(_0x5bfbba||_0x33cd02)[_0x45529a(0x15c)]/0x2-_0x2f8903/0x2,_0x4a6895=_0x228ac5-g-_0x3e5204[_0x45529a(0x112)],_0x966b4c=_0x3e5204[_0x45529a(0x105)]-_0xf3452e-g;return _0x4a6895>=_0x2f8903?Math[_0x45529a(0x153)](g,_0x228ac5-_0x2f8903-g):_0x966b4c>=_0x2f8903?_0xf3452e+g:Math[_0x45529a(0x153)](g,_0x1db2e6);}const _0x50ee83=_0x228ac5-_0x2f8903,_0x53af03=_0x3e5204[_0x45529a(0x105)]-_0xf3452e-g,_0x4785fc=_0x228ac5-g-_0x3e5204[_0x45529a(0x112)];let _0x5eb4ca;if(_0x53af03>=_0x2f8903)_0x5eb4ca=_0xf3452e+g;else{if(_0x4785fc>=_0x2f8903)_0x5eb4ca=_0x50ee83-g;else _0x5eb4ca=_0x228ac5+_0x2d0732[_0x45529a(0x15c)]/0x2-_0x2f8903/0x2;}return _0x5eb4ca;}[_0x328cbd(0x115)](){const _0x2bd2a9=_0x328cbd,_0x1e1a27=_0x2b3fa1(this[_0x2bd2a9(0x106)]);this[_0x2bd2a9(0x129)](_0x1e1a27[_0x2bd2a9(0x122)][_0x2bd2a9(0x13c)],_0x2bd2a9(0x124),()=>{const _0x58c830=_0x2bd2a9;if(this[_0x58c830(0x134)])return;for(const {name:_0x5132c1,data:{newRange:_0x57baf3}}of _0x1e1a27[_0x58c830(0x122)][_0x58c830(0x13c)][_0x58c830(0x107)][_0x58c830(0x133)]())if(_0x5132c1[_0x58c830(0x137)](_0x58c830(0x104))&&(_0x57baf3&&(_0x57baf3[_0x58c830(0x14c)][_0x58c830(0x11e)](_0x57baf3[_0x58c830(0x158)])||_0x58c830(0x118)==_0x57baf3[_0x58c830(0x109)][_0x58c830(0x113)])||null==_0x57baf3)){const _0x49f239=_0x36afcb(this[_0x58c830(0x106)][_0x58c830(0x14f)],_0x58c830(0x128));this[_0x58c830(0x125)][_0x58c830(0x12d)](_0x49f239),this[_0x58c830(0x15d)](_0x58c830(0x160));}});}[_0x328cbd(0x119)](){const _0x31d813=_0x328cbd,_0x313704=_0x2b3fa1(this[_0x31d813(0x106)]);this[_0x31d813(0x108)](_0x313704[_0x31d813(0x122)][_0x31d813(0x13c)]);}[_0x328cbd(0x13e)](){const _0x30aa22=_0x328cbd,_0x2333d6=_0x2b3fa1(this[_0x30aa22(0x106)]);return _0x1c8793(_0x2333d6[_0x30aa22(0x123)],[..._0x2333d6[_0x30aa22(0x122)][_0x30aa22(0x14b)][_0x30aa22(0x15b)](_0x30aa22(0x131)),..._0x2333d6[_0x30aa22(0x122)][_0x30aa22(0x14b)][_0x30aa22(0x15b)](_0x30aa22(0x13a))]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x2d9cb2,_0x377480){var _0x51f28d=_0x16be,_0x4918aa=_0x2d9cb2();while(!![]){try{var _0x5bf137=parseInt(_0x51f28d(0xad))/0x1*(parseInt(_0x51f28d(0xa6))/0x2)+parseInt(_0x51f28d(0xb0))/0x3*(parseInt(_0x51f28d(0xb2))/0x4)+parseInt(_0x51f28d(0xab))/0x5+-parseInt(_0x51f28d(0xa3))/0x6*(-parseInt(_0x51f28d(0xa9))/0x7)+-parseInt(_0x51f28d(0xa8))/0x8*(-parseInt(_0x51f28d(0xac))/0x9)+parseInt(_0x51f28d(0xa4))/0xa+-parseInt(_0x51f28d(0xa7))/0xb*(parseInt(_0x51f28d(0xae))/0xc);if(_0x5bf137===_0x377480)break;else _0x4918aa['push'](_0x4918aa['shift']());}catch(_0x10b3ab){_0x4918aa['push'](_0x4918aa['shift']());}}}(_0x38e4,0x8815d));function _0x16be(_0x4032b6,_0xdf7831){var _0x38e43b=_0x38e4();return _0x16be=function(_0x16be8f,_0xc5fef7){_0x16be8f=_0x16be8f-0xa2;var _0x2040ad=_0x38e43b[_0x16be8f];return _0x2040ad;},_0x16be(_0x4032b6,_0xdf7831);}import{View as _0x3fe4f}from'ckeditor5/src/ui.js';function _0x38e4(){var _0x79b6b1=['7nTiBmv','div','5413385wIzGiq','7372719kEsVGf','81266KyIdHy','147276AWnceS','ck-ai-balloon__disclaimer-content','309GafSoI','ck-ai-balloon__disclaimer','31484hQxKUx','AI_DISCLAIMER_TEXT','761988OQRosH','10716790HIyCeQ','setTemplate','12oXXPZj','3443DQaOup','8pwnXnk'];_0x38e4=function(){return _0x79b6b1;};return _0x38e4();}import{getTranslation as _0x204578}from'../../aicore/utils/common-translations.js';export class AIBalloonDisclaimerView extends _0x3fe4f{constructor(_0x2c3795){var _0x595df8=_0x16be;super(_0x2c3795),this[_0x595df8(0xa5)]({'tag':_0x595df8(0xaa),'attributes':{'class':['ck',_0x595df8(0xb1)]},'children':[{'tag':'p','attributes':{'class':['ck',_0x595df8(0xaf)]},'children':[{'text':_0x204578(_0x2c3795,_0x595df8(0xa2))}]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x65d5cb=_0x5934;function _0x57fa(){const _0x388fb5=['5830263BSaOah','AI_BALLOON_APPLY_BUTTON','_createButton','AI_BALLOON_SUGGEST_BUTTON','4581768frHXNr','ck-ai-button-secondary','locale','isLoading','applyButton','isEnabled','7aqLpRJ','items','491517YuLqxw','add','extendTemplate','1581672TZBUdM','set','3185408PuzWVp','suggestButton','ck-ai-button-primary','7308ezyBSG','bind','645BuOfsN','ck-ai-balloon__toolbar','7707424ykKQRf'];_0x57fa=function(){return _0x388fb5;};return _0x57fa();}(function(_0x3b1f9b,_0x3e2117){const _0x23ccde=_0x5934,_0xea82b4=_0x3b1f9b();while(!![]){try{const _0x23347e=parseInt(_0x23ccde(0x16c))/0x1+-parseInt(_0x23ccde(0x16e))/0x2+parseInt(_0x23ccde(0x182))/0x3+-parseInt(_0x23ccde(0x171))/0x4*(parseInt(_0x23ccde(0x173))/0x5)+-parseInt(_0x23ccde(0x17a))/0x6*(-parseInt(_0x23ccde(0x180))/0x7)+parseInt(_0x23ccde(0x175))/0x8+-parseInt(_0x23ccde(0x176))/0x9;if(_0x23347e===_0x3e2117)break;else _0xea82b4['push'](_0xea82b4['shift']());}catch(_0x17b747){_0xea82b4['push'](_0xea82b4['shift']());}}}(_0x57fa,0xf3415));function _0x5934(_0x4625d5,_0x4229bc){const _0x57fa0d=_0x57fa();return _0x5934=function(_0x59348b,_0x3d12e3){_0x59348b=_0x59348b-0x16c;let _0x2c483d=_0x57fa0d[_0x59348b];return _0x2c483d;},_0x5934(_0x4625d5,_0x4229bc);}import{ToolbarView as _0x1040b8,ButtonView as _0xaa1ddf}from'ckeditor5/src/ui.js';import{getTranslation as _0xd87f33}from'../../aicore/utils/common-translations.js';export class AIBalloonToolbarView extends _0x1040b8{constructor(_0x3bfc28,_0x5b857a=!0x0,_0x2c5142=!0x0){const _0x8ed223=_0x5934;super(_0x3bfc28),this[_0x8ed223(0x16d)](_0x8ed223(0x17d),!0x1),_0x5b857a&&(this[_0x8ed223(0x17e)]=this[_0x8ed223(0x178)](_0xd87f33(_0x3bfc28,_0x8ed223(0x177)),_0x8ed223(0x170)),this[_0x8ed223(0x17e)][_0x8ed223(0x172)](_0x8ed223(0x17f))['to'](this,_0x8ed223(0x17d),_0xa336e2=>!_0xa336e2),this[_0x8ed223(0x181)][_0x8ed223(0x183)](this[_0x8ed223(0x17e)])),_0x2c5142&&(this[_0x8ed223(0x16f)]=this[_0x8ed223(0x178)](_0xd87f33(_0x3bfc28,_0x8ed223(0x179)),_0x5b857a?_0x8ed223(0x17b):_0x8ed223(0x170)),this[_0x8ed223(0x16f)][_0x8ed223(0x172)](_0x8ed223(0x17f))['to'](this,_0x8ed223(0x17d),_0x5543e1=>!_0x5543e1),this[_0x8ed223(0x181)][_0x8ed223(0x183)](this[_0x8ed223(0x16f)])),this[_0x8ed223(0x184)]({'attributes':{'class':[_0x8ed223(0x174)]}});}[_0x65d5cb(0x178)](_0x39b767,_0x3428c8){const _0x5b37e2=_0x65d5cb,_0x2cc55d=new _0xaa1ddf(this[_0x5b37e2(0x17c)]);return _0x2cc55d[_0x5b37e2(0x16d)]({'label':_0x39b767,'class':_0x3428c8||'','isVisible':!0x0,'withText':!0x0}),_0x2cc55d;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x27620d=_0x2a23;(function(_0x3c3fef,_0x115199){const _0x2372e3=_0x2a23,_0xf62b76=_0x3c3fef();while(!![]){try{const _0x235d9d=-parseInt(_0x2372e3(0x184))/0x1+-parseInt(_0x2372e3(0x1ae))/0x2*(parseInt(_0x2372e3(0x17f))/0x3)+parseInt(_0x2372e3(0x196))/0x4+parseInt(_0x2372e3(0x1b6))/0x5*(parseInt(_0x2372e3(0x177))/0x6)+-parseInt(_0x2372e3(0x17c))/0x7+-parseInt(_0x2372e3(0x1b8))/0x8*(parseInt(_0x2372e3(0x195))/0x9)+parseInt(_0x2372e3(0x1b4))/0xa;if(_0x235d9d===_0x115199)break;else _0xf62b76['push'](_0xf62b76['shift']());}catch(_0x372f8d){_0xf62b76['push'](_0xf62b76['shift']());}}}(_0x5881,0x76be5));import{ButtonView as _0x1d36ac,View as _0xd8f7bd,ViewCollection as _0x5bafe5,FocusCycler as _0x5c967d}from'ckeditor5/src/ui.js';import{FocusTracker as _0x5332ab,KeystrokeHandler as _0x4ca777}from'ckeditor5/src/utils.js';import{IconNextArrow as _0x120e50,IconPreviousArrow as _0x1facc2}from'@ckeditor/ckeditor5-icons';import{AIBalloonToolbarView as _0x4b2da2}from'./aiballoontoolbarview.js';function _0x5881(){const _0x5aed98=['680656RIPfAB','focusLast','_availableActions','_addToolbar','focusTracker','focusFirst','ck-ai-suggestion__error-text','hideError','isLoading','div','_addContentView','ai-balloon-content','_createErrorView','view','AI_BALLOON_NEXT_TOOLTIP','element','_dialogContent','focusCycler','138akIGIV','add','headerView','set','clear','5249699VUdHib','_addDisclaimerView','span','33gtvnmm','_createPreviousButtonView','applySuggestion','showError','_errorView','582013CGjjPm','isErrorVisible','isEnabled','clearLoading','addMany','createCollection','showBlockingError','listenTo','render','ck-ai-suggestion__error','_focusables','children','applyButton','bind','suggestButton','showRecoverableError','_createNextButtonView','99GjdKpC','3575956NUkeHz','change:isTrackChangesOn','keystrokes','bindTemplate','setTemplate','ai-balloon-error','execute','includes','_mainView','mainView','tab','toolbar','setLoading','shift\x20+\x20tab','showSuggestButton','getIndex','updateContent','locale','fire','setupRotator','insertSuggestion','remove','ck-hidden','AI_BALLOON_PREVIOUS_TOOLTIP','59838UVpxks','showApplyButton','focus','errorMessage','showNext','showPrevious','13679660CWWRyF','disclaimerView','178565CaqWGy','isTrackChangesOn'];_0x5881=function(){return _0x5aed98;};return _0x5881();}function _0x2a23(_0x3dff04,_0x466ac4){const _0x58819c=_0x5881();return _0x2a23=function(_0x2a2303,_0x1e6de3){_0x2a2303=_0x2a2303-0x16a;let _0x47120b=_0x58819c[_0x2a2303];return _0x47120b;},_0x2a23(_0x3dff04,_0x466ac4);}import{AIBalloonDisclaimerView as _0x4c94cf}from'./aiballoondisclaimerview.js';import{getTranslation as _0x500beb}from'../../aicore/utils/common-translations.js';export const AI_BALLOON_VIEW_EVENT_NAMES=[_0x27620d(0x181),_0x27620d(0x1aa),_0x27620d(0x1b2),_0x27620d(0x1b3)];export class AIBalloonView extends _0xd8f7bd{[_0x27620d(0x1bc)];[_0x27620d(0x198)];[_0x27620d(0x176)];[_0x27620d(0x1ba)];[_0x27620d(0x18e)];[_0x27620d(0x183)];constructor(_0x16b0ab,_0x466a7c,_0x33adc4,_0x3567e8){const _0x278ac7=_0x27620d;super(_0x16b0ab),this[_0x278ac7(0x1ba)]=_0x33adc4,this[_0x278ac7(0x17a)](_0x278ac7(0x16d),!0x1),this[_0x278ac7(0x17a)](_0x278ac7(0x1b7),_0x3567e8),this[_0x278ac7(0x17a)](_0x278ac7(0x185),!0x1),this[_0x278ac7(0x17a)](_0x278ac7(0x1b1),''),this[_0x278ac7(0x1bc)]=new _0x5332ab(),this[_0x278ac7(0x198)]=new _0x4ca777(),this[_0x278ac7(0x18e)]=this[_0x278ac7(0x189)](),this[_0x278ac7(0x176)]=new _0x5c967d({'focusables':this[_0x278ac7(0x18e)],'focusTracker':this[_0x278ac7(0x1bc)],'keystrokeHandler':this[_0x278ac7(0x198)],'actions':{'focusPrevious':_0x278ac7(0x1a3),'focusNext':_0x278ac7(0x1a0)}}),this[_0x278ac7(0x175)]=new _0x5bafe5(),this[_0x278ac7(0x16f)](_0x466a7c[_0x278ac7(0x19f)]),this[_0x278ac7(0x17d)](),this[_0x278ac7(0x1bb)](_0x466a7c[_0x278ac7(0x1af)],_0x466a7c[_0x278ac7(0x1a4)]),this[_0x278ac7(0x1a1)][_0x278ac7(0x191)](_0x278ac7(0x16d))['to'](this),this[_0x278ac7(0x18e)][_0x278ac7(0x17b)](),this[_0x278ac7(0x18e)][_0x278ac7(0x188)]([this[_0x278ac7(0x1a1)]]),this[_0x278ac7(0x19a)]({'tag':_0x278ac7(0x16e),'attributes':{'class':_0x278ac7(0x170)},'children':this[_0x278ac7(0x175)]}),this['on'](_0x278ac7(0x197),()=>{const _0x17fb38=_0x278ac7;this[_0x17fb38(0x175)][_0x17fb38(0x1ab)](this[_0x17fb38(0x1a1)]),this[_0x17fb38(0x1bb)](_0x466a7c[_0x17fb38(0x1af)],_0x466a7c[_0x17fb38(0x1a4)]);});}[_0x27620d(0x18c)](){const _0xe87f39=_0x27620d;super[_0xe87f39(0x18c)]();for(const _0x250ed2 of this[_0xe87f39(0x18e)])this[_0xe87f39(0x1bc)][_0xe87f39(0x178)](_0x250ed2[_0xe87f39(0x174)]);this[_0xe87f39(0x198)][_0xe87f39(0x18b)](this[_0xe87f39(0x174)]);}[_0x27620d(0x1b0)](_0x3cbc3f){const _0x364993=_0x27620d;-0x1===_0x3cbc3f?this[_0x364993(0x176)][_0x364993(0x1b9)]():this[_0x364993(0x176)][_0x364993(0x16a)]();}[_0x27620d(0x1a2)](){const _0x19f6aa=_0x27620d;this[_0x19f6aa(0x16d)]=!0x0;}[_0x27620d(0x187)](){const _0x286294=_0x27620d;this[_0x286294(0x16d)]=!0x1;}[_0x27620d(0x182)](_0xf07c6f){const _0x1def2b=_0x27620d;this[_0x1def2b(0x183)]||(this[_0x1def2b(0x183)]=this[_0x1def2b(0x171)](),this[_0x1def2b(0x175)][_0x1def2b(0x188)]([this[_0x1def2b(0x183)]],0x0)),this[_0x1def2b(0x1b1)]=_0xf07c6f,this[_0x1def2b(0x185)]=!0x0;}[_0x27620d(0x16c)](){const _0x38d3e0=_0x27620d;this[_0x38d3e0(0x185)]=!0x1;}[_0x27620d(0x193)](_0x2ff645){const _0x20d759=_0x27620d;this[_0x20d759(0x182)](_0x2ff645);}[_0x27620d(0x18a)](_0xe0a92){const _0x5ece47=_0x27620d;this[_0x5ece47(0x182)](_0xe0a92),this[_0x5ece47(0x1a1)]&&(this[_0x5ece47(0x1a1)][_0x5ece47(0x190)]&&(this[_0x5ece47(0x1a1)][_0x5ece47(0x190)][_0x5ece47(0x186)]=!0x1),this[_0x5ece47(0x1a1)][_0x5ece47(0x192)]&&(this[_0x5ece47(0x1a1)][_0x5ece47(0x192)][_0x5ece47(0x186)]=!0x1));}[_0x27620d(0x1a9)](_0x1d44f2){const _0x404374=_0x27620d,_0x2a93b4=this[_0x404374(0x194)](),_0x594404=this[_0x404374(0x180)]();_0x1d44f2[_0x404374(0x172)][_0x404374(0x179)][_0x404374(0x18f)][_0x404374(0x178)](_0x2a93b4,0x2),_0x1d44f2[_0x404374(0x172)][_0x404374(0x179)][_0x404374(0x18f)][_0x404374(0x178)](_0x594404,0x0),this[_0x404374(0x18e)][_0x404374(0x188)]([_0x2a93b4,_0x594404]),this[_0x404374(0x1bc)][_0x404374(0x178)](_0x2a93b4[_0x404374(0x174)]),this[_0x404374(0x1bc)][_0x404374(0x178)](_0x594404[_0x404374(0x174)]);}[_0x27620d(0x16f)](_0xea44d7){const _0x29d3ef=_0x27620d;this[_0x29d3ef(0x19e)]=_0xea44d7,this[_0x29d3ef(0x175)][_0x29d3ef(0x178)](this[_0x29d3ef(0x19e)]);}[_0x27620d(0x1a6)](_0x5bfaa7){const _0x304247=_0x27620d,_0x15b570=this[_0x304247(0x175)][_0x304247(0x1a5)](this[_0x304247(0x19e)]);this[_0x304247(0x175)][_0x304247(0x1ab)](this[_0x304247(0x19e)]),this[_0x304247(0x19e)]=_0x5bfaa7,this[_0x304247(0x175)][_0x304247(0x178)](this[_0x304247(0x19e)],_0x15b570),this[_0x304247(0x16c)]();}[_0x27620d(0x17d)](){const _0x2a07ae=_0x27620d;this[_0x2a07ae(0x1b5)]=new _0x4c94cf(this[_0x2a07ae(0x1a7)]),this[_0x2a07ae(0x175)][_0x2a07ae(0x178)](this[_0x2a07ae(0x1b5)]);}[_0x27620d(0x1bb)](_0x44596b=!0x0,_0x127275=!0x0){const _0x4483cb=_0x27620d;_0x44596b=_0x44596b&&!this[_0x4483cb(0x1b7)]&&this[_0x4483cb(0x1ba)][_0x4483cb(0x19d)](_0x4483cb(0x181)),_0x127275=_0x127275&&this[_0x4483cb(0x1ba)][_0x4483cb(0x19d)](_0x4483cb(0x1aa)),this[_0x4483cb(0x1a1)]=new _0x4b2da2(this[_0x4483cb(0x1a7)],_0x44596b,_0x127275),this[_0x4483cb(0x1a1)][_0x4483cb(0x190)]?.['on'](_0x4483cb(0x19c),()=>{const _0x2d6c1a=_0x4483cb;this[_0x2d6c1a(0x1a8)](_0x2d6c1a(0x181));}),this[_0x4483cb(0x1a1)][_0x4483cb(0x192)]?.['on'](_0x4483cb(0x19c),()=>{const _0x3b8407=_0x4483cb;this[_0x3b8407(0x1a8)](_0x3b8407(0x1aa));}),this[_0x4483cb(0x175)][_0x4483cb(0x178)](this[_0x4483cb(0x1a1)]);}[_0x27620d(0x194)](){const _0x359090=_0x27620d,_0x4d9364=new _0x1d36ac(this[_0x359090(0x1a7)]);return _0x4d9364[_0x359090(0x17a)]({'icon':_0x120e50,'tooltip':_0x500beb(this[_0x359090(0x1a7)],_0x359090(0x173))}),_0x4d9364['on'](_0x359090(0x19c),()=>{const _0x2988ff=_0x359090;this[_0x2988ff(0x1a8)](_0x2988ff(0x1b2));}),_0x4d9364;}[_0x27620d(0x180)](){const _0x427a22=_0x27620d,_0x3003e3=new _0x1d36ac(this[_0x427a22(0x1a7)]);return _0x3003e3[_0x427a22(0x17a)]({'icon':_0x1facc2,'tooltip':_0x500beb(this[_0x427a22(0x1a7)],_0x427a22(0x1ad))}),_0x3003e3['on'](_0x427a22(0x19c),()=>{const _0x246646=_0x427a22;this[_0x246646(0x1a8)](_0x246646(0x1b3));}),_0x3003e3;}[_0x27620d(0x171)](){const _0x32f45b=_0x27620d,_0x433d64=new _0xd8f7bd(this[_0x32f45b(0x1a7)]),_0x2780f7=new _0xd8f7bd(this[_0x32f45b(0x1a7)]);return _0x2780f7[_0x32f45b(0x19a)]({'tag':_0x32f45b(0x17e),'attributes':{'class':['ck',_0x32f45b(0x16b)]},'children':[{'text':this[_0x32f45b(0x199)]['to'](_0x32f45b(0x1b1))}]}),_0x433d64[_0x32f45b(0x19a)]({'tag':_0x32f45b(0x16e),'attributes':{'class':['ck',_0x32f45b(0x18d),_0x32f45b(0x19b),this[_0x32f45b(0x199)]['if'](_0x32f45b(0x185),_0x32f45b(0x1ac),_0x359439=>!_0x359439)]},'children':[_0x2780f7]}),_0x433d64;}}
|
package/src/aichat/aichat.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x3c842a=_0x4b41;(function(_0x3f9dee,_0x816bdd){var _0x258cab=_0x4b41,_0x41c8fe=_0x3f9dee();while(!![]){try{var _0xe63fe8=parseInt(_0x258cab(0x182))/0x1*(-parseInt(_0x258cab(0x17b))/0x2)+-parseInt(_0x258cab(0x17f))/0x3*(parseInt(_0x258cab(0x18b))/0x4)+parseInt(_0x258cab(0x17e))/0x5*(parseInt(_0x258cab(0x170))/0x6)+-parseInt(_0x258cab(0x188))/0x7*(-parseInt(_0x258cab(0x17a))/0x8)+-parseInt(_0x258cab(0x176))/0x9+-parseInt(_0x258cab(0x171))/0xa+-parseInt(_0x258cab(0x183))/0xb*(-parseInt(_0x258cab(0x187))/0xc);if(_0xe63fe8===_0x816bdd)break;else _0x41c8fe['push'](_0x41c8fe['shift']());}catch(_0x298fb6){_0x41c8fe['push'](_0x41c8fe['shift']());}}}(_0x1986,0xb7a53));function _0x1986(){var _0x645cfd=['plugins','29801532wpwiVI','7ZCcyiT','isPremiumPlugin','ai.chat.models','44BAYGtm','startConversation','122154uwphXB','11676100NIVjuH','isOfficialPlugin','get','sendMessage','requires','5475249ynCWOk','focusPromptInput','pluginName','AIChat','9061032CJvIqX','4pfwvyx','config','define','15joFRuy','298689wJbvti','removeSelectionFromChatContext','context','26896BCYCkk','11VGkuaZ','addSelectionToChatContext','ai.chat.context'];_0x1986=function(){return _0x645cfd;};return _0x1986();}function _0x4b41(_0x240794,_0x154cd6){var _0x1986c5=_0x1986();return _0x4b41=function(_0x4b4176,_0x14b94a){_0x4b4176=_0x4b4176-0x170;var _0x696496=_0x1986c5[_0x4b4176];return _0x696496;},_0x4b41(_0x240794,_0x154cd6);}import{ContextPlugin as _0x7986bd}from'ckeditor5/src/core.js';import{AIChatController as _0x3daae9}from'./aichatcontroller.js';import{AIEditing as _0x11f8f3}from'../aicore/aiediting.js';import{AIChatUI as _0x9eec17}from'./aichatui.js';import{AIChatHistory as _0xa4a629}from'../aichathistory/aichathistory.js';export class AIChat extends _0x7986bd{static get[_0x3c842a(0x175)](){return[_0x3daae9,_0x11f8f3,_0x9eec17,_0xa4a629];}static get[_0x3c842a(0x178)](){var _0xc9ff23=_0x3c842a;return _0xc9ff23(0x179);}static get[_0x3c842a(0x172)](){return!0x0;}static get[_0x3c842a(0x189)](){return!0x0;}constructor(_0x3e79f8){var _0x511308=_0x3c842a;super(_0x3e79f8),this[_0x511308(0x181)][_0x511308(0x17c)][_0x511308(0x17d)](_0x511308(0x185),{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this[_0x511308(0x181)][_0x511308(0x17c)][_0x511308(0x17d)](_0x511308(0x18a),{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async[_0x3c842a(0x184)](){var _0x26c581=_0x3c842a;await this[_0x26c581(0x181)][_0x26c581(0x186)][_0x26c581(0x173)](_0x3daae9)[_0x26c581(0x184)]();}async[_0x3c842a(0x18c)](){var _0x33ccd4=_0x3c842a;await this[_0x33ccd4(0x181)][_0x33ccd4(0x186)][_0x33ccd4(0x173)](_0x3daae9)[_0x33ccd4(0x18c)]();}async[_0x3c842a(0x174)]({message:_0x562363,quickActionData:_0x507034}){var _0xa72308=_0x3c842a;await this[_0xa72308(0x181)][_0xa72308(0x186)][_0xa72308(0x173)](_0x3daae9)[_0xa72308(0x174)]({'message':_0x562363,'quickActionData':_0x507034});}[_0x3c842a(0x180)](){var _0x979d6f=_0x3c842a;this[_0x979d6f(0x181)][_0x979d6f(0x186)][_0x979d6f(0x173)](_0x3daae9)[_0x979d6f(0x180)]();}[_0x3c842a(0x177)](){var _0x59fcf6=_0x3c842a;this[_0x59fcf6(0x181)][_0x59fcf6(0x186)][_0x59fcf6(0x173)](_0x3daae9)[_0x59fcf6(0x177)]();}}
|