@ckeditor/ckeditor5-ai 47.2.0-alpha.3 → 47.2.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ai.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +15 -15
- package/src/aiactions/aiactions.js +1 -1
- package/src/aiactions/model/aiactionsinteraction.js +1 -1
- package/src/aiactions/model/aiactionsreply.js +1 -1
- package/src/aiassistant/adapters/aiadapter.js +1 -1
- package/src/aiassistant/adapters/aitextadapter.js +1 -1
- package/src/aiassistant/adapters/awstextadapter.js +1 -1
- package/src/aiassistant/adapters/openaitextadapter.js +1 -1
- package/src/aiassistant/aiassistant.js +1 -1
- package/src/aiassistant/aiassistantediting.js +1 -1
- package/src/aiassistant/aiassistantui.js +1 -1
- package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
- package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
- package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
- package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
- package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
- package/src/aiassistant/ui/form/aiformview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
- package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
- package/src/aiassistant/ui/form/prompthistory.js +1 -1
- package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
- package/src/aiballoon/aiballoon.js +1 -1
- package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
- package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
- package/src/aiballoon/ui/aiballoonview.js +1 -1
- package/src/aichat/aichat.js +1 -1
- package/src/aichat/aichatcontroller.js +1 -1
- package/src/aichat/aichatui.js +1 -1
- package/src/aichat/model/aichatcontext.js +1 -1
- package/src/aichat/model/aichatconversation.js +1 -1
- package/src/aichat/model/aichatinteraction.js +1 -1
- package/src/aichat/model/aichatmodels.js +1 -1
- package/src/aichat/ui/aichatcontrolsview.js +1 -1
- package/src/aichat/ui/aichatfeedview.js +1 -1
- package/src/aichat/ui/aichatheaderview.js +1 -1
- package/src/aichat/ui/aichatview.js +1 -1
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
- package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
- package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
- package/src/aichat/utils/eventnames.js +1 -1
- package/src/aichat/utils/promisequeue.js +1 -1
- package/src/aichat/utils/scrollmanager.js +1 -1
- package/src/aichathistory/aichathistory.js +1 -1
- package/src/aichathistory/aichathistorycontroller.js +1 -1
- package/src/aichathistory/aichathistoryui.js +1 -1
- package/src/aichathistory/model/aichathistoryconversations.js +1 -1
- package/src/aichathistory/model/aichathistoryitem.js +1 -1
- package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
- package/src/aichathistory/ui/aichathistorylistview.js +1 -1
- package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
- package/src/aichathistory/ui/aichathistoryview.js +1 -1
- package/src/aicore/aiconnector.js +1 -1
- package/src/aicore/aiediting.js +1 -1
- package/src/aicore/model/aicapabilities.js +1 -1
- package/src/aicore/model/aiinteraction.js +1 -1
- package/src/aicore/model/aimodels.js +1 -1
- package/src/aicore/model/aireply.js +1 -1
- package/src/aicore/pipeline/airesponseapplier.js +2 -2
- package/src/aicore/pipeline/airesponseparser.js +2 -2
- package/src/aicore/ui/aidisclaimerview.js +1 -1
- package/src/aicore/ui/aiskeleton.js +1 -1
- package/src/aicore/ui/aispinner.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
- package/src/aicore/utils/createresizebutton.js +1 -1
- package/src/aicore/utils/documentrange.js +1 -1
- package/src/aicore/utils/geteditorfromcontext.js +1 -1
- package/src/aicore/utils/getoperationsfromreply.js +1 -1
- package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
- package/src/aicore/utils/htmlparser.js +1 -1
- package/src/aicore/utils/htmlstreamer.js +1 -1
- package/src/aieditorintegration/aieditorintegration.js +1 -1
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
- package/src/aiquickactions/aiquickactions.js +1 -1
- package/src/aiquickactions/aiquickactionscommand.js +1 -1
- package/src/aiquickactions/aiquickactionsediting.js +1 -1
- package/src/aiquickactions/aiquickactionsui.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
- package/src/aireviewmode/aireviewmode.js +1 -1
- package/src/aireviewmode/aireviewmodecontroller.js +1 -1
- package/src/aireviewmode/aireviewmodeediting.js +1 -1
- package/src/aireviewmode/aireviewmodeui.js +1 -1
- package/src/aireviewmode/model/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
package/dist/index.js
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x5f3288,Command as Nt,ContextPlugin as _0x171820,Editor as st}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x308403,IconCheck as _0x547952,IconError as _0x129806,IconSubmit as _0x2a3f1e,IconAIHistory as Ht,IconMagicWand as _0x1dd138,IconRobotPencil as _0x4c398b,IconMaximize as _0x2e7c4e,IconMinimize as to,IconDocumentWithLoupe as _0x13603c,IconAddComment as _0x4c5817,IconShowChangesOn as _0xe9dd5d,IconShowChangesOff as _0x41d5a1,IconDocument as _0x391967,IconThreeStars as _0xa2a32e,IconRemove as _0xdc18ef,IconDocumentWithCheckmark as _0x368b6c,IconDocumentWithCross as _0x43e783,IconLoupe as _0x5a0eff,IconCancel as _0x510307,IconStop as _0x4c89d2,IconAIChat as _t,IconPlus as _0x5c1cc1,IconPin as _0x324381,IconThreeHorizontalDots as _0x56f15d,IconChevronRight as _0x3ced14,IconInfo as _0x136575,IconOutdated as _0x50e8a9,IconEye as _0x58391f,IconEyeCrossedOut as _0x3b8dda,IconAIReview as _0x3451c9}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as _0x223274,CKEditorError as _0x29f184,ObservableMixin as _0x4572ab,global as _0x110318,isVisible as _0x4b2614,Rect as _0x31eb3f,Collection as _0x5d69ef,FocusTracker as ts,KeystrokeHandler as _0x1f1bc5,first as _0x592c76,toArray as _0x7703f2,EmitterMixin as _0x135bec,logWarning as _0xadd6c3,scrollViewportToShowTarget as _0x2992c3,logError as ot,ResizeObserver as _0x474d80,_isMotionReduced as It,scrollAncestorsToShowTarget as _0x38bec5,DomEmitterMixin as _0x556252}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as _0x541968,ButtonView as _0x14ee0a,View as _0x19a8c6,SpinnerView as _0x577daf,IconView as _0x50b9df,AutocompleteView as _0x4dc60c,ListView as _0x556745,ListItemGroupView as _0x4372b2,ListItemView as _0x2269a3,ButtonLabelView as _0x53816d,FocusCycler as $t,createLabeledTextarea as _0x5c1a66,Dialog as _0x10183e,createDropdown as _0x10d828,addMenuToDropdown as _0x12a70a,MenuBarMenuView as _0x38710d,MenuBarMenuListItemButtonView as _0x5b3955,DialogViewPosition as _0x2ccaf1,MenuBarMenuListView as ti,MenuBarMenuListItemView as _0x44e2e2,UIModel as _0x3cd526,SplitButtonView as _0x37ad52,BalloonPanelView as _0x500981,BodyCollection as qt,clickOutsideHandler as _0x29a34e,ListItemButtonView as _0x8cd418,ViewCollection as _0xf07a6b,addListToDropdown as _0x21ea2c,submitHandler as _0x1e2b1f,LabeledFieldView as _0x5cba56,createLabeledInputText as th,FormHeaderView as _0x5720b1,HighlightedTextView as _0x39d67c,FileDialogButtonView as _0xbecc3f,InputTextView as _0x2efa28,SearchTextView as _0x3bb44f,DropdownMenuButtonView as _0x36e81a,DropdownMenuPanelPositioningFunctions as _0x3e8342,BalloonToolbar as zt,FormRowView as _0x222658,TextareaView as _0xf80c43}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x49596b,ClipboardMarkersUtils as _0x41836c}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x162ba2,ViewDataTransfer as _0x1cb9e3,ViewUpcastWriter as _0x27088e,Matcher as _0x5cfc1b,_DetachOperation as _0x1609ec,_insertIntoModelNodeList as _0x5c757f,_removeFromModelNodeList as _0x41016b,ModelRange as _0x59485f,ViewDowncastWriter as kt,transformOperationSets as _0x33bff0,ModelDocumentFragment as _0x25eb17,ModelPosition as _0x58772b,ModelTreeWalker as _0x1fbb34,InsertOperation as te,MarkerOperation as _0x339507}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x4efc88,escape as _0x4e9308,escapeRegExp as _0x418237}from'es-toolkit/compat';import{BedrockRuntimeClient as _0x5791f9,InvokeModelWithResponseStreamCommand as _0x3f5e91,InvokeModelCommand as _0x41e453}from'@aws-sdk/client-bedrock-runtime';import{createParser as wt}from'eventsource-parser';import{parseDocument as _0x2817be}from'htmlparser2';import{isTag as _0x41757a,findOne as gt,getParent as _0xb3e946,findAll as _0x23a287,removeElement as _0x33c6d9,replaceElement as _0x173cd4,prepend as _0x53ea51,prependChild as _0x51c386,appendChild as _0x54c92e,append as _0x2b81f1,find as _0x3bb1ba,isComment as _0x5581e1,getChildren as _0x119327,textContent as _0x54cfdd}from'domutils';import _0xec369b from'dom-serializer';import{Document as mt,Element as _0x2c5bc4,Text as _0x2e2b16,cloneNode as _0x54d7fb,isDocument as _0x25fa62,isText as _0x23320c,NodeWithChildren as _0x4b2d52}from'domhandler';import{MarkdownGfmMdToHtml as _0x3205a1}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import{fixElementSuggestionRange as _0xf3fa2c,getAllMarkersDomElementsSorted as _0x1bb7e4,DocumentCompare as _0x2b3cb3,DATA_ID_MODEL_ATTRIBUTE as ct,ConfirmMixin as _0x36aabc,LateFocusDropdownButtonView as _0xfe9b05,DATA_ID_VIEW_ATTRIBUTE as _0x413d9f}from'ckeditor5-collaboration/dist/index.js';import{cloneDeep as _0x5e9a78}from'es-toolkit';import{IconThumbUp as _0x3e3995,IconThumbDown as _0x51e959,IconCopy as _0x4a0fe1,IconCheck as _0x270303,IconShowChangesOff as _0x490482,IconShowChangesOn as _0x11ea32,IconWeb as _0x2870b9,IconNextArrow as _0x346a5d,IconPreviousArrow as _0x25d049,IconAI as Ct,IconClose as _0x5e2897,IconSelection as _0x4d97da,IconFileUpload as _0x5b8c8e,IconLink as _0x339b47,IconDocument as _0x776ddc,IconBulb as _0x49c2da,IconDocumentOutline as _0x625012,IconPaperClip as _0x3725c8,IconBrowseFiles as _0x44b793,IconDropdownArrow as _0xf874d9,IconAIAskAI as _0x9ba23f,IconAIQuickActions as _0x32dec3,IconAIChatCommands as Ut,IconAIImproveWriting as Mt,IconAIContinueWriting as Kt,IconAIGrammarCheck as Rt,IconAIAdjustLength as Qt,IconAIChangeTone as xt,IconAITranslate as Dt,IconAIOther as Lt,IconRefresh as _0x395185}from'@ckeditor/ckeditor5-icons/dist/index.js';import _0x556937 from'morphdom';import{SuggestionsConversion as Pt}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{diffArrays as _0x1896dd}from'diff';const ei='_ungrouppedCommands';function z(_0xb517a5,_0x443c00){const _0x492418=(0x0,_0x443c00['t'])('Other');return _0xb517a5['length']?'groupId'in _0xb517a5[0x0]?_0xb517a5:[{'groupId':ei,'groupLabel':_0x492418,'order':0x1/0x0,'commands':_0xb517a5}]:[{'groupId':ei,'groupLabel':_0x492418,'order':0x1/0x0,'commands':[]}];}const Fn=globalThis['DataTransfer'],q='ai-ui';class F extends _0x5f3288{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x4fe82d}=this,_0x2442b2=['ck-fake-ai-selection'];_0x4fe82d['config']['get']('ai.assistant.useTheme')&&_0x2442b2['push']('ck-ai-assistant-ui_theme'),_0x4fe82d['conversion']['for']('editingDowncast')['markerToHighlight']({'model':q,'view':{'classes':_0x2442b2,'priority':0xc}}),_0x4fe82d['conversion']['for']('editingDowncast')['markerToElement']({'model':q,'view':(_0x232371,{writer:_0x157392})=>{if(!_0x232371['markerRange']['isCollapsed'])return null;const _0x5bbe67=_0x157392['createUIElement']('span');return _0x157392['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x5bbe67),_0x5bbe67;}});}['afterInit'](){!async function(_0x4586e3){const _0xa2f423=_0x20441b([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x3c84b6=0x3dffc4e1,_0x411f7e=0x3df8b339^_0x3c84b6,_0x5e9bf7=window[_0x20441b([0x44,0x61,0x74,0x65])][_0x20441b([0x6e,0x6f,0x77])](),_0x31bff6=_0x4586e3[_0x20441b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2754fa=new window[(_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5dfcf6=>{_0x31bff6[_0x20441b([0x6f,0x6e,0x63,0x65])](_0x20441b([0x72,0x65,0x61,0x64,0x79]),_0x5dfcf6);}),_0x42cc1a={[_0x20441b([0x6b,0x74,0x79])]:_0x20441b([0x45,0x43]),[_0x20441b([0x75,0x73,0x65])]:_0x20441b([0x73,0x69,0x67]),[_0x20441b([0x63,0x72,0x76])]:_0x20441b([0x50,0x2d,0x32,0x35,0x36]),[_0x20441b([0x78])]:_0x20441b([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x20441b([0x79])]:_0x20441b([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x20441b([0x61,0x6c,0x67])]:_0x20441b([0x45,0x53,0x32,0x35,0x36])},_0x2f3cb7=_0x31bff6[_0x20441b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x20441b([0x67,0x65,0x74])](_0x20441b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x507a09(){let _0x325178,_0x5364d8=null,_0x1d1316=null;try{if(_0x2f3cb7==_0x20441b([0x47,0x50,0x4c]))return _0x20441b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x325178=_0x3e6e7c(),!_0x325178)return _0x20441b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x325178[_0x20441b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1d1316=_0x449e07(_0x325178[_0x20441b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x325178[_0x20441b([0x6a,0x74,0x69])])),await _0x1e87fe()?_0x38c4d5()?_0x2f5397()?_0x20441b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2e46e3()?(_0x325178[_0x20441b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x20441b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5364d8=_0x20aa61(_0x20441b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x325178[_0x20441b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x20441b([0x74,0x72,0x69,0x61,0x6c])&&(_0x5364d8=_0x20aa61(_0x20441b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x47fa12()):_0x20441b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x20441b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x20441b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x20441b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2f5397(){const _0xc39afb=[_0x20441b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x20441b([0x74,0x72,0x69,0x61,0x6c])][_0x20441b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x325178[_0x20441b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5e9bf7/0x3e8:0xe10*_0x411f7e;return _0x325178[_0x20441b([0x65,0x78,0x70])]<_0xc39afb;}function _0x38c4d5(){const _0x5116ee=_0x325178[_0x20441b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5116ee&&(!!_0x5116ee[_0x20441b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20441b([0x2a]))||!!_0x5116ee[_0x20441b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20441b([0x41,0x49])));}function _0x2e46e3(){const _0xa9a8e9=_0x325178[_0x20441b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xa9a8e9||0x0==_0xa9a8e9[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x468216}=new URL(window[_0x20441b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xa9a8e9[_0x20441b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x468216))return!0x0;const _0x1c939f=_0x468216[_0x20441b([0x73,0x70,0x6c,0x69,0x74])](_0x20441b([0x2e]));return _0xa9a8e9[_0x20441b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x27f991=>_0x27f991[_0x20441b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20441b([0x2a])))[_0x20441b([0x6d,0x61,0x70])](_0x2b129f=>_0x2b129f[_0x20441b([0x73,0x70,0x6c,0x69,0x74])](_0x20441b([0x2e])))[_0x20441b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5cda11=>_0x5cda11[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1c939f[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x20441b([0x6d,0x61,0x70])](_0x2ff4d0=>Array(_0x1c939f[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2ff4d0[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x20441b([0x66,0x69,0x6c,0x6c])](_0x2ff4d0[0x0]===_0x20441b([0x2a])?_0x20441b([0x2a]):'')[_0x20441b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2ff4d0))[_0x20441b([0x73,0x6f,0x6d,0x65])](_0x599c03=>_0x1c939f[_0x20441b([0x65,0x76,0x65,0x72,0x79])]((_0x1bd925,_0x44fbbd)=>_0x599c03[_0x44fbbd]===_0x1bd925||_0x599c03[_0x44fbbd]===_0x20441b([0x2a])));}function _0x47fa12(){return _0x5364d8&&_0x1d1316?new window[(_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9371cd,_0x17415d)=>{_0x5364d8[_0x20441b([0x74,0x68,0x65,0x6e])](_0x9371cd,_0x17415d),_0x1d1316[_0x20441b([0x74,0x68,0x65,0x6e])](_0x52dd95=>{_0x52dd95!=_0x20441b([0x56,0x61,0x6c,0x69,0x64])&&_0x9371cd(_0x52dd95);},_0x17415d);}):_0x5364d8||_0x1d1316||_0x20441b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x449e07(_0xf4f5ae,_0x342f2c){return new window[(_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x203465=>{if(_0x5e44eb())return _0x203465(_0x20441b([0x56,0x61,0x6c,0x69,0x64]));_0x1afb24(),_0x31bff6[_0x20441b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x20441b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2bb168=!0x1;const _0x48d3a0=_0x223274();function _0x73fcf6(_0x52ca30){return!!_0x52ca30&&(typeof _0x52ca30===_0x20441b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x52ca30===_0x20441b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x52ca30[_0x20441b([0x74,0x68,0x65,0x6e])]===_0x20441b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x52ca30[_0x20441b([0x63,0x61,0x74,0x63,0x68])]===_0x20441b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x34649a(_0xdd1535){_0x435be2(_0xdd1535)[_0x20441b([0x74,0x68,0x65,0x6e])](_0x336bfa=>{if(!_0x336bfa||_0x336bfa[_0x20441b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x20441b([0x6f,0x6b]))return _0x20441b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31c13e(_0x3de129(_0x48d3a0+_0x342f2c))!=_0x336bfa[_0x20441b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x20441b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x20441b([0x56,0x61,0x6c,0x69,0x64]);})[_0x20441b([0x74,0x68,0x65,0x6e])](_0x156bbb=>(_0x5119fa(),_0x156bbb),()=>{const _0x453b3d=_0x224525();return null==_0x453b3d?(_0x5119fa(),_0x20441b([0x56,0x61,0x6c,0x69,0x64])):_0x20441b(_0x5e9bf7-_0x453b3d>(0x19f340e1^_0x3c84b6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x20441b([0x74,0x68,0x65,0x6e])](_0x203465)[_0x20441b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x203465(_0x20441b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x10601f=0x3dc92a61^_0x3c84b6;function _0x5119fa(){const _0x45fdbf=_0x20441b([0x6c,0x6c,0x63,0x74,0x2d])+_0x31c13e(_0x3de129(_0xf4f5ae)),_0x406f37=_0x5d743d(_0x31c13e(window[_0x20441b([0x4d,0x61,0x74,0x68])][_0x20441b([0x63,0x65,0x69,0x6c])](_0x5e9bf7/_0x10601f)));window[_0x20441b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x20441b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x45fdbf,_0x406f37);}function _0x224525(){const _0x51d4e3=_0x20441b([0x6c,0x6c,0x63,0x74,0x2d])+_0x31c13e(_0x3de129(_0xf4f5ae)),_0x5b30a1=window[_0x20441b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x20441b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x51d4e3);return _0x5b30a1?window[_0x20441b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d743d(_0x5b30a1),0x10)*_0x10601f:null;}function _0x435be2(_0x4f36ca){return new window[(_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x15c54d,_0xa771ed)=>{_0x4f36ca[_0x20441b([0x74,0x68,0x65,0x6e])](_0x15c54d,_0xa771ed),window[_0x20441b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xa771ed,0x3dfe1021^_0x3c84b6);});}}_0x31bff6[_0x20441b([0x6f,0x6e])](_0x20441b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3679ef,_0x599258)=>{if(_0x599258[0x0]!=_0xf4f5ae)return _0x203465(_0x20441b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x599258[0x1]={..._0x599258[0x1],[_0x20441b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x48d3a0};},{[_0x20441b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x20441b([0x68,0x69,0x67,0x68])}),_0x31bff6[_0x20441b([0x6f,0x6e])](_0x20441b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xcd8b4c=>{_0x73fcf6(_0xcd8b4c[_0x20441b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2bb168=!0x0,_0x34649a(_0xcd8b4c[_0x20441b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x20441b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x20441b([0x6c,0x6f,0x77])}),_0x2754fa[_0x20441b([0x74,0x68,0x65,0x6e])](()=>{_0x2bb168||_0x203465(_0x20441b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5e44eb(){return _0x31bff6[_0x20441b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20441b([0x76,0x69,0x65,0x77])][_0x20441b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x20441b([0x61,0x75,0x74,0x6f]);}function _0x1afb24(){_0x31bff6[_0x20441b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20441b([0x76,0x69,0x65,0x77])][_0x20441b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x20441b([0x61,0x75,0x74,0x6f]);}}function _0x20aa61(_0x99bd5e){const _0xfd1214=[new window[(_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55b102=>setTimeout(_0x55b102,0x3df6fa2d^_0x3c84b6)),_0x2754fa[_0x20441b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4dead0=>{let _0x1b77e0=0x0;_0x31bff6[_0x20441b([0x6d,0x6f,0x64,0x65,0x6c])][_0x20441b([0x6f,0x6e])](_0x20441b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3caf43,_0x2eb771)=>{_0x2eb771[0x0][_0x20441b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1b77e0++,_0x1b77e0==(0x3dffc519^_0x3c84b6)&&(_0x4dead0(),_0x3caf43[_0x20441b([0x6f,0x66,0x66])]());});}))];return window[_0x20441b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x20441b([0x72,0x61,0x63,0x65])](_0xfd1214)[_0x20441b([0x74,0x68,0x65,0x6e])](()=>_0x99bd5e);}async function _0x1ab77b(){await _0x2754fa,_0x31bff6[_0x20441b([0x6d,0x6f,0x64,0x65,0x6c])][_0x20441b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x82a304,_0x31bff6[_0x20441b([0x6d,0x6f,0x64,0x65,0x6c])][_0x20441b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x82a304,_0x31bff6[_0x20441b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x20441b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x522fb7(_0x34e54a){const _0x94309d=_0x3fddd1();_0x31bff6[_0x94309d]=_0x20441b([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x34e54a,_0x34e54a!=_0x20441b([0x56,0x61,0x6c,0x69,0x64])&&_0x1ab77b();}function _0x3fddd1(){const _0x1d0eb3=window[_0x20441b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x20441b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x20441b([0x6e,0x6f,0x77])]())[_0x20441b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x20441b([0x2e]),'');let _0xc63675=_0x20441b([0x6e]);for(let _0x36af64=0x0;_0x36af64<_0x1d0eb3[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x36af64+=0x2){let _0x8fe65b=window[_0x20441b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d0eb3[_0x20441b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x36af64,_0x36af64+0x2));_0x8fe65b>=_0xa2f423[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x8fe65b-=_0xa2f423[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xc63675+=_0xa2f423[_0x8fe65b];}return _0xc63675;}function _0x3e6e7c(){const _0x247ff6=_0x2f3cb7[_0x20441b([0x73,0x70,0x6c,0x69,0x74])](_0x20441b([0x2e]));if(0x3!=_0x247ff6[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x40c74e(_0x247ff6[0x1]);function _0x40c74e(_0x55ba3c){const _0x181737=_0x2054a1(_0x55ba3c);return _0x181737&&_0x541e14()?_0x181737:null;function _0x541e14(){const _0x4a76a5=_0x181737[_0x20441b([0x6a,0x74,0x69])],_0x272abc=window[_0x20441b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4a76a5[_0x20441b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4a76a5[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x44ae6c={..._0x181737,[_0x20441b([0x6a,0x74,0x69])]:_0x4a76a5[_0x20441b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4a76a5[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x44ae6c[_0x20441b([0x76,0x63])],_0x3de129(_0x44ae6c)==_0x272abc;}}}async function _0x1e87fe(){let _0x1c3bd4=!0x0;try{const _0x210ebf=_0x2f3cb7[_0x20441b([0x73,0x70,0x6c,0x69,0x74])](_0x20441b([0x2e])),[_0x441c6e,_0x5f5022,_0x4c42f7]=_0x210ebf;return _0x1a1b22(_0x441c6e),await _0xb3f1f6(_0x441c6e,_0x5f5022,_0x4c42f7),_0x1c3bd4;}catch{return!0x1;}function _0x1a1b22(_0x2068d3){const _0x24d94b=_0x2054a1(_0x2068d3);_0x24d94b&&_0x24d94b[_0x20441b([0x61,0x6c,0x67])]==_0x20441b([0x45,0x53,0x32,0x35,0x36])||(_0x1c3bd4=!0x1);}async function _0xb3f1f6(_0x4665c9,_0x501df4,_0x220b7b){const _0x568a47=window[_0x20441b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x20441b([0x66,0x72,0x6f,0x6d])](_0xb17f26(_0x220b7b),_0x1b77cf=>_0x1b77cf[_0x20441b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x143bc9=new window[(_0x20441b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x20441b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4665c9+_0x20441b([0x2e])+_0x501df4),_0x1cfb60=window[_0x20441b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x20441b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1cfb60)return;const _0x2b63fa=await _0x1cfb60[_0x20441b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x20441b([0x6a,0x77,0x6b]),_0x42cc1a,{[_0x20441b([0x6e,0x61,0x6d,0x65])]:_0x20441b([0x45,0x43,0x44,0x53,0x41]),[_0x20441b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x20441b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x20441b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1cfb60[_0x20441b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x20441b([0x6e,0x61,0x6d,0x65])]:_0x20441b([0x45,0x43,0x44,0x53,0x41]),[_0x20441b([0x68,0x61,0x73,0x68])]:{[_0x20441b([0x6e,0x61,0x6d,0x65])]:_0x20441b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2b63fa,_0x568a47,_0x143bc9)||(_0x1c3bd4=!0x1);}}function _0x2054a1(_0x4972c0){return _0x4972c0[_0x20441b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x20441b([0x65,0x79]))?JSON[_0x20441b([0x70,0x61,0x72,0x73,0x65])](_0xb17f26(_0x4972c0)):null;}function _0xb17f26(_0x855849){return window[_0x20441b([0x61,0x74,0x6f,0x62])](_0x855849[_0x20441b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x20441b([0x2b]))[_0x20441b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x20441b([0x2f])));}function _0x3de129(_0x471ca4){let _0x13f8c8=0x1505;function _0x2a448e(_0x540896){for(let _0x24096d=0x0;_0x24096d<_0x540896[_0x20441b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x24096d++){const _0x18761e=_0x540896[_0x20441b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x24096d);_0x13f8c8=(_0x13f8c8<<0x5)+_0x13f8c8+_0x18761e,_0x13f8c8&=_0x13f8c8;}}function _0x23693d(_0xd53199){Array[_0x20441b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xd53199)?_0xd53199[_0x20441b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x23693d):_0xd53199&&typeof _0xd53199==_0x20441b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x20441b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xd53199)[_0x20441b([0x73,0x6f,0x72,0x74])]()[_0x20441b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x246eb6,_0x54e5da])=>{_0x2a448e(_0x246eb6),_0x23693d(_0x54e5da);}):_0x2a448e(window[_0x20441b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xd53199));}return _0x23693d(_0x471ca4),_0x13f8c8>>>0x0;}function _0x31c13e(_0x3c74ca){return _0x3c74ca[_0x20441b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x20441b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x20441b([0x30]));}function _0x5d743d(_0x3c3889){return _0x3c3889[_0x20441b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x20441b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x20441b([0x6a,0x6f,0x69,0x6e])]('');}function _0x82a304(){}function _0x20441b(_0x5eb23f){return _0x5eb23f['map'](_0x33d5ed=>String['fromCharCode'](_0x33d5ed))['join']('');}_0x522fb7(await _0x507a09());}(this);}['showFakeVisualSelection'](){const _0x49a1ce=this['editor']['model'];_0x49a1ce['change'](_0xb75c43=>{const _0x50ce05=_0x49a1ce['document']['selection']['getRanges']();let _0x5c338c=0x0;for(const _0x3b286b of _0x50ce05){const _0x55fab6=q+':'+_0x5c338c;if(_0x49a1ce['markers']['has'](_0x55fab6))_0xb75c43['updateMarker'](_0x55fab6,{'range':_0x3b286b});else{if(_0x3b286b['start']['isAtEnd']){const _0x5b26df=_0x3b286b['start']['getLastMatchingPosition'](({item:_0x135f81})=>!_0x49a1ce['schema']['isContent'](_0x135f81),{'boundaries':_0x3b286b});_0xb75c43['addMarker'](_0x55fab6,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0xb75c43['createRange'](_0x5b26df,_0x3b286b['end'])});}else _0xb75c43['addMarker'](_0x55fab6,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3b286b});}_0x5c338c++;}});}['hideFakeVisualSelection'](){const _0x518329=this['editor']['model'],_0x22e973=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](q));_0x22e973['length']&&_0x518329['change'](_0x58104b=>{_0x22e973['forEach'](_0x14ec03=>{_0x58104b['removeMarker'](_0x14ec03);});});}['insertContent'](_0x1d2835,_0x544073){const _0x5add61=this['_getAISelection'](),_0x79469e=_0x544073||_0x5add61['getFirstRange']();this['editor']['model']['canEditAt'](_0x79469e)&&this['editor']['model']['change'](_0x3e4035=>{this['hideFakeVisualSelection'](),_0x544073||this['_resetContentOfSelectedTableCells'](_0x3e4035,_0x5add61),this['_pasteHTMLUsingClipboard']({'insertAt':_0x79469e,'writer':_0x3e4035,'html':_0x1d2835});});}['insertContentBelow'](_0x57bfe1){const {model:_0x5f187e}=this['editor'],_0x4f59a9=this['_getAISelection']();_0x5f187e['change'](()=>{const _0x121fc6=this['_prepareTableInsertBelowPosition'](_0x57bfe1,_0x4f59a9)||this['_getDefaultInsertBelowPosition'](_0x4f59a9);this['insertContent'](_0x57bfe1,_0x121fc6);});}['_getAISelection'](){const _0x13fbe7=this['editor']['model'],_0x20c247=Array['from'](_0x13fbe7['markers']['getMarkersGroup'](q))['map'](_0x47782b=>_0x47782b['getRange']());return _0x13fbe7['createSelection'](_0x20c247);}['_pasteHTMLUsingClipboard']({writer:_0xfab793,html:_0x3ac6da,insertAt:_0x24c906}){const {view:_0x47e889}=this['editor']['editing'],_0x101039=this['editor']['plugins']['get'](_0x49596b),_0x27ea5e=new Fn();_0x27ea5e['setData']('text/html',_0x3ac6da);const _0x3b79e6=new ClipboardEvent('paste',{'clipboardData':_0x27ea5e}),_0x306f87=new _0x162ba2(_0x47e889,_0x3b79e6,{'dataTransfer':new _0x1cb9e3(_0x27ea5e)});_0xfab793['setSelection'](_0x24c906);const _0x29dcce=(_0x3fbe7d,_0x4c551c)=>{_0x4c551c['resultRange']&&_0xfab793['setSelection'](_0x4c551c['resultRange']);};_0x101039['once']('contentInsertion',_0x29dcce,{'priority':'lowest'}),_0x47e889['document']['fire']('paste',_0x306f87),_0x101039['off']('contentInsertion',_0x29dcce);}['_getDefaultInsertBelowPosition'](_0x3fce80){const {model:_0x241104}=this['editor'],_0x376957=Array['from'](_0x3fce80['getSelectedBlocks']());return _0x376957['length']?_0x241104['createPositionAfter'](_0x376957['pop']()):_0x3fce80['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x5249c2,_0x1e30c3){const {model:_0x567c4f,plugins:_0x199897}=this['editor'];if(_0x199897['has']('TableUtils')){const _0x120175=_0x199897['get']('TableUtils')['getSelectedTableCells'](_0x1e30c3);if(_0x120175['length']){const _0x484573=this['_getTableRowCountFromContent'](_0x5249c2),_0x1dfbfb=this['_createEmptyTableRows'](_0x120175,_0x484573);return _0x567c4f['createPositionAt'](_0x1dfbfb,0x0);}}return null;}['_getTableRowCountFromContent'](_0x4cfaae){const _0x1679f8=this['editor']['plugins']['get']('TableUtils'),_0x598b4c=this['editor']['data']['parse'](_0x4cfaae),_0x31c4bb=Array['from'](_0x598b4c['getChildren']())['filter'](_0x30f495=>_0x30f495['is']('element','table'));let _0x1a2619=0x0;return _0x31c4bb['forEach'](_0x1c1b7c=>{_0x1a2619+=_0x1679f8['getRows'](_0x1c1b7c);}),_0x1a2619;}['_createEmptyTableRows'](_0x1eca9d,_0x1fa1ef){const _0x5259fe=this['editor']['plugins']['get']('TableUtils'),_0x278200=_0x5259fe['getRowIndexes'](_0x1eca9d),_0x20e0bf=_0x5259fe['getColumnIndexes'](_0x1eca9d),_0xdcd605=_0x278200['last']+0x1,_0x3c90b7=_0x20e0bf['first'],_0x11f027=_0x1eca9d[0x0]['findAncestor']('table');for(let _0xb83bc9=0x0;_0xb83bc9<_0x1fa1ef;_0xb83bc9++)_0x5259fe['insertRows'](_0x11f027,{'at':_0xdcd605});return _0x11f027['getChild'](_0xdcd605)['getChild'](_0x3c90b7);}['_resetContentOfSelectedTableCells'](_0x4b486d,_0x348e1a){const {plugins:_0x2b9f60}=this['editor'],{model:_0x531310}=_0x4b486d;if(!_0x2b9f60['has']('TableUtils'))return;_0x2b9f60['get']('TableUtils')['getSelectedTableCells'](_0x348e1a)['length']&&_0x531310['deleteContent'](_0x348e1a);}}class ni extends _0x5f3288{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new _0x29f184('aiadapter-text-adapter-not-set',null);}}class tr extends Error{constructor(_0x1c2c10){super(_0x1c2c10),this['name']='AIRequestError';}}function Yn(_0x38c7a1,_0x9da892,_0x5d6f55){const t=_0x38c7a1['t'];switch(_0x9da892){case'Edit\x20or\x20review':return t('Edit\x20or\x20review');case'Improve\x20writing':return t('Improve\x20writing');case'Make\x20shorter':return t('Make\x20shorter');case'Make\x20longer':return t('Make\x20longer');case'Simplify\x20language':return t('Simplify\x20language');case'Generate\x20from\x20selection':return t('Generate\x20from\x20selection');case'Summarize':return t('Summarize');case'Continue':return t('Continue');case'Change\x20tone':return t('Change\x20tone');case'Professional':return t('Professional');case'Casual':return t('Casual');case'Direct':return t('Direct');case'Confident':return t('Confident');case'Friendly':return t('Friendly');case'Change\x20style':return t('Change\x20style');case'Business':return t('Business');case'Legal':return t('Legal');case'Journalism':return t('Journalism');case'Poetic':return t('Poetic');case'Translate':return t('Translate');case'English':return t('English');case'Spanish':return t('Spanish');case'German':return t('German');case'Portuguese':return t('Portuguese');case'French':return t('French');case'Simplified\x20Chinese':return t('Simplified\x20Chinese');case'Hindi':return t('Hindi');case'Arabic':return t('Arabic');case'AI\x20Assistant':return t('AI\x20Assistant');case'AI\x20Commands':return t('AI\x20Commands');case'Ask\x20AI\x20to\x20edit\x20or\x20generate':return t('Ask\x20AI\x20to\x20edit\x20or\x20generate');case'Ask\x20AI\x20to\x20improve\x20generated\x20text':return t('Ask\x20AI\x20to\x20improve\x20generated\x20text');case'Copy':return t('Copy');case'Submit':return t('Submit');case'Insert\x20below':return t('Insert\x20below');case'Try\x20again':return t('Try\x20again');case'Stop':return t('Stop');case'AI\x20is\x20writing...':return t('AI\x20is\x20writing...');case'AI\x20is\x20writing':return t('AI\x20is\x20writing');case'Generated\x20content:\x20%0':return t('Generated\x20content:\x20%0',_0x5d6f55);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x5d6f55);case'History':return t('History');case'Empty\x20history':return t('Empty\x20history');case'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':return t('Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.');case'Prompt\x20history':return t('Prompt\x20history');case'Clear':return t('Clear');case'AI_REPLACE_CONTENT':return t({'id':'AI_REPLACE_CONTENT','string':'Replace'});case'AI_INSERT_CONTENT':return t({'id':'AI_INSERT_CONTENT','string':'Insert'});case'AI_ERROR_GET_HEADERS':return t({'id':'AI_ERROR_GET_HEADERS','string':'Preparing\x20request\x20headers\x20failed'});case'AI_ERROR_GET_PARAMETERS':return t({'id':'AI_ERROR_GET_PARAMETERS','string':'Preparing\x20request\x20parameters\x20failed'});case'AI_ERROR_UNSUPPORTED_MODEL':return t({'id':'AI_ERROR_UNSUPPORTED_MODEL','string':'The\x20requested\x20AI\x20model\x20(\x22%0\x22)\x20is\x20not\x20supported'},_0x5d6f55);case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x9da892;}}class ai extends Nt{['_commandDefinitions'];constructor(_0x240955,_0x413b9c){super(_0x240955),this['_commandDefinitions']=_0x413b9c,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x107c98,_0x2e349c,_0x3aa273)=>{this['isEnabled']&&(this['enabledCommandsIds']=cs(this['_commandDefinitions'],_0x3aa273));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x14f9e9,_0x3b2e0c,_0x4dc4eb)=>{this['enabledCommandsIds']=_0x4dc4eb?cs(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x114ccb=this['editor']['model'];this['_hasContext']=function(_0x13a4d0){const _0x22edcf=_0x13a4d0['document']['selection'];return _0x22edcf['isCollapsed']?0x0!==[..._0x22edcf['getSelectedBlocks']()]['length']&&![..._0x22edcf['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x13a4d0['hasContent'](_0x22edcf['getFirstRange']());}(_0x114ccb);const _0x50bff1=_0x114ccb['document']['selection'],_0x400dc1=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x12c2c7 of _0x50bff1['getRanges']())for(const _0x1fb736 of _0x12c2c7['getItems']())if(_0x1fb736['is']('element')&&_0x400dc1['includes'](_0x1fb736['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x76de00='',_0x323110='',_0x5a3d33='custom'){this['editor']['plugins']['get'](G)['showUI'](_0x76de00,_0x323110,_0x5a3d33);}}function cs(_0x5a2799,_0x5822f9){const _0x26ec0b=new Set();for(const _0x4953a5 of _0x5a2799['values']())(_0x5822f9||!0x1===_0x4953a5['requiresContent'])&&_0x26ec0b['add'](_0x4953a5['id']);return Array['from'](_0x26ec0b);}const as=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class oi extends/* #__PURE__ -- @preserve */
|
|
24
|
-
_0x4572ab(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x38a64c,_0x5189d0,_0x369daa){super(),this['editor']=_0x38a64c,this['textAdapter']=_0x5189d0,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x369daa,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x284d51,_0x4114c8,_0xe121b5)=>{this['view']['value']=this['_sanitizeHTML'](_0xe121b5);}),this['listenTo'](this['view'],'submitPrompt',(_0x29378e,_0x23632b)=>{const _0x3bf661=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x23632b,_0x3bf661,'custom');}),this['listenTo'](this['view'],'tryAgainEvent',()=>{this['view']['prompt']=this['previousLabel'],this['_handleQuery'](this['previousQuery'],this['previousContext'],this['previousActionId'],this['previousLabel']);}),this['listenTo'](this['view'],'stopProcessing',()=>{this['stopProcessing']();});}['destroy'](){this['stopListening']();}async['updateView']({actionId:_0x19b346,query:_0x5f1dfe,htmlContent:_0x4a4181,label:_0x339171,mainActionLabel:_0x271bfe}){this['view']['prompt']=_0x339171,this['view']['mainAction']=_0x271bfe,this['initialContext']=_0x4a4181,_0x5f1dfe&&(this['view']['isRendered']?this['_handleQuery'](_0x5f1dfe,_0x4a4181,_0x19b346,_0x339171):this['view']['once']('render',()=>{this['_handleQuery'](_0x5f1dfe,_0x4a4181,_0x19b346,_0x339171);}));}['stopProcessing'](){this['isProcessing']&&(this['isProcessing']=!0x1,this['view']['finishProcessing'](),this['textAdapter']['abort']());}['reset'](){this['initialContext']='',this['currentContext']='',this['currentResponse']='',this['previousContext']='',this['previousQuery']='',this['previousLabel']='',this['previousActionId']=void 0x0,this['view']['reset'](),this['stopProcessing']();}async['_handleQuery'](_0x20371a,_0x14ad04,_0x287560,_0x23049e){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x14ad04,this['previousQuery']=_0x20371a,this['previousLabel']=_0x23049e||_0x20371a,this['previousActionId']=_0x287560,new Promise(_0x4106a7=>{this['textAdapter']['makeRequest']({'query':_0x20371a,'context':_0x14ad04,'onData':_0x11e89c=>{this['currentResponse']=_0x11e89c,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x287560})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x3c5351=>{_0x3c5351 instanceof tr?this['view']['handleError'](_0x3c5351['message']):this['view']['handleError'](),_0x4106a7();})['finally'](()=>{this['stopProcessing'](),_0x4106a7();});});}['_parseAndNormalizeContent'](_0x1e87ea,_0x1b8f24=!0x1){const _0x25cddc=as['exec'](_0x1e87ea);_0x1e87ea=_0x25cddc?_0x1e87ea['substring'](_0x25cddc[0x1]['length']):_0x1e87ea['length']<0x64&&!_0x1b8f24?'':this['_stripMarkdownSyntax'](_0x1e87ea);const _0xdb7968=this['_domParser']['parseFromString'](_0x1e87ea,'text/html');if(_0x25cddc){const _0x3e7410=Array['from'](_0xdb7968['body']['childNodes']);_0x3e7410['reverse']();for(const _0x422fb0 of _0x3e7410){if(_0x422fb0['nodeType']==Node['ELEMENT_NODE'])break;_0x422fb0['remove']();}}const _0x4c1338=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0xdb7968['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x4c1338);const _0x28d0dc=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x225d5f=this['editor']['data']['toModel'](_0x4c1338);return _0x28d0dc||_0x225d5f['markers']['clear'](),this['editor']['data']['stringify'](_0x225d5f);}['_normalizeResponseHeadings'](_0x4301e8){const _0x5d8a09=new _0x27088e(this['editor']['editing']['view']['document']),_0x15592d=new _0x5cfc1b({'name':/^h[1-5]$/}),_0x13f831=[];let _0x34a2ea=!0x1;for(const _0x4c41c3 of _0x4301e8)_0x4c41c3['is']('element')&&_0x15592d['match'](_0x4c41c3)&&(_0x13f831['push'](_0x4c41c3),'h1'==_0x4c41c3['name']&&(_0x34a2ea=!0x0));if(_0x34a2ea){for(const _0x538325 of _0x13f831)_0x5d8a09['rename']('h'+(parseInt(_0x538325['name'][0x1])+0x1),_0x538325);}}['_isH1TagSupportEnabled'](){const {data:_0x523a9c,editing:_0x54e744}=this['editor'],_0x304664=_0x523a9c['htmlProcessor']['toView']('<h1></h1>'),_0x5520ef=_0x523a9c['toView'](_0x523a9c['toModel'](_0x304664));return!!_0x54e744['view']['domConverter']['viewToDom'](_0x5520ef)['querySelector']('h1');}['_sanitizeHTML'](_0x5eda09){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x5eda09),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x5eae0f){const _0x302506=_0x5eae0f['trim']();return _0x302506['startsWith']('```html')?_0x302506['endsWith']('```')?_0x302506['substring'](0x7,_0x302506['length']-0x3):_0x302506['substring'](0x7):_0x5eae0f;}}const ci={'REPLACE':'replace','INSERT':'insert'};class wr extends _0x541968{constructor(_0x7849f2){super(_0x7849f2),this['set']('isVisible',!0x1),this['set']('mainAction',ci['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x1163b3=>Yn(_0x7849f2,'AI_'+_0x1163b3['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Yn(_0x7849f2,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Yn(_0x7849f2,'Try\x20again')),this['stopButton']=this['_createButton'](Yn(_0x7849f2,'Stop'));const _0x42b97a=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x42b97a['if']('isVisible','ck-hidden',_0x318a77=>!_0x318a77)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x48d112,_0x3b7495){const _0x2be9fe=new _0x14ee0a(this['locale']);return _0x2be9fe['set']({'label':_0x48d112,'class':_0x3b7495||'','isVisible':!0x0,'withText':!0x0}),_0x2be9fe;}}class yr extends _0x19a8c6{['contentFieldView'];['copyButtonView'];constructor(_0x26ed52,_0x4204d5=''){super(_0x26ed52),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x305c75=this['bindTemplate'];this['contentFieldView']=new $n(_0x26ed52,_0x4204d5),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x305c75['if']('isVisible','ck-hidden',_0x55dcc0=>!_0x55dcc0)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x305c75['if']('isProcessing','ck-ai-form__content-area--processing')]},'children':[this['contentFieldView'],{'tag':'div','attributes':{'class':['ck','ck-ai-form__copy-button-wrapper']},'children':[this['copyButtonView']]}]}]});}['render'](){super['render'](),this['value']&&this['contentFieldView']['setContent'](this['value']);let _0x5a022f=!0x1;this['on']('change:value',(_0x56f10c,_0x5dc4b0,_0x5eeecf)=>{const _0x12bdbc=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x5eeecf),this['isProcessing']&&_0x12bdbc&&!_0x5a022f&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x1d5298,_0x1f117a,_0x2e399a)=>{_0x5a022f=!0x1,_0x2e399a?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x5a022f=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x5a022f=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x1743f0=this['locale'],_0x4d9588=new _0x14ee0a(this['locale']),_0x44b61f='ck-ai-form__copy-button';return _0x4d9588['set']({'label':Yn(_0x1743f0,'Copy'),'icon':_0x308403,'class':_0x44b61f,'tooltip':!0x0}),_0x4d9588['bind']('isVisible')['to'](this,'value',_0x574173=>!!_0x574173),_0x4d9588['bind']('isEnabled')['to'](this,'isProcessing',_0x5e101b=>!_0x5e101b),_0x4d9588['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x4d9588['icon']=_0x547952,_0x4d9588['class']=_0x44b61f+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x4d9588['icon']=_0x308403,_0x4d9588['class']=_0x44b61f;},0x3e8);}),_0x4d9588;}['_copyHTMLToClipboard'](_0x17784b){const {window:_0x11ee8,document:_0x175da8}=_0x110318;if(_0x11ee8['ClipboardItem']){const {Blob:_0x39a5ad,ClipboardItem:_0xfe915b}=_0x11ee8,_0x41fae0=[new _0xfe915b({'text/html':new _0x39a5ad([_0x17784b['innerHTML']],{'type':'text/html'}),'text/plain':new _0x39a5ad([_0x17784b['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x41fae0);}else{const _0x4f6a0f=_0x175da8['createElement']('div');_0x4f6a0f['style']['position']='absolute',_0x4f6a0f['style']['left']='-9999px',_0x4f6a0f['innerHTML']='<span>[</span>'+_0x17784b['innerHTML']+'<span>]</span>',_0x175da8['body']['appendChild'](_0x4f6a0f);const _0x2c50c0=_0x175da8['createRange']();_0x2c50c0['setStartAfter'](_0x4f6a0f['firstElementChild']),_0x2c50c0['setEndBefore'](_0x4f6a0f['lastElementChild']);const _0x8fb0af=_0x11ee8['getSelection']();_0x8fb0af['removeAllRanges'](),_0x8fb0af['addRange'](_0x2c50c0),_0x175da8['execCommand']('copy'),_0x4f6a0f['remove']();}}}class $n extends _0x19a8c6{constructor(_0x36579c,_0x4b5a76=''){super(_0x36579c),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x4b5a76,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x510803){this['element']['innerHTML']=_0x510803;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0xe69dd6=new _0x19a8c6(),_0x5f1c03=this['locale'],_0x45dcf9=new _0x577daf();return _0x45dcf9['isVisible']=!0x0,_0xe69dd6['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x45dcf9,{'text':Yn(_0x5f1c03,'AI\x20is\x20writing...')}]}),_0xe69dd6['render'](),_0xe69dd6;}}class gr extends _0x19a8c6{constructor(_0x2f4507,_0x569252=''){super(_0x2f4507);const _0x45211a=new _0x50b9df(),_0x3c4ec0=this['bindTemplate'];this['set']('text',_0x569252),_0x45211a['content']=_0x129806,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x45211a,{'text':_0x3c4ec0['to']('text')}]});}}class Er extends _0x4dc60c{['submitButtonView'];['showHistoryButtonView'];constructor(_0x367839,_0x465bb7){super(_0x367839,_0x465bb7),this['queryView']['fieldView']['minRows']=0x1,this['queryView']['fieldView']['maxRows']=0x3,this['submitButtonView']=this['_createSubmitButton'](),this['showHistoryButtonView']=this['_createShowHistoryButton'](),this['focusableChildren']['add'](this['showHistoryButtonView'],0x1),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['showHistoryButtonView']),this['children']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x211006,_0x275bc2)=>{_0x211006['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x275bc2());});}['_createSubmitButton'](){const _0x49e99c=new _0x14ee0a(this['locale']),_0x41525c=this['locale'];return _0x49e99c['set']({'icon':_0x2a3f1e,'label':Yn(_0x41525c,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x49e99c['on']('execute',()=>{this['submit']();}),_0x49e99c['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x34d37e,_0x22bbf2)=>!_0x34d37e&&_0x22bbf2),_0x49e99c;}['_createShowHistoryButton'](){const _0x371bbc=new _0x14ee0a(this['locale']),_0x52113d=this['resultsView'],_0x307dd6=this['locale'];_0x371bbc['set']({'label':Yn(_0x307dd6,'History'),'withText':!0x1,'icon':Ht,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x371bbc['bind']('isOn')['to'](_0x52113d,'isVisible'),_0x371bbc['bind']('isEnabled')['to'](this,'isEnabled'),_0x371bbc['on']('execute',()=>{_0x52113d['isVisible']=!_0x52113d['isVisible'],_0x52113d['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x5bfc31=()=>{_0x110318['window']['requestAnimationFrame'](()=>{if(_0x4b2614(this['element'])){const _0x487183=new _0x31eb3f(this['queryView']['fieldView']['element']),_0x4d315b=_0x487183['width'],_0x2d954e='rtl'===_0x307dd6['uiLanguageDirection']?'left':'right';_0x487183['excludeScrollbarsAndBorders'](),_0x371bbc['element']['style'][_0x2d954e]=_0x4d315b-_0x487183['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x5bfc31),this['on']('render',_0x5bfc31),_0x371bbc;}['submit'](){const _0x372eed=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x372eed);}['focus'](_0x25555c){-0x1===_0x25555c?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class vr extends _0x556745{['historyGroupView'];['clearHistoryButton'];constructor(_0x212293){super(_0x212293),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new _0x4372b2(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Yn(_0x212293,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0xf0f594=0x0;for(const _0x13f1be of this['items'])_0xf0f594+=_0x13f1be['items']['length'];return{'resultsCount':_0xf0f594,'totalItemsCount':_0xf0f594};}['_createClearHistoryButton'](){const _0x4a03a4=this['locale'],_0x255aa9=new _0x14ee0a(this['locale']);return _0x255aa9['set']({'label':'('+Yn(_0x4a03a4,'Clear')+')','withText':!0x0}),_0x255aa9['on']('execute',()=>this['fire']('clearHistory')),_0x255aa9;}}class Ar extends _0x2269a3{constructor(_0x243cb8){super();const _0x1aa558=new _0x53816d(),_0x2544e7=new _0x14ee0a(this['locale'],_0x1aa558);this['children']['add'](_0x2544e7),_0x2544e7['set']({'label':_0x243cb8['prompt'],'withText':!0x0}),_0x2544e7['on']('execute',()=>{this['fire']('execute',{'value':_0x4efc88(_0x243cb8['prompt'])});});}}const So='CKEditor/AIFormView/PromptHistory';class Pr extends _0x5d69ef{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x14a37b,_0x5226d4)=>{const _0x327a91=fo(_0x5226d4['prompt']);for(const _0xef4b56 of this)if(_0xef4b56!=_0x5226d4&&fo(_0xef4b56['prompt'])===_0x327a91){this['remove'](_0xef4b56);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0xffd772=sessionStorage['getItem'](So)||'[]';this['addMany'](JSON['parse'](_0xffd772));}['_saveToSessionStorage'](){sessionStorage['setItem'](So,JSON['stringify'](this['map'](_0x205b5a=>_0x205b5a)));}}function fo(_0x291e88){return _0x291e88['toLowerCase']()['trim']();}class ri extends _0x19a8c6{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x55ad1c,_0x144516,_0x197a47=''){super(_0x55ad1c),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',ci['REPLACE']),this['_promptHistory']=new Pr(),this['errorView']=new gr(_0x55ad1c),this['contentArea']=new yr(_0x55ad1c,_0x197a47),this['contentArea']['bind']('isProcessing')['to'](this),this['contentArea']['bind']('value')['to'](this),this['toolbar']=this['_createToolbar'](),this['toolbar']['bind']('mainAction')['to'](this),this['promptView']=this['_createPromptView'](),this['focusTracker']=new ts(),this['keystrokes']=new _0x1f1bc5(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new $t({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['focusCycler']['chain'](this['promptView']['focusCycler']),this['promptView']['queryView']['fieldView']['bind']('value')['to'](this,'prompt');const _0x178827=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x144516],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x178827['if']('isError','ck-hidden',_0x463c03=>!_0x463c03)]},'children':[this['errorView']]},this['contentArea'],this['toolbar'],this['promptView']]}]});}['render'](){super['render'](),this['focusTracker']['add'](this['contentArea']['element']),this['focusTracker']['add'](this['contentArea']['copyButtonView']['element']),this['focusTracker']['add'](this['toolbar']['element']),this['focusTracker']['add'](this['promptView']['element']),this['keystrokes']['listenTo'](this['element']);}['focus'](_0x30f23b=0x1){-0x1===_0x30f23b?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['reset'](){this['prompt']='',this['value']='',this['isError']=!0x1,this['promptView']['reset'](),this['contentArea']['isVisible']=!0x1,this['toolbar']['isVisible']=!0x1;}['_createPromptView'](){const _0x4a3a74=this['locale'],_0x5a6c9d=new Er(_0x4a3a74,{'queryView':{'label':Yn(_0x4a3a74,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x5c1a66,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Yn(_0x4a3a74,'Empty\x20history'),'secondary':Yn(_0x4a3a74,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x5a6c9d['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x19d376,_0x4da405)=>_0x19d376&&!_0x4da405),this['listenTo'](_0x5a6c9d,'submit',(_0xc08c1c,_0x3fb938)=>{this['prompt']=_0x3fb938;const _0x481b17=_0x4e9308(_0x3fb938);this['fire']('submitPrompt',_0x481b17),_0x3fb938['trim']()&&this['_promptHistory']['add']({'prompt':_0x481b17},0x0);},{'priority':'high'}),_0x5a6c9d;}['_createHistoryView'](){const _0xa78ac0=new vr(this['locale']);return _0xa78ac0['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Ar),_0xa78ac0['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0xa78ac0;}['_createToolbar'](){const _0x1a2a39=new wr(this['locale']);return _0x1a2a39['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x16d587,_0x594f8c,_0xe41e53)=>_0x16d587&&!_0x594f8c&&!!_0xe41e53),_0x1a2a39['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x1a2a39['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0xab72bb,_0x57bb70,_0xcdde93)=>_0xab72bb&&!_0x57bb70&&!!_0xcdde93),_0x1a2a39['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x1a2a39['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x4cce42,_0x41ce8c)=>_0x4cce42&&!_0x41ce8c),_0x1a2a39['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x1a2a39['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x1a2a39['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x1a2a39;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x4a9f1f=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Yn(_0x4a9f1f,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x5154f8){const _0x21072c=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x5154f8||Yn(_0x21072c,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const J=globalThis['DataTransfer'];class G extends _0x5f3288{['licenseKey'];['_licenseKeyCheckInterval'];['_dialog'];['_formView'];['_aiAdapter'];['_aiAssistantController'];['_uiCssClasses']='';static get['pluginName'](){return'AIAssistantUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x41836c,F,ni,_0x10183e];}constructor(_0x487185){super(_0x487185),_0x487185['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x487185['config']['define']('ai.assistant.contentAreaCssClass',''),_0x487185['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x487185['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0xc8de38}=this;this['_aiAdapter']=_0xc8de38['plugins']['get'](ni),this['_dialog']=_0xc8de38['plugins']['get'](_0x10183e),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x2f3c11=new ai(_0xc8de38,Array['from'](this['_commandDefinitions']['values']()));_0xc8de38['commands']['add']('showAIAssistant',_0x2f3c11),_0xc8de38['ui']['componentFactory']['add']('aiCommands',_0x279341=>{const _0x5b4e85=_0x10d828(_0x279341);return _0x5b4e85['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x5b4e85['buttonView']['set']({'label':Yn(_0x279341,'AI\x20Commands'),'icon':_0x1dd138,'tooltip':!0x0}),_0x5b4e85['on']('execute',_0x4dbdec=>this['_onExecute'](_0x4dbdec['source']['id'])),_0x12a70a(_0x5b4e85,_0xc8de38['ui']['view']['body'],function(_0x52f4f3){const _0x4b9ece=z(_0x52f4f3['config']['get']('ai.assistant.commands'),_0x52f4f3['locale']),_0x9f383b=hi(_0x52f4f3,_0x4b9ece)['filter'](_0x2a3ee0=>_0x2a3ee0['commands']['length']);if(0x1===_0x9f383b['length'])return hi(_0x52f4f3,_0x9f383b[0x0]['commands'])['map'](_0x5cf01e=>({'id':_0x5cf01e['id'],'label':_0x5cf01e['label']}));return _0x9f383b['map'](_0x20fbd4=>{const {groupId:_0x4676c2,groupLabel:_0xee2c16,commands:_0xd14582}=_0x20fbd4,_0x56c2cc=hi(_0x52f4f3,_0xd14582)['map'](_0x27ae0d=>({'id':_0x27ae0d['id'],'label':_0x27ae0d['label']}));return{'id':_0x4676c2,'menu':_0xee2c16||_0x4676c2,'children':_0x56c2cc};});}(_0xc8de38),{'ariaLabel':Yn(_0x279341,'AI\x20Commands')}),_0x5b4e85['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x2f3c11['on']('change:enabledCommandsIds',_0x2fe602),_0x5b4e85['menuView']['once']('render',_0x2fe602),_0x5b4e85;function _0x2fe602(){_0x5b4e85['isEnabled']=_0x2f3c11['enabledCommandsIds']['length']>0x0;for(const _0x279c48 of _0x5b4e85['menuView']['buttons'])_0x279c48['isEnabled']=_0x2f3c11['enabledCommandsIds']['includes'](_0x279c48['id']);}}),_0xc8de38['ui']['componentFactory']['add']('menuBar:aiCommands',_0x26ca10=>{const _0x2b5c11=new _0x38710d(_0x26ca10);_0x2b5c11['buttonView']['set']({'label':Yn(_0x26ca10,'AI\x20Commands'),'icon':_0x1dd138}),_0x2b5c11['bind']('isEnabled')['to'](_0x2f3c11,'enabledCommandsIds',_0x2a2c38=>_0x2a2c38['length']>0x0);const _0x3ed822=z(_0xc8de38['config']['get']('ai.assistant.commands'),_0x26ca10);return this['_populateMenuBarMenu'](_0x2f3c11,_0x2b5c11,_0x3ed822,_0x312bba=>this['_onExecute'](_0x312bba)),_0x2b5c11;}),_0xc8de38['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x3b13ab=this['_createAIAssistantUIButton'](_0x14ee0a);return _0x3b13ab['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x3b13ab;}),_0xc8de38['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x1c99eb=this['_createAIAssistantUIButton'](_0x5b3955);return _0x1c99eb['set']({'role':'menuitemcheckbox'}),_0x1c99eb;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xf8191=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x333bf6;for(const _0xbca7bf in _0xf8191){const _0xc5303a=_0xbca7bf,_0x4b137a=_0xf8191[_0xc5303a];if('aiLicenseKeyValid'==_0x4b137a||'aiLicenseKeyInvalid'==_0x4b137a||'aiLicenseKeyExpired'==_0x4b137a||'aiLicenseKeyDomainLimit'==_0x4b137a||'aiLicenseKeyNotAllowed'==_0x4b137a||'aiLicenseKeyEvaluationLimit'==_0x4b137a||'aiLicenseKeyTrialLimit'==_0x4b137a||'aiLicenseKeyUsageLimit'==_0x4b137a){delete _0xf8191[_0xc5303a],_0x333bf6=_0x4b137a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x333bf6&&_0xf8191['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x333bf6&&_0xf8191['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x333bf6&&_0xf8191['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x333bf6&&_0xf8191['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x333bf6&&_0xf8191['_showLicenseError']('evaluationLimit'),'aiLicenseKeyTrialLimit'==_0x333bf6&&_0xf8191['_showLicenseError']('trialLimit'),'aiLicenseKeyUsageLimit'==_0x333bf6&&_0xf8191['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x5c9814='',_0x34861c='',_0x5b1199='custom'){const _0x114aba=this['editor'],_0x595354=_0x114aba['editing']['view'],_0x505858=_0x114aba['plugins']['get'](F),_0x370e25=_0x114aba['plugins']['get'](_0x41836c);_0x505858['showFakeVisualSelection']();const _0x33f052=new J(),_0x25e628=new ClipboardEvent('copy',{'clipboardData':_0x33f052}),_0x5add08=new _0x1cb9e3(_0x33f052),_0x2df38f=new _0x162ba2(_0x595354,_0x25e628,{'dataTransfer':_0x5add08});_0x370e25['_forceMarkersCopy']('comment',()=>{_0x595354['document']['fire']('copy',_0x2df38f);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new oi(_0x114aba,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x4533a9=_0x5add08['getData']('text/html');const _0x4a97bc=_0x114aba['model']['document']['selection'],_0x43086d=Array['from'](_0x4a97bc['getRanges']());0x1===_0x43086d['length']&&_0x43086d[0x0]['isFlat']&&!_0x4a97bc['getSelectedElement']()&&''!==_0x4533a9['replace'](/ /g,'')['trim']()&&(_0x4533a9='<p>'+_0x4533a9+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x5b1199,'query':_0x5c9814,'htmlContent':_0x4533a9,'label':_0x34861c,'mainActionLabel':ci[_0x114aba['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x4c398b,'title':Yn(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':_0x2ccaf1['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x505858['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x4ff12d=new Map(),_0x36ceaf=z(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x495090 of _0x36ceaf)for(const _0x43b6b1 of _0x495090['commands'])_0x4ff12d['set'](_0x43b6b1['id'],{..._0x43b6b1,'groupId':_0x495090['groupId'],'groupLabel':_0x495090['groupLabel']||_0x495090['groupId']});return _0x4ff12d;}['_createAIAssistantUIButton'](_0x1ab3b1){const _0x36b242=this['editor'],_0x9fc1de=_0x36b242['commands']['get']('showAIAssistant'),_0x5cbfdf=new _0x1ab3b1(_0x36b242['locale']);return _0x5cbfdf['set']({'label':Yn(_0x36b242['locale'],'AI\x20Assistant'),'icon':_0x4c398b,'isToggleable':!0x0}),_0x5cbfdf['bind']('isEnabled')['to'](_0x9fc1de),_0x5cbfdf['bind']('isOn')['to'](this['_dialog'],'id',_0x1dc921=>'aiAssistant'===_0x1dc921),this['listenTo'](_0x5cbfdf,'execute',()=>{_0x5cbfdf['isOn']?this['hideUI']():_0x9fc1de['execute']();}),_0x5cbfdf;}['_initView'](){const _0x524200=this['editor']['plugins']['get'](F);this['_formView']=new ri(this['editor']['locale'],this['_uiCssClasses'],this['editor']['config']['get']('ai.assistant.contentAreaCssClass')),this['_formView']['on']('change:value',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['_formView']['promptView']['queryView']['fieldView']['on']('update',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['listenTo'](this['_formView'],'replaceContent',()=>{_0x524200['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x524200['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x198d85,ui:{ariaLiveAnnouncer:_0x5b7828}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x3958f6,_0x3c3361,_0xd7a8a6)=>{const _0x51bbef=this['_aiAssistantController']['currentContext'];_0xd7a8a6?_0x5b7828['announce'](Yn(_0x198d85,'AI\x20is\x20writing')):_0x51bbef&&_0x5b7828['announce'](Yn(_0x198d85,'Generated\x20content:\x20%0',_0x51bbef),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x33bb84,_0xba2117,_0x54290e)=>{if(_0x54290e){const _0x5383fd=this['_formView']['errorView']['text'];_0x5b7828['announce'](Yn(_0x198d85,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x5383fd));}});}['_onExecute'](_0x54b23f){const _0x3ac885=this['_commandDefinitions']['get'](_0x54b23f),_0xd3918a=this['editor'],_0x41c0fa=_0xd3918a['model']['document']['selection'],_0x61a57f=_0xd3918a['commands']['get']('showAIAssistant'),_0x4e874d=_0xd3918a['plugins']['get'](F),_0xfb9bc2=''+(_0x3ac885['groupId']!==ei?_0x3ac885['groupLabel']+':\x20':'')+_0x3ac885['label'];if(!0x1!==_0x3ac885['requiresContent']&&_0x41c0fa['isCollapsed']){const _0x4984ed=_0x592c76(_0x41c0fa['getSelectedBlocks']())||_0xd3918a['model']['schema']['getLimitElement'](_0x41c0fa);_0xd3918a['model']['change'](_0x494d01=>{_0x494d01['setSelection'](_0x4984ed,'in');});}_0x4e874d['showFakeVisualSelection'](),_0x61a57f['execute'](_0x3ac885['prompt'],_0xfb9bc2,'command:'+_0x54b23f);}['_populateMenuBarMenu'](_0x3a4f13,_0x38e56d,_0x1af6f2,_0x1093e3){const _0x3ee745=this['editor'],_0x4ab132=_0x3ee745['locale'],_0x51affb=new ti(_0x4ab132),_0xb10f7d=hi(_0x3ee745,_0x1af6f2)['filter'](_0x30ca83=>_0x30ca83['commands']['length']);0x1===_0xb10f7d['length']?this['_getMenuBarGroupButtons']({'command':_0x3a4f13,'commands':_0xb10f7d[0x0]['commands'],'parentMenuView':_0x38e56d,'onExecute':_0x1093e3})['forEach'](_0x2e2a5e=>_0x51affb['items']['add'](_0x2e2a5e)):_0xb10f7d['forEach'](({groupId:_0x389803,groupLabel:_0x1b30df,commands:_0x1cde89})=>{const _0xf265af=new _0x44e2e2(_0x4ab132,_0x38e56d),_0x3b42c6=new _0x38710d(_0x4ab132),_0x28c83f=new ti(_0x4ab132),_0x38f885=this['_getMenuBarGroupButtons']({'command':_0x3a4f13,'commands':_0x1cde89,'parentMenuView':_0x3b42c6,'onExecute':_0x1093e3});_0x3b42c6['buttonView']['set']({'label':_0x1b30df||_0x389803}),_0x3b42c6['delegate']('execute')['to'](_0x38e56d),_0x28c83f['items']['addMany'](_0x38f885),_0x3b42c6['panelView']['children']['add'](_0x28c83f),_0xf265af['children']['add'](_0x3b42c6),_0x51affb['items']['add'](_0xf265af);}),_0x38e56d['panelView']['children']['add'](_0x51affb);}['_getMenuBarGroupButtons']({command:_0x897810,commands:_0x506f48,parentMenuView:_0x3bb7ed,onExecute:_0x1eaee0}){const _0x14a1e5=this['editor'],_0x3a1577=_0x14a1e5['locale'];return hi(_0x14a1e5,_0x506f48)['map'](_0x57b06e=>{const _0x86eb74=new _0x44e2e2(_0x3a1577,_0x3bb7ed),_0x3de153=new _0x5b3955(_0x3a1577);return _0x3de153['set']({'label':_0x57b06e['label']}),_0x3de153['delegate']('execute')['to'](_0x3bb7ed),_0x3de153['on']('execute',()=>_0x1eaee0(_0x57b06e['id'])),_0x3de153['bind']('isEnabled')['to'](_0x897810,'enabledCommandsIds',_0x5e8358=>_0x5e8358['includes'](_0x57b06e['id'])),_0x86eb74['children']['add'](_0x3de153),_0x86eb74;});}}function li(_0x2dcb3f,_0x4db420){return void 0x0!==_0x2dcb3f['order']&&void 0x0===_0x4db420['order']?0x1:void 0x0===_0x2dcb3f['order']&&void 0x0!==_0x4db420['order']?-0x1:void 0x0!==_0x2dcb3f['order']&&void 0x0!==_0x4db420['order']?_0x2dcb3f['order']-_0x4db420['order']:0x0;}function hi(_0x1afaee,_0x3f342e){_0x3f342e['sort'](li);const _0x159091={},_0x5e4364=[];for(const _0x339fb5 of _0x3f342e)if(void 0x0!==_0x339fb5['order']){if(_0x339fb5['order']in _0x159091)throw new _0x29f184('ai-commands-config-order-collision',_0x1afaee,{'conflictingDefinitions':[_0x339fb5,_0x159091[_0x339fb5['order']]]});_0x159091[_0x339fb5['order']]=_0x339fb5,_0x5e4364['splice'](_0x339fb5['order'],0x0,_0x339fb5);}else _0x5e4364['push'](_0x339fb5);return _0x5e4364;}class qn extends _0x5f3288{static get['requires'](){return[G,F];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1c13c6){super(_0x1c13c6);const _0x1037d4=_0x1c13c6['config'],_0x2b769c=_0x1c13c6['locale'];_0x1037d4['define']('ai.assistant.preserveComments',!0x0),_0x1037d4['define']('ai.assistant.commands',Qn(_0x2b769c)),_0x1037d4['define']('ai.assistant.extraCommandGroups',[]),_0x1037d4['define']('ai.assistant.removeCommands',[]);let _0x22e455=z(_0x1037d4['get']('ai.assistant.commands'),_0x2b769c);const _0x133ce4=_0x1037d4['get']('ai.assistant.extraCommandGroups'),_0x16aa84=_0x1037d4['get']('ai.assistant.removeCommands');_0x133ce4['forEach'](_0x8bd528=>{const _0x304044=_0x22e455['find'](_0x26d9c6=>_0x26d9c6['groupId']===_0x8bd528['groupId']);_0x304044?_0x304044['commands']=_0x304044['commands']['concat'](_0x8bd528['commands']):_0x22e455['push'](_0x8bd528);}),_0x22e455=_0x22e455['filter'](_0x3ade7a=>!_0x16aa84['includes'](_0x3ade7a['groupId'])),_0x22e455['forEach'](_0x4b7d13=>{_0x4b7d13['commands']=_0x4b7d13['commands']['filter'](_0x31a0ae=>!_0x16aa84['includes'](_0x31a0ae['id']));}),_0x1037d4['set']('ai.assistant.commands',_0x22e455);}}function Qn(_0x3735c8){return[{'groupId':'editOrReview','groupLabel':Yn(_0x3735c8,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Yn(_0x3735c8,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Yn(_0x3735c8,'Make\x20shorter'),'prompt':'Remove\x20any\x20repetitive,\x20redundant,\x20or\x20non-essential\x20writing\x20in\x20this\x20content\x20without\x20changing\x20the\x20meaning\x20or\x20losing\x20any\x20key\x20information.'},{'id':'makeLonger','label':Yn(_0x3735c8,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Yn(_0x3735c8,'Simplify\x20language'),'prompt':'Simplify\x20the\x20writing\x20style\x20of\x20this\x20content\x20and\x20reduce\x20the\x20complexity,\x20so\x20that\x20the\x20content\x20is\x20easy\x20to\x20understand.'}]},{'groupId':'generate','groupLabel':Yn(_0x3735c8,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Yn(_0x3735c8,'Summarize'),'prompt':'Summarize\x20this\x20content\x20into\x20one\x20paragraph\x20of\x20text.\x20Include\x20only\x20the\x20key\x20ideas\x20and\x20conclusions.\x20Keep\x20it\x20short.\x20Do\x20not\x20keep\x20original\x20text\x20formatting.'},{'id':'continue','label':Yn(_0x3735c8,'Continue'),'prompt':'Start\x20with\x20the\x20provided\x20content\x20and\x20write\x20at\x20the\x20end\x20of\x20it\x20continuing\x20this\x20topic.\x20Keep\x20the\x20added\x20part\x20short.'}]},{'groupId':'changeTone','groupLabel':Yn(_0x3735c8,'Change\x20tone'),'commands':[{'id':'professional','label':Yn(_0x3735c8,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Yn(_0x3735c8,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Yn(_0x3735c8,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Yn(_0x3735c8,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Yn(_0x3735c8,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Yn(_0x3735c8,'Change\x20style'),'commands':[{'id':'business','label':Yn(_0x3735c8,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Yn(_0x3735c8,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Yn(_0x3735c8,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Yn(_0x3735c8,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Yn(_0x3735c8,'Translate'),'commands':[{'id':'translateEnglish','label':Yn(_0x3735c8,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Yn(_0x3735c8,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Yn(_0x3735c8,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Yn(_0x3735c8,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Yn(_0x3735c8,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Yn(_0x3735c8,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Yn(_0x3735c8,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Yn(_0x3735c8,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class ue extends _0x5f3288{['abortController'];static get['requires'](){return[ni];}constructor(_0x21d0e4){super(_0x21d0e4),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](ni)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x4049b8){return this['sendRequest'](_0x4049b8)['catch'](_0xf5279c=>{if(_0xf5279c instanceof tr)return Promise['reject'](_0xf5279c);if('AbortError'==_0xf5279c['name'])return Promise['resolve']();throw console['error'](_0xf5279c),new _0x29f184('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x36b2d9,_0xaa49b8){const _0x51192d=this['editor']['locale'],_0x4c905c={'Content-Type':'application/json'};if('object'==typeof _0x36b2d9)Object['assign'](_0x4c905c,_0x36b2d9);else{if(_0x36b2d9)try{const _0x41a465=await _0x36b2d9(_0xaa49b8);Object['assign'](_0x4c905c,_0x41a465);}catch{return Promise['reject'](new tr(Yn(_0x51192d,'AI_ERROR_GET_HEADERS')));}}return _0x4c905c;}async['_prepareRequestParameters'](_0x200658,_0x22a1dd){const _0xd934d4=this['editor']['locale'];if('object'==typeof _0x200658)return _0x200658;try{return await _0x200658(_0x22a1dd);}catch{return Promise['reject'](new tr(Yn(_0xd934d4,'AI_ERROR_GET_PARAMETERS')));}}}class Xn extends ue{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x12d561){super(_0x12d561),_0x12d561['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x12d561['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x12d561['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x12d561['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x12d561['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x12d561['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x29c0cc,context:_0x2a80fa,onData:_0x383f83,actionId:_0x1b4f78}){const _0x4923df=this['editor']['locale'],_0x82317c=await this['prepareMessages'](_0x29c0cc,_0x2a80fa,_0x1b4f78),_0x2d4abc=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x1b4f78),_0x5154aa=await this['_prepareRequestParameters'](this['_requestParameters'],_0x1b4f78),_0x4a2b4c={'messages':_0x82317c,..._0x5154aa},_0xccf0c8={'method':'POST','headers':_0x2d4abc,'body':JSON['stringify'](_0x4a2b4c),'signal':this['abortController']['signal']},_0x56ab4a=await fetch(this['_apiUrl'],_0xccf0c8);if(_0x56ab4a['ok'])return _0x5154aa['stream']?await this['_readStreamableResponse'](_0x56ab4a,_0x383f83):await this['_readStaticResponse'](_0x56ab4a,_0x383f83),Promise['resolve']();{const _0x4c9c6c=await _0x56ab4a['text']();return _0x4c9c6c['includes']('context_length_exceeded')?Promise['reject'](new tr(Yn(_0x4923df,'AI_ERROR_CONTEXT_LENGTH'))):_0x4c9c6c['includes']('Moderation')?Promise['reject'](new tr(Yn(_0x4923df,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x4c9c6c));}}async['prepareMessages'](_0x26f9d6,_0x1ce24c,_0x264181){let _0x46e133,_0x396cf8;return _0x1ce24c?(_0x46e133='Your\x20task\x20is\x20to\x20execute\x20the\x20instruction\x20using\x20the\x20provided\x20HTML\x20content.\x20Follow\x20the\x20instruction\x20closely.\x20Your\x20answer\x20must\x20be\x20a\x20properly\x20formatted\x20HTML\x20code.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x396cf8='Instruction:\x0a'+_0x26f9d6+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x1ce24c):(_0x46e133='Your\x20task\x20is\x20to\x20generate\x20HTML\x20content\x20accordingly\x20to\x20the\x20given\x20instruction.\x20Never\x20include\x20<img>\x20tag\x20in\x20your\x20response\x20even\x20if\x20asked\x20for.\x20Your\x20answer\x20must\x20be\x20a\x20well-structured\x20and\x20properly\x20formatted\x20HTML\x20code.\x20Answer\x20only\x20with\x20the\x20generated\x20HTML\x20content.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x396cf8=_0x26f9d6),[{'role':'system','content':_0x46e133},{'role':'user','content':_0x396cf8}];}async['_readStreamableResponse'](_0x394f5c,_0x32b642){const _0x39fd7b=_0x394f5c['body']['getReader'](),_0x8ec23a=new TextDecoder();let _0x46bb12='',_0x3f1c0a='',_0x1a9a27='',_0x49b556=!0x1;for(;!_0x49b556;){const {done:_0x5d9436,value:_0x5c4dd8}=await _0x39fd7b['read'](),_0x5db132=_0x46bb12+_0x8ec23a['decode'](_0x5c4dd8);let _0x4f9166='';_0x49b556=_0x5d9436;try{_0x4f9166=this['_cleanUpData'](_0x5db132),_0x46bb12='';}catch{_0x46bb12=_0x5db132;continue;}_0x3f1c0a+=_0x4f9166,!_0x49b556&&this['_isBufferIncomplete'](_0x3f1c0a)||_0x3f1c0a&&(_0x1a9a27+=_0x3f1c0a,_0x3f1c0a='',_0x32b642(_0x1a9a27));}return Promise['resolve']();}async['_readStaticResponse'](_0x4833cb,_0x27b7b2){return _0x27b7b2((await _0x4833cb['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x250966){const _0x21778b=_0x250966['split']('<')['length']!==_0x250966['split']('>')['length'],_0x1eb19b=_0x250966['length']<0x1e;return _0x21778b&&_0x1eb19b;}['_cleanUpData'](_0x31f78b){return _0x31f78b['split'](/\n(?![^{]*\})/g)['map'](_0x2f6d6e=>_0x2f6d6e['replace']('data:\x20',''))['filter'](_0x5216f5=>_0x5216f5&&_0x5216f5['length']>0x0&&'[DONE]'!==_0x5216f5)['map'](_0x124f38=>{const {choices:_0x211c53}=JSON['parse'](_0x124f38);if(_0x211c53[0x0]?.['delta']?.['content'])return _0x211c53[0x0]['delta']['content'];})['filter'](_0x405f94=>_0x405f94)['join']('');}}class zn extends ue{['_apiUrl'];['_requestHeaders'];['_bedrockClientConfig'];['_requestParameters'];static get['pluginName'](){return'AWSTextAdapter';}constructor(_0x42bb0f){super(_0x42bb0f),_0x42bb0f['config']['get']('ai.assistant.adapter.aws.requestParameters')||_0x42bb0f['config']['define']('ai.assistant.adapter.aws.requestParameters',{'model':'anthropic.claude-v2','max_tokens_to_sample':0x7d0,'temperature':0x1,'top_p':0x1,'top_k':0xfa,'anthropic_version':'bedrock-2023-05-31','stream':!0x0}),this['_apiUrl']=_0x42bb0f['config']['get']('ai.assistant.adapter.aws.apiUrl'),this['_bedrockClientConfig']=_0x42bb0f['config']['get']('ai.assistant.adapter.aws.bedrockClientConfig'),this['_requestHeaders']=_0x42bb0f['config']['get']('ai.assistant.adapter.aws.requestHeaders'),this['_requestParameters']=_0x42bb0f['config']['get']('ai.assistant.adapter.aws.requestParameters');}async['sendRequest']({query:_0x2c4c57,context:_0xc28c8b,onData:_0x4343c8,actionId:_0x1cd7ee}){const {model:_0x37d9d8,stream:_0x3ef6b4,..._0x21ba9e}=await this['_prepareRequestParameters'](this['_requestParameters'],_0x1cd7ee),_0x2d75a9={'prompt':await this['preparePrompt'](_0x2c4c57,_0xc28c8b,_0x37d9d8,_0x1cd7ee),..._0x21ba9e};this['_apiUrl']?await this['_processProxyRequest'](_0x2d75a9,_0x37d9d8,_0x3ef6b4,_0x4343c8,_0x1cd7ee):await this['_processAWSRequest'](_0x2d75a9,_0x37d9d8,_0x3ef6b4,_0x4343c8);}async['preparePrompt'](_0x59d67e,_0x4ed276,_0x36becc,_0x3dcc20){let _0xa11b,_0x1add56;return _0x4ed276?(_0xa11b='Your\x20task\x20is\x20to\x20execute\x20the\x20instruction\x20using\x20the\x20provided\x20HTML\x20content.\x20Follow\x20the\x20instruction\x20closely.\x20Your\x20answer\x20must\x20be\x20a\x20properly\x20formatted\x20HTML\x20code.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x1add56='Instruction:\x0a'+_0x59d67e+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x4ed276):(_0xa11b='Your\x20task\x20is\x20to\x20generate\x20HTML\x20content\x20accordingly\x20to\x20the\x20given\x20instruction.\x20Never\x20include\x20<img>\x20tag\x20in\x20your\x20response\x20even\x20if\x20asked\x20for.\x20Your\x20answer\x20must\x20be\x20a\x20well-structured\x20and\x20properly\x20formatted\x20HTML\x20code.\x20Answer\x20only\x20with\x20the\x20generated\x20HTML\x20content.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x1add56=_0x59d67e),'meta.llama'==this['getModelFamily'](_0x36becc)?'<<SYS>>\x0a'+_0xa11b+'\x0a<</SYS>>\x0a[INST]\x0a'+_0x1add56+'\x0a[/INST]':'Human:\x0a'+_0xa11b+'\x0a'+_0x1add56+'\x0a\x0aAssistant:';}['getModelFamily'](_0x28e6f0){if(/^anthropic\.claude/['test'](_0x28e6f0))return'anthropic.claude';if(/^ai21\.j2/['test'](_0x28e6f0))return'ai21.j2';if(/^cohere\.command/['test'](_0x28e6f0))return'cohere.command';if(/^meta\.llama/['test'](_0x28e6f0))return'meta.llama';throw new tr(Yn(this['editor']['locale'],'AI_ERROR_UNSUPPORTED_MODEL',_0x28e6f0));}async['_processProxyRequest'](_0x42cc96,_0x454bc0,_0x5994bd,_0x2a5f7b,_0x534f06){const _0x2d5939={'method':'POST','headers':await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x534f06),'body':JSON['stringify']({..._0x42cc96,'model':_0x454bc0,'stream':_0x5994bd}),'signal':this['abortController']['signal']},_0x188637=await fetch(this['_apiUrl'],_0x2d5939);_0x5994bd?await this['_readStreamableResponse'](_0x188637,_0x454bc0,_0x2a5f7b):await this['_readStaticResponse'](_0x188637,_0x454bc0,_0x2a5f7b);}async['_processAWSRequest'](_0x466e56,_0x488fc3,_0x1e5dab,_0x5462cf){const _0x1d12f0=new _0x5791f9(this['_bedrockClientConfig']),_0x547d6e={'body':JSON['stringify'](_0x466e56),'contentType':'application/json','accept':'application/json','modelId':_0x488fc3};let _0x6dbc5b;if(_0x1e5dab){const _0x95b627=new _0x3f5e91(_0x547d6e);_0x6dbc5b=await _0x1d12f0['send'](_0x95b627,{'abortSignal':this['abortController']['signal']}),await this['_readAsyncIterableResponse'](_0x6dbc5b,_0x488fc3,_0x5462cf);}else{const _0x59a90a=new _0x41e453(_0x547d6e);_0x6dbc5b=await _0x1d12f0['send'](_0x59a90a,{'abortSignal':this['abortController']['signal']}),await this['_readStaticResponse'](_0x6dbc5b,_0x488fc3,_0x5462cf);}}async['_readAsyncIterableResponse'](_0x1393ab,_0x240bfe,_0x2cd42c){const _0x34165c=_0x1393ab['body'],_0x5ca063=new TextDecoder('utf-8');let _0x393f5f='';for await(const _0x1e99e8 of _0x34165c)if(_0x1e99e8['chunk']){const _0x7e6f6=_0x5ca063['decode'](_0x1e99e8['chunk']['bytes']),_0x8e0611=JSON['parse'](_0x7e6f6);_0x393f5f+=this['_getGeneratedText'](_0x8e0611,_0x240bfe),_0x2cd42c(_0x393f5f);}return Promise['resolve']();}async['_readStreamableResponse'](_0x3968ca,_0x5a2298,_0x24a130){const _0xf89f54=_0x3968ca['body'],_0x14cc28=new TextDecoder('utf-8'),_0x160f67=_0xf89f54['getReader']();let _0x1f3e2e='',_0x2a33f2='',_0x3af77b=!0x1;for(;!_0x3af77b;){const {done:_0xf52a3e,value:_0x38a821}=await _0x160f67['read']();if(_0x3af77b=_0xf52a3e,_0x3af77b)break;const _0x108310=(_0x1f3e2e+_0x14cc28['decode'](_0x38a821))['split']('\x0a')['map'](_0x42ee17=>{try{return _0x1f3e2e='',JSON['parse'](_0x42ee17);}catch{return _0x1f3e2e=_0x42ee17,null;}})['filter'](_0xc0ad26=>null!==_0xc0ad26);_0x108310['length']&&(_0x2a33f2+=_0x108310['map'](_0x5ea8e7=>this['_getGeneratedText'](_0x5ea8e7,_0x5a2298))['join'](''),_0x24a130(_0x2a33f2));}return Promise['resolve']();}async['_readStaticResponse'](_0x34b07a,_0x318103,_0x3f45c0){let _0x2ee128;return _0x2ee128=_0x34b07a instanceof Response?await _0x34b07a['json']():JSON['parse'](new TextDecoder('utf-8')['decode'](_0x34b07a['body'])),(_0x3f45c0(this['_getGeneratedText'](_0x2ee128,_0x318103)),Promise['resolve']());}['_getGeneratedText'](_0x5606c4,_0x1f7963){switch(this['getModelFamily'](_0x1f7963)){case'anthropic.claude':return _0x5606c4['completion'];case'ai21.j2':return _0x5606c4['completions'][0x0]['data']['text'];case'cohere.command':return _0x5606c4['generations'][0x0]['text'];case'meta.llama':return _0x5606c4['generation'];}}}class ia extends _0x14ee0a{constructor(_0x17e46e,_0x32d736={}){super(_0x17e46e),this['isToggleable']=!0x0,this['set']('side',_0x32d736['side']||'top');const _0x5161a3=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',..._0x7703f2(_0x32d736['class']||[]),_0x5161a3['to']('side',_0x1dcba4=>'ck-tab-button_'+_0x1dcba4),_0x5161a3['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ea extends _0x19a8c6{['children'];constructor(_0x3b2701,_0x554830={}){super(_0x3b2701);const _0x38f5e8=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',..._0x7703f2(_0x554830['class']||[]),_0x38f5e8['to']('class'),_0x38f5e8['if']('isVisible','ck-hidden',_0x4f4362=>!_0x4f4362)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ss extends _0x19a8c6{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x2f8d25,_0x28ade4={}){super(_0x2f8d25),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x28ade4['side']||'top'),this['set']('isMaximized',!0x1);const _0x11b6c6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',..._0x7703f2(_0x28ade4['class']||[]),_0x11b6c6['to']('side',_0x1454b6=>'ck-tabs_'+_0x1454b6),_0x11b6c6['to']('class'),_0x11b6c6['to']('isMaximized',_0x256d08=>_0x256d08?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x11b6c6['to']('side',_0x5cb765=>'ck-tabs__buttons-container_'+_0x5cb765)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x11b6c6['to']('side',_0x2b1ffd=>'ck-tabs__panels-container_'+_0x2b1ffd)]},'children':this['panelViews']},..._0x7703f2(_0x28ade4['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x4d60b1){const _0x58a359=this['_tabs']['get'](_0x4d60b1);return _0x58a359||null;}['addTab'](_0x49ac2d){const _0x23a4fd=this['_setupButton']({'id':_0x49ac2d['id'],'label':_0x49ac2d['buttonLabel'],'icon':_0x49ac2d['buttonIcon'],'order':_0x49ac2d['order']}),_0x40468b=new ea(this['locale']);return _0x40468b['render'](),_0x49ac2d['content']&&_0x40468b['children']['add'](_0x49ac2d['content']),this['panelViews']['add'](_0x40468b),this['_tabs']['set'](_0x49ac2d['id'],{'button':_0x23a4fd,'panel':_0x40468b,'order':void 0x0!==_0x49ac2d['order']?_0x49ac2d['order']:null}),this['fire']('addTab:'+_0x49ac2d['id'],{'id':_0x49ac2d['id'],'button':_0x23a4fd,'panel':_0x40468b}),null===this['activeTab']?this['activateTab'](_0x49ac2d['id']):this['_hidePanel'](_0x49ac2d['id']),{'button':_0x23a4fd,'panel':_0x40468b};}['activateTab'](_0x47c63f){if(null!==_0x47c63f&&!this['getTab'](_0x47c63f))throw new _0x29f184('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x47c63f});this['activeTab']!==_0x47c63f&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x47c63f,_0x47c63f&&this['_showPanel'](_0x47c63f),this['fire']('activateTab:'+_0x47c63f,_0x47c63f));}['showTab'](_0x13ccfb){if(!this['getTab'](_0x13ccfb))throw new _0x29f184('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x13ccfb});this['_showPanel'](_0x13ccfb),this['_showButton'](_0x13ccfb),this['fire']('show:'+_0x13ccfb,_0x13ccfb);}['hideTab'](_0x4e3db2){if(!this['getTab'](_0x4e3db2))throw new _0x29f184('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x4e3db2});const _0x3f8f47=this['activeTab'];this['_hidePanel'](_0x4e3db2),this['_hideButton'](_0x4e3db2);const _0x234979=this['getTabIds']();_0x3f8f47===_0x4e3db2&&_0x234979['length']>0x1&&this['activateTab'](_0x234979['find'](_0x2d272a=>_0x2d272a!==_0x4e3db2)),this['fire']('hide:'+_0x4e3db2,_0x4e3db2);}['_getPanel'](_0x5c5faa){const _0x66a43c=this['_tabs']['get'](_0x5c5faa);return _0x66a43c?_0x66a43c['panel']:null;}['_showPanel'](_0x55e00d){null!==this['activeTab']&&this['activeTab']!==_0x55e00d||this['_getPanel'](_0x55e00d)['show']();}['_hidePanel'](_0x44b75a){const _0x1c9f9f=this['_getPanel'](_0x44b75a);_0x1c9f9f['isVisible']&&(this['activeTab']===_0x44b75a&&(this['activeTab']=null),_0x1c9f9f['hide']());}['_getButton'](_0x482f11){const _0x5c1548=this['_tabs']['get'](_0x482f11);return _0x5c1548?_0x5c1548['button']:null;}['_showButton'](_0x1855c5){this['_getButton'](_0x1855c5)['show']();}['_hideButton'](_0x5b8afc){this['_getButton'](_0x5b8afc)['hide']();}['_setupButton'](_0x26f58c){const _0xf0dfd8=new ia(this['locale'],{'side':this['side']}),_0x356a2e=this['buttonViews'];if(_0xf0dfd8['set']({'label':_0x26f58c['label'],'icon':_0x26f58c['icon'],'tooltip':!0x0,'withText':!0x0}),_0xf0dfd8['bind']('isOn')['to'](this,'activeTab',_0x47aa43=>_0x47aa43===_0x26f58c['id']),_0xf0dfd8['bind']('side')['to'](this,'side'),_0x26f58c['order']){const _0x49568c=[...this['_tabs']]['reduce']((_0x2e6e4f,_0x3cde8d)=>{const _0x436ee7=_0x3cde8d[0x0],{order:_0x424149}=_0x3cde8d[0x1];return!_0x424149||_0x424149>_0x26f58c['order']?_0x2e6e4f:_0x424149>=_0x2e6e4f['order']?{'id':_0x436ee7,'order':_0x424149}:_0x2e6e4f;},{'id':'','order':0x0}),_0x330968=_0x356a2e['getIndex'](this['_getButton'](_0x49568c['id']));_0x356a2e['add'](_0xf0dfd8,_0x330968+0x1);}else _0x356a2e['add'](_0xf0dfd8);return _0xf0dfd8['on']('execute',()=>{this['activateTab'](_0x26f58c['id']);}),_0xf0dfd8;}}const Ti=['overlay','sidebar','custom'],yi=['left','right'];class bi extends ss{constructor(_0xab13d9,_0x1af9b3={}){super(_0xab13d9,_0x1af9b3),this['set']('type',_0x1af9b3['type']||'sidebar'),this['set']('side',_0x1af9b3['side']||'right'),this['set']('isVisible',_0x1af9b3['visibleByDefault']??!0x0);const _0x78555b=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x78555b['if']('type','ck-ai-tabs__overlay',_0x3ee6e4=>'overlay'===_0x3ee6e4),_0x78555b['if']('type','ck-ai-tabs__sidebar',_0x4d4f46=>'sidebar'===_0x4d4f46),_0x78555b['if']('isVisible','ck-hidden',_0x24cf3e=>!_0x24cf3e)]}}),this['buttonViews']['on']('add',(_0x7481f8,_0x4cce3e)=>{_0x4cce3e['set']('withText',!0x1);});}}class at extends _0x171820{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xedfaf2){super(_0xedfaf2);const _0x4f06f2=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x4f06f2)throw new _0x29f184('ai-tabs-configuration-not-found');if(void 0x0!==_0x4f06f2['showResizeButton']&&(this['showResizeButton']=_0x4f06f2['showResizeButton']),'sidebar'!==_0x4f06f2['type']&&'overlay'!==_0x4f06f2['type']||_0x4f06f2['side']&&(this['side']=_0x4f06f2['side']),'sidebar'===_0x4f06f2['type']){if(this['container']=_0x4f06f2['element'],this['set']('type','sidebar'),!this['container'])throw new _0x29f184('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x4f06f2['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new bi(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':void 0x0===_0x4f06f2['visibleByDefault']||_0x4f06f2['visibleByDefault']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof st&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x28d02c){if(_0x28d02c&&this['type']!==_0x28d02c){if(!Ti['includes'](_0x28d02c))throw new _0x29f184('ai-tabs-unsupported-ui-type');this['type']=_0x28d02c;}}['switchSide'](_0x5dad00){if(_0x5dad00&&this['side']!==_0x5dad00){if(!yi['includes'](_0x5dad00))throw new _0x29f184('ai-tabs-unsupported-ui-side');this['side']=_0x5dad00;}}['resize'](){this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class s extends _0x171820{['_apiUrl'];['_token'];['_decoder'];static get['requires'](){return['CloudServices'];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x266a2d){super(_0x266a2d),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl'),this['_token']=null,this['_decoder']=new TextDecoder();}['init'](){const _0x331973=this['context']['plugins']['get']('CloudServices');if(!_0x331973['token'])throw new _0x29f184('ai-missing-token',this);this['_token']=_0x331973['token'];}['startConversation'](_0x2566b8,_0x5c75b3){const _0x44ff86=this['_sendApiRequest']('/conversations','POST',{'id':_0x2566b8,'group':_0x5c75b3});return{'getConversation':async()=>(await _0x44ff86['request'])['json'](),'abortController':_0x44ff86['abortController']};}['queryAssistant']({message:_0x5acd0f,conversationId:_0x387f9e,parts:_0x1e505e,capabilities:_0xca70e2,model:_0x2ecc8c,quickActionData:_0x18594a}){const _0x384f4c={..._0x18594a&&{'quickActionData':_0x18594a}},_0x40d266={'prompt':_0x5acd0f,'content':_0x1e505e,'model':_0x2ecc8c,..._0xca70e2&&{'capabilities':_0xca70e2},...Object['keys'](_0x384f4c)['length']>0x0&&{'attributes':_0x384f4c}},_0x2610c8=this['_sendApiRequest']('/conversations/'+_0x387f9e+'/messages','POST',_0x40d266);return{'getStream':async()=>{const _0x4c2669=(await _0x2610c8['request'])['body'];return this['_getStreamReader'](_0x4c2669);},'abortController':_0x2610c8['abortController']};}['executeCustomAction']({content:_0x24a878,message:_0x45f2e3,model:_0x5d6c0d,outputFormat:_0x58b2d2}){const _0x1d8694={'content':[{'type':'text','content':_0x24a878}],'prompt':_0x45f2e3,'model':_0x5d6c0d,'outputFormat':_0x58b2d2},_0x4e9273=this['_sendApiRequest']('/actions/custom/calls','POST',_0x1d8694);return{'getStream':async()=>{const _0x34c050=(await _0x4e9273['request'])['body'];return this['_getStreamReader'](_0x34c050);},'abortController':_0x4e9273['abortController']};}['executeAction']({actionName:_0x410873,content:_0x368590,args:_0x4cf347}){const _0x205676={'content':[{'type':'text','content':_0x368590}],'args':_0x4cf347},_0x24d68c=this['_sendApiRequest']('/actions/system/'+_0x410873+'/calls','POST',_0x205676);return{'getStream':async()=>{const _0x35c72f=(await _0x24d68c['request'])['body'];return this['_getStreamReader'](_0x35c72f);},'abortController':_0x24d68c['abortController']};}['uploadFile'](_0x5e6e9d,_0x1baefb,_0x4ae4e4){const _0x233726=new FormData();_0x233726['append']('file',_0x1baefb,_0x1baefb['name']),_0x4ae4e4&&_0x233726['append']('attributes',JSON['stringify'](_0x4ae4e4));const _0x505d65=this['_sendApiRequest']('/conversations/'+_0x5e6e9d+'/files','POST',_0x233726);return{'getId':async()=>(await _0x505d65['request'])['json'](),'abortController':_0x505d65['abortController']};}['fetchDocument'](_0xae1550,_0x228a4f){const _0x4f4e4d=this['_sendApiRequest']('/conversations/'+_0xae1550+'/documents/'+_0x228a4f,'GET');return{'getDocument':async()=>(await _0x4f4e4d['request'])['json'](),'abortController':_0x4f4e4d['abortController']};}['uploadDocument'](_0x495913,_0x28bc3a,_0x267600){const _0x389569={'content':_0x28bc3a};_0x267600&&(_0x389569['attributes']=_0x267600);const _0x2b1f39=this['_sendApiRequest']('/conversations/'+_0x495913+'/documents','POST',_0x389569);return{'getId':async()=>(await _0x2b1f39['request'])['json'](),'abortController':_0x2b1f39['abortController']};}['fetchConversations'](_0x5aab4e,_0x9f6343){const _0x5e7709=new URLSearchParams();_0x5e7709['append']('excludeEmpty','true'),_0x5e7709['append']('limit','100'),_0x5e7709['append']('group',_0x5aab4e),_0x9f6343&&_0x5e7709['append']('search',_0x9f6343);const _0x2ee9db=this['_sendApiRequest']('/conversations?'+_0x5e7709['toString'](),'GET');return{'getConversations':async()=>{const _0x4b4599=await _0x2ee9db['request'];return(await _0x4b4599['json']())['items'];},'abortController':_0x2ee9db['abortController']};}['deleteConversation'](_0x114d14){const _0x5831b7=this['_sendApiRequest']('/conversations/'+_0x114d14,'DELETE');return{'execute':async()=>{await _0x5831b7['request'];},'abortController':_0x5831b7['abortController']};}['updateConversation'](_0x1ead45,_0x3d8ae8){const _0x705ed7=this['_sendApiRequest']('/conversations/'+_0x1ead45,'PATCH',_0x3d8ae8);return{'getResult':async()=>(await _0x705ed7['request'],_0x3d8ae8),'abortController':_0x705ed7['abortController']};}['fetchConversation'](_0x500291){const _0x1b109f=this['_sendApiRequest']('/conversations/'+_0x500291,'GET');return{'getConversation':async()=>(await _0x1b109f['request'])['json'](),'abortController':_0x1b109f['abortController']};}['fetchConversationMessages'](_0x467a91){const _0x459238=this['_sendApiRequest']('/conversations/'+_0x467a91+'/messages','GET');return{'getMessages':async()=>{const _0x31b332=await _0x459238['request'];return(await _0x31b332['json']())['items'];},'abortController':_0x459238['abortController']};}['uploadUrl'](_0x3f5758,_0x42e932,_0x41ce56){const _0x5b6ad9=this['_sendApiRequest']('/conversations/'+_0x3f5758+'/web-resources','POST',{'url':_0x42e932,'attributes':_0x41ce56});return{'getId':async()=>(await _0x5b6ad9['request'])['json'](),'abortController':_0x5b6ad9['abortController']};}['getModels'](){const _0x5f48ed=this['_sendApiRequest']('/models/1','GET');return{'list':async()=>await(await _0x5f48ed['request'])['json'](),'abortController':_0x5f48ed['abortController']};}['deleteFile'](_0x2fee8c,_0xc80490){const _0x1d4002=this['_sendApiRequest']('/conversations/'+_0x2fee8c+'/files/'+_0xc80490,'DELETE');return{'execute':async()=>{await _0x1d4002['request'];},'abortController':_0x1d4002['abortController']};}['deleteDocument'](_0x1563d2,_0x3c592a){const _0x1c8de7=this['_sendApiRequest']('/conversations/'+_0x1563d2+'/documents/'+_0x3c592a,'DELETE');return{'execute':async()=>{await _0x1c8de7['request'];},'abortController':_0x1c8de7['abortController']};}['deleteWebResource'](_0x43a5bf,_0x127d47){const _0x1c1e25=this['_sendApiRequest']('/conversations/'+_0x43a5bf+'/web-resources/'+_0x127d47,'DELETE');return{'execute':async()=>{await _0x1c1e25['request'];},'abortController':_0x1c1e25['abortController']};}['callSystemReview']({reviewName:_0x289e2b,content:_0x2ba963,args:_0x74f9e1}){const _0x377277=this['_sendApiRequest']('/reviews/system/'+_0x289e2b+'/calls','POST',{'content':[{'type':'text','content':_0x2ba963}],'args':_0x74f9e1});return{'getStream':async()=>{const _0x43dd71=(await _0x377277['request'])['body'];return this['_getStreamReader'](_0x43dd71);},'abortController':_0x377277['abortController']};}['callCustomReview']({content:_0x49f815,prompt:_0x4858bf,model:_0x221a13}){const _0x45bc71=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x49f815}],'prompt':_0x4858bf,'model':_0x221a13});return{'getStream':async()=>{const _0x500e45=(await _0x45bc71['request'])['body'];return this['_getStreamReader'](_0x500e45);},'abortController':_0x45bc71['abortController']};}['upsertAIChatRating'](_0x37e35f,_0xf36160,_0x64341a){const _0x306408=this['_sendApiRequest']('/conversations/'+_0x37e35f+'/messages/'+_0xf36160+'/ratings','PUT',{'positiveCount':_0x64341a['positiveCount'],'totalCount':_0x64341a['totalCount'],'modificationId':_0x64341a['modificationId']});return{'execute':async()=>{await _0x306408['request'];},'abortController':_0x306408['abortController']};}['upsertAIActionRating'](_0x3cb9cd,_0x3e96a9,_0x315335){const _0x3360b0=this['_sendApiRequest']('/actions/system/'+_0x3cb9cd+'/calls/'+_0x3e96a9+'/ratings','PUT',{'positiveCount':_0x315335['positiveCount'],'totalCount':_0x315335['totalCount']});return{'execute':async()=>{await _0x3360b0['request'];},'abortController':_0x3360b0['abortController']};}['upsertCustomAIActionRating'](_0x279f17,_0x3161f9){const _0x33e743=this['_sendApiRequest']('/actions/custom/calls/'+_0x279f17+'/ratings','PUT',{'positiveCount':_0x3161f9['positiveCount'],'totalCount':_0x3161f9['totalCount']});return{'execute':async()=>{await _0x33e743['request'];},'abortController':_0x33e743['abortController']};}['upsertAIReviewRating'](_0x1f6500,_0x43f926,_0x3bc178,_0x330776){const _0x5499c0=this['_sendApiRequest']('/reviews/system/'+_0x1f6500+'/calls/'+_0x43f926+'/ratings','PUT',{'positiveCount':_0x3bc178['positiveCount'],'totalCount':_0x3bc178['totalCount'],'dataId':_0x330776});return{'execute':async()=>{await _0x5499c0['request'];},'abortController':_0x5499c0['abortController']};}['upsertCustomAIReviewRating'](_0x4886e3,_0xd38230,_0x20884e){const _0x510fcb=this['_sendApiRequest']('/reviews/custom/calls/'+_0x4886e3+'/ratings','PUT',{'positiveCount':_0xd38230['positiveCount'],'totalCount':_0xd38230['totalCount'],'dataId':_0x20884e});return{'execute':async()=>{await _0x510fcb['request'];},'abortController':_0x510fcb['abortController']};}['_sendApiRequest'](_0x4fc8d2,_0x3b11f6,_0x147495){const _0x3a27b4=new AbortController(),_0x5e379c=_0x147495 instanceof FormData,_0x4da716={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0x147495&&!_0x5e379c&&(_0x4da716['Content-Type']='application/json');const _0x2eb01b={'method':_0x3b11f6,'headers':_0x4da716,'signal':_0x3a27b4['signal']};return _0x147495&&(_0x2eb01b['body']=_0x5e379c?_0x147495:JSON['stringify'](_0x147495)),{'request':fetch(''+this['_apiUrl']+_0x4fc8d2,_0x2eb01b)['catch'](_0x3a5f39=>{this['_handleError'](_0x3a5f39);})['then'](_0x1b4538=>{if(!_0x1b4538['ok'])throw new _0x29f184('ai-request-failed',this,{'url':this['_apiUrl'],'path':_0x4fc8d2,'method':_0x3b11f6,'body':_0x147495,'status':(_0x1b4538||{})['status'],'statusText':(_0x1b4538||{})['statusText']});return _0x1b4538;}),'abortController':_0x3a27b4};}async*['_getStreamReader'](_0x4d00d5){const _0x53573b=[],_0x463cfe=_0x4d00d5['getReader'](),_0x5ed130=wt({'onError':_0x4e5c2f=>{this['_handleError'](_0x4e5c2f);},'onEvent':_0x382e0b=>{_0x382e0b['data']=JSON['parse'](_0x382e0b['data']),_0x53573b['push'](_0x382e0b);}});try{let _0xc5b35=!0x1;for(;!_0xc5b35;){const {done:_0x5bc776,value:_0x473200}=await _0x463cfe['read']();_0x5bc776&&(_0xc5b35=!0x0),_0x5ed130['feed'](this['_decoder']['decode'](_0x473200,{'stream':!0x0})),yield*_0x53573b,_0x53573b['length']=0x0;}}catch(_0x592f59){this['_handleError'](_0x592f59);}finally{_0x463cfe['releaseLock'](),_0x5ed130['reset']();}}['_handleError'](_0x1d6c0d){if(_0x1d6c0d instanceof _0x29f184)throw _0x1d6c0d;if(_0x1d6c0d instanceof Error&&'AbortError'===_0x1d6c0d['name'])throw new _0x29f184('ai-request-aborted',this,{'originalError':_0x1d6c0d});throw new _0x29f184('ai-request-failed',this,{'originalError':_0x1d6c0d});}}function C(_0xcab497,_0x5ac55d,_0xafb028){const t=_0xcab497['t'];switch(_0x5ac55d){case'AI_SUGGESTION_HEADER_TITLE':return t({'id':'AI_SUGGESTION_HEADER_TITLE','string':'Proposed\x20changes'});case'AI_SUGGESTION_BUTTON_SHOW_CHANGES':return t({'id':'AI_SUGGESTION_BUTTON_SHOW_CHANGES','string':'Show\x20details'});case'AI_MINI_TOOLBAR_LIKE':return t({'id':'AI_MINI_TOOLBAR_LIKE','string':'I\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_DISLIKE':return t({'id':'AI_MINI_TOOLBAR_DISLIKE','string':'I\x20don\x27t\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_COPY':return t({'id':'AI_MINI_TOOLBAR_COPY','string':'Copy\x20to\x20clipboard'});case'AI_SUGGESTION_CONTENT_PART_TITLE':return t({'id':'AI_SUGGESTION_CONTENT_PART_TITLE','string':'Change\x20%0'},_0xafb028);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_OUTDATED','string':'Change\x20is\x20outdated'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT':return t({'id':'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT','string':'Preview'});case'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION','string':'Insert\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_DELETE':return t({'id':'AI_SUGGESTION_CONTENT_PART_DELETE','string':'Reject'});case'AI_SUGGESTION_CONTENT_PART_REMOVED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REMOVED','string':'Removed\x20content.\x20Use\x20\x22Show\x20details\x22\x20to\x20learn\x20more.'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi,\x20I\x27m\x20your\x20AI\x20assistant.\x20Think\x20of\x20me\x20as\x20your\x20writing\x20buddy,\x20reviewer,\x20or\x20research\x20partner.\x20I\x20can\x20suggest\x20changes\x20to\x20your\x20document,\x20help\x20generate\x20ideas,\x20offer\x20feedback,\x20discuss\x20attached\x20files,\x20and\x20much\x20more!'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'The\x20request\x20was\x20aborted.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0xafb028);case'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES','string':'Unable\x20to\x20load\x20resources\x20from\x20%0.\x20Please\x20try\x20again.'},_0xafb028);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_SEARCH_WEB':return t({'id':'AI_CHAT_SEARCH_WEB','string':'Web\x20search'});case'AI_CHAT_ENABLE_WEB_SEARCH':return t({'id':'AI_CHAT_ENABLE_WEB_SEARCH','string':'Enable\x20web\x20search'});case'AI_CHAT_DISABLE_WEB_SEARCH':return t({'id':'AI_CHAT_DISABLE_WEB_SEARCH','string':'Disable\x20web\x20search'});case'AI_CHAT_REASONING':return t({'id':'AI_CHAT_REASONING','string':'Reasoning'});case'AI_CHAT_ENABLE_REASONING':return t({'id':'AI_CHAT_ENABLE_REASONING','string':'Enable\x20reasoning'});case'AI_CHAT_DISABLE_REASONING':return t({'id':'AI_CHAT_DISABLE_REASONING','string':'Disable\x20reasoning'});case'AI_CHAT_COMMANDS':return t({'id':'AI_CHAT_COMMANDS','string':'Commands'});case'AI_CHAT_SEARCH_RESOURCES':return t({'id':'AI_CHAT_SEARCH_RESOURCES','string':'Search\x20resources'});case'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','string':'Back\x20to\x20context\x20options'});case'AI_CHAT_CONTEXT_URL_ADD_URL':return t({'id':'AI_CHAT_CONTEXT_URL_ADD_URL','string':'Add\x20URL'});case'AI_CHAT_CONTEXT_URL_PLACEHOLDER':return t({'id':'AI_CHAT_CONTEXT_URL_PLACEHOLDER','string':'Add\x20URL...'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL','string':'Failed\x20to\x20upload\x20URL:\x20%0.\x20Please\x20try\x20again.'},_0xafb028);case'AI_CHAT_CONTEXT_INVALID_DATA':return t({'id':'AI_CHAT_CONTEXT_INVALID_DATA','string':'Invalid\x20context\x20data\x20type\x20for\x20the\x20selected\x20resource.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE','string':'Unsupported\x20resource\x20type.\x20Only\x20files\x20and\x20URLs\x20are\x20supported.'});case'AI_CHAT_CONTEXT_URL_EMPTY_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_EMPTY_ERROR','string':'URL\x20cannot\x20be\x20empty.'});case'AI_CHAT_CONTEXT_URL_INVALID_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_INVALID_ERROR','string':'Please\x20enter\x20a\x20valid\x20URL.'});case'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR','string':'AI\x20is\x20preparing\x20a\x20response...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH','string':'AI\x20is\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REASONING','string':'AI\x20is\x20using\x20reasoning\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING','string':'AI\x20is\x20using\x20reasoning\x20and\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','string':'Scanned\x20the\x20internet\x20for\x20insights'});case'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','string':'AI\x20used\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','string':'AI\x20used\x20search\x20and\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR','string':'Ask\x20AI\x20anything...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH','string':'Ask\x20AI\x20anything\x20(web\x20search\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING','string':'Ask\x20AI\x20anything\x20(reasoning\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING','string':'Ask\x20AI\x20anything\x20(web\x20search\x20and\x20reasoning\x20enabled)...'});case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT','string':'Preview','plural':'Preview'},_0xafb028);case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP','string':'Show\x20change\x20in\x20the\x20document','plural':'Show\x20changes\x20in\x20the\x20document'},_0xafb028);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION','string':'Suggest','plural':'Suggest'},_0xafb028);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP','string':'Insert\x20change\x20as\x20suggestion','plural':'Insert\x20changes\x20as\x20suggestions'},_0xafb028);case'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL','string':'Apply','plural':'Apply\x20all'},_0xafb028);case'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP','string':'Apply\x20changes\x20immediately','plural':'Apply\x20all\x20changes\x20immediately'},_0xafb028);case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0xafb028);case'AI_CHAT_MODEL_SELECTOR_GROUP':return t({'id':'AI_CHAT_MODEL_SELECTOR_GROUP','string':'Models'});case'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP','string':'Select\x20a\x20model'});case'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP','string':'Start\x20a\x20new\x20conversation\x20to\x20change\x20the\x20model'});case'AI_CHAT_CAPABILITIES_YES':return t({'id':'AI_CHAT_CAPABILITIES_YES','string':'Yes'});case'AI_CHAT_CAPABILITIES_NO':return t({'id':'AI_CHAT_CAPABILITIES_NO','string':'No'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT','string':'The\x20selected\x20model\x20is\x20no\x20longer\x20available,\x20so\x20you\x20cannot\x20continue\x20this\x20conversation.\x20Please\x20'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON','string':'start\x20a\x20new\x20one.'});case'AI_CHAT_CONTEXT_SOURCES_LABEL':return t({'id':'AI_CHAT_CONTEXT_SOURCES_LABEL','string':'Sources'});case'AI_CHAT_HISTORY_HEADING':return t({'id':'AI_CHAT_HISTORY_HEADING','string':'Chat\x20History'});case'AI_CHAT_HISTORY_SEARCH_LABEL':return t({'id':'AI_CHAT_HISTORY_SEARCH_LABEL','string':'Search\x20history'});case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY','string':'No\x20chats\x20were\x20found\x20matching\x20\x22%0\x22.'},_0xafb028);case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY','string':'Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.'});case'AI_CHAT_HISTORY_EMPTY_MESSAGE':return t({'id':'AI_CHAT_HISTORY_EMPTY_MESSAGE','string':'Your\x20chat\x20history\x20for\x20current\x20document\x20will\x20appear\x20here.'});case'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON':return t({'id':'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON','string':'Go\x20to\x20chat'});case'AI_CHAT_HISTORY_PIN_BUTTON':return t({'id':'AI_CHAT_HISTORY_PIN_BUTTON','string':'Pin'});case'AI_CHAT_HISTORY_SHOW_MORE_ITEMS':return t({'id':'AI_CHAT_HISTORY_SHOW_MORE_ITEMS','string':'Show\x20more\x20items'});case'AI_CHAT_HISTORY_EDIT_NAME':return t({'id':'AI_CHAT_HISTORY_EDIT_NAME','string':'Edit\x20name'});case'AI_CHAT_HISTORY_REMOVE':return t({'id':'AI_CHAT_HISTORY_REMOVE','string':'Remove'});case'AI_CHAT_HISTORY_REMOVE_CONFIRM':return t({'id':'AI_CHAT_HISTORY_REMOVE_CONFIRM','string':'Do\x20you\x20want\x20to\x20remove\x20this\x20chat?'});case'AI_CHAT_HISTORY_ACCEPT':return t({'id':'AI_CHAT_HISTORY_ACCEPT','string':'Accept'});case'AI_CHAT_HISTORY_CANCEL':return t({'id':'AI_CHAT_HISTORY_CANCEL','string':'Cancel'});case'AI_CHAT_HISTORY_LOADING_REMOVING':return t({'id':'AI_CHAT_HISTORY_LOADING_REMOVING','string':'Removing\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_RENAMING':return t({'id':'AI_CHAT_HISTORY_LOADING_RENAMING','string':'Renaming\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_PINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_PINNING','string':'Pinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_UNPINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_UNPINNING','string':'Unpinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_CATEGORY_PINNED':return t({'id':'AI_CHAT_HISTORY_CATEGORY_PINNED','string':'Pinned'});case'AI_CHAT_HISTORY_CATEGORY_TODAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_TODAY','string':'Today'});case'AI_CHAT_HISTORY_CATEGORY_YESTERDAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_YESTERDAY','string':'Yesterday'});case'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS','string':'Last\x2014\x20days'});case'AI_CHAT_HISTORY_CATEGORY_LATER':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LATER','string':'Later'});case'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE','string':'Failed\x20to\x20change\x20the\x20\x22%0\x22\x20chat\x20name.\x20Please\x20try\x20again\x20later.'},_0xafb028);case'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED','string':'Failed\x20to\x20%0\x20the\x20\x22%1\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0xafb028);case'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM':return t({'id':'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM','string':'Failed\x20to\x20delete\x20the\x20\x22%0\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0xafb028);case'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS':return t({'id':'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS','string':'Failed\x20to\x20load\x20the\x20chat\x20history.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_ERROR_GENERIC':return t({'id':'AI_CHAT_HISTORY_ERROR_GENERIC','string':'Something\x20went\x20wrong.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_PIN_ACTION':return t({'id':'AI_CHAT_HISTORY_PIN_ACTION','string':'pin'});case'AI_CHAT_HISTORY_UNPIN_ACTION':return t({'id':'AI_CHAT_HISTORY_UNPIN_ACTION','string':'unpin'});case'AI_BALLOON_HEADER_TITLE':return t({'id':'AI_BALLOON_HEADER_TITLE','string':'Change\x20%0'},_0xafb028);case'AI_BALLOON_APPLY_BUTTON':return t({'id':'AI_BALLOON_APPLY_BUTTON','string':'Apply'});case'AI_BALLOON_SUGGEST_BUTTON':return t({'id':'AI_BALLOON_SUGGEST_BUTTON','string':'Suggest'});case'AI_BALLOON_NEXT_TOOLTIP':return t({'id':'AI_BALLOON_NEXT_TOOLTIP','string':'Next'});case'AI_BALLOON_PREVIOUS_TOOLTIP':return t({'id':'AI_BALLOON_PREVIOUS_TOOLTIP','string':'Previous'});case'AI_SUGGESTION_NO_PARTS_WARNING':return t({'id':'AI_SUGGESTION_NO_PARTS_WARNING','string':'This\x20change\x20is\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_SUGGESTION_EMPTY_PART_WARNING':return t({'id':'AI_SUGGESTION_EMPTY_PART_WARNING','string':'Some\x20of\x20the\x20changes\x20are\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_ACTIONS_TRY_AGAIN':return t({'id':'AI_ACTIONS_TRY_AGAIN','string':'Retry'});case'AI_ACTIONS_PREVIOUS_INTERACTION':return t({'id':'AI_ACTIONS_PREVIOUS_INTERACTION','string':'Previous'});case'AI_ACTIONS_NEXT_INTERACTION':return t({'id':'AI_ACTIONS_NEXT_INTERACTION','string':'Next'});case'AI_MODEL_NAME_AUTO':return t({'id':'AI_MODEL_NAME_AUTO','string':'Auto'});case'AI_MODEL_DESCRIPTION_AUTO':return t({'id':'AI_MODEL_DESCRIPTION_AUTO','string':'Automatically\x20selects\x20best\x20model\x20for\x20speed,\x20quality,\x20and\x20cost.'});case'AI_MODEL_DESCRIPTION_GPT-5':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5','string':'OpenAI\x27s\x20flagship\x20model\x20for\x20advanced\x20reasoning,\x20creativity,\x20and\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_GPT-5-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5-MINI','string':'A\x20lightweight\x20version\x20of\x20GPT-5\x20-\x20faster,\x20more\x20cost-efficient'});case'AI_MODEL_DESCRIPTION_GPT-4.1':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1','string':'OpenAI\x27s\x20model\x20for\x20reliable\x20reasoning,\x20speed,\x20and\x20versatility'});case'AI_MODEL_DESCRIPTION_GPT-4.1-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1-MINI','string':'A\x20lighter\x20variant\x20of\x20GPT-4.1\x20that\x20balances\x20speed\x20and\x20cost\x20while\x20maintaining\x20solid\x20accuracy'});case'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU','string':'Anthropic\x27s\x20fast,\x20cost-efficient\x20model\x20for\x20simpler\x20tasks'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-5-HAIKU':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-5-HAIKU','string':'Cost-efficient\x20model\x20for\x20quick\x20interactions\x20with\x20improved\x20reasoning'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET','string':'Advanced\x20model\x20with\x20strong\x20reasoning\x20and\x20reliability\x20for\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-5-SONNET':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-5-SONNET','string':'Advanced\x20model\x20with\x20improved\x20creativity,\x20reliability,\x20and\x20reasoning'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO','string':'Google\x27s\x20advanced\x20model\x20for\x20versatile\x20problem-solving\x20and\x20research'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH','string':'Lightweight\x20Gemini\x20model\x20for\x20fast,\x20cost-efficient\x20interactions'});case'AI_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_ASK_AI':return t({'id':'AI_QUICK_ACTIONS_ASK_AI','string':'Ask\x20AI'});case'AI_QUICK_ACTIONS_CHAT_COMMANDS':return t({'id':'AI_QUICK_ACTIONS_CHAT_COMMANDS','string':'Chat\x20commands'});case'AI_QUICK_ACTIONS_IMPROVE_WRITING':return t({'id':'AI_QUICK_ACTIONS_IMPROVE_WRITING','string':'Improve\x20writing'});case'AI_QUICK_ACTIONS_CONTINUE_WRITING':return t({'id':'AI_QUICK_ACTIONS_CONTINUE_WRITING','string':'Continue\x20writing'});case'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING':return t({'id':'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','string':'Fix\x20grammar\x20&\x20spelling'});case'AI_QUICK_ACTIONS_ADJUST_LENGTH':return t({'id':'AI_QUICK_ACTIONS_ADJUST_LENGTH','string':'Adjust\x20length'});case'AI_QUICK_ACTIONS_CHANGE_TONE':return t({'id':'AI_QUICK_ACTIONS_CHANGE_TONE','string':'Change\x20tone'});case'AI_QUICK_ACTIONS_TRANSLATE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE','string':'Translate'});case'AI_QUICK_ACTIONS_EXPLAIN':return t({'id':'AI_QUICK_ACTIONS_EXPLAIN','string':'Explain'});case'AI_QUICK_ACTIONS_SUMMARIZE':return t({'id':'AI_QUICK_ACTIONS_SUMMARIZE','string':'Summarize'});case'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS':return t({'id':'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','string':'Highlight\x20key\x20points'});case'AI_QUICK_ACTIONS_MAKE_SHORTER':return t({'id':'AI_QUICK_ACTIONS_MAKE_SHORTER','string':'Make\x20shorter'});case'AI_QUICK_ACTIONS_MAKE_LONGER':return t({'id':'AI_QUICK_ACTIONS_MAKE_LONGER','string':'Make\x20longer'});case'AI_QUICK_ACTIONS_MORE_CASUAL':return t({'id':'AI_QUICK_ACTIONS_MORE_CASUAL','string':'More\x20casual'});case'AI_QUICK_ACTIONS_MORE_DIRECT':return t({'id':'AI_QUICK_ACTIONS_MORE_DIRECT','string':'More\x20direct'});case'AI_QUICK_ACTIONS_MORE_FRIENDLY':return t({'id':'AI_QUICK_ACTIONS_MORE_FRIENDLY','string':'More\x20friendly'});case'AI_QUICK_ACTIONS_MORE_CONFIDENT':return t({'id':'AI_QUICK_ACTIONS_MORE_CONFIDENT','string':'More\x20confident'});case'AI_QUICK_ACTIONS_MORE_PROFESSIONAL':return t({'id':'AI_QUICK_ACTIONS_MORE_PROFESSIONAL','string':'More\x20professional'});case'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT':return t({'id':'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT','string':'Adjust\x20based\x20on\x20the\x20rest\x20of\x20the\x20document'});case'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','string':'English'});case'AI_QUICK_ACTIONS_TRANSLATE_CHINESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_QUICK_ACTIONS_TRANSLATE_FRENCH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_FRENCH','string':'French'});case'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','string':'Japanese'});case'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','string':'Portuguese'});case'AI_QUICK_ACTIONS_TRANSLATE_KOREAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_KOREAN','string':'Korean'});case'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','string':'Italian'});case'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','string':'Russian'});case'AI_QUICK_ACTIONS_TRANSLATE_SPANISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_SPANISH','string':'Spanish'});case'AI_QUICK_ACTIONS_TRANSLATE_GERMAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_GERMAN','string':'German'});case'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','string':'%0\x20plugin\x20is\x20required\x20but\x20not\x20found.'},_0xafb028);case'AI_QUICK_ACTIONS_OTHER':return t({'id':'AI_QUICK_ACTIONS_OTHER','string':'Other'});case'AI_ACTIONS_GENERIC_ERROR':return t({'id':'AI_ACTIONS_GENERIC_ERROR','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20response.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_ACTIONS_SELECTION_REMOVED_ERROR':return t({'id':'AI_ACTIONS_SELECTION_REMOVED_ERROR','string':'Changes\x20cannot\x20be\x20applied.\x20The\x20original\x20content\x20no\x20longer\x20exists.'});case'AI_REVIEW_MODE_STOP_GENERATING':return t({'id':'AI_REVIEW_MODE_STOP_GENERATING','string':'Stop\x20generating'});case'AI_REVIEW_MODE_HIDE_CHANGES':return t({'id':'AI_REVIEW_MODE_HIDE_CHANGES','string':'Hide\x20changes'});case'AI_REVIEW_MODE_SHOW_CHANGES':return t({'id':'AI_REVIEW_MODE_SHOW_CHANGES','string':'Show\x20changes'});case'AI_REVIEW_MODE_ACCEPT_ALL':return t({'id':'AI_REVIEW_MODE_ACCEPT_ALL','string':'Accept\x20all'});case'AI_REVIEW_MODE_EXIT_REVIEW':return t({'id':'AI_REVIEW_MODE_EXIT_REVIEW','string':'Exit\x20review'});case'AI_REVIEW_MODE_ACCEPT_CHANGE':return t({'id':'AI_REVIEW_MODE_ACCEPT_CHANGE','string':'Accept'});case'AI_REVIEW_MODE_DISMISS_CHANGE':return t({'id':'AI_REVIEW_MODE_DISMISS_CHANGE','string':'Dismiss'});case'AI_REVIEW_MODE_LEARN_MORE':return t({'id':'AI_REVIEW_MODE_LEARN_MORE','string':'Learn\x20more'});case'AI_REVIEW_MODE_COMPLETED_TEXT':return t({'id':'AI_REVIEW_MODE_COMPLETED_TEXT','string':'There\x27s\x20nothing\x20left\x20to\x20review.'});case'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT':return t({'id':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20changes\x20to\x20suggest.'});case'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','string':'Finish\x20Review'});case'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','string':'Review\x20complete.\x20Finish\x20when\x20ready.'});case'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20whole\x20review\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE','string':'Not\x20everything\x20went\x20through,\x20but\x20the\x20completed\x20items\x20are\x20listed\x20below.'});case'AI_REVIEW_MODE':return t({'id':'AI_REVIEW_MODE','string':'Review'});case'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR':return t({'id':'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR','string':'Prompt\x20must\x20not\x20be\x20empty'});case'AI_REVIEW_CHECK_CUSTOM_TITLE':return t({'id':'AI_REVIEW_CHECK_CUSTOM_TITLE','string':'Custom\x20command'});case'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION','string':'Enter\x20a\x20custom\x20command\x20for\x20a\x20specific\x20review.'});case'AI_REVIEW_CHECK_CORRECTNESS_TITLE':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_TITLE','string':'Proofread'});case'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION','string':'Check\x20the\x20text\x20for\x20errors\x20in\x20grammar,\x20spelling,\x20and\x20punctuation.'});case'AI_REVIEW_CHECK_CLARITY_TITLE':return t({'id':'AI_REVIEW_CHECK_CLARITY_TITLE','string':'Improve\x20clarity'});case'AI_REVIEW_CHECK_CLARITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CLARITY_DESCRIPTION','string':'Improve\x20the\x20logical\x20structure\x20and\x20precision\x20for\x20clearer\x20message.'});case'AI_REVIEW_CHECK_READABILITY_TITLE':return t({'id':'AI_REVIEW_CHECK_READABILITY_TITLE','string':'Improve\x20readability'});case'AI_REVIEW_CHECK_READABILITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_READABILITY_DESCRIPTION','string':'Adjust\x20sentence\x20structure\x20and\x20word\x20choice\x20for\x20an\x20easier\x20read.'});case'AI_REVIEW_CHECK_MAKE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TITLE','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_DESCRIPTION','string':'Shorten\x20or\x20lengthen\x20the\x20text\x20as\x20needed.'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER','string':'Longer'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER','string':'Shorter'});case'AI_REVIEW_CHECK_MAKE_TONE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_TITLE','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION','string':'Modify\x20the\x20text\x20to\x20a\x20desired\x20tone\x20and\x20style.'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL','string':'Casual'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT','string':'Direct'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY','string':'Friendly'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT','string':'Confident'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL','string':'Professional'});case'AI_REVIEW_CHECK_TRANSLATE_TITLE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_TITLE','string':'Translate'});case'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION','string':'Translate\x20the\x20text\x20into\x20another\x20language.'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL','string':'Select\x20language'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH','string':'English'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH','string':'Spanish'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH','string':'French'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN','string':'German'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE','string':'Japanese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN','string':'Russian'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE','string':'Portuguese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN','string':'Korean'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN','string':'Italian'});case'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','string':'Accepted'});case'AI_REVIEW_MODE_CHECK_STATUS_REJECTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_REJECTED','string':'Dismissed'});case'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','string':'Outdated'});case'AI_TOGGLE_BUTTON_LABEL':return t({'id':'AI_TOGGLE_BUTTON_LABEL','string':'AI'});default:return _0x5ac55d;}}function Cs(_0x43d349,_0x3413a8){const _0x1e567a=new _0x14ee0a(_0x43d349),_0x5a68ba=C(_0x43d349,'AI_TABS_LABEL_MINIMIZE'),_0x103c80=C(_0x43d349,'AI_TABS_LABEL_MAXIMIZE');return _0x1e567a['set']({'withText':!0x1,'icon':_0x2e7c4e,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20ck-ai-button-tertiary-text'}),_0x1e567a['bind']('label')['to'](_0x3413a8,'isMaximized',_0x3643ba=>_0x3643ba?_0x5a68ba:_0x103c80),_0x1e567a['bind']('icon')['to'](_0x3413a8,'isMaximized',_0x38de5a=>_0x38de5a?to:_0x2e7c4e),_0x1e567a['bind']('isOn')['to'](_0x3413a8,'isMaximized'),_0x1e567a['on']('execute',()=>{_0x3413a8['fire']('resizeTabs');}),_0x1e567a;}function Ye(_0x4ca1de){return _0x2817be(_0x4ca1de);}function ut(_0x4555e3){return _0xec369b(_0x4555e3);}function ft(_0x487375,_0xd98b6c,_0xfb0d8a){const _0x1da462=null!==_0xd98b6c?_0x43c2ca=>_0x43c2ca['attribs'][_0x487375]===_0xd98b6c:_0x508175=>Boolean(_0x508175['attribs'][_0x487375]);return gt(_0xe6126d=>_0x41757a(_0xe6126d)&&_0x1da462(_0xe6126d),_0xfb0d8a);}function Be(_0x56055e,_0x44b0c2,_0xaba9ed){const _0x18df7f=null!==_0x44b0c2?_0xd32ec0=>_0xd32ec0['attribs'][_0x56055e]===_0x44b0c2:_0x5e6ec0=>Boolean(_0x5e6ec0['attribs'][_0x56055e]);return _0x23a287(_0xca1a0a=>_0x41757a(_0xca1a0a)&&_0x18df7f(_0xca1a0a),_0xaba9ed);}function pt(_0x1991af,_0x2a6b3c){return _0x1991af&&_0x41757a(_0x1991af)?_0x1991af['attribs'][_0x2a6b3c]:null;}function Qe(_0x43e6d9,_0x323295,_0x3143d8){_0x41757a(_0x43e6d9)&&(null===_0x3143d8?delete _0x43e6d9['attribs'][_0x323295]:_0x43e6d9['attribs'][_0x323295]=_0x3143d8);}function ze(_0x2cc288,_0x4d0fd4,_0xcb9e27){const _0x1431d4=_0x4d0fd4['cloneNode'](!0x0);'beforebegin'===_0xcb9e27?_0x53ea51(_0x2cc288,_0x1431d4):'afterbegin'===_0xcb9e27?_0x51c386(_0x2cc288,_0x1431d4):'beforeend'===_0xcb9e27?_0x54c92e(_0x2cc288,_0x1431d4):'afterend'===_0xcb9e27&&_0x2b81f1(_0x2cc288,_0x1431d4);}function Ae(_0x1aaecd){const _0x55cc1f=[];let _0x30bab1=_0x1aaecd;for(;_0x30bab1;)_0x30bab1=_0xb3e946(_0x30bab1),_0x30bab1&&_0x55cc1f['push'](_0x30bab1);return _0x55cc1f;}function Jn(_0x59bc75){return _0x59bc75['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Ze(_0x1924d3){let _0x548e07=0x0;for(;_0x1924d3['parentNode'];)_0x1924d3=_0x1924d3['parentNode'],_0x548e07++;return _0x548e07;}function Is(_0x15d8cc){const _0x43d17c=[];let _0x22a61a=_0x15d8cc['nextSibling'];for(;_0x22a61a;)_0x43d17c['push'](_0x22a61a),_0x22a61a=_0x22a61a['nextSibling'];_0x43d17c['forEach'](_0x1483d1=>{_0x33c6d9(_0x1483d1);});}class Oe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
|
|
26
|
-
_0x4572ab(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x5dec53){super(),this['_generateUid']=_0x5dec53||_0x223274;}['merge'](_0x5651a7,_0x1ab9d8,_0x58cc19){const _0x1dbaa5=_0x5651a7['cloneNode'](!0x0);if(0x0===_0x1ab9d8['childNodes']['length']){const _0x443d60=[];return Be('data-id','new-element',_0x1dbaa5)['forEach'](_0x404c07=>{const _0x49f5b8=this['_generateUid']();Qe(_0x404c07,'data-id',_0x49f5b8),_0x443d60['push'](_0x49f5b8);}),this['_removeSpecialComments'](_0x1dbaa5),{'parsedContent':_0x1dbaa5,'newNodeIds':_0x443d60,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x58cc19&&_0x58cc19['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x1dbaa5),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(Be('data-id',null,_0x1ab9d8)['map'](_0xa606fd=>pt(_0xa606fd,'data-id'))['filter'](_0x102b7d=>!!_0x102b7d));let _0x37fc13=-0x1,_0x12e09c=!0x1;const _0xdb1d36=_0x1dbaa5['childNodes'],_0x1fba2a=Array['from'](_0xdb1d36)['filter'](_0x1f78a5=>!(0x3===_0x1f78a5['nodeType']&&''===ut(_0x1f78a5)['trim']())),_0x43a782=_0x1fba2a['length'];for(let _0x24e5f5=0x0;_0x24e5f5<_0x43a782;_0x24e5f5++){const _0x4d5de3=_0x1fba2a[_0x24e5f5],_0x5e01d8=_0x1fba2a[_0x24e5f5+0x1];if(this['_isNewNode'](_0x4d5de3)){if(-0x1===_0x37fc13&&(_0x37fc13=_0x24e5f5),this['_markWrappedElements'](_0x4d5de3),!this['_isNewNode'](_0x5e01d8)){const [_0x42269f,_0x4461ac]=this['_findReferenceNode'](_0x4d5de3,_0x12e09c,_0x1ab9d8);if(_0x42269f){const _0x3f4feb=Array['from'](_0x1fba2a)['slice'](_0x37fc13,_0x24e5f5+0x1);this['_insertNodes'](_0x42269f,_0x3f4feb,_0x4461ac),_0x37fc13=-0x1;}}}else{if(this['_isExistingContentComment'](_0x4d5de3))_0x12e09c=!0x0;else{if(this['_isExistingNode'](_0x4d5de3)){const _0x290eaa=pt(_0x4d5de3,'data-id');if(_0x290eaa&&this['_existingDataIds']['has'](_0x290eaa)){const _0x1cd6f8=ft('data-id',_0x290eaa,_0x1ab9d8);this['_replaceNode'](_0x1cd6f8,_0x4d5de3);}if(this['_touchedNodesState']['removedIds']['includes'](_0x290eaa)){const _0x48fe3f=this['_touchedNodesState']['removedIds']['indexOf'](_0x290eaa);this['_touchedNodesState']['removedIds']['splice'](_0x48fe3f,0x1);}}else{if(this['_isDelNode'](_0x4d5de3)){const _0x4f13c0=pt(_0x4d5de3,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x4f13c0)||this['_storeDeletedElementIds'](_0x4d5de3);}}}}}for(const _0x59c4e4 of this['_touchedNodesState']['removedIds']){const _0x18902d=ft('data-id',_0x59c4e4,_0x1ab9d8);if(_0x18902d){if(_0x58cc19&&_0x58cc19['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x59c4e4;const _0x1bf9a4=_0x58cc19['replaceRemovedWith']['cloneNode'](!0x0);Qe(_0x1bf9a4,'data-id',_0x59c4e4),Qe(_0x1bf9a4,'data-removed','true'),_0x173cd4(_0x18902d,_0x1bf9a4);}else _0x33c6d9(_0x18902d);}}if(Be('data-wrapped-id',null,_0x1ab9d8)['forEach'](_0x36588c=>{const _0x31da1e=ft('data-id',pt(_0x36588c,'data-wrapped-id'),_0x1ab9d8);var _0xd66e82,_0x62b597;_0x31da1e&&(_0x62b597=_0x36588c,_0x33c6d9(_0xd66e82=_0x31da1e),_0x173cd4(_0x62b597,_0xd66e82));}),Be('data-id','new-element',_0x1ab9d8)['forEach'](_0x3a764c=>{const _0x52eaa0=this['_getUid'](_0x3a764c);Qe(_0x3a764c,'data-id',_0x52eaa0),this['_touchedNodesState']['newIds']['push'](_0x52eaa0);}),this['_removeSpecialComments'](_0x1ab9d8),_0x58cc19&&_0x58cc19['markUnstableElements']&&this['_markUnstableElements'](_0x1ab9d8,_0x58cc19['markUnstableElementsDepth']||0x0),_0x58cc19&&_0x58cc19['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x59c29b=ft('data-id',this['_touchedNodesState']['lastTouchedId'],_0x1ab9d8);for(;_0x59c29b;)Is(_0x59c29b),_0x59c29b=_0x59c29b['parentNode'];}return{'parsedContent':_0x1ab9d8,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0xddd4f1,_0x35a86c,_0x3a7554){for(const _0x3eedc0 of _0x35a86c){const _0x51662a=this['_getUid'](_0x3eedc0);Qe(_0x3eedc0,'data-id',_0x51662a),this['_touchedNodesState']['newIds']['push'](_0x51662a),this['_touchedNodesState']['lastTouchedId']=_0x51662a;}const _0x3d128c='afterbegin'===_0x3a7554||'afterend'===_0x3a7554?_0x35a86c['reverse']():_0x35a86c;for(const _0x549b2e of _0x3d128c)ze(_0xddd4f1,_0x549b2e,_0x3a7554);}['_replaceNode'](_0x5a19ac,_0x1c3781){if(!_0x5a19ac)return;if(_0x3ca5c5=_0x1c3781,Jn(ut(_0x5a19ac))===Jn(ut(_0x3ca5c5)))return;var _0x3ca5c5;const _0x56df65=this['_getUid'](_0x5a19ac);Qe(_0x1c3781,'data-id',_0x56df65),this['_touchedNodesState']['modifiedIds']['push'](_0x56df65),this['_touchedNodesState']['lastTouchedId']=_0x56df65,_0x173cd4(_0x5a19ac,_0x1c3781['cloneNode'](!0x0));}['_findReferenceNode'](_0x129490,_0x17c2d8,_0x1846a4){const _0x406394=this['_findPrevElementWithDataId'](_0x129490,!0x1);if(_0x406394){const _0x975e82=this['_getNodeDataId'](_0x406394),_0x2f06c0=ft('data-id',_0x975e82,_0x1846a4);if(_0x2f06c0)return[_0x2f06c0,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x975e82);}const _0x167e88=this['_findNextElementWithDataId'](_0x129490,!0x1);if(_0x167e88){const _0x5695e1=this['_getNodeDataId'](_0x167e88),_0xdb82ea=ft('data-id',_0x5695e1,_0x1846a4);if(_0xdb82ea)return[_0xdb82ea,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x5695e1);}return _0x17c2d8?_0x129490['nextSibling']?this['_findFallbackReferenceNode'](_0x129490,_0x1846a4):[_0x1846a4['childNodes'][_0x1846a4['childNodes']['length']-0x1],'afterend']:[_0x1846a4['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x114241,_0x4a0769){const _0x4e6323=[],_0x377def=this['_findPrevElementWithDataId'](_0x114241,!0x0);if(_0x377def){const _0x6c29c6=ft('data-id',this['_getNodeDataId'](_0x377def),_0x4a0769);_0x6c29c6&&_0x4e6323['push']([_0x6c29c6,'afterend']);}const _0x29ffd0=this['_findNextElementWithDataId'](_0x114241,!0x0);if(_0x29ffd0){const _0x5b67ee=ft('data-id',this['_getNodeDataId'](_0x29ffd0),_0x4a0769);_0x5b67ee&&_0x4e6323['push']([_0x5b67ee,'beforebegin']);}if(_0x4e6323['length']>0x1)return Ze(_0x4e6323[0x0][0x0])<=Ze(_0x4e6323[0x1][0x0])?_0x4e6323[0x0]:_0x4e6323[0x1];return 0x1===_0x4e6323['length']?_0x4e6323[0x0]:[_0x4a0769['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x587197,_0x3d0967){let _0x32ecbf=_0x587197['nextSibling'],_0x1af09f=null,_0x9ede4c=!0x1;for(;_0x32ecbf;){if(_0x5581e1(_0x32ecbf)){if(this['_isDelNode'](_0x32ecbf)&&(_0x1af09f=_0x32ecbf),this['_isExistingContentComment'](_0x32ecbf)&&_0x3d0967&&!_0x9ede4c){_0x9ede4c=!0x0,_0x32ecbf=_0x32ecbf['nextSibling'];continue;}break;}const _0x6dc487=pt(_0x32ecbf,'data-id');if(_0x6dc487&&'new-element'!==_0x6dc487&&this['_existingDataIds']['has'](_0x6dc487)){_0x1af09f=_0x32ecbf;break;}_0x32ecbf=_0x32ecbf['nextSibling'];}return _0x1af09f;}['_findPrevElementWithDataId'](_0x1596ea,_0xf9f2f6){let _0x222e84=_0x1596ea['previousSibling'],_0x51182c=null,_0x2b81bf=!0x1;for(;_0x222e84;){if(_0x5581e1(_0x222e84)){if(this['_isDelNode'](_0x222e84)&&(_0x51182c=_0x222e84),this['_isExistingContentComment'](_0x222e84)&&_0xf9f2f6&&!_0x2b81bf){_0x2b81bf=!0x0,_0x222e84=_0x222e84['previousSibling'];continue;}break;}const _0xee7392=pt(_0x222e84,'data-id');if(_0xee7392&&'new-element'!==_0xee7392&&this['_existingDataIds']['has'](_0xee7392)){_0x51182c=_0x222e84;break;}_0x222e84=_0x222e84['previousSibling'];}return _0x51182c;}['_markWrappedElements'](_0x5c4cd3){_0x41757a(_0x5c4cd3)&&Be('data-id',null,_0x5c4cd3)['forEach'](_0x113a44=>{this['_isExistingNode'](_0x113a44)&&!this['_hasWrappedParent'](_0x113a44)&&(Qe(_0x113a44,'data-wrapped-id',pt(_0x113a44,'data-id')),Qe(_0x113a44,'data-id',null));});}['_getNodeDataId'](_0x1f481c){if(!_0x1f481c)return null;if(_0x41757a(_0x1f481c))return pt(_0x1f481c,'data-id');if(_0x5581e1(_0x1f481c)){const _0x4b67e2=ut(_0x1f481c)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x4b67e2&&_0x4b67e2[0x1])return _0x4b67e2[0x1];}return null;}['_storeDeletedElementIds'](_0x4042a6){if(_0x5581e1(_0x4042a6)){const _0x5afada=ut(_0x4042a6)['match'](/removed[\s*-]data-id="([^"]+)"/);_0x5afada&&_0x5afada[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0x5afada[0x1]);}}['_getUid'](_0x1945ea){return this['_isExistingNode'](_0x1945ea)?pt(_0x1945ea,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x4936f7){(function(_0x4382c6){return _0x3bb1ba(_0x4a7d5d=>_0x5581e1(_0x4a7d5d),_0x4382c6,!0x0,0x1/0x0);}(_0x4936f7)['filter'](_0x498975=>this['_isDelNode'](_0x498975)||this['_isExistingContentComment'](_0x498975))['forEach'](_0x4bc022=>{_0x33c6d9(_0x4bc022);}));}['_markLastTagElementUnstable'](_0x130f8d){const _0x2e4ef0=_0x130f8d['childNodes'],_0x1cc900=_0x2e4ef0[_0x2e4ef0['length']-0x1];_0x1cc900&&_0x41757a(_0x1cc900)&&Qe(_0x1cc900,'data-unstable','true');}['_markUnstableElements'](_0x4ac0,_0x3b8bc7){const _0x407670=ft('data-unstable','true',_0x4ac0);if(!_0x407670)return;const _0x5be2d9=Ae(_0x407670)['slice'](0x0,-0x1),_0x5182fa=_0x5be2d9['length'];let _0x3a4a0a=_0x407670;if(_0x5182fa>_0x3b8bc7){let _0x2f45fd=_0x5182fa,_0x4c148f=null;for(;_0x2f45fd>_0x3b8bc7&&_0x2f45fd>=0x0;)_0x2f45fd--,_0x4c148f=_0x5be2d9[_0x2f45fd];_0x4c148f&&(_0x3a4a0a=_0x4c148f,Qe(_0x407670,'data-unstable',null),Qe(_0x4c148f,'data-unstable','true'));}else{if(_0x5182fa<_0x3b8bc7){let _0x4019b4=_0x5182fa,_0x1a517e=_0x407670;for(;_0x4019b4<_0x3b8bc7;){const _0x1e7505=_0x1a517e['childNodes']['filter'](_0x4aa731=>_0x41757a(_0x4aa731));if(0x0===_0x1e7505['length'])break;_0x4019b4++,_0x1a517e=_0x1e7505[_0x1e7505['length']-0x1];}_0x1a517e&&(_0x3a4a0a=_0x1a517e,Qe(_0x407670,'data-unstable',null),Qe(_0x1a517e,'data-unstable','true'));}}let _0x110721=_0x3a4a0a;for(;_0x110721;){for(;_0x110721['nextSibling'];)_0x110721=_0x110721['nextSibling'],_0x41757a(_0x110721)&&Qe(_0x110721,'data-unstable','true');_0x110721=_0x110721['parentNode'];}}['_isNewNode'](_0x363935){return Boolean('new-element'===pt(_0x363935,'data-id'));}['_isExistingNode'](_0x3ebe46){return Boolean((pt(_0x3ebe46,'data-id')||'')['length']>0x0&&'new-element'!==pt(_0x3ebe46,'data-id'));}['_isDelNode'](_0x3e0fc9){return!!_0x3e0fc9&&Boolean(_0x5581e1(_0x3e0fc9)&&ut(_0x3e0fc9)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x1a8edb){let _0x42b23d=_0x1a8edb['parentNode'];for(;_0x42b23d;){if(pt(_0x42b23d,'data-wrapped-id'))return!0x0;_0x42b23d=_0x42b23d['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x37bc88){return Boolean(_0x5581e1(_0x37bc88)&&ut(_0x37bc88)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function y({editor:_0x24a2ad,changeGroups:_0x31474f,documentContextContent:_0x3405e7,showDiff:_0x3a80a4,trimUnchanged:_0x56a39d=!0x0}){return _0x31474f['map'](_0x48d3e6=>{const _0x38bd01=new mt([]),_0x14bc6d=new mt([]);for(const _0x21ad09 of _0x48d3e6['changes'])if(_0x3a80a4&&'removed'==_0x21ad09['type']||_0x14bc6d['children']['push'](_0x21ad09['node']['cloneNode'](!0x0)),'new'!=_0x21ad09['type']&&(_0x3a80a4||'removed'!=_0x21ad09['type'])){const _0x529b3d=gt(_0x206fc7=>pt(_0x206fc7,'data-id')==_0x21ad09['id'],_0x3405e7,!0x0);_0x529b3d&&_0x38bd01['children']['push'](_0x529b3d['cloneNode'](!0x0));}const {content:_0x125b98,hasChanges:_0x26ce35}=function(_0x28750f,_0x25da10,_0x356491,_0x3dfb27,_0x15fe0a=!0x0){const _0x465226=_0x28750f['plugins']['get']('DocumentCompare'),_0x4612a4=ut(_0x25da10),_0x27952d=ut(_0x356491),_0x9e2af8=_0x28750f['data']['parse'](_0x4612a4,'$root'),_0xcde9a3=_0x28750f['model']['createPositionAt'](_0x9e2af8,0x0),_0x585e9d=_0x465226['getDiff'](_0x4612a4,_0x27952d,{'anchor':_0xcde9a3,'markDeletions':_0x3dfb27}),_0x4f897b=_0x585e9d['getOperations']();if(0x0==_0x4f897b['length'])return{'content':_0x25da10['cloneNode'](!0x0),'hasChanges':!0x1};_0x3dfb27?function(_0x238e97,_0x2e5db1,_0x5c47f8){if(0x0==_0x238e97['length'])return;const _0x3d37b9=_0x5c47f8['plugins']['get']('DocumentCompare'),_0x2785f7=_0x5c47f8['plugins']['get']('SuggestionsConversion');_0x5c47f8['model']['change'](_0x2ced09=>{const _0xd0721b=new Set();for(let _0x11bb8d=0x0;_0x11bb8d<_0x238e97['length'];_0x11bb8d++){const _0x4ad7b8=_0x238e97[_0x11bb8d];if(_0x4ad7b8['baseVersion']=null,_0x4ad7b8['isDocumentOperation']=!0x1,_0x3d37b9['isMarkedRemoveOperation'](_0x4ad7b8)){const _0x641127=_0xf3fa2c(_0x4ad7b8['newRange'],_0x5c47f8['model']),_0x202707='suggestion:deletion:'+_0x223274()+':$aiSuggestion';_0x2e5db1['markers']['set'](_0x202707,_0x641127);}else switch(_0x4ad7b8['type']){case'rename':{if(_0x4ad7b8['oldName']==_0x4ad7b8['newName'])break;_0x2ced09['batch']['addOperation'](_0x4ad7b8),_0x5c47f8['model']['applyOperation'](_0x4ad7b8);const _0x34264a='$elementName',_0x5e9c0a=_0x4ad7b8['position'],_0x5e19cf=_0x5c47f8['model']['createRange'](_0x5e9c0a,_0x5c47f8['model']['createPositionAt'](_0x5e9c0a['nodeAfter'],'end')),_0x22a228='suggestion:attribute:'+_0x34264a+':'+_0x223274()+':$aiSuggestion';_0x2e5db1['markers']['set'](_0x22a228,_0x5e19cf);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x4ad7b8['oldValue']==_0x4ad7b8['newValue'])break;_0x2ced09['batch']['addOperation'](_0x4ad7b8),_0x5c47f8['model']['applyOperation'](_0x4ad7b8);const _0x349975=_0x4ad7b8['key'];if(!_0x2785f7['isRegisteredAttribute'](_0x349975))break;const _0x2e94ec=_0xf3fa2c(_0x4ad7b8['range'],_0x5c47f8['model']),_0x1ee536='suggestion:attribute:'+_0x349975+':'+_0x223274()+':$aiSuggestion';_0x2e5db1['markers']['set'](_0x1ee536,_0x2e94ec);break;}case'insert':{_0x2ced09['batch']['addOperation'](_0x4ad7b8),_0x5c47f8['model']['applyOperation'](_0x4ad7b8);if(_0x238e97[_0x11bb8d+0x1]&&'move'==_0x238e97[_0x11bb8d+0x1]['type']){ro(_0x2e5db1,_0x4ad7b8);break;}const _0x5537ed=_0x4ad7b8['position'],_0x2d9e59=_0x4ad7b8['howMany'],_0xa76c2d=_0xf3fa2c(_0x5c47f8['model']['createRange'](_0x5537ed,_0x5537ed['getShiftedBy'](_0x2d9e59)),_0x5c47f8['model']),_0x2375a9='suggestion:insertion:'+_0x223274()+':$aiSuggestion';_0x2e5db1['markers']['set'](_0x2375a9,_0xa76c2d);break;}case'split':{_0x2ced09['batch']['addOperation'](_0x4ad7b8),_0x5c47f8['model']['applyOperation'](_0x4ad7b8);const _0x4327d2=_0x4ad7b8['splitPosition'],_0x57fe49=_0x4ad7b8['moveTargetPosition'],_0x365dff=_0x5c47f8['model']['createRange'](_0x4327d2,_0x57fe49),_0x306998='suggestion:insertion:'+_0x223274()+':$aiSuggestion';_0x2e5db1['markers']['set'](_0x306998,_0x365dff);break;}case'move':{_0x2ced09['batch']['addOperation'](_0x4ad7b8),_0x5c47f8['model']['applyOperation'](_0x4ad7b8),_0x238e97[_0x11bb8d-0x1]&&'insert'==_0x238e97[_0x11bb8d-0x1]['type']&&ro(_0x2e5db1,_0x4ad7b8);const _0x85608e=_0x4ad7b8['getMovedRangeStart'](),_0x4a5560=_0x4ad7b8['howMany'];for(let _0x1e21c0=0x0;_0x1e21c0<_0x4a5560;_0x1e21c0++){const _0x236650=_0x85608e['getShiftedBy'](_0x1e21c0)['nodeAfter'];_0xd0721b['add'](_0x236650);}break;}case'remove':{const _0x44c724=_0x4ad7b8['sourcePosition'],_0x1bfa7e=_0x4ad7b8['howMany'],_0x1c9186=new _0x1609ec(_0x44c724,_0x1bfa7e);_0x2ced09['batch']['addOperation'](_0x1c9186),_0x5c47f8['model']['applyOperation'](_0x1c9186);break;}}}for(const _0x4a24d7 of _0xd0721b){const _0x439bf9=_0x5c47f8['model']['createRangeOn'](_0x4a24d7),_0x5c28ce='suggestion:formatBlock:$fakeWrap:'+_0x223274()+':$aiSuggestion';_0x2e5db1['markers']['set'](_0x5c28ce,_0xf3fa2c(_0x439bf9,_0x5c47f8['model']));}});}(_0x4f897b,_0x9e2af8,_0x28750f):_0x28750f['model']['change'](_0x4c84d0=>{for(const _0x5aafa7 of _0x4f897b)if('remove'==_0x5aafa7['type']){const _0x10fe92=_0x5aafa7['sourcePosition'],_0x4e3bd3=_0x5aafa7['howMany'],_0x4f3177=new _0x1609ec(_0x10fe92,_0x4e3bd3);_0x4c84d0['batch']['addOperation'](_0x4f3177),_0x28750f['model']['applyOperation'](_0x4f3177);}else{if('marker'==_0x5aafa7['type']){const _0x5eab5e=_0x5aafa7['name'],_0x8dd74e=_0x5aafa7['newRange'];_0x9e2af8['markers']['set'](_0x5eab5e,_0x8dd74e);}else _0x5aafa7['baseVersion']=null,_0x5aafa7['isDocumentOperation']=!0x1,_0x4c84d0['batch']['addOperation'](_0x5aafa7),_0x28750f['model']['applyOperation'](_0x5aafa7);}});if(_0x15fe0a){const _0x2f2c04=lt(_0x28750f,_0x4f897b,_0x9e2af8);dt(_0x28750f['model'],_0x2f2c04),function(_0x413495,_0x4c91d4){const _0xa7aad2=_0x4c91d4['getFirstRange']()['start'];let _0x5738c6=_0x4c91d4['getFirstRange']()['end'];const _0x488b9d=_0xa7aad2['root'];(_0x5738c6['textNode']||_0x5738c6['nodeAfter']&&_0x5738c6['nodeAfter']['is']('$text'))&&(_0x5c757f(_0x5738c6,'...'),_0x5738c6=_0x5738c6['getShiftedBy'](0x3)),(_0xa7aad2['textNode']||_0xa7aad2['nodeBefore']&&_0xa7aad2['nodeBefore']['is']('$text'))&&(_0x5c757f(_0xa7aad2,'...'),function(_0x575b21,_0x16735f,_0xca4473){for(let [_0x23d1fe,_0x564877]of _0x575b21['markers']){const _0x5d6e20=_0x564877['_getTransformedByInsertion'](_0x16735f,_0xca4473,!0x1);_0x564877=_0x5d6e20[0x0],_0x575b21['markers']['set'](_0x23d1fe,_0x564877);}}(_0x488b9d,_0xa7aad2,0x3),_0xa7aad2['parent']==_0x5738c6['parent']&&(_0x5738c6=_0x5738c6['getShiftedBy'](0x3)));const _0x5b68dc=_0x413495['createRange'](_0x413495['createPositionAt'](_0x488b9d,0x0),_0xa7aad2),_0x3fe19e=_0x413495['createRange'](_0x5738c6,_0x413495['createPositionAt'](_0x488b9d,'end')),_0x554530=[..._0x5b68dc['getMinimalFlatRanges'](),..._0x3fe19e['getMinimalFlatRanges']()];_0x554530['reverse']();for(const _0x4e7225 of _0x554530)_0x41016b(_0x4e7225),Zn(_0x488b9d,_0x4e7225);}(_0x28750f['model'],_0x2f2c04);}const _0x452a89=_0x28750f['data']['stringify'](_0x9e2af8,{'showSuggestionHighlights':!0x0});return{'content':Ye(_0x452a89),'hasChanges':!0x0};}(_0x24a2ad,_0x38bd01,_0x14bc6d,_0x3a80a4,_0x56a39d);return{'type':_0x48d3e6['changes'][0x0]['type'],'index':_0x48d3e6['index'],'content':_0x125b98,'hasChanges':_0x26ce35};});}function ro(_0x265132,_0x3ae5d9){for(const [_0xc4cebf,_0x1e8db1]of _0x265132['markers']){const _0x49e46a=_0x59485f['_createFromRanges'](_0x1e8db1['getTransformedByOperation'](_0x3ae5d9));_0x265132['markers']['set'](_0xc4cebf,_0x49e46a);}}function lt(_0x4a999d,_0x46a736,_0x4835cf){const _0xc9f90e=_0x4a999d['plugins']['get']('DocumentCompare');let _0x3db96a=_0x4a999d['model']['createPositionAt'](_0x4835cf,Number['POSITIVE_INFINITY']),_0x5bcb9e=_0x4a999d['model']['createPositionAt'](_0x4835cf,0x0);for(const _0xf6d93f of _0x46a736){let _0x2da51c,_0x4704ea;if(_0xc9f90e['isMarkedRemoveOperation'](_0xf6d93f))_0x2da51c=_0xf6d93f['newRange']['start'],_0x4704ea=_0xf6d93f['newRange']['end'];else switch(_0x3db96a=_0x3db96a['getTransformedByOperation'](_0xf6d93f),_0x5bcb9e=_0x5bcb9e['getTransformedByOperation'](_0xf6d93f),_0xf6d93f['type']){case'rename':_0x2da51c=_0xf6d93f['position'],_0x4704ea=_0x2da51c['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x2da51c=_0xf6d93f['range']['start'],_0x4704ea=_0xf6d93f['range']['end'];break;case'insert':_0x2da51c=_0xf6d93f['position'],_0x4704ea=_0x2da51c['getShiftedBy'](_0xf6d93f['howMany']);break;case'split':_0x2da51c=_0xf6d93f['splitPosition'],_0x4704ea=_0xf6d93f['moveTargetPosition'];break;case'merge':{const _0x45c5b2=_0xf6d93f['targetPosition']['path']['slice'](0x0,-0x1);_0x2da51c=_0x4a999d['model']['createPositionFromPath'](_0x4835cf,_0x45c5b2),_0x4704ea=_0x2da51c['getShiftedBy'](0x1);break;}case'remove':{const _0x2af53=_0xf6d93f['howMany'],_0x4bee9b=_0xf6d93f['sourcePosition']['_getTransformedByInsertion'](_0xf6d93f['targetPosition'],_0x2af53),_0x2be519=_0xf6d93f['getMovedRangeStart']();'remove'==_0xf6d93f['type']?(_0x2da51c=_0x4bee9b,_0x4704ea=_0x4bee9b):(_0x2da51c=_0x2be519,_0x4704ea=_0x2be519['getShiftedBy'](_0x2af53));break;}}_0x2da51c&&_0x2da51c['isBefore'](_0x3db96a)&&(_0x3db96a=_0x2da51c['clone'](),_0x3db96a['stickiness']='toNone'),_0x4704ea&&_0x4704ea['isAfter'](_0x5bcb9e)&&(_0x5bcb9e=_0x4704ea['clone'](),_0x5bcb9e['stickiness']='toNone');}return _0x4a999d['model']['createSelection'](_0x4a999d['model']['createRange'](_0x3db96a,_0x5bcb9e));}function dt(_0x10b3be,_0x3da522){so(_0x10b3be,_0x3da522,'forward');const _0xa260a6=_0x3da522['getFirstRange']();_0x3da522['setTo']([]),_0x3da522['setTo'](_0xa260a6,{'backward':!0x0}),so(_0x10b3be,_0x3da522,'backward');}function so(_0x5b8dd4,_0x39f3c5,_0x480295){let _0x35f092=0x14;for(;_0x35f092;){_0x5b8dd4['modifySelection'](_0x39f3c5,{'unit':'word','direction':_0x480295}),_0x35f092--;const _0x53dbf0=_0x39f3c5['focus']['forward'==_0x480295?'nodeBefore':'nodeAfter'];if(_0x53dbf0&&_0x53dbf0['is']('element')&&_0x5b8dd4['schema']['isBlock'](_0x53dbf0)&&_0x5b8dd4['schema']['isObject'](_0x53dbf0))break;}}function Zn(_0x4e0691,_0x25d558){for(const [_0x359bd4,_0x59edde]of _0x4e0691['markers']){const _0x6fbec6=_0x59edde['_getTransformedByDeletion'](_0x25d558['start'],_0x25d558['end']['offset']-_0x25d558['start']['offset']);null!=_0x6fbec6?_0x4e0691['markers']['set'](_0x359bd4,_0x6fbec6):_0x4e0691['markers']['delete'](_0x359bd4);}}const Ur=['modification-delta','text-delta','web-search','reasoning'],Wr=['conversation-title'];class de extends _0x4572ab(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new mt([]);['parsedMergedContent']=new mt([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x517560,content:_0x37e398='',isDone:_0x3e57bc=!0x1,interactionId:_0x207a7b,areActionsDisabled:_0x54056e,documentContextContent:_0x19fd5b,editor:_0x1b9880,id:_0x5c3441}){super(),this['id']=_0x5c3441||_0x223274(),this['interactionId']=_0x207a7b,this['type']=_0x517560,this['areActionsDisabled']=!!_0x54056e,this['editor']=_0x1b9880,this['aiResponseParser']=new Oe(),this['aiResponseApplier']=new Ne(),this['documentContextContent']=Ye(_0x19fd5b||''),this['set']('isDone',_0x3e57bc),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x37e398);}['appendContent'](_0x12a5c0){this['set']('content',this['content']+_0x12a5c0);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x1cb6bb,_0x3bc45a){this['changeGroups'][_0x1cb6bb]['state']=_0x3bc45a,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x1cb6bb,'state':_0x3bc45a});}['getContentParts']({showDiff:_0xf4ad0e,groupIndex:_0x534eda}){if(!this['editor'])throw new _0x29f184('ai-get-editor-from-context-no-editor',null,{'aiReply':this});const _0x104549=this['_getCachedContentParts'](_0xf4ad0e,_0x534eda);if(_0x104549)return _0x104549;let _0x41f001=[];if(void 0x0===_0x534eda)_0x41f001=this['changeGroups'];else{const _0x1a604e=this['changeGroups']['find'](({index:_0x38b661})=>_0x38b661===_0x534eda);if(!_0x1a604e)throw new _0x29f184('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x534eda});_0x41f001=[_0x1a604e];}const _0x318426=y({'editor':this['editor'],'showDiff':_0xf4ad0e,'changeGroups':_0x41f001,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0xf4ad0e,_0x318426),_0x318426;}['_getCachedContentParts'](_0x4eb0e4,_0x30481e){const _0x4915fd=_0x4eb0e4?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x4915fd]['length'])return null;const _0x5ed114=this['cachedSuggestionContentParts'][_0x4915fd];if(void 0x0===_0x30481e)return _0x5e9a78(_0x5ed114);{const _0x3d50f1=_0x5ed114['find'](({index:_0x57700d})=>_0x57700d===_0x30481e);if(_0x3d50f1)return[_0x5e9a78(_0x3d50f1)];}return null;}['_setCachedContentParts'](_0x2e9260,_0x2f7b93){const _0x5e6de1=_0x2e9260?'withDiff':'withoutDiff';_0x2f7b93['forEach'](_0x3f100a=>{const _0x191e70=this['cachedSuggestionContentParts'][_0x5e6de1],_0x5b982d=_0x191e70['find'](({index:_0x241fbf})=>_0x241fbf===_0x3f100a['index']);if(_0x5b982d){const _0x4a907e=_0x191e70['indexOf'](_0x5b982d);_0x191e70['splice'](_0x4a907e,0x1,_0x3f100a);}else _0x191e70['push'](_0x3f100a);});}['onContentChange'](){if('modification-delta'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x47bb13=this['changeGroups'];this['updateChangeGroups']();const _0x325679=this['_getDifferentChangeGroups'](_0x47bb13,this['changeGroups']);(_0x325679['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x325679),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x299a4c,_0xef219){const _0x4571a5=[];for(const _0x5eed2d of _0xef219){const _0x1c506c=_0x299a4c[_0x5eed2d['index']];_0x1c506c?_0x1c506c['changes']['length']!==_0x5eed2d['changes']['length']?_0x4571a5['push'](_0x5eed2d):_0x1c506c['changes']['forEach']((_0x14ce42,_0x2dbbc4)=>{const _0x124523=_0x5eed2d['changes'][_0x2dbbc4];_0x14ce42['id']!==_0x124523['id']&&_0x4571a5['push'](_0x5eed2d);}):_0x4571a5['push'](_0x5eed2d);}return _0x4571a5;}['updateChangeGroups'](){const _0x8aa3aa=new _0x2c5bc4('p',{},[new _0x2c5bc4('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x2e2b16(C(this['editor']['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x145e6e=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x8aa3aa,'cutAfterLastChange':!this['isDone']});if(!_0x145e6e['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x145e6e['parsedContent'];let _0xc1627a=[];if(_0x23a287(_0x388c15=>{const _0xfa379f=pt(_0x388c15,'data-id');if(!_0xfa379f||!_0x3ccbce(_0xfa379f))return!0x1;const _0x4d0447=[_0x388c15,...Ae(_0x388c15)]['at'](-0x2);if(_0x388c15!=_0x4d0447){const _0x100da2=pt(_0x4d0447,'data-id');_0x3ccbce(_0x100da2)||(_0xc1627a['push']({'node':_0x4d0447,'id':_0x100da2,'type':'modified'}),_0x145e6e['modifiedNodeIds']['push'](_0x100da2));}else _0x145e6e['modifiedNodeIds']['includes'](_0xfa379f)?_0xc1627a['push']({'node':_0x388c15,'type':'modified','id':_0xfa379f}):_0x145e6e['newNodeIds']['includes'](_0xfa379f)?_0xc1627a['push']({'node':_0x388c15,'type':'new','id':_0xfa379f,'anchorId':pt(_0x388c15['previousSibling'],'data-id')}):_0xc1627a['push']({'node':_0x388c15,'type':'removed','id':_0xfa379f});return!0x0;},this['parsedMergedContent']),_0xc1627a=_0xc1627a['filter'](({node:_0xc739b5})=>[...Ae(_0xc739b5),_0xc739b5]['every'](_0x49a958=>!pt(_0x49a958,'data-unstable'))),0x0==_0xc1627a['length'])return;const _0x37f52e=[[_0xc1627a[0x0]]];for(let _0x1b250d=0x1;_0x1b250d<_0xc1627a['length'];_0x1b250d++){const _0x12f186=_0x37f52e[_0x37f52e['length']-0x1],_0x36f95f=_0x12f186[_0x12f186['length']-0x1];_0xc1627a[_0x1b250d]['node']['previousSibling']==_0x36f95f['node']&&'modified'!=_0xc1627a[_0x1b250d]['type']&&'modified'!=_0x36f95f['type']?_0x12f186['push'](_0xc1627a[_0x1b250d]):_0x37f52e['push']([_0xc1627a[_0x1b250d]]);}for(const _0x1ae02d of _0x37f52e){const _0x3f189c=_0x1ae02d[0x0],_0x30a61c=_0x1ae02d[_0x1ae02d['length']-0x1],_0x353f4f=_0x24a957(_0x3f189c['node']['previousSibling']);_0x353f4f&&_0x1ae02d['unshift'](_0x353f4f);const _0x5b3767=_0x24a957(_0x30a61c['node']['nextSibling']);_0x5b3767&&_0x1ae02d['push'](_0x5b3767);}function _0x3ccbce(_0x8f06f2){return _0x145e6e['modifiedNodeIds']['includes'](_0x8f06f2)||_0x145e6e['newNodeIds']['includes'](_0x8f06f2)||_0x145e6e['removedNodeIds']['includes'](_0x8f06f2);}function _0x24a957(_0x505195){if(_0x505195&&pt(_0x505195,'data-id')&&!pt(_0x505195,'data-unstable')){const _0x24ae94=pt(_0x505195,'data-id');if(!_0x3ccbce(_0x24ae94))return{'node':_0x505195,'type':'context','id':_0x24ae94};}return null;}this['changeGroups']=_0x37f52e['map']((_0x1305fc,_0xc2c37f)=>({'changes':_0x1305fc,'state':'pending','index':_0xc2c37f}));}}function $i(_0x48358f){return Object['values'](Ur)['includes'](_0x48358f);}function Zi(_0x411e59){return Wr['includes'](_0x411e59);}function Ee(_0x407811){return'conversation-title'===_0x407811;}function Fe(_0x5efebc){return'source'===_0x5efebc;}const Vt=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','error'];class Jt extends _0x135bec(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;constructor({connector:_0x2bd4c6,editor:_0x16ecbe}){super(),this['id']=_0x223274(),this['connector']=_0x2bd4c6,this['isStopped']=!0x0,this['editor']=_0x16ecbe;}async['start'](){let _0x142fa5;const _0x4356f7=[];this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x482328=await this['currentRequest']['getStream']();for await(const _0x2091a9 of _0x482328){if(this['isStopped'])return;if('error'===_0x2091a9['event'])return void this['fire']('error',{'error':new _0x29f184('ai-chat-interaction-error',this)});if('message-metadata'!==_0x2091a9['event']){if('action-metadata'!==_0x2091a9['event']){if(Ee(_0x2091a9['event'])&&this['setConversationTitle'](_0x2091a9['data']['conversationTitle'],!0x0),Fe(_0x2091a9['event']))_0x4356f7['push'](_0x2091a9['data']['source']);else{if($i(_0x2091a9['event'])){if(_0x2091a9['event']!==_0x142fa5){if(_0x142fa5=_0x2091a9['event'],'web-search'===_0x2091a9['event']){this['_isWebSearching']||(this['_isWebSearching']=!0x0,this['fire']('webSearchStarted',this));continue;}if('reasoning'===_0x2091a9['event']){this['_isReasoning']||(this['_isReasoning']=!0x0,this['fire']('reasoningStarted',this));continue;}this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this)),this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this)),this['currentReply']&&this['currentReply']['done'](),this['currentReply']=this['createReply']({'type':_0x2091a9['event'],'interactionId':this['id'],'id':_0x2091a9['data']?.['id']}),_0x4356f7['length']>0x0&&'modification-delta'===_0x2091a9['event']&&(this['currentReply']['sources']=_0x4356f7['splice'](0x0));}_0x2091a9['data']['textDelta']&&this['currentReply']['appendContent'](_0x2091a9['data']['textDelta']);}else Zi(_0x2091a9['event'])||_0xadd6c3('ai-interaction-invalid-event-type',{'chunk':_0x2091a9});}}else this['actionCallId']=_0x2091a9['data']['callId'];}else this['messageId']=_0x2091a9['data']['messageId'];}}finally{this['isStopped']||(_0x4356f7['length']>0x0&&(this['currentReply']['sources']=_0x4356f7['splice'](0x0)),this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x2ab42b){return this['replies']['find'](_0x59cc4b=>_0x59cc4b['id']===_0x2ab42b);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x5e2872=>_0x5e2872['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x367fa2){const _0x44c6ba=new de({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0x367fa2});return this['replies']['push'](_0x44c6ba),_0x44c6ba['delegate'](...Vt)['to'](this),this['fire']('replyCreated',_0x44c6ba),_0x44c6ba;}['setConversationTitle'](_0x2d8737,_0x3280c3=!0x1){this['fire']('setConversationTitle',_0x2d8737,_0x3280c3);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}var Xt=function(_0x258123){return _0x258123['FILE']='file',_0x258123['DOCUMENT']='document',_0x258123['URL']='web-resource',_0x258123['TEXT']='text',_0x258123['SELECTION']='selection',_0x258123;}({}),Ie=function(_0x43d9f4){return _0x43d9f4['TEXT']='text',_0x43d9f4['MARKDOWN']='markdown',_0x43d9f4['HTML']='html',_0x43d9f4;}({});const xi=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class Ci extends _0x4572ab(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x4e2976,config:_0x22e83d,ownerId:_0x2fb14e}){super(),this['_connector']=_0x4e2976,this['_config']=_0x22e83d,this['_ownerId']=_0x2fb14e;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0xdb5f4){const _0x98706a=await this['_createContextItemFromContent'](_0xdb5f4);return this['_addToConversationContextItem'](_0x98706a),'current-document'===_0x98706a['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x98706a;}async['_createContextItemFromContent'](_0xedfb00){if(_0xedfb00['type']===Xt['DOCUMENT']){const _0x104da=await this['_connector']['fetchDocument'](this['_ownerId'],_0xedfb00['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0xedfb00['type'],'content':_0x104da['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x104da['attributes']?.['version'],'sessionId':_0x104da['attributes']?.['sessionId']};}return{'id':_0xedfb00['id'],'uiId':_0xedfb00['id'],'label':_0xedfb00['attributes']?.['label']||_0xedfb00['name']||_0xedfb00['url']||_0xedfb00['id'],'type':_0xedfb00['type'],..._0xedfb00?.['attributes']?.['resourceId']?{'resourceId':_0xedfb00['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0xa69160){const _0x27a29f=this['_pendingContextItems']['get'](_0xa69160);_0x27a29f?.['isReadOnly']||this['_removeContextItem'](_0xa69160);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x538074 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x538074['uiId']);const _0x1b6b1d=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x1b6b1d&&this['_addContextItem']({..._0x1b6b1d,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x11061b){for(const _0x52f7f0 of _0x11061b['values']())this['_addToConversationContextItem'](_0x52f7f0);this['clearPendingContextItems'](),this['fire']('contextSent',{'contextItems':Array['from'](this['getSentContextItems']()['values']())});}['isCurrentDocumentInContext'](){return this['_pendingContextItems']['has']('current-document');}['isSelectionInContext'](){return this['_pendingContextItems']['has']('selection');}['isCurrentDocumentInConversation'](){return this['_conversationContextItems']['has']('current-document');}static['mapContextItemsToRequestData'](_0x32446f){return Array['from'](_0x32446f['values']())['map'](_0x497246=>this['_mapContextItemToRequestData'](_0x497246))['filter'](_0x5d3919=>null!==_0x5d3919);}async['addFilesToContext'](_0x599ec4,_0x3717e8,_0x1eb8c7=Xt['FILE']){const _0x2e0911='files-'+_0x223274();this['_startUploadOperation'](_0x2e0911);try{await Promise['all'](_0x599ec4['map'](async _0x3ea413=>{const _0x23e974='file-'+_0x223274(),_0x237289=_0x4e9308(_0x3ea413['name']);try{this['_addContextItem']({'type':_0x1eb8c7,'label':_0x3717e8?.['label']||_0x237289,'uiId':_0x23e974,'resourceId':_0x3717e8?.['resourceId']},!0x0);const _0x50c837=this['_connector']['uploadFile'](this['_ownerId'],_0x3ea413,_0x3717e8);this['_ongoingUploads']['set'](_0x23e974,_0x50c837['abortController']);const {id:_0xcd1980}=await _0x50c837['getId']();this['_ongoingUploads']['delete'](_0x23e974),this['_finishContextItemLoading']({'type':_0x1eb8c7,'id':_0xcd1980,'label':_0x3717e8?.['label']||_0x237289,'uiId':_0x23e974,'resourceId':_0x3717e8?.['resourceId']},!0x1);}catch(_0x27dce0){this['_ongoingUploads']['delete'](_0x23e974);if(!_0x27dce0['message']['startsWith']('ai-request-aborted')){const _0x27301d=new _0x29f184('ai-chat-file-upload-failed',null,{'fileName':_0x237289});_0x27301d['stack']=_0x27dce0['stack'],this['fire']('error',{'error':_0x27301d,'fileName':_0x237289});}this['_removeContextItem'](_0x23e974);}}));}finally{this['_finishUploadOperation'](_0x2e0911);}}['addCurrentDocumentToContext'](_0x1bc6fd){if(this['isCurrentDocumentInContext']())return;const _0x78d30f={'type':Xt['DOCUMENT'],'uiId':'current-document','label':_0x1bc6fd,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x78d30f);}async['updateCurrentDocument'](_0x35c8cc,_0x941b5f,_0x4d2251,_0x20affb){const _0x4e637c=this['_pendingContextItems']['get']('current-document');if(_0x4e637c&&_0x35c8cc){_0x4e637c['selection']=_0x20affb?_0x20affb['map'](_0x438efc=>({'start':_0x438efc['start'],'end':_0x438efc['end']})):[];try{if(_0x4e637c['version']===_0x941b5f)return;const {id:_0x59d296}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x35c8cc,{'version':_0x941b5f,'sessionId':_0x4d2251})['getId']();_0x4e637c['id']=_0x59d296,_0x4e637c['content']=_0x35c8cc,_0x4e637c['version']=_0x941b5f,_0x4e637c['sessionId']=_0x4d2251;}catch(_0x352df4){const _0x8b99ee=new _0x29f184('ai-chat-document-upload-failed',null);_0x8b99ee['stack']=_0x352df4['stack'],this['fire']('error',{'error':_0x8b99ee});}}}['addSelectionToContext'](_0x23b645){this['_addContextItem']({'type':Xt['SELECTION'],'label':_0x23b645,'uiId':'selection','content':_0x23b645});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x35f491,_0x3abee4){const _0x577cf8='url-'+_0x223274();this['_startUploadOperation'](_0x577cf8);const _0x642bf7='url-'+_0x223274();try{this['_addContextItem']({'type':Xt['URL'],'label':_0x3abee4?.['label']||_0x35f491,'uiId':_0x642bf7,'resourceId':_0x3abee4?.['resourceId']},!0x0);const _0x2d29fb=this['_connector']['uploadUrl'](this['_ownerId'],_0x35f491,_0x3abee4);this['_ongoingUploads']['set'](_0x642bf7,_0x2d29fb['abortController']);const {id:_0x46fa48}=await _0x2d29fb['getId']();this['_ongoingUploads']['delete'](_0x642bf7),this['_finishContextItemLoading']({'type':Xt['URL'],'id':_0x46fa48,'label':_0x3abee4?.['label']||_0x35f491,'uiId':_0x642bf7,'resourceId':_0x3abee4?.['resourceId']},!0x1);}catch(_0x1914ba){this['_ongoingUploads']['delete'](_0x642bf7),(_0x1914ba['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new _0x29f184('ai-chat-url-upload-failed',this,{'url':_0x35f491,'originalError':_0x1914ba}),'url':_0x35f491}),this['_removeContextItem'](_0x642bf7));}finally{this['_finishUploadOperation'](_0x577cf8);}}async['loadSourceResources'](_0xf31d8a,_0x4933f1,_0x28e7c7){const _0x575567=this['_addContextOptionsState']['sources']['find'](_0x23159b=>_0x23159b['id']===_0xf31d8a);if(!_0x575567)return this['fire']('error',{'error':new _0x29f184('ai-chat-source-not-found',this,{'sourceId':_0xf31d8a}),'sourceId':_0xf31d8a}),[];try{const _0x5db05e=(await _0x575567['getResources'](_0x4933f1))['map'](_0x2ece56=>{const _0x4e14e8=this['_isResourceInContext'](_0x2ece56['id']);return{..._0x2ece56,'isInContext':_0x4e14e8};});return _0x575567['resources']=_0x5db05e,this['fire']('sourceResourcesLoaded',{'sourceId':_0xf31d8a,'source':_0x575567,'resources':_0x5db05e,'uid':_0x28e7c7}),_0x5db05e;}catch(_0x306d95){return this['fire']('error',{'error':new _0x29f184('ai-chat-source-resources-load-failed',this,{'sourceId':_0xf31d8a,'originalError':_0x306d95}),'sourceId':_0xf31d8a,'sourceLabel':_0x575567['label']}),[];}}async['addResourceToContext'](_0x27673c,_0x69167a){if(this['_isResourceInContext'](_0x69167a['id']))return;let _0x5424da=_0x69167a['data'];if(!_0x5424da&&_0x27673c['getData'])try{_0x5424da=await _0x27673c['getData'](_0x69167a['id']);}catch(_0x4cc727){return void this['fire']('error',{'error':new _0x29f184('ai-chat-resource-load-failed',this,{'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id'],'originalError':_0x4cc727}),'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']});}if(_0x5424da)switch(_0x69167a['type']){case Xt['URL']:if('string'!=typeof _0x5424da)return void this['fire']('error',{'error':new _0x29f184('ai-chat-context-invalid-data',this,{'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id'],'expectedType':'string','actualType':typeof _0x5424da}),'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']});await this['addUrlToContext'](_0x5424da,{'label':_0x69167a['label'],'resourceId':_0x69167a['id']});break;case Xt['FILE']:if(!(_0x5424da instanceof File))return void this['fire']('error',{'error':new _0x29f184('ai-chat-context-invalid-data',this,{'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id'],'expectedType':'File','actualType':typeof _0x5424da}),'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']});await this['addFilesToContext']([_0x5424da],{'label':_0x69167a['label'],'resourceId':_0x69167a['id']});break;case Xt['TEXT']:if('object'!=typeof _0x5424da||!('content'in _0x5424da)||!('type'in _0x5424da))return void this['fire']('error',{'error':new _0x29f184('ai-chat-context-invalid-data',this,{'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x5424da}),'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']});_0x5424da=Ci['_convertTextResourceToFile'](_0x5424da,_0x69167a['label']),await this['addFilesToContext']([_0x5424da],{'label':_0x69167a['label'],'resourceId':_0x69167a['id']},Xt['TEXT']);break;default:this['fire']('error',{'error':new _0x29f184('ai-chat-context-unsupported-type',this,{'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id'],'resourceType':_0x69167a['type']}),'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']});}else this['fire']('error',{'error':new _0x29f184('ai-chat-resource-no-data',this,{'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']}),'resourceId':_0x69167a['id'],'sourceId':_0x27673c['id']});}static['_convertTextResourceToFile'](_0x16ea10,_0x20ef49){switch(_0x16ea10['type']){case Ie['MARKDOWN']:return new File([_0x16ea10['content']],_0x20ef49,{'type':'text/markdown'});case Ie['HTML']:return new File([_0x16ea10['content']],_0x20ef49,{'type':'text/html'});default:return new File([_0x16ea10['content']],_0x20ef49,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x35bd43){switch(_0x35bd43['type']){case Xt['FILE']:return{'type':Xt['FILE'],'id':_0x35bd43['id']};case Xt['URL']:return{'type':Xt['URL'],'id':_0x35bd43['id']};case Xt['DOCUMENT']:return{'type':Xt['DOCUMENT'],'id':_0x35bd43['id'],..._0x35bd43['selection']?.['length']&&{'selection':_0x35bd43['selection']}};case Xt['TEXT']:return{'type':Xt['FILE'],'id':_0x35bd43['id']};default:return null;}}['_addContextItem'](_0x18c739,_0x4cfcd1=!0x1){if(this['_pendingContextItems']['set'](_0x18c739['uiId'],_0x18c739),_0x18c739['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x18c739,'isLoading':_0x4cfcd1}),'current-document'===_0x18c739['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x18c739['resourceId']){const _0x35bcc6=this['_findSourceIdsByResourceId'](_0x18c739['resourceId']);_0x35bcc6&&_0x35bcc6['forEach'](_0x3ae0b3=>{this['_updateResourceInContextState'](_0x3ae0b3,_0x18c739['resourceId'],!0x0);});}}['_removeContextItem'](_0x29625f){const _0x5c84f1=this['_pendingContextItems']['get'](_0x29625f),_0x51a5a5=this['_ongoingUploads']['get'](_0x29625f);if(_0x51a5a5&&(_0x51a5a5['abort'](),this['_ongoingUploads']['delete'](_0x29625f)),_0x5c84f1?.['resourceId']){const _0x10b738=this['_findSourceIdsByResourceId'](_0x5c84f1['resourceId']);_0x10b738&&_0x10b738['forEach'](_0x2f82a0=>{this['_updateResourceInContextState'](_0x2f82a0,_0x5c84f1['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x29625f),this['fire']('contextItemRemoved',{'uiId':_0x29625f,'type':_0x5c84f1?.['type']}),'current-document'===_0x29625f&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x2b1cd7,_0x1f297e){if(this['_pendingContextItems']['has'](_0x2b1cd7['uiId'])&&(this['_pendingContextItems']['set'](_0x2b1cd7['uiId'],_0x2b1cd7),this['fire']('contextItemLoadingEnded',{'contextItem':_0x2b1cd7,'isLoading':_0x1f297e}),_0x2b1cd7['resourceId'])){const _0x4cfc7b=this['_findSourceIdsByResourceId'](_0x2b1cd7['resourceId']);_0x4cfc7b&&_0x4cfc7b['forEach'](_0x273344=>{this['_updateResourceInContextState'](_0x273344,_0x2b1cd7['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x4b1276){this['_conversationContextItems']['set'](_0x4b1276['uiId'],_0x4b1276);}['_setAddContextOptionsDefaultState'](){this['_addContextOptionsState']={'document':{'enabled':!0x1!==this['_config']?.['document']?.['enabled'],'isHidden':!0x1},'urls':{'enabled':!0x1!==this['_config']?.['urls']?.['enabled']},'files':{'enabled':!0x1!==this['_config']?.['files']?.['enabled']},'sources':this['_getCustomSourcesInitialState']()},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x1dcad7=>({..._0x1dcad7,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x165d7e=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x165d7e,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x228802){for(const _0x653dda of this['_pendingContextItems']['values']())if(_0x653dda['resourceId']===_0x228802)return!0x0;for(const _0x4f53e7 of this['_conversationContextItems']['values']())if(_0x4f53e7['resourceId']===_0x228802)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x3a5964){const _0x4b396a=[];for(const _0x66861b of this['_addContextOptionsState']['sources']){_0x66861b['resources']['find'](_0x44463e=>_0x44463e['id']===_0x3a5964)&&_0x4b396a['push'](_0x66861b['id']);}return 0x0===_0x4b396a['length']?null:_0x4b396a;}['_updateResourceInContextState'](_0x26b6ad,_0x17cfc7,_0x1d675b){const _0x42fa6f=this['_addContextOptionsState']['sources']['find'](_0x56e0df=>_0x56e0df['id']===_0x26b6ad);if(!_0x42fa6f)return;const _0x405383=_0x42fa6f['resources']['find'](_0x4acda5=>_0x4acda5['id']===_0x17cfc7);_0x405383&&(_0x405383['isInContext']=_0x1d675b,this['fire']('resourceStateChanged',{'sourceId':_0x26b6ad,'resourceId':_0x17cfc7,'isInContext':_0x1d675b}));}['_startUploadOperation'](_0x46727e){this['_ongoingUploadOperations']['set'](_0x46727e,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x1d55b0){this['_ongoingUploadOperations']['delete'](_0x1d55b0),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Mi=['capabilitiesUpdated'];class Di extends _0x135bec(){['_isWebSearchEnabled'];['_isReasoningEnabled'];constructor(){super(),this['_isWebSearchEnabled']=!0x1,this['_isReasoningEnabled']=!0x1;}['init'](){this['reset']();}['reset'](){this['setWebSearch'](!0x1),this['setReasoning'](!0x1);}['getCapabilitiesConfig'](){return{'isWebSearchEnabled':this['_isWebSearchEnabled'],'isReasoningEnabled':this['_isReasoningEnabled']};}static['getCapabilitiesRequestData'](_0x40e2e4){const _0x208e5e={};return _0x40e2e4&&_0x40e2e4['isWebSearchEnabled']&&(_0x208e5e['webSearch']={}),_0x40e2e4&&_0x40e2e4['isReasoningEnabled']&&(_0x208e5e['reasoning']={}),_0x208e5e;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0xab7bdc){_0xab7bdc!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0xab7bdc,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x403803){_0x403803!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x403803,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Si extends Jt{['userMessage'];['conversationId'];['contextItems']=new Map();['model'];['quickActionData'];constructor(_0x2e71fc){super(_0x2e71fc),this['conversationId']=_0x2e71fc['conversationId'],this['contextItems']=_0x2e71fc['contextItems'],this['capabilities']=_0x2e71fc['capabilities'],this['userMessage']=_0x2e71fc['userMessage'],this['model']=_0x2e71fc['model'],this['quickActionData']=_0x2e71fc['quickActionData'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':Ci['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Di['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'quickActionData':this['quickActionData']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class nt extends _0x135bec(){['id'];['isStarted']=!0x1;['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x2c0d81){super(),this['options']=_0x2c0d81,this['connector']=_0x2c0d81['connector'],this['chatModels']=_0x2c0d81['chatModels'],this['id']=_0x2c0d81['conversationId'];}async['init'](_0xd8158e){try{this['chatContext']=new Ci({'connector':this['connector'],'config':_0xd8158e,'ownerId':this['id']}),this['chatContext']['delegate'](...xi)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Di(),this['chatCapabilities']['delegate'](...Mi)['to'](this),this['chatCapabilities']['init']();const _0x58510b=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x58510b});const _0x3d0bea=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x3d0bea&&await this['setModel'](_0x3d0bea);}catch(_0x296481){const _0x32b936=new _0x29f184('ai-chat-conversation-init-failed',null,{'message':_0x296481['message']});_0x32b936['stack']=_0x296481['stack'],this['fire']('error',{'error':_0x32b936});}}async['start'](){if(this['isStarted'])throw new _0x29f184('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new _0x29f184('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x2cd1a7}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x2cd1a7,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x3b4398){const _0x1e7ea2=new _0x29f184('ai-chat-conversation-start-failed',null,{'message':_0x3b4398['message']});_0x1e7ea2['stack']=_0x3b4398['stack'],this['fire']('error',{'error':_0x1e7ea2});}}async['load'](_0x3146b5,_0x116f43){try{const _0x1047a6=await this['connector']['fetchConversation'](_0x3146b5)['getConversation'](),_0xe5047b=await this['connector']['fetchConversationMessages'](_0x3146b5)['getMessages'](),_0xfef690=_0xe5047b[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x1047a6['id'],'title'in _0x1047a6?this['fire']('setConversationTitle',_0x1047a6['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x124c4c=(await this['chatModels']['getAll']())['find'](_0x303807=>_0x303807['id']['toLowerCase']()===_0xfef690['toLowerCase']());return this['selectedModel']=_0x124c4c,this['fire']('modelSelected',{'selectedModel':_0x124c4c,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0xe5047b,_0x116f43,_0xfef690),this['currentInteraction']=void 0x0,this;}catch(_0xe2206f){const _0x3ad55f=new _0x29f184('ai-chat-conversation-init-from-id-failed',null,{'message':_0xe2206f['message'],'conversationId':_0x3146b5});throw _0x3ad55f['stack']=_0xe2206f['stack'],this['fire']('error',{'error':_0x3ad55f}),_0x3ad55f;}}async['_processMessagesToInteractions'](_0x31495a,_0x42ae9b,_0x18f6ea){let _0x3ed384;for(const _0x8d4e8a of _0x31495a)if('user'===_0x8d4e8a['role']){const _0x222ef7=await this['_extractContextItems'](_0x8d4e8a),_0x37cc7b={'isReasoningEnabled':Object['hasOwn'](_0x8d4e8a['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x8d4e8a['capabilities'],'webSearch')};_0x3ed384=this['createInteraction']({'userMessage':_0x8d4e8a['prompt'],'contextItems':_0x222ef7,'capabilities':_0x37cc7b,'modelId':_0x18f6ea,'quickActionData':_0x8d4e8a['attributes']?.['quickActionData']}),this['currentInteraction']=_0x3ed384,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x8d4e8a['role']&&_0x3ed384)for(const _0x23a38e of _0x8d4e8a['content']){const _0x2632b3='text'===_0x23a38e['type']?'text-delta':'modification-delta',_0x23c768=_0x3ed384['getDocumentContext']()?.['sessionId']!==_0x42ae9b;_0x3ed384['currentReply']=_0x3ed384['createReply']({'type':_0x2632b3,'isDone':!0x0,'interactionId':_0x3ed384['id'],'areActionsDisabled':_0x23c768}),_0x3ed384['currentReply']['appendContent'](_0x23a38e['content']);}}}async['_extractContextItems'](_0x26c9ba){const _0x5df8fe=new Map();if(!_0x26c9ba['content'])return _0x5df8fe;for(const _0xf70e61 of _0x26c9ba['content']){const _0x52e093=await this['chatContext']['populateFromMessage'](_0xf70e61);_0x52e093&&_0x5df8fe['set'](_0x52e093['id'],_0x52e093);}return _0x5df8fe;}async['handleUserInteraction']({userMessage:_0x266c2a,quickActionData:_0x13dabc}){if(!this['isStarted'])throw new _0x29f184('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new _0x29f184('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x2e9427=this['chatContext']['getPendingContextItems'](),_0x248a12=this['chatCapabilities']['getCapabilitiesConfig'](),_0x514142=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x266c2a,'contextItems':_0x2e9427,'capabilities':_0x248a12,'modelId':_0x514142,'quickActionData':_0x13dabc}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0xdb8d22){this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0xdb8d22});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x10b899,contextItems:_0x3448d3,capabilities:_0x38f3eb,modelId:_0x5e64c2,quickActionData:_0x5e6441}){const _0x1d3dcc=new Si({'userMessage':_0x10b899,'contextItems':_0x3448d3,'capabilities':_0x38f3eb,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0x5e64c2,'quickActionData':_0x5e6441});return _0x1d3dcc['delegate'](...Vt)['to'](this),this['interactions']['push'](_0x1d3dcc),this['fire']('interactionCreated',_0x1d3dcc),_0x1d3dcc;}['getInteraction'](_0x33d852){return this['interactions']['find'](_0x26f0cd=>_0x26f0cd['id']===_0x33d852);}['removeInteraction'](_0x418569){const _0x29c3be=this['getInteraction'](_0x418569);_0x29c3be&&(_0x29c3be['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x29c3be),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x5f41c6){this['chatContext']['addCurrentDocumentToContext'](_0x5f41c6);}async['updateCurrentDocumentInContext']({content:_0x537781,version:_0x52ab69,sessionId:_0x365678,selections:_0xba3522}){await this['chatContext']['updateCurrentDocument'](_0x537781,_0x52ab69,_0x365678,_0xba3522);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x377ff5){this['chatContext']['addSelectionToContext'](_0x377ff5);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x248a8e){this['chatContext']['addFilesToContext'](_0x248a8e);}['addUrlToContext'](_0x4b3197){this['chatContext']['addUrlToContext'](_0x4b3197);}['addResourceToContext'](_0x92a8fb,_0x9f8ee1){this['chatContext']['addResourceToContext'](_0x92a8fb,_0x9f8ee1);}['loadSourceResources'](_0xf3991a,_0x1ca647,_0x2a6edd){return this['chatContext']['loadSourceResources'](_0xf3991a,_0x1ca647,_0x2a6edd);}['removeFromContext'](_0xc1e4e7){this['chatContext']['removeFromContext'](_0xc1e4e7);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x952157){_0x952157?!0x1===await this['chatModels']['isAvailable'](_0x952157)&&(_0xadd6c3('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x952157}),_0x952157=(await this['chatModels']['getAvailableModels']())[0x0]):(_0xadd6c3('ai-chat-conversation-set-model-null',{'conversation':this}),_0x952157=(await this['chatModels']['getAvailableModels']())[0x0]),_0x952157['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x952157,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x952157}));}}function P(_0x6cd75c){if(_0x6cd75c instanceof st)return _0x6cd75c;if(_0x6cd75c?.['editors']&&_0x6cd75c['editors']['get'](0x0))return _0x6cd75c['editors']['length']>0x1&&console['warn']('AIChat:\x20Multiple\x20editor\x20instances\x20detected.\x20Only\x20the\x20first\x20editor\x20instance\x20will\x20be\x20used\x20for\x20AI\x20operations.\x20This\x20configuration\x20is\x20not\x20fully\x20supported\x20and\x20may\x20lead\x20to\x20unexpected\x20behavior.'),_0x6cd75c['editors']['get'](0x0);throw new _0x29f184('ai-get-editor-from-context-no-editor');}const rt='ai-selection';class c extends _0x171820{['_displayedFakeSelectionId']=null;['_displayedFakeSelectionLocked']=!0x1;['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x30e6c1=P(this['context']),_0x405781=_0x30e6c1['plugins']['has']('RealTimeCollaborationClient')&&_0x30e6c1['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x405781||_0x223274();}return this['_sessionId'];}['getDocumentData'](){const _0x4b15a8=P(this['context']),_0x44dbe3=_0x4b15a8['model'],_0x3e3be3=_0x4b15a8['data']['toView'](_0x44dbe3['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x53b317=new kt(_0x4b15a8['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x3e3be3,_0x53b317);let _0x3a3c93=_0x4b15a8['data']['processor']['toData'](_0x3e3be3);const _0xf09f4e=this['_getMarkersInDocumentOrder'](),_0x108596=[];for(const _0x13a14b of _0xf09f4e){const _0x5bc2e1='<'+_0x13a14b['name']+':start></'+_0x13a14b['name']+':start>',_0x46427c=_0x3a3c93['indexOf'](_0x5bc2e1);_0x3a3c93=_0x3a3c93['substring'](0x0,_0x46427c)+_0x3a3c93['substring'](_0x46427c+_0x5bc2e1['length']);const _0x57ce82='<'+_0x13a14b['name']+':end></'+_0x13a14b['name']+':end>',_0x6137d5=_0x3a3c93['indexOf'](_0x57ce82);_0x3a3c93=_0x3a3c93['substring'](0x0,_0x6137d5)+_0x3a3c93['substring'](_0x6137d5+_0x57ce82['length']),_0x108596['push']({'markerName':_0x13a14b['name'],'start':_0x46427c,'end':_0x6137d5,'htmlFragment':_0x3a3c93['substring'](_0x46427c,_0x6137d5)});}return{'content':_0x3a3c93,'version':_0x4b15a8['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x108596};}async['afterInit'](){this['context']instanceof st?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x7cbdd0,_0x4a2ed3)=>{_0x4a2ed3['on']('ready',()=>{this['_integrateEditor'](_0x4a2ed3);});});}['_integrateEditor'](_0x24b2e2){_0x24b2e2['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rt,'view':{'classes':['ck-fake-ai-selection','ck-ai-assistant-ui_theme'],'priority':0xc}}),_0x24b2e2['conversion']['for']('dataDowncast')['markerToElement']({'model':rt,'view':(_0x28649b,{writer:_0x4839f7,options:_0x4f6bc2})=>_0x4f6bc2['convertAiChatSelectionMarker']?_0x4839f7['createUIElement'](_0x28649b['markerName']+':'+(_0x28649b['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x1a27e5,_0x33c5ed,_0x1957d8=!0x1,_0xe9002a=!0x1){if(this['_displayedFakeSelectionLocked']&&!_0xe9002a)return!0x1;const _0x38201b=P(this['context'])['model'];return _0x38201b['change'](_0x2b3691=>{this['_displayedFakeSelectionId']&&this['hideFakeVisualSelection'](this['_displayedFakeSelectionId']),this['_displayedFakeSelectionId']=_0x33c5ed,this['_displayedFakeSelectionLocked']=_0x1957d8;let _0x3bbd57=0x0;for(let _0x56b718 of _0x1a27e5){const _0x202dba=rt+':'+_0x3bbd57;if(_0x56b718['start']['isAtEnd']){const _0x1ed6a7=_0x56b718['start']['getLastMatchingPosition'](({item:_0x2505e9})=>!_0x38201b['schema']['isContent'](_0x2505e9),{'boundaries':_0x56b718});_0x56b718=_0x2b3691['createRange'](_0x1ed6a7,_0x56b718['end']);}_0x2b3691['addMarker'](_0x202dba,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x56b718}),_0x3bbd57++;}}),window['getSelection']()?.['removeAllRanges'](),!0x0;}['hideFakeVisualSelection'](_0x20a83f){if(this['_displayedFakeSelectionId']!=_0x20a83f)return!0x1;this['_displayedFakeSelectionId']=null,this['_displayedFakeSelectionLocked']=!0x1;const _0x4d61bb=P(this['context']),_0x466825=_0x4d61bb['model']['markers']['getMarkersGroup'](rt);return _0x4d61bb['model']['change'](_0x391918=>{for(const _0x1105a8 of _0x466825)_0x391918['removeMarker'](_0x1105a8);}),!0x0;}['modelToViewWithIds'](_0x572abe){const _0xd77f0b=P(this['context']),_0x4fea0c=_0xd77f0b['data']['toView'](_0x572abe),_0x34f24a=new kt(_0xd77f0b['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x4fea0c,_0x34f24a),_0x4fea0c;}['_setDataIdsOnChildren'](_0xbd64f5,_0x1f5f0f){let _0x14e39d=!0x1;const _0x25cf6c=new Set();for(const _0x245a29 of _0xbd64f5['getChildren']()){const _0x4b1b99=_0x245a29['is']('emptyElement')||_0x245a29['is']('containerElement');if(!_0x245a29['is']('element'))continue;(this['_setDataIdsOnChildren'](_0x245a29,_0x1f5f0f)||_0x4b1b99)&&(_0x1f5f0f['setAttribute']('data-id',this['_nextDataId'](_0x25cf6c),_0x245a29),_0x14e39d=!0x0);}return _0x14e39d;}['_nextDataId'](_0x23ff43){let _0x32ef94;do{_0x32ef94='';for(let _0x308abc=0x0;_0x308abc<0x4;_0x308abc++)_0x32ef94+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x23ff43['has'](_0x32ef94));return _0x23ff43['add'](_0x32ef94),_0x32ef94;}['getSelectionText'](){const {model:_0x488f55}=P(this['context']),_0x4624ae=_0x488f55['document']['selection'],_0x22b37d=_0x488f55['getSelectedContent'](_0x4624ae),_0x48f446=[],_0x137b96=_0x488f55['createRangeIn'](_0x22b37d)['getWalker']();for(const {item:_0x5963b3}of _0x137b96)_0x5963b3['is']('$textProxy')?_0x48f446['push'](_0x5963b3['data']):_0x5963b3['is']('element')&&_0x48f446['length']>0x0&&'\x20'!==_0x48f446[_0x48f446['length']-0x1]&&_0x48f446['push']('\x20');return'\x22'+_0x48f446['join']('')['trim']()+'\x22';}['_getMarkersInDocumentOrder'](){const _0x46174c=P(this['context'])['model'];return Array['from'](_0x46174c['markers']['getMarkersGroup'](rt))['sort']((_0x56b862,_0x2cb29f)=>_0x56b862['getStart']()['isBefore'](_0x2cb29f['getStart']())?-0x1:_0x56b862['getStart']()['isAfter'](_0x2cb29f['getStart']())?0x1:0x0);}}const k=['applySuggestion','insertSuggestion','showChangeInText'];class nh extends _0x19a8c6{['actionsButton'];['children'];['applySuggestionModel'];['showChangeInTextModel'];['insertSuggestionModel'];['_partsCount']=0x1;['_dropdownOriginalConfig'];['_dropdownCurrentConfig'];['_firstRender']=!0x0;constructor(_0x1db654,_0x37daf7){super(_0x1db654),this['_dropdownOriginalConfig']=_0x37daf7||[...k],this['_dropdownCurrentConfig']=[...this['_dropdownOriginalConfig']];const _0x237c40=this['bindTemplate'];this['set']('isEnabled',!0x0),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['applySuggestionModel']=new _0x3cd526({'label':Hn('applySuggestion',_0x1db654,this['_partsCount']),'icon':_0x547952,'withText':!0x0,'type':'button','actionName':'applySuggestion'}),this['showChangeInTextModel']=new _0x3cd526({'label':Hn('showChangeInText',_0x1db654,this['_partsCount']),'icon':_0x13603c,'withText':!0x0,'type':'button','actionName':'showChangeInText'}),this['insertSuggestionModel']=new _0x3cd526({'label':Hn('insertSuggestion',_0x1db654,this['_partsCount']),'icon':_0x4c5817,'withText':!0x0,'type':'button','actionName':'insertSuggestion'}),this['actionsButton']=this['_createActionsDropdownOrButton'](_0x1db654),this['children']=this['createCollection'](),this['actionsButton']&&this['children']['add'](this['actionsButton']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x237c40['if']('isVisible','ck-hidden',_0x3c42d7=>!_0x3c42d7)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_dropdownCurrentConfig']=this['isTrackChangesOn']?this['_dropdownOriginalConfig']['filter'](_0x353cb6=>'applySuggestion'!==_0x353cb6):[...this['_dropdownOriginalConfig']],this['_updateDropdownActions'](_0x1db654);});}['_updateDropdownActions'](_0x490612){this['actionsButton']&&this['children']['has'](this['actionsButton'])&&(this['children']['remove'](this['actionsButton']),this['actionsButton']['destroy']()),this['actionsButton']=this['_createActionsDropdownOrButton'](_0x490612),this['actionsButton']&&this['children']['add'](this['actionsButton']);}['_createActionsDropdownOrButton'](_0x2c08ac){if(0x0==this['_dropdownCurrentConfig']['length'])return null;const _0xf81ae8=0x1===this['_dropdownCurrentConfig']['length']?this['_createActionsButton'](_0x2c08ac):this['_createActionsDropdown'](_0x2c08ac),_0xe84bed=this['_firstRender']?'':'ck-ai-chat__feed__ai-suggestion__actions--no-animation';_0xf81ae8['set']({'label':Hn(this['_dropdownCurrentConfig'][0x0],_0x2c08ac,this['_partsCount']),'tooltip':Ln(this['_dropdownCurrentConfig'][0x0],_0x2c08ac,this['_partsCount']),'withText':!0x0,'class':'ck-ai-chat__feed__ai-suggestion__actions\x20'+_0xe84bed});for(const _0x4002e1 of this['_dropdownCurrentConfig'])_0xf81ae8['on'](_0x4002e1,()=>{this['fire'](_0x4002e1);});return this['_firstRender']=!0x1,_0xf81ae8;}['_createActionsButton'](_0x2fee22){const _0x3f42d4=new _0x14ee0a(_0x2fee22);return _0x3f42d4['set']({'class':'ck-ai-button-primary','withText':!0x0}),_0x3f42d4['on']('execute',()=>{_0x3f42d4['fire'](this['_dropdownCurrentConfig'][0x0]);}),_0x3f42d4;}['_createActionsDropdown'](_0x5a1559){const _0x448147=new Gn(_0x5a1559,{'listItemModels':this['_dropdownCurrentConfig']['map'](_0x1adc51=>{switch(_0x1adc51){case'applySuggestion':return this['applySuggestionModel'];case'showChangeInText':return this['showChangeInTextModel'];case'insertSuggestion':return this['insertSuggestionModel'];}})});return _0x448147['set']({'label':Hn(this['_dropdownCurrentConfig'][0x0],_0x5a1559,this['_partsCount']),'tooltip':Ln(this['_dropdownCurrentConfig'][0x0],_0x5a1559,this['_partsCount']),'withText':!0x0,'class':'ck-ai-chat__feed__ai-suggestion__actions','balloonPanelClass':'ck-ai-chat__feed__ai-suggestion__actions__balloon'}),_0x448147['bind']('isEnabled')['to'](this),_0x448147;}['updateLabels'](_0x2f82ed){const _0x1e9be4=this['locale'];this['_partsCount']=_0x2f82ed||this['_partsCount'],this['actionsButton']['set']({'label':Hn(this['_dropdownCurrentConfig'][0x0],_0x1e9be4,this['_partsCount']),'tooltip':Ln(this['_dropdownCurrentConfig'][0x0],_0x1e9be4,this['_partsCount'])}),this['applySuggestionModel']['label']=Hn('applySuggestion',_0x1e9be4,this['_partsCount']),this['showChangeInTextModel']['label']=Hn('showChangeInText',_0x1e9be4,this['_partsCount']),this['insertSuggestionModel']['label']=Hn('insertSuggestion',_0x1e9be4,this['_partsCount']);}}class Gn extends _0x37ad52{['bodyCollection'];['balloonPanelView'];['listView'];['keystrokeHandler'];constructor(_0x4989b2,_0x3e9f29){super(_0x4989b2),this['balloonPanelView']=new _0x500981(this['locale']),this['bodyCollection']=new qt(this['locale']),this['bodyCollection']['attachToDom'](),this['set']('balloonPanelClass',''),this['balloonPanelView']['bind']('class')['to'](this,'balloonPanelClass'),this['listView']=this['_setUpList'](_0x3e9f29['listItemModels']['slice'](0x1)),this['bodyCollection']['add'](this['balloonPanelView']),this['balloonPanelView']['content']['add'](this['listView']),this['arrowView']['unbind']('tooltip'),this['arrowView']['set']('tooltip',C(this['locale'],'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP')),this['_setUpKeystrokes'](),this['on']('execute',()=>{const _0xa1456=_0x3e9f29['listItemModels'][0x0]['actionName'];this['fire'](_0xa1456),this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),this['on']('open',()=>{this['balloonPanelView']['isVisible']?(this['balloonPanelView']['hide'](),this['arrowView']['focus']()):(this['balloonPanelView']['pin']({'target':this['element'],'positions':['ltr'===this['locale']['uiLanguageDirection']?yn:Pn]}),this['listView']['focus']());}),_0x29a34e({'emitter':this['balloonPanelView'],'callback':()=>{this['balloonPanelView']['hide']();},'activator':()=>this['balloonPanelView']['isVisible'],'contextElements':()=>[this['element'],this['balloonPanelView']['element']]});}['_setUpList'](_0x183ee3){const _0x1d7fe4=this['locale'],_0x178dcc=new _0x556745(_0x1d7fe4);for(const _0x1ae12a of _0x183ee3){const _0x11305e=new _0x2269a3(_0x1d7fe4),_0x3c541f=new _0x8cd418(_0x1d7fe4);_0x3c541f['bind'](...Object['keys'](_0x1ae12a))['to'](_0x1ae12a),_0x3c541f['delegate']('execute')['to'](_0x178dcc),_0x11305e['children']['add'](_0x3c541f),_0x178dcc['items']['add'](_0x11305e);}return _0x178dcc['items']['delegate']('execute')['to'](this),_0x178dcc['on']('execute',_0x389815=>{const _0x12609a=_0x389815['source'];this['fire'](_0x12609a['actionName']),this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),_0x178dcc;}['_setUpKeystrokes'](){this['keystrokeHandler']=new _0x1f1bc5(),this['keystrokeHandler']['listenTo'](this['balloonPanelView']['element']),this['keystrokeHandler']['set']('esc',(_0x47c2bd,_0x4aea26)=>{this['balloonPanelView']['hide'](),this['arrowView']['focus'](),_0x4aea26();});}['destroy'](){super['destroy'](),this['keystrokeHandler']['destroy'](),this['balloonPanelView']['destroy'](),this['bodyCollection']['detachFromDom']();}}function yn(_0x4bc876){return{'top':_0x4bc876['bottom'],'left':_0x4bc876['left'],'name':'arrowless','config':{'withArrow':!0x1}};}function Pn(_0x14c26e,_0x57975d){return{'top':_0x14c26e['bottom'],'left':_0x14c26e['left']-(_0x57975d['width']-_0x14c26e['width']),'name':'arrowless','config':{'withArrow':!0x1}};}function Hn(_0x3eef8a,_0x582d2b,_0x5f6c3f){switch(_0x3eef8a){case'applySuggestion':return C(_0x582d2b,'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL',_0x5f6c3f);case'showChangeInText':return C(_0x582d2b,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT',_0x5f6c3f);case'insertSuggestion':return C(_0x582d2b,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION',_0x5f6c3f);}}function Ln(_0x46e82f,_0x11776f,_0x261435){switch(_0x46e82f){case'applySuggestion':return C(_0x11776f,'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP',_0x261435);case'showChangeInText':return C(_0x11776f,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP',_0x261435);case'insertSuggestion':return C(_0x11776f,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP',_0x261435);}}class ki extends _0x135bec(){['_connector'];['_availableModels'];['_defaultModelId'];['_modelList']=[];constructor({connector:_0x374a44,availableModels:_0x189db8,defaultModelId:_0x2504e8}){super(),this['_connector']=_0x374a44,this['_availableModels']=_0x189db8,this['_defaultModelId']=_0x2504e8;}async['getAll'](){if(!this['_modelList']['length'])try{const _0x413cf9=this['_connector']['getModels'](),_0xdf76f0=await _0x413cf9['list']();this['_modelList']=_0xdf76f0['items'];}catch(_0x310f2d){throw new _0x29f184('ai-models-unable-to-retrieve',null,{'error':_0x310f2d});}return[...this['_modelList']];}async['getAvailableModels'](){const _0x11f304=await this['getAll']();return this['_filterModels'](_0x11f304,this['_availableModels']);}async['getModel'](_0x1e41a8){const _0x3ae725=await this['getAll']();if(!_0x3ae725['length'])return null;if(_0x1e41a8){const _0x2b51dc=this['_getModelById'](_0x3ae725,_0x1e41a8);if(_0x2b51dc)return _0x2b51dc;_0xadd6c3('ai-chat-model-id-unrecognized',{'modelId':_0x1e41a8,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x5cfde2=await this['getAvailableModels']();if(!_0x5cfde2['length'])return null;if(this['_defaultModelId']){const _0x5cddca=this['_getModelById'](_0x5cfde2,this['_defaultModelId']);if(_0x5cddca)return _0x5cddca;_0xadd6c3('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x5cfde2[0x0]['id']});}return _0x5cfde2[0x0];}async['isAvailable'](_0x3b8ea0){return(await this['getAvailableModels']())['some'](_0x19d37b=>_0x19d37b['name']===_0x3b8ea0['name']&&_0x19d37b['provider']===_0x3b8ea0['provider']);}['_filterModels'](_0xbbcbe8,_0x5530b4){let _0x4ec7f5;if(_0x5530b4){_0x4ec7f5=[];const _0x1284a6='string'==typeof _0x5530b4?[_0x5530b4['toLocaleLowerCase']()]:_0x5530b4['map'](_0x45591f=>_0x45591f['toLocaleLowerCase']());for(const _0x49cdaf of _0x1284a6)for(const _0xb3b676 of _0xbbcbe8)(_0xb3b676['id']['toLocaleLowerCase']()===_0x49cdaf||_0xb3b676['name']['toLocaleLowerCase']()===_0x49cdaf||Me(_0xb3b676)&&'auto'===_0x49cdaf||_0xb3b676['provider']['toLocaleLowerCase']()===_0x49cdaf||_0xb3b676['id']['toLocaleLowerCase']()['startsWith'](_0x49cdaf))&&_0x4ec7f5['push'](_0xb3b676);}else _0x4ec7f5=_0xbbcbe8;return _0x4ec7f5;}['_getModelById'](_0x126bdb,_0x579ab8){return _0x126bdb['find'](_0x31eda5=>Me(_0x31eda5)&&'auto'===_0x579ab8?_0x31eda5:_0x31eda5['id']===_0x579ab8)||null;}static['getLocalized'](_0x29488c,_0xe3da35){return _0xe3da35['map'](_0x3a48d3=>{if(Me(_0x3a48d3))_0x3a48d3['name']=C(_0x29488c,'AI_MODEL_NAME_AUTO'),_0x3a48d3['description']=C(_0x29488c,'AI_MODEL_DESCRIPTION_AUTO');else C(_0x29488c,'AI_MODEL_DESCRIPTION_'+_0x3a48d3['id']['toUpperCase']())['startsWith']('AI_MODEL_DESCRIPTION_')||(_0x3a48d3['description']=C(_0x29488c,'AI_MODEL_DESCRIPTION_'+_0x3a48d3['id']['toUpperCase']()));return _0x3a48d3;});}}function Me(_0x337d03){return _0x337d03['id']['startsWith']('agent');}class ht extends ki{async['getAll'](){return(await super['getAll']())['sort']((_0x377c9c,_0x4b3e46)=>{const _0x53f642=Object['values'](_0x377c9c['capabilities'])['filter'](_0x4cf1b9=>_0x4cf1b9['enabled'])['length'];return Object['values'](_0x4b3e46['capabilities'])['filter'](_0x53e745=>_0x53e745['enabled'])['length']-_0x53f642;});}}function v({editor:_0xef13da,interaction:_0x3497f9,reply:_0x36000b,groups:_0xbff433,transform:_0x3bc4ba,documentCompare:_0x4a516c,documentCompareOptions:_0x29438d}){const _0x53760f=_0x3497f9['getDocumentContext']();if(!_0x53760f)return[];const _0x19108f=_0x53760f['content'],_0x487147=_0x53760f['version'],_0x43e1ea=_0x36000b['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x329661}of _0xbff433){const _0x2490a0=_0x329661['filter'](_0x5ad617=>'new'!=_0x5ad617['type'])['map'](_0x525470=>ft('data-id',_0x525470['id'],_0x43e1ea)),_0x2bcdda=_0x329661['filter'](_0x12d037=>'removed'!=_0x12d037['type'])['map'](_0x73079c=>_0x73079c['node']['cloneNode'](!0x0));let _0x5dc0fe=null;if(_0x2490a0['length']){_0x5dc0fe=_0x2490a0[0x0]['previousSibling'];for(let _0x37a78d=0x0;_0x37a78d<_0x2490a0['length'];_0x37a78d++)_0x33c6d9(_0x2490a0[_0x37a78d]);}if(_0x2bcdda['length']){_0x5dc0fe||(_0x329661[0x0]['anchorId']?_0x5dc0fe=ft('data-id',_0x329661[0x0]['anchorId'],_0x43e1ea):(_0x5dc0fe=_0x2bcdda['shift'](),_0x51c386(_0x43e1ea,_0x5dc0fe)));for(let _0x4c62b8=0x0;_0x4c62b8<_0x2bcdda['length'];_0x4c62b8++)_0x2b81f1(_0x5dc0fe,_0x2bcdda[_0x4c62b8]),_0x5dc0fe=_0x2bcdda[_0x4c62b8];}}const _0x194986=ut(_0x43e1ea),_0x2f3ffd=_0x4a516c['getDiff'](_0x19108f,_0x194986,_0x29438d)['getOperations']();if(_0x3bc4ba){const _0x1ad245=_0xef13da['model']['document']['history']['getOperations'](_0x487147),_0x6f9987={'document':_0xef13da['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x33bff0(_0x2f3ffd,_0x1ad245,_0x6f9987)['operationsA'];}return _0x2f3ffd;}function b(_0x2752ed,_0x294dcc){if('marker'!=_0x294dcc['type'])return;const _0x32e6aa=_0x2752ed['model']['markers']['get'](_0x294dcc['name']);_0x32e6aa&&(_0x294dcc['oldRange']=_0x32e6aa['getRange']());}class Vr extends _0x541968{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x51bc72,_0x868022={},_0x5502ac){super(_0x51bc72),this['set']('isLoading',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x868022};const _0x38d8cb=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x38d8cb?'ck-ai-mini-toolbar\x20ck-hidden':'ck-ai-mini-toolbar',this['_config']['showCopy']&&(this['_setupCopyButton'](),this['items']['add'](this['copyButton'])),this['_config']['showChanges']&&(this['_setupShowChangesButton'](_0x5502ac),this['items']['add'](this['showChangesButton'])),this['_setupRatingButtons'](),this['_config']['showLike']&&this['items']['add'](this['likeButton']),this['_config']['showDislike']&&this['items']['add'](this['dislikeButton']),this['_config']['customView']&&this['items']['addMany'](this['_config']['customView']);}['_setupRatingButtons'](){this['likeButton']=new _0x14ee0a(this['locale']),this['likeButton']['set']({'icon':_0x3e3995,'label':C(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x13e749=>!_0x13e749),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new _0x14ee0a(this['locale']),this['dislikeButton']['set']({'icon':_0x51e959,'label':C(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x5bc822=>!_0x5bc822),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new _0x14ee0a(this['locale']),this['copyButton']['set']({'icon':_0x4a0fe1,'label':C(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button','tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x7a7a09=>!_0x7a7a09);const _0x4a30b3=new _0x50b9df();_0x4a30b3['set']({'content':_0x270303}),_0x4a30b3['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied',setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button';},0x7d0);}),this['copyButton']['children']['add'](_0x4a30b3);}['_setupShowChangesButton'](_0x387ddf){this['showChangesButton']=new _0x14ee0a(this['locale']),this['showChangesButton']['set']({'icon':_0x490482,'label':C(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'isOn':_0x387ddf}),this['showChangesButton']['bind']('isEnabled')['to'](this,'isLoading',_0x55aeb8=>!_0x55aeb8),this['showChangesButton']['on']('execute',()=>{const _0x185a31=!this['showChangesButton']['isOn'];this['showChangesButton']['set']({'isOn':_0x185a31,'icon':_0x185a31?_0x11ea32:_0x490482}),this['fire']('toggleShowChanges',_0x185a31);});}}class Lr extends _0x19a8c6{['showChangesToggleView'];constructor(_0x2c2382,_0x19de1c){super(_0x2c2382),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Yr(_0x2c2382),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','label':C(_0x2c2382,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x19de1c['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x248413=>_0x248413?_0xe9dd5d:_0x41d5a1),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x51ddf9=new _0x50b9df();_0x51ddf9['content']=_0x391967,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x19de1c['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x51ddf9,{'tag':'span','children':[C(_0x2c2382,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class Yr extends _0x14ee0a{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}class ha{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;constructor(_0x14c1f1){this['options']={'delay':_0x14c1f1['delay']??0x14,'textNodeStyle':_0x14c1f1['textNodeStyle'],'onStreamUpdate':_0x14c1f1['onStreamUpdate']||(()=>{})};}async['stream']({document:_0x3e029f,targetElement:_0x7dd7b6,abortSignal:_0x52f3bd}){this['isStreaming']&&this['stop'](),_0x52f3bd?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x54d7fb(_0x3e029f,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(_0xadd6c3('ai-html-streamer-current-index-out-of-bounds',{'currentIndex':this['currentIndex'],'nodeList':this['nodesList']}),this['currentIndex']=this['nodesList']['length']);for(let _0x56c930=0x0;_0x56c930<this['currentIndex'];_0x56c930++)this['nodesList'][_0x56c930]['shouldBeStreamed']=!0x0;let _0x53eda1=0x0;for(let _0x115489=this['currentIndex'];_0x115489<this['nodesList']['length'];_0x115489++){const _0x5f072b=Date['now'](),_0x16ec59=this['nodesList'][_0x115489],_0xf92c70=_0x5f072b-_0x53eda1;_0x16ec59['shouldBeStreamed']=!0x0;let _0x5da324=_0x16ec59['parent'];for(;_0x5da324;)_0x5da324['shouldBeStreamed']=!0x0,_0x5da324=_0x5da324['parent'];if(_0xf92c70<this['options']['delay'])try{const {promise:_0x18b148,abortController:_0x30a716}=pr(this['options']['delay']-_0xf92c70);this['timeoutAbortController']=_0x30a716,await _0x18b148;}catch(_0x15ff16){return;}_0x556937(_0x7dd7b6,'<'+_0x7dd7b6['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x7dd7b6['tagName']+'>',{'childrenOnly':!0x0}),this['options']['onStreamUpdate']&&this['options']['onStreamUpdate'](),this['currentIndex']=_0x115489,_0x53eda1=Date['now']();}this['isStreaming']=!0x1;}['cleanUpAnimations']({targetElement:_0x35a61f}){Array['from'](_0x35a61f['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x33da46=>{_0x33da46['replaceWith'](_0x33da46['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x2464f3){let _0x1b9bbe='';if(function(_0xd3bae3){return _0x25fa62(_0xd3bae3);}(_0x2464f3)){for(const _0x538e4c of _0x2464f3['children'])_0x1b9bbe+=this['renderNode'](_0x538e4c);}else{if(dr(_0x2464f3)){if(!_0x2464f3['shouldBeStreamed'])return'';const _0x2b1cf7=_0x2464f3,_0x424f1c=Object['entries'](_0x2b1cf7['attribs'])['map'](([_0x5c9920,_0x51d4e8])=>_0x5c9920+'=\x22'+_0x51d4e8+'\x22')['join']('\x20');_0x1b9bbe+='<'+_0x2b1cf7['tagName']+(_0x424f1c?'\x20'+_0x424f1c:'')+'>';for(const _0x51c58c of _0x119327(_0x2b1cf7))_0x1b9bbe+=this['renderNode'](_0x51c58c);_0x1b9bbe+='</'+_0x2b1cf7['tagName']+'>';}else{if(!ar(_0x2464f3))return'';if(!_0x2464f3['shouldBeStreamed'])return'';!function(_0x61a7b2){if(!_0x61a7b2['parent']||!dr(_0x61a7b2['parent']))return!0x1;if(!cr['includes'](_0x61a7b2['parent']['tagName']))return!0x1;return!_0x54cfdd(_0x61a7b2)['match'](/^\s*[<>]\s*$/);}(_0x2464f3)?_0x1b9bbe+=_0xec369b(_0x2464f3):_0x1b9bbe+=_0xec369b(new _0x2c5bc4('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x2464f3]));}}return _0x1b9bbe;}['getParsedDocumentNodeList'](){const _0x53c44a=[];return function(_0x3e3065,_0x5177a6){const _0x37a026=_0x244de4=>{if(_0x5177a6(_0x244de4),_0x244de4 instanceof _0x4b2d52)for(let _0x244b19=0x0;_0x244b19<_0x244de4['children']['length'];_0x244b19++){const _0xbbe8ce=_0x244de4['children'][_0x244b19];_0x37a026(_0xbbe8ce);}};for(let _0x17f211=0x0;_0x17f211<_0x3e3065['children']['length'];_0x17f211++)_0x37a026(_0x3e3065['children'][_0x17f211]);}(this['document'],_0x52e0fd=>{if(ar(_0x52e0fd)){const _0x282c14=this['splitTextNodeIntoWordNodes'](_0x52e0fd);_0x282c14['length']&&_0x53c44a['push'](..._0x282c14);}_0x52e0fd['isWordSplitSource']||_0x52e0fd['isWordSplitResult']||_0x53c44a['push'](_0x52e0fd);}),_0x53c44a;}['splitTextNodeIntoWordNodes'](_0x33b941){if(_0x33b941['isWordSplitSource']||_0x33b941['isWordSplitResult'])return[];const _0x11686d=_0x54cfdd(_0x33b941)['match'](/(?:\s*\S+\s*)/g),_0xa0c8b9=[];if(_0x11686d&&_0x11686d['length']>0x1){for(const _0x5e9eb0 of _0x11686d){const _0x28ff8c=new _0x2e2b16(_0x5e9eb0);_0x28ff8c['isWordSplitResult']=!0x0,_0x53ea51(_0x33b941,_0x28ff8c),_0xa0c8b9['push'](_0x28ff8c);}_0x33b941['isWordSplitSource']=!0x0,_0x33c6d9(_0x33b941);}return _0xa0c8b9;}}const cr=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function ar(_0x6fc3e5){return _0x23320c(_0x6fc3e5);}function dr(_0x42012f){return _0x41757a(_0x42012f);}function pr(_0x251845){const _0x2dc171=new AbortController();return{'promise':new Promise((_0x1e820d,_0x9cc7cd)=>{const _0x195101=setTimeout(_0x1e820d,_0x251845);_0x2dc171['signal']['addEventListener']('abort',()=>{clearTimeout(_0x195101),_0x9cc7cd();});}),'abortController':_0x2dc171};}const Te=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'];class na extends _0x19a8c6{['htmlStreamer'];['children'];['headerView'];['contentView'];constructor(_0x4ec6b9,{part:_0x3c4f99,uiIndex:_0x9dd9a7,areActionsDisabled:_0x3d2708,availableActions:_0x130aa6}){super(_0x4ec6b9),this['set']('partDefinition',_0x3c4f99),this['set']('state','pending'),this['set']('isVisible',!0x1),this['bind']('isEnabled')['to'](this,'state',_0x6b6da0=>'pending'==_0x6b6da0&&!_0x3d2708),this['children']=this['createCollection'](),this['htmlStreamer']=new ha({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['headerView']=new Un(_0x4ec6b9,{'part':_0x3c4f99,'uiIndex':_0x9dd9a7,'availableActions':_0x130aa6}),this['headerView']['bind']('partDefinition')['to'](this),this['headerView']['bind']('isEnabled')['to'](this),this['headerView']['bind']('state')['to'](this),this['headerView']['delegate'](...Te)['to'](this);const _0xb454bd=this['bindTemplate'];this['contentView']=new _0x19a8c6(),this['contentView']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion__body__content-part__content']}}),this['children']['addMany']([this['contentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0xb454bd['to']('state',_0x59cf08=>'ck-ai-suggestion__body__content-part_'+_0x59cf08),_0xb454bd['to']('isEnabled',_0x12fd15=>_0x12fd15?'ck-ai-suggestion__body__content-part_active':void 0x0),_0xb454bd['if']('isVisible','ck-hidden',_0x2a74e8=>!_0x2a74e8)]},'children':this['children'],'on':{'mouseenter':_0xb454bd['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x3c4f99['index']});}),'mouseleave':_0xb454bd['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x3c4f99['index']});})}});}async['updateContent']({part:_0x58843a,renderingStrategy:_0x4ec509,showUnchangedParts:_0x5437d8=!0x1,abortSignal:_0x41a335}){this['partDefinition']=_0x58843a,this['isVisible']=this['partDefinition']['hasChanges']||_0x5437d8,this['isVisible']&&('streaming'===_0x4ec509?await this['htmlStreamer']['stream']({'document':this['partDefinition']['content'],'targetElement':this['contentView']['element'],'abortSignal':_0x41a335}):this['contentView']['element']['innerHTML']=ut(this['partDefinition']['content']));}['toggleHeader'](_0x52f041){_0x52f041?this['children']['has'](this['headerView'])||this['children']['add'](this['headerView'],0x0):this['children']['has'](this['headerView'])&&this['children']['remove'](this['headerView']);}}class Un extends _0x19a8c6{['children'];['_toolbarView'];['_iconStateAccepted'];['_iconStateRejected'];['_iconStateOutdated'];constructor(_0xc9921,{part:_0x35b324,uiIndex:_0x504279,availableActions:_0x87f1cc}){super(_0xc9921),this['set']('partDefinition',_0x35b324),this['set']('isEnabled',!0x0),this['set']('state','pending');const _0x58e676=new _0x50b9df();_0x58e676['content']=_0xa2a32e,_0x58e676['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-title']}});const _0x4f460d=[];if(_0x87f1cc['includes']('showChangeInText')){const _0x30af3f=new _0x14ee0a(_0xc9921);_0x30af3f['set']({'label':C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT'),'tooltip':!0x0,'withText':!0x1,'icon':_0x13603c}),_0x30af3f['bind']('isEnabled')['to'](this),_0x30af3f['on']('execute',()=>{this['fire']('showChangeInText',{'index':_0x35b324['index']});}),_0x4f460d['push'](_0x30af3f);}if(_0x87f1cc['includes']('insertSuggestion')){const _0xcc43be=new _0x14ee0a(_0xc9921);_0xcc43be['set']({'label':C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION'),'tooltip':!0x0,'withText':!0x1,'icon':_0x4c5817}),_0xcc43be['bind']('isEnabled')['to'](this),_0xcc43be['on']('execute',()=>{this['fire']('insertSuggestion',{'index':_0x35b324['index']});}),_0x4f460d['push'](_0xcc43be);}const _0x505ff1=new _0x14ee0a(_0xc9921);_0x505ff1['set']({'label':C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_DELETE'),'tooltip':!0x0,'withText':!0x1,'icon':_0xdc18ef}),_0x505ff1['bind']('isEnabled')['to'](this),_0x505ff1['on']('execute',()=>{this['fire']('rejectSuggestion',{'index':_0x35b324['index']});}),_0x4f460d['push'](_0x505ff1),this['_toolbarView']=new _0x541968(_0xc9921),this['_toolbarView']['items']['addMany'](_0x4f460d),this['_iconStateAccepted']=new _0x50b9df(),this['_iconStateAccepted']['content']=_0x368b6c,this['_iconStateAccepted']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-accepted'],'data-cke-tooltip-text':C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED'),'data-cke-tooltip-position':'n'}}),this['_iconStateRejected']=new _0x50b9df(),this['_iconStateRejected']['content']=_0x43e783,this['_iconStateRejected']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-rejected'],'data-cke-tooltip-text':C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_REJECTED'),'data-cke-tooltip-position':'n'}}),this['_iconStateOutdated']=new _0x50b9df(),this['_iconStateOutdated']['content']=_0x43e783,this['_iconStateOutdated']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-outdated'],'data-cke-tooltip-text':C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_OUTDATED'),'data-cke-tooltip-position':'n'}});const _0x58c48d=new _0x19a8c6(_0xc9921);_0x58c48d['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[C(_0xc9921,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x504279['toString']())]}),this['children']=this['createCollection'](),this['children']['addMany']([_0x58e676,_0x58c48d,this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-suggestion__body__content-part__title']},'children':this['children']}),this['on']('change:state',(_0xa4beb7,_0xe0079a,_0x5f6e7,_0xddc3e)=>{switch(_0xddc3e){case'pending':this['children']['remove'](this['_toolbarView']);break;case'accepted':this['children']['remove'](this['_iconStateAccepted']);break;case'rejected':this['children']['remove'](this['_iconStateRejected']);break;case'outdated':this['children']['remove'](this['_iconStateOutdated']);}switch(_0x5f6e7){case'pending':this['children']['add'](this['_toolbarView']);break;case'accepted':this['children']['add'](this['_iconStateAccepted']);break;case'rejected':this['children']['add'](this['_iconStateRejected']);break;case'outdated':this['children']['add'](this['_iconStateOutdated']);}});}}class _ extends _0x135bec(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x550b16){const _0x3dd81f=this['createTask'](_0x550b16);return this['queue']['push'](_0x3dd81f),this['_processQueue'](),_0x3dd81f['completePromise'];}['abort'](){this['isProcessing']&&(this['_abortController']['abort'](),this['_abortController']=void 0x0,this['queue']=[],this['fire']('_queueEmpty'),this['isProcessing']=!0x1);}get['queueEmptyPromise'](){return this['queue']['length']||this['isProcessing']?new Promise(_0x47b428=>{this['once']('_queueEmpty',()=>{_0x47b428();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x10b7e0=this['queue']['shift']();try{await _0x10b7e0['callback'](this['_abortController']['signal']),_0x10b7e0['resolve']();}catch(_0x2c84e1){_0x10b7e0['reject'](_0x2c84e1);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x1a3209){let _0x66bf4c,_0x3e7d3c;const _0x32366e=new Promise((_0x12cda6,_0x3063ea)=>{_0x66bf4c=_0x12cda6,_0x3e7d3c=_0x3063ea;});return{'callback':_0x1a3209,'resolve':_0x66bf4c,'reject':_0x3e7d3c,'completePromise':_0x32366e};}}class jr extends _0x19a8c6{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x7dc0b8){super();const _0x6bd62c=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new ha({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x7dc0b8,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x6bd62c['if']('isDone','ck-ai-chat__feed__item_done'),_0x6bd62c['if']('isVisible','ck-hidden',_0x202175=>!_0x202175),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){this['htmlStreamer']['cleanUpAnimations']({'targetElement':this['element']}),this['element']['querySelectorAll']('[data-id]')['forEach'](_0x105f5f=>{_0x105f5f['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x1e9184,_0x2edc5e,_0x9f4823){await this['htmlStreamer']['stream']({'document':_0x1e9184,'targetElement':_0x2edc5e,'abortSignal':_0x9f4823});}}class _e extends jr{constructor(_0xedaaf7){super(_0xedaaf7),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-error','warning'===_0xedaaf7['level']?'ck-ai-chat-error_warning':'']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x36fdcb){this['element']['innerHTML']=_0x36fdcb;}}class Dr extends _0x19a8c6{['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x49b4d8,_0x436a9a){super(_0x49b4d8);const {areActionsDisabled:_0x5ee65a,showUnchangedParts:_0x163a76,availableActions:_0x56f3dd}=_0x436a9a;this['_areActionsDisabled']=_0x5ee65a,this['_showUnchangedParts']=_0x163a76,this['_availableActions']=_0x56f3dd,this['set']('hasPendingParts',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new _(),this['_emptyPartsWarningView']=new _e({'id':'empty-parts-warning','initialContent':C(_0x49b4d8,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView']]});}get['partsCount'](){return this['_children']['length'];}async['updateContentParts']({parts:_0x2d51d1,renderingStrategy:_0x1e6e48,abortSignal:_0xf141c6}){this['_children']['length']?_0x2d51d1['forEach'](_0x39eaa3=>{const _0x4a8df2=this['_cachedContentParts']['findIndex'](_0x4af2b2=>_0x4af2b2['index']==_0x39eaa3['index']);-0x1===_0x4a8df2?this['_cachedContentParts']['push'](_0x39eaa3):this['_cachedContentParts'][_0x4a8df2]=_0x39eaa3;}):this['_cachedContentParts']=_0x2d51d1;for(const _0x149636 of _0x2d51d1['filter'](_0x1316d1=>_0x1316d1['hasChanges']))this['_updateContentPartsPromiseQueue']['enqueue'](async _0x37b5dd=>{let _0x2db011=this['getPartView'](_0x149636['index']);_0x2db011||(_0x2db011=new na(this['locale'],{'part':_0x149636,'uiIndex':this['_children']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x2db011['delegate'](...Te)['to'](this),this['_children']['add'](_0x2db011),this['hasPendingParts']=!0x0),0x2===this['_children']['length']&&this['_children']['first']['toggleHeader'](!0x0),_0x2db011['toggleHeader'](this['_children']['length']>0x1),await _0x2db011['updateContent']({'part':_0x149636,'renderingStrategy':_0x1e6e48,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x37b5dd});});return _0xf141c6?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x3e5c33,_0x3144be){const _0x5c2df4=this['getPartView'](_0x3e5c33);_0x5c2df4&&(_0x5c2df4['state']=_0x3144be),this['hasPendingParts']='pending'==_0x3144be||Array['from'](this['_children'])['some'](_0x4e9bea=>'pending'==_0x4e9bea['state']);}['getPartView'](_0x576e28){return this['_children']['find'](_0x4ccee6=>_0x4ccee6['partDefinition']['index']==_0x576e28)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x59e8be=!this['_cachedContentParts']['find'](({hasChanges:_0x2d810a})=>_0x2d810a),_0x1c8a22=!!this['_cachedContentParts']['find'](({hasChanges:_0x363873})=>!_0x363873);this['_emptyPartsWarningView']['isVisible']=0x0==this['_children']['length']||_0x1c8a22,_0x59e8be?this['_emptyPartsWarningView']['setContent'](C(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](C(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}}get['hasNonEmptyParts'](){return!!this['_children']['find'](_0x3fe1b7=>_0x3fe1b7['partDefinition']['hasChanges']);}}class Le extends _0x577daf{constructor(_0x1c282e=void 0x0){super();const _0x21af3e=_0x1c282e?'ck-ai-spinner_'+_0x1c282e:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x21af3e]}});}}class e extends _0x19a8c6{['bodyView'];['miniToolbarView'];['children'];['headerView'];['loaderView'];['errorView'];['sourcesView'];constructor(_0x5cf0cc,_0x273b21){super(_0x5cf0cc);const {showDiff:_0x3b6e2a,areActionsDisabled:_0x4c32f5,miniToolbarConfig:_0x10e1d8,hideHeader:_0x6b32a,showLoader:_0x3645c2,showUnchangedParts:_0x259e55,availableActions:_0x13f772}=_0x273b21;this['set']('areChangesVisible',!0x1),this['set']('isLoaderVisible',!!_0x3645c2),this['set']('isErrorVisible',!0x1),this['set']('isLoading',!0x1),this['children']=this['createCollection'](),_0x6b32a||(this['headerView']=new Lr(_0x5cf0cc,{'showDiff':_0x3b6e2a}),this['headerView']['on']('toggleShowChanges',(_0x5d3617,_0xac51bd)=>{this['areChangesVisible']=_0xac51bd['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0xac51bd['isOn']});}),this['children']['add'](this['headerView'])),this['bodyView']=new Dr(_0x5cf0cc,{'areActionsDisabled':_0x4c32f5,'showUnchangedParts':!!_0x259e55,'availableActions':_0x13f772}),this['bodyView']['delegate'](...Te)['to'](this),this['bodyView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoaderVisible','ck-hidden'),this['bindTemplate']['if']('isErrorVisible','ck-hidden')]}}),this['miniToolbarView']=new Vr(_0x5cf0cc,_0x10e1d8,_0x3b6e2a),this['miniToolbarView']['delegate'](...Te)['to'](this),this['miniToolbarView']['on']('toggleShowChanges',(_0x3420ad,_0x371823)=>{this['areChangesVisible']=_0x371823,this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x371823});}),this['miniToolbarView']['bind']('isLoading')['to'](this),this['children']['add'](this['bodyView']),this['children']['add'](this['miniToolbarView']),this['sourcesView']=new Sr(this['locale']),this['children']['add'](this['sourcesView']),_0x3645c2&&(this['loaderView']=this['_createLoaderView'](),this['children']['add'](this['loaderView'])),this['errorView']=this['_createErrorView'](),this['children']['add'](this['errorView']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0x2d6afc){await this['bodyView']['updateContentParts'](_0x2d6afc);}['updateSources'](_0x4e51c8){this['sourcesView']['children']['addMany'](_0x4e51c8['map'](_0x5d0c13=>new Fr(this['locale'],_0x5d0c13))),this['sourcesView']['isVisible']=!0x0;}['showLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x0);}['hideLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x1);}['showError'](_0x178bb8){if(this['errorView']){const _0x46744b=this['errorView']['element']?.['querySelector']('.ck-ai-suggestion__error-text');_0x46744b&&(_0x46744b['textContent']=_0x178bb8),this['isErrorVisible']=!0x0;}}['hideError'](){this['errorView']&&(this['isErrorVisible']=!0x1);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['setErrorState'](){this['miniToolbarView']&&(this['miniToolbarView']['isLoading']=!0x0),this['headerView']?.['showChangesToggleView']&&(this['headerView']['showChangesToggleView']['isEnabled']=!0x1);}['clearErrorState'](){this['miniToolbarView']&&(this['miniToolbarView']['isLoading']=!0x1),this['headerView']?.['showChangesToggleView']&&(this['headerView']['showChangesToggleView']['isEnabled']=!0x0);}['addNavigationItem'](_0x59fe52){this['miniToolbarView']['items']['add'](_0x59fe52);}['removeNavigationItem'](_0x1f0b34){this['miniToolbarView']['items']['remove'](_0x1f0b34);}['_createLoaderView'](){const _0x230673=new _0x19a8c6(this['locale']),_0x49a690=new Le('small');_0x49a690['isVisible']=!0x0;const _0x43e1a1=new _0x19a8c6(this['locale']);return _0x43e1a1['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[C(this['locale'],'AI_CHAT_IS_WRITING')]}),_0x230673['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isLoaderVisible','ck-hidden',_0x5c59ba=>!_0x5c59ba)]},'children':[_0x49a690,_0x43e1a1]}),_0x230673;}['_createErrorView'](){const _0x4b37b8=new _0x19a8c6(this['locale']),_0x3a97f1=new _0x19a8c6(this['locale']);return _0x3a97f1['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[C(this['locale'],'AI_CHAT_GENERIC_ERROR')]}),_0x4b37b8['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error',this['bindTemplate']['if']('isErrorVisible','ck-hidden',_0x2d0662=>!_0x2d0662)]},'children':[_0x3a97f1]}),_0x4b37b8;}}class Sr extends _0x19a8c6{['children'];constructor(_0x4a79fc){super(_0x4a79fc),this['children']=this['createCollection'](),this['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources',this['bindTemplate']['if']('isVisible','ck-hidden',_0x5a5f56=>!_0x5a5f56)]},'children':this['children']});const _0x214135=new _0x19a8c6(this['locale']),_0x80de2c=new _0x50b9df();_0x80de2c['content']=_0x2870b9,_0x214135['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x80de2c,{'tag':'span','children':[{'text':C(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x214135);}}class Fr extends _0x14ee0a{constructor(_0x47a290,_0x543f64){super(_0x47a290),this['set']({'label':_0x543f64['title'],'tooltip':_0x543f64['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x16b9de=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x16b9de['to'](()=>{window['open'](_0x543f64['url'],'_blank');})}}),_0x543f64['favicon']){const _0x342856=new _0x19a8c6(_0x47a290);_0x342856['setTemplate']({'tag':'img','attributes':{'src':_0x543f64['favicon']||_0x2870b9,'alt':_0x543f64['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x342856);}else this['set']('icon',_0x2870b9);}}class es extends _0x541968{constructor(_0x446b73,_0x4c7b5c=!0x0,_0x2dcdaa=!0x0){super(_0x446b73),this['set']('isLoading',!0x1),_0x4c7b5c&&(this['applyButton']=this['_createButton'](C(_0x446b73,'AI_BALLOON_APPLY_BUTTON'),'ck-ai-button-primary'),this['applyButton']['bind']('isEnabled')['to'](this,'isLoading',_0xc47651=>!_0xc47651),this['items']['add'](this['applyButton'])),_0x2dcdaa&&(this['suggestButton']=this['_createButton'](C(_0x446b73,'AI_BALLOON_SUGGEST_BUTTON'),_0x4c7b5c?'ck-ai-button-secondary':'ck-ai-button-primary'),this['suggestButton']['bind']('isEnabled')['to'](this,'isLoading',_0x19cd79=>!_0x19cd79),this['items']['add'](this['suggestButton'])),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['_createButton'](_0xb75ed7,_0x141f14){const _0x73ced0=new _0x14ee0a(this['locale']);return _0x73ced0['set']({'label':_0xb75ed7,'class':_0x141f14||'','isVisible':!0x0,'withText':!0x0}),_0x73ced0;}}class os extends _0x19a8c6{constructor(_0x152be1){super(_0x152be1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':C(_0x152be1,'AI_DISCLAIMER_TEXT')}]}]});}}const O=['applySuggestion','insertSuggestion','showNext','showPrevious'];class R extends _0x19a8c6{['focusTracker'];['keystrokes'];['focusCycler'];['_availableActions'];['_focusables'];['_errorView'];constructor(_0x4d6c9d,_0x5ccdb9,_0x139030,_0x552b2b){super(_0x4d6c9d),this['_availableActions']=_0x139030,this['set']('isLoading',!0x1),this['set']('isTrackChangesOn',_0x552b2b),this['set']('isErrorVisible',!0x1),this['set']('errorMessage',''),this['focusTracker']=new ts(),this['keystrokes']=new _0x1f1bc5(),this['_focusables']=this['createCollection'](),this['focusCycler']=new $t({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0xf07a6b(),this['_addContentView'](_0x5ccdb9['mainView']),this['_addDisclaimerView'](),this['_addToolbar'](_0x5ccdb9['showApplyButton'],_0x5ccdb9['showSuggestButton']),this['toolbar']['bind']('isLoading')['to'](this),this['_focusables']['clear'](),this['_focusables']['addMany']([this['toolbar']]),this['setTemplate']({'tag':'div','attributes':{'class':'ai-balloon-content'},'children':this['_dialogContent']}),this['on']('change:isTrackChangesOn',()=>{this['_dialogContent']['remove'](this['toolbar']),this['_addToolbar'](_0x5ccdb9['showApplyButton'],_0x5ccdb9['showSuggestButton']);});}['render'](){super['render']();for(const _0x32b93d of this['_focusables'])this['focusTracker']['add'](_0x32b93d['element']);this['keystrokes']['listenTo'](this['element']);}['focus'](_0x5df067){-0x1===_0x5df067?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['showError'](_0x43605c){this['_errorView']||(this['_errorView']=this['_createErrorView'](),this['_dialogContent']['addMany']([this['_errorView']],0x0)),this['errorMessage']=_0x43605c,this['isErrorVisible']=!0x0;}['hideError'](){this['isErrorVisible']=!0x1;}['showRecoverableError'](_0x256192){this['showError'](_0x256192);}['showBlockingError'](_0x2d4ac3){this['showError'](_0x2d4ac3),this['toolbar']&&(this['toolbar']['applyButton']&&(this['toolbar']['applyButton']['isEnabled']=!0x1),this['toolbar']['suggestButton']&&(this['toolbar']['suggestButton']['isEnabled']=!0x1));}['setupRotator'](_0x5217eb){const _0x1bf722=this['_createNextButtonView'](),_0xcdedf1=this['_createPreviousButtonView']();_0x5217eb['view']['headerView']['children']['add'](_0x1bf722,0x2),_0x5217eb['view']['headerView']['children']['add'](_0xcdedf1,0x0),this['_focusables']['addMany']([_0x1bf722,_0xcdedf1]),this['focusTracker']['add'](_0x1bf722['element']),this['focusTracker']['add'](_0xcdedf1['element']);}['_addContentView'](_0x500ad5){this['_mainView']=_0x500ad5,this['_dialogContent']['add'](this['_mainView']);}['updateContent'](_0xe7e130){const _0x237a1c=this['_dialogContent']['getIndex'](this['_mainView']);this['_dialogContent']['remove'](this['_mainView']),this['_mainView']=_0xe7e130,this['_dialogContent']['add'](this['_mainView'],_0x237a1c),this['hideError']();}['_addDisclaimerView'](){this['disclaimerView']=new os(this['locale']),this['_dialogContent']['add'](this['disclaimerView']);}['_addToolbar'](_0x3983a7=!0x0,_0x1c26b1=!0x0){_0x3983a7=_0x3983a7&&!this['isTrackChangesOn']&&this['_availableActions']['includes']('applySuggestion'),_0x1c26b1=_0x1c26b1&&this['_availableActions']['includes']('insertSuggestion'),this['toolbar']=new es(this['locale'],_0x3983a7,_0x1c26b1),this['toolbar']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['toolbar']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_dialogContent']['add'](this['toolbar']);}['_createNextButtonView'](){const _0x3c822b=new _0x14ee0a(this['locale']);return _0x3c822b['set']({'icon':_0x346a5d,'tooltip':C(this['locale'],'AI_BALLOON_NEXT_TOOLTIP')}),_0x3c822b['on']('execute',()=>{this['fire']('showNext');}),_0x3c822b;}['_createPreviousButtonView'](){const _0x17fbb5=new _0x14ee0a(this['locale']);return _0x17fbb5['set']({'icon':_0x25d049,'tooltip':C(this['locale'],'AI_BALLOON_PREVIOUS_TOOLTIP')}),_0x17fbb5['on']('execute',()=>{this['fire']('showPrevious');}),_0x17fbb5;}['_createErrorView'](){const _0x5ec967=new _0x19a8c6(this['locale']),_0x2b4998=new _0x19a8c6(this['locale']);return _0x2b4998['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('errorMessage')}]}),_0x5ec967['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ai-balloon-error',this['bindTemplate']['if']('isErrorVisible','ck-hidden',_0x47c91d=>!_0x47c91d)]},'children':[_0x2b4998]}),_0x5ec967;}}const x=0xa;class w extends _0x171820{static get['requires'](){return[s,c];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_config'];['_isUpdatingMarkers']=!0x1;['_pendingRenderCallback']=null;['open'](_0x33dfaa){const _0x3f2deb=P(this['context']);if(this['_config']=_0x33dfaa,this['isOpen'])return void this['_updateBalloon'](_0x33dfaa);const _0x1e4213=this['context']['config']['get']('ai.availableReplyActions')||[...k],_0x20e818=_0x3f2deb?.['commands']['get']('trackChanges'),_0x17175e=_0x20e818?.['value'];this['balloonView']=new R(_0x3f2deb['locale'],_0x33dfaa,_0x1e4213,!!_0x17175e),this['balloonView']['delegate'](...O)['to'](this),_0x20e818&&this['balloonView']['bind']('isTrackChangesOn')['to'](_0x20e818,'value'),this['_showDialog'](_0x33dfaa);}['close'](){P(this['context'])['plugins']['get']('Dialog')['hide']();}['_updateBalloon'](_0x565204){const _0x3c0247=P(this['context']),_0x2bb23d=_0x3c0247['plugins']['get']('Dialog');this['_pendingRenderCallback']&&(_0x3c0247['editing']['view']['off']('render',this['_pendingRenderCallback']),this['_pendingRenderCallback']=null),this['_isUpdatingMarkers']=!0x0,_0x2bb23d['view']?.['headerView']&&(_0x2bb23d['view']['headerView']['label']=_0x565204['title'],_0x2bb23d['view']['headerView']['iconView']&&_0x565204['icon']&&(_0x2bb23d['view']['headerView']['iconView']['content']=_0x565204['icon'])),this['balloonView']['updateContent'](_0x565204['mainView']),this['_setupVisualSelection'](_0x565204['ranges'],_0x565204['index']),this['_pendingRenderCallback']=()=>{this['_isUpdatingMarkers']=!0x1,this['_pendingRenderCallback']=null,_0x2bb23d['view']&&_0x2bb23d['view']['updatePosition']();},_0x3c0247['editing']['view']['once']('render',this['_pendingRenderCallback']);}['_setupVisualSelection'](_0x4e561f,_0x389b5c){this['context']['plugins']['get'](c)['showFakeVisualSelection'](_0x4e561f,'ai-balloon-'+_0x389b5c,!0x0,!0x0);}['_showDialog'](_0x4c9469){const _0xa54556=P(this['context']);this['_setupVisualSelection'](_0x4c9469['ranges'],_0x4c9469['index']);const _0x97faa8=this['_getSelectionElements']();_0x97faa8&&_0x97faa8[0x0]&&_0x2992c3({'target':_0x97faa8[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),_0xa54556['plugins']['get']('Dialog')['show']({'title':_0x4c9469['title'],'icon':_0x4c9469['icon'],'hasCloseButton':!0x0,'id':'aiBalloon','position':this['_calculateDialogPosition']['bind'](this),'className':'ai-balloon'+(_0x4c9469['showRotator']?'\x20ai-balloon-rotator':''),'content':this['balloonView'],'onShow':_0x125148=>{_0x4c9469['showRotator']&&this['balloonView']['setupRotator'](_0x125148),this['_setupMarkerRemovalListener'](),this['isOpen']=!0x0;},'onHide':()=>{this['context']['plugins']['get']('AIEditing')['hideFakeVisualSelection']('ai-balloon-'+this['_config']['index']),this['_cleanupMarkerRemovalListener'](),this['fire']('dialogClosed'),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x278659,_0xc029cf){if(!_0xc029cf)return null;const _0x46d9fa=this['_getSelectionElements']();if(!_0x46d9fa||0x0===_0x46d9fa['length'])return{'left':Math['round'](_0xc029cf['left']+_0xc029cf['width']/0x2-_0x278659['width']/0x2),'top':Math['round'](_0xc029cf['top']+_0xc029cf['height']/0x2-_0x278659['height']/0x2)};const _0x49a804=Math['round'](_0xc029cf['left']+_0xc029cf['width']/0x2-_0x278659['width']/0x2),_0x1bd9b1=new _0x31eb3f(_0x46d9fa[0x0]),_0x54ae21=new _0x31eb3f(_0x46d9fa[_0x46d9fa['length']-0x1]),_0x419c79=_0x278659['height'],_0x28edd7=this['_config']['showRotator']?0x8:0x0;return{'left':_0x49a804,'top':this['_calculateOptimalTopPosition'](_0x1bd9b1,_0x54ae21,_0x419c79,_0x28edd7,_0xc029cf)};}['_calculateOptimalTopPosition'](_0x433cf7,_0x3424e5,_0x258691,_0x2cdc3f=0x0,_0x4f6360){const _0x3d892e=_0x258691+_0x2cdc3f,_0x5514ae=new _0x31eb3f(_0x110318['window']),_0x4e4011=[_0x433cf7['getVisible'](),_0x3424e5['getVisible']()]['filter'](_0x3d0824=>_0x3d0824),_0x21ae7a=_0x31eb3f['getBoundingRect'](_0x4e4011);if(!_0x21ae7a)return Math['round'](_0x4f6360['top']+_0x4f6360['height']/0x2);const _0x2526bd=_0x5514ae['getIntersection'](_0x21ae7a);if(!_0x2526bd)return Math['round'](_0x4f6360['top']+_0x4f6360['height']/0x2);const _0x4596b8=_0x4f6360['getVisible'](),_0x1b122b=_0x4596b8&&_0x21ae7a['height']>_0x4596b8['height'],_0x543be3=_0x2526bd['top'],_0x2ef8ba=_0x2526bd['bottom'];if(_0x1b122b){const _0x1a8e0c=(_0x4596b8||_0x5514ae)['height']/0x2-_0x3d892e/0x2,_0x46f16e=_0x543be3-x-_0x4f6360['top'],_0x32cb02=_0x4f6360['bottom']-_0x2ef8ba-x;return _0x46f16e>=_0x3d892e?Math['max'](x,_0x543be3-_0x3d892e-x):_0x32cb02>=_0x3d892e?_0x2ef8ba+x:Math['max'](x,_0x1a8e0c);}const _0x17c49a=_0x543be3-_0x3d892e,_0x27e308=_0x4f6360['bottom']-_0x2ef8ba-x,_0x87d7d4=_0x543be3-x-_0x4f6360['top'];let _0x5e897a;if(_0x27e308>=_0x3d892e)_0x5e897a=_0x2ef8ba+x;else{if(_0x87d7d4>=_0x3d892e)_0x5e897a=_0x17c49a-x;else _0x5e897a=_0x543be3+_0x21ae7a['height']/0x2-_0x3d892e/0x2;}return _0x5e897a;}['_setupMarkerRemovalListener'](){const _0x3876a9=P(this['context']);this['listenTo'](_0x3876a9['model']['document'],'change',()=>{if(this['_isUpdatingMarkers'])return;for(const {name:_0x3bb7e5,data:{newRange:_0x30d302}}of _0x3876a9['model']['document']['differ']['getChangedMarkers']())if(_0x3bb7e5['startsWith']('ai-selection:')&&(_0x30d302&&(_0x30d302['start']['isEqual'](_0x30d302['end'])||'$graveyard'==_0x30d302['root']['rootName'])||null==_0x30d302)){const _0x5d5bf1=C(this['context']['locale'],'AI_ACTIONS_SELECTION_REMOVED_ERROR');this['balloonView']['showBlockingError'](_0x5d5bf1),this['fire']('selectionRemoved');}});}['_cleanupMarkerRemovalListener'](){const _0x68a96d=P(this['context']);this['stopListening'](_0x68a96d['model']['document']);}['_getSelectionElements'](){const _0x50778b=P(this['context']);return _0x1bb7e4(_0x50778b['editing'],[..._0x50778b['model']['markers']['getMarkersGroup']('ai-selection'),..._0x50778b['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}}class tt extends _0x171820{['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_batchToChanges']=new Map();['_previewedChangeGroup']=null;['_balloonShowDiff']=!0x1;static get['requires'](){return[s,w,_0x2b3cb3];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new ht({'connector':this['_aiConnector'],'availableModels':this['context']['config']['get']('ai.chat.models.displayedModels'),'defaultModelId':this['context']['config']['get']('ai.chat.models.defaultModelId')});const _0x9b819e=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x46c152,_0x115cbd)=>{this['_handleUIUserMessage']({'userMessage':_0x115cbd});}),this['listenTo'](_0x9b819e,'resizedTabs',(_0x42cd36,_0x1f167b)=>{this['_setIsMaximized'](_0x1f167b);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0x9b819e['resize']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['activeConversation']?.['addCurrentDocumentToContext'](C(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x1c2b52,_0x3afbe1)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x3afbe1));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x3722f5,_0x2b96f1)=>{this['activeConversation']?.['addUrlToContext'](_0x2b96f1);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x8f8db4,_0x1b33cf)=>{this['activeConversation']?.['addResourceToContext'](_0x1b33cf['source'],_0x1b33cf['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x4a20c4,_0xcfc6a4)=>{this['_removeFromContext'](_0xcfc6a4);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x14438d,_0xd9c35c)=>{this['activeConversation']?.['loadSourceResources'](_0xd9c35c['sourceId'],_0xd9c35c['query'],_0xd9c35c['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x2b09a9,_0x15f4b1)=>{this['activeConversation']?.['setModel'](_0x15f4b1);}),this['listenTo'](this['_aiChatUi'],'like',(_0x3b2262,{replyId:_0x133969})=>{console['log']('Liked\x20response',_0x133969);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x4ccfc6,{replyId:_0x3527b0})=>{console['log']('Disliked\x20response',_0x3527b0);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0xbe0e5f,_0x5e343e)=>{this['context']['plugins']['get'](w)['close'](),this['_insertSuggestion'](_0x5e343e);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x59adc5,{replyId:_0x3e8230,partIndex:_0x2890fc})=>{this['_balloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x3e8230,_0x2890fc);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x39bbf7,{replyId:_0x2d30a0,partIndex:_0x5ad317})=>{const _0x39651c=this['_getDocumentRangeForReplyChanges'](_0x2d30a0,_0x5ad317);_0x39651c&&'$graveyard'!=_0x39651c['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']([_0x39651c['range']],'ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x8a3451,_0x5af701)=>{this['context']['plugins']['get'](w)['close'](),this['_applySuggestion'](_0x5af701);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x59b4a1,{replyId:_0x4d1ceb,showDiff:_0xc52dbb})=>{const {reply:_0x1fb09b}=this['getInteractionAndReplyById'](_0x4d1ceb),_0x242db0=_0x1fb09b['getContentParts']({'showDiff':_0xc52dbb});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x1fb09b['id'],'parts':_0x242db0,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x2315ae,{replyId:_0xf8c846,partIndex:_0x1b01ce})=>{this['_previewedChangeGroup']?.['replyId']==_0xf8c846&&this['_previewedChangeGroup']?.['partIndex']==_0x1b01ce&&this['context']['plugins']['get'](w)['close']();const {reply:_0x40ca1e}=this['getInteractionAndReplyById'](_0xf8c846);_0x40ca1e['setChangeGroupState'](_0x1b01ce,'rejected'),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');});}async['afterInit'](){this['context']instanceof st?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x41c96f,_0x49be6a)=>{_0x49be6a['on']('ready',()=>{this['_integrateEditor'](_0x49be6a);});}),await this['_startConversationSafely']();}['_insertSuggestion'](_0x474f38){const _0x3e7865=P(this['context']);if(!_0x3e7865['plugins']['has']('TrackChanges'))throw new _0x29f184('ai-no-track-changes',null);const _0x10d9c2=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x2de679,interaction:_0x8f28e8}=this['getInteractionAndReplyById'](_0x474f38['replyId']),_0x6b6f35=this['_getDocumentRangeForReplyChanges'](_0x474f38['replyId'],_0x474f38['partIndex']),_0x5596b7=void 0x0!==_0x474f38['partIndex']?[_0x2de679['changeGroups'][_0x474f38['partIndex']]]:_0x2de679['changeGroups']['filter'](_0x12f3cc=>'pending'==_0x12f3cc['state']),_0x187d43=_0x5596b7['map'](_0x2d8dc7=>_0x2de679['changeGroups']['indexOf'](_0x2d8dc7));if(!_0x6b6f35||'$graveyard'==_0x6b6f35['range']['root']['rootName'])return void _0x187d43['forEach'](_0x225067=>_0x2de679['setChangeGroupState'](_0x225067,'outdated'));_0x187d43['forEach'](_0x16c27a=>_0x2de679['setChangeGroupState'](_0x16c27a,'accepted'));const _0x42983c=v({'editor':_0x3e7865,'reply':_0x2de679,'interaction':_0x8f28e8,'groups':_0x5596b7,'transform':!0x0,'documentCompare':_0x10d9c2,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x367f74;_0x6b6f35&&this['_scrollToSuggestionRange'](_0x6b6f35['range']),_0x3e7865['model']['change'](_0x540ecd=>{_0x367f74=_0x540ecd['batch'],_0x3e7865['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x42983c),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['_batchToChanges']['set'](_0x367f74,{'interactionId':_0x8f28e8['id'],'replyId':_0x2de679['id'],'indexes':_0x187d43['slice']()}),this['_updateRatings'](_0x2de679);}['_applySuggestion'](_0xba1317){const _0x4bceb1=P(this['context']),_0x2c4aab=this['context']['plugins']['get'](_0x2b3cb3),{reply:_0x18b567,interaction:_0x5a99f4}=this['getInteractionAndReplyById'](_0xba1317['replyId']),_0x3d7772=this['_getDocumentRangeForReplyChanges'](_0xba1317['replyId'],_0xba1317['partIndex']),_0x193070=void 0x0!==_0xba1317['partIndex']?[_0x18b567['changeGroups'][_0xba1317['partIndex']]]:_0x18b567['changeGroups']['filter'](_0x524153=>'pending'==_0x524153['state']),_0x3daad5=_0x193070['map'](_0x4d997c=>_0x18b567['changeGroups']['indexOf'](_0x4d997c));if(!_0x3d7772||'$graveyard'==_0x3d7772['range']['root']['rootName'])return void _0x3daad5['forEach'](_0x53483c=>_0x18b567['setChangeGroupState'](_0x53483c,'outdated'));_0x3daad5['forEach'](_0x448880=>_0x18b567['setChangeGroupState'](_0x448880,'accepted'));const _0x94a68e=v({'editor':_0x4bceb1,'reply':_0x18b567,'interaction':_0x5a99f4,'groups':_0x193070,'transform':!0x0,'documentCompare':_0x2c4aab,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x2c79d0;_0x3d7772&&this['_scrollToSuggestionRange'](_0x3d7772['range']),_0x4bceb1['model']['change'](_0x46017b=>{_0x2c79d0=_0x46017b['batch'];for(const _0x4cbb01 of _0x94a68e)_0x4cbb01['baseVersion']=_0x4bceb1['model']['document']['version'],b(_0x4bceb1,_0x4cbb01),_0x46017b['batch']['addOperation'](_0x4cbb01),_0x4bceb1['model']['applyOperation'](_0x4cbb01);}),this['_batchToChanges']['set'](_0x2c79d0,{'interactionId':_0x5a99f4['id'],'replyId':_0x18b567['id'],'indexes':_0x3daad5['slice']()}),this['_updateRatings'](_0x18b567);}['_openBalloonFor'](_0x40ca4d,_0x30efa0){const _0x30a888=P(this['context']),_0x238292=this['_getDocumentRangeForReplyChanges'](_0x40ca4d,_0x30efa0),_0x1ebef1=this['context']['plugins']['get'](w);if(!_0x238292)return void _0x1ebef1['close']();const {range:_0x12a62e,currentIndex:_0x28d7b6}=_0x238292;if('$graveyard'==_0x12a62e['root']['rootName']){const {reply:_0x579200}=this['getInteractionAndReplyById'](_0x40ca4d);return _0x579200['setChangeGroupState'](_0x28d7b6,'outdated'),void _0x1ebef1['close']();}if(this['_previewedChangeGroup']?.['replyId']==_0x40ca4d&&this['_previewedChangeGroup']?.['partIndex']==_0x28d7b6)return;this['stopListening'](_0x1ebef1),this['_previewedChangeGroup']={'replyId':_0x40ca4d,'partIndex':_0x28d7b6};let _0x26d08d=_0x30a888['config']['get']('ai.availableReplyActions')||[...k];_0x30a888['plugins']['has']('TrackChanges')||(_0x26d08d=_0x26d08d['filter'](_0x1666b9=>'insertSuggestion'!=_0x1666b9));const _0x3f06e1=new e(_0x30a888['locale'],{'showDiff':this['_balloonShowDiff'],'areActionsDisabled':!0x1,'miniToolbarConfig':{'showChanges':'full'},'hideHeader':!0x0,'availableActions':_0x26d08d});this['stopListening'](_0x3f06e1);const {reply:_0x5a962c}=this['getInteractionAndReplyById'](_0x40ca4d),_0x1ab365=_0x5a962c['getContentParts']({'showDiff':this['_balloonShowDiff']})['filter'](_0x5d7561=>_0x5d7561['hasChanges']),_0x2d0c36=_0x1ab365['findIndex'](_0x1c96c8=>_0x1c96c8['index']==_0x28d7b6);if(-0x1==_0x2d0c36)return;const _0x4aa67b=_0x1ab365[_0x2d0c36],_0x4d5220=_0x1ab365['at']((_0x2d0c36-0x1)%_0x1ab365['length'])?.['index'],_0x4a7016=_0x1ab365['at']((_0x2d0c36+0x1)%_0x1ab365['length'])?.['index'];_0x3f06e1['updateContent']({'parts':[_0x4aa67b],'renderingStrategy':'static'});const _0x2c0c71=_0x28d7b6!==_0x4d5220;this['_scrollToSuggestionRange'](_0x12a62e,!0x0),_0x1ebef1['open']({'index':_0x28d7b6,'title':C(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x2d0c36+0x1)['toString']()),'icon':Ct,'mainView':_0x3f06e1,'showRotator':_0x2c0c71,'showApplyButton':!0x0,'showSuggestButton':_0x30a888['plugins']['has']('TrackChanges'),'ranges':[_0x12a62e]}),this['_aiChatUi']['scrollFeedToSuggestion'](_0x40ca4d,_0x28d7b6),this['listenTo'](_0x3f06e1,'toggleSuggestionDisplayMode',(_0x2cd176,{showDiff:_0x448985})=>{this['_balloonShowDiff']=_0x448985;const {reply:_0x25f80e}=this['getInteractionAndReplyById'](_0x40ca4d),_0x10e01e=_0x25f80e['getContentParts']({'showDiff':_0x448985,'groupIndex':_0x28d7b6});_0x3f06e1['updateContent']({'parts':_0x10e01e,'renderingStrategy':'static'});}),this['listenTo'](_0x1ebef1,'applySuggestion',()=>{this['_applySuggestion']({'replyId':_0x40ca4d,'partIndex':_0x28d7b6}),_0x2c0c71?this['_openBalloonFor'](_0x40ca4d,_0x4a7016):_0x1ebef1['close']();}),this['listenTo'](_0x1ebef1,'insertSuggestion',()=>{this['_insertSuggestion']({'replyId':_0x40ca4d,'partIndex':_0x28d7b6}),_0x2c0c71?this['_openBalloonFor'](_0x40ca4d,_0x4a7016):_0x1ebef1['close']();}),_0x2c0c71&&(this['listenTo'](_0x1ebef1,'showNext',()=>{this['_openBalloonFor'](_0x40ca4d,_0x4a7016);}),this['listenTo'](_0x1ebef1,'showPrevious',()=>{this['_openBalloonFor'](_0x40ca4d,_0x4d5220);})),this['listenTo'](_0x1ebef1,'dialogClosed',()=>{this['stopListening'](_0x1ebef1),this['stopListening'](_0x3f06e1),this['_previewedChangeGroup']=null;});}['_getDocumentRangeForReplyChanges'](_0x453e09,_0x3ce7a5){const _0x431cb0=P(this['context']),{reply:_0x31ac0a,interaction:_0x5e78a3}=this['getInteractionAndReplyById'](_0x453e09),_0x13c3b0=_0x31ac0a['changeGroups']['filter'](_0x18d2df=>'pending'==_0x18d2df['state']),_0x4aa017=_0x13c3b0['map'](_0x17e9af=>_0x31ac0a['changeGroups']['indexOf'](_0x17e9af));void 0x0===_0x3ce7a5&&(_0x3ce7a5=_0x4aa017[0x0]);const _0x2a4ea5=_0x4aa017['indexOf'](_0x3ce7a5);if(-0x1==_0x2a4ea5)return null;const _0x4301bc=_0x13c3b0[_0x2a4ea5],_0x332856=new mt([]),_0x384182=new mt([]);for(const _0x3064f7 of _0x4301bc['changes'])if('removed'!=_0x3064f7['type']&&_0x384182['children']['push'](_0x3064f7['node']['cloneNode'](!0x0)),'new'!=_0x3064f7['type']){const _0x5737d7=gt(_0x28dc66=>pt(_0x28dc66,'data-id')==_0x3064f7['id'],_0x31ac0a['documentContextContent'],!0x0);_0x332856['children']['push'](_0x5737d7['cloneNode'](!0x0));}if(0x0==_0x332856['children']['length']){if(_0x4301bc['changes'][0x0]['anchorId']){const _0x424264=ft('data-id',_0x4301bc['changes'][0x0]['anchorId'],_0x31ac0a['documentContextContent']);_0x332856['children']['unshift'](_0x424264['cloneNode'](!0x0)),_0x384182['children']['unshift'](_0x424264['cloneNode'](!0x0)),_0x424264['nextSibling']&&(_0x332856['children']['push'](_0x424264['nextSibling']['cloneNode'](!0x0)),_0x384182['children']['push'](_0x424264['nextSibling']['cloneNode'](!0x0)));}else{const _0x5334f9=_0x31ac0a['documentContextContent']['children'][0x0];if(!_0x5334f9)return null;_0x332856['children']['push'](_0x5334f9['cloneNode'](!0x0)),_0x384182['children']['push'](_0x5334f9['cloneNode'](!0x0));}}const _0x22faf8=_0x5e78a3['getDocumentContext'](),_0xf9850c=_0x431cb0['data']['parse'](_0x22faf8['content']),_0x1dba5b=ut(_0x332856),_0x2ecfc7=_0x431cb0['data']['parse'](_0x1dba5b),_0x11b166=_0x431cb0['data']['parse'](_0x1dba5b),_0x485949=_0x431cb0['model']['createPositionAt'](_0x2ecfc7,0x0),_0x5e9a4c=ut(_0x384182),_0xde13c3={'anchor':_0x485949,'markDeletions':!0x1},_0x462b5e=_0x431cb0['plugins']['get'](_0x2b3cb3)['getDiff'](_0x1dba5b,_0x5e9a4c,_0xde13c3)['getOperations']();if(!_0x462b5e['length'])return null;_0x431cb0['model']['change'](_0x5310dc=>{for(const _0x368e15 of _0x462b5e)if('remove'==_0x368e15['type']){const _0x5a2201=_0x368e15['sourcePosition'],_0x25468f=_0x368e15['howMany'],_0x91a752=new _0x1609ec(_0x5a2201,_0x25468f);_0x5310dc['batch']['addOperation'](_0x91a752),_0x431cb0['model']['applyOperation'](_0x91a752);}else'marker'!==_0x368e15['type']&&(_0x368e15['baseVersion']=null,_0x368e15['isDocumentOperation']=!0x1,_0x5310dc['batch']['addOperation'](_0x368e15),_0x431cb0['model']['applyOperation'](_0x368e15));});const _0x1e533c=lt(_0x431cb0,_0x462b5e,_0x2ecfc7);dt(_0x431cb0['model'],_0x1e533c);const _0x1a8088=_0x1e533c['getFirstRange']()['start']['path']['slice'](),_0x2f3d89=_0x1e533c['getFirstRange']()['end']['path']['slice'](),_0x4833e4=[];let _0x58d988=_0x2ecfc7,_0x2e449f=_0x11b166;for(let _0x58bb49=0x0;_0x58bb49<_0x2f3d89['length'];_0x58bb49++){const _0x10f3e0=_0x58d988['maxOffset']-_0x2f3d89[_0x58bb49];_0x4833e4[_0x58bb49]=_0x2e449f['maxOffset']-_0x10f3e0,_0x58d988=_0x58d988['getChildAtOffset'](_0x2f3d89[_0x58bb49]),_0x2e449f=_0x2e449f['getChildAtOffset'](_0x4833e4[_0x58bb49]);}const _0x34242d=_0x431cb0['model']['createRange'](_0x431cb0['model']['createPositionFromPath'](_0x11b166,_0x1a8088),_0x431cb0['model']['createPositionFromPath'](_0x11b166,_0x4833e4)),_0xf97a30=_0x11b166['getChild'](0x0)['getAttribute'](ct),_0x1ec0c4=Array['from'](_0xf9850c['getChildren']())['find'](_0x5003a7=>_0x5003a7['getAttribute'](ct)==_0xf97a30)['getPath'](),_0x2e7d46=_0x34242d['start']['path']['slice'](),_0x153994=_0x34242d['end']['path']['slice']();_0x2e7d46[0x0]=_0x1ec0c4[0x0]+_0x2e7d46[0x0],_0x153994[0x0]=_0x1ec0c4[0x0]+_0x153994[0x0];let _0xb6b3a0=_0x431cb0['model']['createRange'](_0x431cb0['model']['createPositionFromPath'](_0x431cb0['model']['document']['getRoot'](),_0x2e7d46),_0x431cb0['model']['createPositionFromPath'](_0x431cb0['model']['document']['getRoot'](),_0x153994));const _0x23b745=_0x431cb0['model']['document']['history']['getOperations'](_0x22faf8['version']);for(const _0xcf040a of _0x23b745)_0xb6b3a0=_0x59485f['_createFromRanges'](_0xb6b3a0['getTransformedByOperation'](_0xcf040a));return{'range':_0xb6b3a0,'currentIndex':_0x3ce7a5};}['_integrateEditor'](_0x147664){if(!_0x147664['plugins']['has']('Undo'))return;const _0x2d9043=_0x147664['commands']['get']('undo'),_0x5df0a8=_0x147664['commands']['get']('redo');this['listenTo'](_0x2d9043,'revert',(_0x206388,_0x38b12a,_0x5809a1)=>{const _0x792068=this['_batchToChanges']['get'](_0x38b12a);if(!_0x792068)return;const _0x4237f5=this['activeConversation']['getInteraction'](_0x792068['interactionId'])['getReply'](_0x792068['replyId']);_0x792068['indexes']['forEach'](_0x27c352=>_0x4237f5['setChangeGroupState'](_0x27c352,'pending')),this['_batchToChanges']['delete'](_0x38b12a),this['_batchToChanges']['set'](_0x5809a1,_0x792068);}),this['listenTo'](_0x5df0a8,'revert',(_0x5cd782,_0x366446,_0x51b0c1)=>{const _0xe5f4d0=this['_batchToChanges']['get'](_0x366446);if(!_0xe5f4d0)return;const _0x1c74bc=this['activeConversation']['getInteraction'](_0xe5f4d0['interactionId'])['getReply'](_0xe5f4d0['replyId']);_0xe5f4d0['indexes']['forEach'](_0x5072d7=>_0x1c74bc['setChangeGroupState'](_0x5072d7,'accepted')),this['_batchToChanges']['delete'](_0x366446),this['_batchToChanges']['set'](_0x51b0c1,_0xe5f4d0);});}async['loadConversation'](_0x5d148c){this['context']['plugins']['get'](w)['close'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']();try{const _0x365079=this['context']['plugins']['get'](at);this['updateConversationTitle']('\x20'),_0x365079['view']['activateTab']('chat'),await this['_startConversationSafely'](_0x5d148c);const {sessionId:_0x49f0b0}=this['_aiEditing']['getDocumentData']();await this['activeConversation']['load'](_0x5d148c,_0x49f0b0),this['activeConversation']['isCurrentDocumentInConversation']()&&this['activeConversation']['addCurrentDocumentToContext'](C(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}catch(_0x235f71){console['error']('Failed\x20to\x20load\x20conversation',_0x235f71);}finally{this['_aiChatUi']['startAutoScroll'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['handleRemovedConversation'](_0x819943){this['activeConversation']['id']===_0x819943&&this['_startConversationSafely']();}async['addSelectionToChatContext'](){const _0x55d412=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x55d412),this['activeConversation']?.['addCurrentDocumentToContext'](C(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_startConversationSafely']();}async['sendMessage']({message:_0x21a615,quickActionData:_0x19fa52}){await this['_handleUIUserMessage']({'userMessage':_0x21a615,'quickActionData':_0x19fa52});}['getGroupId'](){const _0x28381a=this['context']['config']['get']('collaboration.channelId');if(!_0x28381a)throw new _0x29f184('ai-chat-missing-channel-id',this);return _0x28381a;}async['_startConversationSafely'](_0x153a5a){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x153a5a);}catch(_0x41025c){ot('ai-chat-conversation-start-failed',_0x41025c),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation'](_0x3171a5){const _0x33fe8b=this['context']['plugins']['get'](w);let _0x441457;_0x33fe8b['isOpen']&&_0x33fe8b['close'](),_0x3171a5||!this['activeConversation']?_0x441457=this['context']['config']['get']('ai.chat.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x441457=this['activeConversation']['selectedModel']['id']),await this['_stopLastInteraction']();const _0x28f908=this['getGroupId'](),_0x1fa388=_0x3171a5||_0x223274();this['activeConversation']=new nt({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x441457,'conversationId':_0x1fa388,'group':_0x28f908,'getEditor':()=>P(this['context'])}),this['activeConversation']['on']('conversationInitialized',(_0x1681be,_0x3e94aa)=>{this['_aiChatUi']['createConversation'](_0x3e94aa),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x3171a5||(this['_aiChatUi']['resetConversationTitle'](),this['activeConversation']?.['addCurrentDocumentToContext'](C(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT')));}),this['activeConversation']['on']('uploadProgressChanged',(_0x34f9d4,_0xf9cb79)=>{this['_aiChatUi']['setIsUploadInProgress'](_0xf9cb79['isUploadInProgress']);}),this['activeConversation']['on']('interactionCreated',(_0x2b177a,_0x15cd43)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x15cd43);}),this['activeConversation']['on']('webSearchStarted',()=>{this['_aiChatUi']['setLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningStarted',()=>{this['_aiChatUi']['setLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('webSearchFinished',(_0x2747b0,_0x4088bb)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x4088bb,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x5495ce,_0x387f0a)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x387f0a,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x9a72b9,_0x9fb2fd)=>{this['_aiChatUi']['removeFeedInteraction'](_0x9fb2fd['id']);}),this['activeConversation']['on']('setConversationTitle',(_0xc76af,_0x49326c,_0x1ea676)=>{this['updateConversationTitle'](_0x49326c,_0x1ea676);}),this['activeConversation']['on']('replyCreated',(_0x97817,_0x5cdf53)=>{'text-delta'===_0x5cdf53['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x5cdf53):this['_aiChatUi']['addFeedItemAISuggestion'](_0x5cdf53);}),this['activeConversation']['on']('replyContentUpdated',async(_0x143bcf,_0x60fe06)=>{await this['_updateReplyContent']({'reply':_0x60fe06});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x3cf803,{reply:_0x3debd4,index:_0x383c9b,state:_0x5df72a})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x3debd4['id'],'index':_0x383c9b,'state':_0x5df72a});}),this['activeConversation']['on']('contextItemAdded',(_0x2eed9a,_0x4a70d8)=>{if(this['_aiChatUi']['addContextItem'](_0x4a70d8['contextItem'],_0x4a70d8['isLoading']),'selection'===_0x4a70d8['contextItem']['type']){const _0x219c30=[...P(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection'](_0x219c30,'ai-conversation-'+this['activeConversation']?.['id']);}}),this['activeConversation']['on']('contextItemRemoved',(_0x4d4827,_0x4e167b)=>{this['_aiChatUi']['removeContextItem'](_0x4e167b['uiId']),'current-document'==_0x4e167b['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x4e167b['type']&&this['_aiEditing']['hideFakeVisualSelection']('ai-conversation-'+this['activeConversation']?.['id']);}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x520fad,_0x44ca90)=>{this['_aiChatUi']['setContextItemLoading'](_0x44ca90['contextItem']['uiId'],_0x44ca90['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x5799bc,_0x4d53e0)=>{this['_aiChatUi']['setConversationContext'](_0x4d53e0['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x54ae42,_0x2ce9fd)=>{this['_aiChatUi']['setAddContextOptions'](_0x2ce9fd['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x2ebd42,_0x5cbdf7)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x5cbdf7['sourceId'],_0x5cbdf7['source'],_0x5cbdf7['resources'],_0x5cbdf7['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x443569,_0x273d7c)=>{this['_aiChatUi']['updateResourceState'](_0x273d7c['sourceId'],_0x273d7c['resourceId'],_0x273d7c['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x3a9919,_0x381e7c)=>{this['_aiChatUi']['updateCapabilities'](_0x381e7c);}),this['activeConversation']['on']('modelSelected',(_0x40ce8f,_0x1ef93d)=>{this['_aiChatUi']['setSelectedModel'](_0x1ef93d['selectedModel'],_0x1ef93d['isDisabled']);}),this['activeConversation']['on']('error',(_0x3e5f3e,{error:_0x5a6d83,interactionId:_0x50c2a0,fileName:_0x41a828,url:_0x25fddf,sourceId:_0x3aa024,sourceLabel:_0x2e59ac})=>{const _0x257928=_0x50c2a0?_0x50c2a0+':'+_0x223274():_0x223274();_0x5a6d83['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':C(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x257928}):_0x5a6d83['message']['startsWith']('ai-chat-conversation-init-failed')||_0x5a6d83['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x257928}),this['_logError'](_0x5a6d83)):_0x5a6d83['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x41a828),'id':_0x257928}):_0x5a6d83['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x25fddf),'id':_0x257928}):_0x5a6d83['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x257928}):_0x5a6d83['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x257928}):_0x5a6d83['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x3aa024&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x3aa024),this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x2e59ac||'source'),'id':_0x257928}),this['_logError'](_0x5a6d83)):_0x5a6d83['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x257928}),this['_logError'](_0x5a6d83)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':C(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x257928}),this['_logError'](_0x5a6d83));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x3171a5||await this['activeConversation']['start']();}async['_handleUIUserMessage']({userMessage:_0xe69143,quickActionData:_0x5a6fa8}){if(!this['activeConversation'])throw new _0x29f184('ai-chat-controller-no-active-conversation');this['activeConversation']['isCurrentDocumentInContext']()&&await this['activeConversation']['updateCurrentDocumentInContext'](this['_aiEditing']['getDocumentData']()),this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0xe69143,'quickActionData':_0x5a6fa8}),this['_removeAISelectionMarkers']();}['_removeAISelectionMarkers'](){const _0x568932=P(this['context'])['model'],_0x2f6d7e=Array['from'](_0x568932['markers']['getMarkersGroup'](rt));_0x568932['change'](_0x95124a=>{_0x2f6d7e['forEach'](_0xa61141=>_0x95124a['removeMarker'](_0xa61141));});}['_showConversationHistory'](){console['log']('Showing\x20conversation\x20history...');}['_setIsMaximized'](_0x170a49){this['_aiChatUi']['setIsMaximized'](_0x170a49);}['_logError'](_0xb7d713){ot(_0xb7d713['message']);}['_removeFromContext'](_0x5cb363){this['activeConversation']?.['removeFromContext'](_0x5cb363);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x3768d0){const [_0x14d993,_0x8b75c4]=_0x3768d0['split'](':'),_0x52044e=this['activeConversation']['getInteraction'](_0x14d993),_0x4b0b33=_0x52044e['getReply'](_0x8b75c4);return{'interaction':_0x52044e,'reply':_0x4b0b33};}['_scrollToSuggestionRange'](_0x2b4e1f,_0x305a09=!0x1){const _0x29c2c2=P(this['context']),_0x40b6f0={'target':_0x29c2c2['editing']['view']['domConverter']['viewRangeToDom'](_0x29c2c2['editing']['mapper']['toViewRange'](_0x2b4e1f)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x305a09};_0x305a09&&(_0x40b6f0['alignToTop']=!0x0),_0x2992c3(_0x40b6f0);}['updateConversationTitle'](_0x521b69,_0x340aad=!0x1){this['_aiChatUi']['setConversationTitle'](_0x521b69||C(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x340aad);}async['_updateReplyContent']({reply:_0x5a4310,renderingStrategy:_0x46839c}){const {id:_0xf20fd5,isDone:_0x528663,type:_0x45b010,parsedContent:_0x3ed136}=_0x5a4310;if('modification-delta'===_0x45b010){const _0x1424b2=_0x5a4310['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0xf20fd5,'parts':_0x1424b2,'renderingStrategy':_0x46839c,'isDone':_0x528663});}else'text-delta'===_0x45b010&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0xf20fd5,'parsedContent':_0x3ed136,'renderingStrategy':_0x46839c,'isDone':_0x528663});_0x528663&&_0x5a4310['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0xf20fd5,_0x5a4310['sources']);}async['_stopLastInteraction'](){const _0x2ac8b4=this['activeConversation']?.['lastInteraction'];_0x2ac8b4&&(_0x2ac8b4['stop'](),this['_aiChatUi']['stopInteraction'](_0x2ac8b4));}async['_flushLastInteractionUI'](){const _0xce8f2b=this['activeConversation']?.['lastInteraction'];if(_0xce8f2b){for await(const _0x599d8e of _0xce8f2b['replies'])await this['_updateReplyContent']({'reply':_0x599d8e,'renderingStrategy':'static'});}}['_updateRatings'](_0x401eaa){const _0x26f35d={'positiveCount':_0x401eaa['changeGroups']['filter'](_0x17760d=>'accepted'===_0x17760d['state'])['length'],'totalCount':_0x401eaa['changeGroups']['length'],'modificationId':_0x401eaa['id']},_0xe4111b=this['activeConversation']['getInteraction'](_0x401eaa['interactionId'])['messageId'];this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0xe4111b,_0x26f35d);}}const St=[...Te,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class ge extends jr{['containerView'];['actionsView'];constructor(_0x4b57ae,_0xe8f36a){super(_0xe8f36a),this['set']('isTrackChangesOn',!0x1),this['containerView']=new e(_0x4b57ae,{'showDiff':_0xe8f36a['showDiff'],'areActionsDisabled':_0xe8f36a['areActionsDisabled'],'availableActions':_0xe8f36a['availableActions']}),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x1027d9,_0x4e9ca2)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x4e9ca2['showDiff']});}),this['containerView']['on']('like',()=>{this['fire']('like',{'replyId':this['options']['id']});}),this['containerView']['on']('dislike',()=>{this['fire']('dislike',{'replyId':this['options']['id']});}),this['containerView']['on']('showChangeInText',(_0xdcf016,{index:_0x18dbbc})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x18dbbc});}),this['containerView']['on']('insertSuggestion',(_0x5634e2,{index:_0x267496})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x267496});}),this['containerView']['on']('rejectSuggestion',(_0x1c2488,{index:_0x114c17})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x114c17});}),this['containerView']['on']('mouseOverSuggestion',(_0x5844a9,{index:_0x2f174a})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2f174a});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x913ea9,{index:_0x409436})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x409436});}),this['actionsView']=new nh(_0x4b57ae,this['options']['availableActions']),this['actionsView']['bind']('isTrackChangesOn')['to'](this,'isTrackChangesOn'),this['actionsView']['on']('showChangeInText',()=>{this['fire']('showChangeInText',{'replyId':this['options']['id']});}),this['actionsView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'replyId':this['options']['id']});}),this['actionsView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'replyId':this['options']['id']});}),_0xe8f36a['areActionsDisabled']?this['actionsView']['isEnabled']=!0x1:this['actionsView']['bind']('isEnabled')['to'](this['containerView']['bodyView'],'hasPendingParts'),this['children']['addMany']([this['containerView'],this['actionsView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x16d3ce){await this['containerView']['updateContent'](_0x16d3ce),this['actionsView']['updateLabels'](this['containerView']['bodyView']['partsCount']);}['updatePartState'](_0x37e4d2,_0x55b9f9){this['containerView']['bodyView']['updatePartState'](_0x37e4d2,_0x55b9f9);}['updateSources'](_0x123e32){this['containerView']['updateSources'](_0x123e32);}['getPartView'](_0x1ed6c6){return this['containerView']['bodyView']['getPartView'](_0x1ed6c6);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone'](),this['actionsView']['isVisible']=this['containerView']['bodyView']['hasNonEmptyParts'];}}class ke extends jr{['replyContainer'];constructor(_0x44adff,_0x6540ec){super(_0x6540ec),this['locale']=_0x44adff,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x19a8c6(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':Ye(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x3fd9d8,renderingStrategy:_0xdb27b7,abortSignal:_0x283d32}){'streaming'===_0xdb27b7?await this['streamIntoElement'](_0x3fd9d8,this['replyContainer']['element'],_0x283d32):this['replyContainer']['element']['innerHTML']=_0xec369b(_0x3fd9d8);}['updateSources'](_0x53632f){const _0x425711=new Sr(this['locale']);_0x425711['children']['addMany'](_0x53632f['map'](_0x1f9088=>new Fr(this['locale'],_0x1f9088))),_0x425711['isVisible']=!0x0,this['children']['add'](_0x425711);}}const xn={'file':_0x5b8c8e,'document':_0x776ddc,'web-resource':_0x339b47,'text':_0x5b8c8e,'selection':_0x4d97da},$r='ck-ai-chat-context-chip',Qr='ck-ai-chat-context-chip_wide',Jr='ck-ai-chat-context-chip_document',Zr='ck-ai-chat-context-chip__label',ra='ck-ai-chat-context-chip__type-icon',oa='ck-ai-chat-context-controls__chip-tooltip',Cn='n';class bo extends _0x14ee0a{constructor(_0xd4a1ed,_0x175da4,_0x5b4305,_0x5da634,_0x21660d=!0x1){super(_0xd4a1ed),this['_isAnimationOnEnterEnabled']=_0x5da634,this['_initializeProperties'](_0x175da4,_0x5b4305,_0x21660d),this['_setupTemplate']();}['render'](){super['render'](),this['_isAnimationOnEnterEnabled']&&this['element']&&(this['element']['classList']['add']('ck-ai-chat-context-chip_new-chip'),this['_handleAnimationEndOnce'](this['element'],()=>{this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}));}['disableAnimationOnEnter'](){this['_isAnimationOnEnterEnabled']=!0x1,this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}['_initializeProperties'](_0x5afbac,_0x3981c7,_0x127cfb){this['set']('label',_0x5afbac['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x5afbac['type']),this['set']('id',_0x5afbac['uiId']),this['set']('readonly',_0x3981c7),this['set']('isLoading',_0x127cfb);}['_setupTemplate'](){const _0x5b2132=this['_createIconView'](),_0x375d3e=this['_createRemoveButton'](),_0x2b8fa8=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x2b8fa8),'children':this['_createTemplateChildren'](_0x5b2132,_0x375d3e,_0x2b8fa8)});}['_createTemplateAttributes'](_0x495a6e){return{'class':[$r,_0x495a6e['if']('itemType',Jr,_0x313f9b=>'document'==_0x313f9b),_0x495a6e['if']('itemType',Qr,_0x52cd25=>'selection'==_0x52cd25)],'data-cke-tooltip-text':_0x495a6e['to']('label',In),'data-cke-tooltip-position':Cn,'data-cke-tooltip-class':oa};}['_createTemplateChildren'](_0x12301c,_0x5efe5b,_0x28c214){const _0x3c4164=this['_createLabelElement'](_0x28c214),_0x3bdeaf=this['_createLoaderIcon']();return this['readonly']?[_0x12301c,_0x3c4164]:[_0x12301c,_0x3bdeaf,_0x3c4164,_0x5efe5b];}['_createLabelElement'](_0x48d8bf){return{'tag':'span','attributes':{'class':Zr},'children':[{'text':_0x48d8bf['to']('label')}]};}['_createRemoveButton'](){const _0x1c6a8b=new _0x14ee0a(this['locale']);return _0x1c6a8b['set']({'label':C(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x5e2897}),this['_setupRemoveButtonEvent'](_0x1c6a8b),_0x1c6a8b;}['_setupRemoveButtonEvent'](_0x43d7db){_0x43d7db['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x4b1fef=this['bindTemplate'],_0xa8ecca=new _0x50b9df();return _0xa8ecca['content']=xn[this['itemType']],_0xa8ecca['extendTemplate']({'attributes':{'class':[ra,_0x4b1fef['if']('isLoading','ck-hidden',_0x3f97c6=>_0x3f97c6)]}}),_0xa8ecca;}['_handleAnimationEndOnce'](_0x269a2d,_0x551f2a){if(!_0x269a2d)return;const _0x450054=()=>{_0x551f2a(),_0x269a2d['removeEventListener']('animationend',_0x450054),_0x269a2d['removeEventListener']('webkitAnimationEnd',_0x450054);};_0x269a2d['addEventListener']('animationend',_0x450054),_0x269a2d['addEventListener']('webkitAnimationEnd',_0x450054);}['_createLoaderIcon'](){const _0x308aa3=new Le('small');return _0x308aa3['bind']('isVisible')['to'](this,'isLoading',_0x24e123=>_0x24e123),_0x308aa3;}}function In(_0x557043){if(!_0x557043)return _0x557043;if(_0x557043['length']<=0x78)return _0x557043;const _0x5a6564=_0x557043['slice'](0x0,0x78),_0x1173a9=_0x5a6564['lastIndexOf']('\x20');return(_0x1173a9>0x0?_0x5a6564['slice'](0x0,_0x1173a9):_0x5a6564)+'…';}const hn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},an='300px';class Ao{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x4d1f54,_0x2d2f93,_0x47c15f,_0x479bfb,_0x4d320c){this['_locale']=_0x4d1f54,this['_visibleChips']=_0x2d2f93,this['_config']={...hn,..._0x47c15f,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x47c15f['cssClasses']}},this['_overflowChips']=new _0x5d69ef(),this['_bodyCollection']=_0x479bfb,this['_parentView']=_0x4d320c||null;}['setContainerElement'](_0x489046){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x489046,this['_setupVisibilityObserver']();}get['showMoreButtonView'](){return this['_showMoreButtonView'];}get['overflowChips'](){return this['_overflowChips'];}['reorganizeChips'](){requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});}['showBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_updateBalloonContent'](),this['_showMoreButtonView']['isOn']=!0x0,this['_showMoreBalloonPanelView']['show'](),this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')}));}['hideBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_showMoreButtonView']['isOn']=!0x1,this['_showMoreBalloonPanelView']['hide']());}['clear'](){this['_overflowChips']['clear'](),this['hideBalloonPanel'](),this['_updateShowMoreButtonVisibility'](),this['_showMoreButtonView']&&(this['_showMoreButtonView']['label']=''),this['_showMoreBalloonPanelView']&&this['_showMoreBalloonPanelView']['content']['clear']();}['destroy'](){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_showMoreButtonView']&&(this['_showMoreButtonView']['destroy'](),this['_showMoreButtonView']=null),this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['destroy'](),this['_showMoreBalloonPanelView']=null);}['_checkAndHandleOverflow'](){if(!this['_containerElement'])return;if(!this['_isContainerVisible']())return void(this['_pendingCalculation']=!0x0);this['_pendingCalculation']=!0x1;const _0x3213bb=[...this['_visibleChips'],...this['_overflowChips']],_0x2959b6=this['_createCalculationContainer'](),_0x610e9a=this['_calculateOverflowInContainer'](_0x2959b6,_0x3213bb),_0x364cfb=_0x2959b6['_ancestorsToRestore'];_0x364cfb&&this['_restoreAncestorVisibility'](_0x364cfb),_0x2959b6['remove'](),this['_applyOverflowResults'](_0x3213bb,_0x610e9a);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x29a34e({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x5c5ecd=new _0x14ee0a(this['_locale']);_0x5c5ecd['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x16e1d3=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x16e1d3['push'](this['_config']['cssClasses']['controlsButton']),_0x5c5ecd['extendTemplate']({'attributes':{'class':_0x16e1d3}}),_0x5c5ecd;}['_createShowMoreBalloonPanelView'](){const _0x3b0db1=new _0x500981(this['_locale']);return _0x3b0db1['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x3b0db1),_0x3b0db1;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x401c6a=>{_0x401c6a['disableAnimationOnEnter']();});const _0x596f77=new _0x19a8c6(this['_locale']);_0x596f77['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x596f77);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x856b3b=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x856b3b?'':'none');}['_repinBalloonPanel'](){this['_showMoreButtonView']?.['isOn']&&this['_showMoreBalloonPanelView']?.['isVisible']&&this['_showMoreButtonView']['element']&&this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')});}['_findTargetContainer'](_0x22a927){const _0x4039a6=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x2449a6=this['_containerElement']?.['classList'];if(_0x2449a6){const _0x164303=_0x2449a6[0x0]||'',_0xbedf2=_0x22a927['querySelector']('.'+_0x164303),_0x365af9=_0x22a927['querySelector'](_0x4039a6);return _0xbedf2||_0x365af9||_0x22a927;}return _0x22a927['querySelector'](_0x4039a6)||_0x22a927;}['_calculateContainerWidth'](){const _0x498ca2=this['_parentView']?.['element']||this['_containerElement'];if(!_0x498ca2)return an;const _0x16d180=window['getComputedStyle'](_0x498ca2)['width'];if('auto'===_0x16d180||'0px'===_0x16d180||!_0x16d180){const _0x5ac163=_0x498ca2['parentElement'];if(_0x5ac163){const _0x4eddda=window['getComputedStyle'](_0x5ac163);return'auto'!==_0x4eddda['width']?_0x4eddda['width']:an;}return an;}return _0x16d180;}['_applyCalculationStyles'](_0x445ec6,_0x51c1f7){this['_config']['cssClasses']['calculationContainer']&&_0x445ec6['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x445ec6['style']['width']=_0x51c1f7,_0x445ec6['style']['position']='absolute',_0x445ec6['style']['top']='-9999px',_0x445ec6['style']['left']='-9999px',_0x445ec6['style']['opacity']='0',_0x445ec6['style']['pointerEvents']='none',_0x445ec6['style']['zIndex']='-1',_0x445ec6['style']['visibility']='visible\x20!important',_0x445ec6['style']['display']='block\x20!important',_0x445ec6['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x39d157){_0x39d157['forEach'](({element:_0x2fe5ce,originalDisplay:_0x44d1f1,originalVisibility:_0x4178b0})=>{_0x2fe5ce['style']['display']=_0x44d1f1,_0x2fe5ce['style']['visibility']=_0x4178b0;});}['_makeAncestorsVisible'](_0x3d8357){const _0x3e7cfb=[];let _0x41aecc=_0x3d8357;for(;_0x41aecc&&_0x41aecc!==document['body'];){const _0x286a97=window['getComputedStyle'](_0x41aecc);'none'!==_0x286a97['display']&&'hidden'!==_0x286a97['visibility']||(_0x3e7cfb['push']({'element':_0x41aecc,'originalDisplay':_0x41aecc['style']['display'],'originalVisibility':_0x41aecc['style']['visibility']}),_0x41aecc['style']['display']='block',_0x41aecc['style']['visibility']='visible'),_0x41aecc=_0x41aecc['parentElement'];}return _0x3e7cfb;}['_createContainerElements'](){let _0x3a0227,_0x54fa49;return this['_parentView']?.['element']?(_0x3a0227=this['_parentView']['element']['cloneNode'](!0x0),_0x54fa49=this['_findTargetContainer'](_0x3a0227)):(_0x3a0227=document['createElement']('div'),_0x54fa49=_0x3a0227),{'calculationContainer':_0x3a0227,'targetContainer':_0x54fa49};}['_createCalculationContainer'](){const {calculationContainer:_0x27d82c,targetContainer:_0x2d7ef7}=this['_createContainerElements'](),_0x57c766=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x27d82c,_0x57c766);const _0x2d343c=this['_parentView']?.['element']||this['_containerElement'],_0x270ac7=_0x2d343c?.['parentElement'];_0x270ac7?_0x270ac7['appendChild'](_0x27d82c):document['body']['appendChild'](_0x27d82c),_0x27d82c['_targetContainer']=_0x2d7ef7;const _0x49a3fa=this['_makeAncestorsVisible'](_0x270ac7||null);return _0x27d82c['offsetWidth'],_0x27d82c['_ancestorsToRestore']=_0x49a3fa,_0x27d82c;}['_calculateOverflowInContainer'](_0x485370,_0x4a88cf){const _0x3ec540=_0x485370['_targetContainer']||_0x485370,_0x14cab3=[],{rowCount:_0x564d35}=this['_renderChipsAndCountRows'](_0x3ec540,_0x4a88cf);if(_0x564d35<=this['_config']['maxVisibleRows'])return _0x14cab3;const _0x5723b7=_0x4a88cf['slice']();for(;_0x5723b7['length']>0x0;){if(this['_testButtonFit'](_0x485370,_0x3ec540,_0x5723b7)){const _0x5a9ed0=_0x4a88cf['filter'](_0x72ba5a=>!_0x5723b7['includes'](_0x72ba5a));_0x14cab3['push'](..._0x5a9ed0);break;}if(!_0x5723b7['pop']())break;}return _0x14cab3;}['_renderChipsAndCountRows'](_0x2d5427,_0x3d51c5){_0x2d5427['innerHTML']='',_0x3d51c5['forEach'](_0x145a5d=>{if(_0x145a5d['element']){const _0x444a3f=_0x145a5d['element']['cloneNode'](!0x0);_0x2d5427['appendChild'](_0x444a3f);}}),_0x2d5427['offsetWidth'];const _0x204bd3=_0x2d5427['children'],_0x556c70=[];return Array['from'](_0x204bd3)['forEach'](_0xa6e373=>{const _0x54a055=_0xa6e373['getBoundingClientRect']()['top'];_0x556c70['some'](_0x7e4639=>Math['abs'](_0x7e4639-_0x54a055)<this['_config']['rowDetectionTolerance'])||_0x556c70['push'](_0x54a055);}),{'rowCount':_0x556c70['length']};}['_createMockButton'](){const _0x5614ca=document['createElement']('button');return _0x5614ca['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x5614ca['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x5614ca['textContent']='+\x201',_0x5614ca;}['_testButtonFit'](_0x1418ac,_0x292074,_0x48970d){this['_renderChipsAndCountRows'](_0x292074,_0x48970d);const _0x5b9781=this['_createMockButton']();_0x1418ac['appendChild'](_0x5b9781),_0x1418ac['offsetWidth'];const _0x21925b=[..._0x292074['children'],_0x5b9781],_0x259cd5=[];_0x21925b['forEach'](_0x3245c4=>{const _0x30e9b2=_0x3245c4['getBoundingClientRect']()['top'];_0x259cd5['some'](_0x4d0b4f=>Math['abs'](_0x4d0b4f-_0x30e9b2)<this['_config']['rowDetectionTolerance'])||_0x259cd5['push'](_0x30e9b2);});const _0x18d83f=_0x259cd5['length'];return _0x5b9781['remove'](),_0x18d83f<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x3683e1,_0x34301b){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x3683e1['forEach'](_0x3b544a=>{_0x34301b['includes'](_0x3b544a)?this['_overflowChips']['add'](_0x3b544a):this['_visibleChips']['add'](_0x3b544a);});}['_updateOverflowUI'](_0xeae082){if(_0xeae082>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0xeae082>0x0&&this['_showMoreButtonView']){const _0xb93e54=''+this['_config']['showMoreLabelPrefix']+(_0xeae082<0x63?_0xeae082:'99');this['_showMoreButtonView']['label']=_0xb93e54;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x284954,_0x3c146e){this['_distributeChips'](_0x284954,_0x3c146e),this['_updateOverflowUI'](_0x3c146e['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x11479f=>{_0x11479f[0x0]['isIntersecting']&&this['_pendingCalculation']&&requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});},{'threshold':0.01,'rootMargin':'50px'}),this['_intersectionObserver']['observe'](this['_containerElement']));}['_isContainerVisible'](){if(!this['_containerElement'])return!0x1;if(!this['_containerElement']['isConnected'])return!0x1;const _0x3abbeb=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x3abbeb['width']||0x0===_0x3abbeb['height'])return!0x1;const _0x49af58=window['innerHeight']||document['documentElement']['clientHeight'],_0xc0931d=window['innerWidth']||document['documentElement']['clientWidth'],_0x195492=0xc8;return _0x3abbeb['bottom']>=-0xc8&&_0x3abbeb['top']<=_0x49af58+_0x195492&&_0x3abbeb['right']>=-0xc8&&_0x3abbeb['left']<=_0xc0931d+_0x195492;}}const ca='ck-ai-chat__feed__context-chips',la='ck-ai-chat-context-chips-wrapper',da='ck-ai-chat-context-chips-wrapper-balloon',ua='ck-ai-chat-controls-button',_a='ck-ai-chat-controls_context_show-more-button',Ia='ck-ai-chat-context-controls__show-more-balloon-panel';class ah extends _0x19a8c6{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x186edd,_0x3e8763,_0x6ece7a){super(_0x186edd),this['_bodyCollection']=_0x6ece7a,this['_createContextChips'](_0x3e8763);const _0x598a70={'cssClasses':{'showMoreButton':_a,'showMoreBalloon':Ia,'overflowContainer':da,'controlsButton':ua}};this['_overflowManager']=new Ao(_0x186edd,this['_contextChips'],_0x598a70,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[ca,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':la},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x1b6311=this['element']['querySelector']('.'+la);_0x1b6311&&(this['_overflowManager']['setContainerElement'](_0x1b6311),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x1a2ac0){for(const _0x47b550 of _0x1a2ac0){const _0xf1d93b=new bo(this['locale'],_0x47b550,!0x0,!0x1);this['_contextChips']['add'](_0xf1d93b);}}}class ve extends jr{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x35f769,_0x20d4b1,_0x2c4343){super(_0x20d4b1),this['_locale']=_0x35f769,this['_bodyCollection']=_0x2c4343,this['_createContextChipsView'](),this['_createMessageContentView'](),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__user-message']}});}['_createContextChipsView'](){this['options']['contextItems']&&this['options']['contextItems']['length']>0x0&&(this['_contextChipsView']=new ah(this['_locale'],this['options']['contextItems']['filter'](_0x238d8c=>!_0x238d8c['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x19a8c6(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__message-content'}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}}class Et extends jr{['capabilities'];constructor(_0x5e03f7,_0x52f761){super(_0x52f761);const {isWebSearchEnabled:_0x5b924c,isReasoningEnabled:_0x306fbc}=_0x52f761['capabilities'],_0xc14e0f=[];let _0x4f9698='';_0x5b924c&&_0x306fbc?(_0x4f9698=C(_0x5e03f7,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0xc14e0f['push'](aa(_0x2870b9)),_0xc14e0f['push'](aa(_0x49c2da))):_0x5b924c?(_0x4f9698=C(_0x5e03f7,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0xc14e0f['push'](aa(_0x2870b9))):_0x306fbc&&(_0x4f9698=C(_0x5e03f7,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0xc14e0f['push'](aa(_0x49c2da))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x4f9698?'':'ck-hidden']}});const _0x44fbbf=new _0x19a8c6();_0x44fbbf['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0xc14e0f,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x4f9698]}]}),this['children']['add'](_0x44fbbf),this['capabilities']=_0x52f761['capabilities'];}}function aa(_0x3220cc){const _0x5dba1f=new _0x50b9df();return _0x5dba1f['content']=_0x3220cc,_0x5dba1f;}const ws=['wheel','touchstart','pointerdown','keydown'],fs=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class be{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x400822){this['element']=_0x400822,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x5123f3 of ws){const _0x360b9c='keydown'!==_0x5123f3;this['element']['addEventListener'](_0x5123f3,this['_onUserEvent']['bind'](this),{'passive':_0x360b9c,'signal':this['abortController']['signal']});}}['start'](){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0x272ab5){if(this['isRunning']){if('keydown'===_0x272ab5['type']){const _0x3cb6c6=_0x272ab5['key'];if(!fs['includes'](_0x3cb6c6))return;}_0x272ab5 instanceof WheelEvent?_0x272ab5['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x1ae269,scrollHeight:_0x6252ce,clientHeight:_0x519895}=this['element'];return _0x6252ce-_0x1ae269-_0x519895<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class je extends _0x19a8c6{constructor(_0x28a8cf,_0x2e520f){super(_0x28a8cf),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x2e520f)});}['_createSkeletonItems'](_0x39ec33){const _0x237d7b=['ck','ck-ai-skeleton__item'];return _0x39ec33['map'](_0x1a8361=>{let _0x15808b='';switch(_0x1a8361['attributes']['align']){case'right':_0x15808b='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x15808b='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x15808b='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x1a8361['tag'],'attributes':{'class':[..._0x237d7b,_0x1a8361['attributes']['class']?_0x1a8361['attributes']['class']:''],'style':'width:\x20'+_0x1a8361['attributes']['width']+';\x20height:\x20'+_0x1a8361['attributes']['height']+';'+_0x15808b}};});}}const Ce={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':ta(0x5,'100%','44px','right'),'aiChatResources':ta(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function ta(_0xbc4bc8,_0x17bee6,_0x5499d4,_0x41c3f1){return new Array(_0xbc4bc8)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x17bee6,'height':_0x5499d4,'align':_0x41c3f1}}));}class ji extends _0x19a8c6{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x14377b,_0x5da7aa){super(_0x14377b),this['_bodyCollection']=_0x5da7aa,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...St)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new be(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x5b1593,_0xe5afd6){let _0x5a0cad;'ai-reply'===_0x5b1593?_0x5a0cad=new ke(this['locale'],_0xe5afd6):'ai-suggestion-reply'===_0x5b1593?(_0x5a0cad=new ge(this['locale'],_0xe5afd6),_0x5a0cad['bind']('isTrackChangesOn')['to'](this,'isTrackChangesOn')):_0x5a0cad='user-message'===_0x5b1593?new ve(this['locale'],_0xe5afd6,this['_bodyCollection']):'interaction-header'===_0x5b1593?new Et(this['locale'],_0xe5afd6):new _e(_0xe5afd6),this['children']['add'](_0x5a0cad);}async['updateReplyItem']({id:_0x12d096,parsedContent:_0x21aa13,renderingStrategy:_0x4c38ef,abortSignal:_0x1606a3}){const _0x18f429=this['getItemById'](_0x12d096);if(!(_0x18f429 instanceof ke))throw new _0x29f184('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x18f429,'id':_0x12d096,'parsedContent':_0x21aa13});await _0x18f429['updateContent']({'parsedContent':_0x21aa13,'renderingStrategy':_0x4c38ef,'abortSignal':_0x1606a3});}async['updateWebSources'](_0x3e28cc,_0x5aa837){const _0x23d4b6=this['getItemById'](_0x3e28cc);if(_0x23d4b6 instanceof ge)_0x23d4b6['updateSources'](_0x5aa837);else{if(!(_0x23d4b6 instanceof ke))throw new _0x29f184('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x23d4b6,'id':_0x3e28cc,'sources':_0x5aa837});_0x23d4b6['updateSources'](_0x5aa837);}}async['updateSuggestionItem']({id:_0x2d71e4,parts:_0x2c3707,renderingStrategy:_0x3b730b,abortSignal:_0x88068d}){const _0x221dce=this['getItemById'](_0x2d71e4);if(!(_0x221dce instanceof ge))throw new _0x29f184('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x221dce,'id':_0x2d71e4,'parts':_0x2c3707});await _0x221dce['updateContent']({'parts':_0x2c3707,'renderingStrategy':_0x3b730b,'abortSignal':_0x88068d});}['updateSuggestionPartState']({id:_0x1f01d6,index:_0x338001,state:_0x32dbe5}){const _0x1c4dbd=this['getItemById'](_0x1f01d6);if(!(_0x1c4dbd instanceof ge))throw new _0x29f184('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x1f01d6});_0x1c4dbd['updatePartState'](_0x338001,_0x32dbe5);}['markItemAsDone'](_0x2a286b){this['getItemById'](_0x2a286b)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x284f00=>_0x284f00['options']['id']);}['removeItem'](_0x1c9836){this['children']['remove'](this['getItemById'](_0x1c9836));}['scrollToSuggestion'](_0x1a490a,_0xe379a9){const _0x511f5e=this['getItemById'](_0x1a490a);if(!(_0x511f5e instanceof ge))return void _0xadd6c3('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x1a490a,'partIndex':_0xe379a9});const _0x1be1a0=_0x511f5e['getPartView'](_0xe379a9);_0x1be1a0?_0x2992c3({'target':_0x1be1a0['element'],'ancestorOffset':0x14,'alignToTop':!0x0,'forceScroll':!0x0}):_0xadd6c3('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x1a490a,'partIndex':_0xe379a9});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x5a67aa=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x5a67aa,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x1895d9=new je(this['locale'],Ce['aiFeed']);return _0x1895d9['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0x579dcb=>!_0x579dcb)]}}),_0x1895d9;}['_createFeedItems'](){const _0x5eab5f=new _0x19a8c6(this['locale']);return _0x5eab5f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x5eab5f;}['_createFeedLoader'](){const _0x4d8ce5=new _0x19a8c6(this['locale']);return _0x4d8ce5['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0x4474ae=>!_0x4474ae)]},'children':this['_createLoaderChildren']()}),_0x4d8ce5;}['_createLoaderChildren'](){const _0x41cb5a=new Le();return _0x41cb5a['isVisible']=!0x0,[_0x41cb5a,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x4112db){const _0x25b7d9=this['children']['find'](_0x5378d9=>_0x5378d9['options']['id']['includes'](_0x4112db));if(!_0x25b7d9)throw new _0x29f184('ai-chat-feed-view-item-not-found',this,{'id':_0x4112db});return _0x25b7d9;}['setLoadingMessage'](_0x13bc0b){this['set']('loadingMessage',_0x13bc0b);}['toggleLoadingSkeleton'](_0x2cb937){this['set']('isLoadingSkeletonVisible',_0x2cb937);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class Ir extends _0x556745{['filter'](){let _0x395972=0x0;for(const _0x14bbf2 of this['items'])_0x395972+=_0x14bbf2['items']['length'];return{'resultsCount':_0x395972,'totalItemsCount':_0x395972};}}class ds extends _0x4dc60c{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x547ee1,_0x168cb6){super(_0x547ee1,{'queryView':{'label':'','creator':_0x5c1a66,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Ir(_0x547ee1),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x168cb6,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=ds['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=ds['MAX_ROWS'],this['queryView']['fieldWrapperChildren']['add'](this['_addContextButtonView']),this['_setUpAddContextButtonPositioning'](),this['extendTemplate']({'attributes':{'class':['ck','ck-ai-chat__prompt-input']}}),this['submitButtonView']=this['_createSubmitButton'](),this['submitButtonView']['bind']('isEnabled')['to'](this,'isEmpty',this,'isUploadInProgress',(_0x880bc2,_0x1ca06d)=>!_0x880bc2&&!_0x1ca06d),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x238fc6,_0x4421b1)=>{this['isUploadInProgress']||this['isEmpty']||_0x238fc6['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x4421b1());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x1277aa=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x1277aa)return this['queryView']['errorText']=C(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x161f8f=_0x4e9308(_0x1277aa);this['fire']('sendUserMessage',_0x161f8f),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x2d119b){this['queryView']['fieldView']['set']('placeholder',_0x2d119b);}['_createSubmitButton'](){const _0xee0d2f=new _0x14ee0a(this['locale']);return _0xee0d2f['set']({'icon':_0x2a3f1e,'label':C(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button','isEnabled':!0x1}),_0xee0d2f['on']('execute',()=>{this['submit']();}),_0xee0d2f;}['setIsUploadInProgress'](_0x249422){this['isUploadInProgress']=_0x249422;}['_setUpAddContextButtonPositioning'](){const _0xe7dca3=this['locale'],_0x1d8404=()=>{_0x110318['window']['requestAnimationFrame'](()=>{if(_0x4b2614(this['element'])){const _0x159df3=new _0x31eb3f(this['queryView']['fieldView']['element']),_0x59c04e=new _0x31eb3f(this['_addContextButtonView']['element']),_0x1ec5b5=_0x159df3['width'],_0x5d08f5='rtl'===_0xe7dca3['uiLanguageDirection']?'right':'left';_0x159df3['excludeScrollbarsAndBorders']();const _0x563108=_0x1ec5b5-_0x159df3['width']+0x1;this['_addContextButtonView']['element']['style'][_0x5d08f5]='calc('+(_0x1ec5b5-_0x59c04e['width']-_0x563108)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x1d8404),this['on']('render',()=>{_0x1d8404(),this['_queryViewResizeObserver']=new _0x474d80(this['queryView']['fieldView']['element'],()=>{_0x1d8404();});});}}const Aa='ck-ai-chat__prompt-capabilities',ga='ck-ai-chat-controls-button',Ea='ck-ai-chat-controls-button--commands',ma='ck-ai-chat-controls__model-selection',pa='ck-ai-chat-controls__model-selection__item-name',Ta='ck-ai-chat-controls__model-selection__item-description',Ca='ck-ai-chat-controls__model-selection__item-capabilities',wa='n';class ps extends _0x19a8c6{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0xaab24f){super(_0xaab24f),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelSelectorVisible',!0x0),this['set']('modelSelectorEnabled',!0x0),this['set']('activeModelId',null),this['set']('activeModelName',null),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelNameView']=this['_createModelNameView'](),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_modelSelectionDropdown']['buttonView']['bind']('isVisible')['to'](this,'modelSelectorVisible',_0x146eb2=>_0x146eb2),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x458e19=>_0x458e19?this['_modelSelectionDropdown']['buttonView']['label']:C(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x37d67c=>_0x37d67c),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x3c4c7b=>_0x3c4c7b),this['_webSearchButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x5f5aab=>!_0x5f5aab),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x513bc1=>C(this['locale'],_0x513bc1?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0xfbb6cf=>_0xfbb6cf),this['_reasoningButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x322ec7=>!_0x322ec7),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x1a9590=>C(this['locale'],_0x1a9590?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Aa]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _0x5d69ef(),_0x21ea2c(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x55b6d9,_0x4593a3){if(this['set']('modelSelectorVisible',!(_0x4593a3&&_0x55b6d9['length']<=0x1)),this['_modelSelectionDropdownItems']['clear'](),_0x55b6d9?.['length']){const _0x156a37=ki['getLocalized'](this['locale'],_0x55b6d9);for(const _0x578770 of _0x156a37){const _0x3deb51=new _0x3cd526({'label':_0x578770['name'],'withText':!0x0,'role':'menuitemradio','id':_0x578770['id'],'model':_0x578770});_0x3deb51['bind']('isOn')['to'](this,'activeModelId',_0x27622b=>_0x27622b===_0x578770['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x3deb51,'labelView':new fa(this['locale'],_0x578770)});}}}['setWebSearch'](_0x572b32){this['set']('webSearchActive',_0x572b32);}['setReasoning'](_0x4401d3){this['set']('reasoningActive',_0x4401d3);}['setModel'](_0x3105bc){if(!_0x3105bc)return;this['activeModelId']=_0x3105bc['id'],this['activeModelName']=_0x3105bc['name']||_0x3105bc['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x3105bc['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x3105bc['name']);const _0x20801a=_0x3105bc['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x20801a),this['_webSearchButton']['set']('isVisible',_0x20801a);const _0x167de8=_0x3105bc['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x167de8),this['_reasoningButton']['set']('isVisible',_0x167de8);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0),this['set']('modelSelectorVisible',!0x0);}['disableModelSelector'](_0x4ae748){this['set']('modelSelectorEnabled',!0x1),_0x4ae748&&this['set']('modelSelectorVisible',!0x1);}['_createWebSearchButton'](){const _0x47b5c7=new _0x14ee0a();return _0x47b5c7['set']({'label':C(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x2870b9,'class':ga,'isToggleable':!0x0,'tooltipPosition':wa}),_0x47b5c7['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x47b5c7;}['_createReasoningButton'](){const _0xf07d17=new _0x14ee0a();return _0xf07d17['set']({'label':C(this['locale'],'AI_CHAT_REASONING'),'icon':_0x49c2da,'class':ga,'isToggleable':!0x0,'tooltipPosition':wa}),_0xf07d17['on']('execute',()=>{this['fire']('toggleReasoning');}),_0xf07d17;}['_createCommandsButton'](){const _0x5675f3=new _0x14ee0a();return _0x5675f3['set']({'label':C(this['locale'],'AI_CHAT_COMMANDS'),'icon':Ct,'withText':!0x0,'class':ga,'isToggleable':!0x0,'tooltip':C(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':wa}),_0x5675f3['extendTemplate']({'attributes':{'class':[Ea]}}),_0x5675f3['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x5675f3;}['_createModelSelectionDropdown'](){const _0x30618d=_0x10d828(this['locale']);return _0x30618d['set']({'panelPosition':'ne','class':[ma]}),_0x30618d['buttonView']['set']({'label':C(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':wa}),this['listenTo'](_0x30618d,'execute',_0x150916=>{this['fire']('selectModel',_0x150916['source']['model']);}),_0x30618d;}['_createModelNameView'](){const _0x1e9d05=new Ko(this['locale']);return _0x1e9d05['bind']('text')['to'](this,'activeModelName',_0x519213=>_0x519213??''),_0x1e9d05['bind']('isVisible')['to'](this,'modelSelectorVisible',this,'activeModelName',(_0x5242d8,_0x51a0ad)=>!_0x5242d8&&!_0x51a0ad?.['toLowerCase']()['startsWith']('agent')),_0x1e9d05;}}let fa=class extends _0x53816d{constructor(_0x3f9862,_0x4120f3){super();const _0x1268d5=this['bindTemplate'],_0x4cd2c3=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x1268d5['to']('style'),'id':_0x1268d5['to']('id')},'children':[{'tag':'div','attributes':{'class':[pa]},'children':[{'text':_0x1268d5['to']('text')}]},{'tag':'div','attributes':{'class':[Ta]},'children':[{'tag':'span','children':[{'text':_0x4120f3['description']}]}]},{'tag':'div','attributes':{'class':[Ca]},'children':_0x4cd2c3}]}),_0x4cd2c3['addMany'](this['_getCapabilityParts'](_0x3f9862,_0x2870b9,'AI_CHAT_SEARCH_WEB',_0x4120f3['capabilities']['webSearch']?.['enabled']??!0x1)),_0x4cd2c3['addMany'](this['_getCapabilityParts'](_0x3f9862,_0x49c2da,'AI_CHAT_REASONING',_0x4120f3['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x47a321,_0xb626ce,_0x134b48,_0x1be93a){const _0x3dba87=new _0x50b9df();_0x3dba87['content']=_0xb626ce;const _0xf12eb9=new _0x19a8c6(_0x47a321);_0xf12eb9['setTemplate']({'tag':'span','children':[{'text':C(_0x47a321,_0x134b48)+':\x20'}]});const _0x4932eb=new _0x19a8c6(_0x47a321);return _0x4932eb['setTemplate']({'tag':'span','children':[{'text':C(_0x47a321,_0x1be93a?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x3dba87,_0xf12eb9,_0x4932eb];}};class Ko extends _0x19a8c6{constructor(_0x2b853b){super(_0x2b853b),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x663d68=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x663d68['if']('isVisible','ck-hidden',_0x21aa3a=>!_0x21aa3a)]},'children':[{'text':_0x663d68['to']('text')}]});}}const Sa='ck-ai-chat-context-controls__url-form',Oa='ck-ai-chat-context-controls__url-input-section';class To extends _0x19a8c6{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x35207f){super(_0x35207f),this['focusTracker']=new ts(),this['keystrokes']=new _0x1f1bc5(),this['backButton']=this['_createBackButton'](),this['urlInputField']=this['_createUrlInputField'](),this['confirmButton']=this['_createConfirmButton'](),this['_focusables']=this['createCollection']([this['backButton'],this['urlInputField'],this['confirmButton']]),this['focusCycler']=new $t({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x3c4593=>{this['focusTracker']['add'](_0x3c4593['element']),this['keystrokes']['listenTo'](_0x3c4593['element']);}),_0x1e2b1f({'view':this}),this['focus']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['focus'](){this['urlInputField']['focus']();}['getValue'](){return this['urlInputField']['fieldView']['element']?.['value']?.['trim']()||'';}['clear'](){this['urlInputField']['fieldView']['element']['value']='',this['urlInputField']['errorText']=null,this['confirmButton']['isEnabled']=!0x1;}['setError'](_0x514b7c){this['urlInputField']['errorText']=_0x514b7c,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x3cbbfb=new _0x14ee0a(this['locale']);return _0x3cbbfb['set']({'icon':_0x25d049,'tooltip':C(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':'ck-button-icon\x20ck-button-back'}),_0x3cbbfb;}['_createUrlInputField'](){const _0x4f035e=new _0x5cba56(this['locale'],th);return _0x4f035e['set']({'label':C(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x4f035e['fieldView']['set']({'placeholder':C(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x4f035e;}['_createConfirmButton'](){const _0x58d4ee=new _0x14ee0a(this['locale']);return _0x58d4ee['set']({'icon':_0x270303,'tooltip':C(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x58d4ee;}['_setupTemplate'](){const _0x6f04d5=new _0x5720b1(this['locale'],{'label':C(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x6f04d5['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':Sa,'tabindex':'-1'},'children':[_0x6f04d5,{'tag':'div','attributes':{'class':Oa},'children':[this['urlInputField'],this['confirmButton']]}]});}['_setupEventHandlers'](){this['backButton']['on']('execute',()=>{this['clear'](),this['fire']('cancel');}),this['urlInputField']['fieldView']['on']('input',()=>{this['clearError'](),this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}),this['on']('submit',_0x180d8b=>{_0x180d8b['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x1bc2a3,_0x24c5be)=>{this['clear'](),this['fire']('cancel'),_0x24c5be();});}['_handleSubmit'](){const _0x96f346=this['getValue']()['trim']();_0x96f346?this['_isValidUrl'](_0x96f346)?(this['clearError'](),this['fire']('submitUrl',_0x96f346)):this['setError'](C(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](C(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x30a2b1=this['getValue']()['trim'](),_0x5cf220=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x30a2b1['length']>0x0&&!_0x5cf220;}['_isValidUrl'](_0x31689d){try{return!!new URL(_0x31689d);}catch{return!0x1;}}}const Ra='ck-ai-chat-resources__item',ba='ck-ai-chat-resources__item--in-context',Na='ck-ai-chat-resources__item-title',ka='ck-ai-chat-resources__item__icon';class tc extends _0x2269a3{['resource'];['_titleView'];['_iconView'];constructor(_0x2f88a9,_0x44ee66){super(_0x2f88a9),this['resource']=_0x44ee66,this['set']('isInContext',!!_0x44ee66['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x3d3ff7){if(_0x3d3ff7['isInContext'])return _0x270303;switch(_0x3d3ff7['type']){case Xt['DOCUMENT']:return _0x776ddc;case Xt['URL']:return _0x339b47;case Xt['FILE']:case Xt['TEXT']:return _0x5b8c8e;default:return _0x625012;}}['highlightText'](_0x59faaf){if(!_0x59faaf||''===_0x59faaf['trim']())return void this['_titleView']['highlightText'](null);const _0x22d2c1=new RegExp(_0x418237(_0x59faaf),'gi');this['_titleView']['highlightText'](_0x22d2c1);}['updateResourceState'](_0x332df8){this['resource']['isInContext']=_0x332df8,this['isInContext']=_0x332df8,this['_updateIcon']();}['_createTitleView'](){const _0x54ceb5=new _0x39d67c();return _0x54ceb5['text']=this['resource']['label'],_0x54ceb5['extendTemplate']({'tag':'span','attributes':{'class':[Na]}}),_0x54ceb5;}['_createIconView'](){const _0x590715=new _0x50b9df();return _0x590715['content']=this['getResourceIcon'](this['resource']),_0x590715;}['_setupTemplate'](){const _0x5f0ed4=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[Ra,_0x5f0ed4['if']('isVisible','ck-hidden',_0x2c295=>!_0x2c295),_0x5f0ed4['if']('isInContext',ba)]},'children':[{'tag':'div','attributes':{'class':[ka]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x5f0ed4['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const ya='ck-ai-chat-resources__list';class Rr extends _0x556745{['_source'];constructor(_0x799932,_0x176893){super(_0x799932),this['_source']=_0x176893,this['extendTemplate']({'attributes':{'class':[ya]}});}['setResources'](_0x4f032c,_0x430642){this['items']['clear']();let _0x12ba75=_0x4f032c;if(this['_source']['useDefaultFiltering']&&_0x430642&&''!==_0x430642['trim']()){const _0x5ef366=new RegExp(_0x430642['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x12ba75=_0x4f032c['filter'](_0x3378c1=>_0x5ef366['test'](_0x3378c1['label']));}for(const _0xb1e195 of _0x12ba75){const _0x3ccc33=new tc(this['locale'],_0xb1e195);_0x3ccc33['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0xb1e195);}),this['items']['add'](_0x3ccc33);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x430642);}['highlightText'](_0x22fc90){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x518a3f=>{_0x518a3f['highlightText'](_0x22fc90);});}['updateResourceState'](_0x244585,_0x4d1ad1){for(const _0x544cae of this['items']){const _0x15ea72=_0x544cae;_0x15ea72['resource']['id']===_0x244585&&_0x15ea72['updateResourceState'](_0x4d1ad1);}}['_handleResourceSelection'](_0x213eda,_0xb755f5){this['fire']('addResourceToContext',{'source':_0x213eda,'resource':_0xb755f5});}}class qr extends _0x5cba56{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x3e6d57){const t=_0x3e6d57['t'],_0xcbf35e={'showResetButton':!0x0,'showIcon':!0x0,'creator':th,'label':C(_0x3e6d57,'AI_CHAT_SEARCH_RESOURCES')};super(_0x3e6d57,_0xcbf35e['creator']),this['label']=_0xcbf35e['label'],this['_viewConfig']=_0xcbf35e,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x3e6d57,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x302d7b){this['fire']('search',_0x302d7b);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x50b9df(),this['iconView']['content']=_0x5a0eff,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x2b7a72,t){this['resetButtonView']=new _0x14ee0a(_0x2b7a72),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x510307,'class':'ck-search__reset','isVisible':!0x1,'tooltip':!0x0}),this['resetButtonView']['on']('execute',()=>{this['reset'](),this['focus'](),this['fire']('reset');}),this['resetButtonView']['bind']('isVisible')['to'](this['fieldView'],'isEmpty',_0x19ba7e=>!_0x19ba7e),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}class Or extends _0x19a8c6{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x18c56c,_0x3dcfba){super(_0x18c56c),this['_source']=_0x3dcfba['source'],this['_searchInputVisibleFrom']=_0x3dcfba['searchInputVisibleFrom']??0x7,this['set']('isLoading',!0x0),this['_searchView']=this['_createSearchView'](),this['_searchSection']=this['_createSearchSection'](),this['_resourcesListView']=this['_createResourcesListView'](),this['_skeletonLoader']=this['_createSkeletonView'](),this['children']=new _0xf07a6b([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new qr(this['locale']);}['_createSearchSection'](){const _0x46d15c=new _0x19a8c6(this['locale']);return _0x46d15c['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x1318c9,_0x4bab4e)=>{this['loadResources'](_0x4bab4e),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x4bab4e);}),_0x46d15c;}['_createResourcesListView'](){const _0xdfa8=new Rr(this['locale'],this['_source']);return _0xdfa8['delegate']('addResourceToContext')['to'](this),_0xdfa8['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0xdfa8;}['_createSkeletonView'](){const _0xa23d64=new je(this['locale'],Ce['aiChatResources']);return _0xa23d64['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0xa944e4=>!_0xa944e4)]}}),_0xa23d64;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x380672){const _0x459f1e=_0x223274();this['_latestLoadResourcesUid']=_0x459f1e,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x380672,'uid':_0x459f1e}),this['isLoading']=!0x0;}['setResources'](_0x173421,_0x5cefb9){if(_0x5cefb9&&_0x5cefb9!==this['_latestLoadResourcesUid'])return;const _0x5a6de3=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x173421,_0x5a6de3),_0x173421['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x59569b,_0x2df02f){this['_resourcesListView']['updateResourceState'](_0x59569b,_0x2df02f);}}const va='ck-ai-chat-context-controls__source-balloon-panel',xa='ck-button-icon\x20ck-button-back',La='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class ko{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x4a1b82,_0x1521ba,_0x1b3414){this['_locale']=_0x4a1b82,this['_bodyCollection']=_0x1521ba,this['_config']=_0x1b3414;}['showSourceResourcesBalloon'](_0x56394d){let _0x3a9939=this['_sourceResourceBalloons']['get'](_0x56394d['id']);_0x3a9939||(_0x3a9939=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x56394d['id'],_0x3a9939),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x3a9939)),this['_addSourceResourceContent'](_0x3a9939,_0x56394d),_0x3a9939['show']();const _0x28a5b2=this['_config']['getTargetElement']();_0x28a5b2&&_0x3a9939['pin']({'target':_0x28a5b2,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x4eff3c,_0x13accc,_0x2c158a){const _0x1edd87=this['_sourceResourceBalloons']['get'](_0x4eff3c);if(!_0x1edd87)return;const _0x12de0b=this['_getResourcesViewFromBalloon'](_0x1edd87);_0x12de0b&&(_0x12de0b['setResources'](_0x13accc,_0x2c158a),_0x12de0b['once']('change:isLoading',()=>{_0x1edd87['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x5194cc){const _0x246ce0=this['_sourceResourceBalloons']['get'](_0x5194cc);_0x246ce0&&requestAnimationFrame(()=>{_0x246ce0['hide'](),this['_sourceResourceBalloons']['delete'](_0x5194cc),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0xf06264 of this['_sourceResourceBalloons']['values']())if(_0xf06264['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x8e3aa8,_0x9c123a,_0x5acf5a){const _0x59284b=this['_sourceResourceBalloons']['get'](_0x8e3aa8);if(!_0x59284b||!_0x59284b['isVisible'])return;const _0x4c4937=this['_config']['getTargetElement']();if(!_0x4c4937)return;_0x59284b['pin']({'target':_0x4c4937,'limiter':this['_config']['getLimiterElement']()});const _0x4205f4=this['_getResourcesViewFromBalloon'](_0x59284b);_0x4205f4&&_0x4205f4['updateResourceState'](_0x9c123a,_0x5acf5a);}['destroy'](){for(const _0x59f1a7 of this['_sourceResourceBalloons']['values']())_0x59f1a7['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0xdd7c2c=new _0x500981(this['_locale']);return _0xdd7c2c['extendTemplate']({'attributes':{'class':va}}),this['_bodyCollection']['add'](_0xdd7c2c),_0xdd7c2c;}['_addSourceResourceContent'](_0x5669fd,_0x3a06b3){_0x5669fd['content']['clear']();const _0x194d39=this['_createBalloonHeader'](_0x5669fd,_0x3a06b3);_0x5669fd['content']['add'](_0x194d39);const _0x519dd5=this['_createBalloonResourcesView'](_0x3a06b3);_0x5669fd['content']['add'](_0x519dd5);}['_createBalloonHeader'](_0x46854d,_0x2f5c89){const _0x495277=this['_createBackButton'](_0x46854d),_0x2a0e39=new _0x5720b1(this['_locale'],{'label':_0x2f5c89['label'],'class':La});return _0x2a0e39['children']['add'](_0x495277,0x0),_0x2a0e39;}['_createBackButton'](_0x55e9ca){const _0x25dea8=new _0x14ee0a(this['_locale']);return _0x25dea8['set']({'icon':_0x25d049,'tooltip':C(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':xa}),_0x25dea8['on']('execute',()=>{_0x55e9ca['hide'](),this['_config']['onBackToContext']();}),_0x25dea8;}['_createBalloonResourcesView'](_0x33d8b1){const _0x17103b=new Or(this['_locale'],{'source':_0x33d8b1,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x17103b['on']('loadSourceResources',(_0x33ca74,_0x37fe6f)=>{this['_config']['onLoadSourceResources'](_0x37fe6f);}),_0x17103b['on']('addResourceToContext',(_0x1d4858,_0x3de587)=>{this['_config']['onResourceSelected'](_0x3de587['source'],_0x3de587['resource']),this['closeSourceResourceBalloon'](_0x33d8b1['id']);}),_0x17103b;}['_getResourcesViewFromBalloon'](_0x14555d){const _0x29a4d8=_0x14555d['content']['get'](0x1);return _0x29a4d8 instanceof Or?_0x29a4d8:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x5be58d){_0x29a34e({'emitter':_0x5be58d,'contextElements':[_0x5be58d['element']],'callback':()=>{_0x5be58d['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x5be58d['isVisible']});}}const ms=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources'],Eo='ck-ai-chat-context-controls',vo='ck-ai-chat-context-controls__pending-contexts',Vo='ck-ai-chat-context-controls__add-context-balloon-panel',Io='ck-ai-chat-context-controls__add-context-button',Po='ck-ai-chat-context-controls__url-balloon-panel',Ro='ck-ai-chat-context-controls__balloon-button',Uo='ck-ai-chat-context-controls__balloon-button-source',Lo='ck-ai-chat-controls-button',No='ck-ai-chat-context-chips-wrapper-balloon',Oo='ck-ai-chat-controls_context_show-more-button',Mo='ck-ai-chat-context-controls__show-more-balloon-panel',Ho='ck-ai-chat',jo=[_0x500981['defaultPositions']['northArrowSouthWest'],_0x500981['defaultPositions']['northArrowSouth'],_0x500981['defaultPositions']['northArrowSouthEast'],_0x500981['defaultPositions']['southArrowNorthWest'],_0x500981['defaultPositions']['southArrowNorth'],_0x500981['defaultPositions']['southArrowNorthEast']];class us extends _0x19a8c6{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['bodyCollection'];constructor(_0x13636d,_0x42f690){super(_0x13636d),this['bodyCollection']=_0x42f690['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x13636d),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x13636d),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x13636d),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x13636d,_0x42f690);const _0x3e6f8a={'cssClasses':{'showMoreButton':Oo,'showMoreBalloon':Mo,'overflowContainer':No,'controlsButton':Lo}};this['_overflowManager']=new Ao(_0x13636d,this['_currentContextsChips'],_0x3e6f8a,this['bodyCollection'],this),this['_addContextBalloonConfig']={'buttonView':this['addContextButtonView'],'balloonView':this['_addContextBalloonPanelView'],'hideMethod':this['hideAddContextBalloonPanel']['bind'](this),'showMethod':this['showAddContextBalloonPanel']['bind'](this)},this['_setupTemplate'](),this['_bindEventHandlers']();}['render'](){super['render'](),this['_setupAllBalloonClickOutsideHandlers'](),this['_overflowManager']['setContainerElement'](this['element']),this['_overflowManager']['reorganizeChips']();}['destroy'](){super['destroy'](),this['_overflowManager']['destroy'](),this['_resourcesBalloonView']['destroy']();}['addContextItem'](_0x26a8e4,_0x294d1b){const _0x6098df=this['_createContextButton'](_0x26a8e4,'current',!0x0,_0x294d1b);this['_addContextToCollection'](_0x6098df,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x40ad61){this['_removeContextFromCollection'](_0x40ad61,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x40ad61,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x4227c8,_0x266501){let _0x2924c0=this['_currentContextsChips']['find'](_0x474007=>_0x474007['id']===_0x4227c8);_0x2924c0||(_0x2924c0=this['_overflowManager']['overflowChips']['find'](_0x115778=>_0x115778['id']===_0x4227c8)),_0x2924c0&&(_0x2924c0['isLoading']=_0x266501);}['setConversationContext'](_0x18d181){this['_conversationContextsChips']['clear']();for(const _0x3ea7c9 of _0x18d181){const _0x55ce80=this['_createContextButton'](_0x3ea7c9,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x55ce80,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x4afa5c,_0xdc0e7f,_0x5a9d4b){this['_resourcesBalloonView']['updateResourceState'](_0x4afa5c,_0xdc0e7f,_0x5a9d4b);}['hideAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x1);}['showAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x0);}['hideUrlBalloonPanel'](){this['_urlBalloonPanelView']['hide'](),this['addContextButtonView']['isOn']=!0x1,this['_urlInputView']&&this['_urlInputView']['clear']();}['showUrlBalloonPanel'](){this['_urlBalloonPanelView']['show'](),this['addContextButtonView']['isOn']=!0x0;}['_showSourceResourcesBalloon'](_0x9c4e83){this['_resourcesBalloonView']['showSourceResourcesBalloon'](_0x9c4e83),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x544be5,_0x5ca372,_0x2a28cc,_0x458053){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x544be5,_0x2a28cc,_0x458053);}['closeSourceResourceBalloon'](_0x15d32d){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x15d32d),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x1d9f31){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x1d9f31),this['_setAddContextButtonEnabled'](_0x1d9f31);}['_setAddContextButtonEnabled'](_0x179542){const _0x58961d=!_0x179542['document']['isHidden']&&_0x179542['document']['enabled'],_0x339d45=_0x179542['urls']['enabled'],_0x164676=_0x179542['files']['enabled'];this['addContextButtonView']['isEnabled']=_0x58961d||_0x339d45||_0x164676;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Eo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':vo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x243ca2){const _0x46a5c9=new _0x14ee0a(_0x243ca2);return _0x46a5c9['set']({'label':C(_0x243ca2,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Lo+'\x20'+Io,'icon':_0x3725c8,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x46a5c9;}['_createAddContextBalloonPanelView'](_0x3d79ad){return this['_createBaseBalloonPanel'](_0x3d79ad,Vo);}['_createUrlBalloonPanelView'](_0x221855){const _0x312e61=this['_createBaseBalloonPanel'](_0x221855,Po);return this['_addUrlContent'](_0x312e61,_0x221855),_0x312e61;}['_createResourcesBalloonView'](_0x21d430,_0x3d2f2d){const _0x1c5c1b={'searchInputVisibleFrom':_0x3d2f2d['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':jo});},'onResourceSelected':(_0x1972e1,_0xf030f0)=>{this['fire']('addResourceToContext',{'source':_0x1972e1,'resource':_0xf030f0});},'onLoadSourceResources':_0xaedb7b=>{this['fire']('loadSourceResources',_0xaedb7b);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new ko(_0x21d430,_0x3d2f2d['bodyCollection'],_0x1c5c1b);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Ho)||document['body'];}['_createBaseBalloonPanel'](_0x59fc6a,_0x30cfe1){const _0x4a5716=new _0x500981(_0x59fc6a);return _0x4a5716['extendTemplate']({'attributes':{'class':_0x30cfe1}}),this['bodyCollection']['add'](_0x4a5716),_0x4a5716;}['_setBalloonPanelContent'](_0x25f1de,_0x11452f,_0x16b131){if(_0x25f1de['content']['clear'](),!_0x16b131['document']['isHidden']&&_0x16b131['document']['enabled']){const _0xbc8436=this['_createBalloonButton'](_0x11452f,{'label':C(_0x11452f,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x776ddc});_0xbc8436['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x25f1de['content']['add'](_0xbc8436);}if(_0x16b131['urls']['enabled']){const _0x5212e0=this['_createBalloonButton'](_0x11452f,{'label':C(_0x11452f,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x339b47});_0x5212e0['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':jo}),this['_urlInputView']['focus']();}),_0x25f1de['content']['add'](_0x5212e0);}if(_0x16b131['files']['enabled']){const _0x29e96f=new _0xbecc3f(_0x11452f);_0x29e96f['set']({'label':C(_0x11452f,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x44b793,'withText':!0x0,'tooltip':!0x0,'class':Ro,'allowMultipleFiles':!0x0}),_0x29e96f['on']('done',(_0x378296,_0x2f95ec)=>{this['fire']('addFileToContext',_0x2f95ec),this['hideAddContextBalloonPanel']();}),_0x29e96f['tooltip']=!0x0,_0x25f1de['content']['add'](_0x29e96f);}for(const _0x394ef8 of _0x16b131['sources']){const _0x96a74b=this['_createBalloonButton'](_0x11452f,{'label':_0x394ef8['label'],'icon':_0x394ef8['icon']||_0x625012,'type':'source'});_0x25f1de['content']['add'](_0x96a74b),_0x96a74b['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon'](_0x394ef8);});}}['_addUrlContent'](_0x13d5be,_0x39a990){this['_urlInputView']=new To(_0x39a990),this['_urlInputView']['on']('submitUrl',(_0x31c1c7,_0x7ea80a)=>{this['_handleUrlSubmit'](_0x7ea80a);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':jo});}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':jo});}),_0x13d5be['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x519237,_0x58d143){const _0x1fd6aa='source'===_0x58d143['type']?new Da(_0x519237):new _0x14ee0a(_0x519237);return _0x1fd6aa['set']({'label':_0x58d143['label'],'icon':_0x58d143['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Ro}),_0x1fd6aa;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x29a34e({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x20d781){const _0x231cd6=this['_addContextBalloonConfig'];_0x231cd6['buttonView']['isOn']=_0x20d781,_0x20d781?_0x231cd6['balloonView']['show']():_0x231cd6['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x22ed01,buttonView:_0x2226f3,hideMethod:_0x56dbf3}=this['_addContextBalloonConfig'];_0x29a34e({'emitter':_0x22ed01,'contextElements':[_0x22ed01['element'],_0x2226f3['element']],'callback':()=>{_0x56dbf3();},'activator':()=>_0x2226f3['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x45fcbe,_0x463a61,_0x43b1d9=!0x1,_0x32474a=!0x1){const _0x59d47a='conversation'===_0x463a61||!0x0===_0x45fcbe['isReadOnly'],_0x43596a=new bo(this['locale'],_0x45fcbe,_0x59d47a,_0x43b1d9,_0x32474a);return _0x59d47a||_0x43596a['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x43596a['id']);}),_0x43596a;}['_addContextToCollection'](_0x227a33,_0x247d03){_0x247d03['add'](_0x227a33,0x0);}['_removeContextFromCollection'](_0x342561,_0x4b8667){const _0x574d63=_0x4b8667['find'](_0xbacc7c=>_0xbacc7c['id']===_0x342561);_0x574d63&&_0x4b8667['remove'](_0x574d63);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':jo}));}['_handleUrlSubmit'](_0x49d9a8){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x49d9a8);}}class Da extends _0x14ee0a{['arrowView'];constructor(_0x52239e){super(_0x52239e),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Uo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x570a0c=new _0x50b9df();return _0x570a0c['content']=_0xf874d9,_0x570a0c['extendTemplate']({'attributes':{'class':Uo+'__arrow'}}),_0x570a0c;}}class bs extends _0x19a8c6{['_cancelButtonView'];['_loaderView'];constructor(_0x3b2ea1){super(_0x3b2ea1),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_loaderView']=this['_createLoaderView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-loader-wrapper','ck-reset_all']},'children':[this['_loaderView'],this['_cancelButtonView']]});}['_createCancelButtonView'](){const _0xc70e2e=new _0x14ee0a(this['locale']);return _0xc70e2e['set']({'label':C(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-button-stop-generating','icon':_0x4c89d2}),_0xc70e2e['on']('execute',()=>{this['fire']('abortPromptStream');}),_0xc70e2e;}['_createLoaderView'](){const _0x5ec841=new _0x19a8c6(this['locale']);return _0x5ec841['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}}]},{'text':C(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x5ec841;}}class Bi extends _0x19a8c6{['_displayedModels']=[];['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x3b1e1e,_0x32beb6){super(_0x3b1e1e),this['_contextPanelView']=this['_createContextPanelView'](_0x3b1e1e,{'bodyCollection':_0x32beb6['bodyCollection'],'searchInputVisibleFrom':_0x32beb6['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x3b1e1e),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x3b1e1e),this['_loaderView']=this['_createLoaderView'](_0x3b1e1e),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x3b1e1e),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage')['to'](this),this['_loaderView']['delegate']('abortPromptStream')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleWebSearch')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleReasoning')['to'](this),this['_promptCapabilitiesView']['delegate']('selectModel')['to'](this),this['_contextPanelView']['delegate'](...ms)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x11ba23=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x11ba23['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x11ba23['if']('isLoading','ck-hidden',_0x1e61f5=>_0x1e61f5||!this['isModelAvailable']),_0x11ba23['if']('isModelAvailable','ck-hidden',_0x488756=>!_0x488756||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x11ba23['if']('isLoading','ck-hidden',_0x35f4f2=>!_0x35f4f2)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x11ba23['if']('isModelAvailable','ck-hidden',_0x52b17c=>_0x52b17c)]},'children':[this['_modelUnavailableMessageView']]}]}),_0x29a34e({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0x4df9db,_0x497191){return new us(_0x4df9db,_0x497191);}['_createPromptInputView'](_0x392209){return new ds(_0x392209,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x4f29a5){return new ps(_0x4f29a5);}['_createLoaderView'](_0x592e8f){return new bs(_0x592e8f);}['_createModelUnavailableMessageView'](_0x425ba9){const _0x585090=new gs(_0x425ba9);return _0x585090['delegate']('startConversation')['to'](this),_0x585090;}['_handlePromptInputFocus'](_0x377684,_0x2c999c,_0x2a106a){_0x2a106a?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x3c1b0e,_0x34467d){this['_contextPanelView']['addContextItem'](_0x3c1b0e,_0x34467d);}['removeContextItem'](_0x2f3ef6){this['_contextPanelView']['removeContextItem'](_0x2f3ef6);}['setContextItemLoading'](_0x2734ca,_0x16a323){this['_contextPanelView']['setContextItemLoading'](_0x2734ca,_0x16a323);}['setIsUploadInProgress'](_0x357a2d){this['_promptInputView']['setIsUploadInProgress'](_0x357a2d);}['setConversationContext'](_0x364c29){this['_contextPanelView']['setConversationContext'](_0x364c29);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x2adef2,_0x49611a,_0x3e44bf){this['_contextPanelView']['updateResourceState'](_0x2adef2,_0x49611a,_0x3e44bf);}['setWebSearch'](_0x2152cc){this['_promptCapabilitiesView']['setWebSearch'](_0x2152cc);}['setReasoning'](_0x31785a){this['_promptCapabilitiesView']['setReasoning'](_0x31785a);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x491e93){this['_contextPanelView']['setAddContextOptions'](_0x491e93);}['setInputPlaceholder'](_0x15f4dd){this['_promptInputView']['setPlaceholderText'](_0x15f4dd);}['setModelList'](_0x3738ec,_0x2a12ff){this['_displayedModels']=_0x3738ec,this['_promptCapabilitiesView']['setModelList'](_0x3738ec,_0x2a12ff);}['setModel'](_0x3efc78){(_0x3efc78?this['_displayedModels']['find'](_0x214dcd=>_0x214dcd['id']===_0x3efc78['id']):null)?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x3efc78)):_0x3efc78?.['id']['startsWith']('agent')?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](this['_displayedModels'][0x0])):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x24d4b2){this['_promptCapabilitiesView']['disableModelSelector'](_0x24d4b2);}['populateSourceResourceBalloon'](_0x5a5e93,_0x4b1eca,_0x940c8e,_0x555f72){this['_contextPanelView']['populateSourceResourceBalloon'](_0x5a5e93,_0x4b1eca,_0x940c8e,_0x555f72);}['closeSourceResourceBalloon'](_0x3470a1){this['_contextPanelView']['closeSourceResourceBalloon'](_0x3470a1);}['focusPromptInput'](){this['_promptInputView']['focus']();}}class gs extends _0x19a8c6{constructor(_0x555aea){super(_0x555aea);const _0x38daaf=new _0x14ee0a(_0x555aea);_0x38daaf['set']({'label':C(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x38daaf['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':C(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x38daaf]}]});}}class Fi extends _0x5720b1{['conversationStartButton'];['resizeButton'];constructor(_0x4a95b9,_0x56c60d){super(_0x4a95b9,{'label':C(_0x4a95b9,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':_t}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0x4a95b9),this['children']['add'](this['conversationStartButton']),_0x56c60d&&(this['resizeButton']=Cs(_0x4a95b9,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x92779f){const _0x48edee=new _0x14ee0a(_0x92779f);return _0x48edee['set']({'label':C(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x5c1cc1,'class':'ck-ai-chat__start-conversation'}),_0x48edee['on']('execute',()=>{this['fire']('startConversation');}),_0x48edee;}}class Vi extends _0x19a8c6{constructor(_0x1c2ebc){super(_0x1c2ebc),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':C(_0x1c2ebc,'AI_DISCLAIMER_TEXT')}]}]});}}class At extends _0x19a8c6{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x1912d0,_0x11d67a){super(_0x1912d0),this['_bodyCollection']=new qt(_0x1912d0),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new Fi(_0x1912d0,_0x11d67a['showResizeButton']),this['chatHeader']['delegate'](...St)['to'](this),this['chatFeed']=new ji(_0x1912d0,this['_bodyCollection']),this['chatFeed']['delegate'](...St)['to'](this),this['chatControls']=new Bi(_0x1912d0,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x11d67a['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...St)['to'](this),this['chatDisclaimer']=new Vi(_0x1912d0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x1912d0['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x258ead,_0x2bf621,_0x112c68,_0x2d3cb8){this['chatControls']['populateSourceResourceBalloon'](_0x258ead,_0x2bf621,_0x112c68,_0x2d3cb8);}['closeSourceResourceBalloon'](_0x3f6ad1){this['chatControls']['closeSourceResourceBalloon'](_0x3f6ad1);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class et extends _0x171820{static get['requires'](){return[at];}['_view'];static get['pluginName'](){return'AIChatUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['feedItemRenderingStrategy']='streaming';['showDiff']=!0x0;['_promiseQueue'];['_interactionPromiseResolver'];['_titleAnimationInterval']=void 0x0;['_isTrackChangesCommandValueBound']=!0x1;constructor(_0x9012b8){super(_0x9012b8);const _0x515254=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new _(),this['_view']=new At(this['context']['locale'],{'showResizeButton':_0x515254['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate'](...St)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x1f42a3,{showDiff:_0xdec8ba})=>{this['showDiff']=_0xdec8ba;}),_0x515254['view']['addTab']({'id':'chat','buttonLabel':C(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_t,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0xee490e=>_0xee490e),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0x10c012=>_0x10c012),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x527b45){this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x527b45['availableModels'],!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':C(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE')});}['addFeedItemStaticMessage']({id:_0x263b81,staticMessage:_0x19289a}){this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x263b81,'initialContent':'<p>'+_0x19289a+'</p>'});}['addFeedItemUserMessage'](_0x501962){const _0x34ff07=_0x501962['quickActionData']?.['displayedPrompt']||_0x501962['userMessage'];this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x501962['contextItems']['values']()),'initialContent':'<p>'+_0x34ff07+'</p>','id':_0x501962['id']});}['addFeedItemError']({errorMessage:_0x21c5de,id:_0x13962b}){this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x21c5de+'</p>','id':_0x13962b});}['addFeedItemAIReply'](_0xc545e7){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0xc545e7['interactionId']+':'+_0xc545e7['id']}),this['setLoadingMessage'](null);});}async['addFeedItemAISuggestion'](_0x466e36){const _0x304f86=P(this['context']);let _0x5bc02a=_0x304f86['config']['get']('ai.availableReplyActions')||[...k];if(_0x304f86['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0x592b67=_0x304f86['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0x592b67,'value');}}else _0x5bc02a=_0x5bc02a['filter'](_0x4bbedd=>'insertSuggestion'!=_0x4bbedd);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x466e36['interactionId']+':'+_0x466e36['id'],'areActionsDisabled':_0x466e36['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x5bc02a}),this['setLoadingMessage'](null);});}['addFeedInteractionHeader'](_0x2d937f,_0x20f644){const _0x351a14=this['_view']['chatFeed']['children']['last'];if(_0x351a14 instanceof Et)return this['_view']['chatFeed']['children']['remove'](_0x351a14),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x2d937f['id'],'capabilities':{'isWebSearchEnabled':_0x351a14['capabilities']['isWebSearchEnabled']||_0x20f644['isWebSearchEnabled'],'isReasoningEnabled':_0x351a14['capabilities']['isReasoningEnabled']||_0x20f644['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x2d937f['id'],'capabilities':_0x20f644});}['updateFeedInteractionHeader'](_0x2ec047){const _0x39b4c8=this['_view']['chatFeed']['children']['find'](_0xfb580b=>_0xfb580b['options']['id']==_0x2ec047['id']&&_0xfb580b instanceof Et);_0x39b4c8&&_0x39b4c8['set']('isVisible',_0x2ec047['isVisible']);}async['updateFeedItemAIReplyContent'](_0x595a40){const _0x1f36e6=_0x595a40['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x1c54a8=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x595a40,'abortSignal':_0x1c54a8,'renderingStrategy':_0x1f36e6}),_0x595a40['isDone']&&this['markFeedItemAsDone'](_0x595a40['id']);});}['updateFeedItemAIReplySources'](_0x5397b7,_0x57f57e){this['_view']['chatFeed']['updateWebSources'](_0x5397b7,_0x57f57e);}async['updateFeedItemAIReplySuggestionContent'](_0x1f1a2d){const _0x118034=_0x1f1a2d['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x27b7a0=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x1f1a2d,'abortSignal':_0x27b7a0,'renderingStrategy':_0x118034}),_0x1f1a2d['isDone']&&this['markFeedItemAsDone'](_0x1f1a2d['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x508df7){this['_view']['chatFeed']['updateSuggestionPartState'](_0x508df7);}['markFeedItemAsDone'](_0x17e82c){this['_view']['chatFeed']['markItemAsDone'](_0x17e82c);}['removeFeedInteraction'](_0x392a97){this['_view']['chatFeed']['getItemIds']()['filter'](_0x35c2f8=>_0x35c2f8['startsWith'](_0x392a97))['forEach'](_0x1d16f9=>this['_view']['chatFeed']['removeItem'](_0x1d16f9));}['startInteraction'](){this['setLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1}),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x90f4e4){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x8c3a53=>_0x8c3a53['startsWith'](_0x90f4e4['id']))['forEach'](_0x3d0418=>this['markFeedItemAsDone'](_0x3d0418)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0xddbbbd,_0x5cc186){this['_view']['chatControls']['addContextItem'](_0xddbbbd,_0x5cc186);}['removeContextItem'](_0x420647){this['_view']['chatControls']['removeContextItem'](_0x420647);}['setContextItemLoading'](_0x5b70ab,_0x3d3adc){this['_view']['chatControls']['setContextItemLoading'](_0x5b70ab,_0x3d3adc);}['setIsUploadInProgress'](_0x65efa6){this['_view']['chatControls']['setIsUploadInProgress'](_0x65efa6);}['setConversationContext'](_0x3caa85){this['_view']['chatControls']['setConversationContext'](_0x3caa85);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x1c6f22,_0x3a6dc7,_0x2a5adb){this['_view']['chatControls']['updateResourceState'](_0x1c6f22,_0x3a6dc7,_0x2a5adb);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x130986){this['_view']['chatControls']['setAddContextOptions'](_0x130986);}['updateCapabilities'](_0x5d079e){this['_view']['chatControls']['setWebSearch'](_0x5d079e['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x5d079e['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x5d079e));}['setSelectedModel'](_0x244d2a,_0x45ca37){this['_view']['chatControls']['setModel'](_0x244d2a),_0x45ca37&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x109172){this['feedItemRenderingStrategy']=_0x109172;}['toggleLoadingSkeleton'](_0x50970c){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x50970c);}['resetConversationTitle'](){this['setConversationTitle'](C(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x1c9149,_0x40868d=!0x1){if(_0x40868d&&!It()&&_0x1c9149['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x1c9149);this['_view']['chatHeader']['label']=_0x1c9149;}['setLoadingMessage'](_0x375d92){const _0x3b5340=this['_getLoadingMessage'](_0x375d92);this['_view']['chatFeed']['setLoadingMessage'](_0x3b5340);}['_animateConversationTitle'](_0x2f3ba0){let _0x47d925=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x2f3ba0[_0x47d925],_0x47d925++,_0x47d925===_0x2f3ba0['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x516b84){this['_view']['chatHeader']['isMaximized']=_0x516b84;}['_getLoadingMessage'](_0x3e16a8){return _0x3e16a8?_0x3e16a8['isWebSearchEnabled']&&_0x3e16a8['isReasoningEnabled']?C(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x3e16a8['isWebSearchEnabled']?C(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x3e16a8['isReasoningEnabled']?C(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):C(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR'):'';}['_getInputPlaceholder'](_0x1a9b41){return _0x1a9b41?_0x1a9b41['isWebSearchEnabled']&&_0x1a9b41['isReasoningEnabled']?C(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x1a9b41['isWebSearchEnabled']?C(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x1a9b41['isReasoningEnabled']?C(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):C(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):C(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x24b0ae,_0x21a851,_0x46be25,_0x3219ee){this['_view']['populateSourceResourceBalloon'](_0x24b0ae,_0x21a851,_0x46be25,_0x3219ee);}['closeSourceResourceBalloon'](_0x5c6d68){this['_view']['closeSourceResourceBalloon'](_0x5c6d68);}['focusPromptInput'](){this['_view']['chatControls']['focusPromptInput']();}['scrollFeedToSuggestion'](_0x127baf,_0x33f95a){this['_view']['chatFeed']['scrollToSuggestion'](_0x127baf,_0x33f95a);}['startAutoScroll'](){this['_view']['chatFeed']['startAutoScroll']();}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class Ji extends _0x556745{['sections'];constructor(_0xd7a5a,_0xe69186){super(_0xd7a5a),this['sections']=_0xe69186,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x391af4){let _0x463364=0x0,_0x806d82=0x0;for(const _0x773f33 of this['sections']){const {resultsCount:_0x358c06,totalItemsCount:_0x50cc76}=_0x773f33['filter'](_0x391af4);_0x463364+=_0x358c06,_0x806d82+=_0x50cc76;}return{'resultsCount':_0x463364,'totalItemsCount':_0x806d82};}}class Ki extends _0x2269a3{['title'];['itemsViews'];['_itemsListView'];constructor(_0x5d4d33,{title:_0x43de46,items:_0x4eebe9}){super(_0x5d4d33);const _0x595413=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x43de46,this['itemsViews']=_0x4eebe9;const _0x45a078=new _0x19a8c6(_0x5d4d33);_0x45a078['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new _0x556745(_0x5d4d33),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x595413['if']('isVisible','ck-hidden',_0x4f9a20=>!_0x4f9a20)]},'children':[_0x45a078,this['_itemsListView']]});}['filter'](_0x1ca0cb){const _0x3e309b=this['itemsViews']['length'];let _0xdf09e2=0x0;for(const _0x589441 of this['itemsViews']){if(_0x1ca0cb){const _0x1cbe34=_0x589441['isMatching'](_0x1ca0cb);_0x589441['isVisible']=!!_0x1cbe34,_0x589441['highlightText'](_0x1ca0cb);}else _0x589441['isVisible']=!0x0,_0x589441['highlightText'](null);_0x589441['isVisible']&&_0xdf09e2++;}return this['isVisible']=_0xdf09e2>0x0,{'resultsCount':_0xdf09e2,'totalItemsCount':_0x3e309b};}['getItem'](_0x20451a){return this['itemsViews']['find'](_0x1b8211=>_0x1b8211['id']===_0x20451a);}['removeItem'](_0x2ad9d5){const _0x44e5b5=this['itemsViews']['indexOf'](_0x2ad9d5);-0x1!==_0x44e5b5&&(this['itemsViews']['splice'](_0x44e5b5,0x1),this['_itemsListView']['items']['remove'](_0x2ad9d5));}}class Qi extends/* #__PURE__ -- @preserve */
|
|
27
|
-
_0x36aabc(_0x2269a3){['id'];static ['LOADING_LABELS']={'remove':'AI_CHAT_HISTORY_LOADING_REMOVING','rename':'AI_CHAT_HISTORY_LOADING_RENAMING','pin':'AI_CHAT_HISTORY_LOADING_PINNING','unpin':'AI_CHAT_HISTORY_LOADING_UNPINNING'};['actions'];['mainContent'];['_titleView'];constructor(_0x3907e9,_0x5a41a5){super(_0x3907e9);const _0x56404b=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x5a41a5['pinned']),this['set']('loadingState',null),this['id']=_0x5a41a5['id'];const {title:_0x1e76db,createdAt:_0x52bd33,active:_0x58baa2=!0x1}=_0x5a41a5;this['_titleView']=new _0x39d67c(),this['_titleView']['text']=_0x1e76db,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x479aa5=this['_createCheckView'](),_0x25b351=this['_createPinButtonView'](_0x3907e9),_0x48d8d4=this['_createMenuDropdownView'](),_0x68e6a5=this['_createEditInputView'](_0x3907e9,_0x1e76db),_0x2215ad=this['_createAcceptEditButtonView'](_0x3907e9,_0x68e6a5),_0x207d84=this['_createCancelEditButtonView'](_0x3907e9,_0x68e6a5);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x25b351),this['actions']['add'](_0x48d8d4),this['on']('change:isEdit',(_0x5c4e2a,_0x1a1bba,_0x46d682)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x46d682?(this['actions']['add'](_0x2215ad),this['actions']['add'](_0x207d84),this['mainContent']['add'](_0x68e6a5),_0x68e6a5['element']['focus']()):(this['actions']['add'](_0x25b351),this['actions']['add'](_0x48d8d4),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x58baa2?'ck-ai-chat-history__item--active':'',_0x56404b['if']('isVisible','ck-hidden',_0x738dff=>!_0x738dff),_0x56404b['if']('isEdit','ck-ai-chat-history__item--edit')],'role':'listitem'},'children':[{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-check-container']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-check',_0x56404b['if']('loadingState','ck-hidden',_0x2cfaf3=>!!_0x2cfaf3)]},'children':_0x58baa2?[_0x479aa5]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x56404b['if']('loadingState','ck-hidden',_0x4f8718=>!_0x4f8718)]},'children':[this['_createSpinnerView']()]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-row']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-content']},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-title',_0x56404b['if']('loadingState','ck-hidden',_0x2e6874=>!!_0x2e6874)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x56404b['if']('loadingState','ck-hidden',_0x54356b=>!_0x54356b)]},'children':[{'text':_0x56404b['to']('loadingState',_0x1e473e=>_0x1e473e?C(this['locale'],Qi['LOADING_LABELS'][_0x1e473e]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x52bd33]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-actions']},'children':this['actions']}]}]}),this['on']('click',()=>{this['isEdit']||this['fire']('selectConversation',{'id':this['id']});});}['updateTitle'](_0x1199cc){this['_titleView']['text']=_0x4e9308(_0x1199cc);}['updateLoadingState'](_0x415a82,_0x25fbbd){this['set']('loadingState',_0x25fbbd?_0x415a82:null);}['_createCheckView'](){const _0x5eca09=new _0x50b9df();return _0x5eca09['set']({'content':_0x547952}),_0x5eca09;}['_createPinButtonView'](_0x27b200){const _0x3fec88=new _0x14ee0a(_0x27b200);return _0x3fec88['set']({'label':C(_0x27b200,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x324381,'withText':!0x1,'tooltip':!0x0}),_0x3fec88['bind']('isOn')['to'](this,'pinned'),_0x3fec88['on']('execute',()=>{const _0x303bd3=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x303bd3});}),_0x3fec88;}['_createMenuDropdownView'](){const _0x57ecc0=_0x10d828(this['locale'],_0xfe9b05),_0x5d95f5=_0x57ecc0['panelView']['children'];_0x57ecc0['buttonView']['set']({'label':C(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x56f15d}),_0x57ecc0['panelPosition']='sw';const _0x3c76f1=new _0x14ee0a(this['locale']);_0x3c76f1['label']=C(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x3c76f1['withText']=!0x0,_0x3c76f1['on']('execute',()=>{this['isEdit']=!0x0;});const _0x3b003f=new _0x14ee0a(this['locale']);_0x3b003f['label']=C(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x3b003f['withText']=!0x0,_0x3b003f['on']('execute',()=>{this['showConfirm'](C(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x5b8790=new _0x556745(this['locale']),_0x12f656=new _0x2269a3(this['locale']);_0x12f656['children']['add'](_0x3c76f1);const _0x4841f9=new _0x2269a3(this['locale']);return _0x4841f9['children']['add'](_0x3b003f),_0x5b8790['items']['addMany']([_0x12f656,_0x4841f9]),_0x5d95f5['add'](_0x5b8790),_0x57ecc0;}['_createEditInputView'](_0x1566dd,_0x45c2ed){const _0x54b331=new _0x2efa28(_0x1566dd),_0x9423df=_0x54b331['bindTemplate'];return _0x54b331['value']=_0x45c2ed,_0x54b331['extendTemplate']({'on':{'keydown':_0x9423df['to'](_0x4761ec=>{'Enter'==_0x4761ec['key']&&this['_commitEditInputValue'](_0x54b331);})}}),_0x54b331;}['_createAcceptEditButtonView'](_0xcc0391,_0x926359){const _0xe55d1b=new _0x14ee0a(_0xcc0391);return _0xe55d1b['set']({'icon':_0x547952,'withText':!0x1,'tooltip':C(_0xcc0391,'AI_CHAT_HISTORY_ACCEPT')}),_0xe55d1b['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0xe55d1b['on']('execute',()=>{this['_commitEditInputValue'](_0x926359);}),_0xe55d1b;}['_commitEditInputValue'](_0x56d9c3){const _0x508201=_0x56d9c3['element']['value']||'';this['_titleView']['text']=_0x508201,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x508201});}['_createCancelEditButtonView'](_0x59db9b,_0x57af83){const _0xbb8164=new _0x14ee0a(_0x59db9b);return _0xbb8164['set']({'icon':_0x510307,'withText':!0x1,'tooltip':C(_0x59db9b,'AI_CHAT_HISTORY_CANCEL')}),_0xbb8164['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0xbb8164['on']('execute',()=>{this['isEdit']=!0x1,_0x57af83['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0xbb8164;}['_createSpinnerView'](){const _0x5b5229=new Le('tiny');return _0x5b5229['isVisible']=!0x0,_0x5b5229;}['isMatching'](_0x2fea35){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x2fea35)?{'title':!0x0}:null;}['highlightText'](_0x21ecf0){this['_titleView']['highlightText'](_0x21ecf0);}}class vt extends _0x19a8c6{['searchView'];['errorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0x407c9e,_0x9c5e63){super(_0x407c9e),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isMaximized',!0x1),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1);const _0x40367b=new _0x5720b1(_0x407c9e,{'label':C(_0x407c9e,'AI_CHAT_HISTORY_HEADING'),'icon':Ht,'class':'ck-ai-header\x20ck-ai-header_history'});_0x9c5e63&&(this['resizeButton']=Cs(_0x407c9e,this),_0x40367b['children']['add'](this['resizeButton'])),this['sectionsView']=new Ji(_0x407c9e,[]),this['sectionsView']['delegate'](...Xi)['to'](this),this['errorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[_0x40367b,{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['errorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems']&&!this['errorMessage'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'];}['_createSearchView'](){const _0x20286a=new _0x3bb44f(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':C(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x5f3b70=>C(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x5f3b70),'secondary':C(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}});return _0x20286a['on']('render',()=>{this['searchView']['children']['add'](this['errorView'],0x1);}),_0x20286a['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x22cb9b=>!_0x22cb9b)]}}),_0x20286a;}['_createSkeletonView'](){const _0x91cad2=new je(this['locale'],Ce['aiHistory']);return _0x91cad2['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x3f8bdb=>!_0x3f8bdb)]}}),_0x91cad2;}['_createErrorView'](){const _0x1b372e=new _0x19a8c6(this['locale']),_0x22bc58=new _0x14ee0a(this['locale']);return _0x22bc58['set']({'withText':!0x1,'icon':_0x510307,'class':'ck-ai-chat-error__dismiss-button'}),_0x22bc58['bind']('isVisible')['to'](this,'hasItems',_0x1f2b61=>!!_0x1f2b61),_0x22bc58['on']('execute',()=>{this['errorMessage']='';}),_0x1b372e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-error',this['bindTemplate']['if']('errorMessage','ck-hidden',_0x7fb3f0=>!_0x7fb3f0)]},'children':[{'tag':'p','children':[{'text':this['bindTemplate']['to']('errorMessage')}]},_0x22bc58]}),_0x1b372e;}['_createEmptyStateView'](){const _0x358611=new _0x14ee0a(this['locale']);_0x358611['set']({'label':C(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x5c1cc1,'class':'ck-ai-chat__start-conversation'}),_0x358611['on']('execute',()=>{this['fire']('openChat');});const _0x3458d5=new _0x19a8c6(this['locale']);return _0x3458d5['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x2f2f5e=>!_0x2f2f5e)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[C(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x358611]}),_0x3458d5;}['_createListItemViews'](_0x5cb095,_0x201de9){const _0x22efc4=[];for(const _0x30a330 of _0x5cb095){const _0x14e338=new Qi(_0x201de9,_0x30a330);_0x14e338['delegate'](...Xi)['to'](this),_0x22efc4['push'](_0x14e338);}return _0x22efc4;}['updateHistoryItemsWithCategories'](_0x2c0329){const _0x42907e=this['locale']||'en',_0x5efdbb=[];for(const _0x1666f5 of _0x2c0329){const _0x1f8f01=this['_createListItemViews'](_0x1666f5['items'],_0x42907e);_0x5efdbb['push'](new Ki(_0x42907e,{'title':_0x1666f5['title'],'items':_0x1f8f01}));}this['sectionsView']['sections']=_0x5efdbb,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x5efdbb),this['hasItems']=_0x2c0329['some'](_0x3eba2d=>_0x3eba2d['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x37c4f4){for(const _0x41c8dd of this['sectionsView']['sections']){const _0x124266=_0x41c8dd['getItem'](_0x37c4f4);if(_0x124266){if(_0x41c8dd['removeItem'](_0x124266),0x0===_0x41c8dd['itemsViews']['length']){const _0x2e9c08=this['sectionsView']['sections']['indexOf'](_0x41c8dd);-0x1!==_0x2e9c08&&(this['sectionsView']['sections']['splice'](_0x2e9c08,0x1),this['sectionsView']['items']['remove'](_0x41c8dd));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x128e1e,_0x337c99){for(const _0x5f0f9d of this['sectionsView']['sections']){const _0x4331b8=_0x5f0f9d['getItem'](_0x128e1e);if(_0x4331b8){_0x4331b8['updateTitle'](_0x337c99);break;}}}['updateItemLoadingState'](_0x3351b6,_0x2e6b62,_0x3b69c6){for(const _0xb3839b of this['sectionsView']['sections']){const _0x3ecc3a=_0xb3839b['getItem'](_0x3351b6);if(_0x3ecc3a){_0x3ecc3a['updateLoadingState'](_0x2e6b62,_0x3b69c6);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x2505da=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x2505da);}}}const Xi=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class jt extends _0x171820{static get['requires'](){return[at];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x46ab7c){super(_0x46ab7c);const _0x2c07c3=this['context']['plugins']['get']('AITabs');this['_historyView']=new vt(this['context']['locale'],_0x2c07c3['showResizeButton']),this['_historyView']['delegate'](...Xi)['to'](this),_0x2c07c3['view']['addTab']({'id':'history','buttonLabel':C(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':Ht,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x120ac7){this['_historyView']['removeHistoryItem'](_0x120ac7);}['updateItems'](_0x3346e3){this['_historyView']['updateHistoryItemsWithCategories'](_0x3346e3);}['updateItemTitle'](_0x18cf03,_0x3bdc9a){this['_historyView']['updateItemTitle'](_0x18cf03,_0x3bdc9a);}['updateItemLoadingState'](_0x4b9a5b,_0x141002,_0x12520b){this['_historyView']['updateItemLoadingState'](_0x4b9a5b,_0x141002,_0x12520b);}['setLoadingSkeleton'](_0x5c48f7){this['_historyView']['isLoading']=_0x5c48f7;}['showError'](_0x3e3659){this['_historyView']['errorMessage']=_0x3e3659;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x534b79){this['_historyView']['isMaximized']=_0x534b79;}}class De extends _0x4572ab(){['id'];['createdAt'];constructor({id:_0x504071,title:_0xdfdfd3,createdAt:_0x16edcc,updatedAt:_0x5d7083,pinned:_0x3ccf4c}){super(),this['id']=_0x504071,this['createdAt']=new Date(_0x16edcc),this['set']('title',_0xdfdfd3),this['set']('updatedAt',_0x5d7083?new Date(_0x5d7083):null),this['set']('pinned',_0x3ccf4c||!0x1);}['updateTitle'](_0x2cc687){this['set']('title',_0x4e9308(_0x2cc687)),this['updatedAt']=new Date();}['updatePinned'](_0x144ae0){this['set']('pinned',_0x144ae0),this['updatedAt']=new Date();}}class Tt extends _0x135bec(){['items']=[];['connector'];['group'];constructor({connector:_0x569805,group:_0x822aee}){super(),this['connector']=_0x569805,this['group']=_0x822aee;}async['init'](){try{const _0x3a7a89=this['connector']['fetchConversations'](this['group']),_0x13c593=await _0x3a7a89['getConversations']();this['loadItems'](_0x13c593);}catch(_0x3aaa34){this['fire']('error',{'error':_0x3aaa34,'operation':'init'});}}['addItem'](_0x65cd47){this['items']['push'](_0x65cd47);}async['removeItem'](_0x3e9e0c){const _0x25db53=this['items']['findIndex'](_0x418b2e=>_0x418b2e['id']===_0x3e9e0c);if(-0x1===_0x25db53)return!0x1;try{return await this['connector']['deleteConversation'](_0x3e9e0c)['execute'](),this['items']['splice'](_0x25db53,0x1),this['fire']('itemRemoved',{'itemId':_0x3e9e0c}),!0x0;}catch(_0x339cbb){return this['fire']('error',{'error':_0x339cbb,'operation':'removeItem','itemId':_0x3e9e0c}),!0x1;}}['getItem'](_0x37cca7){return this['items']['find'](_0x25177c=>_0x25177c['id']===_0x37cca7);}async['updateItemTitle'](_0x1c878a,_0x249aa4){const _0x54b766=this['getItem'](_0x1c878a);if(!_0x54b766)return!0x1;try{return await this['connector']['updateConversation'](_0x1c878a,{'title':_0x249aa4})['getResult'](),_0x54b766['updateTitle'](_0x249aa4),this['fire']('itemUpdated',{'itemId':_0x1c878a,'updates':{'title':_0x249aa4}}),!0x0;}catch(_0x18aed1){return this['fire']('error',{'error':_0x18aed1,'operation':'updateItemTitle','itemId':_0x1c878a}),!0x1;}}async['updateItemPinned'](_0x3b9c5c,_0x262002){const _0x379347=this['getItem'](_0x3b9c5c);if(!_0x379347)return!0x1;try{return await this['connector']['updateConversation'](_0x3b9c5c,{'pinned':_0x262002})['getResult'](),_0x379347['updatePinned'](_0x262002),this['fire']('itemUpdated',{'itemId':_0x3b9c5c,'updates':{'pinned':_0x262002}}),!0x0;}catch(_0x3331b7){return this['fire']('error',{'error':_0x3331b7,'operation':'updateItemPinned','itemId':_0x3b9c5c}),!0x1;}}['loadItems'](_0x52f6ab){try{this['items']=[],_0x52f6ab['map'](_0x43cfa3=>{this['addItem'](new De(_0x43cfa3));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x397fb6){this['fire']('error',{'error':_0x397fb6,'operation':'loadItems'});}}['getItems'](_0x26c1b5={}){const _0x393ced=void 0x0!==_0x26c1b5['pinned']&&_0x26c1b5['pinned'],_0x167d7e=_0x26c1b5['from']?new Date(_0x26c1b5['from']['getFullYear'](),_0x26c1b5['from']['getMonth'](),_0x26c1b5['from']['getDate']()):null,_0x44fb68=_0x26c1b5['to']?new Date(_0x26c1b5['to']['getFullYear'](),_0x26c1b5['to']['getMonth'](),_0x26c1b5['to']['getDate']()):null;return this['items']['filter'](_0x4b8beb=>{if(_0x4b8beb['pinned']!==_0x393ced)return!0x1;if(_0x44fb68){const _0x33f29a=new Date(_0x4b8beb['createdAt']['getFullYear'](),_0x4b8beb['createdAt']['getMonth'](),_0x4b8beb['createdAt']['getDate']());return _0x167d7e?_0x167d7e['getTime']()===_0x44fb68['getTime']()?_0x33f29a['getTime']()===_0x167d7e['getTime']():_0x33f29a<_0x44fb68&&_0x33f29a>=_0x167d7e:_0x33f29a<_0x44fb68;}return!0x0;});}}class yt extends _0x171820{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[s,tt,jt,at];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](s),this['_aiChatHistoryUi']=this['context']['plugins']['get'](jt),this['_aiChatController']=this['context']['plugins']['get'](tt);const _0xbba085=this['context']['plugins']['get'](at),_0x36c65d=this['_aiChatController']['getGroupId']();this['history']=new Tt({'connector':this['_aiConnector'],'group':_0x36c65d}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x26ac45,_0x577c13)=>{this['_setItemLoading'](_0x577c13['id'],'remove'),this['_handleRemove'](_0x577c13['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0xfd69db,_0xd1759e)=>{this['_setItemLoading'](_0xd1759e['id'],'rename'),this['_handleEditTitle'](_0xd1759e['id'],_0xd1759e['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x2a2fdb,_0x10a925)=>{void 0x0!==_0x10a925['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x10a925['itemId'],_0x10a925['updates']['title']),void 0x0!==_0x10a925['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x10a925['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x2b3eed,_0x2f4c62)=>{this['_aiChatController']['handleRemovedConversation'](_0x2f4c62['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x2f4c62['itemId']),this['_clearItemLoading'](_0x2f4c62['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x5679da,_0x1e34ba)=>{this['_handleHistoryErrorUI'](_0x1e34ba['error'],_0x1e34ba['operation'],_0x1e34ba['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x11280a,_0x138356)=>{this['_handleSelectConversation'](_0x138356['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x420da4,_0x2d116a)=>{const _0x2e346b=_0x2d116a['pinned']?'pin':'unpin';this['_setItemLoading'](_0x2d116a['id'],_0x2e346b),this['_handleTogglePin'](_0x2d116a['id'],_0x2d116a['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0xbba085['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0xbba085['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0xbba085,'resizedTabs',(_0x1f94ab,_0x29c39e)=>{this['_setIsMaximized'](_0x29c39e);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0xbba085['resize']();});}async['_handleEditTitle'](_0x36b7cb,_0x5d57ad){await this['history']['updateItemTitle'](_0x36b7cb,_0x5d57ad);}async['_handleTogglePin'](_0xfd71dd,_0x29d424){await this['history']['updateItemPinned'](_0xfd71dd,_0x29d424);}async['_handleRemove'](_0x25b21f){await this['history']['removeItem'](_0x25b21f);}async['_handleSelectConversation'](_0x11defa){await this['_aiChatController']['loadConversation'](_0x11defa);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x1131ce=this['_aiChatController']['activeConversation']?.['id'],_0x1fd4ed=this['_getCategorizedItems']()['map'](_0x352d27=>({'title':_0x352d27['title'],'items':_0x352d27['items']['map'](_0x874cb9=>({'id':_0x874cb9['id'],'title':_0x874cb9['title']||C(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x874cb9['createdAt'])['toLocaleDateString'](),'active':_0x874cb9['id']===_0x1131ce,'pinned':_0x874cb9['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x1fd4ed);}['_setItemLoading'](_0x4149b6,_0x1dd968){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x4149b6,_0x1dd968,!0x0);}['_clearItemLoading'](_0x1b203d){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x1b203d,null,!0x1);}['_handleHistoryErrorUI'](_0x7205e0,_0x3e6710,_0x5d233f){const _0x1b7aa3=this['_generateErrorMessage'](_0x3e6710,_0x5d233f);this['_aiChatHistoryUi']['showError'](_0x1b7aa3),_0x5d233f&&this['_clearItemLoading'](_0x5d233f),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x38d2ab,_0x288d11){const _0xbecaf7=_0x288d11?this['history']['getItem'](_0x288d11):null,_0x3803a0=_0xbecaf7?.['title']||C(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x38d2ab){case'updateItemTitle':return C(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x3803a0);case'updateItemPinned':{const _0x585687=C(this['context']['locale'],_0xbecaf7?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return C(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x585687,_0x3803a0]);}case'removeItem':return C(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x3803a0);case'init':case'loadItems':return C(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return C(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x2cd49e=new Date(),_0x459b2e=new Date(_0x2cd49e['getFullYear'](),_0x2cd49e['getMonth'](),_0x2cd49e['getDate']()),_0x2cc678=new Date(_0x459b2e);_0x2cc678['setDate'](_0x2cc678['getDate']()-0x1);const _0x351091=new Date(_0x459b2e);_0x351091['setDate'](_0x351091['getDate']()-0xe);const _0x1b1bb2=this['history']['getItems']({'pinned':!0x0}),_0x54c73e=this['history']['getItems']({'from':_0x459b2e,'to':_0x459b2e}),_0x290284=this['history']['getItems']({'from':_0x2cc678,'to':_0x2cc678}),_0x45e7c=this['history']['getItems']({'from':_0x351091,'to':_0x2cc678}),_0x4cb8a7=this['history']['getItems']({'to':_0x351091}),_0x134a32=[];return _0x1b1bb2['length']>0x0&&_0x134a32['push']({'title':C(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x1b1bb2}),_0x54c73e['length']>0x0&&_0x134a32['push']({'title':C(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x54c73e}),_0x290284['length']>0x0&&_0x134a32['push']({'title':C(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x290284}),_0x45e7c['length']>0x0&&_0x134a32['push']({'title':C(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x45e7c}),_0x4cb8a7['length']>0x0&&_0x134a32['push']({'title':C(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x4cb8a7}),_0x134a32;}['_setIsMaximized'](_0x2e88ec){this['_aiChatHistoryUi']['setIsMaximized'](_0x2e88ec);}}class it extends _0x171820{static get['requires'](){return[yt,jt];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Pa extends _0x171820{static get['requires'](){return[tt,c,et,it];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x278904){super(_0x278904),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this['context']['config']['define']('ai.chat.models',{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async['addSelectionToChatContext'](){await this['context']['plugins']['get'](tt)['addSelectionToChatContext']();}async['startConversation'](){await this['context']['plugins']['get'](tt)['startConversation']();}async['sendMessage']({message:_0x4ecc8d,quickActionData:_0x291724}){await this['context']['plugins']['get'](tt)['sendMessage']({'message':_0x4ecc8d,'quickActionData':_0x291724});}['removeSelectionFromChatContext'](){this['context']['plugins']['get'](tt)['removeSelectionFromChatContext']();}['focusPromptInput'](){this['context']['plugins']['get'](tt)['focusPromptInput']();}}class go extends Nt{constructor(_0x9f1866){super(_0x9f1866);const _0x4235e5=_0x9f1866['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x4235e5,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0xc9c6e4=this['editor']['plugins']['get']('AITabs')['view'];_0xc9c6e4['isVisible']=!_0xc9c6e4['isVisible'];}}class bt extends _0x5f3288{static get['requires'](){return[at];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x46b4af=this['editor'];_0x46b4af['commands']['add']('toggleAi',new go(_0x46b4af)),_0x46b4af['ui']['componentFactory']['add']('toggleAi',()=>{const _0x2c9cd2=this['_createAIUIButton'](_0x14ee0a);return _0x2c9cd2['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x2c9cd2;}),_0x46b4af['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x496514=this['_createAIUIButton'](_0x5b3955);return _0x496514['set']({'role':'menuitemcheckbox'}),_0x496514;});}['_createAIUIButton'](_0x1d465b){const _0x475b3b=this['editor'],_0x534c60=_0x475b3b['commands']['get']('toggleAi'),_0x66739a=new _0x1d465b(_0x475b3b['locale']);return _0x66739a['set']({'label':C(_0x475b3b['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x9ba23f,'isToggleable':!0x0}),_0x66739a['bind']('isEnabled')['to'](_0x534c60),_0x66739a['bind']('isOn')['to'](_0x534c60,'value',_0xc91052=>!!_0xc91052),this['listenTo'](_0x66739a,'execute',()=>{_0x534c60['execute']();}),_0x66739a;}}class Ha extends _0x5f3288{static get['requires'](){return[bt,Pt];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Gt(_0xb28d37,_0x5e841c,_0x51078a=!0x1,_0x45237c=!0x0,_0x287659=!0x0){return()=>{const _0x18176b=_0xb28d37['locale'],_0x169f77=new _0x14ee0a(_0x18176b),_0x4d1f75=_0x169f77['bindTemplate'];_0x287659&&_0x169f77['extendTemplate']({'on':{'mouseenter':_0x4d1f75['to'](()=>{_0x169f77['focus']();})}});const _0x5a4c92=_0x5e841c['icon']??_0x5e841c['parent']?.['icon'];return _0x169f77['set']({'label':_0x5e841c['displayedPrompt'],'withText':_0x51078a,'role':'menuitem','icon':_0x45237c?_0x5a4c92??_0x32dec3:void 0x0,'tooltip':!_0x51078a,'class':'ck-ai-quick-actions-button'}),_0x169f77['on']('execute',()=>{_0xb28d37['editing']['view']['focus'](),_0xb28d37['commands']['execute']('aiQuickAction',_0x5e841c);}),_0x169f77;};}const Ls='menu',Ns='menuitem';class co extends _0x19a8c6{['_bodyCollection'];['optionsListView'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();constructor(_0x55f861,_0x50edb4,_0x2529c8,_0x3b2909){const _0x367422=_0x55f861['locale'];super(_0x367422),this['_bodyCollection']=_0x3b2909;const _0x4c92f5=this['_createListItems'](_0x55f861,_0x50edb4,_0x2529c8);this['optionsListView']=new _0x556745(_0x367422),this['optionsListView']['role']=Ls,this['optionsListView']['items']['addMany'](_0x4c92f5),this['focusTracker']=new ts(),this['keystrokes']=new _0x1f1bc5(),this['_focusables']=_0x4c92f5,this['focusCycler']=new $t({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x367422['uiLanguageDirection']},'children':[this['optionsListView']]});}['_createListItems'](_0x471fc7,_0x140d09,_0x3486e0){const _0xa875c9=new _0xf07a6b();return _0x140d09['forEach'](_0x203b03=>{'actions'in _0x203b03?_0xa875c9['add'](this['_createActionGroupButton'](_0x471fc7,_0x203b03,_0x3486e0)):_0xa875c9['add'](this['_createActionButton'](_0x471fc7,_0x203b03));}),_0xa875c9;}['_createActionButton'](_0x43914b,_0x2ab9de){const _0x43c729=new _0x2269a3(this['locale']),_0x1dc20e=Gt(_0x43914b,_0x2ab9de,!0x0,void 0x0!==_0x2ab9de['icon'])();return _0x43c729['children']['add'](_0x1dc20e),_0x43c729;}['_createActionGroupButton'](_0x5ae9b5,_0x5e985f,_0x3312f6){const _0x3333da=new _0x2269a3(this['locale']),_0x30d18e=new _0x36e81a(this['locale']),_0x5312b2=_0x30d18e['bindTemplate'],_0x10ea4d='rtl'===_0x3312f6['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft',_0x14eba8=this['_createGroupActionsList'](_0x5ae9b5,_0x5e985f['actions'],_0x3312f6);_0x30d18e['set']({'label':_0x5e985f['label'],'withText':!0x0,'role':Ns,'icon':_0x5e985f['icon']??_0x32dec3}),_0x30d18e['extendTemplate']({'on':{'mouseenter':_0x5312b2['to'](()=>{_0x30d18e['focus']();})}});const _0x499c42=new _0x500981(this['locale']);return _0x499c42['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x5312b2['to'](_0xe4e219=>{_0xe4e219['key']==_0x10ea4d&&(_0x30d18e['focus'](),this['_hideNestedPanel'](_0x499c42));})}}),_0x30d18e['bind']('isOn')['to'](_0x499c42,'isVisible'),this['_bodyCollection']['add'](_0x499c42),_0x499c42['content']['add'](_0x14eba8),this['_setupGroupMenuBehavior'](_0x30d18e,_0x499c42),_0x3333da['children']['add'](_0x30d18e),_0x3333da;}['_createGroupActionsList'](_0x51e181,_0x349d54,_0x475b83){const _0x4303f4=new _0x556745(this['locale']);return _0x4303f4['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x349d54['forEach'](_0xb0b8f9=>{const _0x51192e=new _0x2269a3(this['locale']),_0x35e74f=Gt(_0x51e181,_0xb0b8f9,!0x0,!0x1)();_0x51192e['children']['add'](_0x35e74f),_0x475b83['focusTracker']['add'](_0x35e74f),_0x4303f4['items']['add'](_0x51192e);}),_0x4303f4;}['_setupGroupMenuBehavior'](_0x3c9aaa,_0x1e93ff){const _0x137d7b=_0x3c9aaa['bindTemplate'],_0x4798d1='rtl'===_0x3c9aaa['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';_0x3c9aaa['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x137d7b['to'](()=>{this['_showNestedPanel'](_0x1e93ff,_0x3c9aaa);}),'mouseleave':_0x137d7b['to'](_0xd72d89=>{const _0x31b1de=_0xd72d89['relatedTarget'];this['_isMovingToNestedMenu'](_0x31b1de,_0x1e93ff)||this['_hideNestedPanel'](_0x1e93ff);}),'keydown':_0x137d7b['to'](_0x4d3f2d=>{_0x4d3f2d['key']==_0x4798d1&&(this['_showNestedPanel'](_0x1e93ff,_0x3c9aaa),_0x1e93ff['content']['get'](0x0)['focus']());})}}),_0x1e93ff['on']('render',()=>{_0x1e93ff['element']?.['addEventListener']('mouseleave',_0x8b5d4d=>{const _0x8d6caf=_0x8b5d4d['relatedTarget'];_0x3c9aaa['element']?.['contains'](_0x8d6caf)||this['_isMovingToNestedMenu'](_0x8d6caf,_0x1e93ff)||this['_hideNestedPanel'](_0x1e93ff);});});}['_showNestedPanel'](_0x33ca3e,_0x456e8a){this['_openNestedPanels']['forEach'](_0x33d15b=>{_0x33d15b!==_0x33ca3e&&_0x33d15b['isVisible']&&_0x33d15b['hide']();}),_0x33ca3e['show'](),_0x33ca3e['pin']({'positions':[_0x3e8342['eastSouth']],'target':_0x456e8a['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x33ca3e);}['_hideNestedPanel'](_0x13c036){_0x13c036['hide'](),this['_openNestedPanels']['delete'](_0x13c036);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x502e97=>_0x502e97['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0xae9f98,_0x4d4815){if(!_0xae9f98)return!0x1;if(_0x4d4815['element']?.['contains'](_0xae9f98))return!0x0;const _0x50b4b1=_0xae9f98;return _0x50b4b1['closest']&&(null!==_0x50b4b1['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x50b4b1['closest']('.ck-ai-quick-actions-group-list')||null!==_0x50b4b1['closest']('.ck-ai-quick-actions-group-button'));}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['optionsListView']['focus']();}}function Yt(_0x3d3123,_0x244d3e,_0x630bc8,_0x35797e){return()=>{const _0x5628c1=_0x3d3123['locale'],_0x345763=_0x10d828(_0x5628c1);_0x345763['buttonView']['set']({'icon':_0x630bc8['icon']??_0x32dec3,'label':_0x630bc8['label'],'tooltip':!0x0}),_0x345763['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x398085=new co(_0x3d3123,_0x244d3e,_0x345763,_0x35797e);return _0x345763['panelView']['children']['add'](_0x398085),_0x345763;};}const Ft='<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',Wt='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',Bt='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>';var Ot=function(_0x4f6815){return _0x4f6815['CHAT']='CHAT',_0x4f6815['ACTION']='ACTION',_0x4f6815['REVIEW']='REVIEW',_0x4f6815;}({}),Ma=function(_0x3c88a7){return _0x3c88a7['CHAT']='AIChat',_0x3c88a7['ACTION']='AIActions',_0x3c88a7['REVIEW']='AIReviewMode',_0x3c88a7;}({});class ui extends _0x5f3288{static get['requires'](){return[zt];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_prepareQuickActionsDefinition'](this['_getDefaultAndCustomActions']()),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x368928){return function(_0xc30915){const _0x2c38fa=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0xc30915['uiLanguage']),_0x12f660=_0x2c38fa||'English',_0x59f84f=[{'id':'ask-ai','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_ASK_AI'),'type':'CHAT','icon':Ut},{'id':'chat-commands','label':C(_0xc30915,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':Ut,'actions':[{'id':'explain','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Ft['replace']('%0',_0x12f660),'type':'CHAT'},{'id':'summarize','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Wt['replace']('%0',_0x12f660),'type':'CHAT'},{'id':'highlight-key-points','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Bt['replace']('%0',_0x12f660),'type':'CHAT'}]},{'id':'improve-writing','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'ACTION','icon':Mt},{'id':'continue','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'ACTION','icon':Kt},{'id':'fix-grammar','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'ACTION','icon':Rt},{'id':'adjust-length','label':C(_0xc30915,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':Qt,'actions':[{'id':'make-shorter','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'ACTION'},{'id':'make-longer','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'ACTION'}]},{'id':'change-tone','label':C(_0xc30915,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':xt,'actions':[{'id':'make-tone-casual','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'ACTION'},{'id':'make-tone-direct','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'ACTION'},{'id':'make-tone-friendly','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'ACTION'},{'id':'make-tone-confident','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'ACTION'},{'id':'make-tone-professional','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'ACTION'}]},{'id':'translate','label':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':Dt,'actions':[{'id':'translate-to-english','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'ACTION','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'ACTION','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'ACTION','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'ACTION','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'ACTION','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'ACTION','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'ACTION','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'ACTION','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'ACTION','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','displayedPrompt':C(_0xc30915,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'ACTION','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':C(_0xc30915,'AI_QUICK_ACTIONS_OTHER'),'icon':Lt,'actions':[]}];return _0x59f84f;}(_0x368928);}['_getDefaultAndCustomActions'](){const _0x3a4102=ui['getDefaultQuickActions'](this['editor']['locale']),_0x15bafe=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x156c4b=>({..._0x156c4b,'icon':void 0x0}));return _0x3a4102['find'](_0x2fbb98=>'other'===_0x2fbb98['id'])['actions']['push'](..._0x15bafe),_0x3a4102;}['_initializeQuickActionsComponentsAndCommands'](){const _0x3fbbce=new qt(this['editor']['locale']);_0x3fbbce['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x3fbbce),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x3fbbce);}['_initializeQuickActionsDropdown'](_0x42ced7){this['editor']['ui']['componentFactory']['add']('aiQuickActions',Yt(this['editor'],this['_quickActionsDefinition'],{'icon':_0x32dec3,'label':C(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},_0x42ced7));}['_prepareQuickActionsDefinition'](_0x2712e1){this['_quickActionsDefinition']=_0x2712e1['map'](_0x5903f5=>{if('actions'in _0x5903f5){const _0xdb9027=_0x5903f5;return{..._0xdb9027,'actions':_0xdb9027['actions']['map'](_0x5a09aa=>{const {actions:_0x58bfc1,..._0x1a46aa}=_0xdb9027;return{..._0x5a09aa,'parent':_0x1a46aa};})['filter'](_0x48a1eb=>this['_shouldIncludeAction'](_0x48a1eb))};}return _0x5903f5;})['filter'](_0x117acc=>'actions'in _0x117acc?_0x117acc['actions']['length']>0x0:this['_shouldIncludeAction'](_0x117acc));}['_shouldIncludeAction'](_0x57d4d1){const _0xc7edb8=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ma[_0x57d4d1['type']])&&!_0xc7edb8['includes'](_0x57d4d1['id']);}['_initializeQuickActionsComponents'](_0xbf3f1d){this['_quickActionsDefinition']['forEach'](_0x5f31d1=>{if('actions'in _0x5f31d1){const _0x1febb6=Yt(this['editor'],_0x5f31d1['actions'],_0x5f31d1,_0xbf3f1d);this['editor']['ui']['componentFactory']['add'](_0x5f31d1['id'],_0x1febb6),_0x5f31d1['actions']['forEach'](_0x197537=>{const _0x293bdd=Gt(this['editor'],_0x197537);this['editor']['ui']['componentFactory']['add'](_0x197537['id'],_0x293bdd);});}else{const _0x3c4b97=Gt(this['editor'],_0x5f31d1,!0x1,!0x0,!0x1);this['editor']['ui']['componentFactory']['add'](_0x5f31d1['id'],_0x3c4b97);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x43bef9=>{const _0xdca5ee=new _0x38710d(_0x43bef9),_0x5a8456=C(_0x43bef9,'AI_QUICK_ACTIONS_HEADING');_0xdca5ee['buttonView']['set']({'label':_0x5a8456,'icon':_0x32dec3});const _0xc1d65c=new ti(_0x43bef9);_0xc1d65c['set']({'ariaLabel':_0x5a8456,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0xafd129=>{if('actions'in _0xafd129){const _0x14ef04=_0xafd129,_0xdbda4e=new _0x44e2e2(_0x43bef9,_0xdca5ee),_0xe7b6d7=new _0x38710d(_0x43bef9),_0x103682=new ti(_0x43bef9);_0xe7b6d7['buttonView']['set']({'label':_0x14ef04['label'],'icon':_0x14ef04['icon']}),_0x14ef04['actions']['forEach'](_0x4691d2=>{const _0xa82915=new _0x44e2e2(_0x43bef9,_0xe7b6d7),_0x4400d9=new _0x5b3955(_0x43bef9);_0x4400d9['set']({'label':_0x4691d2['displayedPrompt'],'icon':_0x4691d2['icon'],'role':'menuitem'}),_0x4400d9['on']('execute',()=>{this['_executeQuickAction'](_0x4691d2);}),_0x4400d9['delegate']('execute')['to'](_0xe7b6d7),_0xa82915['children']['add'](_0x4400d9),_0x103682['items']['add'](_0xa82915);}),_0xe7b6d7['panelView']['children']['add'](_0x103682),_0xdbda4e['children']['add'](_0xe7b6d7),_0xc1d65c['items']['add'](_0xdbda4e);}else{const _0x5ee48a=_0xafd129,_0x332ccc=new _0x44e2e2(_0x43bef9,_0xdca5ee),_0x3d7044=new _0x5b3955(_0x43bef9);_0x3d7044['set']({'label':_0x5ee48a['displayedPrompt'],'icon':_0x5ee48a['icon'],'role':'menuitem'}),_0x3d7044['on']('execute',()=>{this['_executeQuickAction'](_0x5ee48a);}),_0x3d7044['delegate']('execute')['to'](_0xdca5ee),_0x332ccc['children']['add'](_0x3d7044),_0xc1d65c['items']['add'](_0x332ccc);}});const _0x196128=Object['values'](Ma)['some'](_0x5bc13b=>this['editor']['plugins']['has'](_0x5bc13b));return _0xdca5ee['set']({'isEnabled':_0x196128}),_0xdca5ee['panelView']['children']['add'](_0xc1d65c),_0xdca5ee;});}['_executeQuickAction'](_0x2139f2){const _0x14f710=this['editor'];_0x14f710['editing']['view']['focus'](),_0x14f710['commands']['execute']('aiQuickAction',_0x2139f2);const _0x5ee1c8=_0x14f710['ui']['view']['menuBarView'];_0x5ee1c8&&_0x5ee1c8['close']&&_0x5ee1c8['close']();}}class Ai extends Nt{['execute'](_0x3bd511){switch(this['_expandSelectionIfCollapsed'](),_0x3bd511['type']){case Ot['CHAT']:if(!this['editor']['plugins']['has']('AIChat')){const _0x4298c=C(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new _0x29f184('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x4298c});}this['_handleAIChatAction'](_0x3bd511);break;case Ot['ACTION']:if(!this['editor']['plugins']['has']('AIActions')){const _0x284687=C(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new _0x29f184('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x284687});}this['_handleAIActionsAction'](_0x3bd511);break;case Ot['REVIEW']:if(!this['editor']['plugins']['has']('AIReviewMode')){const _0x7f7343=C(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIReviewMode');throw new _0x29f184('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x7f7343});}this['_handleAIReviewAction'](_0x3bd511);}}async['_handleAIChatAction'](_0x17abea){const _0x3b16fa=this['editor']['plugins']['get']('AIChat'),_0x212eee=this['editor']['plugins']['get']('AIChatController');if(this['editor']['plugins']['get']('AITabs')['view']['activateTab']('chat'),'ask-ai'===_0x17abea['id'])_0x212eee['removeSelectionFromChatContext'](),await _0x3b16fa['addSelectionToChatContext'](),_0x3b16fa['focusPromptInput']();else await _0x3b16fa['startConversation'](),_0x212eee['removeSelectionFromChatContext'](),await _0x3b16fa['addSelectionToChatContext'](),_0x3b16fa['focusPromptInput'](),await _0x3b16fa['sendMessage']({'message':_0x17abea['prompt']||_0x17abea['displayedPrompt'],'quickActionData':{'id':_0x17abea['id'],'displayedPrompt':_0x17abea['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x112163=this['editor'],_0x357f8c=_0x112163['model']['document']['selection'];if(!_0x357f8c['isCollapsed'])return;const _0x4c1492=_0x592c76(_0x357f8c['getSelectedBlocks']())||_0x112163['model']['schema']['getLimitElement'](_0x357f8c);_0x112163['model']['change'](_0x220761=>{_0x220761['setSelection'](_0x4c1492,'in');});}['_handleAIActionsActionLabel'](_0x334692){return _0x334692['parent']?.['label']&&'other'!==_0x334692['parent']?.['id']?_0x334692['parent']['label']+':\x20'+_0x334692['displayedPrompt']:_0x334692['displayedPrompt'];}async['_handleAIActionsAction'](_0x3e7f83){const _0x1e56ca=this['editor']['plugins']['get']('AIActions'),_0xde5189=_0x3e7f83['prompt']?{'userMessage':_0x3e7f83['prompt'],'model':_0x3e7f83['model']}:{'actionName':_0x3e7f83['actionName']||_0x3e7f83['id'],'args':_0x3e7f83['args']},_0x1f20bd=this['_handleAIActionsActionLabel'](_0x3e7f83);await _0x1e56ca['executeAction'](_0xde5189,_0x1f20bd,_0x3e7f83['icon']);}async['_handleAIReviewAction'](_0x548fbd){console['log']('handleAIReviewAction',_0x548fbd);}}class gi extends _0x5f3288{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x506c74=this['editor'],_0x3603a1=new Ai(this['editor']);if(_0x506c74['commands']['add']('aiQuickAction',_0x3603a1),_0x506c74['plugins']['has']('AIChat')){const _0xb1a846=this['editor']['plugins']['get']('AIChat');_0x506c74['model']['document']['selection']['on']('change:range',(_0x4acfdf,_0x1803fd)=>{_0x1803fd['directChange']&&_0xb1a846['removeSelectionFromChatContext']();});}}}class Zt extends de{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x46f31e=this['documentContextContent']['children']['map'](_0x50ea74=>({'node':_0x50ea74,'id':pt(_0x50ea74,'data-id')})),_0x434161=this['parsedMergedContent']['children']['map'](_0x4b0857=>({'node':_0x4b0857,'id':pt(_0x4b0857,'data-id')||_0x223274()})),_0x2e8125=_0x1896dd(_0x46f31e,_0x434161,{'comparator':(_0x368203,_0x1cda25)=>_0x368203['id']==_0x1cda25['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x2e8125['length']&&_0x2e8125[_0x2e8125['length']-0x1]['removed'];)_0x2e8125['pop']();}const _0x42e692=_0x2e8125['map'](_0x99b5ae=>{const _0x5f0cb8=_0x99b5ae['added']?'new':_0x99b5ae['removed']?'removed':'modified';return{'node':_0x99b5ae['value'][0x0]['node'],'type':_0x5f0cb8,'id':_0x99b5ae['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x42e692,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x558206,_0xc4d5c7){return _0xc4d5c7;}}class l extends Jt{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;constructor(_0x3eb616){super(_0x3eb616),this['content']=_0x3eb616['content'],this['version']=_0x3eb616['version'],this['actionName']=_0x3eb616['actionName'],this['args']=_0x3eb616['args'],this['userMessage']=_0x3eb616['userMessage'],this['model']=_0x3eb616['model'];}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':Xt['TEXT'],'content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x1469a6){const _0x2c9509=new Zt({'editor':this['editor'],'documentContextContent':this['content'],..._0x1469a6});return this['replies']['push'](_0x2c9509),_0x2c9509['delegate'](...Vt)['to'](this),this['fire']('replyCreated',_0x2c9509),_0x2c9509;}}class pi extends _0x5f3288{static get['requires'](){return[s,_0x10183e,c,w,_0x2b3cb3];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_customViews']=new _0xf07a6b();['_navigationPreviousButton'];['_navigationCounter'];['_isNavigationCounterInView']=!0x1;['_navigationNextButton'];['_isNavigationPreviousButtonInView']=!0x1;['_isNavigationNextButtonInView']=!0x1;['_promiseQueue'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}constructor(_0xc2f132){super(_0xc2f132),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new _(),this['_setupCustomViews']();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x2d6d78,_0x4676c7,_0x51209a){if(this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x500c83,anchorData:_0x2f4590}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x2d6d78,_0x500c83,_0x2f4590,_0x4676c7,_0x51209a);}}const {modelFragment:_0x123b00,anchorData:_0x476c54}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x2d6d78,_0x123b00,_0x476c54,_0x4676c7,_0x51209a);}['_getExecuteDataRegular'](){const _0x3e6ab0=this['editor']['model']['document']['selection'];if(_0x3e6ab0['isCollapsed']){const _0x2bbe8a=_0x592c76(_0x3e6ab0['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x3e6ab0);this['editor']['model']['change'](_0x3ada20=>{_0x3ada20['setSelection'](_0x2bbe8a,'in');});}const _0x14d706=_0x3e6ab0['getFirstRange'](),_0x4ebd2c=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x3e6ab0),_0x14d706['start'],_0x14d706['end']),_0x540fcc=_0x3e6ab0['getFirstRange']()['start'],_0x5218f8=new Map();let _0x1a5ea8=_0x4ebd2c;for(let _0xb6cb68=0x0;_0xb6cb68<_0x540fcc['path']['length'];_0xb6cb68++)_0x5218f8['set'](_0x1a5ea8,_0x540fcc['path'][_0xb6cb68]),_0x1a5ea8=_0x1a5ea8['getChild'](0x0);return{'modelFragment':_0x4ebd2c,'anchorData':_0x5218f8};}['_getExecuteDataInTable'](){const _0x336b60=this['editor']['model']['document']['selection'],_0x25f1bd=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0x173a40=_0x336b60['getFirstRange']()['start']['parent']['parent'],_0x290c13=this['_wrapWithCommonAncestors'](_0x25f1bd,this['editor']['model']['createPositionBefore'](_0x173a40),this['editor']['model']['createPositionAfter'](_0x173a40)),_0x3fa390=_0x336b60['getFirstRange']()['start'],_0x5175c0=new Map();let _0x2d59e3=_0x290c13;for(let _0x51330c=0x0;_0x51330c<_0x3fa390['path']['length'];_0x51330c++)if(_0x5175c0['set'](_0x2d59e3,_0x3fa390['path'][_0x51330c]),_0x51330c<_0x3fa390['path']['length']-0x1)_0x2d59e3=_0x2d59e3['getChild'](0x0);else{let _0x20dd89=_0x2d59e3['nextSibling'];for(;_0x20dd89;)_0x5175c0['set'](_0x20dd89,_0x3fa390['path'][_0x51330c]),_0x20dd89=_0x20dd89['nextSibling'];}return{'modelFragment':_0x290c13,'anchorData':_0x5175c0};}['_executeAction'](_0x18af41,_0x14e436,_0x40d82f,_0x4cfb7f,_0x1b21c3){const _0x508654=this['editor']['plugins']['get'](c),_0x53d312=this['editor']['plugins']['get'](w),_0xb91983=this['editor']['model']['document']['selection'],_0x28b4bc=_0x508654['modelToViewWithIds'](_0x14e436),_0xb3a052=this['editor']['data']['processor']['toData'](_0x28b4bc),_0x474153=this['editor']['model']['document']['version'],_0x488fff=[..._0xb91983['getRanges']()];let _0x4c7e71=this['editor']['config']['get']('ai.availableReplyActions')||[...k];this['editor']['plugins']['has']('TrackChanges')||(_0x4c7e71=_0x4c7e71['filter'](_0x46c8d4=>'insertSuggestion'!=_0x46c8d4));const _0x1ba078=new e(this['editor']['locale'],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':'icon','customView':this['_customViews']},'showUnchangedParts':!0x0,'availableActions':_0x4c7e71});return _0x53d312['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x4cfb7f,'icon':_0x1b21c3||_0x32dec3,'mainView':_0x1ba078,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this['editor']['plugins']['has']('TrackChanges'),'ranges':_0x488fff}),this['_setLoadingState'](_0x1ba078,_0x53d312),this['listenTo'](_0x53d312,'applySuggestion',()=>{this['_applyChanges'](_0x14e436,_0x40d82f,!0x1);}),this['listenTo'](_0x53d312,'insertSuggestion',()=>{this['_applyChanges'](_0x14e436,_0x40d82f,!0x0);}),this['listenTo'](_0x53d312,'selectionRemoved',()=>{this['_stopInteraction'](),this['_disableCustomViews']();}),this['listenTo'](_0x53d312,'dialogClosed',()=>{if(this['_interaction']&&this['_interaction']['replies']['length']>0x0){const _0x4455d4=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x2afb9a=_0x4455d4['changeGroups'][0x0];_0x2afb9a&&'pending'===_0x2afb9a['state']&&_0x4455d4['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](_0x53d312);}),this['_createInteraction'](_0xb3a052,_0x474153,_0x1ba078,_0x53d312,_0x18af41);}['_wrapWithCommonAncestors'](_0x2450b3,_0x2b9187,_0xafaa14){const _0x25a784=this['editor']['model']['createRange'](_0x2b9187,_0xafaa14)['getCommonAncestor'](),_0x6cfb32=_0x25a784['is']('documentFragment')?[]:_0x25a784['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x6cfb32['length']){const _0x579381=_0x6cfb32['map'](_0x542225=>_0x542225['_clone'](!0x1));for(let _0x4bca0b=0x1;_0x4bca0b<_0x579381['length'];_0x4bca0b++)_0x579381[_0x4bca0b-0x1]['_appendChild'](_0x579381[_0x4bca0b]);return _0x579381[_0x579381['length']-0x1]['_appendChild'](_0x2450b3),new _0x25eb17(_0x579381[0x0]);}return _0x2450b3;}async['_createInteraction'](_0x5cdec9,_0x46fd09,_0x47fce7,_0x1ed781,_0x2199ba){const _0x3cb234=this['editor'];this['_interactionParams']={'action':_0x2199ba,'content':_0x5cdec9,'version':_0x46fd09,'mainView':_0x47fce7,'aiBalloon':_0x1ed781};const _0x222b80=new l({'connector':this['_aiConnector'],'editor':_0x3cb234,'content':_0x5cdec9,'version':_0x46fd09,..._0x2199ba});this['_interactions']['push'](_0x222b80),_0x47fce7['hideError']();const _0x45f612=(_0x2a5fa0,_0x4084bf,_0x15f93f=!0x1,_0x195062='streaming')=>this['_promiseQueue']['enqueue'](async _0x163909=>{try{const _0x508273=y({'editor':_0x3cb234,'changeGroups':_0x2a5fa0['changeGroups'],'documentContextContent':_0x2a5fa0['documentContextContent'],'showDiff':_0x15f93f,'trimUnchanged':!0x1});await _0x4084bf['updateContent']({'parts':_0x508273,'renderingStrategy':_0x195062,'abortSignal':_0x163909});}catch(_0x1bbd34){if(this['_isAbortError'](_0x1bbd34))return;throw _0x1bbd34;}});this['_interaction']['on']('replyCreated',(_0x376cf3,_0x3eb5ab)=>{_0x47fce7['hideLoader'](),_0x45f612(_0x3eb5ab,_0x47fce7)['catch'](_0x64deac=>{this['_isAbortError'](_0x64deac)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x64deac),this['_setErrorState'](_0x222b80,_0x47fce7));});}),this['_interaction']['on']('replyContentUpdated',(_0x209e52,_0x348a65)=>{_0x45f612(_0x348a65,_0x47fce7)['catch'](_0x59d939=>{this['_isAbortError'](_0x59d939)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x59d939),this['_setErrorState'](_0x222b80,_0x47fce7));});}),this['_interaction']['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](_0x47fce7,_0x1ed781),this['_updateNavigationUI']();}catch(_0x31b7ca){this['_isAbortError'](_0x31b7ca)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x31b7ca),this['_setErrorState'](_0x222b80,_0x47fce7));}}),this['listenTo'](_0x47fce7,'toggleSuggestionDisplayMode',(_0x176008,{showDiff:_0xcc8155})=>{this['_balloonShowDiff']=_0xcc8155;const _0x430533=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x430533&&_0x45f612(_0x430533,_0x47fce7,_0xcc8155,'static')['catch'](_0x425fa0=>{this['_isAbortError'](_0x425fa0)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x425fa0),this['_setErrorState'](_0x222b80,_0x47fce7));});}),this['_interaction']['on']('replyChangeGroupStateUpdated',(_0xb91d7f,{reply:_0x3f99b5})=>{const _0x493bb4={'positiveCount':_0x3f99b5['changeGroups']['filter'](_0x5077bd=>'accepted'===_0x5077bd['state'])['length'],'totalCount':_0x3f99b5['changeGroups']['length']},_0x16c248=this['_interaction']['actionCallId'],_0x21cc32=this['_interaction']['actionName'];_0x21cc32?this['_aiConnector']['upsertAIActionRating'](_0x21cc32,_0x16c248,_0x493bb4):this['_aiConnector']['upsertCustomAIActionRating'](_0x16c248,_0x493bb4);}),this['_setLoadingState'](_0x47fce7,_0x1ed781);try{const _0x2bb5eb=await this['_interaction']['start']();return this['_updateNavigationUI'](),_0x2bb5eb;}catch(_0x2610ea){if(this['_isAbortError'](_0x2610ea))return;_0x47fce7['hideLoader'](),this['_setErrorState'](_0x222b80,_0x47fce7);}}['_applyChanges'](_0x3d41af,_0x3cb409,_0x58403b){const _0x5985ef=this['editor'];if(_0x58403b&&!_0x5985ef['plugins']['has']('TrackChanges'))throw new _0x29f184('ai-no-track-changes',null);const _0x56dfdb=this['editor']['plugins']['get'](_0x2b3cb3),_0x92ae5a=this['_interaction'],_0x1026cc=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x556119=_0x1026cc['changeGroups'];_0x1026cc['setChangeGroupState'](0x0,'accepted');let _0xdcec46=v({'editor':_0x5985ef,'reply':_0x1026cc,'interaction':_0x92ae5a,'groups':_0x556119,'transform':!0x1,'documentCompare':_0x56dfdb,'documentCompareOptions':{'anchor':_0x5985ef['model']['createPositionAt'](_0x3d41af,0x0),'markDeletions':_0x58403b}});_0xdcec46=this['_filterOperationsOutsideRange'](_0xdcec46,_0x3cb409);for(const _0x4d0218 of _0xdcec46)this['_anchorOperation'](_0x3cb409,_0x4d0218,_0x5985ef['model']['document']['getRoot']());const _0x43fea1=_0x92ae5a['getDocumentContext']()['version'],_0x267abc=_0x5985ef['model']['document']['history']['getOperations'](_0x43fea1),_0x121acf={'document':_0x5985ef['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x4567fd=_0x33bff0(_0xdcec46,_0x267abc,_0x121acf)['operationsA'];_0x5985ef['model']['change'](_0x285647=>{if(_0x285647['setSelection'](_0x5985ef['model']['document']['selection']['focus']),_0x58403b)_0x5985ef['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x4567fd);else{for(const _0x472181 of _0x4567fd)_0x472181['baseVersion']=_0x5985ef['model']['document']['version'],b(_0x5985ef,_0x472181),_0x285647['batch']['addOperation'](_0x472181),_0x5985ef['model']['applyOperation'](_0x472181);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x32019f,_0x589ab0){return _0x32019f['filter'](_0x220c4f=>{if('rename'==_0x220c4f['type']){const _0x3a09df=_0x220c4f['position']['nodeAfter'];return!_0x589ab0['has'](_0x3a09df);}if(_0x220c4f['type']['indexOf']('Attribute')>-0x1){const _0x1ae608=_0x220c4f['range']['start']['nodeAfter'];return!_0x589ab0['has'](_0x1ae608);}return!0x0;});}['_anchorOperation'](_0x16841c,_0x58f242,_0x3851b2){const _0x2f5837=_0x58f242['clone']();for(const _0x2badb6 in _0x58f242){const _0x35a664=_0x58f242[_0x2badb6];_0x35a664 instanceof _0x59485f?_0x58f242[_0x2badb6]=new _0x59485f(_0x333021(_0x35a664['start']),_0x333021(_0x35a664['end'])):_0x35a664 instanceof _0x58772b&&(_0x58f242[_0x2badb6]=_0x333021(_0x35a664));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x2f5837['type'])){if(_0x2f5837['isDocumentOperation']=!0x1,_0x2f5837['baseVersion']=null,'remove'==_0x2f5837['type']){const _0x4d4cb7=_0x2f5837['sourcePosition'],_0x4dc4c4=_0x2f5837['howMany'];new _0x1609ec(_0x4d4cb7,_0x4dc4c4)['_execute']();}else _0x2f5837['_execute']();}function _0x333021(_0x247a2c){if('$graveyard'==_0x247a2c['root']['rootName'])return _0x247a2c;const _0x4477af=[];let _0x97c14=_0x247a2c['root'];for(let _0x5ead60=0x0;_0x5ead60<_0x247a2c['path']['length'];_0x5ead60++){const _0x4ee36c=_0x16841c['get'](_0x97c14)||0x0;_0x4477af[_0x5ead60]=_0x247a2c['path'][_0x5ead60]+_0x4ee36c,_0x97c14=_0x97c14['getChildAtOffset'](_0x247a2c['path'][_0x5ead60]);}return new _0x58772b(_0x3851b2,_0x4477af,_0x247a2c['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x5972cc,content:_0x558bf6,version:_0x5eb322,mainView:_0x4f20a3,aiBalloon:_0x12e1b8}=this['_interactionParams'];_0x4f20a3['areChangesVisible']=!0x1,_0x4f20a3['hideError'](),this['_clearErrorState'](_0x4f20a3,_0x12e1b8);const _0x590482=_0x4f20a3;_0x590482['miniToolbarView']&&_0x590482['miniToolbarView']['showChangesButton']&&_0x590482['miniToolbarView']['showChangesButton']['set']({'isOn':!0x1,'icon':_0x490482}),this['_clearSuggestionContent'](_0x4f20a3),_0x4f20a3['showLoader'](),this['_updateNavigationUI'](),this['_createInteraction'](_0x558bf6,_0x5eb322,_0x4f20a3,_0x12e1b8,_0x5972cc)['catch'](_0x302ae6=>{this['_isAbortError'](_0x302ae6)||console['error']('Error\x20refreshing\x20interaction:',_0x302ae6);});}['_clearSuggestionContent'](_0x4ac120){const _0x3756c0=_0x4ac120['bodyView']['_children'];for(;_0x3756c0['length']>0x0;)_0x3756c0['remove'](_0x3756c0['first']);_0x4ac120['bodyView']['hasPendingParts']=!0x1;}['_isAbortError'](_0x3484ff){return!!_0x3484ff['message']&&_0x3484ff['message']['startsWith']('ai-request-aborted');}['_clearInteractionHistory'](){this['_interactions']=[],this['_interactionParams']=void 0x0,this['_currentInteractionIndex']=0x0,this['_updateNavigationUI']();}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1;}['_setupCustomViews'](){const _0x2b40e5=new _0x14ee0a(this['editor']['locale']),_0x2fc2b1=new _0x14ee0a(this['editor']['locale']),_0x292fe2=new _0x19a8c6(this['editor']['locale']),_0x104381=new _0x14ee0a(this['editor']['locale']);_0x2b40e5['set']({'icon':_0x395185,'label':C(this['editor']['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button'}),_0x2fc2b1['set']({'icon':_0x25d049,'tooltip':C(this['editor']['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button'}),_0x292fe2['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':['1/1']}),_0x104381['set']({'icon':_0x346a5d,'tooltip':C(this['editor']['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button'}),_0x2b40e5['bind']('isEnabled')['to'](this,'isBusy',_0x462f79=>!_0x462f79),_0x2b40e5['on']('execute',()=>{this['_refreshInteraction']();}),_0x2fc2b1['bind']('isEnabled')['to'](this,'isBusy',_0x353aa1=>!_0x353aa1),_0x2fc2b1['on']('execute',()=>{this['_navigateToPrevious']();}),_0x104381['bind']('isEnabled')['to'](this,'isBusy',_0x53912f=>!_0x53912f),_0x104381['on']('execute',()=>{this['_navigateToNext']();}),this['_navigationPreviousButton']=_0x2fc2b1,this['_navigationCounter']=_0x292fe2,this['_navigationNextButton']=_0x104381,this['_customViews']['add'](_0x2b40e5);}['_navigateToPrevious'](){const _0x1959c8=this['_interactions']['length'];this['_currentInteractionIndex']<_0x1959c8-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x2e9038){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x2e9038;const {mainView:_0x218e80}=this['_interactionParams'],_0x3bbdb3=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x3bbdb3)return;if(_0x3bbdb3['hasError'])return this['_setErrorState'](_0x3bbdb3,_0x218e80),void this['_updateNavigationUI']();if(!_0x3bbdb3['replies']['length'])return;_0x218e80['hideError'](),this['_interactionParams']&&this['_clearErrorState'](_0x218e80,this['_interactionParams']['aiBalloon']);const _0x1ddb3c=_0x3bbdb3['replies'][_0x3bbdb3['replies']['length']-0x1];if(_0x1ddb3c){const _0x24055a=this['editor'];this['_clearSuggestionContent'](_0x218e80);try{const _0x6d3dab=y({'editor':_0x24055a,'changeGroups':_0x1ddb3c['changeGroups'],'documentContextContent':_0x1ddb3c['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});this['_clearSuggestionContent'](_0x218e80),await new Promise(_0x5872d0=>setTimeout(_0x5872d0,0x32)),await _0x218e80['updateContent']({'parts':_0x6d3dab,'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x9c0346){this['_isAbortError'](_0x9c0346)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x9c0346);}}this['_updateNavigationUI']();}['_updateNavigationUI'](){if(!this['_navigationPreviousButton']||!this['_navigationCounter']||!this['_navigationNextButton'])return;const _0x54da31=this['_interactions']['length'],_0x282e97=_0x54da31>0x1,_0x57cd15=this['_interactionParams']?.['mainView'];if(_0x282e97){this['_isNavigationPreviousButtonInView']||this['_isNavigationCounterInView']||this['_isNavigationNextButtonInView']||(this['_customViews']['add'](this['_navigationPreviousButton']),_0x57cd15?.['addNavigationItem'](this['_navigationPreviousButton']),this['_isNavigationPreviousButtonInView']=!0x0,this['_customViews']['add'](this['_navigationCounter']),_0x57cd15?.['addNavigationItem'](this['_navigationCounter']),this['_isNavigationCounterInView']=!0x0,this['_customViews']['add'](this['_navigationNextButton']),_0x57cd15?.['addNavigationItem'](this['_navigationNextButton']),this['_isNavigationNextButtonInView']=!0x0);const _0x371e62=_0x54da31-this['_currentInteractionIndex'];this['_navigationCounter']['element']&&(this['_navigationCounter']['element']['textContent']=_0x371e62+'/'+_0x54da31),this['_navigationPreviousButton']['isEnabled']=this['_currentInteractionIndex']<_0x54da31-0x1,this['_navigationNextButton']['isEnabled']=this['_currentInteractionIndex']>0x0;}else(this['_isNavigationPreviousButtonInView']||this['_isNavigationCounterInView']||this['_isNavigationNextButtonInView'])&&(this['_customViews']['remove'](this['_navigationPreviousButton']),_0x57cd15?.['removeNavigationItem'](this['_navigationPreviousButton']),this['_isNavigationPreviousButtonInView']=!0x1,this['_customViews']['remove'](this['_navigationCounter']),_0x57cd15?.['removeNavigationItem'](this['_navigationCounter']),this['_isNavigationCounterInView']=!0x1,this['_customViews']['remove'](this['_navigationNextButton']),_0x57cd15?.['removeNavigationItem'](this['_navigationNextButton']),this['_isNavigationNextButtonInView']=!0x1);}['_setLoadingState'](_0x3224f2,_0xca019b){_0x3224f2['setLoading'](),_0xca019b['balloonView']['setLoading'](),this['isBusy']=!0x0;}async['_setErrorState'](_0x919333,_0x5b92e2){const _0x1530a7=C(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');_0x5b92e2['showError'](_0x1530a7),_0x919333['hasError']=!0x0,await this['_promiseQueue']['queueEmptyPromise'],_0x5b92e2['setErrorState'](),this['_interactionParams']?.['aiBalloon']['balloonView']['toolbar']&&(this['_interactionParams']['aiBalloon']['balloonView']['toolbar']['isLoading']=!0x0);}['_clearErrorState'](_0x14201c,_0x3e900e){_0x14201c['clearErrorState'](),_0x3e900e['balloonView']['toolbar']&&(_0x3e900e['balloonView']['toolbar']['isLoading']=!0x1);}async['_clearLoadingState'](_0x2579bd,_0x2169be){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,_0x2579bd['clearLoading'](),_0x2169be['balloonView']['clearLoading']();}['_disableCustomViews'](){this['_customViews']['forEach'](_0x2216a4=>{'isEnabled'in _0x2216a4&&(_0x2216a4['isEnabled']=!0x1);});}}class Ua extends _0x5f3288{static get['requires'](){return[ui,gi,pi];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x264528){super(_0x264528),_0x264528['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[]});}}class xs{['id'];['title'];['description'];['isParameterized'];['useArgs'];['options'];constructor({id:_0x85a8ff,title:_0x13d2d3,description:_0x5e5aa3,isParameterized:_0x46d633,useArgs:_0x5ba465,options:_0x3de931}){this['id']=_0x85a8ff,this['title']=_0x13d2d3,this['description']=_0x5e5aa3,this['isParameterized']=_0x46d633,this['useArgs']=_0x5ba465,this['options']=_0x3de931;}}class kr extends xs{['_models']=[];get['models'](){return this['_models'];}set['models'](_0x26db74){this['_models']=_0x26db74;}}class wi extends _0x4572ab(){['_checks'];constructor(_0x3aef3c){super(),this['_checks']=this['_mapCheckDefinitions'](_0x3aef3c);}get['checks'](){return this['_checks'];}['getCheckById'](_0xbf80eb){return this['checks']['find'](_0x1db580=>_0x1db580['id']===_0xbf80eb);}['_mapCheckDefinitions'](_0x2f1385){return _0x2f1385['map'](_0x44abde=>'custom'===_0x44abde['id']?new kr(_0x44abde):new xs(_0x44abde));}}class Rs extends _0x135bec(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x1f7c08,contentNew:_0x21004d,contentInitial:_0x26d93b,documentVersion:_0x3ff5f2}){super(),this['id']=_0x1f7c08,this['contentNew']=_0x21004d,this['contentInitial']=_0x26d93b,this['documentVersion']=_0x3ff5f2;}}class js extends _0x4572ab(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x45a090,_0x5b15a3,_0x3d70cb){super(),this['id']=_0x45a090,this['parent']=_0x3d70cb,this['_data']=_0x5b15a3,this['set']('isActivated',!0x1),this['set']('isRated',!0x1),this['set']('status','pending'),this['on']('change:status',()=>{'pending'!==this['status']&&this['isActivated']&&(this['isActivated']=!0x1);});}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class Ts extends _0x4572ab(){['id']=_0x223274();['callId'];['_results']=new Map();['_changes']=[];['_documentData'];['_sourceCheck'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];constructor(_0x335a20,_0x3e43c6,_0x36212c,_0x2c8549,_0x5ab266){super(),this['_documentData']=_0x335a20,this['_sourceCheck']=_0x3e43c6,this['_aiConnector']=_0x36212c,this['_reviewParams']=_0x2c8549,this['_reviewArgs']=_0x5ab266,this['on']('change:status',(_0x384024,_0x5b7d81,_0x487872)=>{this['fire']('reviewCheckRunUpdated',{'status':_0x487872,'run':this,'error':this['_currentError']});}),this['set']('status','initialized');}get['documentData'](){return this['_documentData'];}get['processedResultsCount'](){return this['_results']['size'];}get['title'](){return this['_sourceCheck']['title'];}get['subTitle'](){return'';}get['reviewName'](){return this['_sourceCheck']['id'];}get['hasModifications'](){return!this['_changes']['every'](_0x4c564c=>'pending'===_0x4c564c['status']);}get['currentError'](){return this['_currentError'];}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x537f1c=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x3fb3ca of _0x537f1c)'unmodified'!==_0x3fb3ca['data']['operation']&&('error'!==_0x3fb3ca['data']['operation']?'review-metadata'!==_0x3fb3ca['event']?this['_addReviewCheckResult'](_0x3fb3ca['data']['dataId'],_0x3fb3ca['data']['textDelta']):this['callId']=_0x3fb3ca['data']['callId']:this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']?this['status']='unmodified':this['status']='ready');}catch(_0xf574d8){this['_currentError']=_0xf574d8,_0xf574d8 instanceof Error&&_0xf574d8['message']['includes']('ai-request-aborted')?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async['restart'](){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,await this['start']();}['addResultChanges'](_0x29c197,_0x2731f0){const _0x1b570b=this['_results']['get'](_0x29c197);if(!_0x1b570b)return;const _0x602686=[];_0x2731f0['forEach']((_0x37082a,_0x43424f)=>{const _0x1e7fff=new js(_0x1b570b['id']+'-'+_0x43424f,_0x37082a,_0x1b570b);_0x1e7fff['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x1e7fff,'status':_0x1e7fff['status']});}),_0x1e7fff['on']('change:isActivated',()=>{_0x1e7fff['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x1e7fff}):this['fire']('reviewCheckResultDeactivated',{'change':_0x1e7fff});}),this['_changes']['push'](_0x1e7fff),_0x602686['push'](_0x1e7fff);}),this['fire']('reviewCheckResultReady',{'changes':_0x602686,'result':_0x1b570b,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x3f89da){const _0x285774=this['_changes']['find'](_0x574be8=>_0x574be8['id']===_0x3f89da);return!(!_0x285774||'pending'!==_0x285774['status']);}['getActiveChanges'](){return this['_changes']['filter'](_0x42eca3=>'pending'===_0x42eca3['status']);}['markAllChangesAsAccepted'](){for(const _0x8a6799 of this['_changes'])'pending'===_0x8a6799['status']&&(_0x8a6799['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x48b8e1){const _0x3b796b=this['_changes']['find'](_0x1e44ee=>_0x1e44ee['id']===_0x48b8e1);_0x3b796b&&'pending'===_0x3b796b['status']&&(_0x3b796b['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x3e6ad1){const _0x232bfb=this['_changes']['find'](_0x339389=>_0x339389['id']===_0x3e6ad1);_0x232bfb&&'pending'===_0x232bfb['status']&&(_0x232bfb['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x2a817a){const _0x4e1bc8=this['_changes']['find'](_0xd5a8b2=>_0xd5a8b2['id']===_0x2a817a);_0x4e1bc8&&'pending'===_0x4e1bc8['status']&&(_0x4e1bc8['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x2dc900){const _0x27e61c=this['_changes']['find'](_0x30b6fb=>_0x30b6fb['id']===_0x2dc900);_0x27e61c&&'outdated'===_0x27e61c['status']&&(_0x27e61c['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x53365d){this['_changes']['filter'](_0x59d42c=>_0x59d42c['isActivated']&&_0x59d42c['id']!==_0x53365d)['forEach'](_0x1c13ca=>{_0x1c13ca['isActivated']=!0x1;});const _0x1c2d2e=this['_changes']['find'](_0x599cd5=>_0x599cd5['id']===_0x53365d);_0x1c2d2e&&'pending'===_0x1c2d2e['status']&&(_0x1c2d2e['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x10e4a8=>_0x10e4a8['isActivated'])['forEach'](_0x908062=>{_0x908062['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x343733){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x49b2eb;if(_0x343733){const _0xddaa12=this['_changes']['find'](_0x51f00d=>_0x51f00d['id']===_0x343733);if(_0xddaa12&&_0xddaa12['isRated'])return;_0xddaa12&&(_0x49b2eb=_0xddaa12['parent']['id'],_0xddaa12['isRated']=!0x0);}const _0x3b675b={'positiveCount':this['_changes']['filter'](_0x1ee9ab=>'accepted'===_0x1ee9ab['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x3b675b,this['callId'],_0x49b2eb);}['_addReviewCheckResult'](_0x154fb5,_0xf69893){const _0x5d08a3=this['_documentData']['elements']['get'](_0x154fb5);if(!_0x5d08a3)return;const _0x2cc480=_0x5d08a3['getContent']();if(_0x2cc480===_0xf69893)return;const _0x5de76b=new Rs({'id':_0x154fb5,'contentInitial':_0x2cc480,'contentNew':_0xf69893,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x5de76b['id'],_0x5de76b),this['fire']('reviewCheckResultAdded',{'result':_0x5de76b,'source':this});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x24d1aa=>'pending'===_0x24d1aa['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x53fda9=>'pending'===_0x53fda9['status'])['length']&&(this['status']='finished'));}}class vi extends Ts{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x2e26f0=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x670e57=0x0;_0x670e57<this['_reviewParams']['length'];_0x670e57++){if(!this['_reviewParams'][_0x670e57]||!this['_sourceCheck']['options'][_0x670e57])continue;const _0x220b3c=this['_sourceCheck']['options'][_0x670e57],_0x4d0cca=_0x220b3c['data']?.['find'](_0x123557=>_0x123557['id']===this['_reviewParams'][_0x670e57]);_0x4d0cca&&_0x2e26f0['push'](_0x4d0cca['label']);}return _0x2e26f0['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x273852,_0x3ca7f2,_0x599c7){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x3ca7f2,_0x273852,_0x599c7);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['id']:[this['_sourceCheck']['id'],...this['_reviewParams']]['join']('-');}}class fi extends Ts{['_prompt'];['_model'];constructor(_0x112dc2,_0x461219,_0x9578cd,_0x3c3a86,_0x18b940){super(_0x9578cd,_0x3c3a86,_0x18b940),this['_prompt']=_0x112dc2,this['_model']=_0x461219;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x5c2866,_0x548223,_0x44b512){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x548223,_0x5c2866,_0x44b512);}}const Ri=[{'id':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'make','title':'Adjust\x20length','description':'Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20length','default':'longer','data':[{'label':'Longer','id':'longer'},{'label':'Shorter','id':'shorter'}]}]},{'id':'make-tone','title':'Adjust\x20tone\x20and\x20style','description':'Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20tone\x20and\x20style','default':'casual','data':[{'label':'Casual','id':'casual'},{'label':'Direct','id':'direct'},{'label':'Friendly','id':'friendly'},{'label':'Confident','id':'confident'},{'label':'Professional','id':'professional'}]}]},{'id':'translate','title':'Translate','description':'Translate\x20the\x20text\x20into\x20another\x20language.','isParameterized':!0x0,'useArgs':!0x0,'options':[{'formType':'dropdown','label':'Select\x20language','argsKey':'language','data':[{'label':'English','id':'english'},{'label':'Spanish','id':'spanish'},{'label':'French','id':'french'},{'label':'German','id':'german'},{'label':'Chinese\x20(Simplified)','id':'chinese'},{'label':'Japanese','id':'japanese'},{'label':'Russian','id':'russian'},{'label':'Portuguese','id':'portuguese'},{'label':'Korean','id':'korean'},{'label':'Italian','id':'italian'}]}]}];class ee extends _0x171820{['_aiConnector'];['_aiReviewModeUi'];['_aiReviewModeEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_isDiffOn']=!0x1;['_changeActivationSource']=null;static get['requires'](){return[s];}static get['pluginName'](){return'AIReviewModeController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiReviewModeUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewModeEditing']=this['context']['plugins']['get']('AIReviewModeEditing');const _0x2bb262=this['context']['config']['get']('ai.reviewMode.translations');if(_0x2bb262){for(const _0x3c6549 of Ri)'translate'===_0x3c6549['id']&&(_0x3c6549['options'][0x0]['data']=_0x2bb262);}const _0x45f180=this['_translateReviewChecks'](Ri);this['_aiReviewCheckList']=new wi(_0x45f180);const _0x5b1b0b=this['_aiReviewCheckList']['checks']['find'](_0x47f2ea=>'custom'===_0x47f2ea['id']);if(_0x5b1b0b){const _0x455c56=await new ki({'connector':this['_aiConnector']})['getAll']();_0x5b1b0b['models']=_0x455c56['map'](_0xff4629=>({..._0xff4629,'description':this['_getTranslationWithDefault']('AI_MODEL_DESCRIPTION_'+_0xff4629['id']['toUpperCase'](),_0xff4629['description'])}));}this['listenTo'](this['_aiReviewModeUi'],'getReviewCheckList',()=>{this['_aiReviewModeUi']['setAvailableChecks'](this['_aiReviewCheckList']['checks']);}),this['listenTo'](this['_aiReviewModeUi'],'runReviewCheck',async(_0x150574,_0x10ec78)=>{const _0x37252b=this['_aiReviewCheckList']['getCheckById'](_0x10ec78['id']);if(_0x37252b){this['_onDiffChange'](this['_isDiffOn']),_0x10ec78['isCustom']?this['_currentReviewCheckRun']=new fi(_0x10ec78['args']['prompt'],_0x10ec78['args']['model'],this['_aiReviewModeEditing']['getDocumentData'](),_0x37252b,this['_aiConnector']):this['_currentReviewCheckRun']=new vi(this['_aiReviewModeEditing']['getDocumentData'](),_0x37252b,this['_aiConnector'],_0x10ec78['params'],_0x10ec78['args']),this['_aiReviewModeUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x56db6e,_0x215a99)=>{'data'===_0x215a99['status']||'loading'===_0x215a99['status']?(this['_aiReviewModeEditing']['switchToReadOnly'](),this['_aiReviewModeUi']['showCheckRunResults'](_0x215a99)):'finished'===_0x215a99['status']?this['_aiReviewModeUi']['showReviewCompletedView']():'ready'===_0x215a99['status']?this['_aiReviewModeUi']['showActionsWhenResultIsReady']():'unmodified'===_0x215a99['status']?this['_aiReviewModeUi']['showNoChangesView']():'error-general'===_0x215a99['status']?(this['_aiReviewModeUi']['showGeneralErrorView'](),this['_logError'](new _0x29f184('ai-review-mode-check-run-general-error',this,this['_currentReviewCheckRun']?.['currentError']))):'error-chunk'===_0x215a99['status']?(this['_aiReviewModeUi']['showChunkErrorView'](),this['_logError'](new _0x29f184('ai-review-mode-check-run-chunk-error',this,this['_currentReviewCheckRun']?.['currentError']))):'aborted'===_0x215a99['status']&&(this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewModeRunLeave'](!0x0)),'ready'!==_0x215a99['status']&&'error-chunk'!==_0x215a99['status']&&'error-general'!==_0x215a99['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x1ea6fb,_0x20743d)=>{if(!this['_currentReviewCheckRun'])throw new _0x29f184('ai-review-mode-no-current-check-run',this);const _0x13a1fa=this['_aiReviewModeEditing']['diffContent'](_0x20743d['result']['contentInitial'],_0x20743d['result']['contentNew']);_0x20743d['source']['addResultChanges'](_0x20743d['result']['id'],_0x13a1fa);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x2683dc,_0x473be8)=>{for(const _0x1f36ad of _0x473be8['changes'])this['_aiReviewModeUi']['showCheckRunResult'](_0x1f36ad);this['_aiReviewModeEditing']['markChangePositionInEditorContent'](_0x473be8['changes'],_0x473be8['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x83f6ee,_0x5a642a)=>{this['_aiReviewModeUi']['updateChangeState'](_0x5a642a['change']['id'],_0x5a642a['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x18c675,_0x7a2bf1)=>{this['_aiReviewModeUi']['setActiveStateInResults'](_0x7a2bf1['change']['id']);const _0x58e5b8=this['_aiReviewModeEditing']['getMarkerElementForChange'](_0x7a2bf1['change']['id']);if(_0x58e5b8){if('content'===this['_changeActivationSource']){const _0x45a90f=this['_aiReviewModeUi']['getChangeElement'](_0x7a2bf1['change']['id']);_0x45a90f&&_0x38bec5(_0x45a90f['closest']('.ck-ai-review-mode__check-run-result')||_0x45a90f);}else{if('panel'===this['_changeActivationSource']){const _0x3b1b1a={'target':_0x58e5b8['domElement'],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x2992c3(_0x3b1b1a);}}this['_aiReviewModeUi']['showChangeBalloon'](_0x7a2bf1['change'],_0x58e5b8['domElement']);}}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_aiReviewModeUi']['resetActiveStateInResults'](),this['_aiReviewModeUi']['hideChangeBalloon']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x5eb9ca){_0x5eb9ca instanceof Error&&_0x5eb9ca['message']['includes']('ai-request-aborted')||(_0x5eb9ca instanceof _0x29f184?this['_logError'](_0x5eb9ca):this['_logError'](new _0x29f184('ai-review-mode-check-run-failed',this,{'error':_0x5eb9ca})));}}else this['_logError'](new _0x29f184('ai-review-mode-source-check-not-found',this,{'checkId':_0x10ec78['id']}));}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewMode',()=>{this['_onReviewModeRunLeave']();}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewModeResultList',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'abortReviewStream',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}),this['listenTo'](this['_aiReviewModeUi'],'finishReview',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x4472e8=this['_currentReviewCheckRun']['getActiveChanges']();_0x4472e8['length']&&(this['_aiReviewModeEditing']['applyChange'](_0x4472e8['map'](_0x196bf1=>_0x196bf1['id'])),this['_currentReviewCheckRun']['markAllChangesAsAccepted'](),this['_currentReviewCheckRun']['sendRating']());}),this['listenTo'](this['_aiReviewModeUi'],'acceptChange',(_0x59fd06,_0x2ed67e)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x2ed67e['id'])&&(this['_aiReviewModeEditing']['applyChange']([_0x2ed67e['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x2ed67e['id']),this['_aiReviewModeUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x2ed67e['id']));}),this['listenTo'](this['_aiReviewModeUi'],'dismissChange',(_0x1eff32,_0x86ed24)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x86ed24['id'])&&(this['_aiReviewModeEditing']['rejectChange'](_0x86ed24['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x86ed24['id']),this['_aiReviewModeUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x86ed24['id']));}),this['listenTo'](this['_aiReviewModeUi'],'toggleDiff',(_0x211d70,_0x27f829)=>{this['_isDiffOn']=_0x27f829['on'],this['_onDiffChange'](this['_isDiffOn']);}),this['listenTo'](this['_aiReviewModeUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&await this['_currentReviewCheckRun']['restart']();}),this['listenTo'](this['_aiReviewModeUi'],'activateChange',(_0x42fd02,_0x59d63c)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x59d63c['id']));}),this['listenTo'](this['_aiReviewModeUi'],'deactivateChange',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['deactivateChange']();}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerClick',(_0xfb272e,_0x2a5c1e)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x2a5c1e['changeId']));}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerRemoved',(_0x510be4,_0x4d8d55)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x4d8d55['changeId']);}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerRestored',(_0x90521d,_0x6d3c22)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x6d3c22['changeId']);});}['_onReviewModeRunLeave'](_0x2d949a=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x2d949a&&this['_aiReviewModeUi']['showReviewCheckList'](),this['_aiReviewModeEditing']['clearAllMarkers'](),this['_aiReviewModeEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x267311=this['_aiReviewModeEditing']['getEditor']();_0x267311&&_0x267311['editing']['view']['change'](_0x26dc76=>{const _0x42e4a2=_0x267311['editing']['view']['document']['getRoot']();_0x26dc76['removeClass']('ck-ai-review-mode-diff',_0x42e4a2),_0x26dc76['removeClass']('ck-ai-review-mode-highlights',_0x42e4a2);});}['_onDiffChange'](_0x598ee0){const _0x52f083=this['_aiReviewModeEditing']['getEditor']();_0x598ee0?this['_aiReviewModeUi']['hideDiffInBalloon']():this['_aiReviewModeUi']['showDiffInBalloon'](),_0x52f083&&_0x52f083['editing']['view']['change'](_0x5a1d1d=>{const _0x23aad0=_0x52f083['editing']['view']['document']['getRoot']();_0x5a1d1d['removeClass']('ck-ai-review-mode-diff',_0x23aad0),_0x5a1d1d['removeClass']('ck-ai-review-mode-highlights',_0x23aad0),_0x5a1d1d['addClass'](_0x598ee0?'ck-ai-review-mode-diff':'ck-ai-review-mode-highlights',_0x23aad0);});}['_translateReviewChecks'](_0x4fed63){return _0x4fed63['map'](_0x1911c0=>{const _0x373823='AI_REVIEW_CHECK_'+_0x1911c0['id']['toUpperCase']()['replaceAll']('-','_'),_0x59dea6={..._0x1911c0,'title':this['_getTranslationWithDefault'](_0x373823+'_TITLE',_0x1911c0['title']),'description':this['_getTranslationWithDefault'](_0x373823+'_DESCRIPTION',_0x1911c0['description'])};return _0x1911c0['options']&&(_0x59dea6['options']=_0x1911c0['options']['map'](_0x24d216=>({..._0x24d216,'label':this['_getTranslationWithDefault'](_0x373823+'_OPTIONS_LABEL',_0x24d216['label']||''),'data':_0x24d216['data']?_0x24d216['data']['map'](_0x4a9c80=>({..._0x4a9c80,'label':this['_getTranslationWithDefault'](_0x373823+'_OPTIONS_DATA_'+_0x4a9c80['id']['toUpperCase'](),_0x4a9c80['label'])})):void 0x0}))),_0x59dea6;});}['_getTranslationWithDefault'](_0x444cad,_0x208711){const _0x20a859=C(this['context']['locale'],_0x444cad);return _0x20a859===_0x444cad?_0x208711:_0x20a859;}['_logError'](_0x40dc39){ot(_0x40dc39['message']),this['_aiReviewModeUi']['showGeneralErrorView']();}}class Mr extends _0x19a8c6{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x1957f5,_0x4d4f15){super(_0x1957f5),this['_defaultValue']=_0x4d4f15['default']||(_0x4d4f15['data']['length']>0x0?_0x4d4f15['data'][0x0]['id']:''),this['_defaultLabel']=_0x4d4f15['data']['find'](_0x218c2a=>_0x218c2a['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x10d828(this['locale']);const _0x1c816e=this['_prepareListOptions'](_0x4d4f15['data']);_0x21ea2c(this['_dropdownView'],_0x1c816e,{'role':'menu','ariaLabel':_0x4d4f15['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x2a28f2=>{_0x2a28f2['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x2b84e0=>{this['formValue']=_0x2b84e0['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x2b84e0['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode__check-list-item-parameterized-form-element','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x32bdcc=[]){const _0x305a92=new _0x5d69ef();this['resetToDefault']();for(const _0x3a0b95 of _0x32bdcc){const _0x3e723f=new _0x3cd526({'label':_0x3a0b95['label'],'withText':!0x0,'role':'menuitemradio','id':_0x3a0b95['id'],'model':_0x3a0b95});_0x3e723f['bind']('isOn')['to'](this,'formValue',_0x4af85d=>_0x4af85d===_0x3e723f['id']);const _0x1690ab={'type':'button','model':_0x3e723f};_0x305a92['add'](_0x1690ab);}return _0x305a92;}}class Ys extends _0x2269a3{['_formItem']=null;constructor(_0x5c99db,_0x117b00,_0x564f79){super(_0x5c99db),this['argsKey']=_0x117b00?.['argsKey'];if('dropdown'===_0x117b00['formType'])this['_formItem']=new Mr(this['locale'],_0x117b00);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x21abb0=new _0x222658(this['locale'],{'children':[this['_formItem']],'class':[_0x564f79?'ck-form__row_with-submit':'']});_0x564f79&&_0x21abb0['children']['add'](_0x564f79),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-review-mode__form-item','ck-reset_all']},'children':[_0x21abb0]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class Hs extends _0xf80c43{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x5a9009){super(_0x5a9009),this['set']('isEmpty',!0x0),this['keystrokes']=new _0x1f1bc5(),this['minRows']=Hs['MIN_ROWS'],this['maxRows']=Hs['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-mode-prompt-input','class':['ck','ck-review-mode__prompt-input']}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();}),this['keystrokes']['listenTo'](this['element']);}}class Zs extends _0x19a8c6{['focusTracker']=new ts();['keystrokes']=new _0x1f1bc5();['focusCycler'];['_focusables']=new _0xf07a6b();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x3634d2,_0x1da501){super(_0x3634d2),this['_check']=_0x1da501,this['set']('prompt',''),this['set']('modelId',''),this['_defaultValue']=_0x1da501['models']&&_0x1da501['models']['length']>0x0?_0x1da501['models'][0x0]['id']:'',this['_defaultLabel']=_0x1da501['models']&&_0x1da501['models']['length']>0x0?_0x1da501['models'][0x0]['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x5cba56(this['locale'],()=>new Hs(_0x3634d2)),this['promptInputView']['fieldView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['fieldView']['on']('input',()=>{this['prompt']=this['promptInputView']['fieldView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _0x5d69ef(),this['_setModelList'](),_0x21ea2c(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions']},'children':[new _0x222658(this['locale'],{'children':[this['promptInputView']]}),new _0x222658(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x51af3d,_0xdecc87)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0xdecc87()):_0xdecc87();}),this['focusCycler']=new $t({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}));}['render'](){super['render'](),([this['promptInputView'],this['_modelSelectionDropdown'],this['cancelButtonView'],this['submitButtonView']]['forEach'](_0x15597b=>{this['_focusables']['add'](_0x15597b),this['focusTracker']['add'](_0x15597b['element']);}),this['keystrokes']['listenTo'](this['element']));}get['modelDefaultValue'](){return this['_defaultValue'];}get['modelDefaultLabel'](){return this['_defaultLabel'];}['resetToDefault'](){this['prompt']='',this['modelId']=this['modelDefaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['modelDefaultLabel'],this['resetFormValidationStatus']();}['resetFormValidationStatus'](){this['promptInputView']['errorText']='';}['_isValid'](){this['resetFormValidationStatus']();for(const _0x307bed of this['_getFormValidators']()){const _0x541176=_0x307bed();if(_0x541176)return this['promptInputView']['errorText']=_0x541176,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return C(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x3a1c77=new _0x14ee0a(this['locale']),t=this['locale']['t'];return _0x3a1c77['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x3a1c77['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x3a1c77;}['_createCancelButtonView'](){const _0x5c7f21=new _0x14ee0a(this['locale']),t=this['locale']['t'];return _0x5c7f21['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled'}),_0x5c7f21['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x28795e=>{_0x28795e['stopPropagation']();})}}),_0x5c7f21['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x5c7f21;}['_setModelList'](){this['_modelSelectionDropdownItems']['clear']();const _0x458763=this['_check']['models'];if(this['resetToDefault'](),_0x458763?.['length']){const _0x4e3df8=ki['getLocalized'](this['locale'],_0x458763);for(const _0x34e520 of _0x4e3df8){const _0x4e1f36=new _0x3cd526({'label':_0x34e520['name'],'withText':!0x0,'role':'menuitemradio','id':_0x34e520['id'],'model':_0x34e520});_0x4e1f36['bind']('isOn')['to'](this,'modelId',_0x365199=>_0x365199===_0x34e520['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x4e1f36,'labelView':new Ws(this['locale'],_0x34e520)});}}}['_createModelSelectionDropdown'](){const _0x44b6e0=_0x10d828(this['locale']);return _0x44b6e0['set']({'panelPosition':'se','class':'ck-ai-review-mode__check-list-item-model-dropdown'}),_0x44b6e0['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),this['listenTo'](_0x44b6e0,'execute',_0x28c15d=>{this['modelId']=_0x28c15d['source']['model']['id'],_0x44b6e0['buttonView']['label']=_0x28c15d['source']['label'];}),_0x44b6e0;}['_createActionsFooterView'](){const _0x2093af=new _0x19a8c6(this['locale']);return _0x2093af['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),_0x2093af;}}class Ws extends _0x53816d{constructor(_0x5321cd,_0x36351e){super();const _0x2b165b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x2b165b['to']('style'),'id':_0x2b165b['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x2b165b['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x36351e['description']||'']}]}]});}}class Gs extends _0x2269a3{['_formItemsCollection']=new _0xf07a6b();['_customCheckView']=null;constructor(_0x5c8c50,_0x1ca9d6,_0x4d72f2){super(_0x5c8c50),this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x1ca9d6['isParameterized']);const _0x1a9fb2=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai-review-mode__check-list-item_selected',_0x21d58f=>_0x21d58f),this['bindTemplate']['if']('isListItemRendered','ck-ai-review-mode__check-list-item_rendered',_0x13de4b=>_0x13de4b)],'style':{'--ck-ai-review-check-list-item-index':_0x4d72f2}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-list-item-title-text']},'children':[{'text':_0x1ca9d6['title']}]},_0x1a9fb2]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-description']},'children':[{'text':_0x1ca9d6['description']}]}]}]},..._0x1ca9d6['isParameterized']?[this['_createParameterizedView'](_0x1ca9d6)]:[],...'custom'===_0x1ca9d6['id']?[this['_createCustomView'](_0x1ca9d6)]:[]]}),this['on']('click',()=>{_0x1ca9d6['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x1ca9d6['id']});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x29a34e({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x1f5d89=>{_0x1f5d89['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x4fb93d=new _0x50b9df();return _0x4fb93d['content']=_0x3ced14,_0x4fb93d['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-title-icon']}}),_0x4fb93d;}['_createParameterizedView'](_0xc8e62c){const _0x53934e=new _0x19a8c6(),_0x24a2ea=this['_createFormView'](_0xc8e62c);return _0x53934e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x28f1b4=>!_0x28f1b4)]},'children':[_0x24a2ea]}),_0x53934e;}['_createFormView'](_0x347453){const _0x4e937e=new _0x19a8c6(),_0x6f4ab4=Array['isArray'](_0x347453['options'])?_0x347453['options']:[],_0x124f86=new _0x14ee0a(this['locale']),t=this['locale']['t'];_0x124f86['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x124f86['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x512a48=>{_0x512a48['stopPropagation']();})}}),_0x124f86['on']('execute',()=>{const _0x4c6a99=[],_0x1dd57b={};this['_formItemsCollection']['forEach'](_0x299b56=>{_0x4c6a99['push'](_0x299b56['value']),_0x347453['useArgs']&&_0x347453['options']&&(_0x1dd57b[_0x299b56['argsKey']]=_0x299b56['value']);}),this['fire']('runReviewCheck',{'id':_0x347453['id'],'params':_0x4c6a99['length']?_0x4c6a99:void 0x0,'args':Object['keys'](_0x1dd57b)['length']?_0x1dd57b:void 0x0});});const _0x57ca49=_0x6f4ab4['length'];return _0x6f4ab4['forEach']((_0x567fca,_0x6ffebc)=>{const _0x14c232=_0x6ffebc===_0x57ca49-0x1;this['_formItemsCollection']['add'](new Ys(this['locale'],_0x567fca,_0x14c232?_0x124f86:null));}),_0x4e937e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x4e937e;}['_createCustomView'](_0x496f8d){return this['_customCheckView']=new Zs(this['locale'],_0x496f8d),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized','ck-ai-review-mode__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0xe979d5=>!_0xe979d5)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x286c9a,_0x36e099,_0x4fbf54)=>{_0x4fbf54||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class $s extends _0x2269a3{['_checkViews'];constructor(_0x4382d8){super(_0x4382d8),this['_checkViews']=new _0xf07a6b();const _0x4efbca=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list',_0x4efbca['if']('isVisible','ck-hidden',_0x474e3b=>!_0x474e3b)]},'children':this['_checkViews']});}['setChecks'](_0x569016){this['_checkViews']['clear']();for(const [_0x5cbfbc,_0x18f28a]of _0x569016['entries']()){const _0x1d29a4=new Gs(this['locale'],_0x18f28a,_0x5cbfbc);_0x1d29a4['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x1d29a4);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x1158ae of this['_checkViews'])_0x1158ae instanceof Gs&&_0x1158ae['resetToDefault']();}}class Bs extends _0x19a8c6{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['statusButtonView'];constructor(_0x1b4678,_0x2369c9){super(_0x1b4678),this['id']=_0x2369c9,this['set']('status','pending'),this['set']('changeId',_0x2369c9),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['statusButtonView']=this['_createStatusButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['set']('showDiff',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result',this['bindTemplate']['if']('isActive','ck-ai-review-mode__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView'],this['statusButtonView']]},this['infoButtonView']]}]}),this['on']('click',()=>{this['fire']('activateChange',{'id':_0x2369c9,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x4869fb=new _0x19a8c6(this['locale']);return _0x4869fb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-content-direct-excluded','ck-ai-review-mode__check-run-result-response',this['bindTemplate']['if']('showDiff','ck-hidden',_0x5220b0=>!_0x5220b0)]}}),_0x4869fb;}['_createAcceptButtonView'](){const _0x3118c6=new _0x14ee0a(this['locale']);return _0x3118c6['set']({'label':C(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x3118c6['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xc55a8c=>{this['fire']('acceptChange',{'id':this['changeId']}),_0xc55a8c['stopPropagation']();})},'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-result-accept-button',this['bindTemplate']['if']('status','ck-hidden',_0x354536=>'pending'!==_0x354536)]}}),_0x3118c6;}['_createDismissButtonView'](){const _0x111c98=new _0x14ee0a(this['locale']);return _0x111c98['set']({'label':C(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x111c98['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x5473a8=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x5473a8['stopPropagation']();})},'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-result-dismiss-button',this['bindTemplate']['if']('status','ck-hidden',_0x825054=>'pending'!==_0x825054)]}}),_0x111c98;}['_createInfoButtonView'](){const _0x2c2625=new _0x14ee0a(this['locale']);return _0x2c2625['set']({'label':C(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x136575,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':'ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden'}),_0x2c2625['bind']('isOn')['to'](this,'isInfoToggleOn',_0x1464be=>_0x1464be),_0x2c2625['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x2c2625;}['_createStatusButtonView'](){const _0x4d1b2d=new _0x14ee0a(this['locale']);return _0x4d1b2d['set']({'withText':!0x0,'isEnabled':!0x1}),_0x4d1b2d['bind']('label')['to'](this,'status',_0x1e1d80=>C(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_'+_0x1e1d80['toUpperCase']())),_0x4d1b2d['bind']('icon')['to'](this,'status',_0x2788ae=>'ACCEPTED'===_0x2788ae['toUpperCase']()?_0x547952:'REJECTED'===_0x2788ae['toUpperCase']()?_0x510307:_0x50e8a9),_0x4d1b2d['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x2833dd=>'pending'===_0x2833dd)],'disabled':'disabled'}}),_0x4d1b2d;}}class Js extends _0x14ee0a{constructor(_0x2b0dd8){super(_0x2b0dd8),this['set']({'label':C(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),'withText':!0x0,'class':'ck-ai-button-primary'}),this['on']('execute',()=>{this['fire']('finishReview');});}}class sh extends _0x2269a3{['_resultViews'];['resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];constructor(_0x5bb03c){super(_0x5bb03c),this['_resultViews']=new _0xf07a6b(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new Vi(_0x5bb03c),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('headerSubtitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general'),this['set']('isCompleted',!0x1);const _0x29c60c=this['_createCombinedSkeletonLoader'](),_0x39493d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run',_0x39493d['if']('isVisible','ck-hidden',_0x58cdab=>!_0x58cdab)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x2271df=>_0x2271df)]},'children':this['_resultViews']},_0x29c60c]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x355f59){const _0x28f823=new Bs(this['locale'],_0x355f59['id']);_0x28f823['delegate']('acceptChange','dismissChange','activateChange')['to'](this),this['_resultViews']['add'](_0x28f823),_0x28f823['resultResponseView']['element']['innerHTML']=_0x355f59['contentDiffed'];}['hideResult'](_0x19323b,_0x59a7e1){if('pending'===_0x59a7e1)return;const _0x2b4fe8=this['_resultViews']['find'](_0x43fa32=>_0x43fa32['id']===_0x19323b);_0x2b4fe8&&(_0x2b4fe8['status']=_0x59a7e1,_0x2b4fe8['element']?.['classList']['add']('ck-ai-review-mode__check-run-result_grayout'));}['showResult'](_0xb120ea,_0x5af33e){if('pending'!==_0x5af33e)return;const _0x5d6b1c=this['_resultViews']['find'](_0x31d1a1=>_0x31d1a1['id']===_0xb120ea);_0x5d6b1c&&(_0x5d6b1c['status']=_0x5af33e,_0x5d6b1c['element']?.['classList']['remove']('ck-ai-review-mode__check-run-result_grayout'));}['setTitle'](_0x556ae3,_0x2e7954){this['headerTitle']=_0x556ae3,this['headerSubtitle']=_0x2e7954||'';}['showChunkErrorMessage'](){this['errorType']='chunk',this['showErrorMessage']=!0x0;}['showGeneralErrorMessage'](){this['isError']=!0x0,this['errorType']='general',this['showErrorMessage']=!0x0;}['resetErrorState'](){this['isError']=!0x1,this['errorType']='general',this['showErrorMessage']=!0x1;}['_createSkeletonLoader'](){return new je(this['locale'],Ce['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x20ef48=new _0x19a8c6(this['locale']),_0x1ec749=[];for(let _0x4c0ebe=0x0;_0x4c0ebe<0x10;_0x4c0ebe++){const _0x11948a=this['_createSkeletonLoader']();_0x11948a['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-run-skeleton-item']}}),_0x1ec749['push'](_0x11948a);}return _0x20ef48['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x15158f=>!_0x15158f)]},'children':_0x1ec749}),_0x20ef48;}['_createErrorView'](){const _0x298eb5=new _0x19a8c6(this['locale']),_0x1be1eb=new _0x14ee0a(this['locale']),t=this['locale']['t'];return _0x298eb5['delegate']('retryReview')['to'](this),_0x1be1eb['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-error-retry-button'}),_0x1be1eb['on']('execute',()=>{this['fire']('retryReview');}),_0x298eb5['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x3e688a=>!_0x3e688a),this['bindTemplate']['if']('errorType','ck-ai-review-mode__check-run-error-container_border-bottom',_0x466d46=>'chunk'===_0x466d46)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-chat-error','ck-ai-chat-error_full-width','ck-ai-review-mode__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-chat-error_warning',_0x34ca7b=>'chunk'===_0x34ca7b)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x125b6c=>'general'!==_0x125b6c)]},'children':[{'text':C(this['locale'],'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}]},{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x1f6b73=>'chunk'!==_0x1f6b73)]},'children':[{'text':C(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x1be1eb]}),_0x298eb5;}['_createCancelButtonView'](){const _0x4d9875=new _0x14ee0a(this['locale']);return _0x4d9875['set']({'label':C(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ck-ai-button-secondary\x20ck-ai-button-stop-generating'],'icon':_0x4c89d2}),_0x4d9875['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0xcd5b89=>_0xcd5b89),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x37afaa=>_0x37afaa)]}}),_0x4d9875['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x4d9875;}['_createToggleDiffButtonView'](){const _0x39638e=new _0x14ee0a(this['locale']);_0x39638e['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x39638e['bind']('isEnabled')['to'](this,'isError',_0x58d859=>!_0x58d859),_0x39638e['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0xb3824d=>!_0xb3824d),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x439593=>_0x439593)]}});const _0x32bbcd=C(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x166eda=C(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x39638e['bind']('isOn')['to'](this,'isToggleDiffOn',_0x314603=>_0x314603),_0x39638e['bind']('icon')['to'](this,'isToggleDiffOn',_0x1a6c55=>_0x1a6c55?_0x58391f:_0x3b8dda),_0x39638e['bind']('label')['to'](this,'isToggleDiffOn',_0x9b7e20=>_0x9b7e20?_0x32bbcd:_0x166eda),_0x39638e['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x39638e;}['_createAcceptAllButtonView'](){const _0x28591e=new _0x14ee0a(this['locale']);return _0x28591e['set']({'label':C(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x28591e['bind']('isEnabled')['to'](this,'isError',_0x59eea5=>!_0x59eea5),_0x28591e['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai-review-mode__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x110ac0=>!_0x110ac0),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x395c8f=>_0x395c8f)]}}),_0x28591e['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x28591e;}['_createExitReviewButtonView'](){const _0x46bdd2=new _0x14ee0a(this['locale']);return _0x46bdd2['set']({'label':C(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x46bdd2['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4fe648=>!_0x4fe648),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3ec01d=>_0x3ec01d)]}}),_0x46bdd2['on']('execute',()=>{this['fire']('leaveReviewModeResultList');}),_0x46bdd2;}['_createResultHeaderView'](){const _0x5f2685=new _0x19a8c6(this['locale']),_0x1476d7=this['_createTitleView']();return _0x5f2685['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai-review-mode__review-completed-header',_0x2f1ca6=>_0x2f1ca6)]},'children':[_0x1476d7,{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x5f2685;}['_createTitleView'](){const _0x4ad145=new _0x19a8c6(this['locale']),_0x50fdc9=new Le();return _0x50fdc9['bind']('isVisible')['to'](this,'isResultReady',_0x2de9ad=>!_0x2de9ad),_0x4ad145['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title-wrapper']},'children':[_0x50fdc9,{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2b7d51=>_0x2b7d51)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-subtitle']},'children':[{'text':this['bindTemplate']['to']('headerSubtitle')}]}]},{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x17cf74=>!_0x17cf74)]},'children':[{'text':C(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x4ad145;}['_createFinishReviewButtonView'](){const _0x3cb6fe=new Js(this['locale']);return _0x3cb6fe['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x199677=>!_0x199677)]}}),_0x3cb6fe['delegate']('finishReview')['to'](this),_0x3cb6fe;}}class eh extends _0x2269a3{['resultsHeader'];['_finishReviewButtonView'];constructor(_0x44c54a){super(_0x44c54a),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['resultsHeader']=this['_createResultHeaderView']();const _0x17b08a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed',_0x17b08a['if']('isVisible','ck-hidden',_0x3c5628=>!_0x3c5628)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-content-icon']},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':['ck-ai-review-mode__review-completed-content-text']},'children':[{'text':C(_0x44c54a,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT')}]}]}]});}['_createFinishReviewButtonView'](){const _0x37e71b=new Js(this['locale']);return _0x37e71b['delegate']('finishReview')['to'](this),_0x37e71b;}['_createResultHeaderView'](){const _0x4eb9bf=new _0x19a8c6(this['locale']);return _0x4eb9bf['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-header-title']},'children':[{'text':C(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x4eb9bf;}}class le extends _0x19a8c6{['reviewModeHeader'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x5a62cc){super(_0x5a62cc),this['reviewModeHeader']=new _0x5720b1(_0x5a62cc,{'label':C(_0x5a62cc,'AI_REVIEW_MODE'),'icon':_0x3451c9,'class':'ck-ai-header\x20ck-ai-header_review-mode'}),this['reviewCheckListView']=new $s(_0x5a62cc),this['reviewCheckListView']['delegate'](...ih)['to'](this),this['reviewCheckResultsView']=new sh(_0x5a62cc),this['reviewCheckResultsView']['delegate'](...ih)['to'](this),this['reviewCompletedView']=new eh(_0x5a62cc),this['reviewCompletedView']['delegate']('finishReview')['to'](this),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isLoading',!0x1),this['reviewCheckResultsView']['set']('isResultReady',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewModeHeader'],this['reviewCheckListView'],this['reviewCheckResultsView'],this['reviewCompletedView']]});}['showReviewCheckListView'](){this['reviewCheckListView']['resetAllParameterizedChecks'](),this['reviewCheckListView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1);}['showReviewCheckResultsView'](){this['hideActionsWhenResultIsReady'](),this['reviewCheckResultsView']['resetErrorState'](),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['clearResults'](),this['reviewCheckResultsView']['set']('isLoading',!0x0),this['reviewCheckResultsView']['set']('isCompleted',!0x1);}['addCheckRunResult'](_0x194c80){this['reviewCheckResultsView']['addResult'](_0x194c80),this['reviewCheckResultsView']['set']('isLoading',!0x1);}['showReviewCompletedView'](){this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isCompleted',!0x0),this['reviewCheckListView']['set']('isVisible',!0x1);}['showActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']?(this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1)):this['reviewCheckResultsView']['isResultReady']=!0x0;}['showNoChangesView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x0);}['hideActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x1;}['showGeneralErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class we extends _0x500981{['resultItemView'];constructor(_0x10ef21,_0x73ab6f){super(_0x10ef21),this['set']({'isVisible':!0x1,'position':'arrow_se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['content']['add'](this['_createContentView']()),_0x73ab6f['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x33e1c5){this['resultItemView']['changeId']=_0x33e1c5['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x33e1c5['contentDiffed'];}['showBalloon'](_0xf85883,_0x2db3f9){this['updateContent'](_0xf85883),this['show'](),this['pin']({'target':()=>this['_getBestRectPosition'](_0x2db3f9)});}['hideBalloon'](){this['hide'](),this['unpin']();}['hideDiffInBalloon'](){this['resultItemView']['showDiff']=!0x1;}['showDiffInBalloon'](){this['resultItemView']['showDiff']=!0x0;}['deactivateChange'](){this['fire']('deactivateChange');}['_setupClickOutsideHandler'](){_0x29a34e({'emitter':this,'activator':()=>this['isVisible'],'contextElements':[this['element']],'callback':()=>{this['hideBalloon'](),this['deactivateChange']();}});}['_createContentView'](){const _0xf0377f=new _0x19a8c6();return this['resultItemView']=new Bs(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0xf0377f['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai-review-mode-balloon-panel-suggestion']},'children':[{'tag':'p','attributes':{'class':['ck-ai-review-mode__suggestion-text']},'children':[this['resultItemView']]}]}),_0xf0377f;}['_getBestRectPosition'](_0x429832){const _0x3fec5c=Array['from'](_0x429832['getClientRects']());return _0x3fec5c['find'](_0x51b43f=>_0x51b43f['width']>0x0)||_0x3fec5c[0x0];}}const ih=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewModeResultList','activateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class ie extends _0x171820{['_reviewModeView'];['_reviewModeBalloonSuggestionItemView'];['_bodyCollection'];static get['requires'](){return[at];}static get['pluginName'](){return'AIReviewModeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1e6fef){super(_0x1e6fef),this['_bodyCollection']=new qt(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_reviewModeView']=new le(this['context']['locale']),this['_reviewModeView']['delegate'](...ih)['to'](this),this['_reviewModeBalloonSuggestionItemView']=new we(this['context']['locale'],this['_bodyCollection']),this['_reviewModeBalloonSuggestionItemView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x50e6c6=this['context']['plugins']['get']('AITabs');_0x50e6c6['view']['on']('activateTab',(_0x14f1a,_0x188dff)=>{'reviewMode'===_0x188dff?this['fire']('getReviewCheckList'):this['fire']('leaveReviewMode');}),_0x50e6c6['view']['addTab']({'id':'reviewMode','buttonLabel':C(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x3451c9,'order':0x0,'content':this['_reviewModeView']});}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x3b8d72){this['_reviewModeView']['reviewCheckListView']['hasChecks']()||this['_reviewModeView']['reviewCheckListView']['setChecks'](_0x3b8d72),this['_reviewModeView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x3236dc){_0x3236dc&&('error-general'!==_0x3236dc['status']?'error-chunk'!==_0x3236dc['status']?this['_reviewModeView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralErrorView']());}['showCheckRunResult'](_0x2eadc0){this['_reviewModeView']['addCheckRunResult'](_0x2eadc0);}['showGeneralErrorView'](){this['_reviewModeView']['showGeneralErrorView']();}['showChunkErrorView'](){this['_reviewModeView']['showChunkErrorView']();}['setCheckResultTitle'](_0x12b2c6,_0x4e3ad1){this['_reviewModeView']['reviewCheckResultsView']['setTitle'](_0x12b2c6,_0x4e3ad1);}['setActiveStateInResults'](_0x39975e){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0x502340=>{_0x502340['id']===_0x39975e&&_0x502340['setItemAsActive']();});}['resetActiveStateInResults'](){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0x3bbef7=>_0x3bbef7['setItemAsInactive']());}['updateChangeState'](_0x411ca3,_0x2f787b){'accepted'===_0x2f787b||'rejected'===_0x2f787b||'outdated'===_0x2f787b?this['_reviewModeView']['reviewCheckResultsView']['hideResult'](_0x411ca3,_0x2f787b):this['_reviewModeView']['reviewCheckResultsView']['showResult'](_0x411ca3,_0x2f787b);}['showReviewCompletedView'](){this['_reviewModeView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_reviewModeView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_reviewModeView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_reviewModeView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x491de9,_0x2fa96f){this['_reviewModeBalloonSuggestionItemView']['showBalloon'](_0x491de9,_0x2fa96f);}['hideChangeBalloon'](){this['_reviewModeBalloonSuggestionItemView']['hideBalloon']();}['hideDiffInBalloon'](){this['_reviewModeBalloonSuggestionItemView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_reviewModeBalloonSuggestionItemView']['showDiffInBalloon']();}['getChangeElement'](_0x3610af){const _0x2d6fa5=this['_reviewModeView']['reviewCheckResultsView']['getResults']()['find'](_0x517cc9=>_0x517cc9['id']===_0x3610af);return _0x2d6fa5?_0x2d6fa5['element']:null;}['deactivateChange'](){this['_reviewModeBalloonSuggestionItemView']['deactivateChange']();}}const me='reviewmode-';class re extends _0x171820{static get['pluginName'](){return'AIReviewModeEditing';}static get['requires'](){return[_0x2b3cb3,c];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_domEmitter'];['_eventEmitter'];constructor(_0x3b681a){super(_0x3b681a),this['_domEmitter']=new(_0x556252())(),this['_eventEmitter']=new(_0x135bec())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x55bf98=P(this['context']);_0x55bf98['conversion']['for']('editingDowncast')['markerToElement']({'model':me+'insert','view':(_0xae9265,{writer:_0xd03cc5})=>{const _0xddfcce=this['_markers']['get'](_0xae9265['markerName']),_0x396b79={'class':'ck-ai_review-mode-marker_add','data-marker-id':_0xae9265['markerName']};return _0xd03cc5['createUIElement']('span',_0x396b79,function(_0x37c29f){const _0x816d71=this['toDomElement'](_0x37c29f);return _0x816d71['innerHTML']=_0xddfcce?.['text']||'',_0x816d71;});}}),_0x55bf98['conversion']['for']('editingDowncast')['markerToHighlight']({'model':me+'remove-only','view':_0x1a1cb9=>({'classes':'ck-ai_review-mode-marker_strikethrough','attributes':{'data-marker-id':_0x1a1cb9['markerName']}})}),_0x55bf98['conversion']['for']('editingDowncast')['markerToHighlight']({'model':me+'remove-context','view':_0x285b99=>({'classes':'ck-ai_review-mode-marker_underline','attributes':{'data-marker-id':_0x285b99['markerName']}})}),_0x55bf98['conversion']['for']('editingDowncast')['markerToHighlight']({'model':me+'remove-text','view':_0x108803=>({'classes':'ck-ai_review-mode-marker_hide','attributes':{'data-marker-id':_0x108803['markerName']}})}),_0x55bf98['conversion']['for']('dataDowncast')['markerToElement']({'model':me+'suggestion-context','view':(_0x162baf,{writer:_0x2ae745})=>_0x2ae745['createRawElement']('span',{'class':'ck-ai_review-mode-marker_context-'+(_0x162baf['isOpening']?'start':'end')})}),_0x55bf98['conversion']['for']('downcast')['attributeToAttribute']({'model':ct,'view':_0x413d9f}),this['_domEmitter']['listenTo'](document,'click',(_0x5cb69a,_0x24499a)=>{const _0xeb6efb=_0x24499a['target'],_0x22f692=this['_findMarkerElement'](_0xeb6efb);if(!_0x22f692)return;const _0x24ba2d=_0x22f692['getAttribute']('data-marker-id'),_0x44d4db=_0x24ba2d['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClick',{'markerId':_0x24ba2d,'changeId':_0x44d4db});}),_0x55bf98['model']['document']['registerPostFixer'](_0x301d29=>this['_validateMarkers'](_0x55bf98,_0x301d29)),_0x55bf98['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x55bf98));}['getDocumentData'](){const _0x2cafc5=this['context']['plugins']['get']('AIEditing'),_0xae11a8=P(this['context']),_0x3ae283=_0xae11a8['model'],_0x2f9fb8=new _0x25eb17();for(const _0x3d25f2 of _0x3ae283['document']['getRoot']()['getChildren']()){const _0x42704c=_0x3d25f2['_clone'](!0x0);_0x2f9fb8['_appendChild'](_0x42704c);}for(const _0x45b8e0 of _0x3ae283['markers'])_0x2f9fb8['markers']['set'](_0x45b8e0['name'],this['_changeRangeOwnerDocument'](_0x45b8e0['getRange']()['clone'](),_0x2f9fb8));const _0x9d6e07=new _0x1fbb34({'ignoreElementEnd':!0x0,'startPosition':_0x3ae283['createPositionAt'](_0x2f9fb8,0x0)}),_0x224845=new Set(),_0x5407ed=new Map();for(const {item:_0x568007}of _0x9d6e07){if(!_0x568007['is']('$textProxy'))continue;const _0x3561c4=_0x568007['parent'];if((!_0x3561c4||!_0x3561c4['is']('element','caption'))&&(_0x3561c4&&_0x3561c4['is']('element'))){let _0x23f796=_0x3561c4['getAttribute'](ct);_0x23f796||(_0x23f796=_0x2cafc5['_nextDataId'](_0x224845),_0x3561c4['_setAttribute'](ct,_0x23f796)),_0x224845['add'](_0x23f796);let _0x3f6c0b=_0x3561c4;for(;_0x3f6c0b['parent']&&!_0x3f6c0b['parent']['is']('documentFragment');)_0x3f6c0b=_0x3f6c0b['parent'],_0x3f6c0b['hasAttribute'](ct)&&_0x3f6c0b['_removeAttribute'](ct);_0x5407ed['set'](_0x23f796,{'path':_0x3561c4['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0x3f6c0b['_clone'](!0x0),_0x23f796,_0xae11a8['data'])}),_0x9d6e07['jumpTo'](_0x3ae283['createPositionAfter'](_0x3561c4));}}return{'content':_0xae11a8['data']['processor']['toData'](_0xae11a8['data']['toView'](_0x2f9fb8)),'version':_0xae11a8['model']['document']['version'],'elements':_0x5407ed};}['diffContent'](_0x5b788f,_0xc1a2d7){const _0xcdc26a=[],_0x2621a5=P(this['context']),_0x10dc81=_0x2621a5['data']['parse'](_0x5b788f,'$documentFragment'),_0x253e5e=_0x2621a5['model']['createPositionAt'](_0x10dc81,0x0),_0x4ba283=_0x2621a5['data']['parse'](_0xc1a2d7,'$documentFragment');if(!this['_hasSameTopLevelElement'](_0x10dc81,_0x4ba283))return _0xcdc26a;const _0x1cc6ed=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x5b788f,_0xc1a2d7,{'anchor':_0x253e5e,'markDeletions':!0x0})['getOperations']()['filter'](_0x30a3c0=>'insert'===_0x30a3c0['type']||'marker'===_0x30a3c0['type']&&_0x30a3c0['name']['startsWith']('$markedRemove')),_0x4fcf4f=this['_groupAdjacentOperations'](_0x1cc6ed);let _0x122214=0x0;return _0x2621a5['model']['change'](_0xd3008d=>{for(let _0x5d1532=0x0;_0x5d1532<_0x4fcf4f['length'];_0x5d1532++){const _0x1a99be=_0x4fcf4f[_0x5d1532],_0x3e6eee=_0xd3008d['createDocumentFragment']();for(const _0x64a461 of _0x10dc81['getChildren']())_0xd3008d['append'](_0x64a461['_clone'](!0x0),_0x3e6eee);for(const _0x55f2e5 of _0x1a99be['operationsIsolated'])if('insert'===_0x55f2e5['type']){const _0x23f4e5=_0x55f2e5;_0x23f4e5['baseVersion']=null,_0x23f4e5['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x23f4e5,_0x3e6eee),_0xd3008d['batch']['addOperation'](_0x55f2e5),_0x2621a5['model']['applyOperation'](_0x55f2e5);const _0x4cc64e='suggestion:insertion:id:authorId:'+_0x122214++,_0x2cf22e=_0x2621a5['model']['createRange'](_0x23f4e5['position'],_0x23f4e5['position']['getShiftedBy'](_0x23f4e5['howMany']));_0x3e6eee['markers']['set'](_0x4cc64e,_0x2cf22e);}else{if('marker'===_0x55f2e5['type']&&_0x55f2e5['name']['startsWith']('$markedRemove')){const _0x26a5ae=_0x55f2e5,_0x316fbf='suggestion:deletion:id:authorId:'+_0x122214++;this['_changeOperationOwnerDocument'](_0x26a5ae,_0x3e6eee),_0x3e6eee['markers']['set'](_0x316fbf,_0x26a5ae['newRange']);}}const _0x348e6b=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x1a99be['operationsIsolated'][0x0]),_0x3e6eee),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x1a99be['operationsIsolated'][_0x1a99be['operationsIsolated']['length']-0x1]),_0x3e6eee));_0x3e6eee['markers']['set'](me+'suggestion-context',new _0x59485f(_0x348e6b['start'],_0x348e6b['end'])),_0xcdc26a['push']({..._0x1a99be,'context':this['_createGetContextFn'](_0x3e6eee,_0x2621a5['data'],{'ellipsisBefore':_0x348e6b['hasContentBefore'],'ellipsisAfter':_0x348e6b['hasContentAfter']}),'content':this['_createGetContentFn'](_0x3e6eee,_0x2621a5['data'])});}}),_0xcdc26a;}['markChangePositionInEditorContent'](_0x301168,_0x3c33be){if(!_0x301168['length'])return;const _0x10302b=_0x301168[0x0]['parent']['id'],_0x258761=_0x3c33be['elements']['get'](_0x10302b);if(!_0x258761)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x10302b);const _0x2fed6b=_0x258761['path'],_0x43a8c0=P(this['context']),_0x3fcec0=_0x43a8c0['model']['document']['history']['getOperations'](_0x3c33be['version']),_0x5a996f=[];for(const _0xb2b023 of _0x301168){const _0x114321=_0xb2b023['operationsIsolated']['map'](_0x51f784=>this['_translateOperationToEditorContent'](_0x51f784,_0x2fed6b,_0x43a8c0['model']['document']['getRoots']()[0x0]));if(!_0x114321||!_0x114321['length'])continue;const _0x20c45a=_0x114321['every'](_0x11eb8b=>'marker'===_0x11eb8b['type']&&_0x11eb8b['name']['startsWith']('$markedRemove')),_0x5728fb={'document':_0x43a8c0['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x31b30f=_0x33bff0(_0x114321,_0x3fcec0,_0x5728fb)['operationsA'];for(const _0x17a1ff of _0x31b30f)if('insert'===_0x17a1ff['type']){const _0x57f028=_0x17a1ff,_0x8cce3d=_0x57f028['nodes'];let _0x59e9ae='';for(const _0x5de245 of _0x8cce3d)_0x5de245&&_0x5de245['is']('model:$text')&&(_0x59e9ae+=_0x5de245['data']);_0x5a996f['push']({'start':_0x57f028['position'],'end':_0x57f028['position'],'type':'insert','groupId':_0xb2b023['id'],'text':_0x59e9ae});}else{if('marker'===_0x17a1ff['type']&&_0x17a1ff['name']['startsWith']('$markedRemove')){const _0x2f0e28=_0x17a1ff;let _0x240065='remove-text';if(_0x20c45a){const _0x225d5b=this['_findAdjacentContextDistance'](_0x2f0e28['newRange']['start'],'backward',_0x43a8c0['model']['schema']),_0x11e82d=this['_findAdjacentContextDistance'](_0x2f0e28['newRange']['end'],'forward',_0x43a8c0['model']['schema']);if(_0x225d5b||_0x11e82d){const _0x381d01=_0x2f0e28['newRange']['start']['getShiftedBy'](-_0x225d5b),_0x4c29b3=_0x2f0e28['newRange']['end']['getShiftedBy'](_0x11e82d);_0x5a996f['push']({'start':_0x381d01,'end':_0x4c29b3,'groupId':_0xb2b023['id'],'type':'remove-context'});}else _0x240065='remove-only';}_0x5a996f['push']({'start':_0x2f0e28['newRange']['start'],'end':_0x2f0e28['newRange']['end'],'groupId':_0xb2b023['id'],'type':_0x240065});}}}this['_insertMarkers'](_0x5a996f);}['clearAllMarkers'](){const _0x39284f=P(this['context']);_0x39284f['model']['change'](_0x575aec=>{for(const _0x5c8b05 of this['_markers']['keys']())_0x39284f['model']['markers']['get'](_0x5c8b05)&&_0x575aec['removeMarker'](_0x5c8b05);}),this['_markers']['clear']();}['switchToReadOnly'](){P(this['context'])['enableReadOnlyMode']('ai-review-mode');}['switchToEdit'](){P(this['context'])['disableReadOnlyMode']('ai-review-mode');}['applyChange'](_0x56d76c){const _0x16c7a7=P(this['context']),_0x59c90a=_0x16c7a7['model'],_0x161588=_0x56d76c['map'](_0x2408e1=>this['_getMarkersDataForGroup'](_0x2408e1))['flat']();_0x59c90a['change'](_0x53d23b=>{for(const _0x127fff of _0x161588){const _0x79ec0c=_0x16c7a7['model']['markers']['get'](_0x127fff['id']);_0x79ec0c&&('insert'===_0x127fff['type']?_0x59c90a['insertContent'](_0x53d23b['createText'](_0x127fff['text']||''),_0x79ec0c['getRange']()['start']):'remove-text'!==_0x127fff['type']&&'remove-only'!==_0x127fff['type']||_0x59c90a['deleteContent'](_0x59c90a['createSelection'](_0x79ec0c['getRange']())),_0x53d23b['removeMarker'](_0x127fff['id']),this['_markers']['delete'](_0x127fff['id']));}});}['rejectChange'](_0x2eb0df){const _0x2ac28c=P(this['context']),_0x29b262=this['_getMarkersDataForGroup'](_0x2eb0df);_0x2ac28c['model']['change'](_0x2c4eef=>{for(const _0x45ad58 of _0x29b262)_0x2c4eef['removeMarker'](_0x45ad58['id']),this['_markers']['delete'](_0x45ad58['id']);});}['getEditor'](){return P(this['context']);}['getMarkerElementForChange'](_0x304dff){const _0x32aa02=Array['from'](this['_markers']['values']())['filter'](_0x42ba7c=>_0x42ba7c['groupId']===_0x304dff);if(!_0x32aa02['length'])return null;const _0x3fab96=0x1===_0x32aa02['length']?_0x32aa02[0x0]:this['_sortMarkers'](_0x32aa02)[0x0],_0x1af10b=P(this['context']),_0x5bcee4=_0x1af10b['model']['markers']['get'](_0x3fab96['id']);if(!_0x5bcee4)return null;const _0x3f69ef=_0x5bcee4['getRange'](),_0x329524=_0x1af10b['editing']['view']['getDomRoot']();if(!_0x329524||!_0x3f69ef)return null;const _0x322234=_0x329524['querySelector']('[data-marker-id=\x22'+_0x3fab96['id']+'\x22]');return _0x322234?{'modelRange':_0x3f69ef,'domElement':_0x322234}:null;}['_validateMarkers'](_0x4fda35,_0x9fde50){const _0x272bcc=Array['from'](this['_markers']['keys']()),_0x14b37b=new Map();for(const _0x3988a4 of _0x272bcc){const _0x50802d=_0x4fda35['model']['markers']['get'](_0x3988a4);if(!_0x50802d)continue;const _0x50c2f0=_0x50802d['getStart']()['path'][0x0];_0x14b37b['has'](_0x50c2f0)||_0x14b37b['set'](_0x50c2f0,[]),_0x14b37b['get'](_0x50c2f0)['push'](_0x50802d);}const _0x1321a0=new Set();for(const _0x4cf4fa of _0x4fda35['model']['document']['differ']['getChanges']()){let _0x58f2df=-0x1,_0x345555=null;if('insert'===_0x4cf4fa['type'])_0x345555=new _0x59485f(_0x4cf4fa['position'],_0x4cf4fa['position']['getShiftedBy'](_0x4cf4fa['length'])),_0x58f2df=_0x4cf4fa['position']['path'][0x0];else{if('remove'!==_0x4cf4fa['type'])continue;_0x345555=new _0x59485f(_0x4cf4fa['position']),_0x58f2df=_0x4cf4fa['position']['path'][0x0];}const _0x3ea484=_0x14b37b['get'](_0x58f2df)||[];if(_0x3ea484['length']){for(const _0x2e2d46 of _0x3ea484)if(_0x345555['root']['rootName']===_0x2e2d46['getRange']()['root']['rootName']&&('insert'!==_0x4cf4fa['type']||!_0x345555['containsRange'](_0x2e2d46['getRange']()))&&(_0x345555['isIntersecting'](_0x2e2d46['getRange']())||_0x345555['start']['isTouching'](_0x2e2d46['getRange']()['end'])||_0x345555['end']['isTouching'](_0x2e2d46['getRange']()['start']))){const _0x53298c=this['_parseMarkerName'](_0x2e2d46['name']);Array['from'](this['_markers']['values']())['filter'](_0x59dff7=>_0x59dff7['groupId']===_0x53298c['groupId'])['forEach'](_0x2f2468=>_0x1321a0['add'](_0x2f2468['id']));}}}if(_0x1321a0['size']){for(const _0x9d4253 of _0x1321a0)_0x9fde50['removeMarker'](_0x9d4253);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0xd52e9c){for(const {name:_0x209958,data:_0x29a5e4}of _0xd52e9c['model']['document']['differ']['getChangedMarkers']()){if(!_0x209958['startsWith'](me))continue;const _0x731844=_0x29a5e4['oldRange'],_0x17c1f1=_0x29a5e4['newRange'],_0x563ef2=_0x731844&&'$graveyard'===_0x731844['root']['rootName'],_0x4b55ae=_0x17c1f1&&'$graveyard'===_0x17c1f1['root']['rootName'];if(_0x563ef2&&_0x4b55ae)continue;const _0x2be676=this['_parseMarkerName'](_0x209958);this['_markers']['get'](_0x209958)&&(_0x4b55ae||!_0x17c1f1?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x209958,'changeId':_0x2be676['groupId']}):_0x563ef2&&_0x17c1f1&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x209958,'changeId':_0x2be676['groupId']}));}}['_parseMarkerName'](_0x5bf50a){const _0x35ca78=_0x5bf50a['split'](':'),_0x12c6ed=(_0x35ca78[0x1]||'')['split']('_');return{'prefix':_0x35ca78[0x0],'groupId':_0x12c6ed[0x0],'suffix':_0x12c6ed[0x1]};}['_translateOperationToEditorContent'](_0x4a1f2f,_0x1050b5,_0xee5f8b){if('insert'===_0x4a1f2f['type']){const _0x2fc642=_0x4a1f2f;return new te(this['_changePosition'](_0x1050b5['concat'](_0x2fc642['position']['offset']),_0xee5f8b),_0x2fc642['nodes'],_0x2fc642['baseVersion']);}if('marker'===_0x4a1f2f['type']&&_0x4a1f2f['name']['startsWith']('$markedRemove')){const _0x397a36=_0x4a1f2f;return new _0x339507(_0x397a36['name'],_0x397a36['oldRange'],this['_changeRange'](_0x397a36['newRange'],_0x1050b5['concat'](_0x397a36['newRange']['start']['offset']),_0x1050b5['concat'](_0x397a36['newRange']['end']['offset']),_0xee5f8b),_0x397a36['_markers'],_0x397a36['affectsData'],_0x397a36['baseVersion']);}return _0x4a1f2f;}['_groupAdjacentOperations'](_0x50d7c7){if(!_0x50d7c7['length'])return[];const _0x4e7d41=[];let _0x426c42=0x0,_0x562ed7=0x0,_0x1c5567=[];for(let _0x4a15f6=0x0;_0x4a15f6<=_0x50d7c7['length'];_0x4a15f6++){const _0x1d673f=_0x50d7c7[_0x4a15f6],_0x3d6d9b=_0x50d7c7[_0x4a15f6-0x1];!_0x1d673f||_0x3d6d9b&&!this['_getOperationEnd'](_0x3d6d9b)['isTouching'](this['_getOperationStart'](_0x1d673f))?(_0x4e7d41['push']({'operations':_0x1c5567,'operationsIsolated':_0x1c5567['map'](_0x3e0485=>this['_shiftOperation'](_0x3e0485['clone'](),-_0x562ed7)),'groupOffset':_0x426c42}),_0x1c5567=_0x1d673f?[_0x1d673f]:[],_0x562ed7+=_0x426c42,_0x426c42=0x0):_0x1c5567['push'](_0x1d673f),_0x1d673f&&'insert'===_0x1d673f['type']&&(_0x426c42+=_0x1d673f['howMany']);}return _0x4e7d41;}['_findAdjacentContextDistance'](_0x11b9a1,_0x1b69f1,_0x55ae5e,_0x5aed41=0x1){const _0x2f7a57=new _0x1fbb34({'startPosition':_0x11b9a1,'direction':_0x1b69f1});let _0x1c7f8d=0x0;for(let _0x4b791d=0x0;_0x4b791d<_0x5aed41;_0x4b791d++){let _0xc2c8a3=0x0,_0xb7a75c=!0x1,_0x461603='forward'===_0x1b69f1?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x2f3685}of _0x2f7a57)if(_0x2f3685['is']('$textProxy')){const _0x40e4a2=_0x461603['exec'](_0x2f3685['data']);if(_0x40e4a2&&_0x40e4a2['length']){if(_0xc2c8a3+='forward'===_0x1b69f1?_0x40e4a2['index']+_0x40e4a2[0x0]['length']:_0x2f3685['data']['length']-_0x40e4a2['index'],_0x40e4a2[0x0]['length']!==_0x2f3685['data']['length'])break;_0xb7a75c=!0x0,_0x461603='forward'===_0x1b69f1?/^\w+/:/\w+$/;}else{if(_0xb7a75c)break;_0xc2c8a3+=_0x2f3685['offsetSize'];}}else{if(_0x2f3685['is']('element')){_0x55ae5e['isInline'](_0x2f3685)&&!_0xb7a75c&&(_0xc2c8a3+=0x1);break;}}_0x1c7f8d+=_0xc2c8a3,_0x2f7a57['jumpTo'](_0x11b9a1['getShiftedBy']('forward'===_0x1b69f1?_0x1c7f8d:-_0x1c7f8d));}return _0x1c7f8d;}['_getChangeContext'](_0x2fcaad,_0x1d3673){const _0x36b76e=P(this['context'])['model']['schema'],_0x424566=this['_findAdjacentContextDistance'](_0x2fcaad,'backward',_0x36b76e,0x6),_0x982b21=this['_findAdjacentContextDistance'](_0x1d3673,'forward',_0x36b76e,0x6),_0xd1d6dc=_0x2fcaad['getShiftedBy'](-_0x424566),_0x25ab9c=_0x1d3673['getShiftedBy'](_0x982b21);return{'start':_0xd1d6dc,'end':_0x25ab9c,'hasContentBefore':!_0xd1d6dc['isAtStart'],'hasContentAfter':!_0x25ab9c['isAtEnd']};}['_insertMarkers'](_0x325972){const _0x583366=this['context']['plugins']['get']('AIEditing'),_0x586508=new Set();P(this['context'])['model']['change'](_0x328363=>{for(const _0xd6d9ee of _0x325972){const _0x473731=''+me+_0xd6d9ee['type']+':'+_0xd6d9ee['groupId']+'_'+_0x583366['_nextDataId'](_0x586508);this['_markers']['set'](_0x473731,{'id':_0x473731,'groupId':_0xd6d9ee['groupId'],'type':_0xd6d9ee['type'],'text':_0xd6d9ee['text']}),_0x328363['addMarker'](_0x473731,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x328363['createRange'](_0xd6d9ee['start'],_0xd6d9ee['end'])});}});}['_createGetContextFn'](_0x508151,_0xd0cc71,_0x4a5a3c){let _0x33867a='';return()=>{if(!_0x33867a){const _0x3b890e=_0xd0cc71['toView'](_0x508151,{'showSuggestionHighlights':!0x0}),_0x29a1a6=_0x3b890e['getChild'](0x0);if(!_0x29a1a6)return'';let _0x56a833=!0x1;const _0x95b459=[];for(const _0x3aad54 of _0x29a1a6['getChildren']())_0x3aad54['is']('element','span')&&_0x3aad54['hasClass']('ck-ai_review-mode-marker_context-end')&&(_0x56a833=!0x1),_0x56a833&&_0x95b459['push'](_0x3aad54),_0x3aad54['is']('element','span')&&_0x3aad54['hasClass']('ck-ai_review-mode-marker_context-start')&&(_0x56a833=!0x0);_0x29a1a6['_removeChildren'](0x0,_0x29a1a6['childCount']),_0x4a5a3c?.['ellipsisBefore']&&_0x29a1a6['_appendChild']('…'),_0x29a1a6['_appendChild'](_0x95b459),_0x4a5a3c?.['ellipsisAfter']&&_0x29a1a6['_appendChild']('…');const _0x291ac0=_0xd0cc71['htmlProcessor']['domConverter']['viewToDom'](_0x3b890e),_0x1a64e4=_0xd0cc71['htmlProcessor']['htmlWriter']['getHtml'](_0x291ac0);_0x33867a=_0x1a64e4;}return _0x33867a;};}['_createGetContentFn'](_0x1b3ba6,_0x3654dc){let _0x5950e3='';return()=>(_0x5950e3||(_0x5950e3=_0x3654dc['stringify'](_0x1b3ba6,{'showSuggestionHighlights':!0x0})),_0x5950e3);}['_createGetContentUsingDataIdFn'](_0x6d13a4,_0x1f08a5,_0x237dfd){let _0x1bc5e1='';return()=>{if(!_0x1bc5e1){const _0x340063=_0x237dfd['toView'](new _0x25eb17(_0x6d13a4)),_0x5f1eff=_0x237dfd['htmlProcessor']['domConverter']['viewToDom'](_0x340063)['querySelector']('[data-id=\x22'+_0x1f08a5+'\x22]');_0x1bc5e1=_0x5f1eff?.['outerHTML']||'';}return _0x1bc5e1;};}['_findMarkerElement'](_0x481b65,_0x2edb38=0x5){let _0x308fdc=_0x481b65,_0x52dea1=null;for(let _0x426451=0x0;_0x426451<_0x2edb38&&_0x308fdc;_0x426451++){if(!_0x308fdc['className']){_0x308fdc=_0x308fdc['parentElement'];continue;}if(!(''+_0x308fdc['className'])['includes']('ck-ai_review-mode-marker_')){_0x308fdc=_0x308fdc['parentElement'];continue;}if(!_0x308fdc['getAttribute']('data-marker-id'))break;_0x52dea1=_0x308fdc;break;}return _0x52dea1;}['_getMarkersDataForGroup'](_0x5359d9){return Array['from'](this['_markers']['values']())['filter'](_0x16d5f6=>_0x16d5f6['groupId']===_0x5359d9);}['_getOperationStart'](_0x882538){return'insert'===_0x882538['type']?_0x882538['position']:_0x882538['newRange']['start'];}['_getOperationEnd'](_0x33ad31,_0x25eb76=!0x1){return'insert'===_0x33ad31['type']?_0x25eb76?_0x33ad31['position']:_0x33ad31['position']['getShiftedBy'](_0x33ad31['howMany']):_0x33ad31['newRange']['end'];}['_shiftOperation'](_0xeff67,_0x4152ff){return'insert'===_0xeff67['type']?_0xeff67['position']=_0xeff67['position']['getShiftedBy'](_0x4152ff):'marker'===_0xeff67['type']&&_0xeff67['newRange']&&(_0xeff67['newRange']=new _0x59485f(_0xeff67['newRange']['start']['getShiftedBy'](_0x4152ff),_0xeff67['newRange']['end']['getShiftedBy'](_0x4152ff))),_0xeff67;}['_changeOperationOwnerDocument'](_0x4e6aab,_0x43d135){'insert'===_0x4e6aab['type']?_0x4e6aab['position']=this['_changePositionOwnerDocument'](_0x4e6aab['position'],_0x43d135):'marker'===_0x4e6aab['type']&&_0x4e6aab['newRange']&&(_0x4e6aab['newRange']=this['_changeRangeOwnerDocument'](_0x4e6aab['newRange'],_0x43d135));}['_changePositionOwnerDocument'](_0x26cb94,_0x58009d){return new _0x58772b(_0x58009d,_0x26cb94['path']);}['_changeRangeOwnerDocument'](_0x1cfd48,_0x2136db){return new _0x59485f(this['_changePositionOwnerDocument'](_0x1cfd48['start'],_0x2136db),this['_changePositionOwnerDocument'](_0x1cfd48['end'],_0x2136db));}['_changePosition'](_0x476332,_0x8c067b){return new _0x58772b(_0x8c067b,[..._0x476332]);}['_changeRange'](_0x5d013b,_0x51d8ee,_0x226ffb,_0x4abd55){return new _0x59485f(this['_changePosition'](_0x51d8ee,_0x4abd55),this['_changePosition'](_0x226ffb,_0x4abd55));}['_sortMarkers'](_0x4d9cd1){const _0x1dae78=_0xa0cdcd=>{switch(_0xa0cdcd){case'insert':return 0x1;case'remove-context':return 0x2;case'remove-only':return 0x3;case'remove-text':return 0x4;}};return _0x4d9cd1['sort']((_0x47acbc,_0x2f77ed)=>_0x1dae78(_0x47acbc['type'])-_0x1dae78(_0x2f77ed['type']));}['_hasSameTopLevelElement'](_0xd6ee3a,_0x1b4d3d){const _0x170070=_0xd6ee3a['getChild'](0x0),_0x25a4c7=_0x1b4d3d['getChild'](0x0);return!(!_0x170070||!_0x25a4c7)&&((!_0x170070['is']('element')||!_0x25a4c7['is']('element')||_0x170070['name']===_0x25a4c7['name'])&&!(_0x170070['is']('element')&&!_0x25a4c7['is']('element')||!_0x170070['is']('element')&&_0x25a4c7['is']('element')));}}class Va extends _0x171820{static get['requires'](){return[ee,ie,re];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{pi as AIActions,ni as AIAdapter,qn as AIAssistant,G as AIAssistantUI,w as AIBalloon,Pa as AIChat,tt as AIChatController,it as AIChatHistory,yt as AIChatHistoryController,jt as AIChatHistoryUI,et as AIChatUI,s as AIConnector,c as AIEditing,Ha as AIEditorIntegration,Ot as AIQuickActionType,Ua as AIQuickActions,ui as AIQuickActionsUI,tr as AIRequestError,xs as AIReviewCheck,Rs as AIReviewCheckResult,Ts as AIReviewCheckRun,Va as AIReviewMode,ee as AIReviewModeController,re as AIReviewModeEditing,ie as AIReviewModeUI,at as AITabs,ue as AITextAdapter,bt as AIToggleButtonUI,zn as AWSTextAdapter,Xn as OpenAITextAdapter,ai as ShowAIAssistantCommand,go as ToggleAICommand,Cs as createResizeButton,Qn as getDefaultAICommands};
|
|
23
|
+
import{Plugin as _0x523b53,Command as Qt,ContextPlugin as _0x3e59e0,Editor as pt}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x2ff693,IconCheck as _0x1e5ca3,IconError as _0x33935c,IconSubmit as _0x55a39b,IconAIHistory as Nt,IconMagicWand as _0x30e9c9,IconRobotPencil as _0x3b7522,IconMaximize as _0x4b4d07,IconMinimize as to,IconDocumentWithLoupe as _0x12e44a,IconAddComment as _0x2ce81a,IconShowChangesOn as _0x5a81f7,IconShowChangesOff as _0x200214,IconDocument as _0x46c616,IconThreeStars as _0x229815,IconRemove as _0x3d4b82,IconDocumentWithCheckmark as _0x4569af,IconDocumentWithCross as _0x3aefaf,IconLoupe as _0x2fb97a,IconCancel as _0x1c533a,IconStop as _0x31e03f,IconAIChat as Ht,IconPlus as _0x1294ec,IconPin as _0x407c66,IconThreeHorizontalDots as _0x3ad428,IconChevronRight as _0x8e6677,IconInfo as _0x586da8,IconOutdated as _0x2e680e,IconEye as _0xa784bf,IconEyeCrossedOut as _0xcbe20c,IconAIReview as _0x3a6d6a}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as _0x1a633f,CKEditorError as _0x2120c6,ObservableMixin as ts,global as _0x31e929,isVisible as _0x2148f8,Rect as _0x11a5d6,Collection as _0x2afc13,FocusTracker as _0x51df1c,KeystrokeHandler as _0x3116d1,first as _0x19de19,toArray as _0x1b1674,EmitterMixin as _0x27cb74,logWarning as _0x218a11,scrollViewportToShowTarget as _0x1966fd,logError as ft,ResizeObserver as _0x2db29b,_isMotionReduced as Pt,scrollAncestorsToShowTarget as _0x299a6f,DomEmitterMixin as _0x48baa5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as _0xf901f6,ButtonView as _0x290cbd,View as _0x3249c4,SpinnerView as _0x1fde3a,IconView as _0xf03b05,AutocompleteView as _0xa69052,ListView as _0x36c9a6,ListItemGroupView as _0x4bc919,ListItemView as _0x36570a,ButtonLabelView as _0x366752,FocusCycler as _0x504985,createLabeledTextarea as _0x227b28,Dialog as _0x3251e6,createDropdown as _0x1bd241,addMenuToDropdown as _0x3b2bdf,MenuBarMenuView as _0x252d57,MenuBarMenuListItemButtonView as _0x1854a6,DialogViewPosition as _0x4320e4,MenuBarMenuListView as _0x4dc9a7,MenuBarMenuListItemView as _0x514c3b,UIModel as _0x32dcb3,SplitButtonView as _0x351feb,BalloonPanelView as _0x1a6e6e,BodyCollection as _0x52097e,clickOutsideHandler as _0x178524,ListItemButtonView as _0x19db8a,ViewCollection as _0x33c41f,addListToDropdown as _0x710699,submitHandler as _0x25650d,LabeledFieldView as _0x12f7b2,createLabeledInputText as _0x30f559,FormHeaderView as _0x4aec09,HighlightedTextView as _0x1e2340,FileDialogButtonView as _0x685a49,InputTextView as _0x5842c8,SearchTextView as _0x43e520,DropdownMenuButtonView as _0x37fdbe,DropdownMenuPanelPositioningFunctions as _0x2b47cb,BalloonToolbar as _0xfe80ce,FormRowView as _0x4507eb,TextareaView as _0x475ed3}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x256e3e,ClipboardMarkersUtils as _0xa0c8e7}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x3777ec,ViewDataTransfer as _0x53f5cd,ViewUpcastWriter as _0x876d75,Matcher as _0x1e8df8,_DetachOperation as lt,_insertIntoModelNodeList as _0x319d9f,_removeFromModelNodeList as _0x580020,ModelRange as ht,ViewDowncastWriter as kt,transformOperationSets as ut,ModelDocumentFragment as at,ModelPosition as ct,ModelTreeWalker as _0x20a667,InsertOperation as _0x3c78ee,MarkerOperation as _0x1cd1bb}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x3c4eee,escape as _0x3739ad,escapeRegExp as _0xc3d813}from'es-toolkit/compat';import{BedrockRuntimeClient as _0x46e017,InvokeModelWithResponseStreamCommand as _0x366721,InvokeModelCommand as _0x293e8}from'@aws-sdk/client-bedrock-runtime';import{createParser as $t}from'eventsource-parser';import{parseDocument as _0x2baa55}from'htmlparser2';import{isTag as _0x42188e,findOne as wt,getParent as _0x3f6b40,findAll as _0x4858d0,removeElement as _0x55953c,replaceElement as _0x34bc5c,prepend as _0x7c35e5,prependChild as _0x3041bd,appendChild as _0xfe36b5,append as _0x5e4053,find as _0x3ea95c,isComment as _0x30ecdc,getChildren as _0x5b007a,textContent as _0x24b4a1}from'domutils';import _0x20a8a4 from'dom-serializer';import{Document as Rt,Element as _0x5b1b92,Text as _0x11e22c,cloneNode as _0x3fb256,isDocument as _0xfe47fd,isText as _0x545970,NodeWithChildren as _0x1289a2}from'domhandler';import{MarkdownGfmMdToHtml as _0x2614eb}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import{fixElementSuggestionRange as _0x5068aa,getAllMarkersDomElementsSorted as _0x46d27c,DocumentCompare as nt,DATA_ID_MODEL_ATTRIBUTE as Tt,ConfirmMixin as _0x543c36,LateFocusDropdownButtonView as _0x3ce694,DATA_ID_VIEW_ATTRIBUTE as _0x319184}from'ckeditor5-collaboration/dist/index.js';import{cloneDeep as _0x4f6d80}from'es-toolkit';import{IconThumbUp as _0x41a339,IconThumbDown as _0x1b174c,IconCopy as _0x340a5f,IconCheck as _0x576672,IconShowChangesOff as tt,IconShowChangesOn as _0x1ca93a,IconWeb as _0x51778b,IconNextArrow as _0x53b3de,IconPreviousArrow as _0x2c7390,IconAI as Ot,IconClose as _0x4ac77e,IconSelection as _0xe5307b,IconFileUpload as _0x2ceb48,IconLink as _0x482077,IconDocument as _0x4aad50,IconBulb as _0x208bf9,IconDocumentOutline as _0x369ba5,IconPaperClip as _0x5b5f77,IconBrowseFiles as _0x5d443a,IconDropdownArrow as _0x43b007,IconAIAskAI as _0x3b3ac0,IconAIQuickActions as _0x52c472,IconAIChatCommands as Wt,IconAIImproveWriting as Vt,IconAIContinueWriting as Bt,IconAIGrammarCheck as Jt,IconAIAdjustLength as Kt,IconAIChangeTone as Gt,IconAITranslate as Zt,IconAIOther as Xt,IconRefresh as _0x446f03}from'@ckeditor/ckeditor5-icons/dist/index.js';import _0x14fc40 from'morphdom';import{SuggestionsConversion as zt}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{diffArrays as _0xbde583}from'diff';const K='_ungrouppedCommands';function o(_0x3ae3b2,_0x44b32e){const _0x17922b=(0x0,_0x44b32e['t'])('Other');return _0x3ae3b2['length']?'groupId'in _0x3ae3b2[0x0]?_0x3ae3b2:[{'groupId':K,'groupLabel':_0x17922b,'order':0x1/0x0,'commands':_0x3ae3b2}]:[{'groupId':K,'groupLabel':_0x17922b,'order':0x1/0x0,'commands':[]}];}const Fn=globalThis['DataTransfer'],f='ai-ui';class a extends _0x523b53{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x5aa613}=this,_0x27271d=['ck-fake-ai-selection'];_0x5aa613['config']['get']('ai.assistant.useTheme')&&_0x27271d['push']('ck-ai-assistant-ui_theme'),_0x5aa613['conversion']['for']('editingDowncast')['markerToHighlight']({'model':f,'view':{'classes':_0x27271d,'priority':0xc}}),_0x5aa613['conversion']['for']('editingDowncast')['markerToElement']({'model':f,'view':(_0x3529f1,{writer:_0x527321})=>{if(!_0x3529f1['markerRange']['isCollapsed'])return null;const _0x3c6f70=_0x527321['createUIElement']('span');return _0x527321['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x3c6f70),_0x3c6f70;}});}['afterInit'](){!async function(_0x4809c7){const _0x32d795=_0x20335b([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0xbe783a=0x3dffc4e1,_0x573428=0x3df8bce9^_0xbe783a,_0x3ec219=window[_0x20335b([0x44,0x61,0x74,0x65])][_0x20335b([0x6e,0x6f,0x77])](),_0x3c0868=_0x4809c7[_0x20335b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x570fe5=new window[(_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50ab4a=>{_0x3c0868[_0x20335b([0x6f,0x6e,0x63,0x65])](_0x20335b([0x72,0x65,0x61,0x64,0x79]),_0x50ab4a);}),_0x2ca318={[_0x20335b([0x6b,0x74,0x79])]:_0x20335b([0x45,0x43]),[_0x20335b([0x75,0x73,0x65])]:_0x20335b([0x73,0x69,0x67]),[_0x20335b([0x63,0x72,0x76])]:_0x20335b([0x50,0x2d,0x32,0x35,0x36]),[_0x20335b([0x78])]:_0x20335b([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x20335b([0x79])]:_0x20335b([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x20335b([0x61,0x6c,0x67])]:_0x20335b([0x45,0x53,0x32,0x35,0x36])},_0x32af21=_0x3c0868[_0x20335b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x20335b([0x67,0x65,0x74])](_0x20335b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x50e632(){let _0x3d6abb,_0x1824f6=null,_0x14c792=null;try{if(_0x32af21==_0x20335b([0x47,0x50,0x4c]))return _0x20335b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3d6abb=_0x1cebe0(),!_0x3d6abb)return _0x20335b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3d6abb[_0x20335b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x14c792=_0xa48326(_0x3d6abb[_0x20335b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3d6abb[_0x20335b([0x6a,0x74,0x69])])),await _0x2fa9f2()?_0x5769d0()?_0x359913()?_0x20335b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5e7640()?(_0x3d6abb[_0x20335b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x20335b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1824f6=_0xa4245f(_0x20335b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3d6abb[_0x20335b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x20335b([0x74,0x72,0x69,0x61,0x6c])&&(_0x1824f6=_0xa4245f(_0x20335b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5d09bb()):_0x20335b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x20335b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x20335b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x20335b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x359913(){const _0x1c3b36=[_0x20335b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x20335b([0x74,0x72,0x69,0x61,0x6c])][_0x20335b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d6abb[_0x20335b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3ec219/0x3e8:0xe10*_0x573428;return _0x3d6abb[_0x20335b([0x65,0x78,0x70])]<_0x1c3b36;}function _0x5769d0(){const _0x9d8e9c=_0x3d6abb[_0x20335b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x9d8e9c&&(!!_0x9d8e9c[_0x20335b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20335b([0x2a]))||!!_0x9d8e9c[_0x20335b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20335b([0x41,0x49])));}function _0x5e7640(){const _0x3a3d2b=_0x3d6abb[_0x20335b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3a3d2b||0x0==_0x3a3d2b[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1dd43e}=new URL(window[_0x20335b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3a3d2b[_0x20335b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1dd43e))return!0x0;const _0x53ce31=_0x1dd43e[_0x20335b([0x73,0x70,0x6c,0x69,0x74])](_0x20335b([0x2e]));return _0x3a3d2b[_0x20335b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1d6390=>_0x1d6390[_0x20335b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20335b([0x2a])))[_0x20335b([0x6d,0x61,0x70])](_0x2cc0e8=>_0x2cc0e8[_0x20335b([0x73,0x70,0x6c,0x69,0x74])](_0x20335b([0x2e])))[_0x20335b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x324f5a=>_0x324f5a[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x53ce31[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x20335b([0x6d,0x61,0x70])](_0x4376ea=>Array(_0x53ce31[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4376ea[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x20335b([0x66,0x69,0x6c,0x6c])](_0x4376ea[0x0]===_0x20335b([0x2a])?_0x20335b([0x2a]):'')[_0x20335b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4376ea))[_0x20335b([0x73,0x6f,0x6d,0x65])](_0x33fa52=>_0x53ce31[_0x20335b([0x65,0x76,0x65,0x72,0x79])]((_0x3567ff,_0x59fe51)=>_0x33fa52[_0x59fe51]===_0x3567ff||_0x33fa52[_0x59fe51]===_0x20335b([0x2a])));}function _0x5d09bb(){return _0x1824f6&&_0x14c792?new window[(_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1cbf82,_0x3993c1)=>{_0x1824f6[_0x20335b([0x74,0x68,0x65,0x6e])](_0x1cbf82,_0x3993c1),_0x14c792[_0x20335b([0x74,0x68,0x65,0x6e])](_0x51d0c6=>{_0x51d0c6!=_0x20335b([0x56,0x61,0x6c,0x69,0x64])&&_0x1cbf82(_0x51d0c6);},_0x3993c1);}):_0x1824f6||_0x14c792||_0x20335b([0x56,0x61,0x6c,0x69,0x64]);}}function _0xa48326(_0x14eda7,_0xd76f2b){return new window[(_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf40069=>{if(_0x359703())return _0xf40069(_0x20335b([0x56,0x61,0x6c,0x69,0x64]));_0x3dd19f(),_0x3c0868[_0x20335b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x20335b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x48d62e=!0x1;const _0x182551=_0x1a633f();function _0x356d55(_0x317779){return!!_0x317779&&(typeof _0x317779===_0x20335b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x317779===_0x20335b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x317779[_0x20335b([0x74,0x68,0x65,0x6e])]===_0x20335b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x317779[_0x20335b([0x63,0x61,0x74,0x63,0x68])]===_0x20335b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x412ece(_0x37c96f){_0x996146(_0x37c96f)[_0x20335b([0x74,0x68,0x65,0x6e])](_0x57ede6=>{if(!_0x57ede6||_0x57ede6[_0x20335b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x20335b([0x6f,0x6b]))return _0x20335b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xe45f50(_0xb46259(_0x182551+_0xd76f2b))!=_0x57ede6[_0x20335b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x20335b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x20335b([0x56,0x61,0x6c,0x69,0x64]);})[_0x20335b([0x74,0x68,0x65,0x6e])](_0x42b5e2=>(_0x441d2f(),_0x42b5e2),()=>{const _0x371aa3=_0x368a6e();return null==_0x371aa3?(_0x441d2f(),_0x20335b([0x56,0x61,0x6c,0x69,0x64])):_0x20335b(_0x3ec219-_0x371aa3>(0x19f340e1^_0xbe783a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x20335b([0x74,0x68,0x65,0x6e])](_0xf40069)[_0x20335b([0x63,0x61,0x74,0x63,0x68])](()=>{_0xf40069(_0x20335b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1b0d4e=0x3dc92a61^_0xbe783a;function _0x441d2f(){const _0x2845a3=_0x20335b([0x6c,0x6c,0x63,0x74,0x2d])+_0xe45f50(_0xb46259(_0x14eda7)),_0x16b5e7=_0x5a43f0(_0xe45f50(window[_0x20335b([0x4d,0x61,0x74,0x68])][_0x20335b([0x63,0x65,0x69,0x6c])](_0x3ec219/_0x1b0d4e)));window[_0x20335b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x20335b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2845a3,_0x16b5e7);}function _0x368a6e(){const _0x2b9ebb=_0x20335b([0x6c,0x6c,0x63,0x74,0x2d])+_0xe45f50(_0xb46259(_0x14eda7)),_0x54a949=window[_0x20335b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x20335b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b9ebb);return _0x54a949?window[_0x20335b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a43f0(_0x54a949),0x10)*_0x1b0d4e:null;}function _0x996146(_0x32b1a1){return new window[(_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x164e02,_0x5aea64)=>{_0x32b1a1[_0x20335b([0x74,0x68,0x65,0x6e])](_0x164e02,_0x5aea64),window[_0x20335b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5aea64,0x3dfe1021^_0xbe783a);});}}_0x3c0868[_0x20335b([0x6f,0x6e])](_0x20335b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4ff636,_0x3df39a)=>{if(_0x3df39a[0x0]!=_0x14eda7)return _0xf40069(_0x20335b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3df39a[0x1]={..._0x3df39a[0x1],[_0x20335b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x182551};},{[_0x20335b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x20335b([0x68,0x69,0x67,0x68])}),_0x3c0868[_0x20335b([0x6f,0x6e])](_0x20335b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x53eacb=>{_0x356d55(_0x53eacb[_0x20335b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x48d62e=!0x0,_0x412ece(_0x53eacb[_0x20335b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x20335b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x20335b([0x6c,0x6f,0x77])}),_0x570fe5[_0x20335b([0x74,0x68,0x65,0x6e])](()=>{_0x48d62e||_0xf40069(_0x20335b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x359703(){return _0x3c0868[_0x20335b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20335b([0x76,0x69,0x65,0x77])][_0x20335b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x20335b([0x61,0x75,0x74,0x6f]);}function _0x3dd19f(){_0x3c0868[_0x20335b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x20335b([0x76,0x69,0x65,0x77])][_0x20335b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x20335b([0x61,0x75,0x74,0x6f]);}}function _0xa4245f(_0x59a78b){const _0x3c2909=[new window[(_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30f016=>setTimeout(_0x30f016,0x3df6fa2d^_0xbe783a)),_0x570fe5[_0x20335b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34055a=>{let _0x155f4d=0x0;_0x3c0868[_0x20335b([0x6d,0x6f,0x64,0x65,0x6c])][_0x20335b([0x6f,0x6e])](_0x20335b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x34c40e,_0x36a833)=>{_0x36a833[0x0][_0x20335b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x155f4d++,_0x155f4d==(0x3dffc519^_0xbe783a)&&(_0x34055a(),_0x34c40e[_0x20335b([0x6f,0x66,0x66])]());});}))];return window[_0x20335b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x20335b([0x72,0x61,0x63,0x65])](_0x3c2909)[_0x20335b([0x74,0x68,0x65,0x6e])](()=>_0x59a78b);}async function _0x3cc27d(){await _0x570fe5,_0x3c0868[_0x20335b([0x6d,0x6f,0x64,0x65,0x6c])][_0x20335b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x36087e,_0x3c0868[_0x20335b([0x6d,0x6f,0x64,0x65,0x6c])][_0x20335b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x36087e,_0x3c0868[_0x20335b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x20335b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1cc838(_0x173e77){const _0x54b5a9=_0x4790b7();_0x3c0868[_0x54b5a9]=_0x20335b([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x173e77,_0x173e77!=_0x20335b([0x56,0x61,0x6c,0x69,0x64])&&_0x3cc27d();}function _0x4790b7(){const _0x2ac9dc=window[_0x20335b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x20335b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x20335b([0x6e,0x6f,0x77])]())[_0x20335b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x20335b([0x2e]),'');let _0x4246dd=_0x20335b([0x6e]);for(let _0x47c5ae=0x0;_0x47c5ae<_0x2ac9dc[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47c5ae+=0x2){let _0x55fd8d=window[_0x20335b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ac9dc[_0x20335b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47c5ae,_0x47c5ae+0x2));_0x55fd8d>=_0x32d795[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x55fd8d-=_0x32d795[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4246dd+=_0x32d795[_0x55fd8d];}return _0x4246dd;}function _0x1cebe0(){const _0x1a3931=_0x32af21[_0x20335b([0x73,0x70,0x6c,0x69,0x74])](_0x20335b([0x2e]));if(0x3!=_0x1a3931[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3aaced(_0x1a3931[0x1]);function _0x3aaced(_0x30ffcd){const _0x179643=_0x34c52f(_0x30ffcd);return _0x179643&&_0x53b2bb()?_0x179643:null;function _0x53b2bb(){const _0x23e6fd=_0x179643[_0x20335b([0x6a,0x74,0x69])],_0x2d1c2b=window[_0x20335b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x23e6fd[_0x20335b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23e6fd[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4e943e={..._0x179643,[_0x20335b([0x6a,0x74,0x69])]:_0x23e6fd[_0x20335b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x23e6fd[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4e943e[_0x20335b([0x76,0x63])],_0xb46259(_0x4e943e)==_0x2d1c2b;}}}async function _0x2fa9f2(){let _0x1198bd=!0x0;try{const _0x792bf0=_0x32af21[_0x20335b([0x73,0x70,0x6c,0x69,0x74])](_0x20335b([0x2e])),[_0x1dd611,_0xf52f48,_0x129507]=_0x792bf0;return _0x20d700(_0x1dd611),await _0x10e4b3(_0x1dd611,_0xf52f48,_0x129507),_0x1198bd;}catch{return!0x1;}function _0x20d700(_0x47af44){const _0x57e164=_0x34c52f(_0x47af44);_0x57e164&&_0x57e164[_0x20335b([0x61,0x6c,0x67])]==_0x20335b([0x45,0x53,0x32,0x35,0x36])||(_0x1198bd=!0x1);}async function _0x10e4b3(_0x331b63,_0x391638,_0x153884){const _0x24395d=window[_0x20335b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x20335b([0x66,0x72,0x6f,0x6d])](_0x349447(_0x153884),_0x1997ad=>_0x1997ad[_0x20335b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x388747=new window[(_0x20335b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x20335b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x331b63+_0x20335b([0x2e])+_0x391638),_0x3a5eeb=window[_0x20335b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x20335b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3a5eeb)return;const _0x454848=await _0x3a5eeb[_0x20335b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x20335b([0x6a,0x77,0x6b]),_0x2ca318,{[_0x20335b([0x6e,0x61,0x6d,0x65])]:_0x20335b([0x45,0x43,0x44,0x53,0x41]),[_0x20335b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x20335b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x20335b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3a5eeb[_0x20335b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x20335b([0x6e,0x61,0x6d,0x65])]:_0x20335b([0x45,0x43,0x44,0x53,0x41]),[_0x20335b([0x68,0x61,0x73,0x68])]:{[_0x20335b([0x6e,0x61,0x6d,0x65])]:_0x20335b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x454848,_0x24395d,_0x388747)||(_0x1198bd=!0x1);}}function _0x34c52f(_0x29721d){return _0x29721d[_0x20335b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x20335b([0x65,0x79]))?JSON[_0x20335b([0x70,0x61,0x72,0x73,0x65])](_0x349447(_0x29721d)):null;}function _0x349447(_0x4c8891){return window[_0x20335b([0x61,0x74,0x6f,0x62])](_0x4c8891[_0x20335b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x20335b([0x2b]))[_0x20335b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x20335b([0x2f])));}function _0xb46259(_0x256020){let _0x2096ed=0x1505;function _0x58c61a(_0x1c6bd0){for(let _0x10772a=0x0;_0x10772a<_0x1c6bd0[_0x20335b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10772a++){const _0x4de613=_0x1c6bd0[_0x20335b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x10772a);_0x2096ed=(_0x2096ed<<0x5)+_0x2096ed+_0x4de613,_0x2096ed&=_0x2096ed;}}function _0x15b59f(_0x49cc11){Array[_0x20335b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x49cc11)?_0x49cc11[_0x20335b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x15b59f):_0x49cc11&&typeof _0x49cc11==_0x20335b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x20335b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x49cc11)[_0x20335b([0x73,0x6f,0x72,0x74])]()[_0x20335b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x47f3c2,_0x6c7847])=>{_0x58c61a(_0x47f3c2),_0x15b59f(_0x6c7847);}):_0x58c61a(window[_0x20335b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x49cc11));}return _0x15b59f(_0x256020),_0x2096ed>>>0x0;}function _0xe45f50(_0x2314c5){return _0x2314c5[_0x20335b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x20335b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x20335b([0x30]));}function _0x5a43f0(_0x2cd0d6){return _0x2cd0d6[_0x20335b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x20335b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x20335b([0x6a,0x6f,0x69,0x6e])]('');}function _0x36087e(){}function _0x20335b(_0x140b1c){return _0x140b1c['map'](_0x5b76c6=>String['fromCharCode'](_0x5b76c6))['join']('');}_0x1cc838(await _0x50e632());}(this);}['showFakeVisualSelection'](){const _0x2de50c=this['editor']['model'];_0x2de50c['change'](_0x559be0=>{const _0x218e16=_0x2de50c['document']['selection']['getRanges']();let _0x133a64=0x0;for(const _0x398033 of _0x218e16){const _0x2921e0=f+':'+_0x133a64;if(_0x2de50c['markers']['has'](_0x2921e0))_0x559be0['updateMarker'](_0x2921e0,{'range':_0x398033});else{if(_0x398033['start']['isAtEnd']){const _0x3f5918=_0x398033['start']['getLastMatchingPosition'](({item:_0x583a58})=>!_0x2de50c['schema']['isContent'](_0x583a58),{'boundaries':_0x398033});_0x559be0['addMarker'](_0x2921e0,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x559be0['createRange'](_0x3f5918,_0x398033['end'])});}else _0x559be0['addMarker'](_0x2921e0,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x398033});}_0x133a64++;}});}['hideFakeVisualSelection'](){const _0x5853ce=this['editor']['model'],_0x259516=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](f));_0x259516['length']&&_0x5853ce['change'](_0x466f7b=>{_0x259516['forEach'](_0x4608be=>{_0x466f7b['removeMarker'](_0x4608be);});});}['insertContent'](_0x90bbeb,_0x4c61d5){const _0x1a96ed=this['_getAISelection'](),_0x416b58=_0x4c61d5||_0x1a96ed['getFirstRange']();this['editor']['model']['canEditAt'](_0x416b58)&&this['editor']['model']['change'](_0x37325d=>{this['hideFakeVisualSelection'](),_0x4c61d5||this['_resetContentOfSelectedTableCells'](_0x37325d,_0x1a96ed),this['_pasteHTMLUsingClipboard']({'insertAt':_0x416b58,'writer':_0x37325d,'html':_0x90bbeb});});}['insertContentBelow'](_0x214c42){const {model:_0x57842a}=this['editor'],_0x30ec42=this['_getAISelection']();_0x57842a['change'](()=>{const _0x3f24c5=this['_prepareTableInsertBelowPosition'](_0x214c42,_0x30ec42)||this['_getDefaultInsertBelowPosition'](_0x30ec42);this['insertContent'](_0x214c42,_0x3f24c5);});}['_getAISelection'](){const _0x2b1a64=this['editor']['model'],_0x318ca1=Array['from'](_0x2b1a64['markers']['getMarkersGroup'](f))['map'](_0x1bb41c=>_0x1bb41c['getRange']());return _0x2b1a64['createSelection'](_0x318ca1);}['_pasteHTMLUsingClipboard']({writer:_0x2c196f,html:_0x1d7a37,insertAt:_0x5a1c87}){const {view:_0x1abf92}=this['editor']['editing'],_0x186f1e=this['editor']['plugins']['get'](_0x256e3e),_0x45de7f=new Fn();_0x45de7f['setData']('text/html',_0x1d7a37);const _0x127400=new ClipboardEvent('paste',{'clipboardData':_0x45de7f}),_0x128022=new _0x3777ec(_0x1abf92,_0x127400,{'dataTransfer':new _0x53f5cd(_0x45de7f)});_0x2c196f['setSelection'](_0x5a1c87);const _0x3d66c4=(_0x142bff,_0x14a236)=>{_0x14a236['resultRange']&&_0x2c196f['setSelection'](_0x14a236['resultRange']);};_0x186f1e['once']('contentInsertion',_0x3d66c4,{'priority':'lowest'}),_0x1abf92['document']['fire']('paste',_0x128022),_0x186f1e['off']('contentInsertion',_0x3d66c4);}['_getDefaultInsertBelowPosition'](_0x59bc5c){const {model:_0x195b29}=this['editor'],_0x35144a=Array['from'](_0x59bc5c['getSelectedBlocks']());return _0x35144a['length']?_0x195b29['createPositionAfter'](_0x35144a['pop']()):_0x59bc5c['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x3cd9dc,_0x2a7dee){const {model:_0x49f7e9,plugins:_0x4d670e}=this['editor'];if(_0x4d670e['has']('TableUtils')){const _0x2b7fbd=_0x4d670e['get']('TableUtils')['getSelectedTableCells'](_0x2a7dee);if(_0x2b7fbd['length']){const _0x2211b3=this['_getTableRowCountFromContent'](_0x3cd9dc),_0x5bce8c=this['_createEmptyTableRows'](_0x2b7fbd,_0x2211b3);return _0x49f7e9['createPositionAt'](_0x5bce8c,0x0);}}return null;}['_getTableRowCountFromContent'](_0x40be5e){const _0xf02f79=this['editor']['plugins']['get']('TableUtils'),_0x4b18be=this['editor']['data']['parse'](_0x40be5e),_0x5e0e68=Array['from'](_0x4b18be['getChildren']())['filter'](_0x2b403a=>_0x2b403a['is']('element','table'));let _0x1476d9=0x0;return _0x5e0e68['forEach'](_0x2e51b1=>{_0x1476d9+=_0xf02f79['getRows'](_0x2e51b1);}),_0x1476d9;}['_createEmptyTableRows'](_0x3295c6,_0x4137cc){const _0x44f97b=this['editor']['plugins']['get']('TableUtils'),_0x34d89f=_0x44f97b['getRowIndexes'](_0x3295c6),_0x2ebdef=_0x44f97b['getColumnIndexes'](_0x3295c6),_0x25a20b=_0x34d89f['last']+0x1,_0x2b6132=_0x2ebdef['first'],_0x19a7e4=_0x3295c6[0x0]['findAncestor']('table');for(let _0x33075b=0x0;_0x33075b<_0x4137cc;_0x33075b++)_0x44f97b['insertRows'](_0x19a7e4,{'at':_0x25a20b});return _0x19a7e4['getChild'](_0x25a20b)['getChild'](_0x2b6132);}['_resetContentOfSelectedTableCells'](_0x5bfe74,_0x7f5eff){const {plugins:_0x56d9af}=this['editor'],{model:_0x4554e5}=_0x5bfe74;if(!_0x56d9af['has']('TableUtils'))return;_0x56d9af['get']('TableUtils')['getSelectedTableCells'](_0x7f5eff)['length']&&_0x4554e5['deleteContent'](_0x7f5eff);}}class x extends _0x523b53{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new _0x2120c6('aiadapter-text-adapter-not-set',null);}}class tr extends Error{constructor(_0x17ecfc){super(_0x17ecfc),this['name']='AIRequestError';}}function Yn(_0x349a2d,_0x181eed,_0x582365){const t=_0x349a2d['t'];switch(_0x181eed){case'Edit\x20or\x20review':return t('Edit\x20or\x20review');case'Improve\x20writing':return t('Improve\x20writing');case'Make\x20shorter':return t('Make\x20shorter');case'Make\x20longer':return t('Make\x20longer');case'Simplify\x20language':return t('Simplify\x20language');case'Generate\x20from\x20selection':return t('Generate\x20from\x20selection');case'Summarize':return t('Summarize');case'Continue':return t('Continue');case'Change\x20tone':return t('Change\x20tone');case'Professional':return t('Professional');case'Casual':return t('Casual');case'Direct':return t('Direct');case'Confident':return t('Confident');case'Friendly':return t('Friendly');case'Change\x20style':return t('Change\x20style');case'Business':return t('Business');case'Legal':return t('Legal');case'Journalism':return t('Journalism');case'Poetic':return t('Poetic');case'Translate':return t('Translate');case'English':return t('English');case'Spanish':return t('Spanish');case'German':return t('German');case'Portuguese':return t('Portuguese');case'French':return t('French');case'Simplified\x20Chinese':return t('Simplified\x20Chinese');case'Hindi':return t('Hindi');case'Arabic':return t('Arabic');case'AI\x20Assistant':return t('AI\x20Assistant');case'AI\x20Commands':return t('AI\x20Commands');case'Ask\x20AI\x20to\x20edit\x20or\x20generate':return t('Ask\x20AI\x20to\x20edit\x20or\x20generate');case'Ask\x20AI\x20to\x20improve\x20generated\x20text':return t('Ask\x20AI\x20to\x20improve\x20generated\x20text');case'Copy':return t('Copy');case'Submit':return t('Submit');case'Insert\x20below':return t('Insert\x20below');case'Try\x20again':return t('Try\x20again');case'Stop':return t('Stop');case'AI\x20is\x20writing...':return t('AI\x20is\x20writing...');case'AI\x20is\x20writing':return t('AI\x20is\x20writing');case'Generated\x20content:\x20%0':return t('Generated\x20content:\x20%0',_0x582365);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x582365);case'History':return t('History');case'Empty\x20history':return t('Empty\x20history');case'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':return t('Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.');case'Prompt\x20history':return t('Prompt\x20history');case'Clear':return t('Clear');case'AI_REPLACE_CONTENT':return t({'id':'AI_REPLACE_CONTENT','string':'Replace'});case'AI_INSERT_CONTENT':return t({'id':'AI_INSERT_CONTENT','string':'Insert'});case'AI_ERROR_GET_HEADERS':return t({'id':'AI_ERROR_GET_HEADERS','string':'Preparing\x20request\x20headers\x20failed'});case'AI_ERROR_GET_PARAMETERS':return t({'id':'AI_ERROR_GET_PARAMETERS','string':'Preparing\x20request\x20parameters\x20failed'});case'AI_ERROR_UNSUPPORTED_MODEL':return t({'id':'AI_ERROR_UNSUPPORTED_MODEL','string':'The\x20requested\x20AI\x20model\x20(\x22%0\x22)\x20is\x20not\x20supported'},_0x582365);case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x181eed;}}class E extends Qt{['_commandDefinitions'];constructor(_0x1f390c,_0x5b5237){super(_0x1f390c),this['_commandDefinitions']=_0x5b5237,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x2b5851,_0x58ff3a,_0x3ceb97)=>{this['isEnabled']&&(this['enabledCommandsIds']=ns(this['_commandDefinitions'],_0x3ceb97));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0xd848ca,_0x2e1cfd,_0x4c0882)=>{this['enabledCommandsIds']=_0x4c0882?ns(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x2ca480=this['editor']['model'];this['_hasContext']=function(_0x4829d4){const _0x2c637c=_0x4829d4['document']['selection'];return _0x2c637c['isCollapsed']?0x0!==[..._0x2c637c['getSelectedBlocks']()]['length']&&![..._0x2c637c['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x4829d4['hasContent'](_0x2c637c['getFirstRange']());}(_0x2ca480);const _0x252315=_0x2ca480['document']['selection'],_0x252af9=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x509f4d of _0x252315['getRanges']())for(const _0x136eef of _0x509f4d['getItems']())if(_0x136eef['is']('element')&&_0x252af9['includes'](_0x136eef['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0xb832b4='',_0x1b6a7d='',_0x282a0d='custom'){this['editor']['plugins']['get'](n)['showUI'](_0xb832b4,_0x1b6a7d,_0x282a0d);}}function ns(_0x5a141a,_0x50b1a0){const _0x52deb9=new Set();for(const _0x5ca061 of _0x5a141a['values']())(_0x50b1a0||!0x1===_0x5ca061['requiresContent'])&&_0x52deb9['add'](_0x5ca061['id']);return Array['from'](_0x52deb9);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class j extends/* #__PURE__ -- @preserve */
|
|
24
|
+
ts(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x3dfa5e,_0x367779,_0x15b1da){super(),this['editor']=_0x3dfa5e,this['textAdapter']=_0x367779,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x15b1da,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x3c6a3b,_0x434cdf,_0xb47dc8)=>{this['view']['value']=this['_sanitizeHTML'](_0xb47dc8);}),this['listenTo'](this['view'],'submitPrompt',(_0x512d4a,_0x5691d2)=>{const _0x525ad0=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x5691d2,_0x525ad0,'custom');}),this['listenTo'](this['view'],'tryAgainEvent',()=>{this['view']['prompt']=this['previousLabel'],this['_handleQuery'](this['previousQuery'],this['previousContext'],this['previousActionId'],this['previousLabel']);}),this['listenTo'](this['view'],'stopProcessing',()=>{this['stopProcessing']();});}['destroy'](){this['stopListening']();}async['updateView']({actionId:_0x22a5b7,query:_0x145568,htmlContent:_0x2de394,label:_0x19ab8d,mainActionLabel:_0x203b19}){this['view']['prompt']=_0x19ab8d,this['view']['mainAction']=_0x203b19,this['initialContext']=_0x2de394,_0x145568&&(this['view']['isRendered']?this['_handleQuery'](_0x145568,_0x2de394,_0x22a5b7,_0x19ab8d):this['view']['once']('render',()=>{this['_handleQuery'](_0x145568,_0x2de394,_0x22a5b7,_0x19ab8d);}));}['stopProcessing'](){this['isProcessing']&&(this['isProcessing']=!0x1,this['view']['finishProcessing'](),this['textAdapter']['abort']());}['reset'](){this['initialContext']='',this['currentContext']='',this['currentResponse']='',this['previousContext']='',this['previousQuery']='',this['previousLabel']='',this['previousActionId']=void 0x0,this['view']['reset'](),this['stopProcessing']();}async['_handleQuery'](_0x3f96fb,_0x44c077,_0x247c26,_0x157780){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x44c077,this['previousQuery']=_0x3f96fb,this['previousLabel']=_0x157780||_0x3f96fb,this['previousActionId']=_0x247c26,new Promise(_0x39ef57=>{this['textAdapter']['makeRequest']({'query':_0x3f96fb,'context':_0x44c077,'onData':_0x154b75=>{this['currentResponse']=_0x154b75,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x247c26})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x49c66a=>{_0x49c66a instanceof tr?this['view']['handleError'](_0x49c66a['message']):this['view']['handleError'](),_0x39ef57();})['finally'](()=>{this['stopProcessing'](),_0x39ef57();});});}['_parseAndNormalizeContent'](_0x3bb921,_0x112ffe=!0x1){const _0xa7e103=hs['exec'](_0x3bb921);_0x3bb921=_0xa7e103?_0x3bb921['substring'](_0xa7e103[0x1]['length']):_0x3bb921['length']<0x64&&!_0x112ffe?'':this['_stripMarkdownSyntax'](_0x3bb921);const _0x5198a1=this['_domParser']['parseFromString'](_0x3bb921,'text/html');if(_0xa7e103){const _0x10a4b1=Array['from'](_0x5198a1['body']['childNodes']);_0x10a4b1['reverse']();for(const _0x3674b0 of _0x10a4b1){if(_0x3674b0['nodeType']==Node['ELEMENT_NODE'])break;_0x3674b0['remove']();}}const _0x1de748=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x5198a1['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x1de748);const _0x516b78=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x37b871=this['editor']['data']['toModel'](_0x1de748);return _0x516b78||_0x37b871['markers']['clear'](),this['editor']['data']['stringify'](_0x37b871);}['_normalizeResponseHeadings'](_0x5c9da3){const _0x157e5e=new _0x876d75(this['editor']['editing']['view']['document']),_0xb0ef3e=new _0x1e8df8({'name':/^h[1-5]$/}),_0x96ffc3=[];let _0x58038d=!0x1;for(const _0x438462 of _0x5c9da3)_0x438462['is']('element')&&_0xb0ef3e['match'](_0x438462)&&(_0x96ffc3['push'](_0x438462),'h1'==_0x438462['name']&&(_0x58038d=!0x0));if(_0x58038d){for(const _0x5ced4b of _0x96ffc3)_0x157e5e['rename']('h'+(parseInt(_0x5ced4b['name'][0x1])+0x1),_0x5ced4b);}}['_isH1TagSupportEnabled'](){const {data:_0x422980,editing:_0x395786}=this['editor'],_0x492461=_0x422980['htmlProcessor']['toView']('<h1></h1>'),_0x200d42=_0x422980['toView'](_0x422980['toModel'](_0x492461));return!!_0x395786['view']['domConverter']['viewToDom'](_0x200d42)['querySelector']('h1');}['_sanitizeHTML'](_0x33bd46){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x33bd46),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x465920){const _0x122f78=_0x465920['trim']();return _0x122f78['startsWith']('```html')?_0x122f78['endsWith']('```')?_0x122f78['substring'](0x7,_0x122f78['length']-0x3):_0x122f78['substring'](0x7):_0x465920;}}const _={'REPLACE':'replace','INSERT':'insert'};class wr extends _0xf901f6{constructor(_0x32bb7f){super(_0x32bb7f),this['set']('isVisible',!0x1),this['set']('mainAction',_['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x201a40=>Yn(_0x32bb7f,'AI_'+_0x201a40['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Yn(_0x32bb7f,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Yn(_0x32bb7f,'Try\x20again')),this['stopButton']=this['_createButton'](Yn(_0x32bb7f,'Stop'));const _0x3f0ef5=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x3f0ef5['if']('isVisible','ck-hidden',_0x5e0610=>!_0x5e0610)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x5d6ab4,_0x2ede5d){const _0x44826f=new _0x290cbd(this['locale']);return _0x44826f['set']({'label':_0x5d6ab4,'class':_0x2ede5d||'','isVisible':!0x0,'withText':!0x0}),_0x44826f;}}class yr extends _0x3249c4{['contentFieldView'];['copyButtonView'];constructor(_0x25dd74,_0x3e5269=''){super(_0x25dd74),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x6ba5da=this['bindTemplate'];this['contentFieldView']=new $n(_0x25dd74,_0x3e5269),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x6ba5da['if']('isVisible','ck-hidden',_0x7e3f1f=>!_0x7e3f1f)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x6ba5da['if']('isProcessing','ck-ai-form__content-area--processing')]},'children':[this['contentFieldView'],{'tag':'div','attributes':{'class':['ck','ck-ai-form__copy-button-wrapper']},'children':[this['copyButtonView']]}]}]});}['render'](){super['render'](),this['value']&&this['contentFieldView']['setContent'](this['value']);let _0x42f790=!0x1;this['on']('change:value',(_0x14c554,_0x3881a1,_0x43f01d)=>{const _0xbd0dbc=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x43f01d),this['isProcessing']&&_0xbd0dbc&&!_0x42f790&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x5934f3,_0x5df853,_0x2d16a3)=>{_0x42f790=!0x1,_0x2d16a3?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x42f790=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x42f790=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x1f92fa=this['locale'],_0x431032=new _0x290cbd(this['locale']),_0x2e4591='ck-ai-form__copy-button';return _0x431032['set']({'label':Yn(_0x1f92fa,'Copy'),'icon':_0x2ff693,'class':_0x2e4591,'tooltip':!0x0}),_0x431032['bind']('isVisible')['to'](this,'value',_0x5ef964=>!!_0x5ef964),_0x431032['bind']('isEnabled')['to'](this,'isProcessing',_0xe1836c=>!_0xe1836c),_0x431032['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x431032['icon']=_0x1e5ca3,_0x431032['class']=_0x2e4591+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x431032['icon']=_0x2ff693,_0x431032['class']=_0x2e4591;},0x3e8);}),_0x431032;}['_copyHTMLToClipboard'](_0x49cec2){const {window:_0x59665c,document:_0x2473b8}=_0x31e929;if(_0x59665c['ClipboardItem']){const {Blob:_0x142c4f,ClipboardItem:_0x18ae77}=_0x59665c,_0x524d95=[new _0x18ae77({'text/html':new _0x142c4f([_0x49cec2['innerHTML']],{'type':'text/html'}),'text/plain':new _0x142c4f([_0x49cec2['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x524d95);}else{const _0x578c90=_0x2473b8['createElement']('div');_0x578c90['style']['position']='absolute',_0x578c90['style']['left']='-9999px',_0x578c90['innerHTML']='<span>[</span>'+_0x49cec2['innerHTML']+'<span>]</span>',_0x2473b8['body']['appendChild'](_0x578c90);const _0x51b609=_0x2473b8['createRange']();_0x51b609['setStartAfter'](_0x578c90['firstElementChild']),_0x51b609['setEndBefore'](_0x578c90['lastElementChild']);const _0x2000db=_0x59665c['getSelection']();_0x2000db['removeAllRanges'](),_0x2000db['addRange'](_0x51b609),_0x2473b8['execCommand']('copy'),_0x578c90['remove']();}}}class $n extends _0x3249c4{constructor(_0x11f5a0,_0x48ce9a=''){super(_0x11f5a0),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x48ce9a,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x38f30e){this['element']['innerHTML']=_0x38f30e;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x40c426=new _0x3249c4(),_0x1840e7=this['locale'],_0x588f57=new _0x1fde3a();return _0x588f57['isVisible']=!0x0,_0x40c426['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x588f57,{'text':Yn(_0x1840e7,'AI\x20is\x20writing...')}]}),_0x40c426['render'](),_0x40c426;}}class gr extends _0x3249c4{constructor(_0x103cd0,_0x412a15=''){super(_0x103cd0);const _0x44aa1e=new _0xf03b05(),_0xac8e0c=this['bindTemplate'];this['set']('text',_0x412a15),_0x44aa1e['content']=_0x33935c,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x44aa1e,{'text':_0xac8e0c['to']('text')}]});}}class Er extends _0xa69052{['submitButtonView'];['showHistoryButtonView'];constructor(_0x2a32eb,_0x3ee8f0){super(_0x2a32eb,_0x3ee8f0),this['queryView']['fieldView']['minRows']=0x1,this['queryView']['fieldView']['maxRows']=0x3,this['submitButtonView']=this['_createSubmitButton'](),this['showHistoryButtonView']=this['_createShowHistoryButton'](),this['focusableChildren']['add'](this['showHistoryButtonView'],0x1),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['showHistoryButtonView']),this['children']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x11d76b,_0x396b33)=>{_0x11d76b['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x396b33());});}['_createSubmitButton'](){const _0x5f5d86=new _0x290cbd(this['locale']),_0x24c630=this['locale'];return _0x5f5d86['set']({'icon':_0x55a39b,'label':Yn(_0x24c630,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x5f5d86['on']('execute',()=>{this['submit']();}),_0x5f5d86['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0xa280e6,_0x560014)=>!_0xa280e6&&_0x560014),_0x5f5d86;}['_createShowHistoryButton'](){const _0x2caa9b=new _0x290cbd(this['locale']),_0x2d1255=this['resultsView'],_0x353208=this['locale'];_0x2caa9b['set']({'label':Yn(_0x353208,'History'),'withText':!0x1,'icon':Nt,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x2caa9b['bind']('isOn')['to'](_0x2d1255,'isVisible'),_0x2caa9b['bind']('isEnabled')['to'](this,'isEnabled'),_0x2caa9b['on']('execute',()=>{_0x2d1255['isVisible']=!_0x2d1255['isVisible'],_0x2d1255['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x2ab741=()=>{_0x31e929['window']['requestAnimationFrame'](()=>{if(_0x2148f8(this['element'])){const _0x2e42c7=new _0x11a5d6(this['queryView']['fieldView']['element']),_0x1fe44c=_0x2e42c7['width'],_0x34a04d='rtl'===_0x353208['uiLanguageDirection']?'left':'right';_0x2e42c7['excludeScrollbarsAndBorders'](),_0x2caa9b['element']['style'][_0x34a04d]=_0x1fe44c-_0x2e42c7['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x2ab741),this['on']('render',_0x2ab741),_0x2caa9b;}['submit'](){const _0x3297c1=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x3297c1);}['focus'](_0x399407){-0x1===_0x399407?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class vr extends _0x36c9a6{['historyGroupView'];['clearHistoryButton'];constructor(_0x3e30bf){super(_0x3e30bf),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new _0x4bc919(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Yn(_0x3e30bf,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x52f980=0x0;for(const _0x374a77 of this['items'])_0x52f980+=_0x374a77['items']['length'];return{'resultsCount':_0x52f980,'totalItemsCount':_0x52f980};}['_createClearHistoryButton'](){const _0x5f4da3=this['locale'],_0x39fa8d=new _0x290cbd(this['locale']);return _0x39fa8d['set']({'label':'('+Yn(_0x5f4da3,'Clear')+')','withText':!0x0}),_0x39fa8d['on']('execute',()=>this['fire']('clearHistory')),_0x39fa8d;}}class Ar extends _0x36570a{constructor(_0x462506){super();const _0x57aad5=new _0x366752(),_0x3bf192=new _0x290cbd(this['locale'],_0x57aad5);this['children']['add'](_0x3bf192),_0x3bf192['set']({'label':_0x462506['prompt'],'withText':!0x0}),_0x3bf192['on']('execute',()=>{this['fire']('execute',{'value':_0x3c4eee(_0x462506['prompt'])});});}}const So='CKEditor/AIFormView/PromptHistory';class Pr extends _0x2afc13{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x3436da,_0x37dd15)=>{const _0x5bf90a=fo(_0x37dd15['prompt']);for(const _0x268641 of this)if(_0x268641!=_0x37dd15&&fo(_0x268641['prompt'])===_0x5bf90a){this['remove'](_0x268641);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x38171e=sessionStorage['getItem'](So)||'[]';this['addMany'](JSON['parse'](_0x38171e));}['_saveToSessionStorage'](){sessionStorage['setItem'](So,JSON['stringify'](this['map'](_0x4dc911=>_0x4dc911)));}}function fo(_0x481bf9){return _0x481bf9['toLowerCase']()['trim']();}class k extends _0x3249c4{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x56aee2,_0x65bdc1,_0x48d719=''){super(_0x56aee2),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',_['REPLACE']),this['_promptHistory']=new Pr(),this['errorView']=new gr(_0x56aee2),this['contentArea']=new yr(_0x56aee2,_0x48d719),this['contentArea']['bind']('isProcessing')['to'](this),this['contentArea']['bind']('value')['to'](this),this['toolbar']=this['_createToolbar'](),this['toolbar']['bind']('mainAction')['to'](this),this['promptView']=this['_createPromptView'](),this['focusTracker']=new _0x51df1c(),this['keystrokes']=new _0x3116d1(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new _0x504985({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['focusCycler']['chain'](this['promptView']['focusCycler']),this['promptView']['queryView']['fieldView']['bind']('value')['to'](this,'prompt');const _0xd92ddc=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x65bdc1],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0xd92ddc['if']('isError','ck-hidden',_0x1f4639=>!_0x1f4639)]},'children':[this['errorView']]},this['contentArea'],this['toolbar'],this['promptView']]}]});}['render'](){super['render'](),this['focusTracker']['add'](this['contentArea']['element']),this['focusTracker']['add'](this['contentArea']['copyButtonView']['element']),this['focusTracker']['add'](this['toolbar']['element']),this['focusTracker']['add'](this['promptView']['element']),this['keystrokes']['listenTo'](this['element']);}['focus'](_0x38a777=0x1){-0x1===_0x38a777?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['reset'](){this['prompt']='',this['value']='',this['isError']=!0x1,this['promptView']['reset'](),this['contentArea']['isVisible']=!0x1,this['toolbar']['isVisible']=!0x1;}['_createPromptView'](){const _0x4ad098=this['locale'],_0x4ccf80=new Er(_0x4ad098,{'queryView':{'label':Yn(_0x4ad098,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x227b28,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Yn(_0x4ad098,'Empty\x20history'),'secondary':Yn(_0x4ad098,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x4ccf80['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x34f271,_0x51b947)=>_0x34f271&&!_0x51b947),this['listenTo'](_0x4ccf80,'submit',(_0x3988a4,_0x1d1135)=>{this['prompt']=_0x1d1135;const _0x3c7d20=_0x3739ad(_0x1d1135);this['fire']('submitPrompt',_0x3c7d20),_0x1d1135['trim']()&&this['_promptHistory']['add']({'prompt':_0x3c7d20},0x0);},{'priority':'high'}),_0x4ccf80;}['_createHistoryView'](){const _0x1236f2=new vr(this['locale']);return _0x1236f2['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Ar),_0x1236f2['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x1236f2;}['_createToolbar'](){const _0x2df1d7=new wr(this['locale']);return _0x2df1d7['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x46aec5,_0x5e6c9d,_0x4c7c6b)=>_0x46aec5&&!_0x5e6c9d&&!!_0x4c7c6b),_0x2df1d7['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x2df1d7['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0xb2a071,_0x49bc47,_0xc7bdf1)=>_0xb2a071&&!_0x49bc47&&!!_0xc7bdf1),_0x2df1d7['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x2df1d7['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0xbff4dd,_0x3b92c1)=>_0xbff4dd&&!_0x3b92c1),_0x2df1d7['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x2df1d7['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x2df1d7['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x2df1d7;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x515b5f=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Yn(_0x515b5f,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x427365){const _0x135d07=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x427365||Yn(_0x135d07,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const w=globalThis['DataTransfer'];class n extends _0x523b53{['licenseKey'];['_licenseKeyCheckInterval'];['_dialog'];['_formView'];['_aiAdapter'];['_aiAssistantController'];['_uiCssClasses']='';static get['pluginName'](){return'AIAssistantUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0xa0c8e7,a,x,_0x3251e6];}constructor(_0x66d18f){super(_0x66d18f),_0x66d18f['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x66d18f['config']['define']('ai.assistant.contentAreaCssClass',''),_0x66d18f['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x66d18f['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x57f7e7}=this;this['_aiAdapter']=_0x57f7e7['plugins']['get'](x),this['_dialog']=_0x57f7e7['plugins']['get'](_0x3251e6),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x177c65=new E(_0x57f7e7,Array['from'](this['_commandDefinitions']['values']()));_0x57f7e7['commands']['add']('showAIAssistant',_0x177c65),_0x57f7e7['ui']['componentFactory']['add']('aiCommands',_0x146eef=>{const _0x2c5603=_0x1bd241(_0x146eef);return _0x2c5603['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x2c5603['buttonView']['set']({'label':Yn(_0x146eef,'AI\x20Commands'),'icon':_0x30e9c9,'tooltip':!0x0}),_0x2c5603['on']('execute',_0x1c297d=>this['_onExecute'](_0x1c297d['source']['id'])),_0x3b2bdf(_0x2c5603,_0x57f7e7['ui']['view']['body'],function(_0x5d505e){const _0x23c879=o(_0x5d505e['config']['get']('ai.assistant.commands'),_0x5d505e['locale']),_0x578a9d=U(_0x5d505e,_0x23c879)['filter'](_0x255f93=>_0x255f93['commands']['length']);if(0x1===_0x578a9d['length'])return U(_0x5d505e,_0x578a9d[0x0]['commands'])['map'](_0x4b78d6=>({'id':_0x4b78d6['id'],'label':_0x4b78d6['label']}));return _0x578a9d['map'](_0xbc4c5b=>{const {groupId:_0x53b613,groupLabel:_0x1e94ef,commands:_0x3fa192}=_0xbc4c5b,_0x1240c5=U(_0x5d505e,_0x3fa192)['map'](_0x47fdcb=>({'id':_0x47fdcb['id'],'label':_0x47fdcb['label']}));return{'id':_0x53b613,'menu':_0x1e94ef||_0x53b613,'children':_0x1240c5};});}(_0x57f7e7),{'ariaLabel':Yn(_0x146eef,'AI\x20Commands')}),_0x2c5603['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x177c65['on']('change:enabledCommandsIds',_0x254781),_0x2c5603['menuView']['once']('render',_0x254781),_0x2c5603;function _0x254781(){_0x2c5603['isEnabled']=_0x177c65['enabledCommandsIds']['length']>0x0;for(const _0x5604a9 of _0x2c5603['menuView']['buttons'])_0x5604a9['isEnabled']=_0x177c65['enabledCommandsIds']['includes'](_0x5604a9['id']);}}),_0x57f7e7['ui']['componentFactory']['add']('menuBar:aiCommands',_0x11b62a=>{const _0x43003e=new _0x252d57(_0x11b62a);_0x43003e['buttonView']['set']({'label':Yn(_0x11b62a,'AI\x20Commands'),'icon':_0x30e9c9}),_0x43003e['bind']('isEnabled')['to'](_0x177c65,'enabledCommandsIds',_0x51b092=>_0x51b092['length']>0x0);const _0x15b0fe=o(_0x57f7e7['config']['get']('ai.assistant.commands'),_0x11b62a);return this['_populateMenuBarMenu'](_0x177c65,_0x43003e,_0x15b0fe,_0x8bb74b=>this['_onExecute'](_0x8bb74b)),_0x43003e;}),_0x57f7e7['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x3e9688=this['_createAIAssistantUIButton'](_0x290cbd);return _0x3e9688['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x3e9688;}),_0x57f7e7['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x2b071d=this['_createAIAssistantUIButton'](_0x1854a6);return _0x2b071d['set']({'role':'menuitemcheckbox'}),_0x2b071d;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x466a64=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x57f608;for(const _0x34def9 in _0x466a64){const _0x5b32c7=_0x34def9,_0x4bc37b=_0x466a64[_0x5b32c7];if('aiLicenseKeyValid'==_0x4bc37b||'aiLicenseKeyInvalid'==_0x4bc37b||'aiLicenseKeyExpired'==_0x4bc37b||'aiLicenseKeyDomainLimit'==_0x4bc37b||'aiLicenseKeyNotAllowed'==_0x4bc37b||'aiLicenseKeyEvaluationLimit'==_0x4bc37b||'aiLicenseKeyTrialLimit'==_0x4bc37b||'aiLicenseKeyUsageLimit'==_0x4bc37b){delete _0x466a64[_0x5b32c7],_0x57f608=_0x4bc37b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x57f608&&_0x466a64['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x57f608&&_0x466a64['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x57f608&&_0x466a64['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x57f608&&_0x466a64['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x57f608&&_0x466a64['_showLicenseError']('evaluationLimit'),'aiLicenseKeyTrialLimit'==_0x57f608&&_0x466a64['_showLicenseError']('trialLimit'),'aiLicenseKeyUsageLimit'==_0x57f608&&_0x466a64['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x12d4b3='',_0x2ba13d='',_0x18faa3='custom'){const _0x4f309f=this['editor'],_0x3eaf73=_0x4f309f['editing']['view'],_0x6bb278=_0x4f309f['plugins']['get'](a),_0x3ca745=_0x4f309f['plugins']['get'](_0xa0c8e7);_0x6bb278['showFakeVisualSelection']();const _0x478c4e=new w(),_0x3738e9=new ClipboardEvent('copy',{'clipboardData':_0x478c4e}),_0x2d8fe7=new _0x53f5cd(_0x478c4e),_0x513176=new _0x3777ec(_0x3eaf73,_0x3738e9,{'dataTransfer':_0x2d8fe7});_0x3ca745['_forceMarkersCopy']('comment',()=>{_0x3eaf73['document']['fire']('copy',_0x513176);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new j(_0x4f309f,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x27e382=_0x2d8fe7['getData']('text/html');const _0x57fdf9=_0x4f309f['model']['document']['selection'],_0x5aefa6=Array['from'](_0x57fdf9['getRanges']());0x1===_0x5aefa6['length']&&_0x5aefa6[0x0]['isFlat']&&!_0x57fdf9['getSelectedElement']()&&''!==_0x27e382['replace'](/ /g,'')['trim']()&&(_0x27e382='<p>'+_0x27e382+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x18faa3,'query':_0x12d4b3,'htmlContent':_0x27e382,'label':_0x2ba13d,'mainActionLabel':_[_0x4f309f['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x3b7522,'title':Yn(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':_0x4320e4['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x6bb278['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x39b9bb=new Map(),_0x5cf292=o(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x22a990 of _0x5cf292)for(const _0x5c1e93 of _0x22a990['commands'])_0x39b9bb['set'](_0x5c1e93['id'],{..._0x5c1e93,'groupId':_0x22a990['groupId'],'groupLabel':_0x22a990['groupLabel']||_0x22a990['groupId']});return _0x39b9bb;}['_createAIAssistantUIButton'](_0x4be034){const _0x53558e=this['editor'],_0x575601=_0x53558e['commands']['get']('showAIAssistant'),_0x226d84=new _0x4be034(_0x53558e['locale']);return _0x226d84['set']({'label':Yn(_0x53558e['locale'],'AI\x20Assistant'),'icon':_0x3b7522,'isToggleable':!0x0}),_0x226d84['bind']('isEnabled')['to'](_0x575601),_0x226d84['bind']('isOn')['to'](this['_dialog'],'id',_0x28fedf=>'aiAssistant'===_0x28fedf),this['listenTo'](_0x226d84,'execute',()=>{_0x226d84['isOn']?this['hideUI']():_0x575601['execute']();}),_0x226d84;}['_initView'](){const _0x840add=this['editor']['plugins']['get'](a);this['_formView']=new k(this['editor']['locale'],this['_uiCssClasses'],this['editor']['config']['get']('ai.assistant.contentAreaCssClass')),this['_formView']['on']('change:value',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['_formView']['promptView']['queryView']['fieldView']['on']('update',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['listenTo'](this['_formView'],'replaceContent',()=>{_0x840add['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x840add['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0xd46320,ui:{ariaLiveAnnouncer:_0x15183d}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x350e2d,_0x1af52f,_0x49925b)=>{const _0x37da09=this['_aiAssistantController']['currentContext'];_0x49925b?_0x15183d['announce'](Yn(_0xd46320,'AI\x20is\x20writing')):_0x37da09&&_0x15183d['announce'](Yn(_0xd46320,'Generated\x20content:\x20%0',_0x37da09),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x31a38d,_0x4cc6d8,_0xb31111)=>{if(_0xb31111){const _0x137a59=this['_formView']['errorView']['text'];_0x15183d['announce'](Yn(_0xd46320,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x137a59));}});}['_onExecute'](_0x932a2d){const _0x2229e6=this['_commandDefinitions']['get'](_0x932a2d),_0x1168dd=this['editor'],_0x199b99=_0x1168dd['model']['document']['selection'],_0x4d01c2=_0x1168dd['commands']['get']('showAIAssistant'),_0x494a5f=_0x1168dd['plugins']['get'](a),_0x2c4671=''+(_0x2229e6['groupId']!==K?_0x2229e6['groupLabel']+':\x20':'')+_0x2229e6['label'];if(!0x1!==_0x2229e6['requiresContent']&&_0x199b99['isCollapsed']){const _0x2ecb70=_0x19de19(_0x199b99['getSelectedBlocks']())||_0x1168dd['model']['schema']['getLimitElement'](_0x199b99);_0x1168dd['model']['change'](_0x463174=>{_0x463174['setSelection'](_0x2ecb70,'in');});}_0x494a5f['showFakeVisualSelection'](),_0x4d01c2['execute'](_0x2229e6['prompt'],_0x2c4671,'command:'+_0x932a2d);}['_populateMenuBarMenu'](_0x35ad10,_0x4be3f5,_0x9c5b23,_0x6e0508){const _0x33ca9d=this['editor'],_0x4e61c9=_0x33ca9d['locale'],_0xc3061a=new _0x4dc9a7(_0x4e61c9),_0xf2b291=U(_0x33ca9d,_0x9c5b23)['filter'](_0x17d940=>_0x17d940['commands']['length']);0x1===_0xf2b291['length']?this['_getMenuBarGroupButtons']({'command':_0x35ad10,'commands':_0xf2b291[0x0]['commands'],'parentMenuView':_0x4be3f5,'onExecute':_0x6e0508})['forEach'](_0x4f8436=>_0xc3061a['items']['add'](_0x4f8436)):_0xf2b291['forEach'](({groupId:_0x129897,groupLabel:_0x5decc6,commands:_0x384354})=>{const _0x49e6da=new _0x514c3b(_0x4e61c9,_0x4be3f5),_0x25ac89=new _0x252d57(_0x4e61c9),_0x5bd4f5=new _0x4dc9a7(_0x4e61c9),_0x105eb1=this['_getMenuBarGroupButtons']({'command':_0x35ad10,'commands':_0x384354,'parentMenuView':_0x25ac89,'onExecute':_0x6e0508});_0x25ac89['buttonView']['set']({'label':_0x5decc6||_0x129897}),_0x25ac89['delegate']('execute')['to'](_0x4be3f5),_0x5bd4f5['items']['addMany'](_0x105eb1),_0x25ac89['panelView']['children']['add'](_0x5bd4f5),_0x49e6da['children']['add'](_0x25ac89),_0xc3061a['items']['add'](_0x49e6da);}),_0x4be3f5['panelView']['children']['add'](_0xc3061a);}['_getMenuBarGroupButtons']({command:_0x1d6b6f,commands:_0xd72802,parentMenuView:_0x43d5d7,onExecute:_0x1f8ab6}){const _0x2a339f=this['editor'],_0x5d721e=_0x2a339f['locale'];return U(_0x2a339f,_0xd72802)['map'](_0x127cb8=>{const _0x5c221f=new _0x514c3b(_0x5d721e,_0x43d5d7),_0x22281d=new _0x1854a6(_0x5d721e);return _0x22281d['set']({'label':_0x127cb8['label']}),_0x22281d['delegate']('execute')['to'](_0x43d5d7),_0x22281d['on']('execute',()=>_0x1f8ab6(_0x127cb8['id'])),_0x22281d['bind']('isEnabled')['to'](_0x1d6b6f,'enabledCommandsIds',_0x222e93=>_0x222e93['includes'](_0x127cb8['id'])),_0x5c221f['children']['add'](_0x22281d),_0x5c221f;});}}function T(_0x49f4a3,_0x575ebc){return void 0x0!==_0x49f4a3['order']&&void 0x0===_0x575ebc['order']?0x1:void 0x0===_0x49f4a3['order']&&void 0x0!==_0x575ebc['order']?-0x1:void 0x0!==_0x49f4a3['order']&&void 0x0!==_0x575ebc['order']?_0x49f4a3['order']-_0x575ebc['order']:0x0;}function U(_0x3172e9,_0x4bedd0){_0x4bedd0['sort'](T);const _0x171633={},_0x48af93=[];for(const _0x3a6c5d of _0x4bedd0)if(void 0x0!==_0x3a6c5d['order']){if(_0x3a6c5d['order']in _0x171633)throw new _0x2120c6('ai-commands-config-order-collision',_0x3172e9,{'conflictingDefinitions':[_0x3a6c5d,_0x171633[_0x3a6c5d['order']]]});_0x171633[_0x3a6c5d['order']]=_0x3a6c5d,_0x48af93['splice'](_0x3a6c5d['order'],0x0,_0x3a6c5d);}else _0x48af93['push'](_0x3a6c5d);return _0x48af93;}class qn extends _0x523b53{static get['requires'](){return[n,a];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x55244a){super(_0x55244a);const _0x4f95b9=_0x55244a['config'],_0x558c6a=_0x55244a['locale'];_0x4f95b9['define']('ai.assistant.preserveComments',!0x0),_0x4f95b9['define']('ai.assistant.commands',Qn(_0x558c6a)),_0x4f95b9['define']('ai.assistant.extraCommandGroups',[]),_0x4f95b9['define']('ai.assistant.removeCommands',[]);let _0x2b8e3c=o(_0x4f95b9['get']('ai.assistant.commands'),_0x558c6a);const _0x23d5dc=_0x4f95b9['get']('ai.assistant.extraCommandGroups'),_0x40fa3e=_0x4f95b9['get']('ai.assistant.removeCommands');_0x23d5dc['forEach'](_0x21fbfc=>{const _0x293b81=_0x2b8e3c['find'](_0x4e1ad2=>_0x4e1ad2['groupId']===_0x21fbfc['groupId']);_0x293b81?_0x293b81['commands']=_0x293b81['commands']['concat'](_0x21fbfc['commands']):_0x2b8e3c['push'](_0x21fbfc);}),_0x2b8e3c=_0x2b8e3c['filter'](_0x443532=>!_0x40fa3e['includes'](_0x443532['groupId'])),_0x2b8e3c['forEach'](_0xba1471=>{_0xba1471['commands']=_0xba1471['commands']['filter'](_0x7b0709=>!_0x40fa3e['includes'](_0x7b0709['id']));}),_0x4f95b9['set']('ai.assistant.commands',_0x2b8e3c);}}function Qn(_0x6ea79b){return[{'groupId':'editOrReview','groupLabel':Yn(_0x6ea79b,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Yn(_0x6ea79b,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Yn(_0x6ea79b,'Make\x20shorter'),'prompt':'Remove\x20any\x20repetitive,\x20redundant,\x20or\x20non-essential\x20writing\x20in\x20this\x20content\x20without\x20changing\x20the\x20meaning\x20or\x20losing\x20any\x20key\x20information.'},{'id':'makeLonger','label':Yn(_0x6ea79b,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Yn(_0x6ea79b,'Simplify\x20language'),'prompt':'Simplify\x20the\x20writing\x20style\x20of\x20this\x20content\x20and\x20reduce\x20the\x20complexity,\x20so\x20that\x20the\x20content\x20is\x20easy\x20to\x20understand.'}]},{'groupId':'generate','groupLabel':Yn(_0x6ea79b,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Yn(_0x6ea79b,'Summarize'),'prompt':'Summarize\x20this\x20content\x20into\x20one\x20paragraph\x20of\x20text.\x20Include\x20only\x20the\x20key\x20ideas\x20and\x20conclusions.\x20Keep\x20it\x20short.\x20Do\x20not\x20keep\x20original\x20text\x20formatting.'},{'id':'continue','label':Yn(_0x6ea79b,'Continue'),'prompt':'Start\x20with\x20the\x20provided\x20content\x20and\x20write\x20at\x20the\x20end\x20of\x20it\x20continuing\x20this\x20topic.\x20Keep\x20the\x20added\x20part\x20short.'}]},{'groupId':'changeTone','groupLabel':Yn(_0x6ea79b,'Change\x20tone'),'commands':[{'id':'professional','label':Yn(_0x6ea79b,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Yn(_0x6ea79b,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Yn(_0x6ea79b,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Yn(_0x6ea79b,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Yn(_0x6ea79b,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Yn(_0x6ea79b,'Change\x20style'),'commands':[{'id':'business','label':Yn(_0x6ea79b,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Yn(_0x6ea79b,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Yn(_0x6ea79b,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Yn(_0x6ea79b,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Yn(_0x6ea79b,'Translate'),'commands':[{'id':'translateEnglish','label':Yn(_0x6ea79b,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Yn(_0x6ea79b,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Yn(_0x6ea79b,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Yn(_0x6ea79b,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Yn(_0x6ea79b,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Yn(_0x6ea79b,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Yn(_0x6ea79b,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Yn(_0x6ea79b,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class pe extends _0x523b53{['abortController'];static get['requires'](){return[x];}constructor(_0x4cbffa){super(_0x4cbffa),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](x)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x161c0e){return this['sendRequest'](_0x161c0e)['catch'](_0x181a94=>{if(_0x181a94 instanceof tr)return Promise['reject'](_0x181a94);if('AbortError'==_0x181a94['name'])return Promise['resolve']();throw console['error'](_0x181a94),new _0x2120c6('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x176171,_0x212c02){const _0x41434d=this['editor']['locale'],_0x45a006={'Content-Type':'application/json'};if('object'==typeof _0x176171)Object['assign'](_0x45a006,_0x176171);else{if(_0x176171)try{const _0x70c65c=await _0x176171(_0x212c02);Object['assign'](_0x45a006,_0x70c65c);}catch{return Promise['reject'](new tr(Yn(_0x41434d,'AI_ERROR_GET_HEADERS')));}}return _0x45a006;}async['_prepareRequestParameters'](_0x48b36f,_0x2a2ed4){const _0x3fdcbf=this['editor']['locale'];if('object'==typeof _0x48b36f)return _0x48b36f;try{return await _0x48b36f(_0x2a2ed4);}catch{return Promise['reject'](new tr(Yn(_0x3fdcbf,'AI_ERROR_GET_PARAMETERS')));}}}class Xn extends pe{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x20da58){super(_0x20da58),_0x20da58['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x20da58['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x20da58['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x20da58['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x20da58['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x20da58['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x25517b,context:_0x966ddd,onData:_0x45ac6e,actionId:_0x176f8d}){const _0x5cef9d=this['editor']['locale'],_0x47b2f0=await this['prepareMessages'](_0x25517b,_0x966ddd,_0x176f8d),_0x240eaa=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x176f8d),_0x2e7425=await this['_prepareRequestParameters'](this['_requestParameters'],_0x176f8d),_0x2d601e={'messages':_0x47b2f0,..._0x2e7425},_0x55e078={'method':'POST','headers':_0x240eaa,'body':JSON['stringify'](_0x2d601e),'signal':this['abortController']['signal']},_0x127b28=await fetch(this['_apiUrl'],_0x55e078);if(_0x127b28['ok'])return _0x2e7425['stream']?await this['_readStreamableResponse'](_0x127b28,_0x45ac6e):await this['_readStaticResponse'](_0x127b28,_0x45ac6e),Promise['resolve']();{const _0x339c85=await _0x127b28['text']();return _0x339c85['includes']('context_length_exceeded')?Promise['reject'](new tr(Yn(_0x5cef9d,'AI_ERROR_CONTEXT_LENGTH'))):_0x339c85['includes']('Moderation')?Promise['reject'](new tr(Yn(_0x5cef9d,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x339c85));}}async['prepareMessages'](_0x21abdf,_0x4dacec,_0x2ea7b2){let _0x5e7470,_0x42d34e;return _0x4dacec?(_0x5e7470='Your\x20task\x20is\x20to\x20execute\x20the\x20instruction\x20using\x20the\x20provided\x20HTML\x20content.\x20Follow\x20the\x20instruction\x20closely.\x20Your\x20answer\x20must\x20be\x20a\x20properly\x20formatted\x20HTML\x20code.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x42d34e='Instruction:\x0a'+_0x21abdf+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x4dacec):(_0x5e7470='Your\x20task\x20is\x20to\x20generate\x20HTML\x20content\x20accordingly\x20to\x20the\x20given\x20instruction.\x20Never\x20include\x20<img>\x20tag\x20in\x20your\x20response\x20even\x20if\x20asked\x20for.\x20Your\x20answer\x20must\x20be\x20a\x20well-structured\x20and\x20properly\x20formatted\x20HTML\x20code.\x20Answer\x20only\x20with\x20the\x20generated\x20HTML\x20content.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x42d34e=_0x21abdf),[{'role':'system','content':_0x5e7470},{'role':'user','content':_0x42d34e}];}async['_readStreamableResponse'](_0x23ef24,_0x20dd45){const _0x507a73=_0x23ef24['body']['getReader'](),_0x5d0dff=new TextDecoder();let _0x246f3c='',_0x5e0925='',_0xd3e850='',_0x156aa4=!0x1;for(;!_0x156aa4;){const {done:_0x3b5dc3,value:_0xbd216b}=await _0x507a73['read'](),_0x42a4c7=_0x246f3c+_0x5d0dff['decode'](_0xbd216b);let _0x3f4b5c='';_0x156aa4=_0x3b5dc3;try{_0x3f4b5c=this['_cleanUpData'](_0x42a4c7),_0x246f3c='';}catch{_0x246f3c=_0x42a4c7;continue;}_0x5e0925+=_0x3f4b5c,!_0x156aa4&&this['_isBufferIncomplete'](_0x5e0925)||_0x5e0925&&(_0xd3e850+=_0x5e0925,_0x5e0925='',_0x20dd45(_0xd3e850));}return Promise['resolve']();}async['_readStaticResponse'](_0x56ff6c,_0x1986d5){return _0x1986d5((await _0x56ff6c['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x1b9dc6){const _0x323e51=_0x1b9dc6['split']('<')['length']!==_0x1b9dc6['split']('>')['length'],_0x562b84=_0x1b9dc6['length']<0x1e;return _0x323e51&&_0x562b84;}['_cleanUpData'](_0x8cfc9b){return _0x8cfc9b['split'](/\n(?![^{]*\})/g)['map'](_0x468e91=>_0x468e91['replace']('data:\x20',''))['filter'](_0x365e6d=>_0x365e6d&&_0x365e6d['length']>0x0&&'[DONE]'!==_0x365e6d)['map'](_0x1dcbac=>{const {choices:_0x53ae65}=JSON['parse'](_0x1dcbac);if(_0x53ae65[0x0]?.['delta']?.['content'])return _0x53ae65[0x0]['delta']['content'];})['filter'](_0x129793=>_0x129793)['join']('');}}class zn extends pe{['_apiUrl'];['_requestHeaders'];['_bedrockClientConfig'];['_requestParameters'];static get['pluginName'](){return'AWSTextAdapter';}constructor(_0xea11a2){super(_0xea11a2),_0xea11a2['config']['get']('ai.assistant.adapter.aws.requestParameters')||_0xea11a2['config']['define']('ai.assistant.adapter.aws.requestParameters',{'model':'anthropic.claude-v2','max_tokens_to_sample':0x7d0,'temperature':0x1,'top_p':0x1,'top_k':0xfa,'anthropic_version':'bedrock-2023-05-31','stream':!0x0}),this['_apiUrl']=_0xea11a2['config']['get']('ai.assistant.adapter.aws.apiUrl'),this['_bedrockClientConfig']=_0xea11a2['config']['get']('ai.assistant.adapter.aws.bedrockClientConfig'),this['_requestHeaders']=_0xea11a2['config']['get']('ai.assistant.adapter.aws.requestHeaders'),this['_requestParameters']=_0xea11a2['config']['get']('ai.assistant.adapter.aws.requestParameters');}async['sendRequest']({query:_0x4c6635,context:_0x5219e0,onData:_0x1e0d49,actionId:_0x3f546c}){const {model:_0x3cc52e,stream:_0x405c65,..._0x1ebb62}=await this['_prepareRequestParameters'](this['_requestParameters'],_0x3f546c),_0x28a030={'prompt':await this['preparePrompt'](_0x4c6635,_0x5219e0,_0x3cc52e,_0x3f546c),..._0x1ebb62};this['_apiUrl']?await this['_processProxyRequest'](_0x28a030,_0x3cc52e,_0x405c65,_0x1e0d49,_0x3f546c):await this['_processAWSRequest'](_0x28a030,_0x3cc52e,_0x405c65,_0x1e0d49);}async['preparePrompt'](_0x3a0d4b,_0x508480,_0x4ff43a,_0x2d0357){let _0x175002,_0x861c57;return _0x508480?(_0x175002='Your\x20task\x20is\x20to\x20execute\x20the\x20instruction\x20using\x20the\x20provided\x20HTML\x20content.\x20Follow\x20the\x20instruction\x20closely.\x20Your\x20answer\x20must\x20be\x20a\x20properly\x20formatted\x20HTML\x20code.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x861c57='Instruction:\x0a'+_0x3a0d4b+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x508480):(_0x175002='Your\x20task\x20is\x20to\x20generate\x20HTML\x20content\x20accordingly\x20to\x20the\x20given\x20instruction.\x20Never\x20include\x20<img>\x20tag\x20in\x20your\x20response\x20even\x20if\x20asked\x20for.\x20Your\x20answer\x20must\x20be\x20a\x20well-structured\x20and\x20properly\x20formatted\x20HTML\x20code.\x20Answer\x20only\x20with\x20the\x20generated\x20HTML\x20content.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x861c57=_0x3a0d4b),'meta.llama'==this['getModelFamily'](_0x4ff43a)?'<<SYS>>\x0a'+_0x175002+'\x0a<</SYS>>\x0a[INST]\x0a'+_0x861c57+'\x0a[/INST]':'Human:\x0a'+_0x175002+'\x0a'+_0x861c57+'\x0a\x0aAssistant:';}['getModelFamily'](_0x462037){if(/^anthropic\.claude/['test'](_0x462037))return'anthropic.claude';if(/^ai21\.j2/['test'](_0x462037))return'ai21.j2';if(/^cohere\.command/['test'](_0x462037))return'cohere.command';if(/^meta\.llama/['test'](_0x462037))return'meta.llama';throw new tr(Yn(this['editor']['locale'],'AI_ERROR_UNSUPPORTED_MODEL',_0x462037));}async['_processProxyRequest'](_0x107b2c,_0x9740af,_0x449b64,_0x4ea8fa,_0xabbb17){const _0x2bbd0f={'method':'POST','headers':await this['_prepareRequestHeaders'](this['_requestHeaders'],_0xabbb17),'body':JSON['stringify']({..._0x107b2c,'model':_0x9740af,'stream':_0x449b64}),'signal':this['abortController']['signal']},_0x134101=await fetch(this['_apiUrl'],_0x2bbd0f);_0x449b64?await this['_readStreamableResponse'](_0x134101,_0x9740af,_0x4ea8fa):await this['_readStaticResponse'](_0x134101,_0x9740af,_0x4ea8fa);}async['_processAWSRequest'](_0x2ce7bc,_0x1df126,_0x2a6acb,_0x5d99ae){const _0xc4e0b8=new _0x46e017(this['_bedrockClientConfig']),_0x3b885a={'body':JSON['stringify'](_0x2ce7bc),'contentType':'application/json','accept':'application/json','modelId':_0x1df126};let _0x3d39b1;if(_0x2a6acb){const _0x17105a=new _0x366721(_0x3b885a);_0x3d39b1=await _0xc4e0b8['send'](_0x17105a,{'abortSignal':this['abortController']['signal']}),await this['_readAsyncIterableResponse'](_0x3d39b1,_0x1df126,_0x5d99ae);}else{const _0x47c8c9=new _0x293e8(_0x3b885a);_0x3d39b1=await _0xc4e0b8['send'](_0x47c8c9,{'abortSignal':this['abortController']['signal']}),await this['_readStaticResponse'](_0x3d39b1,_0x1df126,_0x5d99ae);}}async['_readAsyncIterableResponse'](_0x2d31a3,_0x5a872a,_0x5ab4c1){const _0x14d6aa=_0x2d31a3['body'],_0x894a66=new TextDecoder('utf-8');let _0x1068cc='';for await(const _0x39b70a of _0x14d6aa)if(_0x39b70a['chunk']){const _0x392b95=_0x894a66['decode'](_0x39b70a['chunk']['bytes']),_0x5d42bb=JSON['parse'](_0x392b95);_0x1068cc+=this['_getGeneratedText'](_0x5d42bb,_0x5a872a),_0x5ab4c1(_0x1068cc);}return Promise['resolve']();}async['_readStreamableResponse'](_0x2e0aed,_0xa70734,_0x44c249){const _0x32e738=_0x2e0aed['body'],_0x2f1d20=new TextDecoder('utf-8'),_0xa1d5ff=_0x32e738['getReader']();let _0x27c0fe='',_0x3a2e44='',_0x3b5800=!0x1;for(;!_0x3b5800;){const {done:_0x12c78d,value:_0x4ddd8b}=await _0xa1d5ff['read']();if(_0x3b5800=_0x12c78d,_0x3b5800)break;const _0x2281c7=(_0x27c0fe+_0x2f1d20['decode'](_0x4ddd8b))['split']('\x0a')['map'](_0x56d799=>{try{return _0x27c0fe='',JSON['parse'](_0x56d799);}catch{return _0x27c0fe=_0x56d799,null;}})['filter'](_0x414dfc=>null!==_0x414dfc);_0x2281c7['length']&&(_0x3a2e44+=_0x2281c7['map'](_0x126d0=>this['_getGeneratedText'](_0x126d0,_0xa70734))['join'](''),_0x44c249(_0x3a2e44));}return Promise['resolve']();}async['_readStaticResponse'](_0x3e1291,_0x4a6c1b,_0x583cd0){let _0x242201;return _0x242201=_0x3e1291 instanceof Response?await _0x3e1291['json']():JSON['parse'](new TextDecoder('utf-8')['decode'](_0x3e1291['body'])),(_0x583cd0(this['_getGeneratedText'](_0x242201,_0x4a6c1b)),Promise['resolve']());}['_getGeneratedText'](_0x355ed7,_0x52bab4){switch(this['getModelFamily'](_0x52bab4)){case'anthropic.claude':return _0x355ed7['completion'];case'ai21.j2':return _0x355ed7['completions'][0x0]['data']['text'];case'cohere.command':return _0x355ed7['generations'][0x0]['text'];case'meta.llama':return _0x355ed7['generation'];}}}class Bs extends _0x290cbd{constructor(_0x19ba63,_0x28a108={}){super(_0x19ba63),this['isToggleable']=!0x0,this['set']('side',_0x28a108['side']||'top');const _0xb03e61=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',..._0x1b1674(_0x28a108['class']||[]),_0xb03e61['to']('side',_0x406c51=>'ck-tab-button_'+_0x406c51),_0xb03e61['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class Ps extends _0x3249c4{['children'];constructor(_0x116dca,_0x4c15ee={}){super(_0x116dca);const _0x490f37=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',..._0x1b1674(_0x4c15ee['class']||[]),_0x490f37['to']('class'),_0x490f37['if']('isVisible','ck-hidden',_0x3ee27d=>!_0x3ee27d)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ss extends _0x3249c4{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x210f21,_0x1d5108={}){super(_0x210f21),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x1d5108['side']||'top'),this['set']('isMaximized',!0x1);const _0x5ee257=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',..._0x1b1674(_0x1d5108['class']||[]),_0x5ee257['to']('side',_0x594fd8=>'ck-tabs_'+_0x594fd8),_0x5ee257['to']('class'),_0x5ee257['to']('isMaximized',_0x4c0691=>_0x4c0691?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x5ee257['to']('side',_0x265c0a=>'ck-tabs__buttons-container_'+_0x265c0a)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x5ee257['to']('side',_0x4840a9=>'ck-tabs__panels-container_'+_0x4840a9)]},'children':this['panelViews']},..._0x1b1674(_0x1d5108['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x590c64){const _0x16238a=this['_tabs']['get'](_0x590c64);return _0x16238a||null;}['addTab'](_0x4adbed){const _0x5df7fa=this['_setupButton']({'id':_0x4adbed['id'],'label':_0x4adbed['buttonLabel'],'icon':_0x4adbed['buttonIcon'],'order':_0x4adbed['order']}),_0x54bb1d=new Ps(this['locale']);return _0x54bb1d['render'](),_0x4adbed['content']&&_0x54bb1d['children']['add'](_0x4adbed['content']),this['panelViews']['add'](_0x54bb1d),this['_tabs']['set'](_0x4adbed['id'],{'button':_0x5df7fa,'panel':_0x54bb1d,'order':void 0x0!==_0x4adbed['order']?_0x4adbed['order']:null}),this['fire']('addTab:'+_0x4adbed['id'],{'id':_0x4adbed['id'],'button':_0x5df7fa,'panel':_0x54bb1d}),null===this['activeTab']?this['activateTab'](_0x4adbed['id']):this['_hidePanel'](_0x4adbed['id']),{'button':_0x5df7fa,'panel':_0x54bb1d};}['activateTab'](_0x3ccf0c){if(null!==_0x3ccf0c&&!this['getTab'](_0x3ccf0c))throw new _0x2120c6('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x3ccf0c});this['activeTab']!==_0x3ccf0c&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x3ccf0c,_0x3ccf0c&&this['_showPanel'](_0x3ccf0c),this['fire']('activateTab:'+_0x3ccf0c,_0x3ccf0c));}['showTab'](_0x537d8d){if(!this['getTab'](_0x537d8d))throw new _0x2120c6('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x537d8d});this['_showPanel'](_0x537d8d),this['_showButton'](_0x537d8d),this['fire']('show:'+_0x537d8d,_0x537d8d);}['hideTab'](_0x197853){if(!this['getTab'](_0x197853))throw new _0x2120c6('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x197853});const _0x5d5fc7=this['activeTab'];this['_hidePanel'](_0x197853),this['_hideButton'](_0x197853);const _0x4e9c68=this['getTabIds']();_0x5d5fc7===_0x197853&&_0x4e9c68['length']>0x1&&this['activateTab'](_0x4e9c68['find'](_0x3d7051=>_0x3d7051!==_0x197853)),this['fire']('hide:'+_0x197853,_0x197853);}['_getPanel'](_0x35dc08){const _0xf81803=this['_tabs']['get'](_0x35dc08);return _0xf81803?_0xf81803['panel']:null;}['_showPanel'](_0x3423c2){null!==this['activeTab']&&this['activeTab']!==_0x3423c2||this['_getPanel'](_0x3423c2)['show']();}['_hidePanel'](_0x3e4c1c){const _0x46ae61=this['_getPanel'](_0x3e4c1c);_0x46ae61['isVisible']&&(this['activeTab']===_0x3e4c1c&&(this['activeTab']=null),_0x46ae61['hide']());}['_getButton'](_0x500085){const _0x2475fa=this['_tabs']['get'](_0x500085);return _0x2475fa?_0x2475fa['button']:null;}['_showButton'](_0x4371c8){this['_getButton'](_0x4371c8)['show']();}['_hideButton'](_0x3b48f5){this['_getButton'](_0x3b48f5)['hide']();}['_setupButton'](_0x2349b0){const _0x386ed2=new Bs(this['locale'],{'side':this['side']}),_0x589e07=this['buttonViews'];if(_0x386ed2['set']({'label':_0x2349b0['label'],'icon':_0x2349b0['icon'],'tooltip':!0x0,'withText':!0x0}),_0x386ed2['bind']('isOn')['to'](this,'activeTab',_0x42f800=>_0x42f800===_0x2349b0['id']),_0x386ed2['bind']('side')['to'](this,'side'),_0x2349b0['order']){const _0x3090a4=[...this['_tabs']]['reduce']((_0x5ea071,_0x25c070)=>{const _0x36e106=_0x25c070[0x0],{order:_0x57287d}=_0x25c070[0x1];return!_0x57287d||_0x57287d>_0x2349b0['order']?_0x5ea071:_0x57287d>=_0x5ea071['order']?{'id':_0x36e106,'order':_0x57287d}:_0x5ea071;},{'id':'','order':0x0}),_0x454574=_0x589e07['getIndex'](this['_getButton'](_0x3090a4['id']));_0x589e07['add'](_0x386ed2,_0x454574+0x1);}else _0x589e07['add'](_0x386ed2);return _0x386ed2['on']('execute',()=>{this['activateTab'](_0x2349b0['id']);}),_0x386ed2;}}const pi=['overlay','sidebar','custom'],di=['left','right'];class ui extends ss{constructor(_0x1e162e,_0x27cf89={}){super(_0x1e162e,_0x27cf89),this['set']('type',_0x27cf89['type']||'sidebar'),this['set']('side',_0x27cf89['side']||'right'),this['set']('isVisible',_0x27cf89['visibleByDefault']??!0x0);const _0x400027=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x400027['if']('type','ck-ai-tabs__overlay',_0x348c4d=>'overlay'===_0x348c4d),_0x400027['if']('type','ck-ai-tabs__sidebar',_0x2fd042=>'sidebar'===_0x2fd042),_0x400027['if']('isVisible','ck-hidden',_0x2f434a=>!_0x2f434a)]}}),this['buttonViews']['on']('add',(_0x345b4b,_0x50d573)=>{_0x50d573['set']('withText',!0x1);});}}class Ct extends _0x3e59e0{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d78c8){super(_0x4d78c8);const _0x32bdfd=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x32bdfd)throw new _0x2120c6('ai-tabs-configuration-not-found');if(void 0x0!==_0x32bdfd['showResizeButton']&&(this['showResizeButton']=_0x32bdfd['showResizeButton']),'sidebar'!==_0x32bdfd['type']&&'overlay'!==_0x32bdfd['type']||_0x32bdfd['side']&&(this['side']=_0x32bdfd['side']),'sidebar'===_0x32bdfd['type']){if(this['container']=_0x32bdfd['element'],this['set']('type','sidebar'),!this['container'])throw new _0x2120c6('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x32bdfd['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new ui(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':void 0x0===_0x32bdfd['visibleByDefault']||_0x32bdfd['visibleByDefault']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof pt&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x4cb395){if(_0x4cb395&&this['type']!==_0x4cb395){if(!pi['includes'](_0x4cb395))throw new _0x2120c6('ai-tabs-unsupported-ui-type');this['type']=_0x4cb395;}}['switchSide'](_0x5cbbc8){if(_0x5cbbc8&&this['side']!==_0x5cbbc8){if(!di['includes'](_0x5cbbc8))throw new _0x2120c6('ai-tabs-unsupported-ui-side');this['side']=_0x5cbbc8;}}['resize'](){this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class R extends _0x3e59e0{['_apiUrl'];['_token'];['_decoder'];static get['requires'](){return['CloudServices'];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d8b4d){super(_0x4d8b4d),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl'),this['_token']=null,this['_decoder']=new TextDecoder();}['init'](){const _0x32744f=this['context']['plugins']['get']('CloudServices');if(!_0x32744f['token'])throw new _0x2120c6('ai-missing-token',this);this['_token']=_0x32744f['token'];}['startConversation'](_0x2c5bbe,_0x2836ba){const _0x275b33=this['_sendApiRequest']('/conversations','POST',{'id':_0x2c5bbe,'group':_0x2836ba});return{'getConversation':async()=>(await _0x275b33['request'])['json'](),'abortController':_0x275b33['abortController']};}['queryAssistant']({message:_0x5994fa,conversationId:_0x11081d,parts:_0x1d7a5c,capabilities:_0x188da3,model:_0x1a9d14,quickActionData:_0x597bb4}){const _0x420fec={..._0x597bb4&&{'quickActionData':_0x597bb4}},_0x1307ab={'prompt':_0x5994fa,'content':_0x1d7a5c,'model':_0x1a9d14,..._0x188da3&&{'capabilities':_0x188da3},...Object['keys'](_0x420fec)['length']>0x0&&{'attributes':_0x420fec}},_0x1181c4=this['_sendApiRequest']('/conversations/'+_0x11081d+'/messages','POST',_0x1307ab);return{'getStream':async()=>{const _0x40da73=(await _0x1181c4['request'])['body'];return this['_getStreamReader'](_0x40da73);},'abortController':_0x1181c4['abortController']};}['executeCustomAction']({content:_0x3e1b1c,message:_0x10054e,model:_0x242886,outputFormat:_0x109cd5}){const _0x4da111={'content':[{'type':'text','content':_0x3e1b1c}],'prompt':_0x10054e,'model':_0x242886,'outputFormat':_0x109cd5},_0x183c12=this['_sendApiRequest']('/actions/custom/calls','POST',_0x4da111);return{'getStream':async()=>{const _0x23bcc5=(await _0x183c12['request'])['body'];return this['_getStreamReader'](_0x23bcc5);},'abortController':_0x183c12['abortController']};}['executeAction']({actionName:_0x2300fc,content:_0x17bb45,args:_0x516bdc}){const _0x4e27fd={'content':[{'type':'text','content':_0x17bb45}],'args':_0x516bdc},_0x4cadd9=this['_sendApiRequest']('/actions/system/'+_0x2300fc+'/calls','POST',_0x4e27fd);return{'getStream':async()=>{const _0x162945=(await _0x4cadd9['request'])['body'];return this['_getStreamReader'](_0x162945);},'abortController':_0x4cadd9['abortController']};}['uploadFile'](_0x3170ed,_0x4d53f6,_0x111487){const _0x78b46e=new FormData();_0x78b46e['append']('file',_0x4d53f6,_0x4d53f6['name']),_0x111487&&_0x78b46e['append']('attributes',JSON['stringify'](_0x111487));const _0x3e9013=this['_sendApiRequest']('/conversations/'+_0x3170ed+'/files','POST',_0x78b46e);return{'getId':async()=>(await _0x3e9013['request'])['json'](),'abortController':_0x3e9013['abortController']};}['fetchDocument'](_0x3a8cca,_0x3212f0){const _0x106d01=this['_sendApiRequest']('/conversations/'+_0x3a8cca+'/documents/'+_0x3212f0,'GET');return{'getDocument':async()=>(await _0x106d01['request'])['json'](),'abortController':_0x106d01['abortController']};}['uploadDocument'](_0x581a32,_0x400fa4,_0x551bbe){const _0x4da85d={'content':_0x400fa4};_0x551bbe&&(_0x4da85d['attributes']=_0x551bbe);const _0x769d34=this['_sendApiRequest']('/conversations/'+_0x581a32+'/documents','POST',_0x4da85d);return{'getId':async()=>(await _0x769d34['request'])['json'](),'abortController':_0x769d34['abortController']};}['fetchConversations'](_0x4d1b94,_0x1c8f24){const _0x266a3a=new URLSearchParams();_0x266a3a['append']('excludeEmpty','true'),_0x266a3a['append']('limit','100'),_0x266a3a['append']('group',_0x4d1b94),_0x1c8f24&&_0x266a3a['append']('search',_0x1c8f24);const _0x161c2=this['_sendApiRequest']('/conversations?'+_0x266a3a['toString'](),'GET');return{'getConversations':async()=>{const _0x3a0dd3=await _0x161c2['request'];return(await _0x3a0dd3['json']())['items'];},'abortController':_0x161c2['abortController']};}['deleteConversation'](_0x368306){const _0xbfecf0=this['_sendApiRequest']('/conversations/'+_0x368306,'DELETE');return{'execute':async()=>{await _0xbfecf0['request'];},'abortController':_0xbfecf0['abortController']};}['updateConversation'](_0x490f81,_0x560b5a){const _0x2aacbe=this['_sendApiRequest']('/conversations/'+_0x490f81,'PATCH',_0x560b5a);return{'getResult':async()=>(await _0x2aacbe['request'],_0x560b5a),'abortController':_0x2aacbe['abortController']};}['fetchConversation'](_0x21fe02){const _0x39ab2b=this['_sendApiRequest']('/conversations/'+_0x21fe02,'GET');return{'getConversation':async()=>(await _0x39ab2b['request'])['json'](),'abortController':_0x39ab2b['abortController']};}['fetchConversationMessages'](_0x460762){const _0x34187e=this['_sendApiRequest']('/conversations/'+_0x460762+'/messages','GET');return{'getMessages':async()=>{const _0x562781=await _0x34187e['request'];return(await _0x562781['json']())['items'];},'abortController':_0x34187e['abortController']};}['uploadUrl'](_0x30e21c,_0x265b74,_0x2c4c5a){const _0x3f0da7=this['_sendApiRequest']('/conversations/'+_0x30e21c+'/web-resources','POST',{'url':_0x265b74,'attributes':_0x2c4c5a});return{'getId':async()=>(await _0x3f0da7['request'])['json'](),'abortController':_0x3f0da7['abortController']};}['getModels'](){const _0x342f88=this['_sendApiRequest']('/models/1','GET');return{'list':async()=>await(await _0x342f88['request'])['json'](),'abortController':_0x342f88['abortController']};}['deleteFile'](_0x58d2ec,_0x3ff5f2){const _0x3f5bb0=this['_sendApiRequest']('/conversations/'+_0x58d2ec+'/files/'+_0x3ff5f2,'DELETE');return{'execute':async()=>{await _0x3f5bb0['request'];},'abortController':_0x3f5bb0['abortController']};}['deleteDocument'](_0x32f558,_0x4b0e0e){const _0x52458b=this['_sendApiRequest']('/conversations/'+_0x32f558+'/documents/'+_0x4b0e0e,'DELETE');return{'execute':async()=>{await _0x52458b['request'];},'abortController':_0x52458b['abortController']};}['deleteWebResource'](_0x475087,_0x43237a){const _0x47dab6=this['_sendApiRequest']('/conversations/'+_0x475087+'/web-resources/'+_0x43237a,'DELETE');return{'execute':async()=>{await _0x47dab6['request'];},'abortController':_0x47dab6['abortController']};}['callSystemReview']({reviewName:_0x28dabe,content:_0x2549ee,args:_0x44b861}){const _0x2ea987=this['_sendApiRequest']('/reviews/system/'+_0x28dabe+'/calls','POST',{'content':[{'type':'text','content':_0x2549ee}],'args':_0x44b861});return{'getStream':async()=>{const _0x1638d2=(await _0x2ea987['request'])['body'];return this['_getStreamReader'](_0x1638d2);},'abortController':_0x2ea987['abortController']};}['callCustomReview']({content:_0x2a8f02,prompt:_0x50f272,model:_0x50f57a}){const _0x4529f8=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x2a8f02}],'prompt':_0x50f272,'model':_0x50f57a});return{'getStream':async()=>{const _0x5a3ed6=(await _0x4529f8['request'])['body'];return this['_getStreamReader'](_0x5a3ed6);},'abortController':_0x4529f8['abortController']};}['upsertAIChatRating'](_0x516000,_0x4ca14d,_0x5b11b9){const _0x2f45ee=this['_sendApiRequest']('/conversations/'+_0x516000+'/messages/'+_0x4ca14d+'/ratings','PUT',{'positiveCount':_0x5b11b9['positiveCount'],'totalCount':_0x5b11b9['totalCount'],'modificationId':_0x5b11b9['modificationId']});return{'execute':async()=>{await _0x2f45ee['request'];},'abortController':_0x2f45ee['abortController']};}['upsertAIActionRating'](_0x130f13,_0xe7b9d4,_0x4d1c99){const _0x27d99e=this['_sendApiRequest']('/actions/system/'+_0x130f13+'/calls/'+_0xe7b9d4+'/ratings','PUT',{'positiveCount':_0x4d1c99['positiveCount'],'totalCount':_0x4d1c99['totalCount']});return{'execute':async()=>{await _0x27d99e['request'];},'abortController':_0x27d99e['abortController']};}['upsertCustomAIActionRating'](_0x287b80,_0x324c7e){const _0x6d7456=this['_sendApiRequest']('/actions/custom/calls/'+_0x287b80+'/ratings','PUT',{'positiveCount':_0x324c7e['positiveCount'],'totalCount':_0x324c7e['totalCount']});return{'execute':async()=>{await _0x6d7456['request'];},'abortController':_0x6d7456['abortController']};}['upsertAIReviewRating'](_0x39c783,_0x27e992,_0x1565b5,_0xe8efc3){const _0xc2c6ee=this['_sendApiRequest']('/reviews/system/'+_0x39c783+'/calls/'+_0x27e992+'/ratings','PUT',{'positiveCount':_0x1565b5['positiveCount'],'totalCount':_0x1565b5['totalCount'],'dataId':_0xe8efc3});return{'execute':async()=>{await _0xc2c6ee['request'];},'abortController':_0xc2c6ee['abortController']};}['upsertCustomAIReviewRating'](_0x404dc5,_0x43aab9,_0x2b4051){const _0x2a428a=this['_sendApiRequest']('/reviews/custom/calls/'+_0x404dc5+'/ratings','PUT',{'positiveCount':_0x43aab9['positiveCount'],'totalCount':_0x43aab9['totalCount'],'dataId':_0x2b4051});return{'execute':async()=>{await _0x2a428a['request'];},'abortController':_0x2a428a['abortController']};}['_sendApiRequest'](_0x5b4935,_0x209b33,_0x937ca1){const _0x5588c3=new AbortController(),_0x142c14=_0x937ca1 instanceof FormData,_0x447c8b={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0x937ca1&&!_0x142c14&&(_0x447c8b['Content-Type']='application/json');const _0x1abf79={'method':_0x209b33,'headers':_0x447c8b,'signal':_0x5588c3['signal']};return _0x937ca1&&(_0x1abf79['body']=_0x142c14?_0x937ca1:JSON['stringify'](_0x937ca1)),{'request':fetch(''+this['_apiUrl']+_0x5b4935,_0x1abf79)['catch'](_0x259522=>{this['_handleError'](_0x259522);})['then'](_0x4fead5=>{if(!_0x4fead5['ok'])throw new _0x2120c6('ai-request-failed',this,{'url':this['_apiUrl'],'path':_0x5b4935,'method':_0x209b33,'body':_0x937ca1,'status':(_0x4fead5||{})['status'],'statusText':(_0x4fead5||{})['statusText']});return _0x4fead5;}),'abortController':_0x5588c3};}async*['_getStreamReader'](_0x51f89a){const _0x35d91f=[],_0x230fa5=_0x51f89a['getReader'](),_0x520f03=$t({'onError':_0x16de33=>{this['_handleError'](_0x16de33);},'onEvent':_0x56a782=>{_0x56a782['data']=JSON['parse'](_0x56a782['data']),_0x35d91f['push'](_0x56a782);}});try{let _0x2a3feb=!0x1;for(;!_0x2a3feb;){const {done:_0x3e4482,value:_0x298089}=await _0x230fa5['read']();_0x3e4482&&(_0x2a3feb=!0x0),_0x520f03['feed'](this['_decoder']['decode'](_0x298089,{'stream':!0x0})),yield*_0x35d91f,_0x35d91f['length']=0x0;}}catch(_0x6e50ce){this['_handleError'](_0x6e50ce);}finally{_0x230fa5['releaseLock'](),_0x520f03['reset']();}}['_handleError'](_0x1c0ab2){if(_0x1c0ab2 instanceof _0x2120c6)throw _0x1c0ab2;if(_0x1c0ab2 instanceof Error&&'AbortError'===_0x1c0ab2['name'])throw new _0x2120c6('ai-request-aborted',this,{'originalError':_0x1c0ab2});throw new _0x2120c6('ai-request-failed',this,{'originalError':_0x1c0ab2});}}function i(_0x50de52,_0xa8d8d4,_0x3b02e1){const t=_0x50de52['t'];switch(_0xa8d8d4){case'AI_SUGGESTION_HEADER_TITLE':return t({'id':'AI_SUGGESTION_HEADER_TITLE','string':'Proposed\x20changes'});case'AI_SUGGESTION_BUTTON_SHOW_CHANGES':return t({'id':'AI_SUGGESTION_BUTTON_SHOW_CHANGES','string':'Show\x20details'});case'AI_MINI_TOOLBAR_LIKE':return t({'id':'AI_MINI_TOOLBAR_LIKE','string':'I\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_DISLIKE':return t({'id':'AI_MINI_TOOLBAR_DISLIKE','string':'I\x20don\x27t\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_COPY':return t({'id':'AI_MINI_TOOLBAR_COPY','string':'Copy\x20to\x20clipboard'});case'AI_SUGGESTION_CONTENT_PART_TITLE':return t({'id':'AI_SUGGESTION_CONTENT_PART_TITLE','string':'Change\x20%0'},_0x3b02e1);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_OUTDATED','string':'Change\x20is\x20outdated'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT':return t({'id':'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT','string':'Preview'});case'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION','string':'Insert\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_DELETE':return t({'id':'AI_SUGGESTION_CONTENT_PART_DELETE','string':'Reject'});case'AI_SUGGESTION_CONTENT_PART_REMOVED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REMOVED','string':'Removed\x20content.\x20Use\x20\x22Show\x20details\x22\x20to\x20learn\x20more.'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi,\x20I\x27m\x20your\x20AI\x20assistant.\x20Think\x20of\x20me\x20as\x20your\x20writing\x20buddy,\x20reviewer,\x20or\x20research\x20partner.\x20I\x20can\x20suggest\x20changes\x20to\x20your\x20document,\x20help\x20generate\x20ideas,\x20offer\x20feedback,\x20discuss\x20attached\x20files,\x20and\x20much\x20more!'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'The\x20request\x20was\x20aborted.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0x3b02e1);case'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES','string':'Unable\x20to\x20load\x20resources\x20from\x20%0.\x20Please\x20try\x20again.'},_0x3b02e1);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_SEARCH_WEB':return t({'id':'AI_CHAT_SEARCH_WEB','string':'Web\x20search'});case'AI_CHAT_ENABLE_WEB_SEARCH':return t({'id':'AI_CHAT_ENABLE_WEB_SEARCH','string':'Enable\x20web\x20search'});case'AI_CHAT_DISABLE_WEB_SEARCH':return t({'id':'AI_CHAT_DISABLE_WEB_SEARCH','string':'Disable\x20web\x20search'});case'AI_CHAT_REASONING':return t({'id':'AI_CHAT_REASONING','string':'Reasoning'});case'AI_CHAT_ENABLE_REASONING':return t({'id':'AI_CHAT_ENABLE_REASONING','string':'Enable\x20reasoning'});case'AI_CHAT_DISABLE_REASONING':return t({'id':'AI_CHAT_DISABLE_REASONING','string':'Disable\x20reasoning'});case'AI_CHAT_COMMANDS':return t({'id':'AI_CHAT_COMMANDS','string':'Commands'});case'AI_CHAT_SEARCH_RESOURCES':return t({'id':'AI_CHAT_SEARCH_RESOURCES','string':'Search\x20resources'});case'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','string':'Back\x20to\x20context\x20options'});case'AI_CHAT_CONTEXT_URL_ADD_URL':return t({'id':'AI_CHAT_CONTEXT_URL_ADD_URL','string':'Add\x20URL'});case'AI_CHAT_CONTEXT_URL_PLACEHOLDER':return t({'id':'AI_CHAT_CONTEXT_URL_PLACEHOLDER','string':'Add\x20URL...'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL','string':'Failed\x20to\x20upload\x20URL:\x20%0.\x20Please\x20try\x20again.'},_0x3b02e1);case'AI_CHAT_CONTEXT_INVALID_DATA':return t({'id':'AI_CHAT_CONTEXT_INVALID_DATA','string':'Invalid\x20context\x20data\x20type\x20for\x20the\x20selected\x20resource.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE','string':'Unsupported\x20resource\x20type.\x20Only\x20files\x20and\x20URLs\x20are\x20supported.'});case'AI_CHAT_CONTEXT_URL_EMPTY_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_EMPTY_ERROR','string':'URL\x20cannot\x20be\x20empty.'});case'AI_CHAT_CONTEXT_URL_INVALID_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_INVALID_ERROR','string':'Please\x20enter\x20a\x20valid\x20URL.'});case'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR','string':'AI\x20is\x20preparing\x20a\x20response...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH','string':'AI\x20is\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REASONING','string':'AI\x20is\x20using\x20reasoning\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING','string':'AI\x20is\x20using\x20reasoning\x20and\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','string':'Scanned\x20the\x20internet\x20for\x20insights'});case'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','string':'AI\x20used\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','string':'AI\x20used\x20search\x20and\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR','string':'Ask\x20AI\x20anything...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH','string':'Ask\x20AI\x20anything\x20(web\x20search\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING','string':'Ask\x20AI\x20anything\x20(reasoning\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING','string':'Ask\x20AI\x20anything\x20(web\x20search\x20and\x20reasoning\x20enabled)...'});case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT','string':'Preview','plural':'Preview'},_0x3b02e1);case'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP','string':'Show\x20change\x20in\x20the\x20document','plural':'Show\x20changes\x20in\x20the\x20document'},_0x3b02e1);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION','string':'Suggest','plural':'Suggest'},_0x3b02e1);case'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP','string':'Insert\x20change\x20as\x20suggestion','plural':'Insert\x20changes\x20as\x20suggestions'},_0x3b02e1);case'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL','string':'Apply','plural':'Apply\x20all'},_0x3b02e1);case'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP','string':'Apply\x20changes\x20immediately','plural':'Apply\x20all\x20changes\x20immediately'},_0x3b02e1);case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x3b02e1);case'AI_CHAT_MODEL_SELECTOR_GROUP':return t({'id':'AI_CHAT_MODEL_SELECTOR_GROUP','string':'Models'});case'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP','string':'Select\x20a\x20model'});case'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP','string':'Start\x20a\x20new\x20conversation\x20to\x20change\x20the\x20model'});case'AI_CHAT_CAPABILITIES_YES':return t({'id':'AI_CHAT_CAPABILITIES_YES','string':'Yes'});case'AI_CHAT_CAPABILITIES_NO':return t({'id':'AI_CHAT_CAPABILITIES_NO','string':'No'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT','string':'The\x20selected\x20model\x20is\x20no\x20longer\x20available,\x20so\x20you\x20cannot\x20continue\x20this\x20conversation.\x20Please\x20'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON','string':'start\x20a\x20new\x20one.'});case'AI_CHAT_CONTEXT_SOURCES_LABEL':return t({'id':'AI_CHAT_CONTEXT_SOURCES_LABEL','string':'Sources'});case'AI_CHAT_HISTORY_HEADING':return t({'id':'AI_CHAT_HISTORY_HEADING','string':'Chat\x20History'});case'AI_CHAT_HISTORY_SEARCH_LABEL':return t({'id':'AI_CHAT_HISTORY_SEARCH_LABEL','string':'Search\x20history'});case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY','string':'No\x20chats\x20were\x20found\x20matching\x20\x22%0\x22.'},_0x3b02e1);case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY','string':'Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.'});case'AI_CHAT_HISTORY_EMPTY_MESSAGE':return t({'id':'AI_CHAT_HISTORY_EMPTY_MESSAGE','string':'Your\x20chat\x20history\x20for\x20current\x20document\x20will\x20appear\x20here.'});case'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON':return t({'id':'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON','string':'Go\x20to\x20chat'});case'AI_CHAT_HISTORY_PIN_BUTTON':return t({'id':'AI_CHAT_HISTORY_PIN_BUTTON','string':'Pin'});case'AI_CHAT_HISTORY_SHOW_MORE_ITEMS':return t({'id':'AI_CHAT_HISTORY_SHOW_MORE_ITEMS','string':'Show\x20more\x20items'});case'AI_CHAT_HISTORY_EDIT_NAME':return t({'id':'AI_CHAT_HISTORY_EDIT_NAME','string':'Edit\x20name'});case'AI_CHAT_HISTORY_REMOVE':return t({'id':'AI_CHAT_HISTORY_REMOVE','string':'Remove'});case'AI_CHAT_HISTORY_REMOVE_CONFIRM':return t({'id':'AI_CHAT_HISTORY_REMOVE_CONFIRM','string':'Do\x20you\x20want\x20to\x20remove\x20this\x20chat?'});case'AI_CHAT_HISTORY_ACCEPT':return t({'id':'AI_CHAT_HISTORY_ACCEPT','string':'Accept'});case'AI_CHAT_HISTORY_CANCEL':return t({'id':'AI_CHAT_HISTORY_CANCEL','string':'Cancel'});case'AI_CHAT_HISTORY_LOADING_REMOVING':return t({'id':'AI_CHAT_HISTORY_LOADING_REMOVING','string':'Removing\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_RENAMING':return t({'id':'AI_CHAT_HISTORY_LOADING_RENAMING','string':'Renaming\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_PINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_PINNING','string':'Pinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_UNPINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_UNPINNING','string':'Unpinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_CATEGORY_PINNED':return t({'id':'AI_CHAT_HISTORY_CATEGORY_PINNED','string':'Pinned'});case'AI_CHAT_HISTORY_CATEGORY_TODAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_TODAY','string':'Today'});case'AI_CHAT_HISTORY_CATEGORY_YESTERDAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_YESTERDAY','string':'Yesterday'});case'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS','string':'Last\x2014\x20days'});case'AI_CHAT_HISTORY_CATEGORY_LATER':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LATER','string':'Later'});case'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE','string':'Failed\x20to\x20change\x20the\x20\x22%0\x22\x20chat\x20name.\x20Please\x20try\x20again\x20later.'},_0x3b02e1);case'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED','string':'Failed\x20to\x20%0\x20the\x20\x22%1\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0x3b02e1);case'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM':return t({'id':'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM','string':'Failed\x20to\x20delete\x20the\x20\x22%0\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0x3b02e1);case'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS':return t({'id':'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS','string':'Failed\x20to\x20load\x20the\x20chat\x20history.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_ERROR_GENERIC':return t({'id':'AI_CHAT_HISTORY_ERROR_GENERIC','string':'Something\x20went\x20wrong.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_PIN_ACTION':return t({'id':'AI_CHAT_HISTORY_PIN_ACTION','string':'pin'});case'AI_CHAT_HISTORY_UNPIN_ACTION':return t({'id':'AI_CHAT_HISTORY_UNPIN_ACTION','string':'unpin'});case'AI_BALLOON_HEADER_TITLE':return t({'id':'AI_BALLOON_HEADER_TITLE','string':'Change\x20%0'},_0x3b02e1);case'AI_BALLOON_APPLY_BUTTON':return t({'id':'AI_BALLOON_APPLY_BUTTON','string':'Apply'});case'AI_BALLOON_SUGGEST_BUTTON':return t({'id':'AI_BALLOON_SUGGEST_BUTTON','string':'Suggest'});case'AI_BALLOON_NEXT_TOOLTIP':return t({'id':'AI_BALLOON_NEXT_TOOLTIP','string':'Next'});case'AI_BALLOON_PREVIOUS_TOOLTIP':return t({'id':'AI_BALLOON_PREVIOUS_TOOLTIP','string':'Previous'});case'AI_SUGGESTION_NO_PARTS_WARNING':return t({'id':'AI_SUGGESTION_NO_PARTS_WARNING','string':'This\x20change\x20is\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_SUGGESTION_EMPTY_PART_WARNING':return t({'id':'AI_SUGGESTION_EMPTY_PART_WARNING','string':'Some\x20of\x20the\x20changes\x20are\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_ACTIONS_TRY_AGAIN':return t({'id':'AI_ACTIONS_TRY_AGAIN','string':'Retry'});case'AI_ACTIONS_PREVIOUS_INTERACTION':return t({'id':'AI_ACTIONS_PREVIOUS_INTERACTION','string':'Previous'});case'AI_ACTIONS_NEXT_INTERACTION':return t({'id':'AI_ACTIONS_NEXT_INTERACTION','string':'Next'});case'AI_MODEL_NAME_AUTO':return t({'id':'AI_MODEL_NAME_AUTO','string':'Auto'});case'AI_MODEL_DESCRIPTION_AUTO':return t({'id':'AI_MODEL_DESCRIPTION_AUTO','string':'Automatically\x20selects\x20best\x20model\x20for\x20speed,\x20quality,\x20and\x20cost.'});case'AI_MODEL_DESCRIPTION_GPT-5':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5','string':'OpenAI\x27s\x20flagship\x20model\x20for\x20advanced\x20reasoning,\x20creativity,\x20and\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_GPT-5-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-5-MINI','string':'A\x20lightweight\x20version\x20of\x20GPT-5\x20-\x20faster,\x20more\x20cost-efficient'});case'AI_MODEL_DESCRIPTION_GPT-4.1':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1','string':'OpenAI\x27s\x20model\x20for\x20reliable\x20reasoning,\x20speed,\x20and\x20versatility'});case'AI_MODEL_DESCRIPTION_GPT-4.1-MINI':return t({'id':'AI_MODEL_DESCRIPTION_GPT-4.1-MINI','string':'A\x20lighter\x20variant\x20of\x20GPT-4.1\x20that\x20balances\x20speed\x20and\x20cost\x20while\x20maintaining\x20solid\x20accuracy'});case'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-3-5-HAIKU','string':'Anthropic\x27s\x20fast,\x20cost-efficient\x20model\x20for\x20simpler\x20tasks'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-5-HAIKU':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-5-HAIKU','string':'Cost-efficient\x20model\x20for\x20quick\x20interactions\x20with\x20improved\x20reasoning'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-SONNET','string':'Advanced\x20model\x20with\x20strong\x20reasoning\x20and\x20reliability\x20for\x20complex\x20tasks'});case'AI_MODEL_DESCRIPTION_CLAUDE-4-5-SONNET':return t({'id':'AI_MODEL_DESCRIPTION_CLAUDE-4-5-SONNET','string':'Advanced\x20model\x20with\x20improved\x20creativity,\x20reliability,\x20and\x20reasoning'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-PRO','string':'Google\x27s\x20advanced\x20model\x20for\x20versatile\x20problem-solving\x20and\x20research'});case'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH':return t({'id':'AI_MODEL_DESCRIPTION_GEMINI-2-5-FLASH','string':'Lightweight\x20Gemini\x20model\x20for\x20fast,\x20cost-efficient\x20interactions'});case'AI_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_ASK_AI':return t({'id':'AI_QUICK_ACTIONS_ASK_AI','string':'Ask\x20AI'});case'AI_QUICK_ACTIONS_CHAT_COMMANDS':return t({'id':'AI_QUICK_ACTIONS_CHAT_COMMANDS','string':'Chat\x20commands'});case'AI_QUICK_ACTIONS_IMPROVE_WRITING':return t({'id':'AI_QUICK_ACTIONS_IMPROVE_WRITING','string':'Improve\x20writing'});case'AI_QUICK_ACTIONS_CONTINUE_WRITING':return t({'id':'AI_QUICK_ACTIONS_CONTINUE_WRITING','string':'Continue\x20writing'});case'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING':return t({'id':'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','string':'Fix\x20grammar\x20&\x20spelling'});case'AI_QUICK_ACTIONS_ADJUST_LENGTH':return t({'id':'AI_QUICK_ACTIONS_ADJUST_LENGTH','string':'Adjust\x20length'});case'AI_QUICK_ACTIONS_CHANGE_TONE':return t({'id':'AI_QUICK_ACTIONS_CHANGE_TONE','string':'Change\x20tone'});case'AI_QUICK_ACTIONS_TRANSLATE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE','string':'Translate'});case'AI_QUICK_ACTIONS_EXPLAIN':return t({'id':'AI_QUICK_ACTIONS_EXPLAIN','string':'Explain'});case'AI_QUICK_ACTIONS_SUMMARIZE':return t({'id':'AI_QUICK_ACTIONS_SUMMARIZE','string':'Summarize'});case'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS':return t({'id':'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','string':'Highlight\x20key\x20points'});case'AI_QUICK_ACTIONS_MAKE_SHORTER':return t({'id':'AI_QUICK_ACTIONS_MAKE_SHORTER','string':'Make\x20shorter'});case'AI_QUICK_ACTIONS_MAKE_LONGER':return t({'id':'AI_QUICK_ACTIONS_MAKE_LONGER','string':'Make\x20longer'});case'AI_QUICK_ACTIONS_MORE_CASUAL':return t({'id':'AI_QUICK_ACTIONS_MORE_CASUAL','string':'More\x20casual'});case'AI_QUICK_ACTIONS_MORE_DIRECT':return t({'id':'AI_QUICK_ACTIONS_MORE_DIRECT','string':'More\x20direct'});case'AI_QUICK_ACTIONS_MORE_FRIENDLY':return t({'id':'AI_QUICK_ACTIONS_MORE_FRIENDLY','string':'More\x20friendly'});case'AI_QUICK_ACTIONS_MORE_CONFIDENT':return t({'id':'AI_QUICK_ACTIONS_MORE_CONFIDENT','string':'More\x20confident'});case'AI_QUICK_ACTIONS_MORE_PROFESSIONAL':return t({'id':'AI_QUICK_ACTIONS_MORE_PROFESSIONAL','string':'More\x20professional'});case'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT':return t({'id':'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT','string':'Adjust\x20based\x20on\x20the\x20rest\x20of\x20the\x20document'});case'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','string':'English'});case'AI_QUICK_ACTIONS_TRANSLATE_CHINESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_QUICK_ACTIONS_TRANSLATE_FRENCH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_FRENCH','string':'French'});case'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','string':'Japanese'});case'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','string':'Portuguese'});case'AI_QUICK_ACTIONS_TRANSLATE_KOREAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_KOREAN','string':'Korean'});case'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','string':'Italian'});case'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','string':'Russian'});case'AI_QUICK_ACTIONS_TRANSLATE_SPANISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_SPANISH','string':'Spanish'});case'AI_QUICK_ACTIONS_TRANSLATE_GERMAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_GERMAN','string':'German'});case'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','string':'%0\x20plugin\x20is\x20required\x20but\x20not\x20found.'},_0x3b02e1);case'AI_QUICK_ACTIONS_OTHER':return t({'id':'AI_QUICK_ACTIONS_OTHER','string':'Other'});case'AI_ACTIONS_GENERIC_ERROR':return t({'id':'AI_ACTIONS_GENERIC_ERROR','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20response.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_ACTIONS_SELECTION_REMOVED_ERROR':return t({'id':'AI_ACTIONS_SELECTION_REMOVED_ERROR','string':'Changes\x20cannot\x20be\x20applied.\x20The\x20original\x20content\x20no\x20longer\x20exists.'});case'AI_REVIEW_MODE_STOP_GENERATING':return t({'id':'AI_REVIEW_MODE_STOP_GENERATING','string':'Stop\x20generating'});case'AI_REVIEW_MODE_HIDE_CHANGES':return t({'id':'AI_REVIEW_MODE_HIDE_CHANGES','string':'Hide\x20changes'});case'AI_REVIEW_MODE_SHOW_CHANGES':return t({'id':'AI_REVIEW_MODE_SHOW_CHANGES','string':'Show\x20changes'});case'AI_REVIEW_MODE_ACCEPT_ALL':return t({'id':'AI_REVIEW_MODE_ACCEPT_ALL','string':'Accept\x20all'});case'AI_REVIEW_MODE_EXIT_REVIEW':return t({'id':'AI_REVIEW_MODE_EXIT_REVIEW','string':'Exit\x20review'});case'AI_REVIEW_MODE_ACCEPT_CHANGE':return t({'id':'AI_REVIEW_MODE_ACCEPT_CHANGE','string':'Accept'});case'AI_REVIEW_MODE_DISMISS_CHANGE':return t({'id':'AI_REVIEW_MODE_DISMISS_CHANGE','string':'Dismiss'});case'AI_REVIEW_MODE_LEARN_MORE':return t({'id':'AI_REVIEW_MODE_LEARN_MORE','string':'Learn\x20more'});case'AI_REVIEW_MODE_COMPLETED_TEXT':return t({'id':'AI_REVIEW_MODE_COMPLETED_TEXT','string':'There\x27s\x20nothing\x20left\x20to\x20review.'});case'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT':return t({'id':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20changes\x20to\x20suggest.'});case'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','string':'Finish\x20Review'});case'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','string':'Review\x20complete.\x20Finish\x20when\x20ready.'});case'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20whole\x20review\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE','string':'Not\x20everything\x20went\x20through,\x20but\x20the\x20completed\x20items\x20are\x20listed\x20below.'});case'AI_REVIEW_MODE':return t({'id':'AI_REVIEW_MODE','string':'Review'});case'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR':return t({'id':'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR','string':'Prompt\x20must\x20not\x20be\x20empty'});case'AI_REVIEW_CHECK_CUSTOM_TITLE':return t({'id':'AI_REVIEW_CHECK_CUSTOM_TITLE','string':'Custom\x20command'});case'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION','string':'Enter\x20a\x20custom\x20command\x20for\x20a\x20specific\x20review.'});case'AI_REVIEW_CHECK_CORRECTNESS_TITLE':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_TITLE','string':'Proofread'});case'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION','string':'Check\x20the\x20text\x20for\x20errors\x20in\x20grammar,\x20spelling,\x20and\x20punctuation.'});case'AI_REVIEW_CHECK_CLARITY_TITLE':return t({'id':'AI_REVIEW_CHECK_CLARITY_TITLE','string':'Improve\x20clarity'});case'AI_REVIEW_CHECK_CLARITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CLARITY_DESCRIPTION','string':'Improve\x20the\x20logical\x20structure\x20and\x20precision\x20for\x20clearer\x20message.'});case'AI_REVIEW_CHECK_READABILITY_TITLE':return t({'id':'AI_REVIEW_CHECK_READABILITY_TITLE','string':'Improve\x20readability'});case'AI_REVIEW_CHECK_READABILITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_READABILITY_DESCRIPTION','string':'Adjust\x20sentence\x20structure\x20and\x20word\x20choice\x20for\x20an\x20easier\x20read.'});case'AI_REVIEW_CHECK_MAKE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TITLE','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_DESCRIPTION','string':'Shorten\x20or\x20lengthen\x20the\x20text\x20as\x20needed.'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER','string':'Longer'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER','string':'Shorter'});case'AI_REVIEW_CHECK_MAKE_TONE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_TITLE','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION','string':'Modify\x20the\x20text\x20to\x20a\x20desired\x20tone\x20and\x20style.'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL','string':'Casual'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT','string':'Direct'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY','string':'Friendly'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT','string':'Confident'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL','string':'Professional'});case'AI_REVIEW_CHECK_TRANSLATE_TITLE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_TITLE','string':'Translate'});case'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION','string':'Translate\x20the\x20text\x20into\x20another\x20language.'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL','string':'Select\x20language'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH','string':'English'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH','string':'Spanish'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH','string':'French'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN','string':'German'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE','string':'Japanese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN','string':'Russian'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE','string':'Portuguese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN','string':'Korean'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN','string':'Italian'});case'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','string':'Accepted'});case'AI_REVIEW_MODE_CHECK_STATUS_REJECTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_REJECTED','string':'Dismissed'});case'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','string':'Outdated'});case'AI_TOGGLE_BUTTON_LABEL':return t({'id':'AI_TOGGLE_BUTTON_LABEL','string':'AI'});default:return _0xa8d8d4;}}function ks(_0x38585f,_0x494ab6){const _0x23c244=new _0x290cbd(_0x38585f),_0x5f519a=i(_0x38585f,'AI_TABS_LABEL_MINIMIZE'),_0x37cfe7=i(_0x38585f,'AI_TABS_LABEL_MAXIMIZE');return _0x23c244['set']({'withText':!0x1,'icon':_0x4b4d07,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20ck-ai-button-tertiary-text'}),_0x23c244['bind']('label')['to'](_0x494ab6,'isMaximized',_0x1defdd=>_0x1defdd?_0x5f519a:_0x37cfe7),_0x23c244['bind']('icon')['to'](_0x494ab6,'isMaximized',_0x58cd8f=>_0x58cd8f?to:_0x4b4d07),_0x23c244['bind']('isOn')['to'](_0x494ab6,'isMaximized'),_0x23c244['on']('execute',()=>{_0x494ab6['fire']('resizeTabs');}),_0x23c244;}function ze(_0x194ed3){return _0x2baa55(_0x194ed3);}function St(_0xf95aef){return _0x20a8a4(_0xf95aef);}function Dt(_0x3cbc1c,_0x3da80a,_0x28106c){const _0x17cf4c=null!==_0x3da80a?_0x58876d=>_0x58876d['attribs'][_0x3cbc1c]===_0x3da80a:_0x54eb80=>Boolean(_0x54eb80['attribs'][_0x3cbc1c]);return wt(_0x141422=>_0x42188e(_0x141422)&&_0x17cf4c(_0x141422),_0x28106c);}function Xe(_0x180c04,_0x4a43cf,_0x187771){const _0x2669f2=null!==_0x4a43cf?_0x362049=>_0x362049['attribs'][_0x180c04]===_0x4a43cf:_0x5840d4=>Boolean(_0x5840d4['attribs'][_0x180c04]);return _0x4858d0(_0x1bf19b=>_0x42188e(_0x1bf19b)&&_0x2669f2(_0x1bf19b),_0x187771);}function Et(_0x10f3f0,_0x50cb70){return _0x10f3f0&&_0x42188e(_0x10f3f0)?_0x10f3f0['attribs'][_0x50cb70]:null;}function Ji(_0x90c460,_0x5cb635,_0x24f4b0){_0x42188e(_0x90c460)&&(null===_0x24f4b0?delete _0x90c460['attribs'][_0x5cb635]:_0x90c460['attribs'][_0x5cb635]=_0x24f4b0);}function Bi(_0x4602d9,_0x4a6270,_0x1965a4){const _0x3cfb37=_0x4a6270['cloneNode'](!0x0);'beforebegin'===_0x1965a4?_0x7c35e5(_0x4602d9,_0x3cfb37):'afterbegin'===_0x1965a4?_0x3041bd(_0x4602d9,_0x3cfb37):'beforeend'===_0x1965a4?_0xfe36b5(_0x4602d9,_0x3cfb37):'afterend'===_0x1965a4&&_0x5e4053(_0x4602d9,_0x3cfb37);}function qe(_0x5db9cc){const _0x4955d6=[];let _0x1fafef=_0x5db9cc;for(;_0x1fafef;)_0x1fafef=_0x3f6b40(_0x1fafef),_0x1fafef&&_0x4955d6['push'](_0x1fafef);return _0x4955d6;}function Jn(_0x6e7bc2){return _0x6e7bc2['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Xi(_0x35cebc){let _0x2afa27=0x0;for(;_0x35cebc['parentNode'];)_0x35cebc=_0x35cebc['parentNode'],_0x2afa27++;return _0x2afa27;}function $i(_0x4b78fe){const _0x2a9aeb=[];let _0x59d501=_0x4b78fe['nextSibling'];for(;_0x59d501;)_0x2a9aeb['push'](_0x59d501),_0x59d501=_0x59d501['nextSibling'];_0x2a9aeb['forEach'](_0x37e0cc=>{_0x55953c(_0x37e0cc);});}class Je extends/* #__PURE__ -- @preserve */
|
|
25
|
+
ts(){['_m2html'];constructor(){super(),this['_m2html']=new _0x2614eb();}['convertMarkdownToHTML'](_0x53c8df){const _0x5efcf6=this['_m2html']['parse'](_0x53c8df);return this['parseAndNormalizeHTML'](_0x5efcf6);}['parseAndNormalizeHTML'](_0x52d523){return this['_parseHTML'](_0x52d523);}['_parseHTML'](_0x38977a){const _0x5c526c=ze('<dummy>'+_0x38977a['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x5c526c['children']=_0x5c526c['children'][0x0]['children'],_0x5c526c;}}class Ke extends/* #__PURE__ -- @preserve */
|
|
26
|
+
ts(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x796713){super(),this['_generateUid']=_0x796713||_0x1a633f;}['merge'](_0x28d1d4,_0x32877d,_0x35a264){const _0x420197=_0x28d1d4['cloneNode'](!0x0);if(0x0===_0x32877d['childNodes']['length']){const _0x49c3f7=[];return Xe('data-id','new-element',_0x420197)['forEach'](_0x412b40=>{const _0x26485b=this['_generateUid']();Ji(_0x412b40,'data-id',_0x26485b),_0x49c3f7['push'](_0x26485b);}),this['_removeSpecialComments'](_0x420197),{'parsedContent':_0x420197,'newNodeIds':_0x49c3f7,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x35a264&&_0x35a264['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x420197),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(Xe('data-id',null,_0x32877d)['map'](_0x39cdda=>Et(_0x39cdda,'data-id'))['filter'](_0x55c24a=>!!_0x55c24a));let _0x2aad7d=-0x1,_0x3b1325=!0x1;const _0x263e75=_0x420197['childNodes'],_0x1f117d=Array['from'](_0x263e75)['filter'](_0x40897a=>!(0x3===_0x40897a['nodeType']&&''===St(_0x40897a)['trim']())),_0x47d3f2=_0x1f117d['length'];for(let _0x2f68ac=0x0;_0x2f68ac<_0x47d3f2;_0x2f68ac++){const _0x225431=_0x1f117d[_0x2f68ac],_0x587f9f=_0x1f117d[_0x2f68ac+0x1];if(this['_isNewNode'](_0x225431)){if(-0x1===_0x2aad7d&&(_0x2aad7d=_0x2f68ac),this['_markWrappedElements'](_0x225431),!this['_isNewNode'](_0x587f9f)){const [_0x1c0a91,_0x1a5cc4]=this['_findReferenceNode'](_0x225431,_0x3b1325,_0x32877d);if(_0x1c0a91){const _0x50a5c2=Array['from'](_0x1f117d)['slice'](_0x2aad7d,_0x2f68ac+0x1);this['_insertNodes'](_0x1c0a91,_0x50a5c2,_0x1a5cc4),_0x2aad7d=-0x1;}}}else{if(this['_isExistingContentComment'](_0x225431))_0x3b1325=!0x0;else{if(this['_isExistingNode'](_0x225431)){const _0xff96f9=Et(_0x225431,'data-id');if(_0xff96f9&&this['_existingDataIds']['has'](_0xff96f9)){const _0x563a7e=Dt('data-id',_0xff96f9,_0x32877d);this['_replaceNode'](_0x563a7e,_0x225431);}if(this['_touchedNodesState']['removedIds']['includes'](_0xff96f9)){const _0x590e34=this['_touchedNodesState']['removedIds']['indexOf'](_0xff96f9);this['_touchedNodesState']['removedIds']['splice'](_0x590e34,0x1);}}else{if(this['_isDelNode'](_0x225431)){const _0x466e09=Et(_0x225431,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x466e09)||this['_storeDeletedElementIds'](_0x225431);}}}}}for(const _0x5951c2 of this['_touchedNodesState']['removedIds']){const _0x45b309=Dt('data-id',_0x5951c2,_0x32877d);if(_0x45b309){if(_0x35a264&&_0x35a264['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x5951c2;const _0x4a7f1b=_0x35a264['replaceRemovedWith']['cloneNode'](!0x0);Ji(_0x4a7f1b,'data-id',_0x5951c2),Ji(_0x4a7f1b,'data-removed','true'),_0x34bc5c(_0x45b309,_0x4a7f1b);}else _0x55953c(_0x45b309);}}if(Xe('data-wrapped-id',null,_0x32877d)['forEach'](_0x402caa=>{const _0x15b5f9=Dt('data-id',Et(_0x402caa,'data-wrapped-id'),_0x32877d);var _0xfe8eac,_0x2bfd48;_0x15b5f9&&(_0x2bfd48=_0x402caa,_0x55953c(_0xfe8eac=_0x15b5f9),_0x34bc5c(_0x2bfd48,_0xfe8eac));}),Xe('data-id','new-element',_0x32877d)['forEach'](_0xc57fd7=>{const _0x412a4d=this['_getUid'](_0xc57fd7);Ji(_0xc57fd7,'data-id',_0x412a4d),this['_touchedNodesState']['newIds']['push'](_0x412a4d);}),this['_removeSpecialComments'](_0x32877d),_0x35a264&&_0x35a264['markUnstableElements']&&this['_markUnstableElements'](_0x32877d,_0x35a264['markUnstableElementsDepth']||0x0),_0x35a264&&_0x35a264['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x433b39=Dt('data-id',this['_touchedNodesState']['lastTouchedId'],_0x32877d);for(;_0x433b39;)$i(_0x433b39),_0x433b39=_0x433b39['parentNode'];}return{'parsedContent':_0x32877d,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x1fc00b,_0x2ce6a0,_0x3234b8){for(const _0x201cb4 of _0x2ce6a0){const _0x4fd888=this['_getUid'](_0x201cb4);Ji(_0x201cb4,'data-id',_0x4fd888),this['_touchedNodesState']['newIds']['push'](_0x4fd888),this['_touchedNodesState']['lastTouchedId']=_0x4fd888;}const _0x2ecee3='afterbegin'===_0x3234b8||'afterend'===_0x3234b8?_0x2ce6a0['reverse']():_0x2ce6a0;for(const _0x352e61 of _0x2ecee3)Bi(_0x1fc00b,_0x352e61,_0x3234b8);}['_replaceNode'](_0x17a89d,_0x39f67e){if(!_0x17a89d)return;if(_0x54765d=_0x39f67e,Jn(St(_0x17a89d))===Jn(St(_0x54765d)))return;var _0x54765d;const _0x29b3c9=this['_getUid'](_0x17a89d);Ji(_0x39f67e,'data-id',_0x29b3c9),this['_touchedNodesState']['modifiedIds']['push'](_0x29b3c9),this['_touchedNodesState']['lastTouchedId']=_0x29b3c9,_0x34bc5c(_0x17a89d,_0x39f67e['cloneNode'](!0x0));}['_findReferenceNode'](_0xc60950,_0xcab2b5,_0xdb9146){const _0x13e84e=this['_findPrevElementWithDataId'](_0xc60950,!0x1);if(_0x13e84e){const _0x44aa31=this['_getNodeDataId'](_0x13e84e),_0xe60d6d=Dt('data-id',_0x44aa31,_0xdb9146);if(_0xe60d6d)return[_0xe60d6d,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x44aa31);}const _0x339aed=this['_findNextElementWithDataId'](_0xc60950,!0x1);if(_0x339aed){const _0x3f9163=this['_getNodeDataId'](_0x339aed),_0x49c497=Dt('data-id',_0x3f9163,_0xdb9146);if(_0x49c497)return[_0x49c497,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x3f9163);}return _0xcab2b5?_0xc60950['nextSibling']?this['_findFallbackReferenceNode'](_0xc60950,_0xdb9146):[_0xdb9146['childNodes'][_0xdb9146['childNodes']['length']-0x1],'afterend']:[_0xdb9146['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x20790d,_0x50e6f2){const _0x28a32c=[],_0x24fe80=this['_findPrevElementWithDataId'](_0x20790d,!0x0);if(_0x24fe80){const _0x393cb7=Dt('data-id',this['_getNodeDataId'](_0x24fe80),_0x50e6f2);_0x393cb7&&_0x28a32c['push']([_0x393cb7,'afterend']);}const _0x44cf3d=this['_findNextElementWithDataId'](_0x20790d,!0x0);if(_0x44cf3d){const _0x440d5a=Dt('data-id',this['_getNodeDataId'](_0x44cf3d),_0x50e6f2);_0x440d5a&&_0x28a32c['push']([_0x440d5a,'beforebegin']);}if(_0x28a32c['length']>0x1)return Xi(_0x28a32c[0x0][0x0])<=Xi(_0x28a32c[0x1][0x0])?_0x28a32c[0x0]:_0x28a32c[0x1];return 0x1===_0x28a32c['length']?_0x28a32c[0x0]:[_0x50e6f2['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x35b316,_0x49fdf4){let _0x2d1270=_0x35b316['nextSibling'],_0x9401f2=null,_0x4c0bc2=!0x1;for(;_0x2d1270;){if(_0x30ecdc(_0x2d1270)){if(this['_isDelNode'](_0x2d1270)&&(_0x9401f2=_0x2d1270),this['_isExistingContentComment'](_0x2d1270)&&_0x49fdf4&&!_0x4c0bc2){_0x4c0bc2=!0x0,_0x2d1270=_0x2d1270['nextSibling'];continue;}break;}const _0x421174=Et(_0x2d1270,'data-id');if(_0x421174&&'new-element'!==_0x421174&&this['_existingDataIds']['has'](_0x421174)){_0x9401f2=_0x2d1270;break;}_0x2d1270=_0x2d1270['nextSibling'];}return _0x9401f2;}['_findPrevElementWithDataId'](_0x582cde,_0x40a95d){let _0x14bbf4=_0x582cde['previousSibling'],_0x401fb2=null,_0x14ded7=!0x1;for(;_0x14bbf4;){if(_0x30ecdc(_0x14bbf4)){if(this['_isDelNode'](_0x14bbf4)&&(_0x401fb2=_0x14bbf4),this['_isExistingContentComment'](_0x14bbf4)&&_0x40a95d&&!_0x14ded7){_0x14ded7=!0x0,_0x14bbf4=_0x14bbf4['previousSibling'];continue;}break;}const _0x1f214f=Et(_0x14bbf4,'data-id');if(_0x1f214f&&'new-element'!==_0x1f214f&&this['_existingDataIds']['has'](_0x1f214f)){_0x401fb2=_0x14bbf4;break;}_0x14bbf4=_0x14bbf4['previousSibling'];}return _0x401fb2;}['_markWrappedElements'](_0x1dead5){_0x42188e(_0x1dead5)&&Xe('data-id',null,_0x1dead5)['forEach'](_0x27451a=>{this['_isExistingNode'](_0x27451a)&&!this['_hasWrappedParent'](_0x27451a)&&(Ji(_0x27451a,'data-wrapped-id',Et(_0x27451a,'data-id')),Ji(_0x27451a,'data-id',null));});}['_getNodeDataId'](_0x51b51e){if(!_0x51b51e)return null;if(_0x42188e(_0x51b51e))return Et(_0x51b51e,'data-id');if(_0x30ecdc(_0x51b51e)){const _0x441299=St(_0x51b51e)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x441299&&_0x441299[0x1])return _0x441299[0x1];}return null;}['_storeDeletedElementIds'](_0x5a8e6e){if(_0x30ecdc(_0x5a8e6e)){const _0x26e753=St(_0x5a8e6e)['match'](/removed[\s*-]data-id="([^"]+)"/);_0x26e753&&_0x26e753[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0x26e753[0x1]);}}['_getUid'](_0x5683ea){return this['_isExistingNode'](_0x5683ea)?Et(_0x5683ea,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x1f1fb8){(function(_0x57c2f5){return _0x3ea95c(_0x16d825=>_0x30ecdc(_0x16d825),_0x57c2f5,!0x0,0x1/0x0);}(_0x1f1fb8)['filter'](_0x2bc81c=>this['_isDelNode'](_0x2bc81c)||this['_isExistingContentComment'](_0x2bc81c))['forEach'](_0x5184b3=>{_0x55953c(_0x5184b3);}));}['_markLastTagElementUnstable'](_0x3d2a5d){const _0x20ccda=_0x3d2a5d['childNodes'],_0x2dce05=_0x20ccda[_0x20ccda['length']-0x1];_0x2dce05&&_0x42188e(_0x2dce05)&&Ji(_0x2dce05,'data-unstable','true');}['_markUnstableElements'](_0x234e68,_0x511fea){const _0x4c28fe=Dt('data-unstable','true',_0x234e68);if(!_0x4c28fe)return;const _0x561d5e=qe(_0x4c28fe)['slice'](0x0,-0x1),_0x5f28d2=_0x561d5e['length'];let _0x53d49f=_0x4c28fe;if(_0x5f28d2>_0x511fea){let _0x10160c=_0x5f28d2,_0x244cec=null;for(;_0x10160c>_0x511fea&&_0x10160c>=0x0;)_0x10160c--,_0x244cec=_0x561d5e[_0x10160c];_0x244cec&&(_0x53d49f=_0x244cec,Ji(_0x4c28fe,'data-unstable',null),Ji(_0x244cec,'data-unstable','true'));}else{if(_0x5f28d2<_0x511fea){let _0x5eb43b=_0x5f28d2,_0x267552=_0x4c28fe;for(;_0x5eb43b<_0x511fea;){const _0x240b40=_0x267552['childNodes']['filter'](_0x410dfd=>_0x42188e(_0x410dfd));if(0x0===_0x240b40['length'])break;_0x5eb43b++,_0x267552=_0x240b40[_0x240b40['length']-0x1];}_0x267552&&(_0x53d49f=_0x267552,Ji(_0x4c28fe,'data-unstable',null),Ji(_0x267552,'data-unstable','true'));}}let _0x21384e=_0x53d49f;for(;_0x21384e;){for(;_0x21384e['nextSibling'];)_0x21384e=_0x21384e['nextSibling'],_0x42188e(_0x21384e)&&Ji(_0x21384e,'data-unstable','true');_0x21384e=_0x21384e['parentNode'];}}['_isNewNode'](_0x239498){return Boolean('new-element'===Et(_0x239498,'data-id'));}['_isExistingNode'](_0x3ed494){return Boolean((Et(_0x3ed494,'data-id')||'')['length']>0x0&&'new-element'!==Et(_0x3ed494,'data-id'));}['_isDelNode'](_0x1f1e16){return!!_0x1f1e16&&Boolean(_0x30ecdc(_0x1f1e16)&&St(_0x1f1e16)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x26b5db){let _0x3ef141=_0x26b5db['parentNode'];for(;_0x3ef141;){if(Et(_0x3ef141,'data-wrapped-id'))return!0x0;_0x3ef141=_0x3ef141['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x1210fe){return Boolean(_0x30ecdc(_0x1210fe)&&St(_0x1210fe)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function et({editor:_0x29e22b,changeGroups:_0x4112f5,documentContextContent:_0x823f93,showDiff:_0x36f9cc,trimUnchanged:_0xdd5efb=!0x0}){return _0x4112f5['map'](_0x421059=>{const _0x5021e1=new Rt([]),_0x320d59=new Rt([]);for(const _0x535ba1 of _0x421059['changes'])if(_0x36f9cc&&'removed'==_0x535ba1['type']||_0x320d59['children']['push'](_0x535ba1['node']['cloneNode'](!0x0)),'new'!=_0x535ba1['type']&&(_0x36f9cc||'removed'!=_0x535ba1['type'])){const _0x49f7ea=wt(_0x2643d5=>Et(_0x2643d5,'data-id')==_0x535ba1['id'],_0x823f93,!0x0);_0x49f7ea&&_0x5021e1['children']['push'](_0x49f7ea['cloneNode'](!0x0));}const {content:_0x39b27d,hasChanges:_0x51e67b}=function(_0x41eeb5,_0x434d85,_0x145f35,_0x1e7c4f,_0x58d126=!0x0){const _0x11ba31=_0x41eeb5['plugins']['get']('DocumentCompare'),_0x1b2330=St(_0x434d85),_0x2ece79=St(_0x145f35),_0xc1bd68=_0x41eeb5['data']['parse'](_0x1b2330,'$root'),_0x4d29da=_0x41eeb5['model']['createPositionAt'](_0xc1bd68,0x0),_0x3dcd9a=_0x11ba31['getDiff'](_0x1b2330,_0x2ece79,{'anchor':_0x4d29da,'markDeletions':_0x1e7c4f}),_0x155203=_0x3dcd9a['getOperations']();if(0x0==_0x155203['length'])return{'content':_0x434d85['cloneNode'](!0x0),'hasChanges':!0x1};_0x1e7c4f?function(_0x5af48b,_0x366097,_0x1f33d9){if(0x0==_0x5af48b['length'])return;const _0x5ce9f4=_0x1f33d9['plugins']['get']('DocumentCompare'),_0x37f272=_0x1f33d9['plugins']['get']('SuggestionsConversion');_0x1f33d9['model']['change'](_0x522037=>{const _0x44c6fc=new Set();for(let _0x370e3d=0x0;_0x370e3d<_0x5af48b['length'];_0x370e3d++){const _0x32bdf7=_0x5af48b[_0x370e3d];if(_0x32bdf7['baseVersion']=null,_0x32bdf7['isDocumentOperation']=!0x1,_0x5ce9f4['isMarkedRemoveOperation'](_0x32bdf7)){const _0x105e08=_0x5068aa(_0x32bdf7['newRange'],_0x1f33d9['model']),_0x4aff1c='suggestion:deletion:'+_0x1a633f()+':$aiSuggestion';_0x366097['markers']['set'](_0x4aff1c,_0x105e08);}else switch(_0x32bdf7['type']){case'rename':{if(_0x32bdf7['oldName']==_0x32bdf7['newName'])break;_0x522037['batch']['addOperation'](_0x32bdf7),_0x1f33d9['model']['applyOperation'](_0x32bdf7);const _0x31c9a8='$elementName',_0x93b9fd=_0x32bdf7['position'],_0x4791bd=_0x1f33d9['model']['createRange'](_0x93b9fd,_0x1f33d9['model']['createPositionAt'](_0x93b9fd['nodeAfter'],'end')),_0xeb9ffc='suggestion:attribute:'+_0x31c9a8+':'+_0x1a633f()+':$aiSuggestion';_0x366097['markers']['set'](_0xeb9ffc,_0x4791bd);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x32bdf7['oldValue']==_0x32bdf7['newValue'])break;_0x522037['batch']['addOperation'](_0x32bdf7),_0x1f33d9['model']['applyOperation'](_0x32bdf7);const _0x359208=_0x32bdf7['key'];if(!_0x37f272['isRegisteredAttribute'](_0x359208))break;const _0x55026a=_0x5068aa(_0x32bdf7['range'],_0x1f33d9['model']),_0x50780a='suggestion:attribute:'+_0x359208+':'+_0x1a633f()+':$aiSuggestion';_0x366097['markers']['set'](_0x50780a,_0x55026a);break;}case'insert':{_0x522037['batch']['addOperation'](_0x32bdf7),_0x1f33d9['model']['applyOperation'](_0x32bdf7);if(_0x5af48b[_0x370e3d+0x1]&&'move'==_0x5af48b[_0x370e3d+0x1]['type']){ro(_0x366097,_0x32bdf7);break;}const _0x51eb41=_0x32bdf7['position'],_0x41c664=_0x32bdf7['howMany'],_0x136189=_0x5068aa(_0x1f33d9['model']['createRange'](_0x51eb41,_0x51eb41['getShiftedBy'](_0x41c664)),_0x1f33d9['model']),_0x5a458f='suggestion:insertion:'+_0x1a633f()+':$aiSuggestion';_0x366097['markers']['set'](_0x5a458f,_0x136189);break;}case'split':{_0x522037['batch']['addOperation'](_0x32bdf7),_0x1f33d9['model']['applyOperation'](_0x32bdf7);const _0x12e17f=_0x32bdf7['splitPosition'],_0x3aa9c=_0x32bdf7['moveTargetPosition'],_0x295900=_0x1f33d9['model']['createRange'](_0x12e17f,_0x3aa9c),_0x5e5d9f='suggestion:insertion:'+_0x1a633f()+':$aiSuggestion';_0x366097['markers']['set'](_0x5e5d9f,_0x295900);break;}case'move':{_0x522037['batch']['addOperation'](_0x32bdf7),_0x1f33d9['model']['applyOperation'](_0x32bdf7),_0x5af48b[_0x370e3d-0x1]&&'insert'==_0x5af48b[_0x370e3d-0x1]['type']&&ro(_0x366097,_0x32bdf7);const _0xbe8e03=_0x32bdf7['getMovedRangeStart'](),_0xca2a12=_0x32bdf7['howMany'];for(let _0x429671=0x0;_0x429671<_0xca2a12;_0x429671++){const _0x264d74=_0xbe8e03['getShiftedBy'](_0x429671)['nodeAfter'];_0x44c6fc['add'](_0x264d74);}break;}case'remove':{const _0x2b0f3b=_0x32bdf7['sourcePosition'],_0x35ab9f=_0x32bdf7['howMany'],_0x51a5d9=new lt(_0x2b0f3b,_0x35ab9f);_0x522037['batch']['addOperation'](_0x51a5d9),_0x1f33d9['model']['applyOperation'](_0x51a5d9);break;}}}for(const _0x3a9428 of _0x44c6fc){const _0x3d6c11=_0x1f33d9['model']['createRangeOn'](_0x3a9428),_0x4d38c1='suggestion:formatBlock:$fakeWrap:'+_0x1a633f()+':$aiSuggestion';_0x366097['markers']['set'](_0x4d38c1,_0x5068aa(_0x3d6c11,_0x1f33d9['model']));}});}(_0x155203,_0xc1bd68,_0x41eeb5):_0x41eeb5['model']['change'](_0x423037=>{for(const _0x122ba1 of _0x155203)if('remove'==_0x122ba1['type']){const _0xa700b4=_0x122ba1['sourcePosition'],_0x4ddab1=_0x122ba1['howMany'],_0x5b3aa7=new lt(_0xa700b4,_0x4ddab1);_0x423037['batch']['addOperation'](_0x5b3aa7),_0x41eeb5['model']['applyOperation'](_0x5b3aa7);}else{if('marker'==_0x122ba1['type']){const _0x4d8685=_0x122ba1['name'],_0x477bc6=_0x122ba1['newRange'];_0xc1bd68['markers']['set'](_0x4d8685,_0x477bc6);}else _0x122ba1['baseVersion']=null,_0x122ba1['isDocumentOperation']=!0x1,_0x423037['batch']['addOperation'](_0x122ba1),_0x41eeb5['model']['applyOperation'](_0x122ba1);}});if(_0x58d126){const _0x4bb46d=vt(_0x41eeb5,_0x155203,_0xc1bd68);At(_0x41eeb5['model'],_0x4bb46d),function(_0xfbb6f7,_0x179ef){const _0x53b325=_0x179ef['getFirstRange']()['start'];let _0x1674e5=_0x179ef['getFirstRange']()['end'];const _0x3e281c=_0x53b325['root'];(_0x1674e5['textNode']||_0x1674e5['nodeAfter']&&_0x1674e5['nodeAfter']['is']('$text'))&&(_0x319d9f(_0x1674e5,'...'),_0x1674e5=_0x1674e5['getShiftedBy'](0x3)),(_0x53b325['textNode']||_0x53b325['nodeBefore']&&_0x53b325['nodeBefore']['is']('$text'))&&(_0x319d9f(_0x53b325,'...'),function(_0x1faaa0,_0x36f7ca,_0xa3dee0){for(let [_0x564a4a,_0x50dea3]of _0x1faaa0['markers']){const _0x315b59=_0x50dea3['_getTransformedByInsertion'](_0x36f7ca,_0xa3dee0,!0x1);_0x50dea3=_0x315b59[0x0],_0x1faaa0['markers']['set'](_0x564a4a,_0x50dea3);}}(_0x3e281c,_0x53b325,0x3),_0x53b325['parent']==_0x1674e5['parent']&&(_0x1674e5=_0x1674e5['getShiftedBy'](0x3)));const _0x52631e=_0xfbb6f7['createRange'](_0xfbb6f7['createPositionAt'](_0x3e281c,0x0),_0x53b325),_0x343e47=_0xfbb6f7['createRange'](_0x1674e5,_0xfbb6f7['createPositionAt'](_0x3e281c,'end')),_0x2394ae=[..._0x52631e['getMinimalFlatRanges'](),..._0x343e47['getMinimalFlatRanges']()];_0x2394ae['reverse']();for(const _0x1531a1 of _0x2394ae)_0x580020(_0x1531a1),Zn(_0x3e281c,_0x1531a1);}(_0x41eeb5['model'],_0x4bb46d);}const _0x52c686=_0x41eeb5['data']['stringify'](_0xc1bd68,{'showSuggestionHighlights':!0x0});return{'content':ze(_0x52c686),'hasChanges':!0x0};}(_0x29e22b,_0x5021e1,_0x320d59,_0x36f9cc,_0xdd5efb);return{'type':_0x421059['changes'][0x0]['type'],'index':_0x421059['index'],'content':_0x39b27d,'hasChanges':_0x51e67b};});}function ro(_0x4923b4,_0x29d314){for(const [_0x188625,_0x11c16b]of _0x4923b4['markers']){const _0x164275=ht['_createFromRanges'](_0x11c16b['getTransformedByOperation'](_0x29d314));_0x4923b4['markers']['set'](_0x188625,_0x164275);}}function vt(_0x2f1688,_0x1fafcc,_0x339d55){const _0x32005e=_0x2f1688['plugins']['get']('DocumentCompare');let _0x4327f2=_0x2f1688['model']['createPositionAt'](_0x339d55,Number['POSITIVE_INFINITY']),_0x3a5d34=_0x2f1688['model']['createPositionAt'](_0x339d55,0x0);for(const _0x4fea2d of _0x1fafcc){let _0x2dd21c,_0x5d9b78;if(_0x32005e['isMarkedRemoveOperation'](_0x4fea2d))_0x2dd21c=_0x4fea2d['newRange']['start'],_0x5d9b78=_0x4fea2d['newRange']['end'];else switch(_0x4327f2=_0x4327f2['getTransformedByOperation'](_0x4fea2d),_0x3a5d34=_0x3a5d34['getTransformedByOperation'](_0x4fea2d),_0x4fea2d['type']){case'rename':_0x2dd21c=_0x4fea2d['position'],_0x5d9b78=_0x2dd21c['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x2dd21c=_0x4fea2d['range']['start'],_0x5d9b78=_0x4fea2d['range']['end'];break;case'insert':_0x2dd21c=_0x4fea2d['position'],_0x5d9b78=_0x2dd21c['getShiftedBy'](_0x4fea2d['howMany']);break;case'split':_0x2dd21c=_0x4fea2d['splitPosition'],_0x5d9b78=_0x4fea2d['moveTargetPosition'];break;case'merge':{const _0x4e2d3f=_0x4fea2d['targetPosition']['path']['slice'](0x0,-0x1);_0x2dd21c=_0x2f1688['model']['createPositionFromPath'](_0x339d55,_0x4e2d3f),_0x5d9b78=_0x2dd21c['getShiftedBy'](0x1);break;}case'remove':{const _0x8d69ae=_0x4fea2d['howMany'],_0x4b3a4d=_0x4fea2d['sourcePosition']['_getTransformedByInsertion'](_0x4fea2d['targetPosition'],_0x8d69ae),_0x40c63f=_0x4fea2d['getMovedRangeStart']();'remove'==_0x4fea2d['type']?(_0x2dd21c=_0x4b3a4d,_0x5d9b78=_0x4b3a4d):(_0x2dd21c=_0x40c63f,_0x5d9b78=_0x40c63f['getShiftedBy'](_0x8d69ae));break;}}_0x2dd21c&&_0x2dd21c['isBefore'](_0x4327f2)&&(_0x4327f2=_0x2dd21c['clone'](),_0x4327f2['stickiness']='toNone'),_0x5d9b78&&_0x5d9b78['isAfter'](_0x3a5d34)&&(_0x3a5d34=_0x5d9b78['clone'](),_0x3a5d34['stickiness']='toNone');}return _0x2f1688['model']['createSelection'](_0x2f1688['model']['createRange'](_0x4327f2,_0x3a5d34));}function At(_0x222ed3,_0x31eff7){so(_0x222ed3,_0x31eff7,'forward');const _0x4826a5=_0x31eff7['getFirstRange']();_0x31eff7['setTo']([]),_0x31eff7['setTo'](_0x4826a5,{'backward':!0x0}),so(_0x222ed3,_0x31eff7,'backward');}function so(_0x14947b,_0x1bb823,_0x2c1780){let _0x56199c=0x14;for(;_0x56199c;){_0x14947b['modifySelection'](_0x1bb823,{'unit':'word','direction':_0x2c1780}),_0x56199c--;const _0x2a405b=_0x1bb823['focus']['forward'==_0x2c1780?'nodeBefore':'nodeAfter'];if(_0x2a405b&&_0x2a405b['is']('element')&&_0x14947b['schema']['isBlock'](_0x2a405b)&&_0x14947b['schema']['isObject'](_0x2a405b))break;}}function Zn(_0x45bfa4,_0x463712){for(const [_0x57aec1,_0x2a7528]of _0x45bfa4['markers']){const _0x22c89a=_0x2a7528['_getTransformedByDeletion'](_0x463712['start'],_0x463712['end']['offset']-_0x463712['start']['offset']);null!=_0x22c89a?_0x45bfa4['markers']['set'](_0x57aec1,_0x22c89a):_0x45bfa4['markers']['delete'](_0x57aec1);}}const Ur=['modification-delta','text-delta','web-search','reasoning'],Wr=['conversation-title'];class ke extends ts(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new Rt([]);['parsedMergedContent']=new Rt([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x309851,content:_0x25da3a='',isDone:_0x2d2ab4=!0x1,interactionId:_0x4e8639,areActionsDisabled:_0x5a277d,documentContextContent:_0x51f0f0,editor:_0x57eec4,id:_0x4f4a06}){super(),this['id']=_0x4f4a06||_0x1a633f(),this['interactionId']=_0x4e8639,this['type']=_0x309851,this['areActionsDisabled']=!!_0x5a277d,this['editor']=_0x57eec4,this['aiResponseParser']=new Je(),this['aiResponseApplier']=new Ke(),this['documentContextContent']=ze(_0x51f0f0||''),this['set']('isDone',_0x2d2ab4),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x25da3a);}['appendContent'](_0x3ab992){this['set']('content',this['content']+_0x3ab992);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x3c8e7a,_0x1c0dc2){this['changeGroups'][_0x3c8e7a]['state']=_0x1c0dc2,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x3c8e7a,'state':_0x1c0dc2});}['getContentParts']({showDiff:_0xf21f8,groupIndex:_0x4c841c}){if(!this['editor'])throw new _0x2120c6('ai-get-editor-from-context-no-editor',null,{'aiReply':this});const _0x12e96b=this['_getCachedContentParts'](_0xf21f8,_0x4c841c);if(_0x12e96b)return _0x12e96b;let _0x1d09a9=[];if(void 0x0===_0x4c841c)_0x1d09a9=this['changeGroups'];else{const _0x3d16a4=this['changeGroups']['find'](({index:_0x469a69})=>_0x469a69===_0x4c841c);if(!_0x3d16a4)throw new _0x2120c6('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x4c841c});_0x1d09a9=[_0x3d16a4];}const _0x48c219=et({'editor':this['editor'],'showDiff':_0xf21f8,'changeGroups':_0x1d09a9,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0xf21f8,_0x48c219),_0x48c219;}['_getCachedContentParts'](_0x8bf063,_0x374c78){const _0x3f8585=_0x8bf063?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x3f8585]['length'])return null;const _0x363f50=this['cachedSuggestionContentParts'][_0x3f8585];if(void 0x0===_0x374c78)return _0x4f6d80(_0x363f50);{const _0x3e81b2=_0x363f50['find'](({index:_0x9602ba})=>_0x9602ba===_0x374c78);if(_0x3e81b2)return[_0x4f6d80(_0x3e81b2)];}return null;}['_setCachedContentParts'](_0x2fb7f6,_0x5cb899){const _0x1c99f5=_0x2fb7f6?'withDiff':'withoutDiff';_0x5cb899['forEach'](_0x3011ee=>{const _0xfc11c9=this['cachedSuggestionContentParts'][_0x1c99f5],_0x5192da=_0xfc11c9['find'](({index:_0x501b5c})=>_0x501b5c===_0x3011ee['index']);if(_0x5192da){const _0x205a6b=_0xfc11c9['indexOf'](_0x5192da);_0xfc11c9['splice'](_0x205a6b,0x1,_0x3011ee);}else _0xfc11c9['push'](_0x3011ee);});}['onContentChange'](){if('modification-delta'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x4db3aa=this['changeGroups'];this['updateChangeGroups']();const _0xcdbe0e=this['_getDifferentChangeGroups'](_0x4db3aa,this['changeGroups']);(_0xcdbe0e['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0xcdbe0e),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x439d5c,_0xbc6613){const _0x1e3a9d=[];for(const _0x5c1d52 of _0xbc6613){const _0x422937=_0x439d5c[_0x5c1d52['index']];_0x422937?_0x422937['changes']['length']!==_0x5c1d52['changes']['length']?_0x1e3a9d['push'](_0x5c1d52):_0x422937['changes']['forEach']((_0xcb5a69,_0x4ffad8)=>{const _0x144d7e=_0x5c1d52['changes'][_0x4ffad8];_0xcb5a69['id']!==_0x144d7e['id']&&_0x1e3a9d['push'](_0x5c1d52);}):_0x1e3a9d['push'](_0x5c1d52);}return _0x1e3a9d;}['updateChangeGroups'](){const _0x4f339d=new _0x5b1b92('p',{},[new _0x5b1b92('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x11e22c(i(this['editor']['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0xb9f678=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x4f339d,'cutAfterLastChange':!this['isDone']});if(!_0xb9f678['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0xb9f678['parsedContent'];let _0x2de702=[];if(_0x4858d0(_0x2d1cec=>{const _0x19260f=Et(_0x2d1cec,'data-id');if(!_0x19260f||!_0x244e09(_0x19260f))return!0x1;const _0x2de1e4=[_0x2d1cec,...qe(_0x2d1cec)]['at'](-0x2);if(_0x2d1cec!=_0x2de1e4){const _0x3c1255=Et(_0x2de1e4,'data-id');_0x244e09(_0x3c1255)||(_0x2de702['push']({'node':_0x2de1e4,'id':_0x3c1255,'type':'modified'}),_0xb9f678['modifiedNodeIds']['push'](_0x3c1255));}else _0xb9f678['modifiedNodeIds']['includes'](_0x19260f)?_0x2de702['push']({'node':_0x2d1cec,'type':'modified','id':_0x19260f}):_0xb9f678['newNodeIds']['includes'](_0x19260f)?_0x2de702['push']({'node':_0x2d1cec,'type':'new','id':_0x19260f,'anchorId':Et(_0x2d1cec['previousSibling'],'data-id')}):_0x2de702['push']({'node':_0x2d1cec,'type':'removed','id':_0x19260f});return!0x0;},this['parsedMergedContent']),_0x2de702=_0x2de702['filter'](({node:_0x364811})=>[...qe(_0x364811),_0x364811]['every'](_0x48a7a4=>!Et(_0x48a7a4,'data-unstable'))),0x0==_0x2de702['length'])return;const _0x894cb5=[[_0x2de702[0x0]]];for(let _0x41184e=0x1;_0x41184e<_0x2de702['length'];_0x41184e++){const _0x5a2c71=_0x894cb5[_0x894cb5['length']-0x1],_0x56c6c4=_0x5a2c71[_0x5a2c71['length']-0x1];_0x2de702[_0x41184e]['node']['previousSibling']==_0x56c6c4['node']&&'modified'!=_0x2de702[_0x41184e]['type']&&'modified'!=_0x56c6c4['type']?_0x5a2c71['push'](_0x2de702[_0x41184e]):_0x894cb5['push']([_0x2de702[_0x41184e]]);}for(const _0x52e8b4 of _0x894cb5){const _0x14c2e7=_0x52e8b4[0x0],_0x2c1a45=_0x52e8b4[_0x52e8b4['length']-0x1],_0x478893=_0x5899ba(_0x14c2e7['node']['previousSibling']);_0x478893&&_0x52e8b4['unshift'](_0x478893);const _0xe9b3e1=_0x5899ba(_0x2c1a45['node']['nextSibling']);_0xe9b3e1&&_0x52e8b4['push'](_0xe9b3e1);}function _0x244e09(_0x1cc06d){return _0xb9f678['modifiedNodeIds']['includes'](_0x1cc06d)||_0xb9f678['newNodeIds']['includes'](_0x1cc06d)||_0xb9f678['removedNodeIds']['includes'](_0x1cc06d);}function _0x5899ba(_0x2d249f){if(_0x2d249f&&Et(_0x2d249f,'data-id')&&!Et(_0x2d249f,'data-unstable')){const _0x11dc8a=Et(_0x2d249f,'data-id');if(!_0x244e09(_0x11dc8a))return{'node':_0x2d249f,'type':'context','id':_0x11dc8a};}return null;}this['changeGroups']=_0x894cb5['map']((_0x423f3c,_0x4e1a48)=>({'changes':_0x423f3c,'state':'pending','index':_0x4e1a48}));}}function Ui(_0x95115a){return Object['values'](Ur)['includes'](_0x95115a);}function Fi(_0x1fd426){return Wr['includes'](_0x1fd426);}function qi(_0x318933){return'conversation-title'===_0x318933;}function zi(_0x513773){return'source'===_0x513773;}const je=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','error'];class xe extends _0x27cb74(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;constructor({connector:_0x27f0b4,editor:_0xd9de1a}){super(),this['id']=_0x1a633f(),this['connector']=_0x27f0b4,this['isStopped']=!0x0,this['editor']=_0xd9de1a;}async['start'](){let _0x4e484;const _0x35abd3=[];this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x9c1243=await this['currentRequest']['getStream']();for await(const _0x4195ba of _0x9c1243){if(this['isStopped'])return;if('error'===_0x4195ba['event'])return void this['fire']('error',{'error':new _0x2120c6('ai-chat-interaction-error',this)});if('message-metadata'!==_0x4195ba['event']){if('action-metadata'!==_0x4195ba['event']){if(qi(_0x4195ba['event'])&&this['setConversationTitle'](_0x4195ba['data']['conversationTitle'],!0x0),zi(_0x4195ba['event']))_0x35abd3['push'](_0x4195ba['data']['source']);else{if(Ui(_0x4195ba['event'])){if(_0x4195ba['event']!==_0x4e484){if(_0x4e484=_0x4195ba['event'],'web-search'===_0x4195ba['event']){this['_isWebSearching']||(this['_isWebSearching']=!0x0,this['fire']('webSearchStarted',this));continue;}if('reasoning'===_0x4195ba['event']){this['_isReasoning']||(this['_isReasoning']=!0x0,this['fire']('reasoningStarted',this));continue;}this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this)),this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this)),this['currentReply']&&this['currentReply']['done'](),this['currentReply']=this['createReply']({'type':_0x4195ba['event'],'interactionId':this['id'],'id':_0x4195ba['data']?.['id']}),_0x35abd3['length']>0x0&&'modification-delta'===_0x4195ba['event']&&(this['currentReply']['sources']=_0x35abd3['splice'](0x0));}_0x4195ba['data']['textDelta']&&this['currentReply']['appendContent'](_0x4195ba['data']['textDelta']);}else Fi(_0x4195ba['event'])||_0x218a11('ai-interaction-invalid-event-type',{'chunk':_0x4195ba});}}else this['actionCallId']=_0x4195ba['data']['callId'];}else this['messageId']=_0x4195ba['data']['messageId'];}}finally{this['isStopped']||(_0x35abd3['length']>0x0&&(this['currentReply']['sources']=_0x35abd3['splice'](0x0)),this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x29090b){return this['replies']['find'](_0x3a5a4b=>_0x3a5a4b['id']===_0x29090b);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x156c14=>_0x156c14['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x5a2612){const _0x4b51c7=new ke({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0x5a2612});return this['replies']['push'](_0x4b51c7),_0x4b51c7['delegate'](...je)['to'](this),this['fire']('replyCreated',_0x4b51c7),_0x4b51c7;}['setConversationTitle'](_0x530855,_0x163c97=!0x1){this['fire']('setConversationTitle',_0x530855,_0x163c97);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}var Ie=function(_0x5884a1){return _0x5884a1['FILE']='file',_0x5884a1['DOCUMENT']='document',_0x5884a1['URL']='web-resource',_0x5884a1['TEXT']='text',_0x5884a1['SELECTION']='selection',_0x5884a1;}({}),be=function(_0x8f9318){return _0x8f9318['TEXT']='text',_0x8f9318['MARKDOWN']='markdown',_0x8f9318['HTML']='html',_0x8f9318;}({});const vi=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class wi extends ts(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0xed3620,config:_0x446f97,ownerId:_0x1efc57}){super(),this['_connector']=_0xed3620,this['_config']=_0x446f97,this['_ownerId']=_0x1efc57;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0x521727){const _0x14563e=await this['_createContextItemFromContent'](_0x521727);return this['_addToConversationContextItem'](_0x14563e),'current-document'===_0x14563e['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x14563e;}async['_createContextItemFromContent'](_0x2f2aa9){if(_0x2f2aa9['type']===Ie['DOCUMENT']){const _0x26c8a9=await this['_connector']['fetchDocument'](this['_ownerId'],_0x2f2aa9['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x2f2aa9['type'],'content':_0x26c8a9['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x26c8a9['attributes']?.['version'],'sessionId':_0x26c8a9['attributes']?.['sessionId']};}return{'id':_0x2f2aa9['id'],'uiId':_0x2f2aa9['id'],'label':_0x2f2aa9['attributes']?.['label']||_0x2f2aa9['name']||_0x2f2aa9['url']||_0x2f2aa9['id'],'type':_0x2f2aa9['type'],..._0x2f2aa9?.['attributes']?.['resourceId']?{'resourceId':_0x2f2aa9['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x10e2f4){const _0x4ceca9=this['_pendingContextItems']['get'](_0x10e2f4);_0x4ceca9?.['isReadOnly']||this['_removeContextItem'](_0x10e2f4);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x189097 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x189097['uiId']);const _0x1b0bbd=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x1b0bbd&&this['_addContextItem']({..._0x1b0bbd,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x2b3f18){for(const _0x2dd3aa of _0x2b3f18['values']())this['_addToConversationContextItem'](_0x2dd3aa);this['clearPendingContextItems'](),this['fire']('contextSent',{'contextItems':Array['from'](this['getSentContextItems']()['values']())});}['isCurrentDocumentInContext'](){return this['_pendingContextItems']['has']('current-document');}['isSelectionInContext'](){return this['_pendingContextItems']['has']('selection');}['isCurrentDocumentInConversation'](){return this['_conversationContextItems']['has']('current-document');}static['mapContextItemsToRequestData'](_0x313d18){return Array['from'](_0x313d18['values']())['map'](_0x12388c=>this['_mapContextItemToRequestData'](_0x12388c))['filter'](_0x249170=>null!==_0x249170);}async['addFilesToContext'](_0x1e5bec,_0x8632c8,_0x13368e=Ie['FILE']){const _0x2a42fb='files-'+_0x1a633f();this['_startUploadOperation'](_0x2a42fb);try{await Promise['all'](_0x1e5bec['map'](async _0x3d3cce=>{const _0x2f231c='file-'+_0x1a633f(),_0x5c9edd=_0x3739ad(_0x3d3cce['name']);try{this['_addContextItem']({'type':_0x13368e,'label':_0x8632c8?.['label']||_0x5c9edd,'uiId':_0x2f231c,'resourceId':_0x8632c8?.['resourceId']},!0x0);const _0x416e7d=this['_connector']['uploadFile'](this['_ownerId'],_0x3d3cce,_0x8632c8);this['_ongoingUploads']['set'](_0x2f231c,_0x416e7d['abortController']);const {id:_0x56b42b}=await _0x416e7d['getId']();this['_ongoingUploads']['delete'](_0x2f231c),this['_finishContextItemLoading']({'type':_0x13368e,'id':_0x56b42b,'label':_0x8632c8?.['label']||_0x5c9edd,'uiId':_0x2f231c,'resourceId':_0x8632c8?.['resourceId']},!0x1);}catch(_0x4eaa73){this['_ongoingUploads']['delete'](_0x2f231c);if(!_0x4eaa73['message']['startsWith']('ai-request-aborted')){const _0x49d93c=new _0x2120c6('ai-chat-file-upload-failed',null,{'fileName':_0x5c9edd});_0x49d93c['stack']=_0x4eaa73['stack'],this['fire']('error',{'error':_0x49d93c,'fileName':_0x5c9edd});}this['_removeContextItem'](_0x2f231c);}}));}finally{this['_finishUploadOperation'](_0x2a42fb);}}['addCurrentDocumentToContext'](_0x317973){if(this['isCurrentDocumentInContext']())return;const _0x3bde1c={'type':Ie['DOCUMENT'],'uiId':'current-document','label':_0x317973,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x3bde1c);}async['updateCurrentDocument'](_0xf222c0,_0x34fab8,_0x482c65,_0x3f3e12){const _0x11142d=this['_pendingContextItems']['get']('current-document');if(_0x11142d&&_0xf222c0){_0x11142d['selection']=_0x3f3e12?_0x3f3e12['map'](_0x5aa482=>({'start':_0x5aa482['start'],'end':_0x5aa482['end']})):[];try{if(_0x11142d['version']===_0x34fab8)return;const {id:_0x2ccd02}=await this['_connector']['uploadDocument'](this['_ownerId'],_0xf222c0,{'version':_0x34fab8,'sessionId':_0x482c65})['getId']();_0x11142d['id']=_0x2ccd02,_0x11142d['content']=_0xf222c0,_0x11142d['version']=_0x34fab8,_0x11142d['sessionId']=_0x482c65;}catch(_0x156904){const _0x2e8bed=new _0x2120c6('ai-chat-document-upload-failed',null);_0x2e8bed['stack']=_0x156904['stack'],this['fire']('error',{'error':_0x2e8bed});}}}['addSelectionToContext'](_0x11e57a){this['_addContextItem']({'type':Ie['SELECTION'],'label':_0x11e57a,'uiId':'selection','content':_0x11e57a});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x59ab0f,_0xcb873e){const _0x4f4555='url-'+_0x1a633f();this['_startUploadOperation'](_0x4f4555);const _0x5ce2fc='url-'+_0x1a633f();try{this['_addContextItem']({'type':Ie['URL'],'label':_0xcb873e?.['label']||_0x59ab0f,'uiId':_0x5ce2fc,'resourceId':_0xcb873e?.['resourceId']},!0x0);const _0x20d279=this['_connector']['uploadUrl'](this['_ownerId'],_0x59ab0f,_0xcb873e);this['_ongoingUploads']['set'](_0x5ce2fc,_0x20d279['abortController']);const {id:_0x265e16}=await _0x20d279['getId']();this['_ongoingUploads']['delete'](_0x5ce2fc),this['_finishContextItemLoading']({'type':Ie['URL'],'id':_0x265e16,'label':_0xcb873e?.['label']||_0x59ab0f,'uiId':_0x5ce2fc,'resourceId':_0xcb873e?.['resourceId']},!0x1);}catch(_0x5af163){this['_ongoingUploads']['delete'](_0x5ce2fc),(_0x5af163['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new _0x2120c6('ai-chat-url-upload-failed',this,{'url':_0x59ab0f,'originalError':_0x5af163}),'url':_0x59ab0f}),this['_removeContextItem'](_0x5ce2fc));}finally{this['_finishUploadOperation'](_0x4f4555);}}async['loadSourceResources'](_0x42aba5,_0x35af65,_0x486756){const _0x56f8d7=this['_addContextOptionsState']['sources']['find'](_0x586e2a=>_0x586e2a['id']===_0x42aba5);if(!_0x56f8d7)return this['fire']('error',{'error':new _0x2120c6('ai-chat-source-not-found',this,{'sourceId':_0x42aba5}),'sourceId':_0x42aba5}),[];try{const _0x1af81d=(await _0x56f8d7['getResources'](_0x35af65))['map'](_0x39dc31=>{const _0x5b53e6=this['_isResourceInContext'](_0x39dc31['id']);return{..._0x39dc31,'isInContext':_0x5b53e6};});return _0x56f8d7['resources']=_0x1af81d,this['fire']('sourceResourcesLoaded',{'sourceId':_0x42aba5,'source':_0x56f8d7,'resources':_0x1af81d,'uid':_0x486756}),_0x1af81d;}catch(_0x40cdf1){return this['fire']('error',{'error':new _0x2120c6('ai-chat-source-resources-load-failed',this,{'sourceId':_0x42aba5,'originalError':_0x40cdf1}),'sourceId':_0x42aba5,'sourceLabel':_0x56f8d7['label']}),[];}}async['addResourceToContext'](_0x10e999,_0x5d5625){if(this['_isResourceInContext'](_0x5d5625['id']))return;let _0x28161a=_0x5d5625['data'];if(!_0x28161a&&_0x10e999['getData'])try{_0x28161a=await _0x10e999['getData'](_0x5d5625['id']);}catch(_0x485ff1){return void this['fire']('error',{'error':new _0x2120c6('ai-chat-resource-load-failed',this,{'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id'],'originalError':_0x485ff1}),'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']});}if(_0x28161a)switch(_0x5d5625['type']){case Ie['URL']:if('string'!=typeof _0x28161a)return void this['fire']('error',{'error':new _0x2120c6('ai-chat-context-invalid-data',this,{'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id'],'expectedType':'string','actualType':typeof _0x28161a}),'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']});await this['addUrlToContext'](_0x28161a,{'label':_0x5d5625['label'],'resourceId':_0x5d5625['id']});break;case Ie['FILE']:if(!(_0x28161a instanceof File))return void this['fire']('error',{'error':new _0x2120c6('ai-chat-context-invalid-data',this,{'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id'],'expectedType':'File','actualType':typeof _0x28161a}),'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']});await this['addFilesToContext']([_0x28161a],{'label':_0x5d5625['label'],'resourceId':_0x5d5625['id']});break;case Ie['TEXT']:if('object'!=typeof _0x28161a||!('content'in _0x28161a)||!('type'in _0x28161a))return void this['fire']('error',{'error':new _0x2120c6('ai-chat-context-invalid-data',this,{'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x28161a}),'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']});_0x28161a=wi['_convertTextResourceToFile'](_0x28161a,_0x5d5625['label']),await this['addFilesToContext']([_0x28161a],{'label':_0x5d5625['label'],'resourceId':_0x5d5625['id']},Ie['TEXT']);break;default:this['fire']('error',{'error':new _0x2120c6('ai-chat-context-unsupported-type',this,{'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id'],'resourceType':_0x5d5625['type']}),'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']});}else this['fire']('error',{'error':new _0x2120c6('ai-chat-resource-no-data',this,{'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']}),'resourceId':_0x5d5625['id'],'sourceId':_0x10e999['id']});}static['_convertTextResourceToFile'](_0x28f52d,_0x1bd90d){switch(_0x28f52d['type']){case be['MARKDOWN']:return new File([_0x28f52d['content']],_0x1bd90d,{'type':'text/markdown'});case be['HTML']:return new File([_0x28f52d['content']],_0x1bd90d,{'type':'text/html'});default:return new File([_0x28f52d['content']],_0x1bd90d,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x48558c){switch(_0x48558c['type']){case Ie['FILE']:return{'type':Ie['FILE'],'id':_0x48558c['id']};case Ie['URL']:return{'type':Ie['URL'],'id':_0x48558c['id']};case Ie['DOCUMENT']:return{'type':Ie['DOCUMENT'],'id':_0x48558c['id'],..._0x48558c['selection']?.['length']&&{'selection':_0x48558c['selection']}};case Ie['TEXT']:return{'type':Ie['FILE'],'id':_0x48558c['id']};default:return null;}}['_addContextItem'](_0x1727aa,_0x2590c6=!0x1){if(this['_pendingContextItems']['set'](_0x1727aa['uiId'],_0x1727aa),_0x1727aa['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x1727aa,'isLoading':_0x2590c6}),'current-document'===_0x1727aa['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x1727aa['resourceId']){const _0x25610b=this['_findSourceIdsByResourceId'](_0x1727aa['resourceId']);_0x25610b&&_0x25610b['forEach'](_0x137ff8=>{this['_updateResourceInContextState'](_0x137ff8,_0x1727aa['resourceId'],!0x0);});}}['_removeContextItem'](_0x2b4554){const _0x576851=this['_pendingContextItems']['get'](_0x2b4554),_0x447ede=this['_ongoingUploads']['get'](_0x2b4554);if(_0x447ede&&(_0x447ede['abort'](),this['_ongoingUploads']['delete'](_0x2b4554)),_0x576851?.['resourceId']){const _0x356068=this['_findSourceIdsByResourceId'](_0x576851['resourceId']);_0x356068&&_0x356068['forEach'](_0x5c5546=>{this['_updateResourceInContextState'](_0x5c5546,_0x576851['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x2b4554),this['fire']('contextItemRemoved',{'uiId':_0x2b4554,'type':_0x576851?.['type']}),'current-document'===_0x2b4554&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x29f2c8,_0x12c489){if(this['_pendingContextItems']['has'](_0x29f2c8['uiId'])&&(this['_pendingContextItems']['set'](_0x29f2c8['uiId'],_0x29f2c8),this['fire']('contextItemLoadingEnded',{'contextItem':_0x29f2c8,'isLoading':_0x12c489}),_0x29f2c8['resourceId'])){const _0x4975e7=this['_findSourceIdsByResourceId'](_0x29f2c8['resourceId']);_0x4975e7&&_0x4975e7['forEach'](_0x19fdb1=>{this['_updateResourceInContextState'](_0x19fdb1,_0x29f2c8['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x26dda6){this['_conversationContextItems']['set'](_0x26dda6['uiId'],_0x26dda6);}['_setAddContextOptionsDefaultState'](){this['_addContextOptionsState']={'document':{'enabled':!0x1!==this['_config']?.['document']?.['enabled'],'isHidden':!0x1},'urls':{'enabled':!0x1!==this['_config']?.['urls']?.['enabled']},'files':{'enabled':!0x1!==this['_config']?.['files']?.['enabled']},'sources':this['_getCustomSourcesInitialState']()},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x3f8768=>({..._0x3f8768,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x421de6=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x421de6,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x2b32a8){for(const _0x5330f3 of this['_pendingContextItems']['values']())if(_0x5330f3['resourceId']===_0x2b32a8)return!0x0;for(const _0x4a197e of this['_conversationContextItems']['values']())if(_0x4a197e['resourceId']===_0x2b32a8)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x5b68f1){const _0x3a5e1a=[];for(const _0x1eaea3 of this['_addContextOptionsState']['sources']){_0x1eaea3['resources']['find'](_0x4afa58=>_0x4afa58['id']===_0x5b68f1)&&_0x3a5e1a['push'](_0x1eaea3['id']);}return 0x0===_0x3a5e1a['length']?null:_0x3a5e1a;}['_updateResourceInContextState'](_0x55f4f3,_0x2feb46,_0x1c00f1){const _0xf90c30=this['_addContextOptionsState']['sources']['find'](_0x5826f9=>_0x5826f9['id']===_0x55f4f3);if(!_0xf90c30)return;const _0x4276ad=_0xf90c30['resources']['find'](_0x21b8ef=>_0x21b8ef['id']===_0x2feb46);_0x4276ad&&(_0x4276ad['isInContext']=_0x1c00f1,this['fire']('resourceStateChanged',{'sourceId':_0x55f4f3,'resourceId':_0x2feb46,'isInContext':_0x1c00f1}));}['_startUploadOperation'](_0x3bcca3){this['_ongoingUploadOperations']['set'](_0x3bcca3,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x102ec8){this['_ongoingUploadOperations']['delete'](_0x102ec8),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const fi=['capabilitiesUpdated'];class Ii extends _0x27cb74(){['_isWebSearchEnabled'];['_isReasoningEnabled'];constructor(){super(),this['_isWebSearchEnabled']=!0x1,this['_isReasoningEnabled']=!0x1;}['init'](){this['reset']();}['reset'](){this['setWebSearch'](!0x1),this['setReasoning'](!0x1);}['getCapabilitiesConfig'](){return{'isWebSearchEnabled':this['_isWebSearchEnabled'],'isReasoningEnabled':this['_isReasoningEnabled']};}static['getCapabilitiesRequestData'](_0x19945b){const _0x2d422f={};return _0x19945b&&_0x19945b['isWebSearchEnabled']&&(_0x2d422f['webSearch']={}),_0x19945b&&_0x19945b['isReasoningEnabled']&&(_0x2d422f['reasoning']={}),_0x2d422f;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x468897){_0x468897!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x468897,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x11756c){_0x11756c!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x11756c,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Ci extends xe{['userMessage'];['conversationId'];['contextItems']=new Map();['model'];['quickActionData'];constructor(_0x341646){super(_0x341646),this['conversationId']=_0x341646['conversationId'],this['contextItems']=_0x341646['contextItems'],this['capabilities']=_0x341646['capabilities'],this['userMessage']=_0x341646['userMessage'],this['model']=_0x341646['model'],this['quickActionData']=_0x341646['quickActionData'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':wi['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Ii['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'quickActionData':this['quickActionData']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class _t extends _0x27cb74(){['id'];['isStarted']=!0x1;['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x2686d9){super(),this['options']=_0x2686d9,this['connector']=_0x2686d9['connector'],this['chatModels']=_0x2686d9['chatModels'],this['id']=_0x2686d9['conversationId'];}async['init'](_0x13e797){try{this['chatContext']=new wi({'connector':this['connector'],'config':_0x13e797,'ownerId':this['id']}),this['chatContext']['delegate'](...vi)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Ii(),this['chatCapabilities']['delegate'](...fi)['to'](this),this['chatCapabilities']['init']();const _0x4f8345=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x4f8345});const _0x224dc6=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x224dc6&&await this['setModel'](_0x224dc6);}catch(_0xdc05e4){const _0x23d004=new _0x2120c6('ai-chat-conversation-init-failed',null,{'message':_0xdc05e4['message']});_0x23d004['stack']=_0xdc05e4['stack'],this['fire']('error',{'error':_0x23d004});}}async['start'](){if(this['isStarted'])throw new _0x2120c6('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new _0x2120c6('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x1bf688}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x1bf688,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x350371){const _0x556b35=new _0x2120c6('ai-chat-conversation-start-failed',null,{'message':_0x350371['message']});_0x556b35['stack']=_0x350371['stack'],this['fire']('error',{'error':_0x556b35});}}async['load'](_0x40eeb9,_0x40cca2){try{const _0x3c3f35=await this['connector']['fetchConversation'](_0x40eeb9)['getConversation'](),_0x327943=await this['connector']['fetchConversationMessages'](_0x40eeb9)['getMessages'](),_0x457d7e=_0x327943[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x3c3f35['id'],'title'in _0x3c3f35?this['fire']('setConversationTitle',_0x3c3f35['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x4deddb=(await this['chatModels']['getAll']())['find'](_0x58d2d3=>_0x58d2d3['id']['toLowerCase']()===_0x457d7e['toLowerCase']());return this['selectedModel']=_0x4deddb,this['fire']('modelSelected',{'selectedModel':_0x4deddb,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x327943,_0x40cca2,_0x457d7e),this['currentInteraction']=void 0x0,this;}catch(_0x550972){const _0x57d9f4=new _0x2120c6('ai-chat-conversation-init-from-id-failed',null,{'message':_0x550972['message'],'conversationId':_0x40eeb9});throw _0x57d9f4['stack']=_0x550972['stack'],this['fire']('error',{'error':_0x57d9f4}),_0x57d9f4;}}async['_processMessagesToInteractions'](_0x8b67ec,_0xfc9377,_0x5d581d){let _0x40b6f0;for(const _0x21d23f of _0x8b67ec)if('user'===_0x21d23f['role']){const _0x507913=await this['_extractContextItems'](_0x21d23f),_0x1f467d={'isReasoningEnabled':Object['hasOwn'](_0x21d23f['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x21d23f['capabilities'],'webSearch')};_0x40b6f0=this['createInteraction']({'userMessage':_0x21d23f['prompt'],'contextItems':_0x507913,'capabilities':_0x1f467d,'modelId':_0x5d581d,'quickActionData':_0x21d23f['attributes']?.['quickActionData']}),this['currentInteraction']=_0x40b6f0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x21d23f['role']&&_0x40b6f0)for(const _0x15ebb2 of _0x21d23f['content']){const _0x966769='text'===_0x15ebb2['type']?'text-delta':'modification-delta',_0x5a092=_0x40b6f0['getDocumentContext']()?.['sessionId']!==_0xfc9377;_0x40b6f0['currentReply']=_0x40b6f0['createReply']({'type':_0x966769,'isDone':!0x0,'interactionId':_0x40b6f0['id'],'areActionsDisabled':_0x5a092}),_0x40b6f0['currentReply']['appendContent'](_0x15ebb2['content']);}}}async['_extractContextItems'](_0x2aff07){const _0x16b3b9=new Map();if(!_0x2aff07['content'])return _0x16b3b9;for(const _0x21868e of _0x2aff07['content']){const _0x480c8d=await this['chatContext']['populateFromMessage'](_0x21868e);_0x480c8d&&_0x16b3b9['set'](_0x480c8d['id'],_0x480c8d);}return _0x16b3b9;}async['handleUserInteraction']({userMessage:_0x1ecae2,quickActionData:_0x569ba2}){if(!this['isStarted'])throw new _0x2120c6('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new _0x2120c6('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x159936=this['chatContext']['getPendingContextItems'](),_0x47a1c9=this['chatCapabilities']['getCapabilitiesConfig'](),_0x125b40=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x1ecae2,'contextItems':_0x159936,'capabilities':_0x47a1c9,'modelId':_0x125b40,'quickActionData':_0x569ba2}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x4fe0b3){this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x4fe0b3});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x36364e,contextItems:_0x25da0c,capabilities:_0x29dab8,modelId:_0xdf2c0a,quickActionData:_0x14c72e}){const _0x11cf06=new Ci({'userMessage':_0x36364e,'contextItems':_0x25da0c,'capabilities':_0x29dab8,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0xdf2c0a,'quickActionData':_0x14c72e});return _0x11cf06['delegate'](...je)['to'](this),this['interactions']['push'](_0x11cf06),this['fire']('interactionCreated',_0x11cf06),_0x11cf06;}['getInteraction'](_0x24d4ea){return this['interactions']['find'](_0x546d94=>_0x546d94['id']===_0x24d4ea);}['removeInteraction'](_0x35a349){const _0x179de6=this['getInteraction'](_0x35a349);_0x179de6&&(_0x179de6['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x179de6),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x2271d5){this['chatContext']['addCurrentDocumentToContext'](_0x2271d5);}async['updateCurrentDocumentInContext']({content:_0x1dfda8,version:_0xa8b33b,sessionId:_0x2a40da,selections:_0x278ee0}){await this['chatContext']['updateCurrentDocument'](_0x1dfda8,_0xa8b33b,_0x2a40da,_0x278ee0);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x1822e4){this['chatContext']['addSelectionToContext'](_0x1822e4);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x361fc5){this['chatContext']['addFilesToContext'](_0x361fc5);}['addUrlToContext'](_0x18ea18){this['chatContext']['addUrlToContext'](_0x18ea18);}['addResourceToContext'](_0x5e7891,_0x32597c){this['chatContext']['addResourceToContext'](_0x5e7891,_0x32597c);}['loadSourceResources'](_0x599602,_0x416dbd,_0x133814){return this['chatContext']['loadSourceResources'](_0x599602,_0x416dbd,_0x133814);}['removeFromContext'](_0x83435f){this['chatContext']['removeFromContext'](_0x83435f);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x357b6f){_0x357b6f?!0x1===await this['chatModels']['isAvailable'](_0x357b6f)&&(_0x218a11('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x357b6f}),_0x357b6f=(await this['chatModels']['getAvailableModels']())[0x0]):(_0x218a11('ai-chat-conversation-set-model-null',{'conversation':this}),_0x357b6f=(await this['chatModels']['getAvailableModels']())[0x0]),_0x357b6f['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x357b6f,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x357b6f}));}}function q(_0x32f714){if(_0x32f714 instanceof pt)return _0x32f714;if(_0x32f714?.['editors']&&_0x32f714['editors']['get'](0x0))return _0x32f714['editors']['length']>0x1&&console['warn']('AIChat:\x20Multiple\x20editor\x20instances\x20detected.\x20Only\x20the\x20first\x20editor\x20instance\x20will\x20be\x20used\x20for\x20AI\x20operations.\x20This\x20configuration\x20is\x20not\x20fully\x20supported\x20and\x20may\x20lead\x20to\x20unexpected\x20behavior.'),_0x32f714['editors']['get'](0x0);throw new _0x2120c6('ai-get-editor-from-context-no-editor');}const yt='ai-selection';class N extends _0x3e59e0{['_displayedFakeSelectionId']=null;['_displayedFakeSelectionLocked']=!0x1;['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x3ed985=q(this['context']),_0x2d7dc7=_0x3ed985['plugins']['has']('RealTimeCollaborationClient')&&_0x3ed985['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x2d7dc7||_0x1a633f();}return this['_sessionId'];}['getDocumentData'](){const _0x5e3bbe=q(this['context']),_0x587c9f=_0x5e3bbe['model'],_0x4b8423=_0x5e3bbe['data']['toView'](_0x587c9f['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x22c068=new kt(_0x5e3bbe['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x4b8423,_0x22c068);let _0x5dcaf7=_0x5e3bbe['data']['processor']['toData'](_0x4b8423);const _0x2d4833=this['_getMarkersInDocumentOrder'](),_0x5aff16=[];for(const _0x468fcb of _0x2d4833){const _0x5ba558='<'+_0x468fcb['name']+':start></'+_0x468fcb['name']+':start>',_0x55f7db=_0x5dcaf7['indexOf'](_0x5ba558);_0x5dcaf7=_0x5dcaf7['substring'](0x0,_0x55f7db)+_0x5dcaf7['substring'](_0x55f7db+_0x5ba558['length']);const _0xeca946='<'+_0x468fcb['name']+':end></'+_0x468fcb['name']+':end>',_0x310d45=_0x5dcaf7['indexOf'](_0xeca946);_0x5dcaf7=_0x5dcaf7['substring'](0x0,_0x310d45)+_0x5dcaf7['substring'](_0x310d45+_0xeca946['length']),_0x5aff16['push']({'markerName':_0x468fcb['name'],'start':_0x55f7db,'end':_0x310d45,'htmlFragment':_0x5dcaf7['substring'](_0x55f7db,_0x310d45)});}return{'content':_0x5dcaf7,'version':_0x5e3bbe['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x5aff16};}async['afterInit'](){this['context']instanceof pt?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x4f61ac,_0x24efd5)=>{_0x24efd5['on']('ready',()=>{this['_integrateEditor'](_0x24efd5);});});}['_integrateEditor'](_0x1ecedb){_0x1ecedb['conversion']['for']('editingDowncast')['markerToHighlight']({'model':yt,'view':{'classes':['ck-fake-ai-selection','ck-ai-assistant-ui_theme'],'priority':0xc}}),_0x1ecedb['conversion']['for']('dataDowncast')['markerToElement']({'model':yt,'view':(_0x143541,{writer:_0x46b5c8,options:_0x22a278})=>_0x22a278['convertAiChatSelectionMarker']?_0x46b5c8['createUIElement'](_0x143541['markerName']+':'+(_0x143541['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x10509e,_0x35b21c,_0x31862f=!0x1,_0x27ad52=!0x1){if(this['_displayedFakeSelectionLocked']&&!_0x27ad52)return!0x1;const _0x5752cf=q(this['context'])['model'];return _0x5752cf['change'](_0x108190=>{this['_displayedFakeSelectionId']&&this['hideFakeVisualSelection'](this['_displayedFakeSelectionId']),this['_displayedFakeSelectionId']=_0x35b21c,this['_displayedFakeSelectionLocked']=_0x31862f;let _0x653b30=0x0;for(let _0x40963b of _0x10509e){const _0x4c1df2=yt+':'+_0x653b30;if(_0x40963b['start']['isAtEnd']){const _0x4c68cb=_0x40963b['start']['getLastMatchingPosition'](({item:_0x14cf70})=>!_0x5752cf['schema']['isContent'](_0x14cf70),{'boundaries':_0x40963b});_0x40963b=_0x108190['createRange'](_0x4c68cb,_0x40963b['end']);}_0x108190['addMarker'](_0x4c1df2,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x40963b}),_0x653b30++;}}),window['getSelection']()?.['removeAllRanges'](),!0x0;}['hideFakeVisualSelection'](_0x1ef409){if(this['_displayedFakeSelectionId']!=_0x1ef409)return!0x1;this['_displayedFakeSelectionId']=null,this['_displayedFakeSelectionLocked']=!0x1;const _0x4d502b=q(this['context']),_0x4c19d2=_0x4d502b['model']['markers']['getMarkersGroup'](yt);return _0x4d502b['model']['change'](_0x1f3bc2=>{for(const _0x2c37c1 of _0x4c19d2)_0x1f3bc2['removeMarker'](_0x2c37c1);}),!0x0;}['modelToViewWithIds'](_0x44a943){const _0x1f68e2=q(this['context']),_0x47109f=_0x1f68e2['data']['toView'](_0x44a943),_0x12f41b=new kt(_0x1f68e2['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x47109f,_0x12f41b),_0x47109f;}['_setDataIdsOnChildren'](_0x378726,_0x583127){let _0x394f27=!0x1;const _0xd1380a=new Set();for(const _0x54bcfb of _0x378726['getChildren']()){const _0x39e9a8=_0x54bcfb['is']('emptyElement')||_0x54bcfb['is']('containerElement');if(!_0x54bcfb['is']('element'))continue;(this['_setDataIdsOnChildren'](_0x54bcfb,_0x583127)||_0x39e9a8)&&(_0x583127['setAttribute']('data-id',this['_nextDataId'](_0xd1380a),_0x54bcfb),_0x394f27=!0x0);}return _0x394f27;}['_nextDataId'](_0x4183f5){let _0x8fea16;do{_0x8fea16='';for(let _0x7643fa=0x0;_0x7643fa<0x4;_0x7643fa++)_0x8fea16+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x4183f5['has'](_0x8fea16));return _0x4183f5['add'](_0x8fea16),_0x8fea16;}['getSelectionText'](){const {model:_0x490811}=q(this['context']),_0x5185c7=_0x490811['document']['selection'],_0x4b02c7=_0x490811['getSelectedContent'](_0x5185c7),_0x2780e2=[],_0x3672ee=_0x490811['createRangeIn'](_0x4b02c7)['getWalker']();for(const {item:_0x3373f4}of _0x3672ee)_0x3373f4['is']('$textProxy')?_0x2780e2['push'](_0x3373f4['data']):_0x3373f4['is']('element')&&_0x2780e2['length']>0x0&&'\x20'!==_0x2780e2[_0x2780e2['length']-0x1]&&_0x2780e2['push']('\x20');return'\x22'+_0x2780e2['join']('')['trim']()+'\x22';}['_getMarkersInDocumentOrder'](){const _0x52fa53=q(this['context'])['model'];return Array['from'](_0x52fa53['markers']['getMarkersGroup'](yt))['sort']((_0x333ea9,_0x4d7be2)=>_0x333ea9['getStart']()['isBefore'](_0x4d7be2['getStart']())?-0x1:_0x333ea9['getStart']()['isAfter'](_0x4d7be2['getStart']())?0x1:0x0);}}const H=['applySuggestion','insertSuggestion','showChangeInText'];class hh extends _0x3249c4{['actionsButton'];['children'];['applySuggestionModel'];['showChangeInTextModel'];['insertSuggestionModel'];['_partsCount']=0x1;['_dropdownOriginalConfig'];['_dropdownCurrentConfig'];['_firstRender']=!0x0;constructor(_0x16068b,_0x529e3c){super(_0x16068b),this['_dropdownOriginalConfig']=_0x529e3c||[...H],this['_dropdownCurrentConfig']=[...this['_dropdownOriginalConfig']];const _0x1c137c=this['bindTemplate'];this['set']('isEnabled',!0x0),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['applySuggestionModel']=new _0x32dcb3({'label':Sn('applySuggestion',_0x16068b,this['_partsCount']),'icon':_0x1e5ca3,'withText':!0x0,'type':'button','actionName':'applySuggestion'}),this['showChangeInTextModel']=new _0x32dcb3({'label':Sn('showChangeInText',_0x16068b,this['_partsCount']),'icon':_0x12e44a,'withText':!0x0,'type':'button','actionName':'showChangeInText'}),this['insertSuggestionModel']=new _0x32dcb3({'label':Sn('insertSuggestion',_0x16068b,this['_partsCount']),'icon':_0x2ce81a,'withText':!0x0,'type':'button','actionName':'insertSuggestion'}),this['actionsButton']=this['_createActionsDropdownOrButton'](_0x16068b),this['children']=this['createCollection'](),this['actionsButton']&&this['children']['add'](this['actionsButton']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x1c137c['if']('isVisible','ck-hidden',_0x1137ca=>!_0x1137ca)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_dropdownCurrentConfig']=this['isTrackChangesOn']?this['_dropdownOriginalConfig']['filter'](_0x3b6e55=>'applySuggestion'!==_0x3b6e55):[...this['_dropdownOriginalConfig']],this['_updateDropdownActions'](_0x16068b);});}['_updateDropdownActions'](_0x19535f){this['actionsButton']&&this['children']['has'](this['actionsButton'])&&(this['children']['remove'](this['actionsButton']),this['actionsButton']['destroy']()),this['actionsButton']=this['_createActionsDropdownOrButton'](_0x19535f),this['actionsButton']&&this['children']['add'](this['actionsButton']);}['_createActionsDropdownOrButton'](_0x30d287){if(0x0==this['_dropdownCurrentConfig']['length'])return null;const _0x4fd0be=0x1===this['_dropdownCurrentConfig']['length']?this['_createActionsButton'](_0x30d287):this['_createActionsDropdown'](_0x30d287),_0x1e49f5=this['_firstRender']?'':'ck-ai-chat__feed__ai-suggestion__actions--no-animation';_0x4fd0be['set']({'label':Sn(this['_dropdownCurrentConfig'][0x0],_0x30d287,this['_partsCount']),'tooltip':wn(this['_dropdownCurrentConfig'][0x0],_0x30d287,this['_partsCount']),'withText':!0x0,'class':'ck-ai-chat__feed__ai-suggestion__actions\x20'+_0x1e49f5});for(const _0x3241fa of this['_dropdownCurrentConfig'])_0x4fd0be['on'](_0x3241fa,()=>{this['fire'](_0x3241fa);});return this['_firstRender']=!0x1,_0x4fd0be;}['_createActionsButton'](_0x3bc5bf){const _0x47466f=new _0x290cbd(_0x3bc5bf);return _0x47466f['set']({'class':'ck-ai-button-primary','withText':!0x0}),_0x47466f['on']('execute',()=>{_0x47466f['fire'](this['_dropdownCurrentConfig'][0x0]);}),_0x47466f;}['_createActionsDropdown'](_0x42deaa){const _0x3cba5a=new Tn(_0x42deaa,{'listItemModels':this['_dropdownCurrentConfig']['map'](_0x3af267=>{switch(_0x3af267){case'applySuggestion':return this['applySuggestionModel'];case'showChangeInText':return this['showChangeInTextModel'];case'insertSuggestion':return this['insertSuggestionModel'];}})});return _0x3cba5a['set']({'label':Sn(this['_dropdownCurrentConfig'][0x0],_0x42deaa,this['_partsCount']),'tooltip':wn(this['_dropdownCurrentConfig'][0x0],_0x42deaa,this['_partsCount']),'withText':!0x0,'class':'ck-ai-chat__feed__ai-suggestion__actions','balloonPanelClass':'ck-ai-chat__feed__ai-suggestion__actions__balloon'}),_0x3cba5a['bind']('isEnabled')['to'](this),_0x3cba5a;}['updateLabels'](_0xa7d0a2){const _0x1fc189=this['locale'];this['_partsCount']=_0xa7d0a2||this['_partsCount'],this['actionsButton']['set']({'label':Sn(this['_dropdownCurrentConfig'][0x0],_0x1fc189,this['_partsCount']),'tooltip':wn(this['_dropdownCurrentConfig'][0x0],_0x1fc189,this['_partsCount'])}),this['applySuggestionModel']['label']=Sn('applySuggestion',_0x1fc189,this['_partsCount']),this['showChangeInTextModel']['label']=Sn('showChangeInText',_0x1fc189,this['_partsCount']),this['insertSuggestionModel']['label']=Sn('insertSuggestion',_0x1fc189,this['_partsCount']);}}class Tn extends _0x351feb{['bodyCollection'];['balloonPanelView'];['listView'];['keystrokeHandler'];constructor(_0x256c53,_0x2ded11){super(_0x256c53),this['balloonPanelView']=new _0x1a6e6e(this['locale']),this['bodyCollection']=new _0x52097e(this['locale']),this['bodyCollection']['attachToDom'](),this['set']('balloonPanelClass',''),this['balloonPanelView']['bind']('class')['to'](this,'balloonPanelClass'),this['listView']=this['_setUpList'](_0x2ded11['listItemModels']['slice'](0x1)),this['bodyCollection']['add'](this['balloonPanelView']),this['balloonPanelView']['content']['add'](this['listView']),this['arrowView']['unbind']('tooltip'),this['arrowView']['set']('tooltip',i(this['locale'],'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP')),this['_setUpKeystrokes'](),this['on']('execute',()=>{const _0x21b3f9=_0x2ded11['listItemModels'][0x0]['actionName'];this['fire'](_0x21b3f9),this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),this['on']('open',()=>{this['balloonPanelView']['isVisible']?(this['balloonPanelView']['hide'](),this['arrowView']['focus']()):(this['balloonPanelView']['pin']({'target':this['element'],'positions':['ltr'===this['locale']['uiLanguageDirection']?pn:In]}),this['listView']['focus']());}),_0x178524({'emitter':this['balloonPanelView'],'callback':()=>{this['balloonPanelView']['hide']();},'activator':()=>this['balloonPanelView']['isVisible'],'contextElements':()=>[this['element'],this['balloonPanelView']['element']]});}['_setUpList'](_0x3fe38d){const _0xa3a87b=this['locale'],_0xd3fb66=new _0x36c9a6(_0xa3a87b);for(const _0x194315 of _0x3fe38d){const _0x14a1d1=new _0x36570a(_0xa3a87b),_0x1df12b=new _0x19db8a(_0xa3a87b);_0x1df12b['bind'](...Object['keys'](_0x194315))['to'](_0x194315),_0x1df12b['delegate']('execute')['to'](_0xd3fb66),_0x14a1d1['children']['add'](_0x1df12b),_0xd3fb66['items']['add'](_0x14a1d1);}return _0xd3fb66['items']['delegate']('execute')['to'](this),_0xd3fb66['on']('execute',_0x1cc391=>{const _0x247fa7=_0x1cc391['source'];this['fire'](_0x247fa7['actionName']),this['balloonPanelView']['hide'](),this['arrowView']['focus']();}),_0xd3fb66;}['_setUpKeystrokes'](){this['keystrokeHandler']=new _0x3116d1(),this['keystrokeHandler']['listenTo'](this['balloonPanelView']['element']),this['keystrokeHandler']['set']('esc',(_0x4a0176,_0x344058)=>{this['balloonPanelView']['hide'](),this['arrowView']['focus'](),_0x344058();});}['destroy'](){super['destroy'](),this['keystrokeHandler']['destroy'](),this['balloonPanelView']['destroy'](),this['bodyCollection']['detachFromDom']();}}function pn(_0x84a9df){return{'top':_0x84a9df['bottom'],'left':_0x84a9df['left'],'name':'arrowless','config':{'withArrow':!0x1}};}function In(_0x3a7550,_0x1ceda0){return{'top':_0x3a7550['bottom'],'left':_0x3a7550['left']-(_0x1ceda0['width']-_0x3a7550['width']),'name':'arrowless','config':{'withArrow':!0x1}};}function Sn(_0x5afb26,_0x382e3d,_0x10f8a1){switch(_0x5afb26){case'applySuggestion':return i(_0x382e3d,'AI_CHAT_SUGGESTION_ACTION_APPLY_LABEL',_0x10f8a1);case'showChangeInText':return i(_0x382e3d,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT',_0x10f8a1);case'insertSuggestion':return i(_0x382e3d,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION',_0x10f8a1);}}function wn(_0xe68679,_0x4aed38,_0x5b5c02){switch(_0xe68679){case'applySuggestion':return i(_0x4aed38,'AI_CHAT_SUGGESTION_ACTION_APPLY_TOOLTIP',_0x5b5c02);case'showChangeInText':return i(_0x4aed38,'AI_CHAT_SUGGESTION_ACTION_SHOW_CHANGE_IN_TEXT_TOOLTIP',_0x5b5c02);case'insertSuggestion':return i(_0x4aed38,'AI_CHAT_SUGGESTION_ACTION_INSERT_SUGGESTION_TOOLTIP',_0x5b5c02);}}class ni extends _0x27cb74(){['_connector'];['_availableModels'];['_defaultModelId'];['_modelList']=[];constructor({connector:_0x3d7c96,availableModels:_0x3168ef,defaultModelId:_0x11b878}){super(),this['_connector']=_0x3d7c96,this['_availableModels']=_0x3168ef,this['_defaultModelId']=_0x11b878;}async['getAll'](){if(!this['_modelList']['length'])try{const _0x276b53=this['_connector']['getModels'](),_0x31d284=await _0x276b53['list']();this['_modelList']=_0x31d284['items'];}catch(_0x270808){throw new _0x2120c6('ai-models-unable-to-retrieve',null,{'error':_0x270808});}return[...this['_modelList']];}async['getAvailableModels'](){const _0x7076f3=await this['getAll']();return this['_filterModels'](_0x7076f3,this['_availableModels']);}async['getModel'](_0x4dc0c5){const _0x2d880a=await this['getAll']();if(!_0x2d880a['length'])return null;if(_0x4dc0c5){const _0x131cb6=this['_getModelById'](_0x2d880a,_0x4dc0c5);if(_0x131cb6)return _0x131cb6;_0x218a11('ai-chat-model-id-unrecognized',{'modelId':_0x4dc0c5,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x1deefc=await this['getAvailableModels']();if(!_0x1deefc['length'])return null;if(this['_defaultModelId']){const _0x45376d=this['_getModelById'](_0x1deefc,this['_defaultModelId']);if(_0x45376d)return _0x45376d;_0x218a11('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x1deefc[0x0]['id']});}return _0x1deefc[0x0];}async['isAvailable'](_0x48fbde){return(await this['getAvailableModels']())['some'](_0x4e839c=>_0x4e839c['name']===_0x48fbde['name']&&_0x4e839c['provider']===_0x48fbde['provider']);}['_filterModels'](_0x3dd48d,_0x1b129e){let _0x38bcad;if(_0x1b129e){_0x38bcad=[];const _0x5df624='string'==typeof _0x1b129e?[_0x1b129e['toLocaleLowerCase']()]:_0x1b129e['map'](_0x5b9bb6=>_0x5b9bb6['toLocaleLowerCase']());for(const _0x28c969 of _0x5df624)for(const _0x111dce of _0x3dd48d)(_0x111dce['id']['toLocaleLowerCase']()===_0x28c969||_0x111dce['name']['toLocaleLowerCase']()===_0x28c969||Ne(_0x111dce)&&'auto'===_0x28c969||_0x111dce['provider']['toLocaleLowerCase']()===_0x28c969||_0x111dce['id']['toLocaleLowerCase']()['startsWith'](_0x28c969))&&_0x38bcad['push'](_0x111dce);}else _0x38bcad=_0x3dd48d;return _0x38bcad;}['_getModelById'](_0x1a2fcc,_0x4e68b9){return _0x1a2fcc['find'](_0x51c533=>Ne(_0x51c533)&&'auto'===_0x4e68b9?_0x51c533:_0x51c533['id']===_0x4e68b9)||null;}static['getLocalized'](_0x3135df,_0x3c556b){return _0x3c556b['map'](_0x5d8456=>{if(Ne(_0x5d8456))_0x5d8456['name']=i(_0x3135df,'AI_MODEL_NAME_AUTO'),_0x5d8456['description']=i(_0x3135df,'AI_MODEL_DESCRIPTION_AUTO');else i(_0x3135df,'AI_MODEL_DESCRIPTION_'+_0x5d8456['id']['toUpperCase']())['startsWith']('AI_MODEL_DESCRIPTION_')||(_0x5d8456['description']=i(_0x3135df,'AI_MODEL_DESCRIPTION_'+_0x5d8456['id']['toUpperCase']()));return _0x5d8456;});}}function Ne(_0x485241){return _0x485241['id']['startsWith']('agent');}class It extends ni{async['getAll'](){return(await super['getAll']())['sort']((_0x8dea7d,_0x46890b)=>{const _0x2299ad=Object['values'](_0x8dea7d['capabilities'])['filter'](_0x5ecb63=>_0x5ecb63['enabled'])['length'];return Object['values'](_0x46890b['capabilities'])['filter'](_0xde8503=>_0xde8503['enabled'])['length']-_0x2299ad;});}}function rt({editor:_0xc96a57,interaction:_0x54e810,reply:_0x2a7b93,groups:_0x1f63e7,transform:_0x5dd39e,documentCompare:_0x15c1f0,documentCompareOptions:_0xf97c0}){const _0x380ffa=_0x54e810['getDocumentContext']();if(!_0x380ffa)return[];const _0x58265e=_0x380ffa['content'],_0x1c21d1=_0x380ffa['version'],_0x42a2c0=_0x2a7b93['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x3cce00}of _0x1f63e7){const _0x4edca1=_0x3cce00['filter'](_0xefc829=>'new'!=_0xefc829['type'])['map'](_0x4ffe84=>Dt('data-id',_0x4ffe84['id'],_0x42a2c0)),_0x307c70=_0x3cce00['filter'](_0x3faff3=>'removed'!=_0x3faff3['type'])['map'](_0x551ba1=>_0x551ba1['node']['cloneNode'](!0x0));let _0x3a0c37=null;if(_0x4edca1['length']){_0x3a0c37=_0x4edca1[0x0]['previousSibling'];for(let _0x46d430=0x0;_0x46d430<_0x4edca1['length'];_0x46d430++)_0x55953c(_0x4edca1[_0x46d430]);}if(_0x307c70['length']){_0x3a0c37||(_0x3cce00[0x0]['anchorId']?_0x3a0c37=Dt('data-id',_0x3cce00[0x0]['anchorId'],_0x42a2c0):(_0x3a0c37=_0x307c70['shift'](),_0x3041bd(_0x42a2c0,_0x3a0c37)));for(let _0x7afd83=0x0;_0x7afd83<_0x307c70['length'];_0x7afd83++)_0x5e4053(_0x3a0c37,_0x307c70[_0x7afd83]),_0x3a0c37=_0x307c70[_0x7afd83];}}const _0x5d7ec4=St(_0x42a2c0),_0x517695=_0x15c1f0['getDiff'](_0x58265e,_0x5d7ec4,_0xf97c0)['getOperations']();if(_0x5dd39e){const _0x4feeed=_0xc96a57['model']['document']['history']['getOperations'](_0x1c21d1),_0x1c6aeb={'document':_0xc96a57['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return ut(_0x517695,_0x4feeed,_0x1c6aeb)['operationsA'];}return _0x517695;}function ot(_0x1398c3,_0x58e7b8){if('marker'!=_0x58e7b8['type'])return;const _0x5656d1=_0x1398c3['model']['markers']['get'](_0x58e7b8['name']);_0x5656d1&&(_0x58e7b8['oldRange']=_0x5656d1['getRange']());}class Sr extends _0xf901f6{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x339556,_0x4422c3={},_0x18b09e){super(_0x339556),this['set']('isLoading',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x4422c3};const _0x300c65=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x300c65?'ck-ai-mini-toolbar\x20ck-hidden':'ck-ai-mini-toolbar',this['_config']['showCopy']&&(this['_setupCopyButton'](),this['items']['add'](this['copyButton'])),this['_config']['showChanges']&&(this['_setupShowChangesButton'](_0x18b09e),this['items']['add'](this['showChangesButton'])),this['_setupRatingButtons'](),this['_config']['showLike']&&this['items']['add'](this['likeButton']),this['_config']['showDislike']&&this['items']['add'](this['dislikeButton']),this['_config']['customView']&&this['items']['addMany'](this['_config']['customView']);}['_setupRatingButtons'](){this['likeButton']=new _0x290cbd(this['locale']),this['likeButton']['set']({'icon':_0x41a339,'label':i(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x44d619=>!_0x44d619),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new _0x290cbd(this['locale']),this['dislikeButton']['set']({'icon':_0x1b174c,'label':i(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this,'isLoading',_0x3e05ae=>!_0x3e05ae),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new _0x290cbd(this['locale']),this['copyButton']['set']({'icon':_0x340a5f,'label':i(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button','tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x3c2a26=>!_0x3c2a26);const _0x2822a9=new _0xf03b05();_0x2822a9['set']({'content':_0x576672}),_0x2822a9['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied',setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button';},0x7d0);}),this['copyButton']['children']['add'](_0x2822a9);}['_setupShowChangesButton'](_0x4a2eee){this['showChangesButton']=new _0x290cbd(this['locale']),this['showChangesButton']['set']({'icon':tt,'label':i(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'isOn':_0x4a2eee}),this['showChangesButton']['bind']('isEnabled')['to'](this,'isLoading',_0x430ee0=>!_0x430ee0),this['showChangesButton']['on']('execute',()=>{const _0x28497b=!this['showChangesButton']['isOn'];this['showChangesButton']['set']({'isOn':_0x28497b,'icon':_0x28497b?_0x1ca93a:tt}),this['fire']('toggleShowChanges',_0x28497b);});}}class Lr extends _0x3249c4{['showChangesToggleView'];constructor(_0x40ca23,_0x1b3ae5){super(_0x40ca23),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Yr(_0x40ca23),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','label':i(_0x40ca23,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x1b3ae5['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x339fe0=>_0x339fe0?_0x5a81f7:_0x200214),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x353781=new _0xf03b05();_0x353781['content']=_0x46c616,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x1b3ae5['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x353781,{'tag':'span','children':[i(_0x40ca23,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class Yr extends _0x290cbd{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}class sa{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;constructor(_0x317578){this['options']={'delay':_0x317578['delay']??0x14,'textNodeStyle':_0x317578['textNodeStyle'],'onStreamUpdate':_0x317578['onStreamUpdate']||(()=>{})};}async['stream']({document:_0x28aa64,targetElement:_0xa2ca63,abortSignal:_0x2c1b08}){this['isStreaming']&&this['stop'](),_0x2c1b08?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x3fb256(_0x28aa64,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(_0x218a11('ai-html-streamer-current-index-out-of-bounds',{'currentIndex':this['currentIndex'],'nodeList':this['nodesList']}),this['currentIndex']=this['nodesList']['length']);for(let _0x21cba3=0x0;_0x21cba3<this['currentIndex'];_0x21cba3++)this['nodesList'][_0x21cba3]['shouldBeStreamed']=!0x0;let _0x5bc832=0x0;for(let _0x530484=this['currentIndex'];_0x530484<this['nodesList']['length'];_0x530484++){const _0x435cc8=Date['now'](),_0x4b01b5=this['nodesList'][_0x530484],_0xaa8910=_0x435cc8-_0x5bc832;_0x4b01b5['shouldBeStreamed']=!0x0;let _0x240fa8=_0x4b01b5['parent'];for(;_0x240fa8;)_0x240fa8['shouldBeStreamed']=!0x0,_0x240fa8=_0x240fa8['parent'];if(_0xaa8910<this['options']['delay'])try{const {promise:_0x3d1352,abortController:_0x30e70e}=pr(this['options']['delay']-_0xaa8910);this['timeoutAbortController']=_0x30e70e,await _0x3d1352;}catch(_0x144b05){return;}_0x14fc40(_0xa2ca63,'<'+_0xa2ca63['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0xa2ca63['tagName']+'>',{'childrenOnly':!0x0}),this['options']['onStreamUpdate']&&this['options']['onStreamUpdate'](),this['currentIndex']=_0x530484,_0x5bc832=Date['now']();}this['isStreaming']=!0x1;}['cleanUpAnimations']({targetElement:_0x3b8cfd}){Array['from'](_0x3b8cfd['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x262c98=>{_0x262c98['replaceWith'](_0x262c98['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x4dda5c){let _0x3d43eb='';if(function(_0x2186e1){return _0xfe47fd(_0x2186e1);}(_0x4dda5c)){for(const _0xb85323 of _0x4dda5c['children'])_0x3d43eb+=this['renderNode'](_0xb85323);}else{if(dr(_0x4dda5c)){if(!_0x4dda5c['shouldBeStreamed'])return'';const _0x3bc93a=_0x4dda5c,_0x3e8396=Object['entries'](_0x3bc93a['attribs'])['map'](([_0x1144ce,_0x34408d])=>_0x1144ce+'=\x22'+_0x34408d+'\x22')['join']('\x20');_0x3d43eb+='<'+_0x3bc93a['tagName']+(_0x3e8396?'\x20'+_0x3e8396:'')+'>';for(const _0x46bf0d of _0x5b007a(_0x3bc93a))_0x3d43eb+=this['renderNode'](_0x46bf0d);_0x3d43eb+='</'+_0x3bc93a['tagName']+'>';}else{if(!ar(_0x4dda5c))return'';if(!_0x4dda5c['shouldBeStreamed'])return'';!function(_0x1ead57){if(!_0x1ead57['parent']||!dr(_0x1ead57['parent']))return!0x1;if(!cr['includes'](_0x1ead57['parent']['tagName']))return!0x1;return!_0x24b4a1(_0x1ead57)['match'](/^\s*[<>]\s*$/);}(_0x4dda5c)?_0x3d43eb+=_0x20a8a4(_0x4dda5c):_0x3d43eb+=_0x20a8a4(new _0x5b1b92('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x4dda5c]));}}return _0x3d43eb;}['getParsedDocumentNodeList'](){const _0x4a9f0f=[];return function(_0x2750d8,_0x18346a){const _0xf36dfe=_0x321b9a=>{if(_0x18346a(_0x321b9a),_0x321b9a instanceof _0x1289a2)for(let _0x4cf671=0x0;_0x4cf671<_0x321b9a['children']['length'];_0x4cf671++){const _0x5cfa2a=_0x321b9a['children'][_0x4cf671];_0xf36dfe(_0x5cfa2a);}};for(let _0x27010f=0x0;_0x27010f<_0x2750d8['children']['length'];_0x27010f++)_0xf36dfe(_0x2750d8['children'][_0x27010f]);}(this['document'],_0x3cc4b3=>{if(ar(_0x3cc4b3)){const _0x30a9cc=this['splitTextNodeIntoWordNodes'](_0x3cc4b3);_0x30a9cc['length']&&_0x4a9f0f['push'](..._0x30a9cc);}_0x3cc4b3['isWordSplitSource']||_0x3cc4b3['isWordSplitResult']||_0x4a9f0f['push'](_0x3cc4b3);}),_0x4a9f0f;}['splitTextNodeIntoWordNodes'](_0xcd2010){if(_0xcd2010['isWordSplitSource']||_0xcd2010['isWordSplitResult'])return[];const _0x3a182a=_0x24b4a1(_0xcd2010)['match'](/(?:\s*\S+\s*)/g),_0xecd2ca=[];if(_0x3a182a&&_0x3a182a['length']>0x1){for(const _0x93300 of _0x3a182a){const _0x2d66a0=new _0x11e22c(_0x93300);_0x2d66a0['isWordSplitResult']=!0x0,_0x7c35e5(_0xcd2010,_0x2d66a0),_0xecd2ca['push'](_0x2d66a0);}_0xcd2010['isWordSplitSource']=!0x0,_0x55953c(_0xcd2010);}return _0xecd2ca;}}const cr=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function ar(_0x5564b2){return _0x545970(_0x5564b2);}function dr(_0x3ddb6a){return _0x42188e(_0x3ddb6a);}function pr(_0x2d6c95){const _0x13665f=new AbortController();return{'promise':new Promise((_0x4fa840,_0x5efba4)=>{const _0x10aeb9=setTimeout(_0x4fa840,_0x2d6c95);_0x13665f['signal']['addEventListener']('abort',()=>{clearTimeout(_0x10aeb9),_0x5efba4();});}),'abortController':_0x13665f};}const Ee=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'];class na extends _0x3249c4{['htmlStreamer'];['children'];['headerView'];['contentView'];constructor(_0x464e38,{part:_0x47674e,uiIndex:_0x180ab7,areActionsDisabled:_0x379e91,availableActions:_0x6e9670}){super(_0x464e38),this['set']('partDefinition',_0x47674e),this['set']('state','pending'),this['set']('isVisible',!0x1),this['bind']('isEnabled')['to'](this,'state',_0x5ab35c=>'pending'==_0x5ab35c&&!_0x379e91),this['children']=this['createCollection'](),this['htmlStreamer']=new sa({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['headerView']=new Un(_0x464e38,{'part':_0x47674e,'uiIndex':_0x180ab7,'availableActions':_0x6e9670}),this['headerView']['bind']('partDefinition')['to'](this),this['headerView']['bind']('isEnabled')['to'](this),this['headerView']['bind']('state')['to'](this),this['headerView']['delegate'](...Ee)['to'](this);const _0x5595ac=this['bindTemplate'];this['contentView']=new _0x3249c4(),this['contentView']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion__body__content-part__content']}}),this['children']['addMany']([this['contentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x5595ac['to']('state',_0x47401c=>'ck-ai-suggestion__body__content-part_'+_0x47401c),_0x5595ac['to']('isEnabled',_0x490826=>_0x490826?'ck-ai-suggestion__body__content-part_active':void 0x0),_0x5595ac['if']('isVisible','ck-hidden',_0x408a5c=>!_0x408a5c)]},'children':this['children'],'on':{'mouseenter':_0x5595ac['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x47674e['index']});}),'mouseleave':_0x5595ac['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x47674e['index']});})}});}async['updateContent']({part:_0x85cd4e,renderingStrategy:_0x173516,showUnchangedParts:_0x3f0656=!0x1,abortSignal:_0x2d771e}){this['partDefinition']=_0x85cd4e,this['isVisible']=this['partDefinition']['hasChanges']||_0x3f0656,this['isVisible']&&('streaming'===_0x173516?await this['htmlStreamer']['stream']({'document':this['partDefinition']['content'],'targetElement':this['contentView']['element'],'abortSignal':_0x2d771e}):this['contentView']['element']['innerHTML']=St(this['partDefinition']['content']));}['toggleHeader'](_0x240215){_0x240215?this['children']['has'](this['headerView'])||this['children']['add'](this['headerView'],0x0):this['children']['has'](this['headerView'])&&this['children']['remove'](this['headerView']);}}class Un extends _0x3249c4{['children'];['_toolbarView'];['_iconStateAccepted'];['_iconStateRejected'];['_iconStateOutdated'];constructor(_0x3a1b28,{part:_0x1ad1d0,uiIndex:_0x11b683,availableActions:_0x186c3f}){super(_0x3a1b28),this['set']('partDefinition',_0x1ad1d0),this['set']('isEnabled',!0x0),this['set']('state','pending');const _0x1174cb=new _0xf03b05();_0x1174cb['content']=_0x229815,_0x1174cb['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-title']}});const _0x1640fd=[];if(_0x186c3f['includes']('showChangeInText')){const _0x3aba32=new _0x290cbd(_0x3a1b28);_0x3aba32['set']({'label':i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_SHOW_IN_THE_TEXT'),'tooltip':!0x0,'withText':!0x1,'icon':_0x12e44a}),_0x3aba32['bind']('isEnabled')['to'](this),_0x3aba32['on']('execute',()=>{this['fire']('showChangeInText',{'index':_0x1ad1d0['index']});}),_0x1640fd['push'](_0x3aba32);}if(_0x186c3f['includes']('insertSuggestion')){const _0x453988=new _0x290cbd(_0x3a1b28);_0x453988['set']({'label':i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_ADD_AS_SUGGESTION'),'tooltip':!0x0,'withText':!0x1,'icon':_0x2ce81a}),_0x453988['bind']('isEnabled')['to'](this),_0x453988['on']('execute',()=>{this['fire']('insertSuggestion',{'index':_0x1ad1d0['index']});}),_0x1640fd['push'](_0x453988);}const _0xe7c4ff=new _0x290cbd(_0x3a1b28);_0xe7c4ff['set']({'label':i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_DELETE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x3d4b82}),_0xe7c4ff['bind']('isEnabled')['to'](this),_0xe7c4ff['on']('execute',()=>{this['fire']('rejectSuggestion',{'index':_0x1ad1d0['index']});}),_0x1640fd['push'](_0xe7c4ff),this['_toolbarView']=new _0xf901f6(_0x3a1b28),this['_toolbarView']['items']['addMany'](_0x1640fd),this['_iconStateAccepted']=new _0xf03b05(),this['_iconStateAccepted']['content']=_0x4569af,this['_iconStateAccepted']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-accepted'],'data-cke-tooltip-text':i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED'),'data-cke-tooltip-position':'n'}}),this['_iconStateRejected']=new _0xf03b05(),this['_iconStateRejected']['content']=_0x3aefaf,this['_iconStateRejected']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-rejected'],'data-cke-tooltip-text':i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_REJECTED'),'data-cke-tooltip-position':'n'}}),this['_iconStateOutdated']=new _0xf03b05(),this['_iconStateOutdated']['content']=_0x3aefaf,this['_iconStateOutdated']['extendTemplate']({'attributes':{'class':['ck-ai-suggestion__body__content-part__icon-outdated'],'data-cke-tooltip-text':i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_OUTDATED'),'data-cke-tooltip-position':'n'}});const _0x558967=new _0x3249c4(_0x3a1b28);_0x558967['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[i(_0x3a1b28,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x11b683['toString']())]}),this['children']=this['createCollection'](),this['children']['addMany']([_0x1174cb,_0x558967,this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-suggestion__body__content-part__title']},'children':this['children']}),this['on']('change:state',(_0x1643b4,_0x32500a,_0x13a18f,_0x16019a)=>{switch(_0x16019a){case'pending':this['children']['remove'](this['_toolbarView']);break;case'accepted':this['children']['remove'](this['_iconStateAccepted']);break;case'rejected':this['children']['remove'](this['_iconStateRejected']);break;case'outdated':this['children']['remove'](this['_iconStateOutdated']);}switch(_0x13a18f){case'pending':this['children']['add'](this['_toolbarView']);break;case'accepted':this['children']['add'](this['_iconStateAccepted']);break;case'rejected':this['children']['add'](this['_iconStateRejected']);break;case'outdated':this['children']['add'](this['_iconStateOutdated']);}});}}class st extends _0x27cb74(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x55add2){const _0x10fe4b=this['createTask'](_0x55add2);return this['queue']['push'](_0x10fe4b),this['_processQueue'](),_0x10fe4b['completePromise'];}['abort'](){this['isProcessing']&&(this['_abortController']['abort'](),this['_abortController']=void 0x0,this['queue']=[],this['fire']('_queueEmpty'),this['isProcessing']=!0x1);}get['queueEmptyPromise'](){return this['queue']['length']||this['isProcessing']?new Promise(_0x10af8b=>{this['once']('_queueEmpty',()=>{_0x10af8b();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x35f37d=this['queue']['shift']();try{await _0x35f37d['callback'](this['_abortController']['signal']),_0x35f37d['resolve']();}catch(_0x29f793){_0x35f37d['reject'](_0x29f793);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x126407){let _0x40898c,_0x446132;const _0x3088c8=new Promise((_0x53ff0b,_0x200a02)=>{_0x40898c=_0x53ff0b,_0x446132=_0x200a02;});return{'callback':_0x126407,'resolve':_0x40898c,'reject':_0x446132,'completePromise':_0x3088c8};}}class Ir extends _0x3249c4{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x4c5b4a){super();const _0x146e91=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new sa({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x4c5b4a,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x146e91['if']('isDone','ck-ai-chat__feed__item_done'),_0x146e91['if']('isVisible','ck-hidden',_0x508cb3=>!_0x508cb3),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){this['htmlStreamer']['cleanUpAnimations']({'targetElement':this['element']}),this['element']['querySelectorAll']('[data-id]')['forEach'](_0x4a5543=>{_0x4a5543['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x1420a2,_0x4a626c,_0x518bb3){await this['htmlStreamer']['stream']({'document':_0x1420a2,'targetElement':_0x4a626c,'abortSignal':_0x518bb3});}}class Oe extends Ir{constructor(_0x5ba1d0){super(_0x5ba1d0),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-error','warning'===_0x5ba1d0['level']?'ck-ai-chat-error_warning':'']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x5397f1){this['element']['innerHTML']=_0x5397f1;}}class Dr extends _0x3249c4{['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x41f050,_0x36ad95){super(_0x41f050);const {areActionsDisabled:_0x2359a3,showUnchangedParts:_0xe43bb0,availableActions:_0x32a226}=_0x36ad95;this['_areActionsDisabled']=_0x2359a3,this['_showUnchangedParts']=_0xe43bb0,this['_availableActions']=_0x32a226,this['set']('hasPendingParts',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new st(),this['_emptyPartsWarningView']=new Oe({'id':'empty-parts-warning','initialContent':i(_0x41f050,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView']]});}get['partsCount'](){return this['_children']['length'];}async['updateContentParts']({parts:_0x4da643,renderingStrategy:_0x1edbaa,abortSignal:_0x3dc797}){this['_children']['length']?_0x4da643['forEach'](_0x15093f=>{const _0x339ca6=this['_cachedContentParts']['findIndex'](_0x541b89=>_0x541b89['index']==_0x15093f['index']);-0x1===_0x339ca6?this['_cachedContentParts']['push'](_0x15093f):this['_cachedContentParts'][_0x339ca6]=_0x15093f;}):this['_cachedContentParts']=_0x4da643;for(const _0xc5da00 of _0x4da643['filter'](_0xb79622=>_0xb79622['hasChanges']))this['_updateContentPartsPromiseQueue']['enqueue'](async _0x3e3f10=>{let _0x151b9d=this['getPartView'](_0xc5da00['index']);_0x151b9d||(_0x151b9d=new na(this['locale'],{'part':_0xc5da00,'uiIndex':this['_children']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x151b9d['delegate'](...Ee)['to'](this),this['_children']['add'](_0x151b9d),this['hasPendingParts']=!0x0),0x2===this['_children']['length']&&this['_children']['first']['toggleHeader'](!0x0),_0x151b9d['toggleHeader'](this['_children']['length']>0x1),await _0x151b9d['updateContent']({'part':_0xc5da00,'renderingStrategy':_0x1edbaa,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x3e3f10});});return _0x3dc797?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x203809,_0x38cb25){const _0x92b780=this['getPartView'](_0x203809);_0x92b780&&(_0x92b780['state']=_0x38cb25),this['hasPendingParts']='pending'==_0x38cb25||Array['from'](this['_children'])['some'](_0x42aaf2=>'pending'==_0x42aaf2['state']);}['getPartView'](_0x58e0e5){return this['_children']['find'](_0xefaff3=>_0xefaff3['partDefinition']['index']==_0x58e0e5)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x2117df=!this['_cachedContentParts']['find'](({hasChanges:_0x2c7cf5})=>_0x2c7cf5),_0x38101b=!!this['_cachedContentParts']['find'](({hasChanges:_0x4a78c5})=>!_0x4a78c5);this['_emptyPartsWarningView']['isVisible']=0x0==this['_children']['length']||_0x38101b,_0x2117df?this['_emptyPartsWarningView']['setContent'](i(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](i(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}}get['hasNonEmptyParts'](){return!!this['_children']['find'](_0xd65733=>_0xd65733['partDefinition']['hasChanges']);}}class De extends _0x1fde3a{constructor(_0x5535d7=void 0x0){super();const _0xafad3=_0x5535d7?'ck-ai-spinner_'+_0x5535d7:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0xafad3]}});}}class F extends _0x3249c4{['bodyView'];['miniToolbarView'];['children'];['headerView'];['loaderView'];['errorView'];['sourcesView'];constructor(_0x135056,_0x182969){super(_0x135056);const {showDiff:_0x4f3028,areActionsDisabled:_0x4c44fe,miniToolbarConfig:_0x3cad06,hideHeader:_0x403cae,showLoader:_0x17e36f,showUnchangedParts:_0x509dc3,availableActions:_0x4de87d}=_0x182969;this['set']('areChangesVisible',!0x1),this['set']('isLoaderVisible',!!_0x17e36f),this['set']('isErrorVisible',!0x1),this['set']('isLoading',!0x1),this['children']=this['createCollection'](),_0x403cae||(this['headerView']=new Lr(_0x135056,{'showDiff':_0x4f3028}),this['headerView']['on']('toggleShowChanges',(_0x50a102,_0xa30896)=>{this['areChangesVisible']=_0xa30896['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0xa30896['isOn']});}),this['children']['add'](this['headerView'])),this['bodyView']=new Dr(_0x135056,{'areActionsDisabled':_0x4c44fe,'showUnchangedParts':!!_0x509dc3,'availableActions':_0x4de87d}),this['bodyView']['delegate'](...Ee)['to'](this),this['bodyView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoaderVisible','ck-hidden'),this['bindTemplate']['if']('isErrorVisible','ck-hidden')]}}),this['miniToolbarView']=new Sr(_0x135056,_0x3cad06,_0x4f3028),this['miniToolbarView']['delegate'](...Ee)['to'](this),this['miniToolbarView']['on']('toggleShowChanges',(_0x345cce,_0x398c32)=>{this['areChangesVisible']=_0x398c32,this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x398c32});}),this['miniToolbarView']['bind']('isLoading')['to'](this),this['children']['add'](this['bodyView']),this['children']['add'](this['miniToolbarView']),this['sourcesView']=new _r(this['locale']),this['children']['add'](this['sourcesView']),_0x17e36f&&(this['loaderView']=this['_createLoaderView'](),this['children']['add'](this['loaderView'])),this['errorView']=this['_createErrorView'](),this['children']['add'](this['errorView']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0x4e31b1){await this['bodyView']['updateContentParts'](_0x4e31b1);}['updateSources'](_0x126bad){this['sourcesView']['children']['addMany'](_0x126bad['map'](_0x591233=>new jr(this['locale'],_0x591233))),this['sourcesView']['isVisible']=!0x0;}['showLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x0);}['hideLoader'](){this['loaderView']&&(this['isLoaderVisible']=!0x1);}['showError'](_0xd5913){if(this['errorView']){const _0x3dae33=this['errorView']['element']?.['querySelector']('.ck-ai-suggestion__error-text');_0x3dae33&&(_0x3dae33['textContent']=_0xd5913),this['isErrorVisible']=!0x0;}}['hideError'](){this['errorView']&&(this['isErrorVisible']=!0x1);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['setErrorState'](){this['miniToolbarView']&&(this['miniToolbarView']['isLoading']=!0x0),this['headerView']?.['showChangesToggleView']&&(this['headerView']['showChangesToggleView']['isEnabled']=!0x1);}['clearErrorState'](){this['miniToolbarView']&&(this['miniToolbarView']['isLoading']=!0x1),this['headerView']?.['showChangesToggleView']&&(this['headerView']['showChangesToggleView']['isEnabled']=!0x0);}['addNavigationItem'](_0x587b10){this['miniToolbarView']['items']['add'](_0x587b10);}['removeNavigationItem'](_0x4f7118){this['miniToolbarView']['items']['remove'](_0x4f7118);}['_createLoaderView'](){const _0x4379fe=new _0x3249c4(this['locale']),_0x2574fe=new De('small');_0x2574fe['isVisible']=!0x0;const _0x45fe44=new _0x3249c4(this['locale']);return _0x45fe44['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[i(this['locale'],'AI_CHAT_IS_WRITING')]}),_0x4379fe['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isLoaderVisible','ck-hidden',_0x624342=>!_0x624342)]},'children':[_0x2574fe,_0x45fe44]}),_0x4379fe;}['_createErrorView'](){const _0x16a745=new _0x3249c4(this['locale']),_0x20072f=new _0x3249c4(this['locale']);return _0x20072f['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[i(this['locale'],'AI_CHAT_GENERIC_ERROR')]}),_0x16a745['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error',this['bindTemplate']['if']('isErrorVisible','ck-hidden',_0x4c7c7a=>!_0x4c7c7a)]},'children':[_0x20072f]}),_0x16a745;}}class _r extends _0x3249c4{['children'];constructor(_0x51b0a5){super(_0x51b0a5),this['children']=this['createCollection'](),this['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources',this['bindTemplate']['if']('isVisible','ck-hidden',_0x4f6ed8=>!_0x4f6ed8)]},'children':this['children']});const _0x4f0c31=new _0x3249c4(this['locale']),_0x3b2993=new _0xf03b05();_0x3b2993['content']=_0x51778b,_0x4f0c31['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x3b2993,{'tag':'span','children':[{'text':i(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x4f0c31);}}class jr extends _0x290cbd{constructor(_0x495595,_0x5ab9a3){super(_0x495595),this['set']({'label':_0x5ab9a3['title'],'tooltip':_0x5ab9a3['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x52747e=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x52747e['to'](()=>{window['open'](_0x5ab9a3['url'],'_blank');})}}),_0x5ab9a3['favicon']){const _0x25f8c8=new _0x3249c4(_0x495595);_0x25f8c8['setTemplate']({'tag':'img','attributes':{'src':_0x5ab9a3['favicon']||_0x51778b,'alt':_0x5ab9a3['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x25f8c8);}else this['set']('icon',_0x51778b);}}class cs extends _0xf901f6{constructor(_0x519cfb,_0x32f935=!0x0,_0x3fbc0a=!0x0){super(_0x519cfb),this['set']('isLoading',!0x1),_0x32f935&&(this['applyButton']=this['_createButton'](i(_0x519cfb,'AI_BALLOON_APPLY_BUTTON'),'ck-ai-button-primary'),this['applyButton']['bind']('isEnabled')['to'](this,'isLoading',_0x153898=>!_0x153898),this['items']['add'](this['applyButton'])),_0x3fbc0a&&(this['suggestButton']=this['_createButton'](i(_0x519cfb,'AI_BALLOON_SUGGEST_BUTTON'),_0x32f935?'ck-ai-button-secondary':'ck-ai-button-primary'),this['suggestButton']['bind']('isEnabled')['to'](this,'isLoading',_0x1b2400=>!_0x1b2400),this['items']['add'](this['suggestButton'])),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['_createButton'](_0x113f5e,_0x52749f){const _0x28a3f1=new _0x290cbd(this['locale']);return _0x28a3f1['set']({'label':_0x113f5e,'class':_0x52749f||'','isVisible':!0x0,'withText':!0x0}),_0x28a3f1;}}class ls extends _0x3249c4{constructor(_0xe98b0c){super(_0xe98b0c),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':i(_0xe98b0c,'AI_DISCLAIMER_TEXT')}]}]});}}const B=['applySuggestion','insertSuggestion','showNext','showPrevious'];class D extends _0x3249c4{['focusTracker'];['keystrokes'];['focusCycler'];['_availableActions'];['_focusables'];['_errorView'];constructor(_0x1c9f29,_0x5a848c,_0x2880a8,_0x57ae89){super(_0x1c9f29),this['_availableActions']=_0x2880a8,this['set']('isLoading',!0x1),this['set']('isTrackChangesOn',_0x57ae89),this['set']('isErrorVisible',!0x1),this['set']('errorMessage',''),this['focusTracker']=new _0x51df1c(),this['keystrokes']=new _0x3116d1(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x504985({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x33c41f(),this['_addContentView'](_0x5a848c['mainView']),this['_addDisclaimerView'](),this['_addToolbar'](_0x5a848c['showApplyButton'],_0x5a848c['showSuggestButton']),this['toolbar']['bind']('isLoading')['to'](this),this['_focusables']['clear'](),this['_focusables']['addMany']([this['toolbar']]),this['setTemplate']({'tag':'div','attributes':{'class':'ai-balloon-content'},'children':this['_dialogContent']}),this['on']('change:isTrackChangesOn',()=>{this['_dialogContent']['remove'](this['toolbar']),this['_addToolbar'](_0x5a848c['showApplyButton'],_0x5a848c['showSuggestButton']);});}['render'](){super['render']();for(const _0x11db85 of this['_focusables'])this['focusTracker']['add'](_0x11db85['element']);this['keystrokes']['listenTo'](this['element']);}['focus'](_0x2bb489){-0x1===_0x2bb489?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setLoading'](){this['isLoading']=!0x0;}['clearLoading'](){this['isLoading']=!0x1;}['showError'](_0x2c9cfa){this['_errorView']||(this['_errorView']=this['_createErrorView'](),this['_dialogContent']['addMany']([this['_errorView']],0x0)),this['errorMessage']=_0x2c9cfa,this['isErrorVisible']=!0x0;}['hideError'](){this['isErrorVisible']=!0x1;}['showRecoverableError'](_0xcd3850){this['showError'](_0xcd3850);}['showBlockingError'](_0x3f23fa){this['showError'](_0x3f23fa),this['toolbar']&&(this['toolbar']['applyButton']&&(this['toolbar']['applyButton']['isEnabled']=!0x1),this['toolbar']['suggestButton']&&(this['toolbar']['suggestButton']['isEnabled']=!0x1));}['setupRotator'](_0x4fc89c){const _0x479a14=this['_createNextButtonView'](),_0x511dfc=this['_createPreviousButtonView']();_0x4fc89c['view']['headerView']['children']['add'](_0x479a14,0x2),_0x4fc89c['view']['headerView']['children']['add'](_0x511dfc,0x0),this['_focusables']['addMany']([_0x479a14,_0x511dfc]),this['focusTracker']['add'](_0x479a14['element']),this['focusTracker']['add'](_0x511dfc['element']);}['_addContentView'](_0x12fb39){this['_mainView']=_0x12fb39,this['_dialogContent']['add'](this['_mainView']);}['updateContent'](_0x6e63ec){const _0x55b361=this['_dialogContent']['getIndex'](this['_mainView']);this['_dialogContent']['remove'](this['_mainView']),this['_mainView']=_0x6e63ec,this['_dialogContent']['add'](this['_mainView'],_0x55b361),this['hideError']();}['_addDisclaimerView'](){this['disclaimerView']=new ls(this['locale']),this['_dialogContent']['add'](this['disclaimerView']);}['_addToolbar'](_0x1b24b5=!0x0,_0x51f17f=!0x0){_0x1b24b5=_0x1b24b5&&!this['isTrackChangesOn']&&this['_availableActions']['includes']('applySuggestion'),_0x51f17f=_0x51f17f&&this['_availableActions']['includes']('insertSuggestion'),this['toolbar']=new cs(this['locale'],_0x1b24b5,_0x51f17f),this['toolbar']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['toolbar']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_dialogContent']['add'](this['toolbar']);}['_createNextButtonView'](){const _0x53932b=new _0x290cbd(this['locale']);return _0x53932b['set']({'icon':_0x53b3de,'tooltip':i(this['locale'],'AI_BALLOON_NEXT_TOOLTIP')}),_0x53932b['on']('execute',()=>{this['fire']('showNext');}),_0x53932b;}['_createPreviousButtonView'](){const _0x5d4ad0=new _0x290cbd(this['locale']);return _0x5d4ad0['set']({'icon':_0x2c7390,'tooltip':i(this['locale'],'AI_BALLOON_PREVIOUS_TOOLTIP')}),_0x5d4ad0['on']('execute',()=>{this['fire']('showPrevious');}),_0x5d4ad0;}['_createErrorView'](){const _0x5d1560=new _0x3249c4(this['locale']),_0x464a82=new _0x3249c4(this['locale']);return _0x464a82['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('errorMessage')}]}),_0x5d1560['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ai-balloon-error',this['bindTemplate']['if']('isErrorVisible','ck-hidden',_0x4753d0=>!_0x4753d0)]},'children':[_0x464a82]}),_0x5d1560;}}const z=0xa;class it extends _0x3e59e0{static get['requires'](){return[R,N];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_config'];['_isUpdatingMarkers']=!0x1;['_pendingRenderCallback']=null;['open'](_0x30bdc4){const _0x27c5b9=q(this['context']);if(this['_config']=_0x30bdc4,this['isOpen'])return void this['_updateBalloon'](_0x30bdc4);const _0x3c1c16=this['context']['config']['get']('ai.availableReplyActions')||[...H],_0x108a80=_0x27c5b9?.['commands']['get']('trackChanges'),_0x21e9fd=_0x108a80?.['value'];this['balloonView']=new D(_0x27c5b9['locale'],_0x30bdc4,_0x3c1c16,!!_0x21e9fd),this['balloonView']['delegate'](...B)['to'](this),_0x108a80&&this['balloonView']['bind']('isTrackChangesOn')['to'](_0x108a80,'value'),this['_showDialog'](_0x30bdc4);}['close'](){q(this['context'])['plugins']['get']('Dialog')['hide']();}['_updateBalloon'](_0x3cf3a3){const _0x4330a7=q(this['context']),_0x4aacd6=_0x4330a7['plugins']['get']('Dialog');this['_pendingRenderCallback']&&(_0x4330a7['editing']['view']['off']('render',this['_pendingRenderCallback']),this['_pendingRenderCallback']=null),this['_isUpdatingMarkers']=!0x0,_0x4aacd6['view']?.['headerView']&&(_0x4aacd6['view']['headerView']['label']=_0x3cf3a3['title'],_0x4aacd6['view']['headerView']['iconView']&&_0x3cf3a3['icon']&&(_0x4aacd6['view']['headerView']['iconView']['content']=_0x3cf3a3['icon'])),this['balloonView']['updateContent'](_0x3cf3a3['mainView']),this['_setupVisualSelection'](_0x3cf3a3['ranges'],_0x3cf3a3['index']),this['_pendingRenderCallback']=()=>{this['_isUpdatingMarkers']=!0x1,this['_pendingRenderCallback']=null,_0x4aacd6['view']&&_0x4aacd6['view']['updatePosition']();},_0x4330a7['editing']['view']['once']('render',this['_pendingRenderCallback']);}['_setupVisualSelection'](_0x480c47,_0xbd8eea){this['context']['plugins']['get'](N)['showFakeVisualSelection'](_0x480c47,'ai-balloon-'+_0xbd8eea,!0x0,!0x0);}['_showDialog'](_0x22bd36){const _0x2067b2=q(this['context']);this['_setupVisualSelection'](_0x22bd36['ranges'],_0x22bd36['index']);const _0x5dfdf8=this['_getSelectionElements']();_0x5dfdf8&&_0x5dfdf8[0x0]&&_0x1966fd({'target':_0x5dfdf8[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),_0x2067b2['plugins']['get']('Dialog')['show']({'title':_0x22bd36['title'],'icon':_0x22bd36['icon'],'hasCloseButton':!0x0,'id':'aiBalloon','position':this['_calculateDialogPosition']['bind'](this),'className':'ai-balloon'+(_0x22bd36['showRotator']?'\x20ai-balloon-rotator':''),'content':this['balloonView'],'onShow':_0x446e5f=>{_0x22bd36['showRotator']&&this['balloonView']['setupRotator'](_0x446e5f),this['_setupMarkerRemovalListener'](),this['isOpen']=!0x0;},'onHide':()=>{this['context']['plugins']['get']('AIEditing')['hideFakeVisualSelection']('ai-balloon-'+this['_config']['index']),this['_cleanupMarkerRemovalListener'](),this['fire']('dialogClosed'),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x24e092,_0x5e05ee){if(!_0x5e05ee)return null;const _0x154066=this['_getSelectionElements']();if(!_0x154066||0x0===_0x154066['length'])return{'left':Math['round'](_0x5e05ee['left']+_0x5e05ee['width']/0x2-_0x24e092['width']/0x2),'top':Math['round'](_0x5e05ee['top']+_0x5e05ee['height']/0x2-_0x24e092['height']/0x2)};const _0x34ab0e=Math['round'](_0x5e05ee['left']+_0x5e05ee['width']/0x2-_0x24e092['width']/0x2),_0x4dd3b6=new _0x11a5d6(_0x154066[0x0]),_0x1bf3d1=new _0x11a5d6(_0x154066[_0x154066['length']-0x1]),_0x3d6c4b=_0x24e092['height'],_0x125db1=this['_config']['showRotator']?0x8:0x0;return{'left':_0x34ab0e,'top':this['_calculateOptimalTopPosition'](_0x4dd3b6,_0x1bf3d1,_0x3d6c4b,_0x125db1,_0x5e05ee)};}['_calculateOptimalTopPosition'](_0x4d2a9c,_0x2be527,_0x21d809,_0x3735f9=0x0,_0x2e637a){const _0x454d42=_0x21d809+_0x3735f9,_0x2202b8=new _0x11a5d6(_0x31e929['window']),_0x5d5142=[_0x4d2a9c['getVisible'](),_0x2be527['getVisible']()]['filter'](_0x529b4e=>_0x529b4e),_0x423792=_0x11a5d6['getBoundingRect'](_0x5d5142);if(!_0x423792)return Math['round'](_0x2e637a['top']+_0x2e637a['height']/0x2);const _0x2ddd04=_0x2202b8['getIntersection'](_0x423792);if(!_0x2ddd04)return Math['round'](_0x2e637a['top']+_0x2e637a['height']/0x2);const _0x1981ef=_0x2e637a['getVisible'](),_0x39005b=_0x1981ef&&_0x423792['height']>_0x1981ef['height'],_0x4829fd=_0x2ddd04['top'],_0x1d01c6=_0x2ddd04['bottom'];if(_0x39005b){const _0x4ecf69=(_0x1981ef||_0x2202b8)['height']/0x2-_0x454d42/0x2,_0x49f0a4=_0x4829fd-z-_0x2e637a['top'],_0x5f2a68=_0x2e637a['bottom']-_0x1d01c6-z;return _0x49f0a4>=_0x454d42?Math['max'](z,_0x4829fd-_0x454d42-z):_0x5f2a68>=_0x454d42?_0x1d01c6+z:Math['max'](z,_0x4ecf69);}const _0x100d0b=_0x4829fd-_0x454d42,_0x4895cf=_0x2e637a['bottom']-_0x1d01c6-z,_0x1cba82=_0x4829fd-z-_0x2e637a['top'];let _0x289707;if(_0x4895cf>=_0x454d42)_0x289707=_0x1d01c6+z;else{if(_0x1cba82>=_0x454d42)_0x289707=_0x100d0b-z;else _0x289707=_0x4829fd+_0x423792['height']/0x2-_0x454d42/0x2;}return _0x289707;}['_setupMarkerRemovalListener'](){const _0x23b59d=q(this['context']);this['listenTo'](_0x23b59d['model']['document'],'change',()=>{if(this['_isUpdatingMarkers'])return;for(const {name:_0x57de15,data:{newRange:_0x45e41d}}of _0x23b59d['model']['document']['differ']['getChangedMarkers']())if(_0x57de15['startsWith']('ai-selection:')&&(_0x45e41d&&(_0x45e41d['start']['isEqual'](_0x45e41d['end'])||'$graveyard'==_0x45e41d['root']['rootName'])||null==_0x45e41d)){const _0x3f7fcf=i(this['context']['locale'],'AI_ACTIONS_SELECTION_REMOVED_ERROR');this['balloonView']['showBlockingError'](_0x3f7fcf),this['fire']('selectionRemoved');}});}['_cleanupMarkerRemovalListener'](){const _0x422bba=q(this['context']);this['stopListening'](_0x422bba['model']['document']);}['_getSelectionElements'](){const _0x2896c4=q(this['context']);return _0x46d27c(_0x2896c4['editing'],[..._0x2896c4['model']['markers']['getMarkersGroup']('ai-selection'),..._0x2896c4['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}}class mt extends _0x3e59e0{['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_batchToChanges']=new Map();['_previewedChangeGroup']=null;['_balloonShowDiff']=!0x1;static get['requires'](){return[R,it,nt];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new It({'connector':this['_aiConnector'],'availableModels':this['context']['config']['get']('ai.chat.models.displayedModels'),'defaultModelId':this['context']['config']['get']('ai.chat.models.defaultModelId')});const _0xe96b57=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x42cfab,_0x6f844)=>{this['_handleUIUserMessage']({'userMessage':_0x6f844});}),this['listenTo'](_0xe96b57,'resizedTabs',(_0x3c074f,_0x4240b4)=>{this['_setIsMaximized'](_0x4240b4);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0xe96b57['resize']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['activeConversation']?.['addCurrentDocumentToContext'](i(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x458abb,_0x509f15)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x509f15));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x267eca,_0x6462ca)=>{this['activeConversation']?.['addUrlToContext'](_0x6462ca);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x526f67,_0x3a0290)=>{this['activeConversation']?.['addResourceToContext'](_0x3a0290['source'],_0x3a0290['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x1f1bc0,_0x1d577a)=>{this['_removeFromContext'](_0x1d577a);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x330242,_0x4416ec)=>{this['activeConversation']?.['loadSourceResources'](_0x4416ec['sourceId'],_0x4416ec['query'],_0x4416ec['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x51827c,_0x203aba)=>{this['activeConversation']?.['setModel'](_0x203aba);}),this['listenTo'](this['_aiChatUi'],'like',(_0x420978,{replyId:_0x1b8cb9})=>{console['log']('Liked\x20response',_0x1b8cb9);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x50a845,{replyId:_0x2d7d8e})=>{console['log']('Disliked\x20response',_0x2d7d8e);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x8a5162,_0xc8442a)=>{this['context']['plugins']['get'](it)['close'](),this['_insertSuggestion'](_0xc8442a);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x3a1b1e,{replyId:_0x4f669f,partIndex:_0x1a41f5})=>{this['_balloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x4f669f,_0x1a41f5);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x447011,{replyId:_0x504712,partIndex:_0x33fbbf})=>{const _0xca8e6f=this['_getDocumentRangeForReplyChanges'](_0x504712,_0x33fbbf);_0xca8e6f&&'$graveyard'!=_0xca8e6f['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']([_0xca8e6f['range']],'ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x3a780e,_0x1d3f04)=>{this['context']['plugins']['get'](it)['close'](),this['_applySuggestion'](_0x1d3f04);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x417cb3,{replyId:_0x235bf2,showDiff:_0x9cf00a})=>{const {reply:_0x79ae2}=this['getInteractionAndReplyById'](_0x235bf2),_0x55c6ab=_0x79ae2['getContentParts']({'showDiff':_0x9cf00a});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x79ae2['id'],'parts':_0x55c6ab,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x2ac5c4,{replyId:_0x332bd8,partIndex:_0x4e6d59})=>{this['_previewedChangeGroup']?.['replyId']==_0x332bd8&&this['_previewedChangeGroup']?.['partIndex']==_0x4e6d59&&this['context']['plugins']['get'](it)['close']();const {reply:_0x47b7ab}=this['getInteractionAndReplyById'](_0x332bd8);_0x47b7ab['setChangeGroupState'](_0x4e6d59,'rejected'),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');});}async['afterInit'](){this['context']instanceof pt?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x2c05dc,_0x4b6193)=>{_0x4b6193['on']('ready',()=>{this['_integrateEditor'](_0x4b6193);});}),await this['_startConversationSafely']();}['_insertSuggestion'](_0x2e6aed){const _0x44da43=q(this['context']);if(!_0x44da43['plugins']['has']('TrackChanges'))throw new _0x2120c6('ai-no-track-changes',null);const _0x397650=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x3a8767,interaction:_0x3ab0bf}=this['getInteractionAndReplyById'](_0x2e6aed['replyId']),_0x15bef0=this['_getDocumentRangeForReplyChanges'](_0x2e6aed['replyId'],_0x2e6aed['partIndex']),_0x562896=void 0x0!==_0x2e6aed['partIndex']?[_0x3a8767['changeGroups'][_0x2e6aed['partIndex']]]:_0x3a8767['changeGroups']['filter'](_0x45bb98=>'pending'==_0x45bb98['state']),_0x24641e=_0x562896['map'](_0x5e7f26=>_0x3a8767['changeGroups']['indexOf'](_0x5e7f26));if(!_0x15bef0||'$graveyard'==_0x15bef0['range']['root']['rootName'])return void _0x24641e['forEach'](_0x4bd823=>_0x3a8767['setChangeGroupState'](_0x4bd823,'outdated'));_0x24641e['forEach'](_0x5e9fe8=>_0x3a8767['setChangeGroupState'](_0x5e9fe8,'accepted'));const _0xcdb6a4=rt({'editor':_0x44da43,'reply':_0x3a8767,'interaction':_0x3ab0bf,'groups':_0x562896,'transform':!0x0,'documentCompare':_0x397650,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x52a1b0;_0x15bef0&&this['_scrollToSuggestionRange'](_0x15bef0['range']),_0x44da43['model']['change'](_0x26865b=>{_0x52a1b0=_0x26865b['batch'],_0x44da43['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0xcdb6a4),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['_batchToChanges']['set'](_0x52a1b0,{'interactionId':_0x3ab0bf['id'],'replyId':_0x3a8767['id'],'indexes':_0x24641e['slice']()}),this['_updateRatings'](_0x3a8767);}['_applySuggestion'](_0x1543db){const _0xae22ab=q(this['context']),_0x3bd183=this['context']['plugins']['get'](nt),{reply:_0x5c7c99,interaction:_0x3b1b44}=this['getInteractionAndReplyById'](_0x1543db['replyId']),_0x27e658=this['_getDocumentRangeForReplyChanges'](_0x1543db['replyId'],_0x1543db['partIndex']),_0x3704e9=void 0x0!==_0x1543db['partIndex']?[_0x5c7c99['changeGroups'][_0x1543db['partIndex']]]:_0x5c7c99['changeGroups']['filter'](_0x592474=>'pending'==_0x592474['state']),_0x4c706b=_0x3704e9['map'](_0x140f7e=>_0x5c7c99['changeGroups']['indexOf'](_0x140f7e));if(!_0x27e658||'$graveyard'==_0x27e658['range']['root']['rootName'])return void _0x4c706b['forEach'](_0x413f9f=>_0x5c7c99['setChangeGroupState'](_0x413f9f,'outdated'));_0x4c706b['forEach'](_0x705158=>_0x5c7c99['setChangeGroupState'](_0x705158,'accepted'));const _0x39e77b=rt({'editor':_0xae22ab,'reply':_0x5c7c99,'interaction':_0x3b1b44,'groups':_0x3704e9,'transform':!0x0,'documentCompare':_0x3bd183,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x30cc9f;_0x27e658&&this['_scrollToSuggestionRange'](_0x27e658['range']),_0xae22ab['model']['change'](_0x4db2aa=>{_0x30cc9f=_0x4db2aa['batch'];for(const _0x547df0 of _0x39e77b)_0x547df0['baseVersion']=_0xae22ab['model']['document']['version'],ot(_0xae22ab,_0x547df0),_0x4db2aa['batch']['addOperation'](_0x547df0),_0xae22ab['model']['applyOperation'](_0x547df0);}),this['_batchToChanges']['set'](_0x30cc9f,{'interactionId':_0x3b1b44['id'],'replyId':_0x5c7c99['id'],'indexes':_0x4c706b['slice']()}),this['_updateRatings'](_0x5c7c99);}['_openBalloonFor'](_0x152394,_0x1ad7e7){const _0x37140e=q(this['context']),_0x2e413a=this['_getDocumentRangeForReplyChanges'](_0x152394,_0x1ad7e7),_0x5552dc=this['context']['plugins']['get'](it);if(!_0x2e413a)return void _0x5552dc['close']();const {range:_0x361038,currentIndex:_0x422d91}=_0x2e413a;if('$graveyard'==_0x361038['root']['rootName']){const {reply:_0x258489}=this['getInteractionAndReplyById'](_0x152394);return _0x258489['setChangeGroupState'](_0x422d91,'outdated'),void _0x5552dc['close']();}if(this['_previewedChangeGroup']?.['replyId']==_0x152394&&this['_previewedChangeGroup']?.['partIndex']==_0x422d91)return;this['stopListening'](_0x5552dc),this['_previewedChangeGroup']={'replyId':_0x152394,'partIndex':_0x422d91};let _0x4a7fb3=_0x37140e['config']['get']('ai.availableReplyActions')||[...H];_0x37140e['plugins']['has']('TrackChanges')||(_0x4a7fb3=_0x4a7fb3['filter'](_0x51c953=>'insertSuggestion'!=_0x51c953));const _0x137637=new F(_0x37140e['locale'],{'showDiff':this['_balloonShowDiff'],'areActionsDisabled':!0x1,'miniToolbarConfig':{'showChanges':'full'},'hideHeader':!0x0,'availableActions':_0x4a7fb3});this['stopListening'](_0x137637);const {reply:_0x78017e}=this['getInteractionAndReplyById'](_0x152394),_0x286914=_0x78017e['getContentParts']({'showDiff':this['_balloonShowDiff']})['filter'](_0x414530=>_0x414530['hasChanges']),_0x272c6d=_0x286914['findIndex'](_0x39fd92=>_0x39fd92['index']==_0x422d91);if(-0x1==_0x272c6d)return;const _0x10e86e=_0x286914[_0x272c6d],_0x298eb1=_0x286914['at']((_0x272c6d-0x1)%_0x286914['length'])?.['index'],_0x349c51=_0x286914['at']((_0x272c6d+0x1)%_0x286914['length'])?.['index'];_0x137637['updateContent']({'parts':[_0x10e86e],'renderingStrategy':'static'});const _0x101930=_0x422d91!==_0x298eb1;this['_scrollToSuggestionRange'](_0x361038,!0x0),_0x5552dc['open']({'index':_0x422d91,'title':i(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x272c6d+0x1)['toString']()),'icon':Ot,'mainView':_0x137637,'showRotator':_0x101930,'showApplyButton':!0x0,'showSuggestButton':_0x37140e['plugins']['has']('TrackChanges'),'ranges':[_0x361038]}),this['_aiChatUi']['scrollFeedToSuggestion'](_0x152394,_0x422d91),this['listenTo'](_0x137637,'toggleSuggestionDisplayMode',(_0x3459f4,{showDiff:_0x2e89a0})=>{this['_balloonShowDiff']=_0x2e89a0;const {reply:_0x357205}=this['getInteractionAndReplyById'](_0x152394),_0x168b97=_0x357205['getContentParts']({'showDiff':_0x2e89a0,'groupIndex':_0x422d91});_0x137637['updateContent']({'parts':_0x168b97,'renderingStrategy':'static'});}),this['listenTo'](_0x5552dc,'applySuggestion',()=>{this['_applySuggestion']({'replyId':_0x152394,'partIndex':_0x422d91}),_0x101930?this['_openBalloonFor'](_0x152394,_0x349c51):_0x5552dc['close']();}),this['listenTo'](_0x5552dc,'insertSuggestion',()=>{this['_insertSuggestion']({'replyId':_0x152394,'partIndex':_0x422d91}),_0x101930?this['_openBalloonFor'](_0x152394,_0x349c51):_0x5552dc['close']();}),_0x101930&&(this['listenTo'](_0x5552dc,'showNext',()=>{this['_openBalloonFor'](_0x152394,_0x349c51);}),this['listenTo'](_0x5552dc,'showPrevious',()=>{this['_openBalloonFor'](_0x152394,_0x298eb1);})),this['listenTo'](_0x5552dc,'dialogClosed',()=>{this['stopListening'](_0x5552dc),this['stopListening'](_0x137637),this['_previewedChangeGroup']=null;});}['_getDocumentRangeForReplyChanges'](_0x258478,_0x4c3772){const _0x8ace61=q(this['context']),{reply:_0x406a38,interaction:_0x22813c}=this['getInteractionAndReplyById'](_0x258478),_0x33a403=_0x406a38['changeGroups']['filter'](_0x212242=>'pending'==_0x212242['state']),_0x2641ab=_0x33a403['map'](_0x14e0c9=>_0x406a38['changeGroups']['indexOf'](_0x14e0c9));void 0x0===_0x4c3772&&(_0x4c3772=_0x2641ab[0x0]);const _0x27cabb=_0x2641ab['indexOf'](_0x4c3772);if(-0x1==_0x27cabb)return null;const _0x179347=_0x33a403[_0x27cabb],_0x4cf5fe=new Rt([]),_0x1e0617=new Rt([]);for(const _0x488aac of _0x179347['changes'])if('removed'!=_0x488aac['type']&&_0x1e0617['children']['push'](_0x488aac['node']['cloneNode'](!0x0)),'new'!=_0x488aac['type']){const _0x1cec43=wt(_0x4720e8=>Et(_0x4720e8,'data-id')==_0x488aac['id'],_0x406a38['documentContextContent'],!0x0);_0x4cf5fe['children']['push'](_0x1cec43['cloneNode'](!0x0));}if(0x0==_0x4cf5fe['children']['length']){if(_0x179347['changes'][0x0]['anchorId']){const _0x1cd4e5=Dt('data-id',_0x179347['changes'][0x0]['anchorId'],_0x406a38['documentContextContent']);_0x4cf5fe['children']['unshift'](_0x1cd4e5['cloneNode'](!0x0)),_0x1e0617['children']['unshift'](_0x1cd4e5['cloneNode'](!0x0)),_0x1cd4e5['nextSibling']&&(_0x4cf5fe['children']['push'](_0x1cd4e5['nextSibling']['cloneNode'](!0x0)),_0x1e0617['children']['push'](_0x1cd4e5['nextSibling']['cloneNode'](!0x0)));}else{const _0x2e9ba7=_0x406a38['documentContextContent']['children'][0x0];if(!_0x2e9ba7)return null;_0x4cf5fe['children']['push'](_0x2e9ba7['cloneNode'](!0x0)),_0x1e0617['children']['push'](_0x2e9ba7['cloneNode'](!0x0));}}const _0x320b66=_0x22813c['getDocumentContext'](),_0x4283eb=_0x8ace61['data']['parse'](_0x320b66['content']),_0x175108=St(_0x4cf5fe),_0x1af822=_0x8ace61['data']['parse'](_0x175108),_0xc315bd=_0x8ace61['data']['parse'](_0x175108),_0xcf8a7c=_0x8ace61['model']['createPositionAt'](_0x1af822,0x0),_0x4263a0=St(_0x1e0617),_0x27d1a8={'anchor':_0xcf8a7c,'markDeletions':!0x1},_0x52c705=_0x8ace61['plugins']['get'](nt)['getDiff'](_0x175108,_0x4263a0,_0x27d1a8)['getOperations']();if(!_0x52c705['length'])return null;_0x8ace61['model']['change'](_0x28e146=>{for(const _0x4c3c21 of _0x52c705)if('remove'==_0x4c3c21['type']){const _0x2584db=_0x4c3c21['sourcePosition'],_0xae2040=_0x4c3c21['howMany'],_0x2af4f4=new lt(_0x2584db,_0xae2040);_0x28e146['batch']['addOperation'](_0x2af4f4),_0x8ace61['model']['applyOperation'](_0x2af4f4);}else'marker'!==_0x4c3c21['type']&&(_0x4c3c21['baseVersion']=null,_0x4c3c21['isDocumentOperation']=!0x1,_0x28e146['batch']['addOperation'](_0x4c3c21),_0x8ace61['model']['applyOperation'](_0x4c3c21));});const _0x4eabdc=vt(_0x8ace61,_0x52c705,_0x1af822);At(_0x8ace61['model'],_0x4eabdc);const _0x5dc50d=_0x4eabdc['getFirstRange']()['start']['path']['slice'](),_0x579740=_0x4eabdc['getFirstRange']()['end']['path']['slice'](),_0x5899dd=[];let _0x5220d8=_0x1af822,_0x5e0d8e=_0xc315bd;for(let _0x5aec79=0x0;_0x5aec79<_0x579740['length'];_0x5aec79++){const _0x3ee5b4=_0x5220d8['maxOffset']-_0x579740[_0x5aec79];_0x5899dd[_0x5aec79]=_0x5e0d8e['maxOffset']-_0x3ee5b4,_0x5220d8=_0x5220d8['getChildAtOffset'](_0x579740[_0x5aec79]),_0x5e0d8e=_0x5e0d8e['getChildAtOffset'](_0x5899dd[_0x5aec79]);}const _0x319a00=_0x8ace61['model']['createRange'](_0x8ace61['model']['createPositionFromPath'](_0xc315bd,_0x5dc50d),_0x8ace61['model']['createPositionFromPath'](_0xc315bd,_0x5899dd)),_0x65c942=_0xc315bd['getChild'](0x0)['getAttribute'](Tt),_0x49bd18=Array['from'](_0x4283eb['getChildren']())['find'](_0x38ee94=>_0x38ee94['getAttribute'](Tt)==_0x65c942)['getPath'](),_0x23fbe6=_0x319a00['start']['path']['slice'](),_0xbfca57=_0x319a00['end']['path']['slice']();_0x23fbe6[0x0]=_0x49bd18[0x0]+_0x23fbe6[0x0],_0xbfca57[0x0]=_0x49bd18[0x0]+_0xbfca57[0x0];let _0x2535a9=_0x8ace61['model']['createRange'](_0x8ace61['model']['createPositionFromPath'](_0x8ace61['model']['document']['getRoot'](),_0x23fbe6),_0x8ace61['model']['createPositionFromPath'](_0x8ace61['model']['document']['getRoot'](),_0xbfca57));const _0x6f2632=_0x8ace61['model']['document']['history']['getOperations'](_0x320b66['version']);for(const _0x55c5a7 of _0x6f2632)_0x2535a9=ht['_createFromRanges'](_0x2535a9['getTransformedByOperation'](_0x55c5a7));return{'range':_0x2535a9,'currentIndex':_0x4c3772};}['_integrateEditor'](_0x2052c8){if(!_0x2052c8['plugins']['has']('Undo'))return;const _0x3be1fd=_0x2052c8['commands']['get']('undo'),_0xf6bfaa=_0x2052c8['commands']['get']('redo');this['listenTo'](_0x3be1fd,'revert',(_0x27cd34,_0x347a8f,_0x4ddf63)=>{const _0x302e51=this['_batchToChanges']['get'](_0x347a8f);if(!_0x302e51)return;const _0x224bff=this['activeConversation']['getInteraction'](_0x302e51['interactionId'])['getReply'](_0x302e51['replyId']);_0x302e51['indexes']['forEach'](_0x2e1667=>_0x224bff['setChangeGroupState'](_0x2e1667,'pending')),this['_batchToChanges']['delete'](_0x347a8f),this['_batchToChanges']['set'](_0x4ddf63,_0x302e51);}),this['listenTo'](_0xf6bfaa,'revert',(_0x32e7d5,_0x5647f6,_0x1249b6)=>{const _0xcfb64d=this['_batchToChanges']['get'](_0x5647f6);if(!_0xcfb64d)return;const _0x114de9=this['activeConversation']['getInteraction'](_0xcfb64d['interactionId'])['getReply'](_0xcfb64d['replyId']);_0xcfb64d['indexes']['forEach'](_0x4c68ec=>_0x114de9['setChangeGroupState'](_0x4c68ec,'accepted')),this['_batchToChanges']['delete'](_0x5647f6),this['_batchToChanges']['set'](_0x1249b6,_0xcfb64d);});}async['loadConversation'](_0x477f91){this['context']['plugins']['get'](it)['close'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']();try{const _0x1f2e80=this['context']['plugins']['get'](Ct);this['updateConversationTitle']('\x20'),_0x1f2e80['view']['activateTab']('chat'),await this['_startConversationSafely'](_0x477f91);const {sessionId:_0x23a67f}=this['_aiEditing']['getDocumentData']();await this['activeConversation']['load'](_0x477f91,_0x23a67f),this['activeConversation']['isCurrentDocumentInConversation']()&&this['activeConversation']['addCurrentDocumentToContext'](i(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}catch(_0x87458d){console['error']('Failed\x20to\x20load\x20conversation',_0x87458d);}finally{this['_aiChatUi']['startAutoScroll'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['handleRemovedConversation'](_0x528e62){this['activeConversation']['id']===_0x528e62&&this['_startConversationSafely']();}async['addSelectionToChatContext'](){const _0x34cb79=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x34cb79),this['activeConversation']?.['addCurrentDocumentToContext'](i(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_startConversationSafely']();}async['sendMessage']({message:_0x204120,quickActionData:_0x8e5de1}){await this['_handleUIUserMessage']({'userMessage':_0x204120,'quickActionData':_0x8e5de1});}['getGroupId'](){const _0x3e18e7=this['context']['config']['get']('collaboration.channelId');if(!_0x3e18e7)throw new _0x2120c6('ai-chat-missing-channel-id',this);return _0x3e18e7;}async['_startConversationSafely'](_0x422060){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x422060);}catch(_0x1bb782){ft('ai-chat-conversation-start-failed',_0x1bb782),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation'](_0xdfc1be){const _0x2130ab=this['context']['plugins']['get'](it);let _0x5544ce;_0x2130ab['isOpen']&&_0x2130ab['close'](),_0xdfc1be||!this['activeConversation']?_0x5544ce=this['context']['config']['get']('ai.chat.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x5544ce=this['activeConversation']['selectedModel']['id']),await this['_stopLastInteraction']();const _0x4c6181=this['getGroupId'](),_0x49014b=_0xdfc1be||_0x1a633f();this['activeConversation']=new _t({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x5544ce,'conversationId':_0x49014b,'group':_0x4c6181,'getEditor':()=>q(this['context'])}),this['activeConversation']['on']('conversationInitialized',(_0x164457,_0x4e56b7)=>{this['_aiChatUi']['createConversation'](_0x4e56b7),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0xdfc1be||(this['_aiChatUi']['resetConversationTitle'](),this['activeConversation']?.['addCurrentDocumentToContext'](i(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT')));}),this['activeConversation']['on']('uploadProgressChanged',(_0x546798,_0xe1cdee)=>{this['_aiChatUi']['setIsUploadInProgress'](_0xe1cdee['isUploadInProgress']);}),this['activeConversation']['on']('interactionCreated',(_0x3098d5,_0x5829b8)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x5829b8);}),this['activeConversation']['on']('webSearchStarted',()=>{this['_aiChatUi']['setLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningStarted',()=>{this['_aiChatUi']['setLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('webSearchFinished',(_0x9f27d3,_0x5a4ff6)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x5a4ff6,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x2b132a,_0x2e7262)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x2e7262,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x23ce98,_0x3d5508)=>{this['_aiChatUi']['removeFeedInteraction'](_0x3d5508['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x5d4c93,_0x5a5692,_0xaf2103)=>{this['updateConversationTitle'](_0x5a5692,_0xaf2103);}),this['activeConversation']['on']('replyCreated',(_0x36745f,_0x4be2d0)=>{'text-delta'===_0x4be2d0['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x4be2d0):this['_aiChatUi']['addFeedItemAISuggestion'](_0x4be2d0);}),this['activeConversation']['on']('replyContentUpdated',async(_0xc94793,_0x26cf98)=>{await this['_updateReplyContent']({'reply':_0x26cf98});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x59b417,{reply:_0x277564,index:_0x1ad784,state:_0x199910})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x277564['id'],'index':_0x1ad784,'state':_0x199910});}),this['activeConversation']['on']('contextItemAdded',(_0x2d7b54,_0x55813b)=>{if(this['_aiChatUi']['addContextItem'](_0x55813b['contextItem'],_0x55813b['isLoading']),'selection'===_0x55813b['contextItem']['type']){const _0x1e30f2=[...q(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection'](_0x1e30f2,'ai-conversation-'+this['activeConversation']?.['id']);}}),this['activeConversation']['on']('contextItemRemoved',(_0x75c110,_0x21601b)=>{this['_aiChatUi']['removeContextItem'](_0x21601b['uiId']),'current-document'==_0x21601b['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x21601b['type']&&this['_aiEditing']['hideFakeVisualSelection']('ai-conversation-'+this['activeConversation']?.['id']);}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x5add02,_0x237b47)=>{this['_aiChatUi']['setContextItemLoading'](_0x237b47['contextItem']['uiId'],_0x237b47['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x22fc0d,_0x4053dd)=>{this['_aiChatUi']['setConversationContext'](_0x4053dd['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x2dea6d,_0x3a592a)=>{this['_aiChatUi']['setAddContextOptions'](_0x3a592a['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0xc89083,_0x508db7)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x508db7['sourceId'],_0x508db7['source'],_0x508db7['resources'],_0x508db7['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x427a8b,_0x36af97)=>{this['_aiChatUi']['updateResourceState'](_0x36af97['sourceId'],_0x36af97['resourceId'],_0x36af97['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x185fce,_0x5bebf6)=>{this['_aiChatUi']['updateCapabilities'](_0x5bebf6);}),this['activeConversation']['on']('modelSelected',(_0x55637c,_0x1e9aef)=>{this['_aiChatUi']['setSelectedModel'](_0x1e9aef['selectedModel'],_0x1e9aef['isDisabled']);}),this['activeConversation']['on']('error',(_0x2c357c,{error:_0x28d3fc,interactionId:_0x55481c,fileName:_0x1becb6,url:_0x4cdd34,sourceId:_0x42fd9a,sourceLabel:_0x378faf})=>{const _0x26e556=_0x55481c?_0x55481c+':'+_0x1a633f():_0x1a633f();_0x28d3fc['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':i(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x26e556}):_0x28d3fc['message']['startsWith']('ai-chat-conversation-init-failed')||_0x28d3fc['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x26e556}),this['_logError'](_0x28d3fc)):_0x28d3fc['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x1becb6),'id':_0x26e556}):_0x28d3fc['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x4cdd34),'id':_0x26e556}):_0x28d3fc['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x26e556}):_0x28d3fc['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x26e556}):_0x28d3fc['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x42fd9a&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x42fd9a),this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x378faf||'source'),'id':_0x26e556}),this['_logError'](_0x28d3fc)):_0x28d3fc['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x26e556}),this['_logError'](_0x28d3fc)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x26e556}),this['_logError'](_0x28d3fc));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0xdfc1be||await this['activeConversation']['start']();}async['_handleUIUserMessage']({userMessage:_0x14d285,quickActionData:_0x469b62}){if(!this['activeConversation'])throw new _0x2120c6('ai-chat-controller-no-active-conversation');this['activeConversation']['isCurrentDocumentInContext']()&&await this['activeConversation']['updateCurrentDocumentInContext'](this['_aiEditing']['getDocumentData']()),this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x14d285,'quickActionData':_0x469b62}),this['_removeAISelectionMarkers']();}['_removeAISelectionMarkers'](){const _0x369b93=q(this['context'])['model'],_0x4e3a92=Array['from'](_0x369b93['markers']['getMarkersGroup'](yt));_0x369b93['change'](_0x269641=>{_0x4e3a92['forEach'](_0x1b5c0d=>_0x269641['removeMarker'](_0x1b5c0d));});}['_showConversationHistory'](){console['log']('Showing\x20conversation\x20history...');}['_setIsMaximized'](_0x590766){this['_aiChatUi']['setIsMaximized'](_0x590766);}['_logError'](_0x4d6723){ft(_0x4d6723['message']);}['_removeFromContext'](_0x2c24e2){this['activeConversation']?.['removeFromContext'](_0x2c24e2);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x48795c){const [_0x1db481,_0x4490a7]=_0x48795c['split'](':'),_0x1cc0ce=this['activeConversation']['getInteraction'](_0x1db481),_0x1af293=_0x1cc0ce['getReply'](_0x4490a7);return{'interaction':_0x1cc0ce,'reply':_0x1af293};}['_scrollToSuggestionRange'](_0x9bc2fe,_0x3a31d0=!0x1){const _0x45823f=q(this['context']),_0x12a8c3={'target':_0x45823f['editing']['view']['domConverter']['viewRangeToDom'](_0x45823f['editing']['mapper']['toViewRange'](_0x9bc2fe)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x3a31d0};_0x3a31d0&&(_0x12a8c3['alignToTop']=!0x0),_0x1966fd(_0x12a8c3);}['updateConversationTitle'](_0x7edf05,_0x31ec29=!0x1){this['_aiChatUi']['setConversationTitle'](_0x7edf05||i(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x31ec29);}async['_updateReplyContent']({reply:_0x109650,renderingStrategy:_0xf359a2}){const {id:_0x1199a3,isDone:_0x28faf3,type:_0x4ab830,parsedContent:_0x24619d}=_0x109650;if('modification-delta'===_0x4ab830){const _0x35e366=_0x109650['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x1199a3,'parts':_0x35e366,'renderingStrategy':_0xf359a2,'isDone':_0x28faf3});}else'text-delta'===_0x4ab830&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x1199a3,'parsedContent':_0x24619d,'renderingStrategy':_0xf359a2,'isDone':_0x28faf3});_0x28faf3&&_0x109650['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x1199a3,_0x109650['sources']);}async['_stopLastInteraction'](){const _0x4f8f6d=this['activeConversation']?.['lastInteraction'];_0x4f8f6d&&(_0x4f8f6d['stop'](),this['_aiChatUi']['stopInteraction'](_0x4f8f6d));}async['_flushLastInteractionUI'](){const _0x21a8a2=this['activeConversation']?.['lastInteraction'];if(_0x21a8a2){for await(const _0x29d4ea of _0x21a8a2['replies'])await this['_updateReplyContent']({'reply':_0x29d4ea,'renderingStrategy':'static'});}}['_updateRatings'](_0x50033f){const _0x272ba2={'positiveCount':_0x50033f['changeGroups']['filter'](_0x468f2f=>'accepted'===_0x468f2f['state'])['length'],'totalCount':_0x50033f['changeGroups']['length'],'modificationId':_0x50033f['id']},_0x53bd0b=this['activeConversation']['getInteraction'](_0x50033f['interactionId'])['messageId'];this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x53bd0b,_0x272ba2);}}const Mt=[...Ee,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class Le extends Ir{['containerView'];['actionsView'];constructor(_0x4e7c14,_0x1e3663){super(_0x1e3663),this['set']('isTrackChangesOn',!0x1),this['containerView']=new F(_0x4e7c14,{'showDiff':_0x1e3663['showDiff'],'areActionsDisabled':_0x1e3663['areActionsDisabled'],'availableActions':_0x1e3663['availableActions']}),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x391297,_0x2ad9e2)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x2ad9e2['showDiff']});}),this['containerView']['on']('like',()=>{this['fire']('like',{'replyId':this['options']['id']});}),this['containerView']['on']('dislike',()=>{this['fire']('dislike',{'replyId':this['options']['id']});}),this['containerView']['on']('showChangeInText',(_0x338b7a,{index:_0x3f389b})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x3f389b});}),this['containerView']['on']('insertSuggestion',(_0x18afc1,{index:_0x36081b})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x36081b});}),this['containerView']['on']('rejectSuggestion',(_0x30c02e,{index:_0x53b6de})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x53b6de});}),this['containerView']['on']('mouseOverSuggestion',(_0x110894,{index:_0x343d62})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x343d62});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x4b592c,{index:_0x85fe1f})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x85fe1f});}),this['actionsView']=new hh(_0x4e7c14,this['options']['availableActions']),this['actionsView']['bind']('isTrackChangesOn')['to'](this,'isTrackChangesOn'),this['actionsView']['on']('showChangeInText',()=>{this['fire']('showChangeInText',{'replyId':this['options']['id']});}),this['actionsView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'replyId':this['options']['id']});}),this['actionsView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'replyId':this['options']['id']});}),_0x1e3663['areActionsDisabled']?this['actionsView']['isEnabled']=!0x1:this['actionsView']['bind']('isEnabled')['to'](this['containerView']['bodyView'],'hasPendingParts'),this['children']['addMany']([this['containerView'],this['actionsView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x36276d){await this['containerView']['updateContent'](_0x36276d),this['actionsView']['updateLabels'](this['containerView']['bodyView']['partsCount']);}['updatePartState'](_0xf1c98e,_0x33e1bd){this['containerView']['bodyView']['updatePartState'](_0xf1c98e,_0x33e1bd);}['updateSources'](_0x380a55){this['containerView']['updateSources'](_0x380a55);}['getPartView'](_0x2f465f){return this['containerView']['bodyView']['getPartView'](_0x2f465f);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone'](),this['actionsView']['isVisible']=this['containerView']['bodyView']['hasNonEmptyParts'];}}class Ve extends Ir{['replyContainer'];constructor(_0x1279cf,_0x45500d){super(_0x45500d),this['locale']=_0x1279cf,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x3249c4(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':ze(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x39e162,renderingStrategy:_0x3912a8,abortSignal:_0x47356c}){'streaming'===_0x3912a8?await this['streamIntoElement'](_0x39e162,this['replyContainer']['element'],_0x47356c):this['replyContainer']['element']['innerHTML']=_0x20a8a4(_0x39e162);}['updateSources'](_0x11ee16){const _0x58dad2=new _r(this['locale']);_0x58dad2['children']['addMany'](_0x11ee16['map'](_0x41f039=>new jr(this['locale'],_0x41f039))),_0x58dad2['isVisible']=!0x0,this['children']['add'](_0x58dad2);}}const An={'file':_0x2ceb48,'document':_0x4aad50,'web-resource':_0x482077,'text':_0x2ceb48,'selection':_0xe5307b},$r='ck-ai-chat-context-chip',Qr='ck-ai-chat-context-chip_wide',Jr='ck-ai-chat-context-chip_document',Zr='ck-ai-chat-context-chip__label',ra='ck-ai-chat-context-chip__type-icon',oa='ck-ai-chat-context-controls__chip-tooltip',Vn='n';class wo extends _0x290cbd{constructor(_0x47e5e6,_0x27f9a8,_0x83a248,_0x18c871,_0xb71f62=!0x1){super(_0x47e5e6),this['_isAnimationOnEnterEnabled']=_0x18c871,this['_initializeProperties'](_0x27f9a8,_0x83a248,_0xb71f62),this['_setupTemplate']();}['render'](){super['render'](),this['_isAnimationOnEnterEnabled']&&this['element']&&(this['element']['classList']['add']('ck-ai-chat-context-chip_new-chip'),this['_handleAnimationEndOnce'](this['element'],()=>{this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}));}['disableAnimationOnEnter'](){this['_isAnimationOnEnterEnabled']=!0x1,this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}['_initializeProperties'](_0x2bd479,_0x327ceb,_0x452a18){this['set']('label',_0x2bd479['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x2bd479['type']),this['set']('id',_0x2bd479['uiId']),this['set']('readonly',_0x327ceb),this['set']('isLoading',_0x452a18);}['_setupTemplate'](){const _0xfeb825=this['_createIconView'](),_0x1ac08e=this['_createRemoveButton'](),_0x2b051f=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x2b051f),'children':this['_createTemplateChildren'](_0xfeb825,_0x1ac08e,_0x2b051f)});}['_createTemplateAttributes'](_0x9caea3){return{'class':[$r,_0x9caea3['if']('itemType',Jr,_0x4bdebe=>'document'==_0x4bdebe),_0x9caea3['if']('itemType',Qr,_0x213e7c=>'selection'==_0x213e7c)],'data-cke-tooltip-text':_0x9caea3['to']('label',jn),'data-cke-tooltip-position':Vn,'data-cke-tooltip-class':oa};}['_createTemplateChildren'](_0x57c27e,_0x596005,_0x38315c){const _0x249d47=this['_createLabelElement'](_0x38315c),_0x59216f=this['_createLoaderIcon']();return this['readonly']?[_0x57c27e,_0x249d47]:[_0x57c27e,_0x59216f,_0x249d47,_0x596005];}['_createLabelElement'](_0xf9f581){return{'tag':'span','attributes':{'class':Zr},'children':[{'text':_0xf9f581['to']('label')}]};}['_createRemoveButton'](){const _0x3d7c4c=new _0x290cbd(this['locale']);return _0x3d7c4c['set']({'label':i(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x4ac77e}),this['_setupRemoveButtonEvent'](_0x3d7c4c),_0x3d7c4c;}['_setupRemoveButtonEvent'](_0x52bfea){_0x52bfea['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x4be5d6=this['bindTemplate'],_0x58df0a=new _0xf03b05();return _0x58df0a['content']=An[this['itemType']],_0x58df0a['extendTemplate']({'attributes':{'class':[ra,_0x4be5d6['if']('isLoading','ck-hidden',_0x58cae3=>_0x58cae3)]}}),_0x58df0a;}['_handleAnimationEndOnce'](_0x56a84b,_0x39ea2a){if(!_0x56a84b)return;const _0x13d473=()=>{_0x39ea2a(),_0x56a84b['removeEventListener']('animationend',_0x13d473),_0x56a84b['removeEventListener']('webkitAnimationEnd',_0x13d473);};_0x56a84b['addEventListener']('animationend',_0x13d473),_0x56a84b['addEventListener']('webkitAnimationEnd',_0x13d473);}['_createLoaderIcon'](){const _0x8a8ad6=new De('small');return _0x8a8ad6['bind']('isVisible')['to'](this,'isLoading',_0x13f3ac=>_0x13f3ac),_0x8a8ad6;}}function jn(_0xabfbc2){if(!_0xabfbc2)return _0xabfbc2;if(_0xabfbc2['length']<=0x78)return _0xabfbc2;const _0x3c240d=_0xabfbc2['slice'](0x0,0x78),_0x33b255=_0x3c240d['lastIndexOf']('\x20');return(_0x33b255>0x0?_0x3c240d['slice'](0x0,_0x33b255):_0x3c240d)+'…';}const dn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},bn='300px';class _o{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x440cd6,_0x514502,_0x3f43a8,_0x5a036e,_0x32bdcc){this['_locale']=_0x440cd6,this['_visibleChips']=_0x514502,this['_config']={...dn,..._0x3f43a8,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x3f43a8['cssClasses']}},this['_overflowChips']=new _0x2afc13(),this['_bodyCollection']=_0x5a036e,this['_parentView']=_0x32bdcc||null;}['setContainerElement'](_0x17fd7e){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x17fd7e,this['_setupVisibilityObserver']();}get['showMoreButtonView'](){return this['_showMoreButtonView'];}get['overflowChips'](){return this['_overflowChips'];}['reorganizeChips'](){requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});}['showBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_updateBalloonContent'](),this['_showMoreButtonView']['isOn']=!0x0,this['_showMoreBalloonPanelView']['show'](),this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')}));}['hideBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_showMoreButtonView']['isOn']=!0x1,this['_showMoreBalloonPanelView']['hide']());}['clear'](){this['_overflowChips']['clear'](),this['hideBalloonPanel'](),this['_updateShowMoreButtonVisibility'](),this['_showMoreButtonView']&&(this['_showMoreButtonView']['label']=''),this['_showMoreBalloonPanelView']&&this['_showMoreBalloonPanelView']['content']['clear']();}['destroy'](){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_showMoreButtonView']&&(this['_showMoreButtonView']['destroy'](),this['_showMoreButtonView']=null),this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['destroy'](),this['_showMoreBalloonPanelView']=null);}['_checkAndHandleOverflow'](){if(!this['_containerElement'])return;if(!this['_isContainerVisible']())return void(this['_pendingCalculation']=!0x0);this['_pendingCalculation']=!0x1;const _0x403d21=[...this['_visibleChips'],...this['_overflowChips']],_0x391462=this['_createCalculationContainer'](),_0x389b96=this['_calculateOverflowInContainer'](_0x391462,_0x403d21),_0x233059=_0x391462['_ancestorsToRestore'];_0x233059&&this['_restoreAncestorVisibility'](_0x233059),_0x391462['remove'](),this['_applyOverflowResults'](_0x403d21,_0x389b96);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x178524({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x24a90b=new _0x290cbd(this['_locale']);_0x24a90b['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0xd19c96=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0xd19c96['push'](this['_config']['cssClasses']['controlsButton']),_0x24a90b['extendTemplate']({'attributes':{'class':_0xd19c96}}),_0x24a90b;}['_createShowMoreBalloonPanelView'](){const _0x3b9316=new _0x1a6e6e(this['_locale']);return _0x3b9316['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x3b9316),_0x3b9316;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x5d9108=>{_0x5d9108['disableAnimationOnEnter']();});const _0x199e35=new _0x3249c4(this['_locale']);_0x199e35['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x199e35);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x3cd6ab=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x3cd6ab?'':'none');}['_repinBalloonPanel'](){this['_showMoreButtonView']?.['isOn']&&this['_showMoreBalloonPanelView']?.['isVisible']&&this['_showMoreButtonView']['element']&&this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')});}['_findTargetContainer'](_0x4a23d9){const _0x27b7f4=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x2d8520=this['_containerElement']?.['classList'];if(_0x2d8520){const _0x1207eb=_0x2d8520[0x0]||'',_0x57dbcd=_0x4a23d9['querySelector']('.'+_0x1207eb),_0x571d93=_0x4a23d9['querySelector'](_0x27b7f4);return _0x57dbcd||_0x571d93||_0x4a23d9;}return _0x4a23d9['querySelector'](_0x27b7f4)||_0x4a23d9;}['_calculateContainerWidth'](){const _0x350f63=this['_parentView']?.['element']||this['_containerElement'];if(!_0x350f63)return bn;const _0x17b686=window['getComputedStyle'](_0x350f63)['width'];if('auto'===_0x17b686||'0px'===_0x17b686||!_0x17b686){const _0x5b6d29=_0x350f63['parentElement'];if(_0x5b6d29){const _0x9aa33e=window['getComputedStyle'](_0x5b6d29);return'auto'!==_0x9aa33e['width']?_0x9aa33e['width']:bn;}return bn;}return _0x17b686;}['_applyCalculationStyles'](_0x3788f9,_0x26e821){this['_config']['cssClasses']['calculationContainer']&&_0x3788f9['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x3788f9['style']['width']=_0x26e821,_0x3788f9['style']['position']='absolute',_0x3788f9['style']['top']='-9999px',_0x3788f9['style']['left']='-9999px',_0x3788f9['style']['opacity']='0',_0x3788f9['style']['pointerEvents']='none',_0x3788f9['style']['zIndex']='-1',_0x3788f9['style']['visibility']='visible\x20!important',_0x3788f9['style']['display']='block\x20!important',_0x3788f9['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x5b97c0){_0x5b97c0['forEach'](({element:_0x3745e5,originalDisplay:_0x365ab5,originalVisibility:_0xc4bb2b})=>{_0x3745e5['style']['display']=_0x365ab5,_0x3745e5['style']['visibility']=_0xc4bb2b;});}['_makeAncestorsVisible'](_0x535634){const _0x440922=[];let _0x24ec4a=_0x535634;for(;_0x24ec4a&&_0x24ec4a!==document['body'];){const _0xfed4d4=window['getComputedStyle'](_0x24ec4a);'none'!==_0xfed4d4['display']&&'hidden'!==_0xfed4d4['visibility']||(_0x440922['push']({'element':_0x24ec4a,'originalDisplay':_0x24ec4a['style']['display'],'originalVisibility':_0x24ec4a['style']['visibility']}),_0x24ec4a['style']['display']='block',_0x24ec4a['style']['visibility']='visible'),_0x24ec4a=_0x24ec4a['parentElement'];}return _0x440922;}['_createContainerElements'](){let _0x58054a,_0x566c2f;return this['_parentView']?.['element']?(_0x58054a=this['_parentView']['element']['cloneNode'](!0x0),_0x566c2f=this['_findTargetContainer'](_0x58054a)):(_0x58054a=document['createElement']('div'),_0x566c2f=_0x58054a),{'calculationContainer':_0x58054a,'targetContainer':_0x566c2f};}['_createCalculationContainer'](){const {calculationContainer:_0x3def09,targetContainer:_0x4338dd}=this['_createContainerElements'](),_0x4299b3=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x3def09,_0x4299b3);const _0x47185a=this['_parentView']?.['element']||this['_containerElement'],_0x1b0944=_0x47185a?.['parentElement'];_0x1b0944?_0x1b0944['appendChild'](_0x3def09):document['body']['appendChild'](_0x3def09),_0x3def09['_targetContainer']=_0x4338dd;const _0x4144a2=this['_makeAncestorsVisible'](_0x1b0944||null);return _0x3def09['offsetWidth'],_0x3def09['_ancestorsToRestore']=_0x4144a2,_0x3def09;}['_calculateOverflowInContainer'](_0x117528,_0x1f3d36){const _0x3fcd2e=_0x117528['_targetContainer']||_0x117528,_0x3d442c=[],{rowCount:_0x2919a3}=this['_renderChipsAndCountRows'](_0x3fcd2e,_0x1f3d36);if(_0x2919a3<=this['_config']['maxVisibleRows'])return _0x3d442c;const _0x39a20f=_0x1f3d36['slice']();for(;_0x39a20f['length']>0x0;){if(this['_testButtonFit'](_0x117528,_0x3fcd2e,_0x39a20f)){const _0x5b970e=_0x1f3d36['filter'](_0x1713c8=>!_0x39a20f['includes'](_0x1713c8));_0x3d442c['push'](..._0x5b970e);break;}if(!_0x39a20f['pop']())break;}return _0x3d442c;}['_renderChipsAndCountRows'](_0x4fe359,_0x5667c7){_0x4fe359['innerHTML']='',_0x5667c7['forEach'](_0x230693=>{if(_0x230693['element']){const _0x338d85=_0x230693['element']['cloneNode'](!0x0);_0x4fe359['appendChild'](_0x338d85);}}),_0x4fe359['offsetWidth'];const _0x5346da=_0x4fe359['children'],_0x5aa3c1=[];return Array['from'](_0x5346da)['forEach'](_0x356315=>{const _0x4acf47=_0x356315['getBoundingClientRect']()['top'];_0x5aa3c1['some'](_0x2f9c75=>Math['abs'](_0x2f9c75-_0x4acf47)<this['_config']['rowDetectionTolerance'])||_0x5aa3c1['push'](_0x4acf47);}),{'rowCount':_0x5aa3c1['length']};}['_createMockButton'](){const _0x55fa04=document['createElement']('button');return _0x55fa04['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x55fa04['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x55fa04['textContent']='+\x201',_0x55fa04;}['_testButtonFit'](_0x2bc38a,_0x179c26,_0x4164fa){this['_renderChipsAndCountRows'](_0x179c26,_0x4164fa);const _0x44f91f=this['_createMockButton']();_0x2bc38a['appendChild'](_0x44f91f),_0x2bc38a['offsetWidth'];const _0x4a982c=[..._0x179c26['children'],_0x44f91f],_0x340676=[];_0x4a982c['forEach'](_0x5b07e9=>{const _0x2bb4a2=_0x5b07e9['getBoundingClientRect']()['top'];_0x340676['some'](_0x170f13=>Math['abs'](_0x170f13-_0x2bb4a2)<this['_config']['rowDetectionTolerance'])||_0x340676['push'](_0x2bb4a2);});const _0x4918a5=_0x340676['length'];return _0x44f91f['remove'](),_0x4918a5<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x515a2b,_0x5273dc){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x515a2b['forEach'](_0x4a01e5=>{_0x5273dc['includes'](_0x4a01e5)?this['_overflowChips']['add'](_0x4a01e5):this['_visibleChips']['add'](_0x4a01e5);});}['_updateOverflowUI'](_0x32f724){if(_0x32f724>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x32f724>0x0&&this['_showMoreButtonView']){const _0x55deae=''+this['_config']['showMoreLabelPrefix']+(_0x32f724<0x63?_0x32f724:'99');this['_showMoreButtonView']['label']=_0x55deae;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x19ecaa,_0xeb7e1c){this['_distributeChips'](_0x19ecaa,_0xeb7e1c),this['_updateOverflowUI'](_0xeb7e1c['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x1233b0=>{_0x1233b0[0x0]['isIntersecting']&&this['_pendingCalculation']&&requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});},{'threshold':0.01,'rootMargin':'50px'}),this['_intersectionObserver']['observe'](this['_containerElement']));}['_isContainerVisible'](){if(!this['_containerElement'])return!0x1;if(!this['_containerElement']['isConnected'])return!0x1;const _0x36b60b=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x36b60b['width']||0x0===_0x36b60b['height'])return!0x1;const _0x1ea0cb=window['innerHeight']||document['documentElement']['clientHeight'],_0x5b4005=window['innerWidth']||document['documentElement']['clientWidth'],_0x175af5=0xc8;return _0x36b60b['bottom']>=-0xc8&&_0x36b60b['top']<=_0x1ea0cb+_0x175af5&&_0x36b60b['right']>=-0xc8&&_0x36b60b['left']<=_0x5b4005+_0x175af5;}}const ha='ck-ai-chat__feed__context-chips',ca='ck-ai-chat-context-chips-wrapper',la='ck-ai-chat-context-chips-wrapper-balloon',da='ck-ai-chat-controls-button',ua='ck-ai-chat-controls_context_show-more-button',_a='ck-ai-chat-context-controls__show-more-balloon-panel';class ah extends _0x3249c4{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x1d6a21,_0x4d705f,_0x9147c9){super(_0x1d6a21),this['_bodyCollection']=_0x9147c9,this['_createContextChips'](_0x4d705f);const _0x2b966b={'cssClasses':{'showMoreButton':ua,'showMoreBalloon':_a,'overflowContainer':la,'controlsButton':da}};this['_overflowManager']=new _o(_0x1d6a21,this['_contextChips'],_0x2b966b,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[ha,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':ca},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x1fb17b=this['element']['querySelector']('.'+ca);_0x1fb17b&&(this['_overflowManager']['setContainerElement'](_0x1fb17b),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x16b032){for(const _0x3cd860 of _0x16b032){const _0xeb60f4=new wo(this['locale'],_0x3cd860,!0x0,!0x1);this['_contextChips']['add'](_0xeb60f4);}}}class Me extends Ir{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x4777cc,_0x317e00,_0x1a6aab){super(_0x317e00),this['_locale']=_0x4777cc,this['_bodyCollection']=_0x1a6aab,this['_createContextChipsView'](),this['_createMessageContentView'](),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__user-message']}});}['_createContextChipsView'](){this['options']['contextItems']&&this['options']['contextItems']['length']>0x0&&(this['_contextChipsView']=new ah(this['_locale'],this['options']['contextItems']['filter'](_0x3925e9=>!_0x3925e9['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x3249c4(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__message-content'}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}}class Lt extends Ir{['capabilities'];constructor(_0x2c6f9e,_0x400bcb){super(_0x400bcb);const {isWebSearchEnabled:_0x5b1463,isReasoningEnabled:_0x3b4e54}=_0x400bcb['capabilities'],_0x250bf0=[];let _0x575618='';_0x5b1463&&_0x3b4e54?(_0x575618=i(_0x2c6f9e,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x250bf0['push'](aa(_0x51778b)),_0x250bf0['push'](aa(_0x208bf9))):_0x5b1463?(_0x575618=i(_0x2c6f9e,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x250bf0['push'](aa(_0x51778b))):_0x3b4e54&&(_0x575618=i(_0x2c6f9e,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x250bf0['push'](aa(_0x208bf9))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x575618?'':'ck-hidden']}});const _0xe6c3ca=new _0x3249c4();_0xe6c3ca['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x250bf0,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x575618]}]}),this['children']['add'](_0xe6c3ca),this['capabilities']=_0x400bcb['capabilities'];}}function aa(_0x4bcb81){const _0xfbe3ee=new _0xf03b05();return _0xfbe3ee['content']=_0x4bcb81,_0xfbe3ee;}const ms=['wheel','touchstart','pointerdown','keydown'],us=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class Fe{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x277c09){this['element']=_0x277c09,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x1098d6 of ms){const _0x45999b='keydown'!==_0x1098d6;this['element']['addEventListener'](_0x1098d6,this['_onUserEvent']['bind'](this),{'passive':_0x45999b,'signal':this['abortController']['signal']});}}['start'](){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0x2770ab){if(this['isRunning']){if('keydown'===_0x2770ab['type']){const _0xf20a89=_0x2770ab['key'];if(!us['includes'](_0xf20a89))return;}_0x2770ab instanceof WheelEvent?_0x2770ab['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x59152f,scrollHeight:_0x4b49a7,clientHeight:_0x480021}=this['element'];return _0x4b49a7-_0x59152f-_0x480021<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class Pe extends _0x3249c4{constructor(_0x211d5d,_0x29f9c3){super(_0x211d5d),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x29f9c3)});}['_createSkeletonItems'](_0x223dcd){const _0x44858b=['ck','ck-ai-skeleton__item'];return _0x223dcd['map'](_0xe85b30=>{let _0x1f141c='';switch(_0xe85b30['attributes']['align']){case'right':_0x1f141c='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x1f141c='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x1f141c='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0xe85b30['tag'],'attributes':{'class':[..._0x44858b,_0xe85b30['attributes']['class']?_0xe85b30['attributes']['class']:''],'style':'width:\x20'+_0xe85b30['attributes']['width']+';\x20height:\x20'+_0xe85b30['attributes']['height']+';'+_0x1f141c}};});}}const Be={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':ta(0x5,'100%','44px','right'),'aiChatResources':ta(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function ta(_0x463787,_0xf84cac,_0x5284bc,_0xfde924){return new Array(_0x463787)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0xf84cac,'height':_0x5284bc,'align':_0xfde924}}));}class ji extends _0x3249c4{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x361872,_0x5ed35a){super(_0x361872),this['_bodyCollection']=_0x5ed35a,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...Mt)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new Fe(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x26819d,_0x16269c){let _0xc1f6c6;'ai-reply'===_0x26819d?_0xc1f6c6=new Ve(this['locale'],_0x16269c):'ai-suggestion-reply'===_0x26819d?(_0xc1f6c6=new Le(this['locale'],_0x16269c),_0xc1f6c6['bind']('isTrackChangesOn')['to'](this,'isTrackChangesOn')):_0xc1f6c6='user-message'===_0x26819d?new Me(this['locale'],_0x16269c,this['_bodyCollection']):'interaction-header'===_0x26819d?new Lt(this['locale'],_0x16269c):new Oe(_0x16269c),this['children']['add'](_0xc1f6c6);}async['updateReplyItem']({id:_0x3a9247,parsedContent:_0x720c0a,renderingStrategy:_0x5dbfc1,abortSignal:_0x3af878}){const _0x2bb1b7=this['getItemById'](_0x3a9247);if(!(_0x2bb1b7 instanceof Ve))throw new _0x2120c6('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x2bb1b7,'id':_0x3a9247,'parsedContent':_0x720c0a});await _0x2bb1b7['updateContent']({'parsedContent':_0x720c0a,'renderingStrategy':_0x5dbfc1,'abortSignal':_0x3af878});}async['updateWebSources'](_0x51922e,_0x44ed4a){const _0x26e8a3=this['getItemById'](_0x51922e);if(_0x26e8a3 instanceof Le)_0x26e8a3['updateSources'](_0x44ed4a);else{if(!(_0x26e8a3 instanceof Ve))throw new _0x2120c6('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x26e8a3,'id':_0x51922e,'sources':_0x44ed4a});_0x26e8a3['updateSources'](_0x44ed4a);}}async['updateSuggestionItem']({id:_0x16f2d3,parts:_0x2bdf77,renderingStrategy:_0x1940dd,abortSignal:_0x4f5702}){const _0x56e16f=this['getItemById'](_0x16f2d3);if(!(_0x56e16f instanceof Le))throw new _0x2120c6('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x56e16f,'id':_0x16f2d3,'parts':_0x2bdf77});await _0x56e16f['updateContent']({'parts':_0x2bdf77,'renderingStrategy':_0x1940dd,'abortSignal':_0x4f5702});}['updateSuggestionPartState']({id:_0x293862,index:_0x494859,state:_0x393b99}){const _0x1fd9c6=this['getItemById'](_0x293862);if(!(_0x1fd9c6 instanceof Le))throw new _0x2120c6('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x293862});_0x1fd9c6['updatePartState'](_0x494859,_0x393b99);}['markItemAsDone'](_0x2789c7){this['getItemById'](_0x2789c7)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0xbd8c9d=>_0xbd8c9d['options']['id']);}['removeItem'](_0x5d8d7d){this['children']['remove'](this['getItemById'](_0x5d8d7d));}['scrollToSuggestion'](_0xb1bf04,_0x583808){const _0x4aa34a=this['getItemById'](_0xb1bf04);if(!(_0x4aa34a instanceof Le))return void _0x218a11('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0xb1bf04,'partIndex':_0x583808});const _0x357b29=_0x4aa34a['getPartView'](_0x583808);_0x357b29?_0x1966fd({'target':_0x357b29['element'],'ancestorOffset':0x14,'alignToTop':!0x0,'forceScroll':!0x0}):_0x218a11('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0xb1bf04,'partIndex':_0x583808});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x3ee862=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x3ee862,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x2c3533=new Pe(this['locale'],Be['aiFeed']);return _0x2c3533['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0x2183d4=>!_0x2183d4)]}}),_0x2c3533;}['_createFeedItems'](){const _0x370aba=new _0x3249c4(this['locale']);return _0x370aba['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x370aba;}['_createFeedLoader'](){const _0x10f145=new _0x3249c4(this['locale']);return _0x10f145['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0xf672df=>!_0xf672df)]},'children':this['_createLoaderChildren']()}),_0x10f145;}['_createLoaderChildren'](){const _0x58891b=new De();return _0x58891b['isVisible']=!0x0,[_0x58891b,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x31d4da){const _0x70c337=this['children']['find'](_0x5408b2=>_0x5408b2['options']['id']['includes'](_0x31d4da));if(!_0x70c337)throw new _0x2120c6('ai-chat-feed-view-item-not-found',this,{'id':_0x31d4da});return _0x70c337;}['setLoadingMessage'](_0x47742b){this['set']('loadingMessage',_0x47742b);}['toggleLoadingSkeleton'](_0x3640e0){this['set']('isLoadingSkeletonVisible',_0x3640e0);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class Br extends _0x36c9a6{['filter'](){let _0x127c85=0x0;for(const _0x3fdfab of this['items'])_0x127c85+=_0x3fdfab['items']['length'];return{'resultsCount':_0x127c85,'totalItemsCount':_0x127c85};}}class ps extends _0xa69052{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x553b9d,_0x300954){super(_0x553b9d,{'queryView':{'label':'','creator':_0x227b28,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Br(_0x553b9d),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x300954,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=ps['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=ps['MAX_ROWS'],this['queryView']['fieldWrapperChildren']['add'](this['_addContextButtonView']),this['_setUpAddContextButtonPositioning'](),this['extendTemplate']({'attributes':{'class':['ck','ck-ai-chat__prompt-input']}}),this['submitButtonView']=this['_createSubmitButton'](),this['submitButtonView']['bind']('isEnabled')['to'](this,'isEmpty',this,'isUploadInProgress',(_0x330ed4,_0x56a291)=>!_0x330ed4&&!_0x56a291),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x5c6942,_0x512ea2)=>{this['isUploadInProgress']||this['isEmpty']||_0x5c6942['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x512ea2());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0xcf6849=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0xcf6849)return this['queryView']['errorText']=i(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x3698c0=_0x3739ad(_0xcf6849);this['fire']('sendUserMessage',_0x3698c0),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0xa749ca){this['queryView']['fieldView']['set']('placeholder',_0xa749ca);}['_createSubmitButton'](){const _0x519e01=new _0x290cbd(this['locale']);return _0x519e01['set']({'icon':_0x55a39b,'label':i(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button','isEnabled':!0x1}),_0x519e01['on']('execute',()=>{this['submit']();}),_0x519e01;}['setIsUploadInProgress'](_0x340bf5){this['isUploadInProgress']=_0x340bf5;}['_setUpAddContextButtonPositioning'](){const _0x2a327f=this['locale'],_0x2f59f8=()=>{_0x31e929['window']['requestAnimationFrame'](()=>{if(_0x2148f8(this['element'])){const _0x1f8535=new _0x11a5d6(this['queryView']['fieldView']['element']),_0x468459=new _0x11a5d6(this['_addContextButtonView']['element']),_0x26eee4=_0x1f8535['width'],_0x17d0a6='rtl'===_0x2a327f['uiLanguageDirection']?'right':'left';_0x1f8535['excludeScrollbarsAndBorders']();const _0x1b7c76=_0x26eee4-_0x1f8535['width']+0x1;this['_addContextButtonView']['element']['style'][_0x17d0a6]='calc('+(_0x26eee4-_0x468459['width']-_0x1b7c76)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x2f59f8),this['on']('render',()=>{_0x2f59f8(),this['_queryViewResizeObserver']=new _0x2db29b(this['queryView']['fieldView']['element'],()=>{_0x2f59f8();});});}}const Ia='ck-ai-chat__prompt-capabilities',Aa='ck-ai-chat-controls-button',ga='ck-ai-chat-controls-button--commands',Ea='ck-ai-chat-controls__model-selection',ma='ck-ai-chat-controls__model-selection__item-name',pa='ck-ai-chat-controls__model-selection__item-description',Ta='ck-ai-chat-controls__model-selection__item-capabilities',Ca='n';class bs extends _0x3249c4{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x1489c5){super(_0x1489c5),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelSelectorVisible',!0x0),this['set']('modelSelectorEnabled',!0x0),this['set']('activeModelId',null),this['set']('activeModelName',null),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelNameView']=this['_createModelNameView'](),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_modelSelectionDropdown']['buttonView']['bind']('isVisible')['to'](this,'modelSelectorVisible',_0x4e84a7=>_0x4e84a7),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x2a811c=>_0x2a811c?this['_modelSelectionDropdown']['buttonView']['label']:i(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x5cab74=>_0x5cab74),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x4ccde6=>_0x4ccde6),this['_webSearchButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x49f584=>!_0x49f584),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x3c8606=>i(this['locale'],_0x3c8606?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x369f14=>_0x369f14),this['_reasoningButton']['bind']('withText')['to'](this,'modelSelectorVisible',_0x2e6009=>!_0x2e6009),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x7e7a4c=>i(this['locale'],_0x7e7a4c?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Ia]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _0x2afc13(),_0x710699(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x3f0358,_0x4a9f81){if(this['set']('modelSelectorVisible',!(_0x4a9f81&&_0x3f0358['length']<=0x1)),this['_modelSelectionDropdownItems']['clear'](),_0x3f0358?.['length']){const _0x17aea3=ni['getLocalized'](this['locale'],_0x3f0358);for(const _0x5ad79c of _0x17aea3){const _0x31fa0c=new _0x32dcb3({'label':_0x5ad79c['name'],'withText':!0x0,'role':'menuitemradio','id':_0x5ad79c['id'],'model':_0x5ad79c});_0x31fa0c['bind']('isOn')['to'](this,'activeModelId',_0x140923=>_0x140923===_0x5ad79c['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x31fa0c,'labelView':new wa(this['locale'],_0x5ad79c)});}}}['setWebSearch'](_0x46e74c){this['set']('webSearchActive',_0x46e74c);}['setReasoning'](_0x7621ae){this['set']('reasoningActive',_0x7621ae);}['setModel'](_0x1eba71){if(!_0x1eba71)return;this['activeModelId']=_0x1eba71['id'],this['activeModelName']=_0x1eba71['name']||_0x1eba71['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x1eba71['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x1eba71['name']);const _0x502f9c=_0x1eba71['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x502f9c),this['_webSearchButton']['set']('isVisible',_0x502f9c);const _0x1ffd30=_0x1eba71['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x1ffd30),this['_reasoningButton']['set']('isVisible',_0x1ffd30);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0),this['set']('modelSelectorVisible',!0x0);}['disableModelSelector'](_0x2182ae){this['set']('modelSelectorEnabled',!0x1),_0x2182ae&&this['set']('modelSelectorVisible',!0x1);}['_createWebSearchButton'](){const _0x223785=new _0x290cbd();return _0x223785['set']({'label':i(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x51778b,'class':Aa,'isToggleable':!0x0,'tooltipPosition':Ca}),_0x223785['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x223785;}['_createReasoningButton'](){const _0x16e957=new _0x290cbd();return _0x16e957['set']({'label':i(this['locale'],'AI_CHAT_REASONING'),'icon':_0x208bf9,'class':Aa,'isToggleable':!0x0,'tooltipPosition':Ca}),_0x16e957['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x16e957;}['_createCommandsButton'](){const _0x41fdad=new _0x290cbd();return _0x41fdad['set']({'label':i(this['locale'],'AI_CHAT_COMMANDS'),'icon':Ot,'withText':!0x0,'class':Aa,'isToggleable':!0x0,'tooltip':i(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':Ca}),_0x41fdad['extendTemplate']({'attributes':{'class':[ga]}}),_0x41fdad['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x41fdad;}['_createModelSelectionDropdown'](){const _0x54726c=_0x1bd241(this['locale']);return _0x54726c['set']({'panelPosition':'ne','class':[Ea]}),_0x54726c['buttonView']['set']({'label':i(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':Ca}),this['listenTo'](_0x54726c,'execute',_0x2745c7=>{this['fire']('selectModel',_0x2745c7['source']['model']);}),_0x54726c;}['_createModelNameView'](){const _0x4003fb=new Ko(this['locale']);return _0x4003fb['bind']('text')['to'](this,'activeModelName',_0x165b21=>_0x165b21??''),_0x4003fb['bind']('isVisible')['to'](this,'modelSelectorVisible',this,'activeModelName',(_0x15befe,_0x569f21)=>!_0x15befe&&!_0x569f21?.['toLowerCase']()['startsWith']('agent')),_0x4003fb;}}let wa=class extends _0x366752{constructor(_0x434a8b,_0x3a8412){super();const _0x21b5fe=this['bindTemplate'],_0x1ba423=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x21b5fe['to']('style'),'id':_0x21b5fe['to']('id')},'children':[{'tag':'div','attributes':{'class':[ma]},'children':[{'text':_0x21b5fe['to']('text')}]},{'tag':'div','attributes':{'class':[pa]},'children':[{'tag':'span','children':[{'text':_0x3a8412['description']}]}]},{'tag':'div','attributes':{'class':[Ta]},'children':_0x1ba423}]}),_0x1ba423['addMany'](this['_getCapabilityParts'](_0x434a8b,_0x51778b,'AI_CHAT_SEARCH_WEB',_0x3a8412['capabilities']['webSearch']?.['enabled']??!0x1)),_0x1ba423['addMany'](this['_getCapabilityParts'](_0x434a8b,_0x208bf9,'AI_CHAT_REASONING',_0x3a8412['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x4e681a,_0x238aa1,_0x113c67,_0x270c8c){const _0x557d8d=new _0xf03b05();_0x557d8d['content']=_0x238aa1;const _0xd9cfa9=new _0x3249c4(_0x4e681a);_0xd9cfa9['setTemplate']({'tag':'span','children':[{'text':i(_0x4e681a,_0x113c67)+':\x20'}]});const _0x472278=new _0x3249c4(_0x4e681a);return _0x472278['setTemplate']({'tag':'span','children':[{'text':i(_0x4e681a,_0x270c8c?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x557d8d,_0xd9cfa9,_0x472278];}};class Ko extends _0x3249c4{constructor(_0xbd3cf6){super(_0xbd3cf6),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x2d53b9=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x2d53b9['if']('isVisible','ck-hidden',_0x11a6ab=>!_0x11a6ab)]},'children':[{'text':_0x2d53b9['to']('text')}]});}}const fa='ck-ai-chat-context-controls__url-form',Sa='ck-ai-chat-context-controls__url-input-section';class Io extends _0x3249c4{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x1f0dfb){super(_0x1f0dfb),this['focusTracker']=new _0x51df1c(),this['keystrokes']=new _0x3116d1(),this['backButton']=this['_createBackButton'](),this['urlInputField']=this['_createUrlInputField'](),this['confirmButton']=this['_createConfirmButton'](),this['_focusables']=this['createCollection']([this['backButton'],this['urlInputField'],this['confirmButton']]),this['focusCycler']=new _0x504985({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x8ff78=>{this['focusTracker']['add'](_0x8ff78['element']),this['keystrokes']['listenTo'](_0x8ff78['element']);}),_0x25650d({'view':this}),this['focus']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['focus'](){this['urlInputField']['focus']();}['getValue'](){return this['urlInputField']['fieldView']['element']?.['value']?.['trim']()||'';}['clear'](){this['urlInputField']['fieldView']['element']['value']='',this['urlInputField']['errorText']=null,this['confirmButton']['isEnabled']=!0x1;}['setError'](_0x2dc9e7){this['urlInputField']['errorText']=_0x2dc9e7,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x18bcad=new _0x290cbd(this['locale']);return _0x18bcad['set']({'icon':_0x2c7390,'tooltip':i(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':'ck-button-icon\x20ck-button-back'}),_0x18bcad;}['_createUrlInputField'](){const _0xaec0f=new _0x12f7b2(this['locale'],_0x30f559);return _0xaec0f['set']({'label':i(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0xaec0f['fieldView']['set']({'placeholder':i(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0xaec0f;}['_createConfirmButton'](){const _0x80babd=new _0x290cbd(this['locale']);return _0x80babd['set']({'icon':_0x576672,'tooltip':i(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x80babd;}['_setupTemplate'](){const _0x52a83d=new _0x4aec09(this['locale'],{'label':i(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x52a83d['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':fa,'tabindex':'-1'},'children':[_0x52a83d,{'tag':'div','attributes':{'class':Sa},'children':[this['urlInputField'],this['confirmButton']]}]});}['_setupEventHandlers'](){this['backButton']['on']('execute',()=>{this['clear'](),this['fire']('cancel');}),this['urlInputField']['fieldView']['on']('input',()=>{this['clearError'](),this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}),this['on']('submit',_0x1d6d75=>{_0x1d6d75['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x184b67,_0x39b449)=>{this['clear'](),this['fire']('cancel'),_0x39b449();});}['_handleSubmit'](){const _0x59f2c1=this['getValue']()['trim']();_0x59f2c1?this['_isValidUrl'](_0x59f2c1)?(this['clearError'](),this['fire']('submitUrl',_0x59f2c1)):this['setError'](i(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](i(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x56b96a=this['getValue']()['trim'](),_0x1ac692=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x56b96a['length']>0x0&&!_0x1ac692;}['_isValidUrl'](_0xbe62db){try{return!!new URL(_0xbe62db);}catch{return!0x1;}}}const Oa='ck-ai-chat-resources__item',Ra='ck-ai-chat-resources__item--in-context',ba='ck-ai-chat-resources__item-title',Na='ck-ai-chat-resources__item__icon';class tc extends _0x36570a{['resource'];['_titleView'];['_iconView'];constructor(_0x555598,_0x23f145){super(_0x555598),this['resource']=_0x23f145,this['set']('isInContext',!!_0x23f145['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x3bba29){if(_0x3bba29['isInContext'])return _0x576672;switch(_0x3bba29['type']){case Ie['DOCUMENT']:return _0x4aad50;case Ie['URL']:return _0x482077;case Ie['FILE']:case Ie['TEXT']:return _0x2ceb48;default:return _0x369ba5;}}['highlightText'](_0x1498dc){if(!_0x1498dc||''===_0x1498dc['trim']())return void this['_titleView']['highlightText'](null);const _0x4a00aa=new RegExp(_0xc3d813(_0x1498dc),'gi');this['_titleView']['highlightText'](_0x4a00aa);}['updateResourceState'](_0x379b7b){this['resource']['isInContext']=_0x379b7b,this['isInContext']=_0x379b7b,this['_updateIcon']();}['_createTitleView'](){const _0x2ca354=new _0x1e2340();return _0x2ca354['text']=this['resource']['label'],_0x2ca354['extendTemplate']({'tag':'span','attributes':{'class':[ba]}}),_0x2ca354;}['_createIconView'](){const _0x3ba15b=new _0xf03b05();return _0x3ba15b['content']=this['getResourceIcon'](this['resource']),_0x3ba15b;}['_setupTemplate'](){const _0x4955af=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[Oa,_0x4955af['if']('isVisible','ck-hidden',_0x3f00dc=>!_0x3f00dc),_0x4955af['if']('isInContext',Ra)]},'children':[{'tag':'div','attributes':{'class':[Na]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x4955af['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const ka='ck-ai-chat-resources__list';class Rr extends _0x36c9a6{['_source'];constructor(_0x3167ae,_0x1ef525){super(_0x3167ae),this['_source']=_0x1ef525,this['extendTemplate']({'attributes':{'class':[ka]}});}['setResources'](_0xb044f9,_0x74e33){this['items']['clear']();let _0x26fe7d=_0xb044f9;if(this['_source']['useDefaultFiltering']&&_0x74e33&&''!==_0x74e33['trim']()){const _0xb33771=new RegExp(_0x74e33['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x26fe7d=_0xb044f9['filter'](_0x7b3cba=>_0xb33771['test'](_0x7b3cba['label']));}for(const _0x521824 of _0x26fe7d){const _0x50a912=new tc(this['locale'],_0x521824);_0x50a912['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x521824);}),this['items']['add'](_0x50a912);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x74e33);}['highlightText'](_0x3ca317){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x3dec07=>{_0x3dec07['highlightText'](_0x3ca317);});}['updateResourceState'](_0x5f17aa,_0x4ca328){for(const _0x4a4b8d of this['items']){const _0xc3b221=_0x4a4b8d;_0xc3b221['resource']['id']===_0x5f17aa&&_0xc3b221['updateResourceState'](_0x4ca328);}}['_handleResourceSelection'](_0x955878,_0x51b5ec){this['fire']('addResourceToContext',{'source':_0x955878,'resource':_0x51b5ec});}}class qr extends _0x12f7b2{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x572ed1){const t=_0x572ed1['t'],_0x93c93b={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x30f559,'label':i(_0x572ed1,'AI_CHAT_SEARCH_RESOURCES')};super(_0x572ed1,_0x93c93b['creator']),this['label']=_0x93c93b['label'],this['_viewConfig']=_0x93c93b,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x572ed1,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x15267c){this['fire']('search',_0x15267c);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0xf03b05(),this['iconView']['content']=_0x2fb97a,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x2d9e84,t){this['resetButtonView']=new _0x290cbd(_0x2d9e84),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x1c533a,'class':'ck-search__reset','isVisible':!0x1,'tooltip':!0x0}),this['resetButtonView']['on']('execute',()=>{this['reset'](),this['focus'](),this['fire']('reset');}),this['resetButtonView']['bind']('isVisible')['to'](this['fieldView'],'isEmpty',_0x53adac=>!_0x53adac),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}class Or extends _0x3249c4{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x619908,_0x1c7d8c){super(_0x619908),this['_source']=_0x1c7d8c['source'],this['_searchInputVisibleFrom']=_0x1c7d8c['searchInputVisibleFrom']??0x7,this['set']('isLoading',!0x0),this['_searchView']=this['_createSearchView'](),this['_searchSection']=this['_createSearchSection'](),this['_resourcesListView']=this['_createResourcesListView'](),this['_skeletonLoader']=this['_createSkeletonView'](),this['children']=new _0x33c41f([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new qr(this['locale']);}['_createSearchSection'](){const _0x29a6e7=new _0x3249c4(this['locale']);return _0x29a6e7['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x35aa10,_0x250ad5)=>{this['loadResources'](_0x250ad5),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x250ad5);}),_0x29a6e7;}['_createResourcesListView'](){const _0xb480c=new Rr(this['locale'],this['_source']);return _0xb480c['delegate']('addResourceToContext')['to'](this),_0xb480c['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0xb480c;}['_createSkeletonView'](){const _0x35fd66=new Pe(this['locale'],Be['aiChatResources']);return _0x35fd66['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0xa106f=>!_0xa106f)]}}),_0x35fd66;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x335f50){const _0x534e09=_0x1a633f();this['_latestLoadResourcesUid']=_0x534e09,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x335f50,'uid':_0x534e09}),this['isLoading']=!0x0;}['setResources'](_0x50398b,_0x20f54a){if(_0x20f54a&&_0x20f54a!==this['_latestLoadResourcesUid'])return;const _0x309f23=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x50398b,_0x309f23),_0x50398b['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0xb3192b,_0x1272ad){this['_resourcesListView']['updateResourceState'](_0xb3192b,_0x1272ad);}}const ya='ck-ai-chat-context-controls__source-balloon-panel',va='ck-button-icon\x20ck-button-back',xa='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class Po{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x35aefa,_0x5dc268,_0x2c396f){this['_locale']=_0x35aefa,this['_bodyCollection']=_0x5dc268,this['_config']=_0x2c396f;}['showSourceResourcesBalloon'](_0x277cea){let _0x3033f5=this['_sourceResourceBalloons']['get'](_0x277cea['id']);_0x3033f5||(_0x3033f5=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x277cea['id'],_0x3033f5),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x3033f5)),this['_addSourceResourceContent'](_0x3033f5,_0x277cea),_0x3033f5['show']();const _0x4234f1=this['_config']['getTargetElement']();_0x4234f1&&_0x3033f5['pin']({'target':_0x4234f1,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x4e7282,_0x49a4bb,_0x4dd9c4){const _0x12f20e=this['_sourceResourceBalloons']['get'](_0x4e7282);if(!_0x12f20e)return;const _0xf2273b=this['_getResourcesViewFromBalloon'](_0x12f20e);_0xf2273b&&(_0xf2273b['setResources'](_0x49a4bb,_0x4dd9c4),_0xf2273b['once']('change:isLoading',()=>{_0x12f20e['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x13782e){const _0xf67fb=this['_sourceResourceBalloons']['get'](_0x13782e);_0xf67fb&&requestAnimationFrame(()=>{_0xf67fb['hide'](),this['_sourceResourceBalloons']['delete'](_0x13782e),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x1f5e3e of this['_sourceResourceBalloons']['values']())if(_0x1f5e3e['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x448e41,_0x230790,_0x27298b){const _0x3e527b=this['_sourceResourceBalloons']['get'](_0x448e41);if(!_0x3e527b||!_0x3e527b['isVisible'])return;const _0x1c511d=this['_config']['getTargetElement']();if(!_0x1c511d)return;_0x3e527b['pin']({'target':_0x1c511d,'limiter':this['_config']['getLimiterElement']()});const _0x408f6e=this['_getResourcesViewFromBalloon'](_0x3e527b);_0x408f6e&&_0x408f6e['updateResourceState'](_0x230790,_0x27298b);}['destroy'](){for(const _0x4e74fa of this['_sourceResourceBalloons']['values']())_0x4e74fa['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x5b38e5=new _0x1a6e6e(this['_locale']);return _0x5b38e5['extendTemplate']({'attributes':{'class':ya}}),this['_bodyCollection']['add'](_0x5b38e5),_0x5b38e5;}['_addSourceResourceContent'](_0x53ee3d,_0x27f6c3){_0x53ee3d['content']['clear']();const _0x5351e1=this['_createBalloonHeader'](_0x53ee3d,_0x27f6c3);_0x53ee3d['content']['add'](_0x5351e1);const _0x3af019=this['_createBalloonResourcesView'](_0x27f6c3);_0x53ee3d['content']['add'](_0x3af019);}['_createBalloonHeader'](_0x42a4c4,_0xa45294){const _0x2e4c78=this['_createBackButton'](_0x42a4c4),_0x1d02b5=new _0x4aec09(this['_locale'],{'label':_0xa45294['label'],'class':xa});return _0x1d02b5['children']['add'](_0x2e4c78,0x0),_0x1d02b5;}['_createBackButton'](_0xa2501d){const _0x4c7406=new _0x290cbd(this['_locale']);return _0x4c7406['set']({'icon':_0x2c7390,'tooltip':i(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':va}),_0x4c7406['on']('execute',()=>{_0xa2501d['hide'](),this['_config']['onBackToContext']();}),_0x4c7406;}['_createBalloonResourcesView'](_0x405c81){const _0x2db298=new Or(this['_locale'],{'source':_0x405c81,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x2db298['on']('loadSourceResources',(_0x1f8e2b,_0x49a6fe)=>{this['_config']['onLoadSourceResources'](_0x49a6fe);}),_0x2db298['on']('addResourceToContext',(_0x12794c,_0x19792d)=>{this['_config']['onResourceSelected'](_0x19792d['source'],_0x19792d['resource']),this['closeSourceResourceBalloon'](_0x405c81['id']);}),_0x2db298;}['_getResourcesViewFromBalloon'](_0x1076df){const _0x186862=_0x1076df['content']['get'](0x1);return _0x186862 instanceof Or?_0x186862:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x1657ad){_0x178524({'emitter':_0x1657ad,'contextElements':[_0x1657ad['element']],'callback':()=>{_0x1657ad['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x1657ad['isVisible']});}}const _s=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources'],Ro='ck-ai-chat-context-controls',Uo='ck-ai-chat-context-controls__pending-contexts',Lo='ck-ai-chat-context-controls__add-context-balloon-panel',No='ck-ai-chat-context-controls__add-context-button',Oo='ck-ai-chat-context-controls__url-balloon-panel',Mo='ck-ai-chat-context-controls__balloon-button',Ho='ck-ai-chat-context-controls__balloon-button-source',bo='ck-ai-chat-controls-button',Fo='ck-ai-chat-context-chips-wrapper-balloon',vo='ck-ai-chat-controls_context_show-more-button',jo='ck-ai-chat-context-controls__show-more-balloon-panel',Xo='ck-ai-chat',Do=[_0x1a6e6e['defaultPositions']['northArrowSouthWest'],_0x1a6e6e['defaultPositions']['northArrowSouth'],_0x1a6e6e['defaultPositions']['northArrowSouthEast'],_0x1a6e6e['defaultPositions']['southArrowNorthWest'],_0x1a6e6e['defaultPositions']['southArrowNorth'],_0x1a6e6e['defaultPositions']['southArrowNorthEast']];class gs extends _0x3249c4{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['bodyCollection'];constructor(_0x417e85,_0x206f9c){super(_0x417e85),this['bodyCollection']=_0x206f9c['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x417e85),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x417e85),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x417e85),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x417e85,_0x206f9c);const _0x5ab375={'cssClasses':{'showMoreButton':vo,'showMoreBalloon':jo,'overflowContainer':Fo,'controlsButton':bo}};this['_overflowManager']=new _o(_0x417e85,this['_currentContextsChips'],_0x5ab375,this['bodyCollection'],this),this['_addContextBalloonConfig']={'buttonView':this['addContextButtonView'],'balloonView':this['_addContextBalloonPanelView'],'hideMethod':this['hideAddContextBalloonPanel']['bind'](this),'showMethod':this['showAddContextBalloonPanel']['bind'](this)},this['_setupTemplate'](),this['_bindEventHandlers']();}['render'](){super['render'](),this['_setupAllBalloonClickOutsideHandlers'](),this['_overflowManager']['setContainerElement'](this['element']),this['_overflowManager']['reorganizeChips']();}['destroy'](){super['destroy'](),this['_overflowManager']['destroy'](),this['_resourcesBalloonView']['destroy']();}['addContextItem'](_0x5f157a,_0x26ef20){const _0x48887e=this['_createContextButton'](_0x5f157a,'current',!0x0,_0x26ef20);this['_addContextToCollection'](_0x48887e,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x469c32){this['_removeContextFromCollection'](_0x469c32,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x469c32,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x590bb2,_0x213c30){let _0x4cd122=this['_currentContextsChips']['find'](_0x5f24fc=>_0x5f24fc['id']===_0x590bb2);_0x4cd122||(_0x4cd122=this['_overflowManager']['overflowChips']['find'](_0xf428e3=>_0xf428e3['id']===_0x590bb2)),_0x4cd122&&(_0x4cd122['isLoading']=_0x213c30);}['setConversationContext'](_0x48edd9){this['_conversationContextsChips']['clear']();for(const _0x175850 of _0x48edd9){const _0x1af333=this['_createContextButton'](_0x175850,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x1af333,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x146f6a,_0x2b7143,_0x323bec){this['_resourcesBalloonView']['updateResourceState'](_0x146f6a,_0x2b7143,_0x323bec);}['hideAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x1);}['showAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x0);}['hideUrlBalloonPanel'](){this['_urlBalloonPanelView']['hide'](),this['addContextButtonView']['isOn']=!0x1,this['_urlInputView']&&this['_urlInputView']['clear']();}['showUrlBalloonPanel'](){this['_urlBalloonPanelView']['show'](),this['addContextButtonView']['isOn']=!0x0;}['_showSourceResourcesBalloon'](_0x24a311){this['_resourcesBalloonView']['showSourceResourcesBalloon'](_0x24a311),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x3e6e7e,_0x2f0bbe,_0x4c1c11,_0x39e691){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x3e6e7e,_0x4c1c11,_0x39e691);}['closeSourceResourceBalloon'](_0xa646f0){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0xa646f0),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x208591){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x208591),this['_setAddContextButtonEnabled'](_0x208591);}['_setAddContextButtonEnabled'](_0x41d98b){const _0x41129e=!_0x41d98b['document']['isHidden']&&_0x41d98b['document']['enabled'],_0x578fa4=_0x41d98b['urls']['enabled'],_0x59ac1c=_0x41d98b['files']['enabled'];this['addContextButtonView']['isEnabled']=_0x41129e||_0x578fa4||_0x59ac1c;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Ro,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Uo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x144024){const _0x31d6a6=new _0x290cbd(_0x144024);return _0x31d6a6['set']({'label':i(_0x144024,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':bo+'\x20'+No,'icon':_0x5b5f77,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x31d6a6;}['_createAddContextBalloonPanelView'](_0x15f6de){return this['_createBaseBalloonPanel'](_0x15f6de,Lo);}['_createUrlBalloonPanelView'](_0x175b18){const _0x2224c7=this['_createBaseBalloonPanel'](_0x175b18,Oo);return this['_addUrlContent'](_0x2224c7,_0x175b18),_0x2224c7;}['_createResourcesBalloonView'](_0x5b9a9c,_0x127006){const _0x4b9e65={'searchInputVisibleFrom':_0x127006['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do});},'onResourceSelected':(_0xee2440,_0x16a39f)=>{this['fire']('addResourceToContext',{'source':_0xee2440,'resource':_0x16a39f});},'onLoadSourceResources':_0x33958e=>{this['fire']('loadSourceResources',_0x33958e);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Po(_0x5b9a9c,_0x127006['bodyCollection'],_0x4b9e65);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Xo)||document['body'];}['_createBaseBalloonPanel'](_0x222b9d,_0x42203e){const _0x33a50e=new _0x1a6e6e(_0x222b9d);return _0x33a50e['extendTemplate']({'attributes':{'class':_0x42203e}}),this['bodyCollection']['add'](_0x33a50e),_0x33a50e;}['_setBalloonPanelContent'](_0x1689da,_0x214dea,_0x34bb41){if(_0x1689da['content']['clear'](),!_0x34bb41['document']['isHidden']&&_0x34bb41['document']['enabled']){const _0x3c084a=this['_createBalloonButton'](_0x214dea,{'label':i(_0x214dea,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x4aad50});_0x3c084a['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x1689da['content']['add'](_0x3c084a);}if(_0x34bb41['urls']['enabled']){const _0x1af2ce=this['_createBalloonButton'](_0x214dea,{'label':i(_0x214dea,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x482077});_0x1af2ce['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do}),this['_urlInputView']['focus']();}),_0x1689da['content']['add'](_0x1af2ce);}if(_0x34bb41['files']['enabled']){const _0x2907fe=new _0x685a49(_0x214dea);_0x2907fe['set']({'label':i(_0x214dea,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x5d443a,'withText':!0x0,'tooltip':!0x0,'class':Mo,'allowMultipleFiles':!0x0}),_0x2907fe['on']('done',(_0x146d3c,_0x1852d5)=>{this['fire']('addFileToContext',_0x1852d5),this['hideAddContextBalloonPanel']();}),_0x2907fe['tooltip']=!0x0,_0x1689da['content']['add'](_0x2907fe);}for(const _0x2e7f54 of _0x34bb41['sources']){const _0x38d5b7=this['_createBalloonButton'](_0x214dea,{'label':_0x2e7f54['label'],'icon':_0x2e7f54['icon']||_0x369ba5,'type':'source'});_0x1689da['content']['add'](_0x38d5b7),_0x38d5b7['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon'](_0x2e7f54);});}}['_addUrlContent'](_0x1b9884,_0x262089){this['_urlInputView']=new Io(_0x262089),this['_urlInputView']['on']('submitUrl',(_0x3cd46a,_0x4add10)=>{this['_handleUrlSubmit'](_0x4add10);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do});}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do});}),_0x1b9884['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x40ac38,_0x46c881){const _0x1ca450='source'===_0x46c881['type']?new La(_0x40ac38):new _0x290cbd(_0x40ac38);return _0x1ca450['set']({'label':_0x46c881['label'],'icon':_0x46c881['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Mo}),_0x1ca450;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x178524({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0xfc8441){const _0x352b0f=this['_addContextBalloonConfig'];_0x352b0f['buttonView']['isOn']=_0xfc8441,_0xfc8441?_0x352b0f['balloonView']['show']():_0x352b0f['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x10ffc0,buttonView:_0x28f80f,hideMethod:_0x2d695b}=this['_addContextBalloonConfig'];_0x178524({'emitter':_0x10ffc0,'contextElements':[_0x10ffc0['element'],_0x28f80f['element']],'callback':()=>{_0x2d695b();},'activator':()=>_0x28f80f['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x583fa3,_0x11eccf,_0x938f44=!0x1,_0x5c77d6=!0x1){const _0x4c5e73='conversation'===_0x11eccf||!0x0===_0x583fa3['isReadOnly'],_0x99f9cf=new wo(this['locale'],_0x583fa3,_0x4c5e73,_0x938f44,_0x5c77d6);return _0x4c5e73||_0x99f9cf['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x99f9cf['id']);}),_0x99f9cf;}['_addContextToCollection'](_0xafd2ee,_0x574d40){_0x574d40['add'](_0xafd2ee,0x0);}['_removeContextFromCollection'](_0x3280f1,_0x2b0b0a){const _0x46c654=_0x2b0b0a['find'](_0x5b580c=>_0x5b580c['id']===_0x3280f1);_0x46c654&&_0x2b0b0a['remove'](_0x46c654);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Do}));}['_handleUrlSubmit'](_0x4038ba){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x4038ba);}}class La extends _0x290cbd{['arrowView'];constructor(_0x14d7fa){super(_0x14d7fa),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Ho]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x33c6f9=new _0xf03b05();return _0x33c6f9['content']=_0x43b007,_0x33c6f9['extendTemplate']({'attributes':{'class':Ho+'__arrow'}}),_0x33c6f9;}}class ws extends _0x3249c4{['_cancelButtonView'];['_loaderView'];constructor(_0x4766b3){super(_0x4766b3),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_loaderView']=this['_createLoaderView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-loader-wrapper','ck-reset_all']},'children':[this['_loaderView'],this['_cancelButtonView']]});}['_createCancelButtonView'](){const _0x55546c=new _0x290cbd(this['locale']);return _0x55546c['set']({'label':i(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-button-stop-generating','icon':_0x31e03f}),_0x55546c['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x55546c;}['_createLoaderView'](){const _0x36f4bc=new _0x3249c4(this['locale']);return _0x36f4bc['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}}]},{'text':i(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x36f4bc;}}class ki extends _0x3249c4{['_displayedModels']=[];['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x3801a2,_0x5d31ba){super(_0x3801a2),this['_contextPanelView']=this['_createContextPanelView'](_0x3801a2,{'bodyCollection':_0x5d31ba['bodyCollection'],'searchInputVisibleFrom':_0x5d31ba['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x3801a2),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x3801a2),this['_loaderView']=this['_createLoaderView'](_0x3801a2),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x3801a2),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage')['to'](this),this['_loaderView']['delegate']('abortPromptStream')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleWebSearch')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleReasoning')['to'](this),this['_promptCapabilitiesView']['delegate']('selectModel')['to'](this),this['_contextPanelView']['delegate'](..._s)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x5a2950=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x5a2950['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x5a2950['if']('isLoading','ck-hidden',_0x2dfe4e=>_0x2dfe4e||!this['isModelAvailable']),_0x5a2950['if']('isModelAvailable','ck-hidden',_0x1e9af6=>!_0x1e9af6||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x5a2950['if']('isLoading','ck-hidden',_0x1d104b=>!_0x1d104b)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x5a2950['if']('isModelAvailable','ck-hidden',_0x2cde1e=>_0x2cde1e)]},'children':[this['_modelUnavailableMessageView']]}]}),_0x178524({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0xd22419,_0x25d6ce){return new gs(_0xd22419,_0x25d6ce);}['_createPromptInputView'](_0x548b55){return new ps(_0x548b55,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x4ff3b5){return new bs(_0x4ff3b5);}['_createLoaderView'](_0x251a74){return new ws(_0x251a74);}['_createModelUnavailableMessageView'](_0x4ee3ac){const _0x47c739=new vs(_0x4ee3ac);return _0x47c739['delegate']('startConversation')['to'](this),_0x47c739;}['_handlePromptInputFocus'](_0x3c0547,_0x1e8547,_0xe0b189){_0xe0b189?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x111af3,_0x4c2ae9){this['_contextPanelView']['addContextItem'](_0x111af3,_0x4c2ae9);}['removeContextItem'](_0x51443b){this['_contextPanelView']['removeContextItem'](_0x51443b);}['setContextItemLoading'](_0x1fad4e,_0x5c39c6){this['_contextPanelView']['setContextItemLoading'](_0x1fad4e,_0x5c39c6);}['setIsUploadInProgress'](_0x2efd17){this['_promptInputView']['setIsUploadInProgress'](_0x2efd17);}['setConversationContext'](_0x543f17){this['_contextPanelView']['setConversationContext'](_0x543f17);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x453c4a,_0x43c352,_0x10e548){this['_contextPanelView']['updateResourceState'](_0x453c4a,_0x43c352,_0x10e548);}['setWebSearch'](_0x191b97){this['_promptCapabilitiesView']['setWebSearch'](_0x191b97);}['setReasoning'](_0x3e9145){this['_promptCapabilitiesView']['setReasoning'](_0x3e9145);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x2d040d){this['_contextPanelView']['setAddContextOptions'](_0x2d040d);}['setInputPlaceholder'](_0x1a69fb){this['_promptInputView']['setPlaceholderText'](_0x1a69fb);}['setModelList'](_0x179900,_0x3c2131){this['_displayedModels']=_0x179900,this['_promptCapabilitiesView']['setModelList'](_0x179900,_0x3c2131);}['setModel'](_0x199d6e){(_0x199d6e?this['_displayedModels']['find'](_0x2b1cbd=>_0x2b1cbd['id']===_0x199d6e['id']):null)?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x199d6e)):_0x199d6e?.['id']['startsWith']('agent')?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](this['_displayedModels'][0x0])):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x298229){this['_promptCapabilitiesView']['disableModelSelector'](_0x298229);}['populateSourceResourceBalloon'](_0x4a1fde,_0x6f21fd,_0x2267ec,_0xa68b44){this['_contextPanelView']['populateSourceResourceBalloon'](_0x4a1fde,_0x6f21fd,_0x2267ec,_0xa68b44);}['closeSourceResourceBalloon'](_0x40c6da){this['_contextPanelView']['closeSourceResourceBalloon'](_0x40c6da);}['focusPromptInput'](){this['_promptInputView']['focus']();}}class vs extends _0x3249c4{constructor(_0x9ae59c){super(_0x9ae59c);const _0x8ed7e6=new _0x290cbd(_0x9ae59c);_0x8ed7e6['set']({'label':i(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x8ed7e6['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':i(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x8ed7e6]}]});}}class bi extends _0x4aec09{['conversationStartButton'];['resizeButton'];constructor(_0x16e298,_0x161ed6){super(_0x16e298,{'label':i(_0x16e298,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':Ht}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0x16e298),this['children']['add'](this['conversationStartButton']),_0x161ed6&&(this['resizeButton']=ks(_0x16e298,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x25a7a3){const _0x45ce2f=new _0x290cbd(_0x25a7a3);return _0x45ce2f['set']({'label':i(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x1294ec,'class':'ck-ai-chat__start-conversation'}),_0x45ce2f['on']('execute',()=>{this['fire']('startConversation');}),_0x45ce2f;}}class xi extends _0x3249c4{constructor(_0x213ac3){super(_0x213ac3),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':i(_0x213ac3,'AI_DISCLAIMER_TEXT')}]}]});}}class bt extends _0x3249c4{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x3ebcd9,_0x2715db){super(_0x3ebcd9),this['_bodyCollection']=new _0x52097e(_0x3ebcd9),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new bi(_0x3ebcd9,_0x2715db['showResizeButton']),this['chatHeader']['delegate'](...Mt)['to'](this),this['chatFeed']=new ji(_0x3ebcd9,this['_bodyCollection']),this['chatFeed']['delegate'](...Mt)['to'](this),this['chatControls']=new ki(_0x3ebcd9,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x2715db['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...Mt)['to'](this),this['chatDisclaimer']=new xi(_0x3ebcd9),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x3ebcd9['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x282319,_0x52e6b5,_0x4d5877,_0x2404e1){this['chatControls']['populateSourceResourceBalloon'](_0x282319,_0x52e6b5,_0x4d5877,_0x2404e1);}['closeSourceResourceBalloon'](_0x1862b4){this['chatControls']['closeSourceResourceBalloon'](_0x1862b4);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class dt extends _0x3e59e0{static get['requires'](){return[Ct];}['_view'];static get['pluginName'](){return'AIChatUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['feedItemRenderingStrategy']='streaming';['showDiff']=!0x0;['_promiseQueue'];['_interactionPromiseResolver'];['_titleAnimationInterval']=void 0x0;['_isTrackChangesCommandValueBound']=!0x1;constructor(_0x314631){super(_0x314631);const _0x3b6853=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new st(),this['_view']=new bt(this['context']['locale'],{'showResizeButton':_0x3b6853['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate'](...Mt)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x2a5c40,{showDiff:_0x4d50b4})=>{this['showDiff']=_0x4d50b4;}),_0x3b6853['view']['addTab']({'id':'chat','buttonLabel':i(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':Ht,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x6eb7e6=>_0x6eb7e6),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0xb1fd6=>_0xb1fd6),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x52f35d){this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x52f35d['availableModels'],!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':i(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE')});}['addFeedItemStaticMessage']({id:_0x550376,staticMessage:_0x252907}){this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x550376,'initialContent':'<p>'+_0x252907+'</p>'});}['addFeedItemUserMessage'](_0x47dce7){const _0x414433=_0x47dce7['quickActionData']?.['displayedPrompt']||_0x47dce7['userMessage'];this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x47dce7['contextItems']['values']()),'initialContent':'<p>'+_0x414433+'</p>','id':_0x47dce7['id']});}['addFeedItemError']({errorMessage:_0x4e1c89,id:_0x518be1}){this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x4e1c89+'</p>','id':_0x518be1});}['addFeedItemAIReply'](_0x5aa188){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x5aa188['interactionId']+':'+_0x5aa188['id']}),this['setLoadingMessage'](null);});}async['addFeedItemAISuggestion'](_0x566fd7){const _0x48e3ce=q(this['context']);let _0x4ad1a5=_0x48e3ce['config']['get']('ai.availableReplyActions')||[...H];if(_0x48e3ce['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0x59485a=_0x48e3ce['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0x59485a,'value');}}else _0x4ad1a5=_0x4ad1a5['filter'](_0x10b90d=>'insertSuggestion'!=_0x10b90d);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x566fd7['interactionId']+':'+_0x566fd7['id'],'areActionsDisabled':_0x566fd7['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x4ad1a5}),this['setLoadingMessage'](null);});}['addFeedInteractionHeader'](_0x37d98d,_0x13901e){const _0x14fdcc=this['_view']['chatFeed']['children']['last'];if(_0x14fdcc instanceof Lt)return this['_view']['chatFeed']['children']['remove'](_0x14fdcc),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x37d98d['id'],'capabilities':{'isWebSearchEnabled':_0x14fdcc['capabilities']['isWebSearchEnabled']||_0x13901e['isWebSearchEnabled'],'isReasoningEnabled':_0x14fdcc['capabilities']['isReasoningEnabled']||_0x13901e['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x37d98d['id'],'capabilities':_0x13901e});}['updateFeedInteractionHeader'](_0x1e69cd){const _0x3bc9d3=this['_view']['chatFeed']['children']['find'](_0xf3991f=>_0xf3991f['options']['id']==_0x1e69cd['id']&&_0xf3991f instanceof Lt);_0x3bc9d3&&_0x3bc9d3['set']('isVisible',_0x1e69cd['isVisible']);}async['updateFeedItemAIReplyContent'](_0x2dff82){const _0x53a5be=_0x2dff82['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x12d998=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x2dff82,'abortSignal':_0x12d998,'renderingStrategy':_0x53a5be}),_0x2dff82['isDone']&&this['markFeedItemAsDone'](_0x2dff82['id']);});}['updateFeedItemAIReplySources'](_0x2c8295,_0x47d681){this['_view']['chatFeed']['updateWebSources'](_0x2c8295,_0x47d681);}async['updateFeedItemAIReplySuggestionContent'](_0x19e2e1){const _0x4b43ef=_0x19e2e1['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x1e3933=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x19e2e1,'abortSignal':_0x1e3933,'renderingStrategy':_0x4b43ef}),_0x19e2e1['isDone']&&this['markFeedItemAsDone'](_0x19e2e1['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x2e6dc2){this['_view']['chatFeed']['updateSuggestionPartState'](_0x2e6dc2);}['markFeedItemAsDone'](_0x1c89c5){this['_view']['chatFeed']['markItemAsDone'](_0x1c89c5);}['removeFeedInteraction'](_0x33585b){this['_view']['chatFeed']['getItemIds']()['filter'](_0xca262f=>_0xca262f['startsWith'](_0x33585b))['forEach'](_0x327d06=>this['_view']['chatFeed']['removeItem'](_0x327d06));}['startInteraction'](){this['setLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1}),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.chat.models.modelSelectorAlwaysVisible')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x362e7b){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0xdc7a13=>_0xdc7a13['startsWith'](_0x362e7b['id']))['forEach'](_0x149ab0=>this['markFeedItemAsDone'](_0x149ab0)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x3ce6a3,_0x544642){this['_view']['chatControls']['addContextItem'](_0x3ce6a3,_0x544642);}['removeContextItem'](_0x1a185c){this['_view']['chatControls']['removeContextItem'](_0x1a185c);}['setContextItemLoading'](_0x1c2cdf,_0x126f5d){this['_view']['chatControls']['setContextItemLoading'](_0x1c2cdf,_0x126f5d);}['setIsUploadInProgress'](_0xd866d2){this['_view']['chatControls']['setIsUploadInProgress'](_0xd866d2);}['setConversationContext'](_0x3efe8a){this['_view']['chatControls']['setConversationContext'](_0x3efe8a);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x259fe5,_0x3ea9af,_0x228b52){this['_view']['chatControls']['updateResourceState'](_0x259fe5,_0x3ea9af,_0x228b52);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x27dec3){this['_view']['chatControls']['setAddContextOptions'](_0x27dec3);}['updateCapabilities'](_0x3273db){this['_view']['chatControls']['setWebSearch'](_0x3273db['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x3273db['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x3273db));}['setSelectedModel'](_0x13b4b7,_0x220ea5){this['_view']['chatControls']['setModel'](_0x13b4b7),_0x220ea5&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x46dc1c){this['feedItemRenderingStrategy']=_0x46dc1c;}['toggleLoadingSkeleton'](_0x3594ee){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x3594ee);}['resetConversationTitle'](){this['setConversationTitle'](i(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x3c8c20,_0x2be680=!0x1){if(_0x2be680&&!Pt()&&_0x3c8c20['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x3c8c20);this['_view']['chatHeader']['label']=_0x3c8c20;}['setLoadingMessage'](_0x5227d5){const _0x1fe46b=this['_getLoadingMessage'](_0x5227d5);this['_view']['chatFeed']['setLoadingMessage'](_0x1fe46b);}['_animateConversationTitle'](_0x351b4e){let _0x4e35e6=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x351b4e[_0x4e35e6],_0x4e35e6++,_0x4e35e6===_0x351b4e['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x387add){this['_view']['chatHeader']['isMaximized']=_0x387add;}['_getLoadingMessage'](_0x178f38){return _0x178f38?_0x178f38['isWebSearchEnabled']&&_0x178f38['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x178f38['isWebSearchEnabled']?i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x178f38['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR'):'';}['_getInputPlaceholder'](_0x37872e){return _0x37872e?_0x37872e['isWebSearchEnabled']&&_0x37872e['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x37872e['isWebSearchEnabled']?i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x37872e['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x2f2b39,_0x45d027,_0x3ce23d,_0xbfd561){this['_view']['populateSourceResourceBalloon'](_0x2f2b39,_0x45d027,_0x3ce23d,_0xbfd561);}['closeSourceResourceBalloon'](_0x3cb185){this['_view']['closeSourceResourceBalloon'](_0x3cb185);}['focusPromptInput'](){this['_view']['chatControls']['focusPromptInput']();}['scrollFeedToSuggestion'](_0x4b321c,_0x52fb86){this['_view']['chatFeed']['scrollToSuggestion'](_0x4b321c,_0x52fb86);}['startAutoScroll'](){this['_view']['chatFeed']['startAutoScroll']();}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class Li extends _0x36c9a6{['sections'];constructor(_0x31be58,_0x155b85){super(_0x31be58),this['sections']=_0x155b85,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x33ede0){let _0x2127d0=0x0,_0x31dadd=0x0;for(const _0x353eee of this['sections']){const {resultsCount:_0x1f0b54,totalItemsCount:_0x989ab9}=_0x353eee['filter'](_0x33ede0);_0x2127d0+=_0x1f0b54,_0x31dadd+=_0x989ab9;}return{'resultsCount':_0x2127d0,'totalItemsCount':_0x31dadd};}}class Mi extends _0x36570a{['title'];['itemsViews'];['_itemsListView'];constructor(_0x29e019,{title:_0x1e171a,items:_0x3b56f6}){super(_0x29e019);const _0x309bf9=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x1e171a,this['itemsViews']=_0x3b56f6;const _0x421c3d=new _0x3249c4(_0x29e019);_0x421c3d['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new _0x36c9a6(_0x29e019),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x309bf9['if']('isVisible','ck-hidden',_0x5eca5d=>!_0x5eca5d)]},'children':[_0x421c3d,this['_itemsListView']]});}['filter'](_0x16ffa9){const _0x12af8e=this['itemsViews']['length'];let _0x481974=0x0;for(const _0x1fd3b6 of this['itemsViews']){if(_0x16ffa9){const _0x24a559=_0x1fd3b6['isMatching'](_0x16ffa9);_0x1fd3b6['isVisible']=!!_0x24a559,_0x1fd3b6['highlightText'](_0x16ffa9);}else _0x1fd3b6['isVisible']=!0x0,_0x1fd3b6['highlightText'](null);_0x1fd3b6['isVisible']&&_0x481974++;}return this['isVisible']=_0x481974>0x0,{'resultsCount':_0x481974,'totalItemsCount':_0x12af8e};}['getItem'](_0x2a4343){return this['itemsViews']['find'](_0x5894bd=>_0x5894bd['id']===_0x2a4343);}['removeItem'](_0x2f9f9d){const _0x5ed6b0=this['itemsViews']['indexOf'](_0x2f9f9d);-0x1!==_0x5ed6b0&&(this['itemsViews']['splice'](_0x5ed6b0,0x1),this['_itemsListView']['items']['remove'](_0x2f9f9d));}}class Yi extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x543c36(_0x36570a){['id'];static ['LOADING_LABELS']={'remove':'AI_CHAT_HISTORY_LOADING_REMOVING','rename':'AI_CHAT_HISTORY_LOADING_RENAMING','pin':'AI_CHAT_HISTORY_LOADING_PINNING','unpin':'AI_CHAT_HISTORY_LOADING_UNPINNING'};['actions'];['mainContent'];['_titleView'];constructor(_0x3873aa,_0x284797){super(_0x3873aa);const _0x56f98c=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x284797['pinned']),this['set']('loadingState',null),this['id']=_0x284797['id'];const {title:_0x251df7,createdAt:_0x421c92,active:_0x3e8cf4=!0x1}=_0x284797;this['_titleView']=new _0x1e2340(),this['_titleView']['text']=_0x251df7,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x31d54f=this['_createCheckView'](),_0x50188d=this['_createPinButtonView'](_0x3873aa),_0x442f06=this['_createMenuDropdownView'](),_0x1e8a00=this['_createEditInputView'](_0x3873aa,_0x251df7),_0x2a473a=this['_createAcceptEditButtonView'](_0x3873aa,_0x1e8a00),_0x259626=this['_createCancelEditButtonView'](_0x3873aa,_0x1e8a00);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x50188d),this['actions']['add'](_0x442f06),this['on']('change:isEdit',(_0x4c613a,_0x506eac,_0x2732c2)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x2732c2?(this['actions']['add'](_0x2a473a),this['actions']['add'](_0x259626),this['mainContent']['add'](_0x1e8a00),_0x1e8a00['element']['focus']()):(this['actions']['add'](_0x50188d),this['actions']['add'](_0x442f06),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x3e8cf4?'ck-ai-chat-history__item--active':'',_0x56f98c['if']('isVisible','ck-hidden',_0x69ee5d=>!_0x69ee5d),_0x56f98c['if']('isEdit','ck-ai-chat-history__item--edit')],'role':'listitem'},'children':[{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-check-container']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-check',_0x56f98c['if']('loadingState','ck-hidden',_0x420750=>!!_0x420750)]},'children':_0x3e8cf4?[_0x31d54f]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x56f98c['if']('loadingState','ck-hidden',_0x4d2970=>!_0x4d2970)]},'children':[this['_createSpinnerView']()]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-row']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-content']},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-title',_0x56f98c['if']('loadingState','ck-hidden',_0x40802d=>!!_0x40802d)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x56f98c['if']('loadingState','ck-hidden',_0x1013d1=>!_0x1013d1)]},'children':[{'text':_0x56f98c['to']('loadingState',_0x257e46=>_0x257e46?i(this['locale'],Yi['LOADING_LABELS'][_0x257e46]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x421c92]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-actions']},'children':this['actions']}]}]}),this['on']('click',()=>{this['isEdit']||this['fire']('selectConversation',{'id':this['id']});});}['updateTitle'](_0x2ff31b){this['_titleView']['text']=_0x3739ad(_0x2ff31b);}['updateLoadingState'](_0x152d30,_0x22d2da){this['set']('loadingState',_0x22d2da?_0x152d30:null);}['_createCheckView'](){const _0x358738=new _0xf03b05();return _0x358738['set']({'content':_0x1e5ca3}),_0x358738;}['_createPinButtonView'](_0x464ae6){const _0x239085=new _0x290cbd(_0x464ae6);return _0x239085['set']({'label':i(_0x464ae6,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x407c66,'withText':!0x1,'tooltip':!0x0}),_0x239085['bind']('isOn')['to'](this,'pinned'),_0x239085['on']('execute',()=>{const _0x53684c=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x53684c});}),_0x239085;}['_createMenuDropdownView'](){const _0x3a4696=_0x1bd241(this['locale'],_0x3ce694),_0x666b51=_0x3a4696['panelView']['children'];_0x3a4696['buttonView']['set']({'label':i(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x3ad428}),_0x3a4696['panelPosition']='sw';const _0x207c58=new _0x290cbd(this['locale']);_0x207c58['label']=i(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x207c58['withText']=!0x0,_0x207c58['on']('execute',()=>{this['isEdit']=!0x0;});const _0x1a03c4=new _0x290cbd(this['locale']);_0x1a03c4['label']=i(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x1a03c4['withText']=!0x0,_0x1a03c4['on']('execute',()=>{this['showConfirm'](i(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x25d688=new _0x36c9a6(this['locale']),_0x5a1aae=new _0x36570a(this['locale']);_0x5a1aae['children']['add'](_0x207c58);const _0x9e84be=new _0x36570a(this['locale']);return _0x9e84be['children']['add'](_0x1a03c4),_0x25d688['items']['addMany']([_0x5a1aae,_0x9e84be]),_0x666b51['add'](_0x25d688),_0x3a4696;}['_createEditInputView'](_0x22ffff,_0x629540){const _0x2698aa=new _0x5842c8(_0x22ffff),_0x1f9962=_0x2698aa['bindTemplate'];return _0x2698aa['value']=_0x629540,_0x2698aa['extendTemplate']({'on':{'keydown':_0x1f9962['to'](_0x1de550=>{'Enter'==_0x1de550['key']&&this['_commitEditInputValue'](_0x2698aa);})}}),_0x2698aa;}['_createAcceptEditButtonView'](_0x328440,_0x1ef955){const _0x5bc4b8=new _0x290cbd(_0x328440);return _0x5bc4b8['set']({'icon':_0x1e5ca3,'withText':!0x1,'tooltip':i(_0x328440,'AI_CHAT_HISTORY_ACCEPT')}),_0x5bc4b8['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x5bc4b8['on']('execute',()=>{this['_commitEditInputValue'](_0x1ef955);}),_0x5bc4b8;}['_commitEditInputValue'](_0x55891a){const _0xf55254=_0x55891a['element']['value']||'';this['_titleView']['text']=_0xf55254,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0xf55254});}['_createCancelEditButtonView'](_0x3be84e,_0x7b2ffe){const _0x50ca0e=new _0x290cbd(_0x3be84e);return _0x50ca0e['set']({'icon':_0x1c533a,'withText':!0x1,'tooltip':i(_0x3be84e,'AI_CHAT_HISTORY_CANCEL')}),_0x50ca0e['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x50ca0e['on']('execute',()=>{this['isEdit']=!0x1,_0x7b2ffe['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0x50ca0e;}['_createSpinnerView'](){const _0x11af75=new De('tiny');return _0x11af75['isVisible']=!0x0,_0x11af75;}['isMatching'](_0x400fe3){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x400fe3)?{'title':!0x0}:null;}['highlightText'](_0x2448d0){this['_titleView']['highlightText'](_0x2448d0);}}class Ut extends _0x3249c4{['searchView'];['errorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0xac10d0,_0x5af11d){super(_0xac10d0),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isMaximized',!0x1),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1);const _0x11815c=new _0x4aec09(_0xac10d0,{'label':i(_0xac10d0,'AI_CHAT_HISTORY_HEADING'),'icon':Nt,'class':'ck-ai-header\x20ck-ai-header_history'});_0x5af11d&&(this['resizeButton']=ks(_0xac10d0,this),_0x11815c['children']['add'](this['resizeButton'])),this['sectionsView']=new Li(_0xac10d0,[]),this['sectionsView']['delegate'](...Di)['to'](this),this['errorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[_0x11815c,{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['errorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems']&&!this['errorMessage'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'];}['_createSearchView'](){const _0x2e5193=new _0x43e520(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':i(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x38c36c=>i(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x38c36c),'secondary':i(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}});return _0x2e5193['on']('render',()=>{this['searchView']['children']['add'](this['errorView'],0x1);}),_0x2e5193['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x19ed1f=>!_0x19ed1f)]}}),_0x2e5193;}['_createSkeletonView'](){const _0x5bead1=new Pe(this['locale'],Be['aiHistory']);return _0x5bead1['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x3cf185=>!_0x3cf185)]}}),_0x5bead1;}['_createErrorView'](){const _0x429f4b=new _0x3249c4(this['locale']),_0x1eb29d=new _0x290cbd(this['locale']);return _0x1eb29d['set']({'withText':!0x1,'icon':_0x1c533a,'class':'ck-ai-chat-error__dismiss-button'}),_0x1eb29d['bind']('isVisible')['to'](this,'hasItems',_0x1a427a=>!!_0x1a427a),_0x1eb29d['on']('execute',()=>{this['errorMessage']='';}),_0x429f4b['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-error',this['bindTemplate']['if']('errorMessage','ck-hidden',_0x2181c7=>!_0x2181c7)]},'children':[{'tag':'p','children':[{'text':this['bindTemplate']['to']('errorMessage')}]},_0x1eb29d]}),_0x429f4b;}['_createEmptyStateView'](){const _0x193e0b=new _0x290cbd(this['locale']);_0x193e0b['set']({'label':i(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x1294ec,'class':'ck-ai-chat__start-conversation'}),_0x193e0b['on']('execute',()=>{this['fire']('openChat');});const _0x6948dc=new _0x3249c4(this['locale']);return _0x6948dc['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x130eb8=>!_0x130eb8)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[i(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x193e0b]}),_0x6948dc;}['_createListItemViews'](_0x155516,_0x28d248){const _0x4b0c0b=[];for(const _0x57457f of _0x155516){const _0x439ea1=new Yi(_0x28d248,_0x57457f);_0x439ea1['delegate'](...Di)['to'](this),_0x4b0c0b['push'](_0x439ea1);}return _0x4b0c0b;}['updateHistoryItemsWithCategories'](_0x1f1fc2){const _0x41c02f=this['locale']||'en',_0x51c1ee=[];for(const _0xe00c6 of _0x1f1fc2){const _0x1b012d=this['_createListItemViews'](_0xe00c6['items'],_0x41c02f);_0x51c1ee['push'](new Mi(_0x41c02f,{'title':_0xe00c6['title'],'items':_0x1b012d}));}this['sectionsView']['sections']=_0x51c1ee,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x51c1ee),this['hasItems']=_0x1f1fc2['some'](_0x1ceafa=>_0x1ceafa['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x128cd4){for(const _0x292b06 of this['sectionsView']['sections']){const _0x376b66=_0x292b06['getItem'](_0x128cd4);if(_0x376b66){if(_0x292b06['removeItem'](_0x376b66),0x0===_0x292b06['itemsViews']['length']){const _0x33756c=this['sectionsView']['sections']['indexOf'](_0x292b06);-0x1!==_0x33756c&&(this['sectionsView']['sections']['splice'](_0x33756c,0x1),this['sectionsView']['items']['remove'](_0x292b06));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x2f885e,_0x4408d2){for(const _0x35b38c of this['sectionsView']['sections']){const _0x58cd67=_0x35b38c['getItem'](_0x2f885e);if(_0x58cd67){_0x58cd67['updateTitle'](_0x4408d2);break;}}}['updateItemLoadingState'](_0x2031ba,_0x36d004,_0xceaf32){for(const _0x5257b9 of this['sectionsView']['sections']){const _0x384ee9=_0x5257b9['getItem'](_0x2031ba);if(_0x384ee9){_0x384ee9['updateLoadingState'](_0x36d004,_0xceaf32);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x298a16=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x298a16);}}}const Di=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class xt extends _0x3e59e0{static get['requires'](){return[Ct];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3b78dc){super(_0x3b78dc);const _0x27d035=this['context']['plugins']['get']('AITabs');this['_historyView']=new Ut(this['context']['locale'],_0x27d035['showResizeButton']),this['_historyView']['delegate'](...Di)['to'](this),_0x27d035['view']['addTab']({'id':'history','buttonLabel':i(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':Nt,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x36c297){this['_historyView']['removeHistoryItem'](_0x36c297);}['updateItems'](_0x3cee94){this['_historyView']['updateHistoryItemsWithCategories'](_0x3cee94);}['updateItemTitle'](_0x18a589,_0x18c77b){this['_historyView']['updateItemTitle'](_0x18a589,_0x18c77b);}['updateItemLoadingState'](_0x292594,_0x585c00,_0x43bfa7){this['_historyView']['updateItemLoadingState'](_0x292594,_0x585c00,_0x43bfa7);}['setLoadingSkeleton'](_0x131516){this['_historyView']['isLoading']=_0x131516;}['showError'](_0x249b2c){this['_historyView']['errorMessage']=_0x249b2c;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x515280){this['_historyView']['isMaximized']=_0x515280;}}class Ue extends ts(){['id'];['createdAt'];constructor({id:_0x1cc28d,title:_0x1b8c2d,createdAt:_0x4416a5,updatedAt:_0x5e5f34,pinned:_0x22ed48}){super(),this['id']=_0x1cc28d,this['createdAt']=new Date(_0x4416a5),this['set']('title',_0x1b8c2d),this['set']('updatedAt',_0x5e5f34?new Date(_0x5e5f34):null),this['set']('pinned',_0x22ed48||!0x1);}['updateTitle'](_0x5c76e5){this['set']('title',_0x3739ad(_0x5c76e5)),this['updatedAt']=new Date();}['updatePinned'](_0x5de8e4){this['set']('pinned',_0x5de8e4),this['updatedAt']=new Date();}}class Yt extends _0x27cb74(){['items']=[];['connector'];['group'];constructor({connector:_0x2ea0a0,group:_0x3d5306}){super(),this['connector']=_0x2ea0a0,this['group']=_0x3d5306;}async['init'](){try{const _0x495199=this['connector']['fetchConversations'](this['group']),_0x553daa=await _0x495199['getConversations']();this['loadItems'](_0x553daa);}catch(_0x99bd5f){this['fire']('error',{'error':_0x99bd5f,'operation':'init'});}}['addItem'](_0x18d8f9){this['items']['push'](_0x18d8f9);}async['removeItem'](_0x2e5068){const _0x59ca74=this['items']['findIndex'](_0x201f86=>_0x201f86['id']===_0x2e5068);if(-0x1===_0x59ca74)return!0x1;try{return await this['connector']['deleteConversation'](_0x2e5068)['execute'](),this['items']['splice'](_0x59ca74,0x1),this['fire']('itemRemoved',{'itemId':_0x2e5068}),!0x0;}catch(_0x38f060){return this['fire']('error',{'error':_0x38f060,'operation':'removeItem','itemId':_0x2e5068}),!0x1;}}['getItem'](_0x4271b0){return this['items']['find'](_0x1496f3=>_0x1496f3['id']===_0x4271b0);}async['updateItemTitle'](_0x154367,_0x36d859){const _0x20e601=this['getItem'](_0x154367);if(!_0x20e601)return!0x1;try{return await this['connector']['updateConversation'](_0x154367,{'title':_0x36d859})['getResult'](),_0x20e601['updateTitle'](_0x36d859),this['fire']('itemUpdated',{'itemId':_0x154367,'updates':{'title':_0x36d859}}),!0x0;}catch(_0xbf81ca){return this['fire']('error',{'error':_0xbf81ca,'operation':'updateItemTitle','itemId':_0x154367}),!0x1;}}async['updateItemPinned'](_0x1cca74,_0x2b7e72){const _0x4ea126=this['getItem'](_0x1cca74);if(!_0x4ea126)return!0x1;try{return await this['connector']['updateConversation'](_0x1cca74,{'pinned':_0x2b7e72})['getResult'](),_0x4ea126['updatePinned'](_0x2b7e72),this['fire']('itemUpdated',{'itemId':_0x1cca74,'updates':{'pinned':_0x2b7e72}}),!0x0;}catch(_0x3a904d){return this['fire']('error',{'error':_0x3a904d,'operation':'updateItemPinned','itemId':_0x1cca74}),!0x1;}}['loadItems'](_0xa40f70){try{this['items']=[],_0xa40f70['map'](_0x557709=>{this['addItem'](new Ue(_0x557709));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x2aa5fb){this['fire']('error',{'error':_0x2aa5fb,'operation':'loadItems'});}}['getItems'](_0x4c7ec8={}){const _0x5351fc=void 0x0!==_0x4c7ec8['pinned']&&_0x4c7ec8['pinned'],_0x4fdcb5=_0x4c7ec8['from']?new Date(_0x4c7ec8['from']['getFullYear'](),_0x4c7ec8['from']['getMonth'](),_0x4c7ec8['from']['getDate']()):null,_0x6725d5=_0x4c7ec8['to']?new Date(_0x4c7ec8['to']['getFullYear'](),_0x4c7ec8['to']['getMonth'](),_0x4c7ec8['to']['getDate']()):null;return this['items']['filter'](_0x33ff11=>{if(_0x33ff11['pinned']!==_0x5351fc)return!0x1;if(_0x6725d5){const _0x13a29f=new Date(_0x33ff11['createdAt']['getFullYear'](),_0x33ff11['createdAt']['getMonth'](),_0x33ff11['createdAt']['getDate']());return _0x4fdcb5?_0x4fdcb5['getTime']()===_0x6725d5['getTime']()?_0x13a29f['getTime']()===_0x4fdcb5['getTime']():_0x13a29f<_0x6725d5&&_0x13a29f>=_0x4fdcb5:_0x13a29f<_0x6725d5;}return!0x0;});}}class jt extends _0x3e59e0{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[R,mt,xt,Ct];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](R),this['_aiChatHistoryUi']=this['context']['plugins']['get'](xt),this['_aiChatController']=this['context']['plugins']['get'](mt);const _0x1793e6=this['context']['plugins']['get'](Ct),_0x340099=this['_aiChatController']['getGroupId']();this['history']=new Yt({'connector':this['_aiConnector'],'group':_0x340099}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x958fc0,_0x301e6c)=>{this['_setItemLoading'](_0x301e6c['id'],'remove'),this['_handleRemove'](_0x301e6c['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x537c9d,_0x395995)=>{this['_setItemLoading'](_0x395995['id'],'rename'),this['_handleEditTitle'](_0x395995['id'],_0x395995['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x37f1a7,_0x4afa8e)=>{void 0x0!==_0x4afa8e['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x4afa8e['itemId'],_0x4afa8e['updates']['title']),void 0x0!==_0x4afa8e['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x4afa8e['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x418bd8,_0x20c2fc)=>{this['_aiChatController']['handleRemovedConversation'](_0x20c2fc['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x20c2fc['itemId']),this['_clearItemLoading'](_0x20c2fc['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x51c002,_0x5ceea8)=>{this['_handleHistoryErrorUI'](_0x5ceea8['error'],_0x5ceea8['operation'],_0x5ceea8['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x13980a,_0x4378ac)=>{this['_handleSelectConversation'](_0x4378ac['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x51d252,_0x49e605)=>{const _0x19895e=_0x49e605['pinned']?'pin':'unpin';this['_setItemLoading'](_0x49e605['id'],_0x19895e),this['_handleTogglePin'](_0x49e605['id'],_0x49e605['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0x1793e6['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x1793e6['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0x1793e6,'resizedTabs',(_0x2e8953,_0x1403bd)=>{this['_setIsMaximized'](_0x1403bd);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0x1793e6['resize']();});}async['_handleEditTitle'](_0x1e2ade,_0x13aadc){await this['history']['updateItemTitle'](_0x1e2ade,_0x13aadc);}async['_handleTogglePin'](_0x3b3ad2,_0xae3de){await this['history']['updateItemPinned'](_0x3b3ad2,_0xae3de);}async['_handleRemove'](_0x21ec85){await this['history']['removeItem'](_0x21ec85);}async['_handleSelectConversation'](_0xa37017){await this['_aiChatController']['loadConversation'](_0xa37017);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x5286dc=this['_aiChatController']['activeConversation']?.['id'],_0x21a2a8=this['_getCategorizedItems']()['map'](_0x85e83f=>({'title':_0x85e83f['title'],'items':_0x85e83f['items']['map'](_0x20a296=>({'id':_0x20a296['id'],'title':_0x20a296['title']||i(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x20a296['createdAt'])['toLocaleDateString'](),'active':_0x20a296['id']===_0x5286dc,'pinned':_0x20a296['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x21a2a8);}['_setItemLoading'](_0x22b26a,_0x651eea){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x22b26a,_0x651eea,!0x0);}['_clearItemLoading'](_0x4783ec){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x4783ec,null,!0x1);}['_handleHistoryErrorUI'](_0x34eeda,_0x4dafba,_0x174b04){const _0x28dc2e=this['_generateErrorMessage'](_0x4dafba,_0x174b04);this['_aiChatHistoryUi']['showError'](_0x28dc2e),_0x174b04&&this['_clearItemLoading'](_0x174b04),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x22a9cf,_0xd6dcaa){const _0x188d37=_0xd6dcaa?this['history']['getItem'](_0xd6dcaa):null,_0x1c5df5=_0x188d37?.['title']||i(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x22a9cf){case'updateItemTitle':return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x1c5df5);case'updateItemPinned':{const _0x3aeb7a=i(this['context']['locale'],_0x188d37?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x3aeb7a,_0x1c5df5]);}case'removeItem':return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x1c5df5);case'init':case'loadItems':return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x3821c7=new Date(),_0x27fad5=new Date(_0x3821c7['getFullYear'](),_0x3821c7['getMonth'](),_0x3821c7['getDate']()),_0x3d84b9=new Date(_0x27fad5);_0x3d84b9['setDate'](_0x3d84b9['getDate']()-0x1);const _0x2f3b4d=new Date(_0x27fad5);_0x2f3b4d['setDate'](_0x2f3b4d['getDate']()-0xe);const _0x16fbd4=this['history']['getItems']({'pinned':!0x0}),_0x3704ac=this['history']['getItems']({'from':_0x27fad5,'to':_0x27fad5}),_0x29248f=this['history']['getItems']({'from':_0x3d84b9,'to':_0x3d84b9}),_0xf4faa3=this['history']['getItems']({'from':_0x2f3b4d,'to':_0x3d84b9}),_0x385a7a=this['history']['getItems']({'to':_0x2f3b4d}),_0x13ce24=[];return _0x16fbd4['length']>0x0&&_0x13ce24['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x16fbd4}),_0x3704ac['length']>0x0&&_0x13ce24['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x3704ac}),_0x29248f['length']>0x0&&_0x13ce24['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x29248f}),_0xf4faa3['length']>0x0&&_0x13ce24['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0xf4faa3}),_0x385a7a['length']>0x0&&_0x13ce24['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x385a7a}),_0x13ce24;}['_setIsMaximized'](_0x16dc75){this['_aiChatHistoryUi']['setIsMaximized'](_0x16dc75);}}class gt extends _0x3e59e0{static get['requires'](){return[jt,xt];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Da extends _0x3e59e0{static get['requires'](){return[mt,N,dt,gt];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4528d9){super(_0x4528d9),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this['context']['config']['define']('ai.chat.models',{'defaultModelId':void 0x0,'modelSelectorAlwaysVisible':!0x0,'displayedModels':void 0x0});}async['addSelectionToChatContext'](){await this['context']['plugins']['get'](mt)['addSelectionToChatContext']();}async['startConversation'](){await this['context']['plugins']['get'](mt)['startConversation']();}async['sendMessage']({message:_0x260674,quickActionData:_0x1f41e2}){await this['context']['plugins']['get'](mt)['sendMessage']({'message':_0x260674,'quickActionData':_0x1f41e2});}['removeSelectionFromChatContext'](){this['context']['plugins']['get'](mt)['removeSelectionFromChatContext']();}['focusPromptInput'](){this['context']['plugins']['get'](mt)['focusPromptInput']();}}class co extends Qt{constructor(_0x31aabb){super(_0x31aabb);const _0x4a399e=_0x31aabb['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x4a399e,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x58e618=this['editor']['plugins']['get']('AITabs')['view'];_0x58e618['isVisible']=!_0x58e618['isVisible'];}}class qt extends _0x523b53{static get['requires'](){return[Ct];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x18dd3e=this['editor'];_0x18dd3e['commands']['add']('toggleAi',new co(_0x18dd3e)),_0x18dd3e['ui']['componentFactory']['add']('toggleAi',()=>{const _0x273cb3=this['_createAIUIButton'](_0x290cbd);return _0x273cb3['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x273cb3;}),_0x18dd3e['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x1b78c3=this['_createAIUIButton'](_0x1854a6);return _0x1b78c3['set']({'role':'menuitemcheckbox'}),_0x1b78c3;});}['_createAIUIButton'](_0x46eb01){const _0xe58934=this['editor'],_0x3d79d0=_0xe58934['commands']['get']('toggleAi'),_0x5ca0e7=new _0x46eb01(_0xe58934['locale']);return _0x5ca0e7['set']({'label':i(_0xe58934['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x3b3ac0,'isToggleable':!0x0}),_0x5ca0e7['bind']('isEnabled')['to'](_0x3d79d0),_0x5ca0e7['bind']('isOn')['to'](_0x3d79d0,'value',_0x59015b=>!!_0x59015b),this['listenTo'](_0x5ca0e7,'execute',()=>{_0x3d79d0['execute']();}),_0x5ca0e7;}}class Pa extends _0x523b53{static get['requires'](){return[qt,zt];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function ee(_0x378639,_0x31678d,_0x2b9a2e=!0x1,_0x945606=!0x0,_0x214821=!0x0){return()=>{const _0x4345e4=_0x378639['locale'],_0x7eb3c8=new _0x290cbd(_0x4345e4),_0x3c4cc0=_0x7eb3c8['bindTemplate'];_0x214821&&_0x7eb3c8['extendTemplate']({'on':{'mouseenter':_0x3c4cc0['to'](()=>{_0x7eb3c8['focus']();})}});const _0x37fec6=_0x31678d['icon']??_0x31678d['parent']?.['icon'];return _0x7eb3c8['set']({'label':_0x31678d['displayedPrompt'],'withText':_0x2b9a2e,'role':'menuitem','icon':_0x945606?_0x37fec6??_0x52c472:void 0x0,'tooltip':!_0x2b9a2e,'class':'ck-ai-quick-actions-button'}),_0x7eb3c8['on']('execute',()=>{_0x378639['editing']['view']['focus'](),_0x378639['commands']['execute']('aiQuickAction',_0x31678d);}),_0x7eb3c8;};}const Ls='menu',Ns='menuitem';class ao extends _0x3249c4{['_bodyCollection'];['optionsListView'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();constructor(_0x560e92,_0x18c994,_0x329d9e,_0x290bab){const _0x5cdd97=_0x560e92['locale'];super(_0x5cdd97),this['_bodyCollection']=_0x290bab;const _0x3789ef=this['_createListItems'](_0x560e92,_0x18c994,_0x329d9e);this['optionsListView']=new _0x36c9a6(_0x5cdd97),this['optionsListView']['role']=Ls,this['optionsListView']['items']['addMany'](_0x3789ef),this['focusTracker']=new _0x51df1c(),this['keystrokes']=new _0x3116d1(),this['_focusables']=_0x3789ef,this['focusCycler']=new _0x504985({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x5cdd97['uiLanguageDirection']},'children':[this['optionsListView']]});}['_createListItems'](_0xfdc965,_0x178ef5,_0x17ae9e){const _0x24c778=new _0x33c41f();return _0x178ef5['forEach'](_0x3a3f9f=>{'actions'in _0x3a3f9f?_0x24c778['add'](this['_createActionGroupButton'](_0xfdc965,_0x3a3f9f,_0x17ae9e)):_0x24c778['add'](this['_createActionButton'](_0xfdc965,_0x3a3f9f));}),_0x24c778;}['_createActionButton'](_0x4c523a,_0x371b87){const _0x5dd594=new _0x36570a(this['locale']),_0x31f501=ee(_0x4c523a,_0x371b87,!0x0,void 0x0!==_0x371b87['icon'])();return _0x5dd594['children']['add'](_0x31f501),_0x5dd594;}['_createActionGroupButton'](_0x5a2faf,_0x21bf88,_0x1e30e8){const _0x2ff9be=new _0x36570a(this['locale']),_0x9adcd3=new _0x37fdbe(this['locale']),_0x174020=_0x9adcd3['bindTemplate'],_0x31337a='rtl'===_0x1e30e8['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft',_0x217316=this['_createGroupActionsList'](_0x5a2faf,_0x21bf88['actions'],_0x1e30e8);_0x9adcd3['set']({'label':_0x21bf88['label'],'withText':!0x0,'role':Ns,'icon':_0x21bf88['icon']??_0x52c472}),_0x9adcd3['extendTemplate']({'on':{'mouseenter':_0x174020['to'](()=>{_0x9adcd3['focus']();})}});const _0x46d8a0=new _0x1a6e6e(this['locale']);return _0x46d8a0['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x174020['to'](_0x1855fa=>{_0x1855fa['key']==_0x31337a&&(_0x9adcd3['focus'](),this['_hideNestedPanel'](_0x46d8a0));})}}),_0x9adcd3['bind']('isOn')['to'](_0x46d8a0,'isVisible'),this['_bodyCollection']['add'](_0x46d8a0),_0x46d8a0['content']['add'](_0x217316),this['_setupGroupMenuBehavior'](_0x9adcd3,_0x46d8a0),_0x2ff9be['children']['add'](_0x9adcd3),_0x2ff9be;}['_createGroupActionsList'](_0x24dee0,_0x22733d,_0x34cd60){const _0x4714df=new _0x36c9a6(this['locale']);return _0x4714df['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x22733d['forEach'](_0x3a42e9=>{const _0x28ac92=new _0x36570a(this['locale']),_0x37918b=ee(_0x24dee0,_0x3a42e9,!0x0,!0x1)();_0x28ac92['children']['add'](_0x37918b),_0x34cd60['focusTracker']['add'](_0x37918b),_0x4714df['items']['add'](_0x28ac92);}),_0x4714df;}['_setupGroupMenuBehavior'](_0x3b78ae,_0x1e46ce){const _0x232640=_0x3b78ae['bindTemplate'],_0x51ebf8='rtl'===_0x3b78ae['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';_0x3b78ae['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x232640['to'](()=>{this['_showNestedPanel'](_0x1e46ce,_0x3b78ae);}),'mouseleave':_0x232640['to'](_0x1d578c=>{const _0x8a4b93=_0x1d578c['relatedTarget'];this['_isMovingToNestedMenu'](_0x8a4b93,_0x1e46ce)||this['_hideNestedPanel'](_0x1e46ce);}),'keydown':_0x232640['to'](_0x4bad53=>{_0x4bad53['key']==_0x51ebf8&&(this['_showNestedPanel'](_0x1e46ce,_0x3b78ae),_0x1e46ce['content']['get'](0x0)['focus']());})}}),_0x1e46ce['on']('render',()=>{_0x1e46ce['element']?.['addEventListener']('mouseleave',_0x198f31=>{const _0x3e8ece=_0x198f31['relatedTarget'];_0x3b78ae['element']?.['contains'](_0x3e8ece)||this['_isMovingToNestedMenu'](_0x3e8ece,_0x1e46ce)||this['_hideNestedPanel'](_0x1e46ce);});});}['_showNestedPanel'](_0x4cb5dd,_0x220a19){this['_openNestedPanels']['forEach'](_0x1f0c12=>{_0x1f0c12!==_0x4cb5dd&&_0x1f0c12['isVisible']&&_0x1f0c12['hide']();}),_0x4cb5dd['show'](),_0x4cb5dd['pin']({'positions':[_0x2b47cb['eastSouth']],'target':_0x220a19['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x4cb5dd);}['_hideNestedPanel'](_0x55247e){_0x55247e['hide'](),this['_openNestedPanels']['delete'](_0x55247e);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x3db63c=>_0x3db63c['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x337a44,_0x2c7121){if(!_0x337a44)return!0x1;if(_0x2c7121['element']?.['contains'](_0x337a44))return!0x0;const _0x1a79cd=_0x337a44;return _0x1a79cd['closest']&&(null!==_0x1a79cd['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x1a79cd['closest']('.ck-ai-quick-actions-group-list')||null!==_0x1a79cd['closest']('.ck-ai-quick-actions-group-button'));}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['optionsListView']['focus']();}}function te(_0x4da770,_0x285227,_0x4ea8c3,_0x518184){return()=>{const _0x328389=_0x4da770['locale'],_0x398729=_0x1bd241(_0x328389);_0x398729['buttonView']['set']({'icon':_0x4ea8c3['icon']??_0x52c472,'label':_0x4ea8c3['label'],'tooltip':!0x0}),_0x398729['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x3a296b=new ao(_0x4da770,_0x285227,_0x398729,_0x518184);return _0x398729['panelView']['children']['add'](_0x3a296b),_0x398729;};}const oe='<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ae='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',se='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>';var Ft=function(_0x355cba){return _0x355cba['CHAT']='CHAT',_0x355cba['ACTION']='ACTION',_0x355cba['REVIEW']='REVIEW',_0x355cba;}({}),Ha=function(_0x383116){return _0x383116['CHAT']='AIChat',_0x383116['ACTION']='AIActions',_0x383116['REVIEW']='AIReviewMode',_0x383116;}({});class ii extends _0x523b53{static get['requires'](){return[_0xfe80ce];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_prepareQuickActionsDefinition'](this['_getDefaultAndCustomActions']()),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x54e383){return function(_0x1a3699){const _0x12ce4b=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x1a3699['uiLanguage']),_0x534869=_0x12ce4b||'English',_0x55f7cb=[{'id':'ask-ai','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_ASK_AI'),'type':'CHAT','icon':Wt},{'id':'chat-commands','label':i(_0x1a3699,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':Wt,'actions':[{'id':'explain','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':oe['replace']('%0',_0x534869),'type':'CHAT'},{'id':'summarize','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ae['replace']('%0',_0x534869),'type':'CHAT'},{'id':'highlight-key-points','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':se['replace']('%0',_0x534869),'type':'CHAT'}]},{'id':'improve-writing','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'ACTION','icon':Vt},{'id':'continue','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'ACTION','icon':Bt},{'id':'fix-grammar','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'ACTION','icon':Jt},{'id':'adjust-length','label':i(_0x1a3699,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':Kt,'actions':[{'id':'make-shorter','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'ACTION'},{'id':'make-longer','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'ACTION'}]},{'id':'change-tone','label':i(_0x1a3699,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':Gt,'actions':[{'id':'make-tone-casual','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'ACTION'},{'id':'make-tone-direct','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'ACTION'},{'id':'make-tone-friendly','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'ACTION'},{'id':'make-tone-confident','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'ACTION'},{'id':'make-tone-professional','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'ACTION'}]},{'id':'translate','label':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':Zt,'actions':[{'id':'translate-to-english','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'ACTION','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'ACTION','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'ACTION','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'ACTION','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'ACTION','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'ACTION','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'ACTION','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'ACTION','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'ACTION','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','displayedPrompt':i(_0x1a3699,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'ACTION','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':i(_0x1a3699,'AI_QUICK_ACTIONS_OTHER'),'icon':Xt,'actions':[]}];return _0x55f7cb;}(_0x54e383);}['_getDefaultAndCustomActions'](){const _0x56b957=ii['getDefaultQuickActions'](this['editor']['locale']),_0x17aeb7=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x9d2ed4=>({..._0x9d2ed4,'icon':void 0x0}));return _0x56b957['find'](_0x384d08=>'other'===_0x384d08['id'])['actions']['push'](..._0x17aeb7),_0x56b957;}['_initializeQuickActionsComponentsAndCommands'](){const _0x10022f=new _0x52097e(this['editor']['locale']);_0x10022f['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x10022f),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x10022f);}['_initializeQuickActionsDropdown'](_0x250769){this['editor']['ui']['componentFactory']['add']('aiQuickActions',te(this['editor'],this['_quickActionsDefinition'],{'icon':_0x52c472,'label':i(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},_0x250769));}['_prepareQuickActionsDefinition'](_0x3a81a4){this['_quickActionsDefinition']=_0x3a81a4['map'](_0x279768=>{if('actions'in _0x279768){const _0x340092=_0x279768;return{..._0x340092,'actions':_0x340092['actions']['map'](_0x4b7b12=>{const {actions:_0x4c96e7,..._0x3f1a34}=_0x340092;return{..._0x4b7b12,'parent':_0x3f1a34};})['filter'](_0x259c61=>this['_shouldIncludeAction'](_0x259c61))};}return _0x279768;})['filter'](_0x30d8aa=>'actions'in _0x30d8aa?_0x30d8aa['actions']['length']>0x0:this['_shouldIncludeAction'](_0x30d8aa));}['_shouldIncludeAction'](_0x4be12b){const _0x41390c=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ha[_0x4be12b['type']])&&!_0x41390c['includes'](_0x4be12b['id']);}['_initializeQuickActionsComponents'](_0x26699d){this['_quickActionsDefinition']['forEach'](_0x293122=>{if('actions'in _0x293122){const _0x2d53b4=te(this['editor'],_0x293122['actions'],_0x293122,_0x26699d);this['editor']['ui']['componentFactory']['add'](_0x293122['id'],_0x2d53b4),_0x293122['actions']['forEach'](_0x369f98=>{const _0x2cc2b6=ee(this['editor'],_0x369f98);this['editor']['ui']['componentFactory']['add'](_0x369f98['id'],_0x2cc2b6);});}else{const _0x3b7496=ee(this['editor'],_0x293122,!0x1,!0x0,!0x1);this['editor']['ui']['componentFactory']['add'](_0x293122['id'],_0x3b7496);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x1f3009=>{const _0x1f3562=new _0x252d57(_0x1f3009),_0x2687df=i(_0x1f3009,'AI_QUICK_ACTIONS_HEADING');_0x1f3562['buttonView']['set']({'label':_0x2687df,'icon':_0x52c472});const _0xbe0f82=new _0x4dc9a7(_0x1f3009);_0xbe0f82['set']({'ariaLabel':_0x2687df,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x148f76=>{if('actions'in _0x148f76){const _0x3129a3=_0x148f76,_0x546940=new _0x514c3b(_0x1f3009,_0x1f3562),_0x4a2b0c=new _0x252d57(_0x1f3009),_0x17d771=new _0x4dc9a7(_0x1f3009);_0x4a2b0c['buttonView']['set']({'label':_0x3129a3['label'],'icon':_0x3129a3['icon']}),_0x3129a3['actions']['forEach'](_0x2d0e9d=>{const _0x45ece3=new _0x514c3b(_0x1f3009,_0x4a2b0c),_0x56a06d=new _0x1854a6(_0x1f3009);_0x56a06d['set']({'label':_0x2d0e9d['displayedPrompt'],'icon':_0x2d0e9d['icon'],'role':'menuitem'}),_0x56a06d['on']('execute',()=>{this['_executeQuickAction'](_0x2d0e9d);}),_0x56a06d['delegate']('execute')['to'](_0x4a2b0c),_0x45ece3['children']['add'](_0x56a06d),_0x17d771['items']['add'](_0x45ece3);}),_0x4a2b0c['panelView']['children']['add'](_0x17d771),_0x546940['children']['add'](_0x4a2b0c),_0xbe0f82['items']['add'](_0x546940);}else{const _0x437d46=_0x148f76,_0x1d205e=new _0x514c3b(_0x1f3009,_0x1f3562),_0x59fb06=new _0x1854a6(_0x1f3009);_0x59fb06['set']({'label':_0x437d46['displayedPrompt'],'icon':_0x437d46['icon'],'role':'menuitem'}),_0x59fb06['on']('execute',()=>{this['_executeQuickAction'](_0x437d46);}),_0x59fb06['delegate']('execute')['to'](_0x1f3562),_0x1d205e['children']['add'](_0x59fb06),_0xbe0f82['items']['add'](_0x1d205e);}});const _0x4ba181=Object['values'](Ha)['some'](_0x19262d=>this['editor']['plugins']['has'](_0x19262d));return _0x1f3562['set']({'isEnabled':_0x4ba181}),_0x1f3562['panelView']['children']['add'](_0xbe0f82),_0x1f3562;});}['_executeQuickAction'](_0xdac08a){const _0x53a554=this['editor'];_0x53a554['editing']['view']['focus'](),_0x53a554['commands']['execute']('aiQuickAction',_0xdac08a);const _0x172278=_0x53a554['ui']['view']['menuBarView'];_0x172278&&_0x172278['close']&&_0x172278['close']();}}class ci extends Qt{['execute'](_0x27c406){switch(this['_expandSelectionIfCollapsed'](),_0x27c406['type']){case Ft['CHAT']:if(!this['editor']['plugins']['has']('AIChat')){const _0x4c87af=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new _0x2120c6('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x4c87af});}this['_handleAIChatAction'](_0x27c406);break;case Ft['ACTION']:if(!this['editor']['plugins']['has']('AIActions')){const _0x3b1a7d=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new _0x2120c6('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x3b1a7d});}this['_handleAIActionsAction'](_0x27c406);break;case Ft['REVIEW']:if(!this['editor']['plugins']['has']('AIReviewMode')){const _0xdb8fa=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIReviewMode');throw new _0x2120c6('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0xdb8fa});}this['_handleAIReviewAction'](_0x27c406);}}async['_handleAIChatAction'](_0x568b40){const _0x75ed58=this['editor']['plugins']['get']('AIChat'),_0x4218e7=this['editor']['plugins']['get']('AIChatController');if(this['editor']['plugins']['get']('AITabs')['view']['activateTab']('chat'),'ask-ai'===_0x568b40['id'])_0x4218e7['removeSelectionFromChatContext'](),await _0x75ed58['addSelectionToChatContext'](),_0x75ed58['focusPromptInput']();else await _0x75ed58['startConversation'](),_0x4218e7['removeSelectionFromChatContext'](),await _0x75ed58['addSelectionToChatContext'](),_0x75ed58['focusPromptInput'](),await _0x75ed58['sendMessage']({'message':_0x568b40['prompt']||_0x568b40['displayedPrompt'],'quickActionData':{'id':_0x568b40['id'],'displayedPrompt':_0x568b40['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x9a29ab=this['editor'],_0x3cb30f=_0x9a29ab['model']['document']['selection'];if(!_0x3cb30f['isCollapsed'])return;const _0x1bcbf1=_0x19de19(_0x3cb30f['getSelectedBlocks']())||_0x9a29ab['model']['schema']['getLimitElement'](_0x3cb30f);_0x9a29ab['model']['change'](_0x1f38dd=>{_0x1f38dd['setSelection'](_0x1bcbf1,'in');});}['_handleAIActionsActionLabel'](_0x949e6f){return _0x949e6f['parent']?.['label']&&'other'!==_0x949e6f['parent']?.['id']?_0x949e6f['parent']['label']+':\x20'+_0x949e6f['displayedPrompt']:_0x949e6f['displayedPrompt'];}async['_handleAIActionsAction'](_0x48f629){const _0x4c8f25=this['editor']['plugins']['get']('AIActions'),_0x22df4a=_0x48f629['prompt']?{'userMessage':_0x48f629['prompt'],'model':_0x48f629['model']}:{'actionName':_0x48f629['actionName']||_0x48f629['id'],'args':_0x48f629['args']},_0x3641fa=this['_handleAIActionsActionLabel'](_0x48f629);await _0x4c8f25['executeAction'](_0x22df4a,_0x3641fa,_0x48f629['icon']);}async['_handleAIReviewAction'](_0x330362){console['log']('handleAIReviewAction',_0x330362);}}class ti extends _0x523b53{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4fa5db=this['editor'],_0x2d5d34=new ci(this['editor']);if(_0x4fa5db['commands']['add']('aiQuickAction',_0x2d5d34),_0x4fa5db['plugins']['has']('AIChat')){const _0x6ace48=this['editor']['plugins']['get']('AIChat');_0x4fa5db['model']['document']['selection']['on']('change:range',(_0x5b47ed,_0x699379)=>{_0x699379['directChange']&&_0x6ace48['removeSelectionFromChatContext']();});}}}class Ae extends ke{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x33e95d=this['documentContextContent']['children']['map'](_0x48ee7b=>({'node':_0x48ee7b,'id':Et(_0x48ee7b,'data-id')})),_0x54a79f=this['parsedMergedContent']['children']['map'](_0x49e153=>({'node':_0x49e153,'id':Et(_0x49e153,'data-id')||_0x1a633f()})),_0x4d0945=_0xbde583(_0x33e95d,_0x54a79f,{'comparator':(_0x3f8eaa,_0x20580a)=>_0x3f8eaa['id']==_0x20580a['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x4d0945['length']&&_0x4d0945[_0x4d0945['length']-0x1]['removed'];)_0x4d0945['pop']();}const _0x16e980=_0x4d0945['map'](_0x5d71b3=>{const _0x458531=_0x5d71b3['added']?'new':_0x5d71b3['removed']?'removed':'modified';return{'node':_0x5d71b3['value'][0x0]['node'],'type':_0x458531,'id':_0x5d71b3['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x16e980,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x11ac8a,_0x398b43){return _0x398b43;}}class Q extends xe{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;constructor(_0x491445){super(_0x491445),this['content']=_0x491445['content'],this['version']=_0x491445['version'],this['actionName']=_0x491445['actionName'],this['args']=_0x491445['args'],this['userMessage']=_0x491445['userMessage'],this['model']=_0x491445['model'];}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':Ie['TEXT'],'content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x2e77db){const _0x172c12=new Ae({'editor':this['editor'],'documentContextContent':this['content'],..._0x2e77db});return this['replies']['push'](_0x172c12),_0x172c12['delegate'](...je)['to'](this),this['fire']('replyCreated',_0x172c12),_0x172c12;}}class ri extends _0x523b53{static get['requires'](){return[R,_0x3251e6,N,it,nt];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_customViews']=new _0x33c41f();['_navigationPreviousButton'];['_navigationCounter'];['_isNavigationCounterInView']=!0x1;['_navigationNextButton'];['_isNavigationPreviousButtonInView']=!0x1;['_isNavigationNextButtonInView']=!0x1;['_promiseQueue'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}constructor(_0x43b3ef){super(_0x43b3ef),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new st(),this['_setupCustomViews']();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x3186b3,_0x39b327,_0x5946e5){if(this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x4edce2,anchorData:_0x3d317c}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x3186b3,_0x4edce2,_0x3d317c,_0x39b327,_0x5946e5);}}const {modelFragment:_0xf8367a,anchorData:_0x29fda2}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x3186b3,_0xf8367a,_0x29fda2,_0x39b327,_0x5946e5);}['_getExecuteDataRegular'](){const _0x16107e=this['editor']['model']['document']['selection'];if(_0x16107e['isCollapsed']){const _0x1b1e35=_0x19de19(_0x16107e['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x16107e);this['editor']['model']['change'](_0x5f2922=>{_0x5f2922['setSelection'](_0x1b1e35,'in');});}const _0x55c405=_0x16107e['getFirstRange'](),_0x4f66a0=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x16107e),_0x55c405['start'],_0x55c405['end']),_0xfba4ba=_0x16107e['getFirstRange']()['start'],_0x259b72=new Map();let _0x4b91a7=_0x4f66a0;for(let _0x501321=0x0;_0x501321<_0xfba4ba['path']['length'];_0x501321++)_0x259b72['set'](_0x4b91a7,_0xfba4ba['path'][_0x501321]),_0x4b91a7=_0x4b91a7['getChild'](0x0);return{'modelFragment':_0x4f66a0,'anchorData':_0x259b72};}['_getExecuteDataInTable'](){const _0x422686=this['editor']['model']['document']['selection'],_0x39f56f=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0xb16a2=_0x422686['getFirstRange']()['start']['parent']['parent'],_0x6da116=this['_wrapWithCommonAncestors'](_0x39f56f,this['editor']['model']['createPositionBefore'](_0xb16a2),this['editor']['model']['createPositionAfter'](_0xb16a2)),_0x5c5997=_0x422686['getFirstRange']()['start'],_0x1cf167=new Map();let _0x37d1e4=_0x6da116;for(let _0x33a9bd=0x0;_0x33a9bd<_0x5c5997['path']['length'];_0x33a9bd++)if(_0x1cf167['set'](_0x37d1e4,_0x5c5997['path'][_0x33a9bd]),_0x33a9bd<_0x5c5997['path']['length']-0x1)_0x37d1e4=_0x37d1e4['getChild'](0x0);else{let _0x19abe9=_0x37d1e4['nextSibling'];for(;_0x19abe9;)_0x1cf167['set'](_0x19abe9,_0x5c5997['path'][_0x33a9bd]),_0x19abe9=_0x19abe9['nextSibling'];}return{'modelFragment':_0x6da116,'anchorData':_0x1cf167};}['_executeAction'](_0x4b9f3d,_0x17012a,_0x2fad88,_0x459843,_0x2f2d3f){const _0x5bd423=this['editor']['plugins']['get'](N),_0x557dec=this['editor']['plugins']['get'](it),_0xec49f5=this['editor']['model']['document']['selection'],_0x461a59=_0x5bd423['modelToViewWithIds'](_0x17012a),_0x2997d6=this['editor']['data']['processor']['toData'](_0x461a59),_0x30b9d7=this['editor']['model']['document']['version'],_0x482f0a=[..._0xec49f5['getRanges']()];let _0x5ba60b=this['editor']['config']['get']('ai.availableReplyActions')||[...H];this['editor']['plugins']['has']('TrackChanges')||(_0x5ba60b=_0x5ba60b['filter'](_0x5e3679=>'insertSuggestion'!=_0x5e3679));const _0x286685=new F(this['editor']['locale'],{'showDiff':!0x1,'areActionsDisabled':!0x1,'hideHeader':!0x0,'showLoader':!0x0,'miniToolbarConfig':{'showChanges':'icon','customView':this['_customViews']},'showUnchangedParts':!0x0,'availableActions':_0x5ba60b});return _0x557dec['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x459843,'icon':_0x2f2d3f||_0x52c472,'mainView':_0x286685,'showRotator':!0x1,'showApplyButton':!0x0,'showSuggestButton':this['editor']['plugins']['has']('TrackChanges'),'ranges':_0x482f0a}),this['_setLoadingState'](_0x286685,_0x557dec),this['listenTo'](_0x557dec,'applySuggestion',()=>{this['_applyChanges'](_0x17012a,_0x2fad88,!0x1);}),this['listenTo'](_0x557dec,'insertSuggestion',()=>{this['_applyChanges'](_0x17012a,_0x2fad88,!0x0);}),this['listenTo'](_0x557dec,'selectionRemoved',()=>{this['_stopInteraction'](),this['_disableCustomViews']();}),this['listenTo'](_0x557dec,'dialogClosed',()=>{if(this['_interaction']&&this['_interaction']['replies']['length']>0x0){const _0x3ba437=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0xceefc=_0x3ba437['changeGroups'][0x0];_0xceefc&&'pending'===_0xceefc['state']&&_0x3ba437['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](_0x557dec);}),this['_createInteraction'](_0x2997d6,_0x30b9d7,_0x286685,_0x557dec,_0x4b9f3d);}['_wrapWithCommonAncestors'](_0x176c79,_0xb2edfb,_0x47a123){const _0x49556f=this['editor']['model']['createRange'](_0xb2edfb,_0x47a123)['getCommonAncestor'](),_0x222f3d=_0x49556f['is']('documentFragment')?[]:_0x49556f['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x222f3d['length']){const _0x2e7538=_0x222f3d['map'](_0x5f3a14=>_0x5f3a14['_clone'](!0x1));for(let _0x24f8e9=0x1;_0x24f8e9<_0x2e7538['length'];_0x24f8e9++)_0x2e7538[_0x24f8e9-0x1]['_appendChild'](_0x2e7538[_0x24f8e9]);return _0x2e7538[_0x2e7538['length']-0x1]['_appendChild'](_0x176c79),new at(_0x2e7538[0x0]);}return _0x176c79;}async['_createInteraction'](_0x44e3b9,_0x263880,_0xa5e920,_0x2de4d7,_0x1c939a){const _0x5d74e4=this['editor'];this['_interactionParams']={'action':_0x1c939a,'content':_0x44e3b9,'version':_0x263880,'mainView':_0xa5e920,'aiBalloon':_0x2de4d7};const _0xa169c1=new Q({'connector':this['_aiConnector'],'editor':_0x5d74e4,'content':_0x44e3b9,'version':_0x263880,..._0x1c939a});this['_interactions']['push'](_0xa169c1),_0xa5e920['hideError']();const _0x495bea=(_0x318cfb,_0x350023,_0x1898b8=!0x1,_0x1b1f5c='streaming')=>this['_promiseQueue']['enqueue'](async _0x4f4730=>{try{const _0x2db0f1=et({'editor':_0x5d74e4,'changeGroups':_0x318cfb['changeGroups'],'documentContextContent':_0x318cfb['documentContextContent'],'showDiff':_0x1898b8,'trimUnchanged':!0x1});await _0x350023['updateContent']({'parts':_0x2db0f1,'renderingStrategy':_0x1b1f5c,'abortSignal':_0x4f4730});}catch(_0x5de4d7){if(this['_isAbortError'](_0x5de4d7))return;throw _0x5de4d7;}});this['_interaction']['on']('replyCreated',(_0x1c3cbd,_0x3a3c62)=>{_0xa5e920['hideLoader'](),_0x495bea(_0x3a3c62,_0xa5e920)['catch'](_0x294c09=>{this['_isAbortError'](_0x294c09)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x294c09),this['_setErrorState'](_0xa169c1,_0xa5e920));});}),this['_interaction']['on']('replyContentUpdated',(_0x4e1309,_0x3c50b4)=>{_0x495bea(_0x3c50b4,_0xa5e920)['catch'](_0x25d743=>{this['_isAbortError'](_0x25d743)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x25d743),this['_setErrorState'](_0xa169c1,_0xa5e920));});}),this['_interaction']['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](_0xa5e920,_0x2de4d7),this['_updateNavigationUI']();}catch(_0x11858c){this['_isAbortError'](_0x11858c)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x11858c),this['_setErrorState'](_0xa169c1,_0xa5e920));}}),this['listenTo'](_0xa5e920,'toggleSuggestionDisplayMode',(_0x1a7cdd,{showDiff:_0xa717dd})=>{this['_balloonShowDiff']=_0xa717dd;const _0x13039b=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x13039b&&_0x495bea(_0x13039b,_0xa5e920,_0xa717dd,'static')['catch'](_0x322d90=>{this['_isAbortError'](_0x322d90)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x322d90),this['_setErrorState'](_0xa169c1,_0xa5e920));});}),this['_interaction']['on']('replyChangeGroupStateUpdated',(_0x4f80af,{reply:_0x12ebdc})=>{const _0x6239e8={'positiveCount':_0x12ebdc['changeGroups']['filter'](_0x5c8dfb=>'accepted'===_0x5c8dfb['state'])['length'],'totalCount':_0x12ebdc['changeGroups']['length']},_0x306f64=this['_interaction']['actionCallId'],_0x48ac72=this['_interaction']['actionName'];_0x48ac72?this['_aiConnector']['upsertAIActionRating'](_0x48ac72,_0x306f64,_0x6239e8):this['_aiConnector']['upsertCustomAIActionRating'](_0x306f64,_0x6239e8);}),this['_setLoadingState'](_0xa5e920,_0x2de4d7);try{const _0x2d6a0e=await this['_interaction']['start']();return this['_updateNavigationUI'](),_0x2d6a0e;}catch(_0x3c5d14){if(this['_isAbortError'](_0x3c5d14))return;_0xa5e920['hideLoader'](),this['_setErrorState'](_0xa169c1,_0xa5e920);}}['_applyChanges'](_0x2f802e,_0x33e346,_0x297cb2){const _0x3a7660=this['editor'];if(_0x297cb2&&!_0x3a7660['plugins']['has']('TrackChanges'))throw new _0x2120c6('ai-no-track-changes',null);const _0x3ab287=this['editor']['plugins']['get'](nt),_0x4c55fc=this['_interaction'],_0x3cd49f=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x2c904d=_0x3cd49f['changeGroups'];_0x3cd49f['setChangeGroupState'](0x0,'accepted');let _0x468cce=rt({'editor':_0x3a7660,'reply':_0x3cd49f,'interaction':_0x4c55fc,'groups':_0x2c904d,'transform':!0x1,'documentCompare':_0x3ab287,'documentCompareOptions':{'anchor':_0x3a7660['model']['createPositionAt'](_0x2f802e,0x0),'markDeletions':_0x297cb2}});_0x468cce=this['_filterOperationsOutsideRange'](_0x468cce,_0x33e346);for(const _0x3d741d of _0x468cce)this['_anchorOperation'](_0x33e346,_0x3d741d,_0x3a7660['model']['document']['getRoot']());const _0x24e5fb=_0x4c55fc['getDocumentContext']()['version'],_0x2de7b6=_0x3a7660['model']['document']['history']['getOperations'](_0x24e5fb),_0x1247c5={'document':_0x3a7660['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x144f5d=ut(_0x468cce,_0x2de7b6,_0x1247c5)['operationsA'];_0x3a7660['model']['change'](_0x4775ec=>{if(_0x4775ec['setSelection'](_0x3a7660['model']['document']['selection']['focus']),_0x297cb2)_0x3a7660['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x144f5d);else{for(const _0x1ce497 of _0x144f5d)_0x1ce497['baseVersion']=_0x3a7660['model']['document']['version'],ot(_0x3a7660,_0x1ce497),_0x4775ec['batch']['addOperation'](_0x1ce497),_0x3a7660['model']['applyOperation'](_0x1ce497);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x525436,_0x32aadc){return _0x525436['filter'](_0x43a355=>{if('rename'==_0x43a355['type']){const _0x3307e7=_0x43a355['position']['nodeAfter'];return!_0x32aadc['has'](_0x3307e7);}if(_0x43a355['type']['indexOf']('Attribute')>-0x1){const _0x161bab=_0x43a355['range']['start']['nodeAfter'];return!_0x32aadc['has'](_0x161bab);}return!0x0;});}['_anchorOperation'](_0x2a0e61,_0x9e7c11,_0x10231c){const _0x1792e8=_0x9e7c11['clone']();for(const _0x3eb862 in _0x9e7c11){const _0x44303a=_0x9e7c11[_0x3eb862];_0x44303a instanceof ht?_0x9e7c11[_0x3eb862]=new ht(_0x20298c(_0x44303a['start']),_0x20298c(_0x44303a['end'])):_0x44303a instanceof ct&&(_0x9e7c11[_0x3eb862]=_0x20298c(_0x44303a));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x1792e8['type'])){if(_0x1792e8['isDocumentOperation']=!0x1,_0x1792e8['baseVersion']=null,'remove'==_0x1792e8['type']){const _0xe89f18=_0x1792e8['sourcePosition'],_0x22a3ef=_0x1792e8['howMany'];new lt(_0xe89f18,_0x22a3ef)['_execute']();}else _0x1792e8['_execute']();}function _0x20298c(_0x500261){if('$graveyard'==_0x500261['root']['rootName'])return _0x500261;const _0x583932=[];let _0x7e7cac=_0x500261['root'];for(let _0x419ce9=0x0;_0x419ce9<_0x500261['path']['length'];_0x419ce9++){const _0x4f2f3d=_0x2a0e61['get'](_0x7e7cac)||0x0;_0x583932[_0x419ce9]=_0x500261['path'][_0x419ce9]+_0x4f2f3d,_0x7e7cac=_0x7e7cac['getChildAtOffset'](_0x500261['path'][_0x419ce9]);}return new ct(_0x10231c,_0x583932,_0x500261['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x27b541,content:_0x446043,version:_0x1bd63d,mainView:_0x293e51,aiBalloon:_0x1179de}=this['_interactionParams'];_0x293e51['areChangesVisible']=!0x1,_0x293e51['hideError'](),this['_clearErrorState'](_0x293e51,_0x1179de);const _0x2b0680=_0x293e51;_0x2b0680['miniToolbarView']&&_0x2b0680['miniToolbarView']['showChangesButton']&&_0x2b0680['miniToolbarView']['showChangesButton']['set']({'isOn':!0x1,'icon':tt}),this['_clearSuggestionContent'](_0x293e51),_0x293e51['showLoader'](),this['_updateNavigationUI'](),this['_createInteraction'](_0x446043,_0x1bd63d,_0x293e51,_0x1179de,_0x27b541)['catch'](_0x48c934=>{this['_isAbortError'](_0x48c934)||console['error']('Error\x20refreshing\x20interaction:',_0x48c934);});}['_clearSuggestionContent'](_0x4936a1){const _0x40fe2e=_0x4936a1['bodyView']['_children'];for(;_0x40fe2e['length']>0x0;)_0x40fe2e['remove'](_0x40fe2e['first']);_0x4936a1['bodyView']['hasPendingParts']=!0x1;}['_isAbortError'](_0x13f20d){return!!_0x13f20d['message']&&_0x13f20d['message']['startsWith']('ai-request-aborted');}['_clearInteractionHistory'](){this['_interactions']=[],this['_interactionParams']=void 0x0,this['_currentInteractionIndex']=0x0,this['_updateNavigationUI']();}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1;}['_setupCustomViews'](){const _0x3878a9=new _0x290cbd(this['editor']['locale']),_0x241a4c=new _0x290cbd(this['editor']['locale']),_0x23bbda=new _0x3249c4(this['editor']['locale']),_0x51971f=new _0x290cbd(this['editor']['locale']);_0x3878a9['set']({'icon':_0x446f03,'label':i(this['editor']['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button'}),_0x241a4c['set']({'icon':_0x2c7390,'tooltip':i(this['editor']['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button'}),_0x23bbda['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':['1/1']}),_0x51971f['set']({'icon':_0x53b3de,'tooltip':i(this['editor']['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button'}),_0x3878a9['bind']('isEnabled')['to'](this,'isBusy',_0x4c88cf=>!_0x4c88cf),_0x3878a9['on']('execute',()=>{this['_refreshInteraction']();}),_0x241a4c['bind']('isEnabled')['to'](this,'isBusy',_0xf8c91=>!_0xf8c91),_0x241a4c['on']('execute',()=>{this['_navigateToPrevious']();}),_0x51971f['bind']('isEnabled')['to'](this,'isBusy',_0x5282fb=>!_0x5282fb),_0x51971f['on']('execute',()=>{this['_navigateToNext']();}),this['_navigationPreviousButton']=_0x241a4c,this['_navigationCounter']=_0x23bbda,this['_navigationNextButton']=_0x51971f,this['_customViews']['add'](_0x3878a9);}['_navigateToPrevious'](){const _0x320f27=this['_interactions']['length'];this['_currentInteractionIndex']<_0x320f27-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x31b0e3){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x31b0e3;const {mainView:_0x179d72}=this['_interactionParams'],_0x280131=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x280131)return;if(_0x280131['hasError'])return this['_setErrorState'](_0x280131,_0x179d72),void this['_updateNavigationUI']();if(!_0x280131['replies']['length'])return;_0x179d72['hideError'](),this['_interactionParams']&&this['_clearErrorState'](_0x179d72,this['_interactionParams']['aiBalloon']);const _0x118eee=_0x280131['replies'][_0x280131['replies']['length']-0x1];if(_0x118eee){const _0x8bfc24=this['editor'];this['_clearSuggestionContent'](_0x179d72);try{const _0x2f1882=et({'editor':_0x8bfc24,'changeGroups':_0x118eee['changeGroups'],'documentContextContent':_0x118eee['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});this['_clearSuggestionContent'](_0x179d72),await new Promise(_0x3e78ad=>setTimeout(_0x3e78ad,0x32)),await _0x179d72['updateContent']({'parts':_0x2f1882,'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x1d4c0f){this['_isAbortError'](_0x1d4c0f)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x1d4c0f);}}this['_updateNavigationUI']();}['_updateNavigationUI'](){if(!this['_navigationPreviousButton']||!this['_navigationCounter']||!this['_navigationNextButton'])return;const _0x493c18=this['_interactions']['length'],_0x4352e9=_0x493c18>0x1,_0x16fd6e=this['_interactionParams']?.['mainView'];if(_0x4352e9){this['_isNavigationPreviousButtonInView']||this['_isNavigationCounterInView']||this['_isNavigationNextButtonInView']||(this['_customViews']['add'](this['_navigationPreviousButton']),_0x16fd6e?.['addNavigationItem'](this['_navigationPreviousButton']),this['_isNavigationPreviousButtonInView']=!0x0,this['_customViews']['add'](this['_navigationCounter']),_0x16fd6e?.['addNavigationItem'](this['_navigationCounter']),this['_isNavigationCounterInView']=!0x0,this['_customViews']['add'](this['_navigationNextButton']),_0x16fd6e?.['addNavigationItem'](this['_navigationNextButton']),this['_isNavigationNextButtonInView']=!0x0);const _0x2143ae=_0x493c18-this['_currentInteractionIndex'];this['_navigationCounter']['element']&&(this['_navigationCounter']['element']['textContent']=_0x2143ae+'/'+_0x493c18),this['_navigationPreviousButton']['isEnabled']=this['_currentInteractionIndex']<_0x493c18-0x1,this['_navigationNextButton']['isEnabled']=this['_currentInteractionIndex']>0x0;}else(this['_isNavigationPreviousButtonInView']||this['_isNavigationCounterInView']||this['_isNavigationNextButtonInView'])&&(this['_customViews']['remove'](this['_navigationPreviousButton']),_0x16fd6e?.['removeNavigationItem'](this['_navigationPreviousButton']),this['_isNavigationPreviousButtonInView']=!0x1,this['_customViews']['remove'](this['_navigationCounter']),_0x16fd6e?.['removeNavigationItem'](this['_navigationCounter']),this['_isNavigationCounterInView']=!0x1,this['_customViews']['remove'](this['_navigationNextButton']),_0x16fd6e?.['removeNavigationItem'](this['_navigationNextButton']),this['_isNavigationNextButtonInView']=!0x1);}['_setLoadingState'](_0x4fa940,_0x2a0d5b){_0x4fa940['setLoading'](),_0x2a0d5b['balloonView']['setLoading'](),this['isBusy']=!0x0;}async['_setErrorState'](_0x48719d,_0x49e49d){const _0x38a650=i(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');_0x49e49d['showError'](_0x38a650),_0x48719d['hasError']=!0x0,await this['_promiseQueue']['queueEmptyPromise'],_0x49e49d['setErrorState'](),this['_interactionParams']?.['aiBalloon']['balloonView']['toolbar']&&(this['_interactionParams']['aiBalloon']['balloonView']['toolbar']['isLoading']=!0x0);}['_clearErrorState'](_0x3e5714,_0x2dd77d){_0x3e5714['clearErrorState'](),_0x2dd77d['balloonView']['toolbar']&&(_0x2dd77d['balloonView']['toolbar']['isLoading']=!0x1);}async['_clearLoadingState'](_0x44a614,_0x64643b){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,_0x44a614['clearLoading'](),_0x64643b['balloonView']['clearLoading']();}['_disableCustomViews'](){this['_customViews']['forEach'](_0x1bb014=>{'isEnabled'in _0x1bb014&&(_0x1bb014['isEnabled']=!0x1);});}}class Ma extends _0x523b53{static get['requires'](){return[ii,ti,ri];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xa47cef){super(_0xa47cef),_0xa47cef['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[]});}}class js{['id'];['title'];['description'];['isParameterized'];['useArgs'];['options'];constructor({id:_0x1d8de6,title:_0x4f3119,description:_0x11f91c,isParameterized:_0x42486c,useArgs:_0x361598,options:_0xe6b607}){this['id']=_0x1d8de6,this['title']=_0x4f3119,this['description']=_0x11f91c,this['isParameterized']=_0x42486c,this['useArgs']=_0x361598,this['options']=_0xe6b607;}}class kr extends js{['_models']=[];get['models'](){return this['_models'];}set['models'](_0x45632c){this['_models']=_0x45632c;}}class si extends ts(){['_checks'];constructor(_0x15ccc7){super(),this['_checks']=this['_mapCheckDefinitions'](_0x15ccc7);}get['checks'](){return this['_checks'];}['getCheckById'](_0x3f67b8){return this['checks']['find'](_0x2772fa=>_0x2772fa['id']===_0x3f67b8);}['_mapCheckDefinitions'](_0x88983f){return _0x88983f['map'](_0x39c26e=>'custom'===_0x39c26e['id']?new kr(_0x39c26e):new js(_0x39c26e));}}class Rs extends _0x27cb74(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x196c03,contentNew:_0x23b3ab,contentInitial:_0x5d1538,documentVersion:_0x4cab5f}){super(),this['id']=_0x196c03,this['contentNew']=_0x23b3ab,this['contentInitial']=_0x5d1538,this['documentVersion']=_0x4cab5f;}}class Is extends ts(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0xfe0651,_0x14e45d,_0x5d292e){super(),this['id']=_0xfe0651,this['parent']=_0x5d292e,this['_data']=_0x14e45d,this['set']('isActivated',!0x1),this['set']('isRated',!0x1),this['set']('status','pending'),this['on']('change:status',()=>{'pending'!==this['status']&&this['isActivated']&&(this['isActivated']=!0x1);});}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class Ts extends ts(){['id']=_0x1a633f();['callId'];['_results']=new Map();['_changes']=[];['_documentData'];['_sourceCheck'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];constructor(_0x162409,_0x27e04d,_0x2d7765,_0x1c9b87,_0xb87150){super(),this['_documentData']=_0x162409,this['_sourceCheck']=_0x27e04d,this['_aiConnector']=_0x2d7765,this['_reviewParams']=_0x1c9b87,this['_reviewArgs']=_0xb87150,this['on']('change:status',(_0x5ce4bb,_0x59bcdb,_0x207b9f)=>{this['fire']('reviewCheckRunUpdated',{'status':_0x207b9f,'run':this,'error':this['_currentError']});}),this['set']('status','initialized');}get['documentData'](){return this['_documentData'];}get['processedResultsCount'](){return this['_results']['size'];}get['title'](){return this['_sourceCheck']['title'];}get['subTitle'](){return'';}get['reviewName'](){return this['_sourceCheck']['id'];}get['hasModifications'](){return!this['_changes']['every'](_0x46735d=>'pending'===_0x46735d['status']);}get['currentError'](){return this['_currentError'];}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x5af30c=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x4dfac5 of _0x5af30c)'unmodified'!==_0x4dfac5['data']['operation']&&('error'!==_0x4dfac5['data']['operation']?'review-metadata'!==_0x4dfac5['event']?this['_addReviewCheckResult'](_0x4dfac5['data']['dataId'],_0x4dfac5['data']['textDelta']):this['callId']=_0x4dfac5['data']['callId']:this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']?this['status']='unmodified':this['status']='ready');}catch(_0x4b4713){this['_currentError']=_0x4b4713,_0x4b4713 instanceof Error&&_0x4b4713['message']['includes']('ai-request-aborted')?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async['restart'](){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,await this['start']();}['addResultChanges'](_0x3eb0fd,_0x1ea4ed){const _0x346918=this['_results']['get'](_0x3eb0fd);if(!_0x346918)return;const _0x17d52f=[];_0x1ea4ed['forEach']((_0xb586b9,_0x480574)=>{const _0x26dd93=new Is(_0x346918['id']+'-'+_0x480574,_0xb586b9,_0x346918);_0x26dd93['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x26dd93,'status':_0x26dd93['status']});}),_0x26dd93['on']('change:isActivated',()=>{_0x26dd93['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x26dd93}):this['fire']('reviewCheckResultDeactivated',{'change':_0x26dd93});}),this['_changes']['push'](_0x26dd93),_0x17d52f['push'](_0x26dd93);}),this['fire']('reviewCheckResultReady',{'changes':_0x17d52f,'result':_0x346918,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x51416f){const _0x58a457=this['_changes']['find'](_0x2522d8=>_0x2522d8['id']===_0x51416f);return!(!_0x58a457||'pending'!==_0x58a457['status']);}['getActiveChanges'](){return this['_changes']['filter'](_0x1373e5=>'pending'===_0x1373e5['status']);}['markAllChangesAsAccepted'](){for(const _0x1a91dc of this['_changes'])'pending'===_0x1a91dc['status']&&(_0x1a91dc['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x181eb8){const _0x5e51bd=this['_changes']['find'](_0x3f80e5=>_0x3f80e5['id']===_0x181eb8);_0x5e51bd&&'pending'===_0x5e51bd['status']&&(_0x5e51bd['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x44ea69){const _0x181f1f=this['_changes']['find'](_0x43e37c=>_0x43e37c['id']===_0x44ea69);_0x181f1f&&'pending'===_0x181f1f['status']&&(_0x181f1f['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x11150a){const _0x5b9844=this['_changes']['find'](_0x5e6397=>_0x5e6397['id']===_0x11150a);_0x5b9844&&'pending'===_0x5b9844['status']&&(_0x5b9844['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x1f829b){const _0x20ce0a=this['_changes']['find'](_0x482857=>_0x482857['id']===_0x1f829b);_0x20ce0a&&'outdated'===_0x20ce0a['status']&&(_0x20ce0a['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x4ba228){this['_changes']['filter'](_0x47fb8a=>_0x47fb8a['isActivated']&&_0x47fb8a['id']!==_0x4ba228)['forEach'](_0x4a9140=>{_0x4a9140['isActivated']=!0x1;});const _0x39dc55=this['_changes']['find'](_0x2f4bc9=>_0x2f4bc9['id']===_0x4ba228);_0x39dc55&&'pending'===_0x39dc55['status']&&(_0x39dc55['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x3b7511=>_0x3b7511['isActivated'])['forEach'](_0x1caa3c=>{_0x1caa3c['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x52bbf6){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x19c467;if(_0x52bbf6){const _0x4503b3=this['_changes']['find'](_0x21e521=>_0x21e521['id']===_0x52bbf6);if(_0x4503b3&&_0x4503b3['isRated'])return;_0x4503b3&&(_0x19c467=_0x4503b3['parent']['id'],_0x4503b3['isRated']=!0x0);}const _0x6679a1={'positiveCount':this['_changes']['filter'](_0x504dcc=>'accepted'===_0x504dcc['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x6679a1,this['callId'],_0x19c467);}['_addReviewCheckResult'](_0x48e4dc,_0x4141fc){const _0x103a14=this['_documentData']['elements']['get'](_0x48e4dc);if(!_0x103a14)return;const _0x3ce19c=_0x103a14['getContent']();if(_0x3ce19c===_0x4141fc)return;const _0x3e494c=new Rs({'id':_0x48e4dc,'contentInitial':_0x3ce19c,'contentNew':_0x4141fc,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x3e494c['id'],_0x3e494c),this['fire']('reviewCheckResultAdded',{'result':_0x3e494c,'source':this});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x150911=>'pending'===_0x150911['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x6a6bdd=>'pending'===_0x6a6bdd['status'])['length']&&(this['status']='finished'));}}class hi extends Ts{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x43d499=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x32cae5=0x0;_0x32cae5<this['_reviewParams']['length'];_0x32cae5++){if(!this['_reviewParams'][_0x32cae5]||!this['_sourceCheck']['options'][_0x32cae5])continue;const _0x2157c5=this['_sourceCheck']['options'][_0x32cae5],_0x316539=_0x2157c5['data']?.['find'](_0xd1ce83=>_0xd1ce83['id']===this['_reviewParams'][_0x32cae5]);_0x316539&&_0x43d499['push'](_0x316539['label']);}return _0x43d499['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x4592f9,_0x2f06ec,_0x261ac9){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x2f06ec,_0x4592f9,_0x261ac9);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['id']:[this['_sourceCheck']['id'],...this['_reviewParams']]['join']('-');}}class oi extends Ts{['_prompt'];['_model'];constructor(_0x2041d4,_0x5c2ced,_0x58ef42,_0x2a7760,_0x5ac081){super(_0x58ef42,_0x2a7760,_0x5ac081),this['_prompt']=_0x2041d4,this['_model']=_0x5c2ced;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x2f178a,_0x3bc689,_0x2bc8f8){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x3bc689,_0x2f178a,_0x2bc8f8);}}const ai=[{'id':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'make','title':'Adjust\x20length','description':'Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20length','default':'longer','data':[{'label':'Longer','id':'longer'},{'label':'Shorter','id':'shorter'}]}]},{'id':'make-tone','title':'Adjust\x20tone\x20and\x20style','description':'Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20tone\x20and\x20style','default':'casual','data':[{'label':'Casual','id':'casual'},{'label':'Direct','id':'direct'},{'label':'Friendly','id':'friendly'},{'label':'Confident','id':'confident'},{'label':'Professional','id':'professional'}]}]},{'id':'translate','title':'Translate','description':'Translate\x20the\x20text\x20into\x20another\x20language.','isParameterized':!0x0,'useArgs':!0x0,'options':[{'formType':'dropdown','label':'Select\x20language','argsKey':'language','data':[{'label':'English','id':'english'},{'label':'Spanish','id':'spanish'},{'label':'French','id':'french'},{'label':'German','id':'german'},{'label':'Chinese\x20(Simplified)','id':'chinese'},{'label':'Japanese','id':'japanese'},{'label':'Russian','id':'russian'},{'label':'Portuguese','id':'portuguese'},{'label':'Korean','id':'korean'},{'label':'Italian','id':'italian'}]}]}];class re extends _0x3e59e0{['_aiConnector'];['_aiReviewModeUi'];['_aiReviewModeEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_isDiffOn']=!0x1;['_changeActivationSource']=null;static get['requires'](){return[R];}static get['pluginName'](){return'AIReviewModeController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiReviewModeUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewModeEditing']=this['context']['plugins']['get']('AIReviewModeEditing');const _0x46af1c=this['context']['config']['get']('ai.reviewMode.translations');if(_0x46af1c){for(const _0x1cd587 of ai)'translate'===_0x1cd587['id']&&(_0x1cd587['options'][0x0]['data']=_0x46af1c);}const _0x12288c=this['_translateReviewChecks'](ai);this['_aiReviewCheckList']=new si(_0x12288c);const _0x5795d8=this['_aiReviewCheckList']['checks']['find'](_0x14e537=>'custom'===_0x14e537['id']);if(_0x5795d8){const _0x5d1546=await new ni({'connector':this['_aiConnector']})['getAll']();_0x5795d8['models']=_0x5d1546['map'](_0x2fc840=>({..._0x2fc840,'description':this['_getTranslationWithDefault']('AI_MODEL_DESCRIPTION_'+_0x2fc840['id']['toUpperCase'](),_0x2fc840['description'])}));}this['listenTo'](this['_aiReviewModeUi'],'getReviewCheckList',()=>{this['_aiReviewModeUi']['setAvailableChecks'](this['_aiReviewCheckList']['checks']);}),this['listenTo'](this['_aiReviewModeUi'],'runReviewCheck',async(_0x2182b3,_0x7bd309)=>{const _0x28a1e0=this['_aiReviewCheckList']['getCheckById'](_0x7bd309['id']);if(_0x28a1e0){this['_onDiffChange'](this['_isDiffOn']),_0x7bd309['isCustom']?this['_currentReviewCheckRun']=new oi(_0x7bd309['args']['prompt'],_0x7bd309['args']['model'],this['_aiReviewModeEditing']['getDocumentData'](),_0x28a1e0,this['_aiConnector']):this['_currentReviewCheckRun']=new hi(this['_aiReviewModeEditing']['getDocumentData'](),_0x28a1e0,this['_aiConnector'],_0x7bd309['params'],_0x7bd309['args']),this['_aiReviewModeUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x1ccefd,_0x1f7541)=>{'data'===_0x1f7541['status']||'loading'===_0x1f7541['status']?(this['_aiReviewModeEditing']['switchToReadOnly'](),this['_aiReviewModeUi']['showCheckRunResults'](_0x1f7541)):'finished'===_0x1f7541['status']?this['_aiReviewModeUi']['showReviewCompletedView']():'ready'===_0x1f7541['status']?this['_aiReviewModeUi']['showActionsWhenResultIsReady']():'unmodified'===_0x1f7541['status']?this['_aiReviewModeUi']['showNoChangesView']():'error-general'===_0x1f7541['status']?(this['_aiReviewModeUi']['showGeneralErrorView'](),this['_logError'](new _0x2120c6('ai-review-mode-check-run-general-error',this,this['_currentReviewCheckRun']?.['currentError']))):'error-chunk'===_0x1f7541['status']?(this['_aiReviewModeUi']['showChunkErrorView'](),this['_logError'](new _0x2120c6('ai-review-mode-check-run-chunk-error',this,this['_currentReviewCheckRun']?.['currentError']))):'aborted'===_0x1f7541['status']&&(this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewModeRunLeave'](!0x0)),'ready'!==_0x1f7541['status']&&'error-chunk'!==_0x1f7541['status']&&'error-general'!==_0x1f7541['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x3b4ffd,_0x3d672b)=>{if(!this['_currentReviewCheckRun'])throw new _0x2120c6('ai-review-mode-no-current-check-run',this);const _0x5ade52=this['_aiReviewModeEditing']['diffContent'](_0x3d672b['result']['contentInitial'],_0x3d672b['result']['contentNew']);_0x3d672b['source']['addResultChanges'](_0x3d672b['result']['id'],_0x5ade52);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x52da8f,_0x1dd55e)=>{for(const _0x4f9700 of _0x1dd55e['changes'])this['_aiReviewModeUi']['showCheckRunResult'](_0x4f9700);this['_aiReviewModeEditing']['markChangePositionInEditorContent'](_0x1dd55e['changes'],_0x1dd55e['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x29b465,_0x3d242c)=>{this['_aiReviewModeUi']['updateChangeState'](_0x3d242c['change']['id'],_0x3d242c['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x1e2e29,_0x10990a)=>{this['_aiReviewModeUi']['setActiveStateInResults'](_0x10990a['change']['id']);const _0x37813b=this['_aiReviewModeEditing']['getMarkerElementForChange'](_0x10990a['change']['id']);if(_0x37813b){if('content'===this['_changeActivationSource']){const _0x35b836=this['_aiReviewModeUi']['getChangeElement'](_0x10990a['change']['id']);_0x35b836&&_0x299a6f(_0x35b836['closest']('.ck-ai-review-mode__check-run-result')||_0x35b836);}else{if('panel'===this['_changeActivationSource']){const _0x38dd92={'target':_0x37813b['domElement'],'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0};_0x1966fd(_0x38dd92);}}this['_aiReviewModeUi']['showChangeBalloon'](_0x10990a['change'],_0x37813b['domElement']);}}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_aiReviewModeUi']['resetActiveStateInResults'](),this['_aiReviewModeUi']['hideChangeBalloon']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x3fc50d){_0x3fc50d instanceof Error&&_0x3fc50d['message']['includes']('ai-request-aborted')||(_0x3fc50d instanceof _0x2120c6?this['_logError'](_0x3fc50d):this['_logError'](new _0x2120c6('ai-review-mode-check-run-failed',this,{'error':_0x3fc50d})));}}else this['_logError'](new _0x2120c6('ai-review-mode-source-check-not-found',this,{'checkId':_0x7bd309['id']}));}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewMode',()=>{this['_onReviewModeRunLeave']();}),this['listenTo'](this['_aiReviewModeUi'],'leaveReviewModeResultList',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'abortReviewStream',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}),this['listenTo'](this['_aiReviewModeUi'],'finishReview',()=>{this['_onReviewModeRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewModeUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x292ab8=this['_currentReviewCheckRun']['getActiveChanges']();_0x292ab8['length']&&(this['_aiReviewModeEditing']['applyChange'](_0x292ab8['map'](_0x375973=>_0x375973['id'])),this['_currentReviewCheckRun']['markAllChangesAsAccepted'](),this['_currentReviewCheckRun']['sendRating']());}),this['listenTo'](this['_aiReviewModeUi'],'acceptChange',(_0x20e759,_0x1c52eb)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x1c52eb['id'])&&(this['_aiReviewModeEditing']['applyChange']([_0x1c52eb['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x1c52eb['id']),this['_aiReviewModeUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x1c52eb['id']));}),this['listenTo'](this['_aiReviewModeUi'],'dismissChange',(_0xdbd82f,_0x36c0be)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x36c0be['id'])&&(this['_aiReviewModeEditing']['rejectChange'](_0x36c0be['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x36c0be['id']),this['_aiReviewModeUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x36c0be['id']));}),this['listenTo'](this['_aiReviewModeUi'],'toggleDiff',(_0x1418f6,_0x30acea)=>{this['_isDiffOn']=_0x30acea['on'],this['_onDiffChange'](this['_isDiffOn']);}),this['listenTo'](this['_aiReviewModeUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&await this['_currentReviewCheckRun']['restart']();}),this['listenTo'](this['_aiReviewModeUi'],'activateChange',(_0x47aa95,_0x2f86cb)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x2f86cb['id']));}),this['listenTo'](this['_aiReviewModeUi'],'deactivateChange',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['deactivateChange']();}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerClick',(_0x59d9c4,_0x31262e)=>{this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x31262e['changeId']));}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerRemoved',(_0x559d0d,_0x446ea1)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x446ea1['changeId']);}),this['listenTo'](this['_aiReviewModeEditing']['emitter'],'changeMarkerRestored',(_0x321f3a,_0x3d330f)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x3d330f['changeId']);});}['_onReviewModeRunLeave'](_0x4a357f=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x4a357f&&this['_aiReviewModeUi']['showReviewCheckList'](),this['_aiReviewModeEditing']['clearAllMarkers'](),this['_aiReviewModeEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x19fa0d=this['_aiReviewModeEditing']['getEditor']();_0x19fa0d&&_0x19fa0d['editing']['view']['change'](_0x487bca=>{const _0x2fe896=_0x19fa0d['editing']['view']['document']['getRoot']();_0x487bca['removeClass']('ck-ai-review-mode-diff',_0x2fe896),_0x487bca['removeClass']('ck-ai-review-mode-highlights',_0x2fe896);});}['_onDiffChange'](_0x47ad91){const _0x2b937c=this['_aiReviewModeEditing']['getEditor']();_0x47ad91?this['_aiReviewModeUi']['hideDiffInBalloon']():this['_aiReviewModeUi']['showDiffInBalloon'](),_0x2b937c&&_0x2b937c['editing']['view']['change'](_0x8b6e01=>{const _0x243a89=_0x2b937c['editing']['view']['document']['getRoot']();_0x8b6e01['removeClass']('ck-ai-review-mode-diff',_0x243a89),_0x8b6e01['removeClass']('ck-ai-review-mode-highlights',_0x243a89),_0x8b6e01['addClass'](_0x47ad91?'ck-ai-review-mode-diff':'ck-ai-review-mode-highlights',_0x243a89);});}['_translateReviewChecks'](_0x27c530){return _0x27c530['map'](_0x7193db=>{const _0x11f829='AI_REVIEW_CHECK_'+_0x7193db['id']['toUpperCase']()['replaceAll']('-','_'),_0x54cf81={..._0x7193db,'title':this['_getTranslationWithDefault'](_0x11f829+'_TITLE',_0x7193db['title']),'description':this['_getTranslationWithDefault'](_0x11f829+'_DESCRIPTION',_0x7193db['description'])};return _0x7193db['options']&&(_0x54cf81['options']=_0x7193db['options']['map'](_0x4d72de=>({..._0x4d72de,'label':this['_getTranslationWithDefault'](_0x11f829+'_OPTIONS_LABEL',_0x4d72de['label']||''),'data':_0x4d72de['data']?_0x4d72de['data']['map'](_0x25710e=>({..._0x25710e,'label':this['_getTranslationWithDefault'](_0x11f829+'_OPTIONS_DATA_'+_0x25710e['id']['toUpperCase'](),_0x25710e['label'])})):void 0x0}))),_0x54cf81;});}['_getTranslationWithDefault'](_0x100779,_0x44852e){const _0x15528d=i(this['context']['locale'],_0x100779);return _0x15528d===_0x100779?_0x44852e:_0x15528d;}['_logError'](_0x1d95c4){ft(_0x1d95c4['message']),this['_aiReviewModeUi']['showGeneralErrorView']();}}class Mr extends _0x3249c4{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x55ad83,_0x1accc2){super(_0x55ad83),this['_defaultValue']=_0x1accc2['default']||(_0x1accc2['data']['length']>0x0?_0x1accc2['data'][0x0]['id']:''),this['_defaultLabel']=_0x1accc2['data']['find'](_0x504954=>_0x504954['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x1bd241(this['locale']);const _0x342ddf=this['_prepareListOptions'](_0x1accc2['data']);_0x710699(this['_dropdownView'],_0x342ddf,{'role':'menu','ariaLabel':_0x1accc2['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3064d8=>{_0x3064d8['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x428768=>{this['formValue']=_0x428768['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x428768['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode__check-list-item-parameterized-form-element','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x256e3a=[]){const _0x31fec0=new _0x2afc13();this['resetToDefault']();for(const _0x57a599 of _0x256e3a){const _0x19e6f1=new _0x32dcb3({'label':_0x57a599['label'],'withText':!0x0,'role':'menuitemradio','id':_0x57a599['id'],'model':_0x57a599});_0x19e6f1['bind']('isOn')['to'](this,'formValue',_0x24ca36=>_0x24ca36===_0x19e6f1['id']);const _0x1d9215={'type':'button','model':_0x19e6f1};_0x31fec0['add'](_0x1d9215);}return _0x31fec0;}}class ec extends _0x36570a{['_formItem']=null;constructor(_0x37e61e,_0x4421f0,_0x319799){super(_0x37e61e),this['argsKey']=_0x4421f0?.['argsKey'];if('dropdown'===_0x4421f0['formType'])this['_formItem']=new Mr(this['locale'],_0x4421f0);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x12b07c=new _0x4507eb(this['locale'],{'children':[this['_formItem']],'class':[_0x319799?'ck-form__row_with-submit':'']});_0x319799&&_0x12b07c['children']['add'](_0x319799),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-review-mode__form-item','ck-reset_all']},'children':[_0x12b07c]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class Ys extends _0x475ed3{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x2ed1fa){super(_0x2ed1fa),this['set']('isEmpty',!0x0),this['keystrokes']=new _0x3116d1(),this['minRows']=Ys['MIN_ROWS'],this['maxRows']=Ys['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-mode-prompt-input','class':['ck','ck-review-mode__prompt-input']}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();}),this['keystrokes']['listenTo'](this['element']);}}class ic extends _0x3249c4{['focusTracker']=new _0x51df1c();['keystrokes']=new _0x3116d1();['focusCycler'];['_focusables']=new _0x33c41f();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0xdcd278,_0x12ea1d){super(_0xdcd278),this['_check']=_0x12ea1d,this['set']('prompt',''),this['set']('modelId',''),this['_defaultValue']=_0x12ea1d['models']&&_0x12ea1d['models']['length']>0x0?_0x12ea1d['models'][0x0]['id']:'',this['_defaultLabel']=_0x12ea1d['models']&&_0x12ea1d['models']['length']>0x0?_0x12ea1d['models'][0x0]['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x12f7b2(this['locale'],()=>new Ys(_0xdcd278)),this['promptInputView']['fieldView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['fieldView']['on']('input',()=>{this['prompt']=this['promptInputView']['fieldView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _0x2afc13(),this['_setModelList'](),_0x710699(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions']},'children':[new _0x4507eb(this['locale'],{'children':[this['promptInputView']]}),new _0x4507eb(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x42ded6,_0x287c93)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x287c93()):_0x287c93();}),this['focusCycler']=new _0x504985({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}));}['render'](){super['render'](),([this['promptInputView'],this['_modelSelectionDropdown'],this['cancelButtonView'],this['submitButtonView']]['forEach'](_0x1d0ae7=>{this['_focusables']['add'](_0x1d0ae7),this['focusTracker']['add'](_0x1d0ae7['element']);}),this['keystrokes']['listenTo'](this['element']));}get['modelDefaultValue'](){return this['_defaultValue'];}get['modelDefaultLabel'](){return this['_defaultLabel'];}['resetToDefault'](){this['prompt']='',this['modelId']=this['modelDefaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['modelDefaultLabel'],this['resetFormValidationStatus']();}['resetFormValidationStatus'](){this['promptInputView']['errorText']='';}['_isValid'](){this['resetFormValidationStatus']();for(const _0x2c9bd3 of this['_getFormValidators']()){const _0x3f69df=_0x2c9bd3();if(_0x3f69df)return this['promptInputView']['errorText']=_0x3f69df,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return i(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x2bf5a8=new _0x290cbd(this['locale']),t=this['locale']['t'];return _0x2bf5a8['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x2bf5a8['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x2bf5a8;}['_createCancelButtonView'](){const _0x19a71e=new _0x290cbd(this['locale']),t=this['locale']['t'];return _0x19a71e['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary-filled'}),_0x19a71e['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x173066=>{_0x173066['stopPropagation']();})}}),_0x19a71e['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x19a71e;}['_setModelList'](){this['_modelSelectionDropdownItems']['clear']();const _0x13702b=this['_check']['models'];if(this['resetToDefault'](),_0x13702b?.['length']){const _0x2fe155=ni['getLocalized'](this['locale'],_0x13702b);for(const _0x1c6c0f of _0x2fe155){const _0x1e4fbe=new _0x32dcb3({'label':_0x1c6c0f['name'],'withText':!0x0,'role':'menuitemradio','id':_0x1c6c0f['id'],'model':_0x1c6c0f});_0x1e4fbe['bind']('isOn')['to'](this,'modelId',_0x20976e=>_0x20976e===_0x1c6c0f['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x1e4fbe,'labelView':new Gs(this['locale'],_0x1c6c0f)});}}}['_createModelSelectionDropdown'](){const _0x43402c=_0x1bd241(this['locale']);return _0x43402c['set']({'panelPosition':'se','class':'ck-ai-review-mode__check-list-item-model-dropdown'}),_0x43402c['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),this['listenTo'](_0x43402c,'execute',_0xde137c=>{this['modelId']=_0xde137c['source']['model']['id'],_0x43402c['buttonView']['label']=_0xde137c['source']['label'];}),_0x43402c;}['_createActionsFooterView'](){const _0x46a5b9=new _0x3249c4(this['locale']);return _0x46a5b9['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),_0x46a5b9;}}class Gs extends _0x366752{constructor(_0x2d01dd,_0x5b5b13){super();const _0x3d14fe=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x3d14fe['to']('style'),'id':_0x3d14fe['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x3d14fe['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x5b5b13['description']||'']}]}]});}}class Js extends _0x36570a{['_formItemsCollection']=new _0x33c41f();['_customCheckView']=null;constructor(_0x3fe72b,_0x167650,_0x105f74){super(_0x3fe72b),this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x167650['isParameterized']);const _0xabe911=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai-review-mode__check-list-item_selected',_0x388eb3=>_0x388eb3),this['bindTemplate']['if']('isListItemRendered','ck-ai-review-mode__check-list-item_rendered',_0x3e89ce=>_0x3e89ce)],'style':{'--ck-ai-review-check-list-item-index':_0x105f74}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-list-item-title-text']},'children':[{'text':_0x167650['title']}]},_0xabe911]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-description']},'children':[{'text':_0x167650['description']}]}]}]},..._0x167650['isParameterized']?[this['_createParameterizedView'](_0x167650)]:[],...'custom'===_0x167650['id']?[this['_createCustomView'](_0x167650)]:[]]}),this['on']('click',()=>{_0x167650['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x167650['id']});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x178524({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x28eb86=>{_0x28eb86['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x23b886=new _0xf03b05();return _0x23b886['content']=_0x8e6677,_0x23b886['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-title-icon']}}),_0x23b886;}['_createParameterizedView'](_0x3c83d3){const _0x244494=new _0x3249c4(),_0x235d89=this['_createFormView'](_0x3c83d3);return _0x244494['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x2cd735=>!_0x2cd735)]},'children':[_0x235d89]}),_0x244494;}['_createFormView'](_0x351cec){const _0x47cbcd=new _0x3249c4(),_0x13ddfc=Array['isArray'](_0x351cec['options'])?_0x351cec['options']:[],_0x395541=new _0x290cbd(this['locale']),t=this['locale']['t'];_0x395541['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x395541['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3c6048=>{_0x3c6048['stopPropagation']();})}}),_0x395541['on']('execute',()=>{const _0x1b71f0=[],_0x33c5bb={};this['_formItemsCollection']['forEach'](_0x47b266=>{_0x1b71f0['push'](_0x47b266['value']),_0x351cec['useArgs']&&_0x351cec['options']&&(_0x33c5bb[_0x47b266['argsKey']]=_0x47b266['value']);}),this['fire']('runReviewCheck',{'id':_0x351cec['id'],'params':_0x1b71f0['length']?_0x1b71f0:void 0x0,'args':Object['keys'](_0x33c5bb)['length']?_0x33c5bb:void 0x0});});const _0x426be0=_0x13ddfc['length'];return _0x13ddfc['forEach']((_0x1b6e9d,_0x53578d)=>{const _0x447c94=_0x53578d===_0x426be0-0x1;this['_formItemsCollection']['add'](new ec(this['locale'],_0x1b6e9d,_0x447c94?_0x395541:null));}),_0x47cbcd['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x47cbcd;}['_createCustomView'](_0x503467){return this['_customCheckView']=new ic(this['locale'],_0x503467),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-list-item-parameterized','ck-ai-review-mode__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x35b61f=>!_0x35b61f)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x53df23,_0x4d6d6d,_0x5717da)=>{_0x5717da||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class ih extends _0x36570a{['_checkViews'];constructor(_0x586017){super(_0x586017),this['_checkViews']=new _0x33c41f();const _0x5e661c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-list',_0x5e661c['if']('isVisible','ck-hidden',_0x3c11c1=>!_0x3c11c1)]},'children':this['_checkViews']});}['setChecks'](_0x5476f8){this['_checkViews']['clear']();for(const [_0x70e8b5,_0x161d4a]of _0x5476f8['entries']()){const _0x9e34ba=new Js(this['locale'],_0x161d4a,_0x70e8b5);_0x9e34ba['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x9e34ba);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x56bf39 of this['_checkViews'])_0x56bf39 instanceof Js&&_0x56bf39['resetToDefault']();}}class Vs extends _0x3249c4{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['statusButtonView'];constructor(_0x57695e,_0x313d51){super(_0x57695e),this['id']=_0x313d51,this['set']('status','pending'),this['set']('changeId',_0x313d51),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['statusButtonView']=this['_createStatusButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['set']('showDiff',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result',this['bindTemplate']['if']('isActive','ck-ai-review-mode__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView'],this['statusButtonView']]},this['infoButtonView']]}]}),this['on']('click',()=>{this['fire']('activateChange',{'id':_0x313d51,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x29d7d1=new _0x3249c4(this['locale']);return _0x29d7d1['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-content-direct-excluded','ck-ai-review-mode__check-run-result-response',this['bindTemplate']['if']('showDiff','ck-hidden',_0x3fba74=>!_0x3fba74)]}}),_0x29d7d1;}['_createAcceptButtonView'](){const _0x4fb3d8=new _0x290cbd(this['locale']);return _0x4fb3d8['set']({'label':i(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x4fb3d8['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x295b38=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x295b38['stopPropagation']();})},'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-result-accept-button',this['bindTemplate']['if']('status','ck-hidden',_0x2f7bce=>'pending'!==_0x2f7bce)]}}),_0x4fb3d8;}['_createDismissButtonView'](){const _0x48c147=new _0x290cbd(this['locale']);return _0x48c147['set']({'label':i(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x48c147['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x2b9151=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x2b9151['stopPropagation']();})},'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-result-dismiss-button',this['bindTemplate']['if']('status','ck-hidden',_0x5c7356=>'pending'!==_0x5c7356)]}}),_0x48c147;}['_createInfoButtonView'](){const _0x6f8ced=new _0x290cbd(this['locale']);return _0x6f8ced['set']({'label':i(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x586da8,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':'ck-ai-button-tertiary-filled\x20ck-ai-review-mode__check-run-result-info-button\x20ck-hidden'}),_0x6f8ced['bind']('isOn')['to'](this,'isInfoToggleOn',_0x32073d=>_0x32073d),_0x6f8ced['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x6f8ced;}['_createStatusButtonView'](){const _0x4ac96d=new _0x290cbd(this['locale']);return _0x4ac96d['set']({'withText':!0x0,'isEnabled':!0x1}),_0x4ac96d['bind']('label')['to'](this,'status',_0xcc47b4=>i(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_'+_0xcc47b4['toUpperCase']())),_0x4ac96d['bind']('icon')['to'](this,'status',_0x1d3fb1=>'ACCEPTED'===_0x1d3fb1['toUpperCase']()?_0x1e5ca3:'REJECTED'===_0x1d3fb1['toUpperCase']()?_0x1c533a:_0x2e680e),_0x4ac96d['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x1385ea=>'pending'===_0x1385ea)],'disabled':'disabled'}}),_0x4ac96d;}}class Qs extends _0x290cbd{constructor(_0x2cf93c){super(_0x2cf93c),this['set']({'label':i(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),'withText':!0x0,'class':'ck-ai-button-primary'}),this['on']('execute',()=>{this['fire']('finishReview');});}}class eh extends _0x36570a{['_resultViews'];['resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];constructor(_0x4be042){super(_0x4be042),this['_resultViews']=new _0x33c41f(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new xi(_0x4be042),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('headerSubtitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general'),this['set']('isCompleted',!0x1);const _0x588609=this['_createCombinedSkeletonLoader'](),_0x5ddc0a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run',_0x5ddc0a['if']('isVisible','ck-hidden',_0x2df773=>!_0x2df773)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x3f1bee=>_0x3f1bee)]},'children':this['_resultViews']},_0x588609]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x32e296){const _0x2fdafb=new Vs(this['locale'],_0x32e296['id']);_0x2fdafb['delegate']('acceptChange','dismissChange','activateChange')['to'](this),this['_resultViews']['add'](_0x2fdafb),_0x2fdafb['resultResponseView']['element']['innerHTML']=_0x32e296['contentDiffed'];}['hideResult'](_0x377656,_0x5668bc){if('pending'===_0x5668bc)return;const _0x4fce8c=this['_resultViews']['find'](_0x29700d=>_0x29700d['id']===_0x377656);_0x4fce8c&&(_0x4fce8c['status']=_0x5668bc,_0x4fce8c['element']?.['classList']['add']('ck-ai-review-mode__check-run-result_grayout'));}['showResult'](_0x17e40a,_0x4dd773){if('pending'!==_0x4dd773)return;const _0x699701=this['_resultViews']['find'](_0x3970b9=>_0x3970b9['id']===_0x17e40a);_0x699701&&(_0x699701['status']=_0x4dd773,_0x699701['element']?.['classList']['remove']('ck-ai-review-mode__check-run-result_grayout'));}['setTitle'](_0x42a7e9,_0x34f1b7){this['headerTitle']=_0x42a7e9,this['headerSubtitle']=_0x34f1b7||'';}['showChunkErrorMessage'](){this['errorType']='chunk',this['showErrorMessage']=!0x0;}['showGeneralErrorMessage'](){this['isError']=!0x0,this['errorType']='general',this['showErrorMessage']=!0x0;}['resetErrorState'](){this['isError']=!0x1,this['errorType']='general',this['showErrorMessage']=!0x1;}['_createSkeletonLoader'](){return new Pe(this['locale'],Be['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x4bf427=new _0x3249c4(this['locale']),_0x4b6a6f=[];for(let _0x3d9099=0x0;_0x3d9099<0x10;_0x3d9099++){const _0x1f030d=this['_createSkeletonLoader']();_0x1f030d['extendTemplate']({'attributes':{'class':['ck-ai-review-mode__check-run-skeleton-item']}}),_0x4b6a6f['push'](_0x1f030d);}return _0x4bf427['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x3e02a3=>!_0x3e02a3)]},'children':_0x4b6a6f}),_0x4bf427;}['_createErrorView'](){const _0x4a73cf=new _0x3249c4(this['locale']),_0x4ca6ad=new _0x290cbd(this['locale']),t=this['locale']['t'];return _0x4a73cf['delegate']('retryReview')['to'](this),_0x4ca6ad['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-review-mode__check-run-error-retry-button'}),_0x4ca6ad['on']('execute',()=>{this['fire']('retryReview');}),_0x4a73cf['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x424542=>!_0x424542),this['bindTemplate']['if']('errorType','ck-ai-review-mode__check-run-error-container_border-bottom',_0x2912d3=>'chunk'===_0x2912d3)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-chat-error','ck-ai-chat-error_full-width','ck-ai-review-mode__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-chat-error_warning',_0x2f18ba=>'chunk'===_0x2f18ba)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x4c0f07=>'general'!==_0x4c0f07)]},'children':[{'text':i(this['locale'],'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}]},{'tag':'p','attributes':{'class':['ck-ai-chat-error__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x4e411a=>'chunk'!==_0x4e411a)]},'children':[{'text':i(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x4ca6ad]}),_0x4a73cf;}['_createCancelButtonView'](){const _0xeab111=new _0x290cbd(this['locale']);return _0xeab111['set']({'label':i(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ck-ai-button-secondary\x20ck-ai-button-stop-generating'],'icon':_0x31e03f}),_0xeab111['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x7caca1=>_0x7caca1),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x33068c=>_0x33068c)]}}),_0xeab111['on']('execute',()=>{this['fire']('abortReviewStream');}),_0xeab111;}['_createToggleDiffButtonView'](){const _0x2184c2=new _0x290cbd(this['locale']);_0x2184c2['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x2184c2['bind']('isEnabled')['to'](this,'isError',_0x14c62c=>!_0x14c62c),_0x2184c2['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai-review-mode__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x443c6a=>!_0x443c6a),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3930c4=>_0x3930c4)]}});const _0x529339=i(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x4262ae=i(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x2184c2['bind']('isOn')['to'](this,'isToggleDiffOn',_0xe52b2c=>_0xe52b2c),_0x2184c2['bind']('icon')['to'](this,'isToggleDiffOn',_0x5661a5=>_0x5661a5?_0xa784bf:_0xcbe20c),_0x2184c2['bind']('label')['to'](this,'isToggleDiffOn',_0x825162=>_0x825162?_0x529339:_0x4262ae),_0x2184c2['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x2184c2;}['_createAcceptAllButtonView'](){const _0x122f37=new _0x290cbd(this['locale']);return _0x122f37['set']({'label':i(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x122f37['bind']('isEnabled')['to'](this,'isError',_0x223748=>!_0x223748),_0x122f37['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai-review-mode__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x5f5786=>!_0x5f5786),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x415152=>_0x415152)]}}),_0x122f37['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x122f37;}['_createExitReviewButtonView'](){const _0x3357e1=new _0x290cbd(this['locale']);return _0x3357e1['set']({'label':i(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x3357e1['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary-filled','ck-ai-review-mode__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x222338=>!_0x222338),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x4e740c=>_0x4e740c)]}}),_0x3357e1['on']('execute',()=>{this['fire']('leaveReviewModeResultList');}),_0x3357e1;}['_createResultHeaderView'](){const _0x3b40e0=new _0x3249c4(this['locale']),_0x326e2d=this['_createTitleView']();return _0x3b40e0['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai-review-mode__review-completed-header',_0x1bbc51=>_0x1bbc51)]},'children':[_0x326e2d,{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x3b40e0;}['_createTitleView'](){const _0x38ea9e=new _0x3249c4(this['locale']),_0x19de52=new De();return _0x19de52['bind']('isVisible')['to'](this,'isResultReady',_0x362f02=>!_0x362f02),_0x38ea9e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title-wrapper']},'children':[_0x19de52,{'tag':'div','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2816b9=>_0x2816b9)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'span','attributes':{'class':['ck-ai-review-mode__check-run-results-header-subtitle']},'children':[{'text':this['bindTemplate']['to']('headerSubtitle')}]}]},{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3eb8a6=>!_0x3eb8a6)]},'children':[{'text':i(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x38ea9e;}['_createFinishReviewButtonView'](){const _0x910138=new Qs(this['locale']);return _0x910138['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x5d8f86=>!_0x5d8f86)]}}),_0x910138['delegate']('finishReview')['to'](this),_0x910138;}}class th extends _0x36570a{['resultsHeader'];['_finishReviewButtonView'];constructor(_0x11f595){super(_0x11f595),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['resultsHeader']=this['_createResultHeaderView']();const _0x214b7b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed',_0x214b7b['if']('isVisible','ck-hidden',_0x412ae3=>!_0x412ae3)]},'children':[this['resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-content-icon']},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':['ck-ai-review-mode__review-completed-content-text']},'children':[{'text':i(_0x11f595,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT')}]}]}]});}['_createFinishReviewButtonView'](){const _0x38188c=new Qs(this['locale']);return _0x38188c['delegate']('finishReview')['to'](this),_0x38188c;}['_createResultHeaderView'](){const _0x5bb2aa=new _0x3249c4(this['locale']);return _0x5bb2aa['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai-review-mode__review-completed-header-title']},'children':[{'text':i(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai-review-mode__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x5bb2aa;}}class Re extends _0x3249c4{['reviewModeHeader'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x2a9769){super(_0x2a9769),this['reviewModeHeader']=new _0x4aec09(_0x2a9769,{'label':i(_0x2a9769,'AI_REVIEW_MODE'),'icon':_0x3a6d6a,'class':'ck-ai-header\x20ck-ai-header_review-mode'}),this['reviewCheckListView']=new ih(_0x2a9769),this['reviewCheckListView']['delegate'](...sh)['to'](this),this['reviewCheckResultsView']=new eh(_0x2a9769),this['reviewCheckResultsView']['delegate'](...sh)['to'](this),this['reviewCompletedView']=new th(_0x2a9769),this['reviewCompletedView']['delegate']('finishReview')['to'](this),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isLoading',!0x1),this['reviewCheckResultsView']['set']('isResultReady',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review-mode','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewModeHeader'],this['reviewCheckListView'],this['reviewCheckResultsView'],this['reviewCompletedView']]});}['showReviewCheckListView'](){this['reviewCheckListView']['resetAllParameterizedChecks'](),this['reviewCheckListView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1);}['showReviewCheckResultsView'](){this['hideActionsWhenResultIsReady'](),this['reviewCheckResultsView']['resetErrorState'](),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['clearResults'](),this['reviewCheckResultsView']['set']('isLoading',!0x0),this['reviewCheckResultsView']['set']('isCompleted',!0x1);}['addCheckRunResult'](_0x5e8fc2){this['reviewCheckResultsView']['addResult'](_0x5e8fc2),this['reviewCheckResultsView']['set']('isLoading',!0x1);}['showReviewCompletedView'](){this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isCompleted',!0x0),this['reviewCheckListView']['set']('isVisible',!0x1);}['showActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']?(this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1)):this['reviewCheckResultsView']['isResultReady']=!0x0;}['showNoChangesView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x0);}['hideActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x1;}['showGeneralErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class Ce extends _0x1a6e6e{['resultItemView'];constructor(_0x431f8f,_0x25b7bb){super(_0x431f8f),this['set']({'isVisible':!0x1,'position':'arrow_se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['content']['add'](this['_createContentView']()),_0x25b7bb['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0xf0471e){this['resultItemView']['changeId']=_0xf0471e['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0xf0471e['contentDiffed'];}['showBalloon'](_0x55ad2e,_0x1f501b){this['updateContent'](_0x55ad2e),this['show'](),this['pin']({'target':()=>this['_getBestRectPosition'](_0x1f501b)});}['hideBalloon'](){this['hide'](),this['unpin']();}['hideDiffInBalloon'](){this['resultItemView']['showDiff']=!0x1;}['showDiffInBalloon'](){this['resultItemView']['showDiff']=!0x0;}['deactivateChange'](){this['fire']('deactivateChange');}['_setupClickOutsideHandler'](){_0x178524({'emitter':this,'activator':()=>this['isVisible'],'contextElements':[this['element']],'callback':()=>{this['hideBalloon'](),this['deactivateChange']();}});}['_createContentView'](){const _0x13108b=new _0x3249c4();return this['resultItemView']=new Vs(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x13108b['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai-review-mode-balloon-panel-suggestion']},'children':[{'tag':'p','attributes':{'class':['ck-ai-review-mode__suggestion-text']},'children':[this['resultItemView']]}]}),_0x13108b;}['_getBestRectPosition'](_0x36d909){const _0x21b434=Array['from'](_0x36d909['getClientRects']());return _0x21b434['find'](_0x152d4d=>_0x152d4d['width']>0x0)||_0x21b434[0x0];}}const sh=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewModeResultList','activateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class me extends _0x3e59e0{['_reviewModeView'];['_reviewModeBalloonSuggestionItemView'];['_bodyCollection'];static get['requires'](){return[Ct];}static get['pluginName'](){return'AIReviewModeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x17d49f){super(_0x17d49f),this['_bodyCollection']=new _0x52097e(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_reviewModeView']=new Re(this['context']['locale']),this['_reviewModeView']['delegate'](...sh)['to'](this),this['_reviewModeBalloonSuggestionItemView']=new Ce(this['context']['locale'],this['_bodyCollection']),this['_reviewModeBalloonSuggestionItemView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x273fc3=this['context']['plugins']['get']('AITabs');_0x273fc3['view']['on']('activateTab',(_0x362f41,_0x351785)=>{'reviewMode'===_0x351785?this['fire']('getReviewCheckList'):this['fire']('leaveReviewMode');}),_0x273fc3['view']['addTab']({'id':'reviewMode','buttonLabel':i(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x3a6d6a,'order':0x0,'content':this['_reviewModeView']});}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x2e2ffc){this['_reviewModeView']['reviewCheckListView']['hasChecks']()||this['_reviewModeView']['reviewCheckListView']['setChecks'](_0x2e2ffc),this['_reviewModeView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0xd42fe4){_0xd42fe4&&('error-general'!==_0xd42fe4['status']?'error-chunk'!==_0xd42fe4['status']?this['_reviewModeView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralErrorView']());}['showCheckRunResult'](_0x53549e){this['_reviewModeView']['addCheckRunResult'](_0x53549e);}['showGeneralErrorView'](){this['_reviewModeView']['showGeneralErrorView']();}['showChunkErrorView'](){this['_reviewModeView']['showChunkErrorView']();}['setCheckResultTitle'](_0x40e39e,_0x3a7c0c){this['_reviewModeView']['reviewCheckResultsView']['setTitle'](_0x40e39e,_0x3a7c0c);}['setActiveStateInResults'](_0x16d383){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0xdfb483=>{_0xdfb483['id']===_0x16d383&&_0xdfb483['setItemAsActive']();});}['resetActiveStateInResults'](){this['_reviewModeView']['reviewCheckResultsView']['getResults']()['forEach'](_0xeed06=>_0xeed06['setItemAsInactive']());}['updateChangeState'](_0x436bd5,_0x5c91da){'accepted'===_0x5c91da||'rejected'===_0x5c91da||'outdated'===_0x5c91da?this['_reviewModeView']['reviewCheckResultsView']['hideResult'](_0x436bd5,_0x5c91da):this['_reviewModeView']['reviewCheckResultsView']['showResult'](_0x436bd5,_0x5c91da);}['showReviewCompletedView'](){this['_reviewModeView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_reviewModeView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_reviewModeView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_reviewModeView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x5aa72d,_0x1ed7fa){this['_reviewModeBalloonSuggestionItemView']['showBalloon'](_0x5aa72d,_0x1ed7fa);}['hideChangeBalloon'](){this['_reviewModeBalloonSuggestionItemView']['hideBalloon']();}['hideDiffInBalloon'](){this['_reviewModeBalloonSuggestionItemView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_reviewModeBalloonSuggestionItemView']['showDiffInBalloon']();}['getChangeElement'](_0x18b5d4){const _0x4914c9=this['_reviewModeView']['reviewCheckResultsView']['getResults']()['find'](_0x19012b=>_0x19012b['id']===_0x18b5d4);return _0x4914c9?_0x4914c9['element']:null;}['deactivateChange'](){this['_reviewModeBalloonSuggestionItemView']['deactivateChange']();}}const we='reviewmode-';class ce extends _0x3e59e0{static get['pluginName'](){return'AIReviewModeEditing';}static get['requires'](){return[nt,N];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_domEmitter'];['_eventEmitter'];constructor(_0x44951a){super(_0x44951a),this['_domEmitter']=new(_0x48baa5())(),this['_eventEmitter']=new(_0x27cb74())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x12174c=q(this['context']);_0x12174c['conversion']['for']('editingDowncast')['markerToElement']({'model':we+'insert','view':(_0x4b72ff,{writer:_0x34c81e})=>{const _0x1740ea=this['_markers']['get'](_0x4b72ff['markerName']),_0x101653={'class':'ck-ai_review-mode-marker_add','data-marker-id':_0x4b72ff['markerName']};return _0x34c81e['createUIElement']('span',_0x101653,function(_0x2b111b){const _0x126c3d=this['toDomElement'](_0x2b111b);return _0x126c3d['innerHTML']=_0x1740ea?.['text']||'',_0x126c3d;});}}),_0x12174c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':we+'remove-only','view':_0xee483e=>({'classes':'ck-ai_review-mode-marker_strikethrough','attributes':{'data-marker-id':_0xee483e['markerName']}})}),_0x12174c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':we+'remove-context','view':_0x529c07=>({'classes':'ck-ai_review-mode-marker_underline','attributes':{'data-marker-id':_0x529c07['markerName']}})}),_0x12174c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':we+'remove-text','view':_0xe9f850=>({'classes':'ck-ai_review-mode-marker_hide','attributes':{'data-marker-id':_0xe9f850['markerName']}})}),_0x12174c['conversion']['for']('dataDowncast')['markerToElement']({'model':we+'suggestion-context','view':(_0x1edcea,{writer:_0x16570e})=>_0x16570e['createRawElement']('span',{'class':'ck-ai_review-mode-marker_context-'+(_0x1edcea['isOpening']?'start':'end')})}),_0x12174c['conversion']['for']('downcast')['attributeToAttribute']({'model':Tt,'view':_0x319184}),this['_domEmitter']['listenTo'](document,'click',(_0x3316c5,_0x38f38e)=>{const _0x5ceddd=_0x38f38e['target'],_0x4bf83c=this['_findMarkerElement'](_0x5ceddd);if(!_0x4bf83c)return;const _0x553da6=_0x4bf83c['getAttribute']('data-marker-id'),_0x1068a5=_0x553da6['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClick',{'markerId':_0x553da6,'changeId':_0x1068a5});}),_0x12174c['model']['document']['registerPostFixer'](_0x4ec627=>this['_validateMarkers'](_0x12174c,_0x4ec627)),_0x12174c['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x12174c));}['getDocumentData'](){const _0x96884c=this['context']['plugins']['get']('AIEditing'),_0x480483=q(this['context']),_0x468efd=_0x480483['model'],_0xd8d780=new at();for(const _0x3f8a8b of _0x468efd['document']['getRoot']()['getChildren']()){const _0x55672d=_0x3f8a8b['_clone'](!0x0);_0xd8d780['_appendChild'](_0x55672d);}for(const _0x3af882 of _0x468efd['markers'])_0xd8d780['markers']['set'](_0x3af882['name'],this['_changeRangeOwnerDocument'](_0x3af882['getRange']()['clone'](),_0xd8d780));const _0x23528e=new _0x20a667({'ignoreElementEnd':!0x0,'startPosition':_0x468efd['createPositionAt'](_0xd8d780,0x0)}),_0x4d2999=new Set(),_0x4f66c1=new Map();for(const {item:_0x512915}of _0x23528e){if(!_0x512915['is']('$textProxy'))continue;const _0x1a7890=_0x512915['parent'];if((!_0x1a7890||!_0x1a7890['is']('element','caption'))&&(_0x1a7890&&_0x1a7890['is']('element'))){let _0x1467dd=_0x1a7890['getAttribute'](Tt);_0x1467dd||(_0x1467dd=_0x96884c['_nextDataId'](_0x4d2999),_0x1a7890['_setAttribute'](Tt,_0x1467dd)),_0x4d2999['add'](_0x1467dd);let _0x3d4835=_0x1a7890;for(;_0x3d4835['parent']&&!_0x3d4835['parent']['is']('documentFragment');)_0x3d4835=_0x3d4835['parent'],_0x3d4835['hasAttribute'](Tt)&&_0x3d4835['_removeAttribute'](Tt);_0x4f66c1['set'](_0x1467dd,{'path':_0x1a7890['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0x3d4835['_clone'](!0x0),_0x1467dd,_0x480483['data'])}),_0x23528e['jumpTo'](_0x468efd['createPositionAfter'](_0x1a7890));}}return{'content':_0x480483['data']['processor']['toData'](_0x480483['data']['toView'](_0xd8d780)),'version':_0x480483['model']['document']['version'],'elements':_0x4f66c1};}['diffContent'](_0x228bd0,_0x3cba71){const _0x20f7e1=[],_0x17384f=q(this['context']),_0x199f64=_0x17384f['data']['parse'](_0x228bd0,'$documentFragment'),_0x13eaf6=_0x17384f['model']['createPositionAt'](_0x199f64,0x0),_0xc583d0=_0x17384f['data']['parse'](_0x3cba71,'$documentFragment');if(!this['_hasSameTopLevelElement'](_0x199f64,_0xc583d0))return _0x20f7e1;const _0x1d5599=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x228bd0,_0x3cba71,{'anchor':_0x13eaf6,'markDeletions':!0x0})['getOperations']()['filter'](_0x151d68=>'insert'===_0x151d68['type']||'marker'===_0x151d68['type']&&_0x151d68['name']['startsWith']('$markedRemove')),_0x57f17c=this['_groupAdjacentOperations'](_0x1d5599);let _0x5cfe38=0x0;return _0x17384f['model']['change'](_0x44cc19=>{for(let _0x58a580=0x0;_0x58a580<_0x57f17c['length'];_0x58a580++){const _0x47cfe6=_0x57f17c[_0x58a580],_0x178846=_0x44cc19['createDocumentFragment']();for(const _0x3b4203 of _0x199f64['getChildren']())_0x44cc19['append'](_0x3b4203['_clone'](!0x0),_0x178846);for(const _0x15e6d9 of _0x47cfe6['operationsIsolated'])if('insert'===_0x15e6d9['type']){const _0x4c86f9=_0x15e6d9;_0x4c86f9['baseVersion']=null,_0x4c86f9['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x4c86f9,_0x178846),_0x44cc19['batch']['addOperation'](_0x15e6d9),_0x17384f['model']['applyOperation'](_0x15e6d9);const _0x224691='suggestion:insertion:id:authorId:'+_0x5cfe38++,_0x40824e=_0x17384f['model']['createRange'](_0x4c86f9['position'],_0x4c86f9['position']['getShiftedBy'](_0x4c86f9['howMany']));_0x178846['markers']['set'](_0x224691,_0x40824e);}else{if('marker'===_0x15e6d9['type']&&_0x15e6d9['name']['startsWith']('$markedRemove')){const _0x3ce558=_0x15e6d9,_0x1325c9='suggestion:deletion:id:authorId:'+_0x5cfe38++;this['_changeOperationOwnerDocument'](_0x3ce558,_0x178846),_0x178846['markers']['set'](_0x1325c9,_0x3ce558['newRange']);}}const _0x504ee2=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x47cfe6['operationsIsolated'][0x0]),_0x178846),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x47cfe6['operationsIsolated'][_0x47cfe6['operationsIsolated']['length']-0x1]),_0x178846));_0x178846['markers']['set'](we+'suggestion-context',new ht(_0x504ee2['start'],_0x504ee2['end'])),_0x20f7e1['push']({..._0x47cfe6,'context':this['_createGetContextFn'](_0x178846,_0x17384f['data'],{'ellipsisBefore':_0x504ee2['hasContentBefore'],'ellipsisAfter':_0x504ee2['hasContentAfter']}),'content':this['_createGetContentFn'](_0x178846,_0x17384f['data'])});}}),_0x20f7e1;}['markChangePositionInEditorContent'](_0x352999,_0xa85321){if(!_0x352999['length'])return;const _0x53be78=_0x352999[0x0]['parent']['id'],_0x49ffc6=_0xa85321['elements']['get'](_0x53be78);if(!_0x49ffc6)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x53be78);const _0x3650ee=_0x49ffc6['path'],_0x22c4ce=q(this['context']),_0x9f51d1=_0x22c4ce['model']['document']['history']['getOperations'](_0xa85321['version']),_0x547330=[];for(const _0x30a422 of _0x352999){const _0x48286a=_0x30a422['operationsIsolated']['map'](_0x44cdb4=>this['_translateOperationToEditorContent'](_0x44cdb4,_0x3650ee,_0x22c4ce['model']['document']['getRoots']()[0x0]));if(!_0x48286a||!_0x48286a['length'])continue;const _0x491e97=_0x48286a['every'](_0x374fae=>'marker'===_0x374fae['type']&&_0x374fae['name']['startsWith']('$markedRemove')),_0x4ba8ac={'document':_0x22c4ce['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x157cf5=ut(_0x48286a,_0x9f51d1,_0x4ba8ac)['operationsA'];for(const _0x7daab2 of _0x157cf5)if('insert'===_0x7daab2['type']){const _0x2f84d2=_0x7daab2,_0x470a61=_0x2f84d2['nodes'];let _0x5477cf='';for(const _0x3f138c of _0x470a61)_0x3f138c&&_0x3f138c['is']('model:$text')&&(_0x5477cf+=_0x3f138c['data']);_0x547330['push']({'start':_0x2f84d2['position'],'end':_0x2f84d2['position'],'type':'insert','groupId':_0x30a422['id'],'text':_0x5477cf});}else{if('marker'===_0x7daab2['type']&&_0x7daab2['name']['startsWith']('$markedRemove')){const _0x4b509f=_0x7daab2;let _0x344d23='remove-text';if(_0x491e97){const _0x4e66a7=this['_findAdjacentContextDistance'](_0x4b509f['newRange']['start'],'backward',_0x22c4ce['model']['schema']),_0x4d09c9=this['_findAdjacentContextDistance'](_0x4b509f['newRange']['end'],'forward',_0x22c4ce['model']['schema']);if(_0x4e66a7||_0x4d09c9){const _0x192bf3=_0x4b509f['newRange']['start']['getShiftedBy'](-_0x4e66a7),_0x418d55=_0x4b509f['newRange']['end']['getShiftedBy'](_0x4d09c9);_0x547330['push']({'start':_0x192bf3,'end':_0x418d55,'groupId':_0x30a422['id'],'type':'remove-context'});}else _0x344d23='remove-only';}_0x547330['push']({'start':_0x4b509f['newRange']['start'],'end':_0x4b509f['newRange']['end'],'groupId':_0x30a422['id'],'type':_0x344d23});}}}this['_insertMarkers'](_0x547330);}['clearAllMarkers'](){const _0xb9e6c9=q(this['context']);_0xb9e6c9['model']['change'](_0x42b5ea=>{for(const _0x5c56db of this['_markers']['keys']())_0xb9e6c9['model']['markers']['get'](_0x5c56db)&&_0x42b5ea['removeMarker'](_0x5c56db);}),this['_markers']['clear']();}['switchToReadOnly'](){q(this['context'])['enableReadOnlyMode']('ai-review-mode');}['switchToEdit'](){q(this['context'])['disableReadOnlyMode']('ai-review-mode');}['applyChange'](_0x4f8f0b){const _0x55950f=q(this['context']),_0x50f749=_0x55950f['model'],_0x565d6b=_0x4f8f0b['map'](_0x5f4cd0=>this['_getMarkersDataForGroup'](_0x5f4cd0))['flat']();_0x50f749['change'](_0x4f080d=>{for(const _0x523120 of _0x565d6b){const _0x10e9b7=_0x55950f['model']['markers']['get'](_0x523120['id']);_0x10e9b7&&('insert'===_0x523120['type']?_0x50f749['insertContent'](_0x4f080d['createText'](_0x523120['text']||''),_0x10e9b7['getRange']()['start']):'remove-text'!==_0x523120['type']&&'remove-only'!==_0x523120['type']||_0x50f749['deleteContent'](_0x50f749['createSelection'](_0x10e9b7['getRange']())),_0x4f080d['removeMarker'](_0x523120['id']),this['_markers']['delete'](_0x523120['id']));}});}['rejectChange'](_0x97e9d4){const _0x51f030=q(this['context']),_0x3c6d2d=this['_getMarkersDataForGroup'](_0x97e9d4);_0x51f030['model']['change'](_0x141a96=>{for(const _0x4393ca of _0x3c6d2d)_0x141a96['removeMarker'](_0x4393ca['id']),this['_markers']['delete'](_0x4393ca['id']);});}['getEditor'](){return q(this['context']);}['getMarkerElementForChange'](_0x3bb1bd){const _0x2c3e9e=Array['from'](this['_markers']['values']())['filter'](_0x476815=>_0x476815['groupId']===_0x3bb1bd);if(!_0x2c3e9e['length'])return null;const _0x254e13=0x1===_0x2c3e9e['length']?_0x2c3e9e[0x0]:this['_sortMarkers'](_0x2c3e9e)[0x0],_0x5a81c4=q(this['context']),_0x2f8b0a=_0x5a81c4['model']['markers']['get'](_0x254e13['id']);if(!_0x2f8b0a)return null;const _0x5fe90=_0x2f8b0a['getRange'](),_0x5f0594=_0x5a81c4['editing']['view']['getDomRoot']();if(!_0x5f0594||!_0x5fe90)return null;const _0x17df81=_0x5f0594['querySelector']('[data-marker-id=\x22'+_0x254e13['id']+'\x22]');return _0x17df81?{'modelRange':_0x5fe90,'domElement':_0x17df81}:null;}['_validateMarkers'](_0x48e8b0,_0x2e3867){const _0x49b629=Array['from'](this['_markers']['keys']()),_0x3ba694=new Map();for(const _0x24a293 of _0x49b629){const _0x428773=_0x48e8b0['model']['markers']['get'](_0x24a293);if(!_0x428773)continue;const _0x50fce9=_0x428773['getStart']()['path'][0x0];_0x3ba694['has'](_0x50fce9)||_0x3ba694['set'](_0x50fce9,[]),_0x3ba694['get'](_0x50fce9)['push'](_0x428773);}const _0x376714=new Set();for(const _0x3e995 of _0x48e8b0['model']['document']['differ']['getChanges']()){let _0x1ed813=-0x1,_0x59b505=null;if('insert'===_0x3e995['type'])_0x59b505=new ht(_0x3e995['position'],_0x3e995['position']['getShiftedBy'](_0x3e995['length'])),_0x1ed813=_0x3e995['position']['path'][0x0];else{if('remove'!==_0x3e995['type'])continue;_0x59b505=new ht(_0x3e995['position']),_0x1ed813=_0x3e995['position']['path'][0x0];}const _0x204256=_0x3ba694['get'](_0x1ed813)||[];if(_0x204256['length']){for(const _0x183001 of _0x204256)if(_0x59b505['root']['rootName']===_0x183001['getRange']()['root']['rootName']&&('insert'!==_0x3e995['type']||!_0x59b505['containsRange'](_0x183001['getRange']()))&&(_0x59b505['isIntersecting'](_0x183001['getRange']())||_0x59b505['start']['isTouching'](_0x183001['getRange']()['end'])||_0x59b505['end']['isTouching'](_0x183001['getRange']()['start']))){const _0x1cfc42=this['_parseMarkerName'](_0x183001['name']);Array['from'](this['_markers']['values']())['filter'](_0x3aa19d=>_0x3aa19d['groupId']===_0x1cfc42['groupId'])['forEach'](_0x532a39=>_0x376714['add'](_0x532a39['id']));}}}if(_0x376714['size']){for(const _0x16e6cd of _0x376714)_0x2e3867['removeMarker'](_0x16e6cd);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x5b012b){for(const {name:_0x1ad426,data:_0x4b7894}of _0x5b012b['model']['document']['differ']['getChangedMarkers']()){if(!_0x1ad426['startsWith'](we))continue;const _0x245ce1=_0x4b7894['oldRange'],_0x9500ae=_0x4b7894['newRange'],_0x4cfbad=_0x245ce1&&'$graveyard'===_0x245ce1['root']['rootName'],_0x4b6e96=_0x9500ae&&'$graveyard'===_0x9500ae['root']['rootName'];if(_0x4cfbad&&_0x4b6e96)continue;const _0x17e21d=this['_parseMarkerName'](_0x1ad426);this['_markers']['get'](_0x1ad426)&&(_0x4b6e96||!_0x9500ae?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x1ad426,'changeId':_0x17e21d['groupId']}):_0x4cfbad&&_0x9500ae&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x1ad426,'changeId':_0x17e21d['groupId']}));}}['_parseMarkerName'](_0x399daa){const _0x2b49c6=_0x399daa['split'](':'),_0x48847a=(_0x2b49c6[0x1]||'')['split']('_');return{'prefix':_0x2b49c6[0x0],'groupId':_0x48847a[0x0],'suffix':_0x48847a[0x1]};}['_translateOperationToEditorContent'](_0x31a2f3,_0x370377,_0x228a37){if('insert'===_0x31a2f3['type']){const _0x1fac81=_0x31a2f3;return new _0x3c78ee(this['_changePosition'](_0x370377['concat'](_0x1fac81['position']['offset']),_0x228a37),_0x1fac81['nodes'],_0x1fac81['baseVersion']);}if('marker'===_0x31a2f3['type']&&_0x31a2f3['name']['startsWith']('$markedRemove')){const _0x2bcb34=_0x31a2f3;return new _0x1cd1bb(_0x2bcb34['name'],_0x2bcb34['oldRange'],this['_changeRange'](_0x2bcb34['newRange'],_0x370377['concat'](_0x2bcb34['newRange']['start']['offset']),_0x370377['concat'](_0x2bcb34['newRange']['end']['offset']),_0x228a37),_0x2bcb34['_markers'],_0x2bcb34['affectsData'],_0x2bcb34['baseVersion']);}return _0x31a2f3;}['_groupAdjacentOperations'](_0x23aaee){if(!_0x23aaee['length'])return[];const _0x16ff8d=[];let _0x83cf55=0x0,_0x2b86e1=0x0,_0x5d726e=[];for(let _0x1a7530=0x0;_0x1a7530<=_0x23aaee['length'];_0x1a7530++){const _0x254a07=_0x23aaee[_0x1a7530],_0x238769=_0x23aaee[_0x1a7530-0x1];!_0x254a07||_0x238769&&!this['_getOperationEnd'](_0x238769)['isTouching'](this['_getOperationStart'](_0x254a07))?(_0x16ff8d['push']({'operations':_0x5d726e,'operationsIsolated':_0x5d726e['map'](_0x28a109=>this['_shiftOperation'](_0x28a109['clone'](),-_0x2b86e1)),'groupOffset':_0x83cf55}),_0x5d726e=_0x254a07?[_0x254a07]:[],_0x2b86e1+=_0x83cf55,_0x83cf55=0x0):_0x5d726e['push'](_0x254a07),_0x254a07&&'insert'===_0x254a07['type']&&(_0x83cf55+=_0x254a07['howMany']);}return _0x16ff8d;}['_findAdjacentContextDistance'](_0xc1668d,_0x3ffebf,_0x335de3,_0x5ba939=0x1){const _0x37eb06=new _0x20a667({'startPosition':_0xc1668d,'direction':_0x3ffebf});let _0x42526a=0x0;for(let _0x5b6b0d=0x0;_0x5b6b0d<_0x5ba939;_0x5b6b0d++){let _0x1768b1=0x0,_0x25c9a2=!0x1,_0x2db8de='forward'===_0x3ffebf?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x44954b}of _0x37eb06)if(_0x44954b['is']('$textProxy')){const _0x1d8134=_0x2db8de['exec'](_0x44954b['data']);if(_0x1d8134&&_0x1d8134['length']){if(_0x1768b1+='forward'===_0x3ffebf?_0x1d8134['index']+_0x1d8134[0x0]['length']:_0x44954b['data']['length']-_0x1d8134['index'],_0x1d8134[0x0]['length']!==_0x44954b['data']['length'])break;_0x25c9a2=!0x0,_0x2db8de='forward'===_0x3ffebf?/^\w+/:/\w+$/;}else{if(_0x25c9a2)break;_0x1768b1+=_0x44954b['offsetSize'];}}else{if(_0x44954b['is']('element')){_0x335de3['isInline'](_0x44954b)&&!_0x25c9a2&&(_0x1768b1+=0x1);break;}}_0x42526a+=_0x1768b1,_0x37eb06['jumpTo'](_0xc1668d['getShiftedBy']('forward'===_0x3ffebf?_0x42526a:-_0x42526a));}return _0x42526a;}['_getChangeContext'](_0xe734e7,_0x3ee97e){const _0x1e70f1=q(this['context'])['model']['schema'],_0x371c1a=this['_findAdjacentContextDistance'](_0xe734e7,'backward',_0x1e70f1,0x6),_0x65675e=this['_findAdjacentContextDistance'](_0x3ee97e,'forward',_0x1e70f1,0x6),_0x2712cf=_0xe734e7['getShiftedBy'](-_0x371c1a),_0x694059=_0x3ee97e['getShiftedBy'](_0x65675e);return{'start':_0x2712cf,'end':_0x694059,'hasContentBefore':!_0x2712cf['isAtStart'],'hasContentAfter':!_0x694059['isAtEnd']};}['_insertMarkers'](_0x2150f0){const _0x1eb2b6=this['context']['plugins']['get']('AIEditing'),_0x577611=new Set();q(this['context'])['model']['change'](_0x4e6378=>{for(const _0x2ecbbb of _0x2150f0){const _0x61822d=''+we+_0x2ecbbb['type']+':'+_0x2ecbbb['groupId']+'_'+_0x1eb2b6['_nextDataId'](_0x577611);this['_markers']['set'](_0x61822d,{'id':_0x61822d,'groupId':_0x2ecbbb['groupId'],'type':_0x2ecbbb['type'],'text':_0x2ecbbb['text']}),_0x4e6378['addMarker'](_0x61822d,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4e6378['createRange'](_0x2ecbbb['start'],_0x2ecbbb['end'])});}});}['_createGetContextFn'](_0x5cb898,_0x494a27,_0x397612){let _0x31f86c='';return()=>{if(!_0x31f86c){const _0x8dbf49=_0x494a27['toView'](_0x5cb898,{'showSuggestionHighlights':!0x0}),_0x478d01=_0x8dbf49['getChild'](0x0);if(!_0x478d01)return'';let _0x59e825=!0x1;const _0x1b4cc3=[];for(const _0x22ebfe of _0x478d01['getChildren']())_0x22ebfe['is']('element','span')&&_0x22ebfe['hasClass']('ck-ai_review-mode-marker_context-end')&&(_0x59e825=!0x1),_0x59e825&&_0x1b4cc3['push'](_0x22ebfe),_0x22ebfe['is']('element','span')&&_0x22ebfe['hasClass']('ck-ai_review-mode-marker_context-start')&&(_0x59e825=!0x0);_0x478d01['_removeChildren'](0x0,_0x478d01['childCount']),_0x397612?.['ellipsisBefore']&&_0x478d01['_appendChild']('…'),_0x478d01['_appendChild'](_0x1b4cc3),_0x397612?.['ellipsisAfter']&&_0x478d01['_appendChild']('…');const _0x546a40=_0x494a27['htmlProcessor']['domConverter']['viewToDom'](_0x8dbf49),_0xe56dc8=_0x494a27['htmlProcessor']['htmlWriter']['getHtml'](_0x546a40);_0x31f86c=_0xe56dc8;}return _0x31f86c;};}['_createGetContentFn'](_0x2a42e8,_0x513eef){let _0x446d46='';return()=>(_0x446d46||(_0x446d46=_0x513eef['stringify'](_0x2a42e8,{'showSuggestionHighlights':!0x0})),_0x446d46);}['_createGetContentUsingDataIdFn'](_0x447f0e,_0xa21c52,_0x332a29){let _0x3f0498='';return()=>{if(!_0x3f0498){const _0x3aac6f=_0x332a29['toView'](new at(_0x447f0e)),_0x43bb08=_0x332a29['htmlProcessor']['domConverter']['viewToDom'](_0x3aac6f)['querySelector']('[data-id=\x22'+_0xa21c52+'\x22]');_0x3f0498=_0x43bb08?.['outerHTML']||'';}return _0x3f0498;};}['_findMarkerElement'](_0x37bd50,_0x8d5ce8=0x5){let _0x4d7824=_0x37bd50,_0x258fed=null;for(let _0x11589b=0x0;_0x11589b<_0x8d5ce8&&_0x4d7824;_0x11589b++){if(!_0x4d7824['className']){_0x4d7824=_0x4d7824['parentElement'];continue;}if(!(''+_0x4d7824['className'])['includes']('ck-ai_review-mode-marker_')){_0x4d7824=_0x4d7824['parentElement'];continue;}if(!_0x4d7824['getAttribute']('data-marker-id'))break;_0x258fed=_0x4d7824;break;}return _0x258fed;}['_getMarkersDataForGroup'](_0x4c2f39){return Array['from'](this['_markers']['values']())['filter'](_0x41c202=>_0x41c202['groupId']===_0x4c2f39);}['_getOperationStart'](_0x556171){return'insert'===_0x556171['type']?_0x556171['position']:_0x556171['newRange']['start'];}['_getOperationEnd'](_0x3490b8,_0x121d63=!0x1){return'insert'===_0x3490b8['type']?_0x121d63?_0x3490b8['position']:_0x3490b8['position']['getShiftedBy'](_0x3490b8['howMany']):_0x3490b8['newRange']['end'];}['_shiftOperation'](_0x1f41f6,_0x418a5d){return'insert'===_0x1f41f6['type']?_0x1f41f6['position']=_0x1f41f6['position']['getShiftedBy'](_0x418a5d):'marker'===_0x1f41f6['type']&&_0x1f41f6['newRange']&&(_0x1f41f6['newRange']=new ht(_0x1f41f6['newRange']['start']['getShiftedBy'](_0x418a5d),_0x1f41f6['newRange']['end']['getShiftedBy'](_0x418a5d))),_0x1f41f6;}['_changeOperationOwnerDocument'](_0x2b5298,_0x3186c4){'insert'===_0x2b5298['type']?_0x2b5298['position']=this['_changePositionOwnerDocument'](_0x2b5298['position'],_0x3186c4):'marker'===_0x2b5298['type']&&_0x2b5298['newRange']&&(_0x2b5298['newRange']=this['_changeRangeOwnerDocument'](_0x2b5298['newRange'],_0x3186c4));}['_changePositionOwnerDocument'](_0x40c684,_0x58cfcc){return new ct(_0x58cfcc,_0x40c684['path']);}['_changeRangeOwnerDocument'](_0x43be54,_0x5315c3){return new ht(this['_changePositionOwnerDocument'](_0x43be54['start'],_0x5315c3),this['_changePositionOwnerDocument'](_0x43be54['end'],_0x5315c3));}['_changePosition'](_0x1fffcb,_0x4fab8a){return new ct(_0x4fab8a,[..._0x1fffcb]);}['_changeRange'](_0x4f19e7,_0x18da6f,_0x123682,_0x542ad2){return new ht(this['_changePosition'](_0x18da6f,_0x542ad2),this['_changePosition'](_0x123682,_0x542ad2));}['_sortMarkers'](_0x1f925e){const _0x1fdc5f=_0x2c513d=>{switch(_0x2c513d){case'insert':return 0x1;case'remove-context':return 0x2;case'remove-only':return 0x3;case'remove-text':return 0x4;}};return _0x1f925e['sort']((_0x35bf26,_0x5ca901)=>_0x1fdc5f(_0x35bf26['type'])-_0x1fdc5f(_0x5ca901['type']));}['_hasSameTopLevelElement'](_0x14c6e2,_0x5d7d0b){const _0xa99286=_0x14c6e2['getChild'](0x0),_0x14d21b=_0x5d7d0b['getChild'](0x0);return!(!_0xa99286||!_0x14d21b)&&((!_0xa99286['is']('element')||!_0x14d21b['is']('element')||_0xa99286['name']===_0x14d21b['name'])&&!(_0xa99286['is']('element')&&!_0x14d21b['is']('element')||!_0xa99286['is']('element')&&_0x14d21b['is']('element')));}}class Ua extends _0x3e59e0{static get['requires'](){return[re,me,ce];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{ri as AIActions,x as AIAdapter,qn as AIAssistant,n as AIAssistantUI,it as AIBalloon,Da as AIChat,mt as AIChatController,gt as AIChatHistory,jt as AIChatHistoryController,xt as AIChatHistoryUI,dt as AIChatUI,R as AIConnector,N as AIEditing,Pa as AIEditorIntegration,Ft as AIQuickActionType,Ma as AIQuickActions,ii as AIQuickActionsUI,tr as AIRequestError,js as AIReviewCheck,Rs as AIReviewCheckResult,Ts as AIReviewCheckRun,Ua as AIReviewMode,re as AIReviewModeController,ce as AIReviewModeEditing,me as AIReviewModeUI,Ct as AITabs,pe as AITextAdapter,qt as AIToggleButtonUI,zn as AWSTextAdapter,Xn as OpenAITextAdapter,E as ShowAIAssistantCommand,co as ToggleAICommand,ks as createResizeButton,Qn as getDefaultAICommands};
|