@ckeditor/ckeditor5-ai 48.3.1 → 48.4.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aiactions/aiactions.d.ts +36 -1
- package/dist/aiactions/model/aiactionsinteraction.d.ts +7 -1
- package/dist/aiassistant/aiassistantui.d.ts +0 -3
- package/dist/aiballoon/aiballoon.d.ts +0 -1
- package/dist/aichat/aichatballoon.d.ts +7 -2
- package/dist/aichat/aichatcontroller.d.ts +12 -2
- package/dist/aichat/aichatui.d.ts +20 -6
- package/dist/aichat/model/aichatcontext.d.ts +29 -10
- package/dist/aichat/model/aichatconversation.d.ts +10 -1
- package/dist/aichat/model/aichatinteraction.d.ts +6 -1
- package/dist/aichat/ui/aichatballoonview.d.ts +14 -19
- package/dist/aichat/ui/aichatcontrolsview.d.ts +0 -9
- package/dist/aichat/ui/aichatfeedview.d.ts +5 -11
- package/dist/aichat/ui/aichatview.d.ts +0 -4
- package/dist/aichat/ui/controls/aichatdropzoneview.d.ts +4 -0
- package/dist/aichat/ui/controls/aichatpromptcapabilitiesview.d.ts +14 -29
- package/dist/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +7 -2
- package/dist/aichathistory/aichathistoryui.d.ts +0 -1
- package/dist/aichatshortcuts/aichatshortcuts.d.ts +2 -2
- package/dist/aiconfig.d.ts +109 -0
- package/dist/aicore/aiconnector.d.ts +78 -11
- package/dist/aicore/aicore.d.ts +53 -0
- package/dist/aicore/aiediting.d.ts +8 -2
- package/dist/aicore/aigateway.d.ts +43 -11
- package/dist/aicore/errors/normalizeerror.d.ts +4 -0
- package/dist/aicore/model/aicapabilities.d.ts +20 -5
- package/dist/aicore/model/aicontext.d.ts +57 -2
- package/dist/aicore/model/aicontextlibrary.d.ts +70 -0
- package/dist/aicore/model/aicontextref.d.ts +39 -0
- package/dist/aicore/model/aidefaultcontext.d.ts +95 -0
- package/dist/aicore/model/aieditorroot.d.ts +26 -0
- package/dist/aicore/model/aimodels.d.ts +11 -4
- package/dist/aicore/model/aireply.d.ts +12 -1
- package/dist/aicore/model/airunresult.d.ts +18 -73
- package/dist/aicore/model/airunsinglerootresult.d.ts +101 -0
- package/dist/aicore/ui/aidisclaimerview.d.ts +0 -1
- package/dist/aicore/ui/aiheaderview.d.ts +0 -1
- package/dist/aicore/ui/aimodelselectorview.d.ts +151 -0
- package/dist/aicore/ui/aiskeleton.d.ts +0 -1
- package/dist/aicore/ui/aispinner.d.ts +0 -1
- package/dist/aicore/ui/suggestioncontainer/aiminitoolbarview.d.ts +0 -1
- package/dist/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +20 -5
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +0 -1
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.d.ts +12 -1
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.d.ts +4 -12
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.d.ts +6 -1
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +11 -1
- package/dist/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.d.ts +0 -1
- package/dist/aicore/utils/createandattachaibodycollection.d.ts +0 -1
- package/dist/aicore/utils/createresizebutton.d.ts +0 -1
- package/dist/aicore/utils/createstartconversationbutton.d.ts +0 -1
- package/dist/aicore/utils/geteditorconfig.d.ts +88 -0
- package/dist/aicore/utils/getmodeldisplaymode.d.ts +21 -0
- package/dist/aicore/utils/getsuggestionpartsfromreply.d.ts +4 -1
- package/dist/aicore/utils/htmlparser.d.ts +1 -0
- package/dist/aicore/utils/inlineroot.d.ts +1 -0
- package/dist/aicore/utils/tocontextrefrequestdata.d.ts +1 -0
- package/dist/aidocumentprocessing/aidocumentprocessinggateway.d.ts +48 -25
- package/dist/aidocumentprocessing/model/aidocumentprocessingrunresult.d.ts +2 -2
- package/dist/aieditorintegration/aitogglebutton/aitogglebuttonui.d.ts +0 -1
- package/dist/aiquickactions/aiquickactions.d.ts +60 -9
- package/dist/aiquickactions/aiquickactionsui.d.ts +10 -4
- package/dist/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +6 -1
- package/dist/aireviewcore/aireviewcorecheckregistry.d.ts +2 -4
- package/dist/aireviewcore/aireviewcoreediting.d.ts +43 -6
- package/dist/aireviewcore/aireviewcoreui.d.ts +3 -10
- package/dist/aireviewcore/model/aichecksinglerootresult.d.ts +22 -0
- package/dist/aireviewcore/model/aireviewcheckresultchange.d.ts +12 -1
- package/dist/aireviewcore/model/aireviewcheckrun.d.ts +11 -1
- package/dist/aireviewcore/types.d.ts +7 -1
- package/dist/aireviewcore/ui/aireviewcoreballoonsuggestionview.d.ts +0 -2
- package/dist/aireviewcore/ui/aireviewcorechecklistitemresultview.d.ts +7 -0
- package/dist/aireviewcore/ui/aireviewcorecustomcheckview.d.ts +1 -19
- package/dist/aireviewcore/ui/aireviewcorefinishreviewbuttonview.d.ts +0 -1
- package/dist/aireviewcore/ui/aireviewcorereviewchecklistview.d.ts +0 -1
- package/dist/aireviewcore/ui/aireviewcorereviewcompletedview.d.ts +0 -1
- package/dist/aireviewcore/ui/aireviewcoreuicheckresultsview.d.ts +10 -8
- package/dist/aireviewcore/ui/aireviewcoreview.d.ts +3 -4
- package/dist/aireviewmode/aireviewgateway.d.ts +63 -44
- package/dist/aireviewmode/aireviewmode.d.ts +73 -5
- package/dist/aireviewmode/aireviewmodecheckregistry.d.ts +8 -1
- package/dist/aireviewmode/aireviewmodecontroller.d.ts +2 -1
- package/dist/aireviewmode/model/aireviewcheckextra.d.ts +7 -2
- package/dist/aireviewmode/model/aireviewcustomcheckrun.d.ts +2 -1
- package/dist/aitabs/aitabsmainview.d.ts +0 -1
- package/dist/aitabs/tabs/aitabsview.d.ts +0 -1
- package/dist/aitabs/tabs/tabbuttonview.d.ts +0 -1
- package/dist/aitranslate/aitranslatecontroller.d.ts +2 -1
- package/dist/aitranslate/aitranslategateway.d.ts +33 -21
- package/dist/aitranslate/aitranslateui.d.ts +0 -1
- package/dist/aitranslate/model/aitranslatecheckrun.d.ts +2 -1
- package/dist/augmentation.d.ts +2 -0
- package/dist/index-content.css +0 -97
- package/dist/index-editor.css +2640 -2631
- package/dist/index.css +36 -32
- package/dist/index.d.ts +17 -8
- package/dist/index.js +19 -19
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +30 -12
- package/dist/aireviewmode/model/aireviewrunresult.d.ts +0 -20
- package/dist/aitranslate/model/aitranslaterunresult.d.ts +0 -20
package/dist/index.js
CHANGED
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as _0x17e1f8,ContextPlugin as _0x11a14c,Editor as _0x423f99,Plugin as _0x4655d9,rootAcceptsBlocks as _0xeaa397}from'@ckeditor/ckeditor5-core';import{IconAI as _0x4fd34f,IconAIAdjustLength as _0x1a43f7,IconAIAskAI as _0x266871,IconAIChangeTone as _0x305268,IconAIChat as _0x404c28,IconAIChatCommands as _0x339ebc,IconAIContinueWriting as _0x121228,IconAIGrammarCheck as _0xd05426,IconAIHistory as _0x29ed9d,IconAIImproveWriting as _0x81a774,IconAIOther as _0x42544f,IconAIQuickActions as _0x4e05d1,IconAIReview as _0x31a7fd,IconAITranslate as _0x3ce940,IconBoxWithCheck as _0xa7db82,IconBoxWithCross as _0x5d33dc,IconBoxWithMarker as _0x556d1e,IconBrowseFiles as _0x169866,IconBulb as _0x19f12e,IconCancel as _0x3c0bfe,IconCheck as _0x734ca,IconChevronDown as _0x29cb6b,IconChevronRight as _0x27e590,IconChevronUp as _0x4771e1,IconCopy as _0x1bec33,IconDocument as _0x34f9f8,IconDocumentOutline as _0x35acaa,IconDropdownArrow as _0xcfa2c6,IconError as _0x5c8d8e,IconEye as _0x2be8a0,IconEyeCrossedOut as _0x42e446,IconFileUpload as _0x324f70,IconImage as _0x597a34,IconInfo as _0x26ee67,IconLink as _0x18b8c0,IconLoupe as _0x52a38a,IconMagicWand as _0x52c8e1,IconMaximize as _0x30fcb2,IconMinimize as _0x527ca0,IconNextArrow as _0xb5821d,IconOutdated as _0x100e23,IconPaperClip as _0x52f6a7,IconPin as _0x3f570c,IconPlus as _0x4a9c6e,IconPreviousArrow as _0x3961c4,IconRefresh as _0x4a7205,IconRobotPencil as _0x59b4d9,IconSelection as _0x582585,IconShowChangesOff as tt,IconShowChangesOn as et,IconStop as it,IconSubmit as st,IconThreeHorizontalDots as nt,IconThumbDown as rt,IconThumbUp as ot,IconWeb as at}from'@ckeditor/ckeditor5-icons';import{CKEditorError as ht,Collection as ct,DomEmitterMixin as lt,EmitterMixin as ut,FocusTracker as dt,KeystrokeHandler as _t,ObservableMixin as gt,Rect as At,ResizeObserver as It,_isMotionReduced as pt,first as mt,getConstrainedViewportRect as Et,global as Tt,insertToPriorityArray as wt,isVisible as Ct,logError as ft,logWarning as bt,scrollAncestorsToShowTarget as St,scrollViewportToShowTarget as Rt,toArray as Ot,uid as vt,version as kt}from'@ckeditor/ckeditor5-utils';import{AutocompleteView as Nt,BalloonPanelView as yt,BalloonToolbar as xt,BodyCollection as Lt,ButtonLabelView as Dt,ButtonLabelWithHighlightView as Pt,ButtonView as Ht,Dialog as Mt,DialogViewPosition as Vt,DropdownMenuPanelPositioningFunctions as Ut,FileDialogButtonView as Bt,FocusCycler as Gt,FormHeaderView as Ft,FormRowView as Kt,HighlightedTextView as Wt,IconView as Yt,InputTextView as $t,LabeledFieldView as qt,ListItemButtonView as Qt,ListItemGroupView as Xt,ListItemView as zt,ListView as jt,MenuBarMenuListItemButtonView as Jt,MenuBarMenuListItemView as Zt,MenuBarMenuListView as te,MenuBarMenuView as _0x40d16d,SearchTextView as _0xb4c045,SpinnerView as _0x528849,TextareaView as _0x3754f8,ToolbarView as _0x182e23,UIModel as _0x5ef671,View as _0x42f8f5,ViewCollection as _0x5f3be9,addListToDropdown as _0x3e8d7a,addMenuToDropdown as _0x406c29,clickOutsideHandler as _0x4c94bb,createDropdown as _0x5ba05a,createLabeledInputText as _0xa4b9,createLabeledTextarea as _0x48ca6a,submitHandler as _0x32ec98}from'@ckeditor/ckeditor5-ui';import{ClipboardMarkersUtils as _0x15baa8,ClipboardPipeline as _0x219e5d}from'@ckeditor/ckeditor5-clipboard';import{InsertOperation as _0x496751,MarkerOperation as _0x18b70c,Matcher as _0x53cb0f,ModelDocumentFragment as _0x4a5f18,ModelPosition as _0x35d72f,ModelRange as _0x223931,ModelTreeWalker as _0x58b091,ViewDataTransfer as _0x17d082,ViewDocumentDomEventData as _0x257ddf,ViewDowncastWriter as _0x19ef87,ViewUpcastWriter as _0x4e4d06,_DetachOperation as _0x440cda,_insertIntoModelNodeList as _0x354e1a,_removeFromModelNodeList as _0x1d816f,transformOperationSets as _0x5be051}from'@ckeditor/ckeditor5-engine';import{cloneDeep as _0x226fcf,debounce as _0x46743f,escape as _0x5a08e5,escapeRegExp as _0x352160,throttle as _0x39ed78,unescape as _0x5e3805}from'es-toolkit/compat';import{createParser as _0x118144}from'eventsource-parser';import{CloudServices as _0x4fefa9}from'@ckeditor/ckeditor5-cloud-services';import{ConfirmMixin as _0x14f708,DATA_ID_MODEL_ATTRIBUTE as _0x308ef3,DATA_ID_VIEW_ATTRIBUTE as _0x24c015,DocumentCompare as _0x1f6a74,SuggestionsConversion as _0x4171c8,fixElementSuggestionRange as _0x5420f5,getAllMarkersDomElementsSorted as _0x24247e,getMarkerDomElement as _0x2a74c3}from'@ckeditor/ckeditor5-collaboration-core';import{parseDocument as _0x3a0c7f}from'htmlparser2';import{append as _0x873879,appendChild as _0x5435f7,find as _0x5b134c,findAll as _0x242f60,findOne as ti,getChildren as _0x145355,getParent as _0x36d1f9,isComment as _0x1e98cd,isTag as _0x48ca1a,prepend as _0x4a1680,prependChild as _0x405cf6,removeElement as _0x3baafe,replaceElement as _0x5e68a2,textContent as _0x314768}from'domutils';import _0x575879 from'dom-serializer';import{Document as _0x2d29a4,Element as _0x1f1d4a,NodeWithChildren as _0x504466,Text as _0x1d9d67,cloneNode as _0x5b768f,isDocument as _0x3d6db6,isText as _0x335b1f}from'domhandler';import{MarkdownGfmMdToHtml as _0x5b06d6,MarkdownGfmMdToHtmlDefaultPlugins as _0x5695e5}from'@ckeditor/ckeditor5-markdown-gfm';import _0x58df5c from'rehype-sanitize';import _0x2076e0 from'morphdom';import{diffArrays as _0x5ca782}from'diff';const fi='_ungrouppedCommands';function bi(_0x4e022e,_0x414a33){const _0x3bb15f=(0x0,_0x414a33['t'])('Other');return _0x4e022e['length']?'groupId'in _0x4e022e[0x0]?_0x4e022e:[{'groupId':fi,'groupLabel':_0x3bb15f,'order':0x1/0x0,'commands':_0x4e022e}]:[{'groupId':fi,'groupLabel':_0x3bb15f,'order':0x1/0x0,'commands':[]}];}const Si=globalThis['DataTransfer'],Ri='ai-ui';var Oi=class extends _0x4655d9{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x7d2b2c}=this,_0x138bab=['ck-fake-ai-selection'];_0x7d2b2c['config']['get']('ai.assistant.useTheme')&&_0x138bab['push']('ck-ai-assistant-ui_theme'),_0x7d2b2c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ri,'view':{'classes':_0x138bab,'priority':0xc}}),_0x7d2b2c['conversion']['for']('editingDowncast')['markerToElement']({'model':Ri,'view':(_0x28928f,{writer:_0x5d099e})=>{if(!_0x28928f['markerRange']['isCollapsed'])return null;const _0x1c7ce3=_0x5d099e['createUIElement']('span');return _0x5d099e['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x1c7ce3),_0x1c7ce3;}});}['afterInit'](){!async function(_0x10161e){const _0x214fbb='nA7yurgOHbZvDplRkJscdICm86oPWx92f1qF0LaSX3NGwTMK4jVtYUBQi5zheE',_0x37e84b=0x78fc0,_0x23b06c=window['Date']['now'](),_0x1874de=_0x10161e['editor'],_0x3ffecd=new window['Promise'](_0x6ae912=>{_0x1874de['once']('ready',_0x6ae912);}),_0x44bfa5={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x101331=_0x1874de['config']['get']('licenseKey');async function _0x4ad6fd(){let _0x327644,_0x4a284d=null,_0x52476c=null;try{return'GPL'==_0x101331?'NotAllowed':(_0x327644=_0x2fce57(),_0x327644?(_0x327644['usageEndpoint']&&(_0x52476c=_0x4d7250(_0x327644['usageEndpoint'],_0x327644['jti'])),await _0x2d5e92()?_0x25d9b0()?_0x992240()?'Expired':_0xedcbb4()?('evaluation'==_0x327644['licenseType']&&(_0x4a284d=_0x4c9346('EvaluationLimit')),await _0x595a0e()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x992240(){const _0x1dbd3a=['evaluation','trial']['includes'](_0x327644['licenseType'])?_0x23b06c/0x3e8:0xe10*_0x37e84b;return _0x327644['exp']<_0x1dbd3a;}function _0x25d9b0(){const _0x2bc847=_0x327644['features'];return!!_0x2bc847&&(!!_0x2bc847['includes']('*')||!!_0x2bc847['includes']('AI'));}function _0xedcbb4(){const _0x430533=_0x327644['licensedHosts'];if(!_0x430533||0x0==_0x430533['length'])return!0x0;const {hostname:_0x3d738e}=new URL(window['location']['href']);if(_0x430533['includes'](_0x3d738e))return!0x0;const _0x27657c=_0x3d738e['split']('.');return _0x430533['filter'](_0x131f23=>_0x131f23['includes']('*'))['map'](_0x213d6f=>_0x213d6f['split']('.'))['filter'](_0x31dae8=>_0x31dae8['length']<=_0x27657c['length'])['map'](_0x34c655=>Array(_0x27657c['length']-_0x34c655['length'])['fill']('*'===_0x34c655[0x0]?'*':'')['concat'](_0x34c655))['some'](_0x187d52=>_0x27657c['every']((_0x5b509a,_0x493180)=>_0x187d52[_0x493180]===_0x5b509a||'*'===_0x187d52[_0x493180]));}function _0x595a0e(){return _0x4a284d&&_0x52476c?new window['Promise']((_0x5b3505,_0x22050d)=>{_0x4a284d['then'](_0x5b3505,_0x22050d),_0x52476c['then'](_0x52a514=>{'Valid'!=_0x52a514&&_0x5b3505(_0x52a514);},_0x22050d);}):_0x4a284d||_0x52476c||'Valid';}}function _0x4d7250(_0x44868d,_0x14eabd){return new window['Promise'](_0x2ede17=>{if(_0x2e8d0a())return _0x2ede17('Valid');_0x187843(),_0x1874de['decorate']('_sendUsageRequest');let _0x412b58=!0x1;const _0x153503=vt();function _0x193e76(_0x3c378f){return!!_0x3c378f&&('object'==typeof _0x3c378f||'function'==typeof _0x3c378f)&&'function'==typeof _0x3c378f['then']&&'function'==typeof _0x3c378f['catch'];}function _0x46dad6(_0x11e21e){_0x352afd(_0x11e21e)['then'](_0x5a21f3=>_0x5a21f3&&'ok'==_0x5a21f3['status']?_0x3d5277(_0x2870af(_0x153503+_0x14eabd))!=_0x5a21f3['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x13bb1b=>(_0x58df62(),_0x13bb1b),()=>{const _0xd0a302=_0x5a439e();return null==_0xd0a302?(_0x58df62(),'Valid'):_0x23b06c-_0xd0a302>0x240c8400?'UsageLimit':'Valid';})['then'](_0x2ede17)['catch'](()=>{_0x2ede17('UsageLimit');});const _0x128ab2=0x36ee80;function _0x58df62(){const _0x5e237b='llct-'+_0x3d5277(_0x2870af(_0x44868d)),_0x402c39=_0x227dbd(_0x3d5277(window['Math']['ceil'](_0x23b06c/_0x128ab2)));window['localStorage']['setItem'](_0x5e237b,_0x402c39);}function _0x5a439e(){const _0x577df0='llct-'+_0x3d5277(_0x2870af(_0x44868d)),_0x2cc1d8=window['localStorage']['getItem'](_0x577df0);return _0x2cc1d8?window['parseInt'](_0x227dbd(_0x2cc1d8),0x10)*_0x128ab2:null;}function _0x352afd(_0x268a93){return new window['Promise']((_0x539311,_0x47a1de)=>{_0x268a93['then'](_0x539311,_0x47a1de),window['setTimeout'](_0x47a1de,0x1d4c0);});}}_0x1874de['on']('_sendUsageRequest',(_0xe8fea3,_0x58d8fe)=>{if(_0x58d8fe[0x0]!=_0x44868d)return _0x2ede17('UsageLimit');_0x58d8fe[0x1]={..._0x58d8fe[0x1],'requestId':_0x153503};},{'priority':'high'}),_0x1874de['on']('_sendUsageRequest',_0x498484=>{_0x193e76(_0x498484['return'])&&(_0x412b58=!0x0,_0x46dad6(_0x498484['return']));},{'priority':'low'}),_0x3ffecd['then'](()=>{_0x412b58||_0x2ede17('UsageLimit');});});function _0x2e8d0a(){return'auto'==_0x1874de['editing']['view']['_overlayModeHint'];}function _0x187843(){_0x1874de['editing']['view']['_overlayModeHint']='auto';}}function _0x4c9346(_0x16c477){const _0x5211ef=[new window['Promise'](_0x434932=>setTimeout(_0x434932,0x93ecc)),_0x3ffecd['then'](()=>new window['Promise'](_0x592995=>{let _0x4267de=0x0;_0x1874de['model']['on']('applyOperation',(_0x1b96e2,_0x3361dc)=>{_0x3361dc[0x0]['isDocumentOperation']&&_0x4267de++,0x5e8==_0x4267de&&(_0x592995(),_0x1b96e2['off']());});}))];return window['Promise']['race'](_0x5211ef)['then'](()=>_0x16c477);}async function _0x3096ce(){await _0x3ffecd,_0x1874de['model']['change']=_0x336617,_0x1874de['model']['enqueueChange']=_0x336617,_0x1874de['enableReadOnlyMode']('model');}function _0x2f00e2(_0x38f2bc){const _0x1c5510=_0x31187d();_0x1874de[_0x1c5510]='aiLicenseKey'+_0x38f2bc,'Valid'!=_0x38f2bc&&_0x3096ce();}function _0x31187d(){const _0x3015ff=window['String'](window['performance']['now']())['replace']('.','');let _0x324369='n';for(let _0x1578c3=0x0;_0x1578c3<_0x3015ff['length'];_0x1578c3+=0x2){let _0x56f961=window['parseInt'](_0x3015ff['substring'](_0x1578c3,_0x1578c3+0x2));_0x56f961>=0x3e&&(_0x56f961-=0x3e),_0x324369+=_0x214fbb[_0x56f961];}return _0x324369;}function _0x2fce57(){const _0x324130=_0x101331['split']('.');if(0x3!=_0x324130['length'])return null;return _0x26ab95(_0x324130[0x1]);function _0x26ab95(_0x18f4b1){const _0x2c0272=_0x2fffee(_0x18f4b1);return _0x2c0272&&_0x4f2779()?_0x2c0272:null;function _0x4f2779(){const _0x17632c=_0x2c0272['jti'],_0x1efb04=window['parseInt'](_0x17632c['substring'](_0x17632c['length']-0x8),0x10),_0x2fbca0={..._0x2c0272,'jti':_0x17632c['substring'](0x0,_0x17632c['length']-0x8)};return delete _0x2fbca0['vc'],_0x2870af(_0x2fbca0)==_0x1efb04;}}}async function _0x2d5e92(){let _0xb6e197=!0x0;try{const [_0x3662c2,_0x4319f3,_0x345276]=_0x101331['split']('.');return _0x267e8b(_0x3662c2),await _0x575708(_0x3662c2,_0x4319f3,_0x345276),_0xb6e197;}catch{return!0x1;}function _0x267e8b(_0x47dacb){const _0x2fb967=_0x2fffee(_0x47dacb);_0x2fb967&&'ES256'==_0x2fb967['alg']||(_0xb6e197=!0x1);}async function _0x575708(_0x514315,_0x3cbad4,_0x589016){const _0x18025a=window['Uint8Array']['from'](_0x227319(_0x589016),_0x58b8d6=>_0x58b8d6['charCodeAt'](0x0)),_0x4b525b=new window['TextEncoder']()['encode'](_0x514315+'.'+_0x3cbad4),_0xce929f=window['crypto']['subtle'];if(!_0xce929f)return;const _0x5a0b65=await _0xce929f['importKey']('jwk',_0x44bfa5,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0xce929f['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x5a0b65,_0x18025a,_0x4b525b)||(_0xb6e197=!0x1);}}function _0x2fffee(_0x463642){return _0x463642['startsWith']('ey')?JSON['parse'](_0x227319(_0x463642)):null;}function _0x227319(_0x3d71f8){return window['atob'](_0x3d71f8['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x2870af(_0x35c6ea){let _0x403258=0x1505;function _0x3a857a(_0x58603b){for(let _0x2af89c=0x0;_0x2af89c<_0x58603b['length'];_0x2af89c++){const _0x3be4e0=_0x58603b['charCodeAt'](_0x2af89c);_0x403258=(_0x403258<<0x5)+_0x403258+_0x3be4e0,_0x403258&=_0x403258;}}function _0x3379d7(_0x1ab883){Array['isArray'](_0x1ab883)?_0x1ab883['forEach'](_0x3379d7):_0x1ab883&&'object'==typeof _0x1ab883?Object['entries'](_0x1ab883)['sort']()['forEach'](([_0xc12dd0,_0x5c2fd3])=>{_0x3a857a(_0xc12dd0),_0x3379d7(_0x5c2fd3);}):_0x3a857a(window['String'](_0x1ab883));}return _0x3379d7(_0x35c6ea),_0x403258>>>0x0;}function _0x3d5277(_0x1b58c0){return _0x1b58c0['toString'](0x10)['padStart'](0x8,'0');}function _0x227dbd(_0x58647f){return _0x58647f['split']('')['reverse']()['join']('');}function _0x336617(){}_0x2f00e2(await _0x4ad6fd());}(this);}['showFakeVisualSelection'](){const _0x522e61=this['editor']['model'];_0x522e61['change'](_0x11ff38=>{const _0x40dc5a=_0x522e61['document']['selection']['getRanges']();let _0x381e1d=0x0;for(const _0x419cb4 of _0x40dc5a){const _0x4ea76=Ri+':'+_0x381e1d;if(_0x522e61['markers']['has'](_0x4ea76))_0x11ff38['updateMarker'](_0x4ea76,{'range':_0x419cb4});else{if(_0x419cb4['start']['isAtEnd']){const _0x36dbe2=_0x419cb4['start']['getLastMatchingPosition'](({item:_0x38d814})=>!_0x522e61['schema']['isContent'](_0x38d814),{'boundaries':_0x419cb4});_0x11ff38['addMarker'](_0x4ea76,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x11ff38['createRange'](_0x36dbe2,_0x419cb4['end'])});}else _0x11ff38['addMarker'](_0x4ea76,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x419cb4});}_0x381e1d++;}});}['hideFakeVisualSelection'](){const _0x2fe469=this['editor']['model'],_0x4403d0=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](Ri));_0x4403d0['length']&&_0x2fe469['change'](_0x512161=>{_0x4403d0['forEach'](_0x42e3aa=>{_0x512161['removeMarker'](_0x42e3aa);});});}['insertContent'](_0x6aa84c,_0xfcb39){const _0x43c63a=this['_getAISelection'](),_0x2e2da1=_0xfcb39||_0x43c63a['getFirstRange']();this['editor']['model']['canEditAt'](_0x2e2da1)&&this['editor']['model']['change'](_0x255dd4=>{this['hideFakeVisualSelection'](),_0xfcb39||this['_resetContentOfSelectedTableCells'](_0x255dd4,_0x43c63a),this['_pasteHTMLUsingClipboard']({'insertAt':_0x2e2da1,'writer':_0x255dd4,'html':_0x6aa84c});});}['insertContentBelow'](_0x3eb6f9){const {model:_0x2ad866}=this['editor'],_0x7d6028=this['_getAISelection']();_0x2ad866['change'](()=>{const _0x3e1c58=this['_prepareTableInsertBelowPosition'](_0x3eb6f9,_0x7d6028)||this['_getDefaultInsertBelowPosition'](_0x7d6028);this['insertContent'](_0x3eb6f9,_0x3e1c58);});}['_getAISelection'](){const _0x2ea111=this['editor']['model'],_0x3ebee2=Array['from'](_0x2ea111['markers']['getMarkersGroup'](Ri))['map'](_0x417e05=>_0x417e05['getRange']());return _0x2ea111['createSelection'](_0x3ebee2);}['_pasteHTMLUsingClipboard']({writer:_0x31e166,html:_0x4db623,insertAt:_0x39e8c9}){const {view:_0x1b1e51}=this['editor']['editing'],_0x20d967=this['editor']['plugins']['get'](_0x219e5d),_0x5b0646=new Si();_0x5b0646['setData']('text/html',_0x4db623);const _0x3326bc=new _0x257ddf(_0x1b1e51,new ClipboardEvent('paste',{'clipboardData':_0x5b0646}),{'dataTransfer':new _0x17d082(_0x5b0646)});_0x31e166['setSelection'](_0x39e8c9);const _0x46dc72=(_0x4047d9,_0x3ebf8d)=>{_0x3ebf8d['resultRange']&&_0x31e166['setSelection'](_0x3ebf8d['resultRange']);};_0x20d967['once']('contentInsertion',_0x46dc72,{'priority':'lowest'}),_0x1b1e51['document']['fire']('paste',_0x3326bc),_0x20d967['off']('contentInsertion',_0x46dc72);}['_getDefaultInsertBelowPosition'](_0x430972){const {model:_0x10df82}=this['editor'],_0x1ec4d6=Array['from'](_0x430972['getSelectedBlocks']());return _0x1ec4d6['length']?_0x10df82['createPositionAfter'](_0x1ec4d6['pop']()):_0x430972['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x3d85eb,_0x50f2f5){const {model:_0x5d0a8a,plugins:_0x29d93d}=this['editor'];if(_0x29d93d['has']('TableUtils')){const _0x576ad9=_0x29d93d['get']('TableUtils')['getSelectedTableCells'](_0x50f2f5);if(_0x576ad9['length']){const _0x35c7d8=this['_getTableRowCountFromContent'](_0x3d85eb),_0x231150=this['_createEmptyTableRows'](_0x576ad9,_0x35c7d8);return _0x5d0a8a['createPositionAt'](_0x231150,0x0);}}return null;}['_getTableRowCountFromContent'](_0x27da07){const _0x1d3d05=this['editor']['plugins']['get']('TableUtils'),_0x1c6e51=this['editor']['data']['parse'](_0x27da07,'$documentFragment'),_0x450610=Array['from'](_0x1c6e51['getChildren']())['filter'](_0x418731=>_0x418731['is']('element','table'));let _0x5e1eff=0x0;return _0x450610['forEach'](_0x21dc08=>{_0x5e1eff+=_0x1d3d05['getRows'](_0x21dc08);}),_0x5e1eff;}['_createEmptyTableRows'](_0x18bf53,_0x3eb617){const _0x34f12c=this['editor']['plugins']['get']('TableUtils'),_0x327414=_0x34f12c['getRowIndexes'](_0x18bf53),_0x10609f=_0x34f12c['getColumnIndexes'](_0x18bf53),_0x328603=_0x327414['last']+0x1,_0x2b619d=_0x10609f['first'],_0x2cb7dd=_0x18bf53[0x0]['findAncestor']('table');for(let _0x2e78fa=0x0;_0x2e78fa<_0x3eb617;_0x2e78fa++)_0x34f12c['insertRows'](_0x2cb7dd,{'at':_0x328603});return _0x2cb7dd['getChild'](_0x328603)['getChild'](_0x2b619d);}['_resetContentOfSelectedTableCells'](_0x2bb1fa,_0x1b2baf){const {plugins:_0x2802e5}=this['editor'],{model:_0xa13de1}=_0x2bb1fa;_0x2802e5['has']('TableUtils')&&_0x2802e5['get']('TableUtils')['getSelectedTableCells'](_0x1b2baf)['length']&&_0xa13de1['deleteContent'](_0x1b2baf);}},vi=class extends _0x4655d9{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new ht('aiadapter-text-adapter-not-set',null);}},ki=class extends Error{constructor(_0x3b05e5){super(_0x3b05e5),this['name']='AIRequestError';}};function Ni(_0x4e5400,_0x259968,_0x107cb3){const t=_0x4e5400['t'];switch(_0x259968){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',_0x107cb3);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x107cb3);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'},_0x107cb3);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_AWS_NOT_SUPPORTED':return t({'id':'AI_ERROR_AWS_NOT_SUPPORTED','string':'The\x20AWS\x20integration\x20is\x20no\x20longer\x20supported.\x20Please\x20contact\x20the\x20support.'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x259968;}}var yi=class extends _0x17e1f8{['_commandDefinitions'];constructor(_0x567d07,_0x16dcb2){super(_0x567d07),this['_commandDefinitions']=_0x16dcb2,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x265c5c,_0x38a937,_0x3df7a0)=>{this['isEnabled']&&(this['enabledCommandsIds']=xi(this['_commandDefinitions'],_0x3df7a0));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0xb04cf0,_0x6fd80b,_0x18132f)=>{this['enabledCommandsIds']=_0x18132f?xi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x3038d9=this['editor']['model'];this['_hasContext']=function(_0xf9c39a){const _0x2a15b6=_0xf9c39a['document']['selection'];return _0x2a15b6['isCollapsed']?0x0!==[..._0x2a15b6['getSelectedBlocks']()]['length']&&![..._0x2a15b6['getSelectedBlocks']()][0x0]['isEmpty']:!!_0xf9c39a['hasContent'](_0x2a15b6['getFirstRange']());}(_0x3038d9);const _0x223b2a=_0x3038d9['document']['selection'],_0x20c04b=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x38c16d of _0x223b2a['getRanges']())for(const _0x3417f7 of _0x38c16d['getItems']())if(_0x3417f7['is']('element')&&_0x20c04b['includes'](_0x3417f7['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x296188='',_0x1391ab='',_0x4ded3b='custom'){this['editor']['plugins']['get'](Xi)['showUI'](_0x296188,_0x1391ab,_0x4ded3b);}};function xi(_0x5e557a,_0x4c8aca){const _0x1920aa=new Set();for(const _0x4e6990 of _0x5e557a['values']())(_0x4c8aca||!0x1===_0x4e6990['requiresContent'])&&_0x1920aa['add'](_0x4e6990['id']);return Array['from'](_0x1920aa);}const Li=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is'),Di=/* #__PURE__ -- @preserve */
|
|
24
|
-
gt();var Pi=class extends Di{['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x34786a,_0x99a913,_0x5abfdf){super(),this['editor']=_0x34786a,this['textAdapter']=_0x99a913,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x5abfdf,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x45b42b,_0x30bda7,_0x22c56d)=>{this['view']['value']=this['_sanitizeHTML'](_0x22c56d);}),this['listenTo'](this['view'],'submitPrompt',(_0x59a232,_0x19406e)=>{const _0x5d4499=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x19406e,_0x5d4499,'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:_0x191100,query:_0x5af08a,htmlContent:_0x4f118b,label:_0x3c8338,mainActionLabel:_0x3d2ac4}){this['view']['prompt']=_0x3c8338,this['view']['mainAction']=_0x3d2ac4,this['initialContext']=_0x4f118b,_0x5af08a&&(this['view']['isRendered']?this['_handleQuery'](_0x5af08a,_0x4f118b,_0x191100,_0x3c8338):this['view']['once']('render',()=>{this['_handleQuery'](_0x5af08a,_0x4f118b,_0x191100,_0x3c8338);}));}['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'](_0x1bb398,_0xceb425,_0x2a9bc3,_0x1f0fbc){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0xceb425,this['previousQuery']=_0x1bb398,this['previousLabel']=_0x1f0fbc||_0x1bb398,this['previousActionId']=_0x2a9bc3,new Promise(_0xbd6175=>{this['textAdapter']['makeRequest']({'query':_0x1bb398,'context':_0xceb425,'onData':_0x31231f=>{this['currentResponse']=_0x31231f,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x2a9bc3})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x233e1c=>{_0x233e1c instanceof ki?this['view']['handleError'](_0x233e1c['message']):this['view']['handleError'](),_0xbd6175();})['finally'](()=>{this['stopProcessing'](),_0xbd6175();});});}['_parseAndNormalizeContent'](_0x5bc5a6,_0x3bb37d=!0x1){const _0x120366=Li['exec'](_0x5bc5a6);_0x5bc5a6=_0x120366?_0x5bc5a6['substring'](_0x120366[0x1]['length']):_0x5bc5a6['length']<0x64&&!_0x3bb37d?'':this['_stripMarkdownSyntax'](_0x5bc5a6);const _0x4cbd55=this['_domParser']['parseFromString'](_0x5bc5a6,'text/html');if(_0x120366){const _0x1e818f=Array['from'](_0x4cbd55['body']['childNodes']);_0x1e818f['reverse']();for(const _0x5b715b of _0x1e818f){if(_0x5b715b['nodeType']==Node['ELEMENT_NODE'])break;_0x5b715b['remove']();}}const _0x52d5aa=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x4cbd55['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x52d5aa);const _0x3107f8=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x3d749a=this['editor']['data']['toModel'](_0x52d5aa);return _0x3107f8||_0x3d749a['markers']['clear'](),this['editor']['data']['stringify'](_0x3d749a);}['_normalizeResponseHeadings'](_0x2155f2){const _0x4c75d1=new _0x4e4d06(this['editor']['editing']['view']['document']),_0xd9b259=new _0x53cb0f({'name':/^h[1-5]$/}),_0x121109=[];let _0x1aeeb0=!0x1;for(const _0x8e3163 of _0x2155f2)_0x8e3163['is']('element')&&_0xd9b259['match'](_0x8e3163)&&(_0x121109['push'](_0x8e3163),'h1'==_0x8e3163['name']&&(_0x1aeeb0=!0x0));if(_0x1aeeb0){for(const _0x3b1f73 of _0x121109)_0x4c75d1['rename']('h'+(parseInt(_0x3b1f73['name'][0x1])+0x1),_0x3b1f73);}}['_isH1TagSupportEnabled'](){const {data:_0x341c66,editing:_0x14bd3a}=this['editor'],_0x2f05f1=_0x341c66['htmlProcessor']['toView']('<h1></h1>'),_0x454c5a=_0x341c66['toView'](_0x341c66['toModel'](_0x2f05f1));return!!_0x14bd3a['view']['domConverter']['viewToDom'](_0x454c5a)['querySelector']('h1');}['_sanitizeHTML'](_0x506c9a){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x506c9a),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x2456ee){const _0x1d7807=_0x2456ee['trim']();return _0x1d7807['startsWith']('```html')?_0x1d7807['endsWith']('```')?_0x1d7807['substring'](0x7,_0x1d7807['length']-0x3):_0x1d7807['substring'](0x7):_0x2456ee;}};const Hi={'REPLACE':'replace','INSERT':'insert'};var Mi=class extends _0x182e23{constructor(_0x260821){super(_0x260821),this['set']('isVisible',!0x1),this['set']('mainAction',Hi['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x4cab78=>Ni(_0x260821,'AI_'+_0x4cab78['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Ni(_0x260821,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Ni(_0x260821,'Try\x20again')),this['stopButton']=this['_createButton'](Ni(_0x260821,'Stop'));const _0x5ac384=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x5ac384['if']('isVisible','ck-hidden',_0xd21ee8=>!_0xd21ee8)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x2b6aea,_0x1fb91b){const _0x536888=new Ht(this['locale']);return _0x536888['set']({'label':_0x2b6aea,'class':_0x1fb91b||'','isVisible':!0x0,'withText':!0x0}),_0x536888;}},Vi=class extends _0x42f8f5{['contentFieldView'];['copyButtonView'];constructor(_0x37f981,_0x3ebd97=''){super(_0x37f981),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x1a8cdf=this['bindTemplate'];this['contentFieldView']=new Ui(_0x37f981,_0x3ebd97),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x1a8cdf['if']('isVisible','ck-hidden',_0x59e3de=>!_0x59e3de)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x1a8cdf['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 _0x3ef1b8=!0x1;this['on']('change:value',(_0x7e5b06,_0x18cde3,_0x4a2afb)=>{const _0x42e998=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x4a2afb),this['isProcessing']&&_0x42e998&&!_0x3ef1b8&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x47585e,_0x3aa9e9,_0x2f2642)=>{_0x3ef1b8=!0x1,_0x2f2642?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x3ef1b8=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x3ef1b8=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x4e4ee5=this['locale'],_0x3473e1=new Ht(this['locale']),_0x5dd4fc='ck-ai-form__copy-button';return _0x3473e1['set']({'label':Ni(_0x4e4ee5,'Copy'),'icon':_0x1bec33,'class':_0x5dd4fc,'tooltip':!0x0}),_0x3473e1['bind']('isVisible')['to'](this,'value',_0x1b0808=>!!_0x1b0808),_0x3473e1['bind']('isEnabled')['to'](this,'isProcessing',_0x2e8efe=>!_0x2e8efe),_0x3473e1['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x3473e1['icon']=_0x734ca,_0x3473e1['class']=_0x5dd4fc+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x3473e1['icon']=_0x1bec33,_0x3473e1['class']=_0x5dd4fc;},0x3e8);}),_0x3473e1;}['_copyHTMLToClipboard'](_0x65eead){const {window:_0xd2cf50,document:_0x27b813}=Tt;if(_0xd2cf50['ClipboardItem']){const {Blob:_0x2edf6d,ClipboardItem:_0x135921}=_0xd2cf50,_0x22d8b6=[new _0x135921({'text/html':new _0x2edf6d([_0x65eead['innerHTML']],{'type':'text/html'}),'text/plain':new _0x2edf6d([_0x65eead['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x22d8b6);}else{const _0x58d87e=_0x27b813['createElement']('div');_0x58d87e['style']['position']='absolute',_0x58d87e['style']['left']='-9999px',_0x58d87e['innerHTML']='<span>[</span>'+_0x65eead['innerHTML']+'<span>]</span>',_0x27b813['body']['appendChild'](_0x58d87e);const _0x53028d=_0x27b813['createRange']();_0x53028d['setStartAfter'](_0x58d87e['firstElementChild']),_0x53028d['setEndBefore'](_0x58d87e['lastElementChild']);const _0x178d05=_0xd2cf50['getSelection']();_0x178d05['removeAllRanges'](),_0x178d05['addRange'](_0x53028d),_0x27b813['execCommand']('copy'),_0x58d87e['remove']();}}},Ui=class extends _0x42f8f5{constructor(_0x4b941e,_0x5ba8d8=''){super(_0x4b941e),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x5ba8d8,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x2964bd){this['element']['innerHTML']=_0x2964bd;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x10c1b5=new _0x42f8f5(),_0x157299=this['locale'],_0x35ab18=new _0x528849();return _0x35ab18['isVisible']=!0x0,_0x10c1b5['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x35ab18,{'text':Ni(_0x157299,'AI\x20is\x20writing...')}]}),_0x10c1b5['render'](),_0x10c1b5;}},Bi=class extends _0x42f8f5{constructor(_0x5dad0a,_0x91d698=''){super(_0x5dad0a);const _0x116a0d=new Yt(),_0x36b2bc=this['bindTemplate'];this['set']('text',_0x91d698),_0x116a0d['content']=_0x5c8d8e,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x116a0d,{'text':_0x36b2bc['to']('text')}]});}},Gi=class extends Nt{['submitButtonView'];['showHistoryButtonView'];constructor(_0x31bb04,_0x272feb){super(_0x31bb04,_0x272feb),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',(_0x1f8dc4,_0x709dbc)=>{_0x1f8dc4['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x709dbc());});}['_createSubmitButton'](){const _0x390995=new Ht(this['locale']),_0x363f83=this['locale'];return _0x390995['set']({'icon':st,'label':Ni(_0x363f83,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x390995['on']('execute',()=>{this['submit']();}),_0x390995['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x3340e1,_0x5d27e4)=>!_0x3340e1&&_0x5d27e4),_0x390995;}['_createShowHistoryButton'](){const _0x9ef47c=new Ht(this['locale']),_0x3a65a5=this['resultsView'],_0x23b10=this['locale'];_0x9ef47c['set']({'label':Ni(_0x23b10,'History'),'withText':!0x1,'icon':_0x29ed9d,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x9ef47c['bind']('isOn')['to'](_0x3a65a5,'isVisible'),_0x9ef47c['bind']('isEnabled')['to'](this,'isEnabled'),_0x9ef47c['on']('execute',()=>{_0x3a65a5['isVisible']=!_0x3a65a5['isVisible'],_0x3a65a5['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x97834b=()=>{Tt['window']['requestAnimationFrame'](()=>{if(Ct(this['element'])){const _0x47343e=new At(this['queryView']['fieldView']['element']),_0x2d07b8=_0x47343e['width'],_0x555ec0='rtl'===_0x23b10['uiLanguageDirection']?'left':'right';_0x47343e['excludeScrollbarsAndBorders'](),_0x9ef47c['element']['style'][_0x555ec0]=_0x2d07b8-_0x47343e['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x97834b),this['on']('render',_0x97834b),_0x9ef47c;}['submit'](){const _0x1167cf=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x1167cf);}['focus'](_0x1c8ff5){-0x1===_0x1c8ff5?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}},Fi=class extends jt{['historyGroupView'];['clearHistoryButton'];constructor(_0x55ffe4){super(_0x55ffe4),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Xt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Ni(_0x55ffe4,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x4e436a=0x0;for(const _0x5be86c of this['items'])_0x4e436a+=_0x5be86c['items']['length'];return{'resultsCount':_0x4e436a,'totalItemsCount':_0x4e436a};}['_createClearHistoryButton'](){const _0x812a8a=this['locale'],_0x34e273=new Ht(this['locale']);return _0x34e273['set']({'label':'('+Ni(_0x812a8a,'Clear')+')','withText':!0x0}),_0x34e273['on']('execute',()=>this['fire']('clearHistory')),_0x34e273;}},Ki=class extends zt{constructor(_0x4625e9){super();const _0x5a8909=new Dt(),_0x480c15=new Ht(this['locale'],_0x5a8909);this['children']['add'](_0x480c15),_0x480c15['set']({'label':_0x4625e9['prompt'],'withText':!0x0}),_0x480c15['on']('execute',()=>{this['fire']('execute',{'value':_0x5e3805(_0x4625e9['prompt'])});});}};const Wi='CKEditor/AIFormView/PromptHistory';var Yi=class extends ct{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x1547ff,_0x5d7158)=>{const _0x5529ee=$i(_0x5d7158['prompt']);for(const _0x3a597c of this)if(_0x3a597c!=_0x5d7158&&$i(_0x3a597c['prompt'])===_0x5529ee){this['remove'](_0x3a597c);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x3d476d=sessionStorage['getItem'](Wi)||'[]';this['addMany'](JSON['parse'](_0x3d476d));}['_saveToSessionStorage'](){sessionStorage['setItem'](Wi,JSON['stringify'](this['map'](_0xbd8111=>_0xbd8111)));}};function $i(_0x2fff6e){return _0x2fff6e['toLowerCase']()['trim']();}var qi=class extends _0x42f8f5{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x19567a,_0x157fa4,_0x27a723=''){super(_0x19567a),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',Hi['REPLACE']),this['_promptHistory']=new Yi(),this['errorView']=new Bi(_0x19567a),this['contentArea']=new Vi(_0x19567a,_0x27a723),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 dt(),this['keystrokes']=new _t(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new Gt({'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 _0x16ec7e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x157fa4],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x16ec7e['if']('isError','ck-hidden',_0x32ee48=>!_0x32ee48)]},'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'](_0xf570c=0x1){-0x1===_0xf570c?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 _0x5a11f5=this['locale'],_0x53cb82=new Gi(_0x5a11f5,{'queryView':{'label':Ni(_0x5a11f5,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x48ca6a,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Ni(_0x5a11f5,'Empty\x20history'),'secondary':Ni(_0x5a11f5,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x53cb82['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x2793d5,_0x118f83)=>_0x2793d5&&!_0x118f83),this['listenTo'](_0x53cb82,'submit',(_0x28381b,_0x49daca)=>{this['prompt']=_0x49daca;const _0x5487bf=_0x5a08e5(_0x49daca);this['fire']('submitPrompt',_0x5487bf),_0x49daca['trim']()&&this['_promptHistory']['add']({'prompt':_0x5487bf},0x0);},{'priority':'high'}),_0x53cb82;}['_createHistoryView'](){const _0x3babf7=new Fi(this['locale']);return _0x3babf7['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Ki),_0x3babf7['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x3babf7;}['_createToolbar'](){const _0x545cf1=new Mi(this['locale']);return _0x545cf1['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x549bcb,_0x445080,_0x50262e)=>_0x549bcb&&!_0x445080&&!!_0x50262e),_0x545cf1['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x545cf1['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x37105b,_0x34d416,_0x54fb3f)=>_0x37105b&&!_0x34d416&&!!_0x54fb3f),_0x545cf1['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x545cf1['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0xd9a22a,_0x529403)=>_0xd9a22a&&!_0x529403),_0x545cf1['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x545cf1['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x545cf1['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x545cf1;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0xe169db=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Ni(_0xe169db,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x2f2485){const _0x17140c=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x2f2485||Ni(_0x17140c,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}};const Qi=globalThis['DataTransfer'];var Xi=class extends _0x4655d9{['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[_0x15baa8,Oi,vi,Mt];}constructor(_0x157f76){super(_0x157f76),_0x157f76['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x157f76['config']['define']('ai.assistant.contentAreaCssClass',''),_0x157f76['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x157f76['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x28ab19}=this;this['_aiAdapter']=_0x28ab19['plugins']['get'](vi),this['_dialog']=_0x28ab19['plugins']['get'](Mt),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x1f2fb8=new yi(_0x28ab19,Array['from'](this['_commandDefinitions']['values']()));_0x28ab19['commands']['add']('showAIAssistant',_0x1f2fb8),_0x28ab19['ui']['componentFactory']['add']('aiCommands',_0x44ce79=>{const _0x4afc87=_0x5ba05a(_0x44ce79);return _0x4afc87['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x4afc87['buttonView']['set']({'label':Ni(_0x44ce79,'AI\x20Commands'),'icon':_0x52c8e1,'tooltip':!0x0}),_0x4afc87['on']('execute',_0x456248=>this['_onExecute'](_0x456248['source']['id'])),_0x406c29(_0x4afc87,_0x28ab19['ui']['view']['body'],function(_0x1d67b3){const _0x31f166=ji(_0x1d67b3,bi(_0x1d67b3['config']['get']('ai.assistant.commands'),_0x1d67b3['locale']))['filter'](_0x18d6d5=>_0x18d6d5['commands']['length']);return 0x1===_0x31f166['length']?ji(_0x1d67b3,_0x31f166[0x0]['commands'])['map'](_0x470b8e=>({'id':_0x470b8e['id'],'label':_0x470b8e['label']})):_0x31f166['map'](_0xfdcccd=>{const {groupId:_0x566f67,groupLabel:_0x326000,commands:_0xa0df34}=_0xfdcccd,_0x208507=ji(_0x1d67b3,_0xa0df34)['map'](_0x5e0fab=>({'id':_0x5e0fab['id'],'label':_0x5e0fab['label']}));return{'id':_0x566f67,'menu':_0x326000||_0x566f67,'children':_0x208507};});}(_0x28ab19),{'ariaLabel':Ni(_0x44ce79,'AI\x20Commands')}),_0x4afc87['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x1f2fb8['on']('change:enabledCommandsIds',_0x567979),_0x4afc87['menuView']['once']('render',_0x567979),_0x4afc87;function _0x567979(){_0x4afc87['isEnabled']=_0x1f2fb8['enabledCommandsIds']['length']>0x0;for(const _0x3dc66f of _0x4afc87['menuView']['buttons'])_0x3dc66f['isEnabled']=_0x1f2fb8['enabledCommandsIds']['includes'](_0x3dc66f['id']);}}),_0x28ab19['ui']['componentFactory']['add']('menuBar:aiCommands',_0x13d691=>{const _0x2c654d=new _0x40d16d(_0x13d691);_0x2c654d['buttonView']['set']({'label':Ni(_0x13d691,'AI\x20Commands'),'icon':_0x52c8e1}),_0x2c654d['bind']('isEnabled')['to'](_0x1f2fb8,'enabledCommandsIds',_0x1d315d=>_0x1d315d['length']>0x0);const _0x22e091=bi(_0x28ab19['config']['get']('ai.assistant.commands'),_0x13d691);return this['_populateMenuBarMenu'](_0x1f2fb8,_0x2c654d,_0x22e091,_0x4d709e=>this['_onExecute'](_0x4d709e)),_0x2c654d;}),_0x28ab19['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x3ddb02=this['_createAIAssistantUIButton'](Ht);return _0x3ddb02['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x3ddb02;}),_0x28ab19['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x296928=this['_createAIAssistantUIButton'](Jt);return _0x296928['set']({'role':'menuitemcheckbox'}),_0x296928;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4ae050=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x579514;for(const _0x28f7f9 in _0x4ae050){const _0x545d38=_0x28f7f9,_0x5d739b=_0x4ae050[_0x545d38];if('aiLicenseKeyValid'==_0x5d739b||'aiLicenseKeyInvalid'==_0x5d739b||'aiLicenseKeyExpired'==_0x5d739b||'aiLicenseKeyDomainLimit'==_0x5d739b||'aiLicenseKeyNotAllowed'==_0x5d739b||'aiLicenseKeyEvaluationLimit'==_0x5d739b||'aiLicenseKeyUsageLimit'==_0x5d739b){delete _0x4ae050[_0x545d38],_0x579514=_0x5d739b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x579514&&_0x4ae050['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x579514&&_0x4ae050['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x579514&&_0x4ae050['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x579514&&_0x4ae050['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x579514&&_0x4ae050['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x579514&&_0x4ae050['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x32a54e='',_0xbc502='',_0x7f852a='custom'){const _0x3c8bdf=this['editor'],_0x59a7e0=_0x3c8bdf['editing']['view'],_0x496a0a=_0x3c8bdf['plugins']['get'](Oi),_0x149cea=_0x3c8bdf['plugins']['get'](_0x15baa8);_0x496a0a['showFakeVisualSelection']();const _0x2135cf=new Qi(),_0x471ef2=new ClipboardEvent('copy',{'clipboardData':_0x2135cf}),_0x5722ef=new _0x17d082(_0x2135cf),_0x497493=new _0x257ddf(_0x59a7e0,_0x471ef2,{'dataTransfer':_0x5722ef});_0x149cea['_forceMarkersCopy']('comment',()=>{_0x59a7e0['document']['fire']('copy',_0x497493);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new Pi(_0x3c8bdf,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x171cb5=_0x5722ef['getData']('text/html');const _0x5b3eb8=_0x3c8bdf['model']['document']['selection'],_0x17aa2d=Array['from'](_0x5b3eb8['getRanges']());0x1===_0x17aa2d['length']&&_0x17aa2d[0x0]['isFlat']&&!_0x5b3eb8['getSelectedElement']()&&''!==_0x171cb5['replace'](/ /g,'')['trim']()&&(_0x171cb5='<p>'+_0x171cb5+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x7f852a,'query':_0x32a54e,'htmlContent':_0x171cb5,'label':_0xbc502,'mainActionLabel':Hi[_0x3c8bdf['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x59b4d9,'title':Ni(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Vt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x496a0a['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x34768d=new Map(),_0x1353d0=bi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x229ebf of _0x1353d0)for(const _0x578cc9 of _0x229ebf['commands'])_0x34768d['set'](_0x578cc9['id'],{..._0x578cc9,'groupId':_0x229ebf['groupId'],'groupLabel':_0x229ebf['groupLabel']||_0x229ebf['groupId']});return _0x34768d;}['_createAIAssistantUIButton'](_0x15a69f){const _0xab0984=this['editor'],_0x117955=_0xab0984['commands']['get']('showAIAssistant'),_0x39a746=new _0x15a69f(_0xab0984['locale']);return _0x39a746['set']({'label':Ni(_0xab0984['locale'],'AI\x20Assistant'),'icon':_0x59b4d9,'isToggleable':!0x0}),_0x39a746['bind']('isEnabled')['to'](_0x117955),_0x39a746['bind']('isOn')['to'](this['_dialog'],'id',_0x30658e=>'aiAssistant'===_0x30658e),this['listenTo'](_0x39a746,'execute',()=>{_0x39a746['isOn']?this['hideUI']():_0x117955['execute']();}),_0x39a746;}['_initView'](){const _0x290c26=this['editor']['plugins']['get'](Oi);this['_formView']=new qi(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',()=>{_0x290c26['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x290c26['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x11aba6,ui:{ariaLiveAnnouncer:_0x2a89c5}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x2eedfc,_0x361702,_0x2b09b7)=>{const _0x5e46f9=this['_aiAssistantController']['currentContext'];_0x2b09b7?_0x2a89c5['announce'](Ni(_0x11aba6,'AI\x20is\x20writing')):_0x5e46f9&&_0x2a89c5['announce'](Ni(_0x11aba6,'Generated\x20content:\x20%0',_0x5e46f9),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x509d63,_0x3f4b2b,_0x1074a2)=>{if(_0x1074a2){const _0x47773b=this['_formView']['errorView']['text'];_0x2a89c5['announce'](Ni(_0x11aba6,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x47773b));}});}['_onExecute'](_0x2c999c){const _0x3034ec=this['_commandDefinitions']['get'](_0x2c999c),_0x31a123=this['editor'],_0x362854=_0x31a123['model']['document']['selection'],_0x250169=_0x31a123['commands']['get']('showAIAssistant'),_0x21cdd3=_0x31a123['plugins']['get'](Oi),_0x4fd35b=''+('_ungrouppedCommands'!==_0x3034ec['groupId']?_0x3034ec['groupLabel']+':\x20':'')+_0x3034ec['label'];if(!0x1!==_0x3034ec['requiresContent']&&_0x362854['isCollapsed']){const _0x21658b=mt(_0x362854['getSelectedBlocks']())||_0x31a123['model']['schema']['getLimitElement'](_0x362854);_0x31a123['model']['change'](_0x273ca9=>{_0x273ca9['setSelection'](_0x21658b,'in');});}_0x21cdd3['showFakeVisualSelection'](),_0x250169['execute'](_0x3034ec['prompt'],_0x4fd35b,'command:'+_0x2c999c);}['_populateMenuBarMenu'](_0x4a6ebc,_0x3fbe82,_0x568842,_0x238c89){const _0x1d9fca=this['editor'],_0x1c50e3=_0x1d9fca['locale'],_0x2e0037=new te(_0x1c50e3),_0x586857=ji(_0x1d9fca,_0x568842)['filter'](_0x3eef59=>_0x3eef59['commands']['length']);0x1===_0x586857['length']?this['_getMenuBarGroupButtons']({'command':_0x4a6ebc,'commands':_0x586857[0x0]['commands'],'parentMenuView':_0x3fbe82,'onExecute':_0x238c89})['forEach'](_0x421603=>_0x2e0037['items']['add'](_0x421603)):_0x586857['forEach'](({groupId:_0x23d653,groupLabel:_0x6bf53f,commands:_0x1bdbca})=>{const _0x49f96a=new Zt(_0x1c50e3,_0x3fbe82),_0x3f46d7=new _0x40d16d(_0x1c50e3),_0x47e21c=new te(_0x1c50e3),_0x97a73e=this['_getMenuBarGroupButtons']({'command':_0x4a6ebc,'commands':_0x1bdbca,'parentMenuView':_0x3f46d7,'onExecute':_0x238c89});_0x3f46d7['buttonView']['set']({'label':_0x6bf53f||_0x23d653}),_0x3f46d7['delegate']('execute')['to'](_0x3fbe82),_0x47e21c['items']['addMany'](_0x97a73e),_0x3f46d7['panelView']['children']['add'](_0x47e21c),_0x49f96a['children']['add'](_0x3f46d7),_0x2e0037['items']['add'](_0x49f96a);}),_0x3fbe82['panelView']['children']['add'](_0x2e0037);}['_getMenuBarGroupButtons']({command:_0x310091,commands:_0x5d8b63,parentMenuView:_0x4be29c,onExecute:_0x22fbc6}){const _0x202d0b=this['editor'],_0x1cec91=_0x202d0b['locale'];return ji(_0x202d0b,_0x5d8b63)['map'](_0x802e01=>{const _0x55540e=new Zt(_0x1cec91,_0x4be29c),_0xdf2259=new Jt(_0x1cec91);return _0xdf2259['set']({'label':_0x802e01['label']}),_0xdf2259['delegate']('execute')['to'](_0x4be29c),_0xdf2259['on']('execute',()=>_0x22fbc6(_0x802e01['id'])),_0xdf2259['bind']('isEnabled')['to'](_0x310091,'enabledCommandsIds',_0x2acbdf=>_0x2acbdf['includes'](_0x802e01['id'])),_0x55540e['children']['add'](_0xdf2259),_0x55540e;});}};function zi(_0x66449c,_0x2146c4){return void 0x0!==_0x66449c['order']&&void 0x0===_0x2146c4['order']?0x1:void 0x0===_0x66449c['order']&&void 0x0!==_0x2146c4['order']?-0x1:void 0x0!==_0x66449c['order']&&void 0x0!==_0x2146c4['order']?_0x66449c['order']-_0x2146c4['order']:0x0;}function ji(_0x58d99b,_0x37848f){_0x37848f['sort'](zi);const _0xdf8e64={},_0x3fc18f=[];for(const _0x20f767 of _0x37848f)if(void 0x0!==_0x20f767['order']){if(_0x20f767['order']in _0xdf8e64)throw new ht('ai-commands-config-order-collision',_0x58d99b,{'conflictingDefinitions':[_0x20f767,_0xdf8e64[_0x20f767['order']]]});_0xdf8e64[_0x20f767['order']]=_0x20f767,_0x3fc18f['splice'](_0x20f767['order'],0x0,_0x20f767);}else _0x3fc18f['push'](_0x20f767);return _0x3fc18f;}var Ji=class extends _0x4655d9{static get['requires'](){return[Xi,Oi];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x392051){super(_0x392051);const _0x5083ef=_0x392051['config'],_0x2e1e0d=_0x392051['locale'];_0x5083ef['define']('ai.assistant.preserveComments',!0x0),_0x5083ef['define']('ai.assistant.commands',Zi(_0x2e1e0d)),_0x5083ef['define']('ai.assistant.extraCommandGroups',[]),_0x5083ef['define']('ai.assistant.removeCommands',[]);let _0x3db07c=bi(_0x5083ef['get']('ai.assistant.commands'),_0x2e1e0d);const _0x7256bb=_0x5083ef['get']('ai.assistant.extraCommandGroups'),_0x74acf3=_0x5083ef['get']('ai.assistant.removeCommands');_0x7256bb['forEach'](_0x148ae8=>{const _0x33cab8=_0x3db07c['find'](_0x1fcade=>_0x1fcade['groupId']===_0x148ae8['groupId']);_0x33cab8?_0x33cab8['commands']=_0x33cab8['commands']['concat'](_0x148ae8['commands']):_0x3db07c['push'](_0x148ae8);}),_0x3db07c=_0x3db07c['filter'](_0x26d631=>!_0x74acf3['includes'](_0x26d631['groupId'])),_0x3db07c['forEach'](_0x1958c0=>{_0x1958c0['commands']=_0x1958c0['commands']['filter'](_0x1f171a=>!_0x74acf3['includes'](_0x1f171a['id']));}),_0x5083ef['set']('ai.assistant.commands',_0x3db07c);}};function Zi(_0x3ab40e){return[{'groupId':'editOrReview','groupLabel':Ni(_0x3ab40e,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Ni(_0x3ab40e,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Ni(_0x3ab40e,'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':Ni(_0x3ab40e,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Ni(_0x3ab40e,'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':Ni(_0x3ab40e,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Ni(_0x3ab40e,'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':Ni(_0x3ab40e,'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':Ni(_0x3ab40e,'Change\x20tone'),'commands':[{'id':'professional','label':Ni(_0x3ab40e,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Ni(_0x3ab40e,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Ni(_0x3ab40e,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Ni(_0x3ab40e,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Ni(_0x3ab40e,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Ni(_0x3ab40e,'Change\x20style'),'commands':[{'id':'business','label':Ni(_0x3ab40e,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Ni(_0x3ab40e,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Ni(_0x3ab40e,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Ni(_0x3ab40e,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Ni(_0x3ab40e,'Translate'),'commands':[{'id':'translateEnglish','label':Ni(_0x3ab40e,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Ni(_0x3ab40e,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Ni(_0x3ab40e,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Ni(_0x3ab40e,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Ni(_0x3ab40e,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Ni(_0x3ab40e,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Ni(_0x3ab40e,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Ni(_0x3ab40e,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}var ts=class extends _0x4655d9{['abortController'];static get['requires'](){return[vi];}constructor(_0x52e401){super(_0x52e401),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](vi)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x466008){return this['sendRequest'](_0x466008)['catch'](_0x21c52a=>{if(_0x21c52a instanceof ki)return Promise['reject'](_0x21c52a);if('AbortError'==_0x21c52a['name'])return Promise['resolve']();throw console['error'](_0x21c52a),new ht('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x419979,_0x4415f9){const _0x3a0ea6=this['editor']['locale'],_0x516c4d={'Content-Type':'application/json'};if('object'==typeof _0x419979)Object['assign'](_0x516c4d,_0x419979);else{if(_0x419979)try{const _0x20eefc=await _0x419979(_0x4415f9);Object['assign'](_0x516c4d,_0x20eefc);}catch{return Promise['reject'](new ki(Ni(_0x3a0ea6,'AI_ERROR_GET_HEADERS')));}}return _0x516c4d;}async['_prepareRequestParameters'](_0x29b23d,_0x3c2264){const _0x3a2d7a=this['editor']['locale'];if('object'==typeof _0x29b23d)return _0x29b23d;try{return await _0x29b23d(_0x3c2264);}catch{return Promise['reject'](new ki(Ni(_0x3a2d7a,'AI_ERROR_GET_PARAMETERS')));}}},es=class extends ts{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x4ad63e){super(_0x4ad63e),_0x4ad63e['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x4ad63e['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x4ad63e['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x4ad63e['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x4ad63e['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x4ad63e['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x1e4cf0,context:_0x4d62c8,onData:_0x4d0f16,actionId:_0x37f714}){const _0x2f3921=this['editor']['locale'],_0x2e24d1=await this['prepareMessages'](_0x1e4cf0,_0x4d62c8,_0x37f714),_0x2c2be4=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x37f714),_0x26407f=await this['_prepareRequestParameters'](this['_requestParameters'],_0x37f714),_0x311820={'messages':_0x2e24d1,..._0x26407f},_0x13ded4={'method':'POST','headers':_0x2c2be4,'body':JSON['stringify'](_0x311820),'signal':this['abortController']['signal']},_0x2dd5e3=await fetch(this['_apiUrl'],_0x13ded4);if(_0x2dd5e3['ok'])return _0x26407f['stream']?await this['_readStreamableResponse'](_0x2dd5e3,_0x4d0f16):await this['_readStaticResponse'](_0x2dd5e3,_0x4d0f16),Promise['resolve']();{const _0x1bb10f=await _0x2dd5e3['text']();return _0x1bb10f['includes']('context_length_exceeded')?Promise['reject'](new ki(Ni(_0x2f3921,'AI_ERROR_CONTEXT_LENGTH'))):_0x1bb10f['includes']('Moderation')?Promise['reject'](new ki(Ni(_0x2f3921,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x1bb10f));}}async['prepareMessages'](_0x595983,_0x4cbc40,_0x19a129){let _0x427113,_0x490b40;return _0x4cbc40?(_0x427113='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.',_0x490b40='Instruction:\x0a'+_0x595983+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x4cbc40):(_0x427113='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.',_0x490b40=_0x595983),[{'role':'system','content':_0x427113},{'role':'user','content':_0x490b40}];}async['_readStreamableResponse'](_0x379876,_0xa981db){const _0x3d68a8=_0x379876['body']['getReader'](),_0x7c0a86=new TextDecoder();let _0x5ecdc8='',_0x59551b='',_0x240b42='',_0x236faa=!0x1;for(;!_0x236faa;){const {done:_0x3816a5,value:_0x21101e}=await _0x3d68a8['read'](),_0x349586=_0x5ecdc8+_0x7c0a86['decode'](_0x21101e);let _0x16e95d='';_0x236faa=_0x3816a5;try{_0x16e95d=this['_cleanUpData'](_0x349586),_0x5ecdc8='';}catch{_0x5ecdc8=_0x349586;continue;}_0x59551b+=_0x16e95d,!_0x236faa&&this['_isBufferIncomplete'](_0x59551b)||_0x59551b&&(_0x240b42+=_0x59551b,_0x59551b='',_0xa981db(_0x240b42));}return Promise['resolve']();}async['_readStaticResponse'](_0x3697b1,_0x318c25){return _0x318c25((await _0x3697b1['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x596995){const _0x5e55db=_0x596995['split']('<')['length']!==_0x596995['split']('>')['length'],_0x26a7d2=_0x596995['length']<0x1e;return _0x5e55db&&_0x26a7d2;}['_cleanUpData'](_0x15ceb6){return _0x15ceb6['split'](/\n(?![^{]*\})/g)['map'](_0x2cbf2a=>_0x2cbf2a['replace']('data:\x20',''))['filter'](_0x598485=>_0x598485&&_0x598485['length']>0x0&&'[DONE]'!==_0x598485)['map'](_0x181e71=>{const {choices:_0x53beb5}=JSON['parse'](_0x181e71);if(_0x53beb5[0x0]?.['delta']?.['content'])return _0x53beb5[0x0]['delta']['content'];})['filter'](_0x160d1b=>_0x160d1b)['join']('');}},is=class extends ts{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),bt('ai-aws-adapter-not-supported');}async['sendRequest'](_0xda70cb){throw ft('ai-aws-adapter-not-supported'),new ki(Ni(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}},ss=class extends Ht{constructor(_0x4cad81,_0x19a396={}){super(_0x4cad81),this['isToggleable']=!0x0,this['set']('side',_0x19a396['side']||'top');const _0x2244ec=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...Ot(_0x19a396['class']||[]),_0x2244ec['to']('side',_0x1431da=>'ck-tab-button_'+_0x1431da),_0x2244ec['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},ns=class extends _0x42f8f5{['children'];constructor(_0x1bdf43,_0x2527a4={}){super(_0x1bdf43);const _0x78b6a5=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...Ot(_0x2527a4['class']||[]),_0x78b6a5['to']('class'),_0x78b6a5['if']('isVisible','ck-hidden',_0xae7119=>!_0xae7119)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},rs=class extends _0x42f8f5{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x4bc90e,_0x4a2b43={}){super(_0x4bc90e),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x4a2b43['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x4a2b43['collapsible']||!0x1),this['set']('isCollapsed',!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'isCollapsed',(_0x5d4a6a,_0xce8961)=>_0x5d4a6a&&!_0xce8961);const _0x3b88ea=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...Ot(_0x4a2b43['class']||[]),_0x3b88ea['to']('side',_0x4bab20=>'ck-tabs_'+_0x4bab20),_0x3b88ea['to']('class'),_0x3b88ea['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x3b88ea['if']('isCollapsed','ck-ai-tabs_collapsed')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x3b88ea['to']('side',_0x53c31e=>'ck-tabs__buttons-container_'+_0x53c31e)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x3b88ea['to']('side',_0x46a1e0=>'ck-tabs__panels-container_'+_0x46a1e0)]},'children':this['panelViews']},...Ot(_0x4a2b43['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x4a0d98){const _0x138f1c=this['_tabs']['get'](_0x4a0d98);return _0x138f1c||null;}['addTab'](_0x103d19){const _0x268fd3=this['_setupButton']({'id':_0x103d19['id'],'label':_0x103d19['buttonLabel'],'icon':_0x103d19['buttonIcon'],'order':_0x103d19['order']}),_0x33fc95=new ns(this['locale']);return _0x33fc95['render'](),_0x103d19['content']&&_0x33fc95['children']['add'](_0x103d19['content']),this['panelViews']['add'](_0x33fc95),this['_tabs']['set'](_0x103d19['id'],{'button':_0x268fd3,'panel':_0x33fc95,'order':void 0x0!==_0x103d19['order']?_0x103d19['order']:null}),this['fire']('addTab:'+_0x103d19['id'],{'id':_0x103d19['id'],'button':_0x268fd3,'panel':_0x33fc95}),null===this['activeTab']?this['activateTab'](_0x103d19['id']):this['_hidePanel'](_0x103d19['id']),{'button':_0x268fd3,'panel':_0x33fc95};}['activateTab'](_0x4d9daa){if(null!==_0x4d9daa&&!this['getTab'](_0x4d9daa))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x4d9daa});if(this['isCollapsed']=!0x1,this['activeTab']===_0x4d9daa)return;const _0x4e7b4b=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x4d9daa,_0x4d9daa&&this['_showPanel'](_0x4d9daa),this['fire']('activateTab:'+_0x4d9daa,{'newTab':_0x4d9daa,'oldTab':_0x4e7b4b});}['toggleTabPanel'](_0x3d5358){this['activeTab']===_0x3d5358?this['collapsible']&&(this['isCollapsed']=!this['isCollapsed']):this['activateTab'](_0x3d5358);}['showTab'](_0x17f63b){if(!this['getTab'](_0x17f63b))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x17f63b});this['_showPanel'](_0x17f63b),this['_showButton'](_0x17f63b),this['fire']('show:'+_0x17f63b,_0x17f63b);}['hideTab'](_0x350293){if(!this['getTab'](_0x350293))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x350293});const _0x1723da=this['activeTab'];this['_hidePanel'](_0x350293),this['_hideButton'](_0x350293);const _0xcda549=this['getTabIds']();_0x1723da===_0x350293&&_0xcda549['length']>0x1&&this['activateTab'](_0xcda549['find'](_0x8e19fe=>_0x8e19fe!==_0x350293)),this['fire']('hide:'+_0x350293,_0x350293);}['_getPanel'](_0x49d197){const _0x4f7893=this['_tabs']['get'](_0x49d197);return _0x4f7893?_0x4f7893['panel']:null;}['_showPanel'](_0x4b5565){null!==this['activeTab']&&this['activeTab']!==_0x4b5565||this['_getPanel'](_0x4b5565)['show']();}['_hidePanel'](_0x588801){const _0x164c01=this['_getPanel'](_0x588801);_0x164c01['isVisible']&&(this['activeTab']===_0x588801&&(this['activeTab']=null),_0x164c01['hide']());}['_getButton'](_0x376bc5){const _0x5440d1=this['_tabs']['get'](_0x376bc5);return _0x5440d1?_0x5440d1['button']:null;}['_showButton'](_0x29e9a3){this['_getButton'](_0x29e9a3)['show']();}['_hideButton'](_0x5336f8){this['_getButton'](_0x5336f8)['hide']();}['_setupButton'](_0xdff3cc){const _0x4d6dcc=new ss(this['locale'],{'side':this['side']}),_0x1fc0bd=this['buttonViews'];if(_0x4d6dcc['set']({'label':_0xdff3cc['label'],'icon':_0xdff3cc['icon'],'tooltip':!0x0,'withText':!0x0}),_0x4d6dcc['bind']('isOn')['to'](this,'activeTab',this,'isCollapsed',(_0x2b40d3,_0x1d76ff)=>_0x2b40d3===_0xdff3cc['id']&&!_0x1d76ff),_0x4d6dcc['bind']('side')['to'](this,'side'),_0xdff3cc['order']){const _0x44c27b=[...this['_tabs']]['reduce']((_0x4f26eb,_0x3d7a26)=>{const _0x28d29f=_0x3d7a26[0x0],{order:_0x41fb2b}=_0x3d7a26[0x1];return!_0x41fb2b||_0x41fb2b>_0xdff3cc['order']?_0x4f26eb:_0x41fb2b>=_0x4f26eb['order']?{'id':_0x28d29f,'order':_0x41fb2b}:_0x4f26eb;},{'id':'','order':0x0}),_0x2f88d3=_0x1fc0bd['getIndex'](this['_getButton'](_0x44c27b['id']));_0x1fc0bd['add'](_0x4d6dcc,_0x2f88d3+0x1);}else _0x1fc0bd['add'](_0x4d6dcc);return _0x4d6dcc['on']('execute',()=>{this['toggleTabPanel'](_0xdff3cc['id']);}),_0x4d6dcc;}};const os=['overlay','sidebar','custom'],as=['left','right'];var hs=class extends rs{constructor(_0x16773c,_0x6cb1d0={}){super(_0x16773c,_0x6cb1d0),this['set']('type',_0x6cb1d0['type']||'sidebar'),this['set']('side',_0x6cb1d0['side']||'right'),this['set']('isVisible',_0x6cb1d0['visibleByDefault']??!0x0);const _0x59d523=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x59d523['if']('type','ck-ai-tabs__overlay',_0x1ded5f=>'overlay'===_0x1ded5f),_0x59d523['if']('type','ck-ai-tabs__sidebar',_0x5ca8bb=>'sidebar'===_0x5ca8bb),_0x59d523['if']('isVisible','ck-hidden',_0x59aba0=>!_0x59aba0)]}}),this['buttonViews']['on']('add',(_0x5674e5,_0x513214)=>{_0x513214['set']('withText',!0x1);});}},cs=class extends _0x11a14c{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xeb2d58){if(super(_0xeb2d58),!this['context']['config']['get']('ai.container'))throw new ht('ai-tabs-configuration-not-found');this['context']['config']['define']('ai.container.visibleByDefault',!0x0),this['context']['config']['define']('ai.container.collapsible',!0x1);const _0x2f01b9=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x2f01b9['showResizeButton']&&(this['showResizeButton']=_0x2f01b9['showResizeButton']),'sidebar'!==_0x2f01b9['type']&&'overlay'!==_0x2f01b9['type']||_0x2f01b9['side']&&(this['side']=_0x2f01b9['side']),'sidebar'===_0x2f01b9['type']){if(this['container']=_0x2f01b9['element'],this['set']('type','sidebar'),!this['container'])throw new ht('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x2f01b9['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new hs(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':_0x2f01b9['visibleByDefault'],'collapsible':_0x2f01b9['collapsible']}),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 _0x423f99&&this['context']['ui']['focusTracker']['add'](this['view']['element']),this['listenTo'](this,'resizeTabs',()=>{this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);});}['switchType'](_0xabd0e9){if(_0xabd0e9&&this['type']!==_0xabd0e9){if(!os['includes'](_0xabd0e9))throw new ht('ai-tabs-unsupported-ui-type');this['type']=_0xabd0e9;}}['switchSide'](_0x463d0d){if(_0x463d0d&&this['side']!==_0x463d0d){if(!as['includes'](_0x463d0d))throw new ht('ai-tabs-unsupported-ui-side');this['side']=_0x463d0d;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}},ls=class extends _0x11a14c{['_apiUrl'];get['_apiUrlV11'](){return this['_apiUrl']['replace'](/\/v1$/,'/v1.1');}['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x4fefa9];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x27f118){if(super(_0x27f118),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl')['replace'](/\/+$/,''),!this['_apiUrl']['endsWith']('/v1'))throw new ht('ai-service-url-invalid-version',this,{'serviceUrl':this['_apiUrl']});this['_token']=null,this['_decoder']=new TextDecoder(),this['_responseCache']=new Map();}['init'](){const _0x179f76=this['context']['plugins']['get'](_0x4fefa9);if(!_0x179f76['token'])throw new ht('ai-missing-token',this);this['_token']=_0x179f76['token'];}['startConversation'](_0x10ea3e,_0xe66bfd){const _0x121559=this['_sendApiRequest']('/conversations','POST',{'id':_0x10ea3e,'group':_0xe66bfd});return{'getConversation':async()=>(await _0x121559['request'])['json'](),'abortController':_0x121559['abortController']};}['queryAssistant']({message:_0x6fc9eb,conversationId:_0x3a9da7,parts:_0x591d35,capabilities:_0x51928c,model:_0x233185,attributes:_0x5747a8}){const _0x38f873={'prompt':_0x6fc9eb,'content':_0x591d35,'model':_0x233185,..._0x51928c&&{'capabilities':_0x51928c},..._0x5747a8&&{'attributes':_0x5747a8}},_0x39b171=this['_sendApiRequest']('/conversations/'+_0x3a9da7+'/messages','POST',_0x38f873,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x46a5aa=(await _0x39b171['request'])['body'];return this['_getStreamReader'](_0x46a5aa);},'abortController':_0x39b171['abortController']};}['executeCustomAction']({content:_0xa7634a,message:_0x4fa729,model:_0x415882,outputFormat:_0x381dce}){const _0x483835={'content':[{'type':'text','content':_0xa7634a}],'prompt':_0x4fa729,'model':_0x415882,'outputFormat':_0x381dce},_0x41a7b8=this['_sendApiRequest']('/actions/custom/calls','POST',_0x483835);return{'getStream':async()=>{const _0x15f688=(await _0x41a7b8['request'])['body'];return this['_getStreamReader'](_0x15f688);},'abortController':_0x41a7b8['abortController']};}['executeAction']({actionName:_0x105f2d,content:_0x211069,args:_0x21ad93}){const _0x166d4b={'content':[{'type':'text','content':_0x211069}],'args':_0x21ad93},_0x1aa312=this['_sendApiRequest']('/actions/system/'+_0x105f2d+'/calls','POST',_0x166d4b);return{'getStream':async()=>{const _0xf4fe56=(await _0x1aa312['request'])['body'];return this['_getStreamReader'](_0xf4fe56);},'abortController':_0x1aa312['abortController']};}['uploadFile'](_0x3cd084,_0x494ead,_0x2f5b39){const _0x27e64a=new FormData();_0x27e64a['append']('file',_0x494ead,_0x494ead['name']),_0x2f5b39&&_0x27e64a['append']('attributes',JSON['stringify'](_0x2f5b39));const _0x2a1205=this['_sendApiRequest']('/conversations/'+_0x3cd084+'/files','POST',_0x27e64a);return{'getId':async()=>(await _0x2a1205['request'])['json'](),'abortController':_0x2a1205['abortController']};}['uploadDocuments'](_0x41d320,_0x314461){const _0x3cf2d5={'documents':_0x314461['map'](_0x35c4b2=>({'content':_0x35c4b2['content'],'attributes':{'version':_0x35c4b2['version'],'sessionId':_0x35c4b2['sessionId'],'channelId':_0x35c4b2['channelId'],'rootName':_0x35c4b2['rootName'],'selections':_0x35c4b2['selections']},...void 0x0!==_0x35c4b2['name']?{'name':_0x35c4b2['name']}:{},...void 0x0!==_0x35c4b2['description']?{'description':_0x35c4b2['description']}:{}}))},_0x584a9c=this['_sendApiRequest']('/conversations/'+_0x41d320+'/documents/batch','POST',_0x3cf2d5);return{'getIds':async()=>(await _0x584a9c['request'])['json'](),'abortController':_0x584a9c['abortController']};}['fetchDocuments'](_0x51d5a4,_0x324d39){const _0x25b6e=new URLSearchParams();_0x25b6e['append']('documentIds',_0x324d39['join'](','));const _0x15c4e2=this['_sendApiRequest']('/conversations/'+_0x51d5a4+'/documents/batch?'+_0x25b6e['toString'](),'GET');return{'getDocuments':async()=>(await _0x15c4e2['request'])['json'](),'abortController':_0x15c4e2['abortController']};}['fetchConversations'](_0x2f8396,_0x42264e={}){const _0x45572b=new URLSearchParams();_0x45572b['append']('group',_0x2f8396),_0x45572b['append']('excludeEmpty',!0x1!==_0x42264e['excludeEmpty']?'true':'false'),_0x45572b['append']('limit',_0x42264e['limit']?_0x42264e['limit']['toString']():'100'),_0x45572b['append']('sortBy',_0x42264e['sortBy']?_0x42264e['sortBy']:'createdAt'),_0x45572b['append']('order',_0x42264e['order']?_0x42264e['order']:'desc');const _0x315fdf=this['_sendApiRequest']('/conversations?'+_0x45572b['toString'](),'GET');return{'getConversations':async()=>(await(await _0x315fdf['request'])['json']())['items'],'abortController':_0x315fdf['abortController']};}['deleteConversation'](_0x4edc80){const _0x1c2043=this['_sendApiRequest']('/conversations/'+_0x4edc80,'DELETE');return{'execute':async()=>{await _0x1c2043['request'];},'abortController':_0x1c2043['abortController']};}['updateConversation'](_0x14e737,_0x23fb4a){const _0x588a37=this['_sendApiRequest']('/conversations/'+_0x14e737,'PATCH',_0x23fb4a);return{'getResult':async()=>(await _0x588a37['request'],_0x23fb4a),'abortController':_0x588a37['abortController']};}['fetchConversation'](_0x2002e6){const _0x202d9f=this['_sendApiRequest']('/conversations/'+_0x2002e6,'GET');return{'getConversation':async()=>(await _0x202d9f['request'])['json'](),'abortController':_0x202d9f['abortController']};}['fetchConversationMessages'](_0x58934f){const _0x2cc4c1=this['_sendApiRequest']('/conversations/'+_0x58934f+'/messages','GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getMessages':async()=>(await(await _0x2cc4c1['request'])['json']())['items'],'abortController':_0x2cc4c1['abortController']};}['uploadUrl'](_0x56654d,_0x141bc7,_0x4a2859){const _0x3ac6ca=this['_sendApiRequest']('/conversations/'+_0x56654d+'/web-resources','POST',{'url':_0x141bc7,'attributes':_0x4a2859});return{'getId':async()=>(await _0x3ac6ca['request'])['json'](),'abortController':_0x3ac6ca['abortController']};}['getModels'](_0x1f05ac='en'){const _0x30748a=new URLSearchParams();_0x30748a['append']('language',_0x1f05ac);const _0x478852='/models/1?'+_0x30748a['toString'](),_0x1a5759=this['_sendApiRequest'](_0x478852,'GET',void 0x0,{'useCache':!0x0});return{'list':async()=>await(await _0x1a5759['request'])['json'](),'abortController':_0x1a5759['abortController']};}['deleteFile'](_0x2975b5,_0x406bbd){const _0x4548a2=this['_sendApiRequest']('/conversations/'+_0x2975b5+'/files/'+_0x406bbd,'DELETE');return{'execute':async()=>{await _0x4548a2['request'];},'abortController':_0x4548a2['abortController']};}['deleteDocument'](_0x5fe453,_0x15f8d7){const _0x17bf36=this['_sendApiRequest']('/conversations/'+_0x5fe453+'/documents/'+_0x15f8d7,'DELETE');return{'execute':async()=>{await _0x17bf36['request'];},'abortController':_0x17bf36['abortController']};}['deleteWebResource'](_0xc3a144,_0xa52943){const _0x275db8=this['_sendApiRequest']('/conversations/'+_0xc3a144+'/web-resources/'+_0xa52943,'DELETE');return{'execute':async()=>{await _0x275db8['request'];},'abortController':_0x275db8['abortController']};}['cancelStream'](_0x3a1ba3,_0x53a635){const _0x3334df=this['_sendApiRequest']('/conversations/'+_0x3a1ba3+'/messages/'+_0x53a635+'/stream','DELETE',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'execute':async()=>{await _0x3334df['request'];},'abortController':_0x3334df['abortController']};}['resumeStream'](_0x3ce26a,_0x30dd89,_0x4853aa='0-0'){const _0x10be51=new URLSearchParams({'lastEventId':_0x4853aa}),_0x5aec61=this['_sendApiRequest']('/conversations/'+_0x3ce26a+'/messages/'+_0x30dd89+'/stream?'+_0x10be51['toString'](),'GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x26a519=await _0x5aec61['request'];return this['_getStreamReader'](_0x26a519['body']);},'abortController':_0x5aec61['abortController']};}['callSystemReview']({reviewName:_0x5bd89f,content:_0x3d95d4,args:_0x58b9f4}){const _0x3f8738=this['_sendApiRequest']('/reviews/system/'+_0x5bd89f+'/calls','POST',{'content':[{'type':'text','content':_0x3d95d4}],'args':_0x58b9f4});return{'getStream':async()=>{const _0x9ba1bc=(await _0x3f8738['request'])['body'];return this['_getStreamReader'](_0x9ba1bc);},'abortController':_0x3f8738['abortController']};}['processDocument']({document:_0x2deb83,prompt:_0x47a96a,model:_0x35ae11}){const _0x1c6587=this['_sendApiRequest']('/documents/process','POST',{'document':_0x2deb83,'prompt':_0x47a96a,'model':_0x35ae11});return{'getResult':async()=>(await _0x1c6587['request'])['json'](),'abortController':_0x1c6587['abortController']};}['callCustomReview']({content:_0x439f65,prompt:_0x2f089a,model:_0x164455}){const _0x445724=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x439f65}],'prompt':_0x2f089a,'model':_0x164455});return{'getStream':async()=>{const _0x244cdd=(await _0x445724['request'])['body'];return this['_getStreamReader'](_0x244cdd);},'abortController':_0x445724['abortController']};}['upsertAIChatRating'](_0x346ba3,_0x417200,_0x19409e){const _0x194e68=this['_sendApiRequest']('/conversations/'+_0x346ba3+'/messages/'+_0x417200+'/ratings','PUT',{'positiveCount':_0x19409e['positiveCount'],'totalCount':_0x19409e['totalCount'],'modificationId':_0x19409e['modificationId']});return{'execute':async()=>{await _0x194e68['request'];},'abortController':_0x194e68['abortController']};}['upsertAIActionRating'](_0x59a652,_0x676bf,_0x806020){const _0x47fe12=this['_sendApiRequest']('/actions/system/'+_0x59a652+'/calls/'+_0x676bf+'/ratings','PUT',{'positiveCount':_0x806020['positiveCount'],'totalCount':_0x806020['totalCount']});return{'execute':async()=>{await _0x47fe12['request'];},'abortController':_0x47fe12['abortController']};}['upsertCustomAIActionRating'](_0x383682,_0x49a5dd){const _0x45e0b7=this['_sendApiRequest']('/actions/custom/calls/'+_0x383682+'/ratings','PUT',{'positiveCount':_0x49a5dd['positiveCount'],'totalCount':_0x49a5dd['totalCount']});return{'execute':async()=>{await _0x45e0b7['request'];},'abortController':_0x45e0b7['abortController']};}['upsertAIReviewRating'](_0x41d28c,_0x270a3a,_0x38a753,_0xb13b15){const _0x56a923=this['_sendApiRequest']('/reviews/system/'+_0x41d28c+'/calls/'+_0x270a3a+'/ratings','PUT',{'positiveCount':_0x38a753['positiveCount'],'totalCount':_0x38a753['totalCount'],'dataId':_0xb13b15});return{'execute':async()=>{await _0x56a923['request'];},'abortController':_0x56a923['abortController']};}['upsertCustomAIReviewRating'](_0x38fb92,_0x22f542,_0x204189){const _0xb7523d=this['_sendApiRequest']('/reviews/custom/calls/'+_0x38fb92+'/ratings','PUT',{'positiveCount':_0x22f542['positiveCount'],'totalCount':_0x22f542['totalCount'],'dataId':_0x204189});return{'execute':async()=>{await _0xb7523d['request'];},'abortController':_0xb7523d['abortController']};}['_sendApiRequest'](_0x1ec7fa,_0x34f5e6,_0x519676,_0x3294e2={}){const {useCache:_0x290d9e=!0x1,apiUrl:_0x487057=this['_apiUrl']}=_0x3294e2,_0x354ccb=new AbortController(),_0x308dd2=_0x290d9e?_0x34f5e6+':'+_0x1ec7fa:null;if(_0x308dd2){const _0x68bec1=this['_responseCache']['get'](_0x308dd2);if(_0x68bec1)return{'request':_0x68bec1['then'](_0x42af27=>_0x42af27['clone']()),'abortController':_0x354ccb};}const _0x199444=_0x519676 instanceof FormData,_0x121861={'Authorization':'Bearer\x20'+this['_token']?.['value'],'X-Editor-Version':kt};_0x519676&&!_0x199444&&(_0x121861['Content-Type']='application/json');const _0x189426={'method':_0x34f5e6,'headers':_0x121861,'signal':_0x354ccb['signal']};_0x519676&&(_0x189426['body']=_0x199444?_0x519676:JSON['stringify'](_0x519676));const _0x35f834=fetch(''+_0x487057+_0x1ec7fa,_0x189426)['catch'](_0x397f0a=>{_0x308dd2&&this['_responseCache']['delete'](_0x308dd2),this['_handleError'](_0x397f0a);})['then'](_0x45a9f8=>_0x45a9f8['ok']?_0x45a9f8:_0x45a9f8['json']()['then'](_0x37c1bd=>{throw _0x308dd2&&this['_responseCache']['delete'](_0x308dd2),{'url':_0x487057,'path':_0x1ec7fa,'method':_0x34f5e6,'body':_0x519676,'status':(_0x45a9f8||{})['status'],'statusText':(_0x45a9f8||{})['statusText'],'code':_0x37c1bd['code'],'message':_0x37c1bd['message'],'traceId':_0x37c1bd['traceId']};}));return _0x308dd2&&this['_responseCache']['set'](_0x308dd2,_0x35f834['then'](_0x425206=>_0x425206['clone']())),{'request':_0x35f834,'abortController':_0x354ccb};}async*['_getStreamReader'](_0x4b2135){const _0x3615a3=[],_0x3fc349=_0x4b2135['getReader'](),_0x398422=_0x118144({'onError':_0x3e2bc6=>{this['_handleError'](_0x3e2bc6);},'onEvent':_0x495e99=>{_0x495e99['data']=JSON['parse'](_0x495e99['data']),_0x3615a3['push'](_0x495e99);}});try{let _0x535ff4=!0x1;for(;!_0x535ff4;){const {done:_0x2aa9f9,value:_0x417909}=await _0x3fc349['read']();_0x2aa9f9&&(_0x535ff4=!0x0),_0x398422['feed'](this['_decoder']['decode'](_0x417909,{'stream':!0x0})),yield*_0x3615a3,_0x3615a3['length']=0x0;}}catch(_0x31da1f){this['_handleError'](_0x31da1f);}finally{_0x3fc349['releaseLock'](),_0x398422['reset']();}}['_handleError'](_0x524b15){if(_0x524b15 instanceof ht)throw _0x524b15;if(_0x524b15 instanceof Error&&'AbortError'===_0x524b15['name'])throw new ht('ai-request-aborted',this,{'originalError':_0x524b15});throw new ht('ai-request-failed',this,{'originalError':_0x524b15});}};function us(_0x28b840,_0x56cb71,_0x25ef87){const t=_0x28b840['t'];switch(_0x56cb71){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'},_0x25ef87);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_APPLY':return t({'id':'AI_SUGGESTION_CONTENT_PART_APPLY','string':'Apply\x20change'});case'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','string':'Add\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_REJECT':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECT','string':'Reject\x20change'});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_SUGGESTION_CONTENT_PART_STATE_ACCEPTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','string':'Approved'});case'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','string':'Rejected'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','string':'Outdated'});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\x20can\x20help\x20you\x20draft,\x20rewrite,\x20and\x20improve\x20your\x20text,\x20explore\x20ideas,\x20research\x20topics,\x20and\x20solve\x20problems.\x20How\x20can\x20I\x20help\x20right\x20now?'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'Response\x20stopped.'});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_UNABLE_TO_LOAD_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION','string':'Unable\x20to\x20load\x20chosen\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.'},_0x25ef87);case'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED':return t({'id':'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED','string':'Folders\x20cannot\x20be\x20added\x20to\x20the\x20chat.\x20Try\x20adding\x20individual\x20files\x20instead.'});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.'},_0x25ef87);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_PASTED_TEXT_NAME':return t({'id':'AI_CHAT_CONTEXT_PASTED_TEXT_NAME','string':'Pasted\x20Text'});case'AI_CHAT_DROP_ZONE_HINT':return t({'id':'AI_CHAT_DROP_ZONE_HINT','string':'Drop\x20files\x20here\x20to\x20add\x20to\x20the\x20chat'});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_CONTEXT_DOCUMENT_SELECTION_LABEL':return t({'id':'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL','string':'Selected\x20content'});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.'},_0x25ef87);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_INVALID_REQUEST':return t({'id':'AI_CHAT_INVALID_REQUEST','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE','string':'The\x20file\x20type\x20is\x20not\x20supported.\x20Please\x20upload\x20a\x20different\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_LARGE':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_LARGE','string':'The\x20file\x20is\x20too\x20large.\x20Please\x20upload\x20a\x20smaller\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES','string':'The\x20file\x20has\x20too\x20many\x20pages.\x20Please\x20upload\x20a\x20file\x20with\x20fewer\x20pages.'});case'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED':return t({'id':'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED','string':'The\x20form\x20data\x20size\x20limits\x20are\x20exceeded.\x20Please\x20upload\x20a\x20smaller\x20file.'});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_SUGGEST_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL','string':'Suggest\x20all'},_0x25ef87);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x25ef87);case'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL','string':'Apply\x20all'});case'AI_CHAT_SUGGESTION_ACTION_APPLY':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY','string':'Apply'});case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x25ef87);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.'},_0x25ef87);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.'},_0x25ef87);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.'},_0x25ef87);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.'},_0x25ef87);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'},_0x25ef87);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_LABEL':return t({'id':'AI_BALLOON_NEXT_LABEL','string':'Next'});case'AI_BALLOON_PREVIOUS_LABEL':return t({'id':'AI_BALLOON_PREVIOUS_LABEL','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_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_SEARCH':return t({'id':'AI_QUICK_ACTIONS_SEARCH','string':'Search\x20AI\x20commands'});case'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','string':'No\x20AI\x20commands\x20found'});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.'},_0x25ef87);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_BALLOON_SELECTION_REMOVED_ERROR':return t({'id':'AI_BALLOON_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_INITIALIZATION_ERROR_MESSAGE':return t({'id':'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','string':'AI\x20Review\x20initialized\x20with\x20errors.\x20Some\x20features\x20may\x20not\x20be\x20available\x20or\x20work\x20properly.'});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'});case'AI_TRANSLATE_ACCEPT_ALL':return t({'id':'AI_TRANSLATE_ACCEPT_ALL','string':'Accept\x20translation'});case'AI_TRANSLATE_FINISH_HEADER_TITLE':return t({'id':'AI_TRANSLATE_FINISH_HEADER_TITLE','string':'Translation\x20complete.\x20Finish\x20when\x20ready.'});case'AI_TRANSLATE_EMPTY_RESULTS_TEXT':return t({'id':'AI_TRANSLATE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20translations\x20to\x20review.'});case'AI_TRANSLATE_FINISH_BUTTON_LABEL':return t({'id':'AI_TRANSLATE_FINISH_BUTTON_LABEL','string':'Finish\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','string':'Content\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','string':'A\x20dedicated\x20mode\x20for\x20translating\x20the\x20entire\x20text.'});case'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','string':'Translating\x20to'});case'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','string':'Translated\x20to'});case'AI_TRANSLATE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_TRANSLATE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20translations\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE':return t({'id':'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE','string':'This\x20conversation\x20is\x20loaded\x20from\x20chat\x20history\x20from\x20a\x20previous\x20session,\x20so\x20you\x20can’t\x20apply,\x20reject,\x20or\x20suggest\x20changes.'});case'AI_SUGGESTION_DISABLED_FEED_MESSAGE':return t({'id':'AI_SUGGESTION_DISABLED_FEED_MESSAGE','string':'Actions\x20aren’t\x20available\x20for\x20changes\x20from\x20a\x20previous\x20session.'});default:return _0x56cb71;}}function ds(_0x41f9ea){return _0x41f9ea?_0x41f9ea instanceof _0x423f99?[_0x41f9ea]:_0x41f9ea['editors']&&0x0!==_0x41f9ea['editors']['length']?Array['from'](_0x41f9ea['editors']):[]:[];}function _s(_0x21ebbf){const _0x2aff33=ds(_0x21ebbf);if(!_0x2aff33['length'])throw new ht('ai-get-editor-from-context-no-editor');if(0x1===_0x2aff33['length'])return _0x2aff33[0x0];const _0xb6e783=_0x2aff33['find'](_0x435680=>_0x435680['ui']?.['focusTracker']?.['isFocused']);if(_0xb6e783)return _0xb6e783;const _0xb052b4=function(_0x59e71e){if(_0x59e71e instanceof _0x423f99)return;const _0x246b10=_0x59e71e;if(!_0x246b10['plugins']||!_0x246b10['plugins']['has']('AIEditing'))return;return _0x246b10['plugins']['get']('AIEditing')['getLastContentFocusedEditor']?.();}(_0x21ebbf);return _0xb052b4&&_0x2aff33['includes'](_0xb052b4)?_0xb052b4:_0x2aff33[0x0];}const gs='ai-selection',As=['br'];var Is=class extends _0x11a14c{constructor(_0x360840){super(_0x360840),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_fakeSelections']=[];['_sessionIdByEditor']=new WeakMap();['_lastContentFocusedEditor'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['getLastContentFocusedEditor'](){return this['_lastContentFocusedEditor'];}['getSessionId'](_0x27f7b9){let _0x5e71f8=this['_sessionIdByEditor']['get'](_0x27f7b9);return _0x5e71f8||(_0x5e71f8=_0x27f7b9['plugins']['has']('RealTimeCollaborationClient')&&_0x27f7b9['plugins']['get']('RealTimeCollaborationClient')['sessionId']||vt(),this['_sessionIdByEditor']['set'](_0x27f7b9,_0x5e71f8)),_0x5e71f8;}async['getDocumentData'](){const _0x300e14=ds(this['context']);if(!_0x300e14['length'])throw new ht('ai-get-editor-from-context-no-editor');const _0x2fe778=[],_0x2884e3=new Set();for(const _0x5eba15 of _0x300e14){const _0x43f2b2=_0x5eba15['config']['get']('roots')||{};for(const _0x58e586 of _0x5eba15['model']['document']['getRoots']()){if('$graveyard'===_0x58e586['rootName'])continue;const _0x57fc17=await this['_getDocumentDataForEditorRoot'](_0x5eba15,_0x58e586,_0x2884e3),_0x417a0b=_0x43f2b2[_0x58e586['rootName']],_0x44d5fe=_0x58e586['getAttribute']('$description')??_0x417a0b?.['description'];let _0x41ab72=_0x58e586['getAttribute']('$title')??_0x417a0b?.['title'];_0x41ab72||(_0x41ab72=_0x58e586['getAttribute']('$rootEditableOptions')?.['label']??_0x417a0b?.['label']),_0x41ab72||(bt('ai-document-root-missing-title',{'editor':_0x5eba15,'rootName':_0x58e586['rootName']}),_0x41ab72=_0x58e586['rootName']),_0x2fe778['push']({'editor':_0x5eba15,'rootName':_0x58e586['rootName'],'content':_0x57fc17['content'],'version':_0x57fc17['version'],'sessionId':this['getSessionId'](_0x5eba15),'channelId':_0x5eba15['config']['get']('collaboration.channelId'),'selections':_0x57fc17['selections'],'name':_0x41ab72,'description':_0x44d5fe});}}return _0x2fe778;}async['_getDocumentDataForEditorRoot'](_0x2031f3,_0x57ea5c,_0x2e2713){const _0x40e827=_0x2031f3['data']['toView'](_0x57ea5c,{'convertAiChatSelectionMarker':!0x0}),_0x22f61f=new _0x19ef87(_0x2031f3['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x40e827,_0x22f61f,_0x2e2713);let _0x24f557=await this['_getDocumentDataStringFromView'](_0x40e827,_0x2031f3);const _0x1e05c7=this['_getMarkersInDocumentOrder'](_0x2031f3,_0x57ea5c),_0x1b2515=[];for(const _0x116148 of _0x1e05c7){const _0x231f77='<'+_0x116148['name']+':start></'+_0x116148['name']+':start>',_0x5815dc=_0x24f557['indexOf'](_0x231f77);_0x24f557=_0x24f557['substring'](0x0,_0x5815dc)+_0x24f557['substring'](_0x5815dc+_0x231f77['length']);const _0x4a9550='<'+_0x116148['name']+':end></'+_0x116148['name']+':end>',_0x38a736=_0x24f557['indexOf'](_0x4a9550);_0x24f557=_0x24f557['substring'](0x0,_0x38a736)+_0x24f557['substring'](_0x38a736+_0x4a9550['length']),_0x1b2515['push']({'markerName':_0x116148['name'],'start':_0x5815dc,'end':_0x38a736,'htmlFragment':_0x24f557['substring'](_0x5815dc,_0x38a736)});}return{'content':_0x24f557,'version':_0x2031f3['model']['document']['version'],'selections':_0x1b2515};}['afterInit'](){this['context']instanceof _0x423f99?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x304597,_0x2cb145)=>{_0x2cb145['on']('ready',()=>{this['_integrateEditor'](_0x2cb145);});});}['_setOutputDataProcessor'](_0x3410ac){this['_outputDataProcessor']=_0x3410ac;}async['_getDocumentDataStringFromView'](_0xc3b1de,_0x59821c){let _0x4c4d8f;if(this['_outputDataProcessor']){const _0x1c68e2=_0x59821c['data']['processor']['domConverter']['viewToDom'](_0xc3b1de),_0x4ad1d2=await this['_outputDataProcessor'](_0x1c68e2);_0x4c4d8f=_0x59821c['data']['processor']['htmlWriter']['getHtml'](_0x4ad1d2);}else _0x4c4d8f=_0x59821c['data']['processor']['toData'](_0xc3b1de);return _0x4c4d8f;}['_integrateEditor'](_0x564a93){if(!_0x564a93['config']['get']('collaboration.channelId'))throw new ht('ai-missing-channel-id',_0x564a93);_0x564a93['ui']['focusTracker']['on']('change:isFocused',(_0x46204e,_0x1a82e4,_0x1cd26e)=>{_0x1cd26e&&(this['_lastContentFocusedEditor']=_0x564a93);}),_0x564a93['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x564a93&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x564a93['conversion']['for']('editingDowncast')['markerToHighlight']({'model':gs,'view':({markerName:_0x1907b6})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x1907b6['split'](':')[0x1]],'priority':0xc})}),_0x564a93['conversion']['for']('dataDowncast')['markerToElement']({'model':gs+':context','view':(_0x1a6de3,{writer:_0x2e7395,options:_0x5d13b8})=>_0x5d13b8['convertAiChatSelectionMarker']?_0x2e7395['createUIElement'](_0x1a6de3['markerName']+':'+(_0x1a6de3['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x3ad8a7){const _0x102914=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x3ad8a7);const _0x3192f7=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x102914,_0x3192f7);}['hideFakeVisualSelection'](_0x49b415){const _0x36f288=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x49b415);const _0x26b95c=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x36f288,_0x26b95c);}async['modelToDataWithIds'](_0x200a07,_0x2d99e0){const _0x31ecf5=_0x2d99e0['data']['toView'](_0x200a07),_0x304f66=new _0x19ef87(_0x2d99e0['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x31ecf5,_0x304f66),this['_getDocumentDataStringFromView'](_0x31ecf5,_0x2d99e0);}['_setDataIdsOnChildren'](_0x39f5f4,_0xa8c1ef,_0x5afdb9=new Set()){let _0x484416=!0x1;for(const _0x4ba8e6 of _0x39f5f4['getChildren']()){if(!_0x4ba8e6['is']('view:element')||As['includes'](_0x4ba8e6['name']))continue;const _0xe9414e=_0x4ba8e6['is']('view:containerElement'),_0x4c154a=_0x4ba8e6['is']('view:emptyElement'),_0x77bedd=_0x4ba8e6['is']('view:rawElement'),_0x26df46=this['_setDataIdsOnChildren'](_0x4ba8e6,_0xa8c1ef,_0x5afdb9);_0x4ba8e6['hasAttribute']('data-id')?(_0x484416=!0x0,_0x5afdb9['add'](_0x4ba8e6['getAttribute']('data-id'))):(_0xe9414e||_0x4c154a||_0x77bedd||_0x26df46)&&(_0xa8c1ef['setAttribute']('data-id',this['_nextDataId'](_0x5afdb9),_0x4ba8e6),_0x484416=!0x0);}return _0x484416;}['_nextDataId'](_0x27622c){let _0x17ebf6;do{_0x17ebf6='';for(let _0x3e5e2d=0x0;_0x3e5e2d<0x4;_0x3e5e2d++)_0x17ebf6+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x27622c['has'](_0x17ebf6));return _0x27622c['add'](_0x17ebf6),_0x17ebf6;}['getSelectionText'](_0x1a0345){const _0x429cec=(_0x1a0345?_0x1a0345['model']:_s(this['context'])['model'])['document']['selection'],_0x52fac0=[],_0x52699a=Array['from'](_0x429cec['getRanges']());_0x52699a['sort']((_0x9603cc,_0x805dfa)=>_0x9603cc['start']['isBefore'](_0x805dfa['start'])?-0x1:0x1);for(const _0x46811c of _0x52699a)for(const _0x3699a7 of _0x46811c['getItems']())_0x3699a7['is']('$textProxy')?_0x52fac0['push'](_0x3699a7['data']):_0x3699a7['is']('element')&&_0x52fac0['length']>0x0&&'\x20'!==_0x52fac0[_0x52fac0['length']-0x1]&&_0x52fac0['push']('\x20');return _0x52fac0['length']?'\x22'+_0x52fac0['join']('')['trim']()+'\x22':us(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x173eae){for(let _0x4632af=0x0;_0x4632af<this['_fakeSelections']['length'];_0x4632af++)if(this['_fakeSelections'][_0x4632af]['id']==_0x173eae)return void this['_fakeSelections']['splice'](_0x4632af,0x1);}['_addFakeSelection'](_0x3a19ff){this['_removeFakeSelectionById'](_0x3a19ff['id']),wt(this['_fakeSelections'],_0x3a19ff);}['_refreshFakeSelection'](_0x3dc6d6,_0x3be677){if(_0x3dc6d6==_0x3be677)return;const _0x127761=_0x3dc6d6?_0x3dc6d6['editor']:null,_0x5210b2=_0x3be677?_0x3be677['editor']:null,_0x2d53ca=(_0xb4b054,_0x11ad63)=>{const _0x1c6bcd=_0x11ad63['model']['markers']['getMarkersGroup'](gs);for(const _0x3291c3 of _0x1c6bcd)_0xb4b054['removeMarker'](_0x3291c3);},_0x13e4b9=(_0x8a9668,_0x419029,_0x24a900)=>{const _0x30b9de=_0x419029['model'];for(let _0x5ce4ee=0x0;_0x5ce4ee<_0x24a900['ranges']['length'];_0x5ce4ee++){let _0x25b3fb=_0x24a900['ranges'][_0x5ce4ee];const _0x1212e8=gs+':'+_0x24a900['id']+':'+_0x5ce4ee;if(_0x25b3fb['start']['isAtEnd']){const _0x3c190d=_0x25b3fb['start']['getLastMatchingPosition'](({item:_0x565773})=>!_0x30b9de['schema']['isContent'](_0x565773),{'boundaries':_0x25b3fb});_0x25b3fb=_0x8a9668['createRange'](_0x3c190d,_0x25b3fb['end']);}_0x8a9668['addMarker'](_0x1212e8,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x25b3fb});}};_0x127761&&_0x5210b2&&_0x127761===_0x5210b2&&_0x3be677?_0x127761['model']['change'](_0x38f8e9=>{_0x2d53ca(_0x38f8e9,_0x127761),_0x13e4b9(_0x38f8e9,_0x5210b2,_0x3be677);}):(_0x127761&&_0x127761['model']['change'](_0xc8b178=>_0x2d53ca(_0xc8b178,_0x127761)),_0x5210b2&&_0x3be677&&_0x5210b2['model']['change'](_0x3b9192=>_0x13e4b9(_0x3b9192,_0x5210b2,_0x3be677)));}['_getMarkersInDocumentOrder'](_0x2f5b22,_0x3cbf37){const _0x1a9d79=Array['from'](_0x2f5b22['model']['markers']['getMarkersGroup'](gs+':context'));return(_0x3cbf37?_0x1a9d79['filter'](_0x126784=>{const _0x52a009=_0x126784['getRange']();return _0x52a009&&_0x52a009['root']['rootName']===_0x3cbf37['rootName'];}):_0x1a9d79)['sort']((_0x14d3d0,_0xa8a5cf)=>_0x14d3d0['getStart']()['isBefore'](_0xa8a5cf['getStart']())?-0x1:_0x14d3d0['getStart']()['isAfter'](_0xa8a5cf['getStart']())?0x1:0x0);}};function ps(_0x25f024,_0x571425){return _0x3a0c7f(_0x25f024,_0x571425);}function ms(_0x393f4a,_0x8c8e47){return _0x575879(_0x393f4a,_0x8c8e47);}function Es(_0x58f238,_0x46ffb7,_0x2367bb){const _0x4f5458=null!==_0x46ffb7?_0x3e7ab5=>_0x3e7ab5['attribs'][_0x58f238]===_0x46ffb7:_0x23dc29=>Boolean(_0x23dc29['attribs'][_0x58f238]);return ti(_0x54bd43=>_0x48ca1a(_0x54bd43)&&_0x4f5458(_0x54bd43),_0x2367bb);}function Ts(_0x3cbd63,_0x44c7ab,_0x280a5d){const _0x3a9a84=null!==_0x44c7ab?_0x44aa2e=>_0x44aa2e['attribs'][_0x3cbd63]===_0x44c7ab:_0x51185f=>Boolean(_0x51185f['attribs'][_0x3cbd63]);return _0x242f60(_0x138ffb=>_0x48ca1a(_0x138ffb)&&_0x3a9a84(_0x138ffb),_0x280a5d);}function ws(_0x1d739f){return _0x242f60(_0x2322a0=>_0x48ca1a(_0x2322a0)&&function(_0x303d61){const _0x498458=_0x303d61['toLowerCase']();return'script'===_0x498458||'style'===_0x498458||_0x498458['includes']('-');}(_0x2322a0['name']),_0x1d739f);}function Cs(_0x19d8a7){return _0x5b134c(_0x28e53e=>_0x1e98cd(_0x28e53e),_0x19d8a7,!0x0,0x1/0x0);}function fs(_0x375fec,_0x434077){return _0x375fec&&_0x48ca1a(_0x375fec)?_0x375fec['attribs'][_0x434077]:null;}function bs(_0x407da2,_0x547b9d,_0x69e935){_0x48ca1a(_0x407da2)&&(null===_0x69e935?delete _0x407da2['attribs'][_0x547b9d]:_0x407da2['attribs'][_0x547b9d]=_0x69e935);}function Ss(_0x3f4914,_0x5ba793,_0x23cbbe){const _0x1ce17c=_0x5ba793['cloneNode'](!0x0);'beforebegin'===_0x23cbbe?_0x4a1680(_0x3f4914,_0x1ce17c):'afterbegin'===_0x23cbbe?_0x405cf6(_0x3f4914,_0x1ce17c):'beforeend'===_0x23cbbe?_0x5435f7(_0x3f4914,_0x1ce17c):'afterend'===_0x23cbbe&&_0x873879(_0x3f4914,_0x1ce17c);}function Rs(_0x29c991){const _0x19f749=[];let _0x189b99=_0x29c991;for(;_0x189b99;)_0x189b99=_0x36d1f9(_0x189b99),_0x189b99&&_0x19f749['push'](_0x189b99);return _0x19f749;}function Os(_0x326794){return _0x326794['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function vs(_0x429c6e){let _0x5b63db=0x0;for(;_0x429c6e['parentNode'];)_0x429c6e=_0x429c6e['parentNode'],_0x5b63db++;return _0x5b63db;}function ks(_0x4df0d5){const _0x2cfb10=[];let _0x257beb=_0x4df0d5['nextSibling'];for(;_0x257beb;)_0x2cfb10['push'](_0x257beb),_0x257beb=_0x257beb['nextSibling'];_0x2cfb10['forEach'](_0xe2e458=>{_0x3baafe(_0xe2e458);});}const Ns=/* #__PURE__ -- @preserve */
|
|
25
|
-
gt();var ys=class extends Ns{['_generateUid'];['_uidCounter']=0x0;['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null,'rescuedNewIds':new Set()};['_existingDataIds']=new Set();['_referencedExistingIds']=new Set();constructor(_0x24886a){super(),this['_generateUid']=_0x24886a||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x5abf1f,_0x29529a,_0x562a6d){this['_uidCounter']=0x0;const _0x9f24fc=_0x5abf1f['cloneNode'](!0x0);Ds(_0x29529a,_0x9f24fc);const _0x24a5f9=_0x9f24fc['childNodes'],_0x529b85=Array['from'](_0x24a5f9)['filter'](_0x21d898=>!(0x3===_0x21d898['nodeType']&&''===ms(_0x21d898)['trim']())),_0x4a4a99=_0x529b85['length'];this['_existingDataIds']=new Set(Ts('data-id',null,_0x29529a)['map'](_0x4ed842=>fs(_0x4ed842,'data-id'))['filter'](_0x232725=>!!_0x232725));for(const _0x4859a0 of _0x529b85)_0x4859a0&&_0x48ca1a(_0x4859a0)&&void 0x0===_0x4859a0['attribs']['data-id']&&bs(_0x4859a0,'data-id','new-element');if(Ts('data-id',null,_0x9f24fc)['forEach'](_0x17921e=>{const _0x78286c=fs(_0x17921e,'data-id');'new-element'===_0x78286c||this['_existingDataIds']['has'](_0x78286c)||bs(_0x17921e,'data-id','new-element');}),0x0===_0x29529a['childNodes']['length']){const _0x4e535d=[];return Ts('data-id','new-element',_0x9f24fc)['forEach'](_0x2672e0=>{const _0x58fc89=this['_generateUid']();bs(_0x2672e0,'data-id',_0x58fc89),_0x4e535d['push'](_0x58fc89);}),this['_removeSpecialComments'](_0x9f24fc),{'parsedContent':_0x9f24fc,'newNodeIds':_0x4e535d,'modifiedNodeIds':[],'removedNodeIds':[]};}this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_touchedNodesState']['rescuedNewIds']=new Set(),this['_referencedExistingIds']=new Set();let _0x4a63c0=-0x1,_0x29c001=!0x1;for(let _0x52300c=0x0;_0x52300c<_0x4a4a99;_0x52300c++){const _0x5a1c63=_0x529b85[_0x52300c],_0x1605f5=_0x529b85[_0x52300c+0x1];if(this['_isNewNode'](_0x5a1c63)){if(-0x1===_0x4a63c0&&(_0x4a63c0=_0x52300c),this['_markWrappedElements'](_0x5a1c63),!this['_isNewNode'](_0x1605f5)){const [_0x22b84c,_0x342734]=this['_findReferenceNode'](_0x5a1c63,_0x29c001,_0x29529a);if(_0x22b84c){const _0x35d297=Array['from'](_0x529b85)['slice'](_0x4a63c0,_0x52300c+0x1);this['_insertNodes'](_0x22b84c,_0x35d297,_0x342734),_0x4a63c0=-0x1;}}}else{if(this['_isExistingContentComment'](_0x5a1c63))_0x29c001=!0x0;else{if(this['_isExistingNode'](_0x5a1c63)){const _0x2c54f4=fs(_0x5a1c63,'data-id');if(_0x2c54f4&&this['_existingDataIds']['has'](_0x2c54f4)){this['_referencedExistingIds']['add'](_0x2c54f4);const _0x594000=Es('data-id',_0x2c54f4,_0x29529a);this['_replaceNode'](_0x594000,_0x5a1c63);}}else{if(xs(_0x5a1c63)){const _0x25c45a=Ls(_0x5a1c63);Es('data-id',_0x25c45a,_0x9f24fc)||this['_touchedNodesState']['removedIds']['push'](_0x25c45a);}}}}}for(const _0x3f1d9a of this['_touchedNodesState']['removedIds']){const _0x3b41ce=Es('data-id',_0x3f1d9a,_0x29529a);_0x3b41ce&&(this['_rescueUnwrappedElements'](_0x3b41ce),this['_removeNode'](_0x3b41ce,_0x3f1d9a,_0x562a6d));}if(Ts('data-id','new-element',_0x29529a)['forEach'](_0x36cbc6=>{const _0x2a1a8a=this['_getUid'](_0x36cbc6);bs(_0x36cbc6,'data-id',_0x2a1a8a),this['_touchedNodesState']['newIds']['push'](_0x2a1a8a);}),this['_removeSpecialComments'](_0x29529a),_0x562a6d&&_0x562a6d['cutAfterUnstable']){const _0x405734=this['_findLastConfirmationPoint'](_0x529b85),_0x2f42da=this['_getLastStableElement'](_0x29529a,_0x405734);this['_markUnstableElements'](_0x29529a,_0x2f42da);}if(this['_processWrappedElements'](_0x29529a,_0x562a6d),_0x562a6d&&_0x562a6d['cutAfterUnstable']&&this['_touchedNodesState']['lastTouchedId']){const _0x34f122=Ts('data-id',this['_touchedNodesState']['lastTouchedId'],_0x29529a);let _0x7db74c=_0x34f122[_0x34f122['length']-0x1];for(;_0x7db74c;)ks(_0x7db74c),_0x7db74c=_0x7db74c['parentNode'];}return{'parsedContent':_0x29529a,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x526ea1,_0x281942,_0x243cba){for(const _0x26b29f of _0x281942){const _0xf56734=this['_getUid'](_0x26b29f);bs(_0x26b29f,'data-id',_0xf56734),this['_touchedNodesState']['newIds']['push'](_0xf56734),this['_touchedNodesState']['lastTouchedId']=_0xf56734;}const _0x5542b1='afterbegin'===_0x243cba||'afterend'===_0x243cba?_0x281942['reverse']():_0x281942;for(const _0x417129 of _0x5542b1)Ss(_0x526ea1,_0x417129,_0x243cba);}['_replaceNode'](_0x31cbd0,_0x778279){if(!_0x31cbd0)return;if(_0x2d81ed=_0x778279,Os(ms(_0x31cbd0))===Os(ms(_0x2d81ed)))return;var _0x2d81ed;const _0x1aed14=fs(_0x31cbd0,'data-id');this['_touchedNodesState']['modifiedIds']['push'](_0x1aed14),this['_touchedNodesState']['lastTouchedId']=_0x1aed14,_0x5e68a2(_0x31cbd0,_0x778279['cloneNode'](!0x0));}['_removeNode'](_0x2e73e6,_0x126835,_0x216236){if(_0x216236&&_0x216236['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x126835;const _0x42f8ae=_0x216236['replaceRemovedWith']['cloneNode'](!0x0);bs(_0x42f8ae,'data-id',_0x126835),bs(_0x42f8ae,'data-removed','true'),_0x5e68a2(_0x2e73e6,_0x42f8ae);}else _0x3baafe(_0x2e73e6);}['_findReferenceNode'](_0x422076,_0x416a23,_0x1035cc){const _0x547813=this['_findPrevElementWithDataId'](_0x422076,!0x1);if(_0x547813){const _0x28f8af=Ls(_0x547813),_0x1c4bdf=Es('data-id',_0x28f8af,_0x1035cc);if(_0x1c4bdf)return[_0x1c4bdf,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x28f8af);}const _0x4cd572=this['_findNextElementWithDataId'](_0x422076,!0x1);if(_0x4cd572){const _0x15a2f8=Ls(_0x4cd572),_0x13e876=Es('data-id',_0x15a2f8,_0x1035cc);if(_0x13e876)return[_0x13e876,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x15a2f8);}return _0x416a23?_0x422076['nextSibling']?this['_findFallbackReferenceNode'](_0x422076,_0x1035cc):[_0x1035cc['childNodes'][_0x1035cc['childNodes']['length']-0x1],'afterend']:[_0x1035cc['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x11fcb4,_0x4f613f){const _0x21f8ed=[],_0x4af925=this['_findPrevElementWithDataId'](_0x11fcb4,!0x0);if(_0x4af925){const _0x44a3af=Es('data-id',Ls(_0x4af925),_0x4f613f);_0x44a3af&&_0x21f8ed['push']([_0x44a3af,'afterend']);}const _0x42c389=this['_findNextElementWithDataId'](_0x11fcb4,!0x0);if(_0x42c389){const _0x21a06f=Es('data-id',Ls(_0x42c389),_0x4f613f);_0x21a06f&&_0x21f8ed['push']([_0x21a06f,'beforebegin']);}return _0x21f8ed['length']>0x1?vs(_0x21f8ed[0x0][0x0])<=vs(_0x21f8ed[0x1][0x0])?_0x21f8ed[0x0]:_0x21f8ed[0x1]:0x1===_0x21f8ed['length']?_0x21f8ed[0x0]:[_0x4f613f['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x5c1142,_0x51145b){let _0x583782=_0x5c1142['nextSibling'],_0x587299=null,_0x14eec3=!0x1;for(;_0x583782;){if(_0x1e98cd(_0x583782)){if(xs(_0x583782)&&(_0x587299=_0x583782),this['_isExistingContentComment'](_0x583782)&&_0x51145b&&!_0x14eec3){_0x14eec3=!0x0,_0x583782=_0x583782['nextSibling'];continue;}break;}const _0x3594f7=fs(_0x583782,'data-id');if(_0x3594f7&&'new-element'!==_0x3594f7&&this['_existingDataIds']['has'](_0x3594f7)){_0x587299=_0x583782;break;}_0x583782=_0x583782['nextSibling'];}return _0x587299;}['_findPrevElementWithDataId'](_0x241ab1,_0x472e6e){let _0x3e36d6=_0x241ab1['previousSibling'],_0xddfef3=null,_0x158b10=!0x1;for(;_0x3e36d6;){if(_0x1e98cd(_0x3e36d6)){if(xs(_0x3e36d6)&&(_0xddfef3=_0x3e36d6),this['_isExistingContentComment'](_0x3e36d6)&&_0x472e6e&&!_0x158b10){_0x158b10=!0x0,_0x3e36d6=_0x3e36d6['previousSibling'];continue;}break;}const _0x3b37ec=fs(_0x3e36d6,'data-id');if(_0x3b37ec&&'new-element'!==_0x3b37ec&&this['_existingDataIds']['has'](_0x3b37ec)){_0xddfef3=_0x3e36d6;break;}_0x3e36d6=_0x3e36d6['previousSibling'];}return _0xddfef3;}['_markWrappedElements'](_0x3723c4){_0x48ca1a(_0x3723c4)&&Ts('data-id',null,_0x3723c4)['forEach'](_0x227422=>{this['_isExistingNode'](_0x227422)&&(bs(_0x227422,'data-wrapped-id',fs(_0x227422,'data-id')),bs(_0x227422,'data-id',null));});}['_processWrappedElements'](_0x3af3e0,_0x5bb91b){Ts('data-wrapped-id',null,_0x3af3e0)['forEach'](_0xc52f=>{const _0xf299d6=fs(_0xc52f,'data-wrapped-id');if(this['_hasUnstableParent'](_0xc52f))return;const _0x95f426=Es('data-id',_0xf299d6,_0x3af3e0);bs(_0xc52f,'data-id',_0xf299d6),_0x95f426&&(this['_removeNode'](_0x95f426,_0xf299d6,_0x5bb91b),this['_touchedNodesState']['removedIds']['push'](_0xf299d6),this['_touchedNodesState']['lastTouchedId']=_0xf299d6);});}['_hasUnstableParent'](_0x79e660){let _0x3a0872=_0x79e660['parentNode'];for(;_0x3a0872;){if(fs(_0x3a0872,'data-unstable'))return!0x0;_0x3a0872=_0x3a0872['parentNode'];}return!0x1;}['_rescueUnwrappedElements'](_0x199c75){const _0x109155=new Set(this['_touchedNodesState']['removedIds']),_0x4f2e31=new Set(this['_touchedNodesState']['newIds']);Ts('data-id',null,_0x199c75)['forEach'](_0x5bf1aa=>{const _0x1a2ae8=fs(_0x5bf1aa,'data-id'),_0xe52469=!!_0x1a2ae8&&this['_referencedExistingIds']['has'](_0x1a2ae8),_0xb88774=!!_0x1a2ae8&&_0x4f2e31['has'](_0x1a2ae8);if(!_0x1a2ae8||!_0xe52469&&!_0xb88774)return;if(_0x109155['has'](_0x1a2ae8))return;let _0x5b3271=_0x5bf1aa['parentNode'],_0x18e9d8=!0x1;for(;_0x5b3271;){if(_0x5b3271===_0x199c75){_0x18e9d8=!0x0;break;}const _0x323d10=fs(_0x5b3271,'data-id');if(_0x323d10&&(this['_referencedExistingIds']['has'](_0x323d10)||_0x4f2e31['has'](_0x323d10)))return;_0x5b3271=_0x5b3271['parentNode'];}if(_0x18e9d8){if(_0x4a1680(_0x199c75,_0x5bf1aa),_0xe52469){const _0x39ccac=this['_generateUid'](),_0x51fd16=this['_touchedNodesState']['modifiedIds']['indexOf'](_0x1a2ae8);-0x1!==_0x51fd16&&this['_touchedNodesState']['modifiedIds']['splice'](_0x51fd16,0x1),bs(_0x5bf1aa,'data-unwrapped-id',_0x1a2ae8),bs(_0x5bf1aa,'data-id',_0x39ccac),this['_touchedNodesState']['newIds']['push'](_0x39ccac),this['_touchedNodesState']['rescuedNewIds']['add'](_0x39ccac),this['_touchedNodesState']['lastTouchedId']=_0x39ccac;}else this['_touchedNodesState']['rescuedNewIds']['add'](_0x1a2ae8),this['_touchedNodesState']['lastTouchedId']=_0x1a2ae8;}});}['_getUid'](_0x44ad0a){return this['_isExistingNode'](_0x44ad0a)?fs(_0x44ad0a,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x36c946){Cs(_0x36c946)['filter'](_0x18644d=>xs(_0x18644d)||this['_isExistingContentComment'](_0x18644d))['forEach'](_0x9b35f5=>{_0x3baafe(_0x9b35f5);});}['_findLastConfirmationPoint'](_0xf54241){let _0x527a26=null,_0x3646dc=null,_0x17bd26=null,_0x3dd4d8=null;const _0x42836d=_0x332e94=>{_0x332e94&&(_0x527a26=_0x332e94),_0x17bd26=null,_0x3dd4d8=null;};for(let _0x47d376=0x0;_0x47d376<_0xf54241['length'];_0x47d376++){const _0x17c5c3=_0xf54241[_0x47d376];if(this['_isExistingContentComment'](_0x17c5c3)){_0x42836d(_0x3646dc);continue;}if(_0x48ca1a(_0x17c5c3)){const _0x597e72=fs(_0x17c5c3,'data-id'),_0x395e81=_0x47d376===_0xf54241['length']-0x1;if(_0x597e72&&'new-element'!==_0x597e72&&this['_touchedNodesState']['modifiedIds']['includes'](_0x597e72)&&!_0x395e81){_0x42836d(_0x597e72),_0x3646dc=_0x597e72;continue;}}let _0x205270=null;const _0x513a88=Ls(_0x17c5c3);if(_0x513a88&&this['_touchedNodesState']['rescuedNewIds']['has'](_0x513a88))_0x3646dc=_0x513a88;else{if(_0x513a88&&this['_touchedNodesState']['newIds']['includes'](_0x513a88))_0x205270='N';else{if(!xs(_0x17c5c3))continue;_0x205270='R';}_0x205270===_0x3dd4d8||null===_0x3dd4d8?_0x3dd4d8=_0x205270:null!==_0x17bd26?(_0x42836d(_0x3646dc),_0x3dd4d8=_0x205270):(_0x17bd26=_0x3dd4d8,_0x3dd4d8=_0x205270),_0x3646dc=_0x513a88;}}const _0xb73c84=_0xf54241[_0xf54241['length']-0x1];return _0xb73c84&&!_0x48ca1a(_0xb73c84)&&!xs(_0xb73c84)&&_0x3646dc&&_0x42836d(_0x3646dc),_0x527a26;}['_getLastStableElement'](_0xf0eef3,_0x5401ab){if(!_0x5401ab)return null;const _0x1a260e=Es('data-id',_0x5401ab,_0xf0eef3);if(!_0x1a260e)return null;const _0x21ef3a=[_0x1a260e,...Rs(_0x1a260e)]['at'](-0x2);if(_0x21ef3a===_0x1a260e)return _0x1a260e;let _0x54af48=_0x21ef3a['previousSibling'];for(;_0x54af48&&!_0x48ca1a(_0x54af48);)_0x54af48=_0x54af48['previousSibling'];return _0x54af48;}['_markUnstableElements'](_0x36b6f1,_0x2bb23d){const _0xa0dcac=new Set([...this['_touchedNodesState']['newIds'],...this['_touchedNodesState']['modifiedIds'],...this['_touchedNodesState']['removedIds']]);let _0x4c2ce1=_0x2bb23d?_0x2bb23d['nextSibling']:_0x36b6f1['firstChild'];for(;_0x4c2ce1;)_0x48ca1a(_0x4c2ce1)&&(_0xa0dcac['has'](fs(_0x4c2ce1,'data-id'))||Ts('data-id',null,_0x4c2ce1)['some'](_0x4832b8=>_0xa0dcac['has'](fs(_0x4832b8,'data-id'))))&&bs(_0x4c2ce1,'data-unstable','true'),_0x4c2ce1=_0x4c2ce1['nextSibling'];}['_isNewNode'](_0x4fb035){return Boolean('new-element'===fs(_0x4fb035,'data-id'));}['_isExistingNode'](_0x334d3f){return Boolean((fs(_0x334d3f,'data-id')||'')['length']>0x0&&'new-element'!==fs(_0x334d3f,'data-id'));}['_isExistingContentComment'](_0x252150){return Boolean(_0x1e98cd(_0x252150)&&ms(_0x252150)['match'](/\s*existing[\s*-](content|document)\s*/g));}};function xs(_0x31bad9){return!!_0x31bad9&&Boolean(_0x1e98cd(_0x31bad9)&&ms(_0x31bad9)['match'](/removed[\s*-]data-id="[^"]+"/));}function Ls(_0x1c1726){if(!_0x1c1726)return null;if(_0x48ca1a(_0x1c1726))return fs(_0x1c1726,'data-id')??null;if(_0x1e98cd(_0x1c1726)){const _0x52e26a=ms(_0x1c1726)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x52e26a&&_0x52e26a[0x1])return _0x52e26a[0x1];}return null;}function Ds(_0x1abe3d,_0x2d3fa6){const _0x5a7362=new Map();for(const _0xd2f4ed of ws(_0x1abe3d))_0x5a7362['set'](fs(_0xd2f4ed,'data-id'),_0xd2f4ed);const _0x4a0a31=new Set();for(const _0x589fd0 of ws(_0x2d3fa6)){const _0x4922f9=fs(_0x589fd0,'data-id'),_0x4a35=_0x4922f9?_0x5a7362['get'](_0x4922f9):void 0x0;_0x4a35?(_0x5e68a2(_0x589fd0,_0x5b768f(_0x4a35,!0x0)),_0x4a0a31['add'](_0x4922f9)):_0x3baafe(_0x589fd0);}for(const _0x267465 of Cs(_0x2d3fa6))xs(_0x267465)&&_0x5a7362['has'](Ls(_0x267465))&&_0x3baafe(_0x267465);const _0x353e0a=new Set(Ts('data-id',null,_0x2d3fa6)['map'](_0x1c1836=>fs(_0x1c1836,'data-id')));for(const [_0x107d02,_0x533a6b]of _0x5a7362){if(_0x4a0a31['has'](_0x107d02))continue;let _0x219417=_0x533a6b['parent'],_0x4585f2=null;for(;_0x219417&&_0x48ca1a(_0x219417);){const _0x5a6944=fs(_0x219417,'data-id');if(_0x5a6944&&_0x353e0a['has'](_0x5a6944)){_0x4585f2=_0x5a6944;break;}_0x219417=_0x219417['parent'];}if(!_0x4585f2)continue;const _0x5710ed=Es('data-id',_0x4585f2,_0x2d3fa6);_0x5710ed&&_0x5435f7(_0x5710ed,_0x5b768f(_0x533a6b,!0x0));}}const Ps=/* #__PURE__ -- @preserve */
|
|
26
|
-
gt();var Hs=class extends Ps{['_m2html'];constructor(){super();const _0x3a948e=Object['entries'](_0x5695e5),_0x2ed1ef=_0x3a948e['findIndex'](([_0x2eec3f])=>'rehypeDomRaw'===_0x2eec3f);if(-0x1===_0x2ed1ef)throw new ht('ai-response-parser-unable-to-set-up-parser');_0x3a948e['splice'](_0x2ed1ef+0x1,0x0,['rehypeSanitize',_0x58df5c]),this['_m2html']=new _0x5b06d6({'plugins':Object['fromEntries'](_0x3a948e)});}['convertMarkdownToHTML'](_0x17e203){const _0x4f4a93=this['_m2html']['parse'](_0x17e203);return this['parseAndNormalizeHTML'](_0x4f4a93);}['parseAndNormalizeHTML'](_0x54a120){return this['_parseHTML'](_0x54a120);}['_parseHTML'](_0x420f99){const _0x551909=ps('<dummy>'+_0x420f99['replace'](/<[^>]*?$/g,'')+'</dummy>');return Ms(_0x551909),_0x551909['children']=_0x551909['children'][0x0]['children'],_0x551909;}};function Ms(_0x286818){for(const _0x39e4b9 of _0x286818['children'])_0x48ca1a(_0x39e4b9)?'pre'!==_0x39e4b9['name']&&Ms(_0x39e4b9):_0x335b1f(_0x39e4b9)&&(_0x39e4b9['data']=_0x39e4b9['data']['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/[ \t\r\f\v]+/g,'\x20'));}function Vs({changeGroups:_0x56c655,documentContextContent:_0x51b4ce,showDiff:_0x27794b,trimUnchanged:_0x1438e9=!0x0}){return _0x56c655['map'](_0x5ac42b=>{if(!_0x5ac42b['editor']||'destroyed'===_0x5ac42b['editor']['state'])return null;if(!_0xeaa397(_0x5ac42b['editor'],_0x5ac42b['rootName']))return{'type':_0x5ac42b['changes'][0x0]['type'],'index':_0x5ac42b['index'],'content':new _0x2d29a4([]),'hasChanges':!0x1};const _0x5e9c30=new _0x2d29a4([]),_0x472f6b=new _0x2d29a4([]),_0x4adc61=new Set();for(const _0x55288b of _0x5ac42b['changes'])'new'==_0x55288b['type']&&Ts('data-id',null,_0x55288b['node'])['forEach'](_0x16e04b=>{_0x4adc61['add'](fs(_0x16e04b,'data-id'));});for(const _0x3972cd of _0x5ac42b['changes'])if('removed'!=_0x3972cd['type']?_0x472f6b['children']['push'](_0x3972cd['node']['cloneNode'](!0x0)):_0x27794b||_0x4adc61['has'](_0x3972cd['id'])||_0x472f6b['children']['push'](_0x3972cd['node']['cloneNode'](!0x0)),'new'!=_0x3972cd['type']&&(_0x27794b||'removed'!=_0x3972cd['type'])){const _0xdc86f1=ti(_0x27dc43=>fs(_0x27dc43,'data-id')==_0x3972cd['id'],_0x51b4ce['get'](_0x5ac42b['documentId']),!0x0);_0xdc86f1&&_0x5e9c30['children']['push'](_0xdc86f1['cloneNode'](!0x0));}let _0x54e4fc,_0x474db5;try{({content:_0x54e4fc,hasChanges:_0x474db5}=Us(_0x5ac42b['editor'],_0x5e9c30,_0x472f6b,_0x27794b,_0x1438e9));}catch{return{'type':_0x5ac42b['changes'][0x0]['type'],'index':_0x5ac42b['index'],'content':new _0x2d29a4([]),'hasChanges':!0x1};}return{'type':_0x5ac42b['changes'][0x0]['type'],'index':_0x5ac42b['index'],'content':_0x54e4fc,'hasChanges':_0x474db5};})['filter'](_0x48edc4=>null!==_0x48edc4);}function Us(_0x50c325,_0x4204e3,_0x1fdb26,_0x5ca973,_0x2897aa=!0x0){const _0x1cb312=_0x50c325['plugins']['get']('DocumentCompare'),_0x45bdfa=ms(_0x4204e3),_0x3204de=ms(_0x1fdb26),_0xd3d72f=_0x50c325['data']['parse'](_0x45bdfa,'$root'),_0x526f33=_0x50c325['model']['createPositionAt'](_0xd3d72f,0x0),_0x583922=_0x1cb312['getDiff'](_0x45bdfa,_0x3204de,{'anchor':_0x526f33,'markDeletions':_0x5ca973,'targetEditor':_0x50c325})['getOperations']();if(0x0==_0x583922['length'])return{'content':_0x4204e3['cloneNode'](!0x0),'hasChanges':!0x1};if(_0x5ca973?function(_0x20fa9d,_0x2336d7,_0x3673fa){if(0x0==_0x20fa9d['length'])return;const _0x199750=_0x3673fa['plugins']['get']('DocumentCompare'),_0x226e3c=_0x3673fa['plugins']['get']('SuggestionsConversion');_0x3673fa['model']['change'](_0x489c8c=>{const _0x4e69dd=new Set();for(let _0x5c88b0=0x0;_0x5c88b0<_0x20fa9d['length'];_0x5c88b0++){const _0x19a4b3=_0x20fa9d[_0x5c88b0];if(_0x19a4b3['baseVersion']=null,_0x19a4b3['isDocumentOperation']=!0x1,_0x199750['isMarkedRemoveOperation'](_0x19a4b3)){const _0x23978d=_0x5420f5(_0x19a4b3['newRange'],_0x3673fa['model']),_0x465263='suggestion:deletion:'+vt()+':$aiSuggestion';_0x2336d7['markers']['set'](_0x465263,_0x23978d);}else switch(_0x19a4b3['type']){case'rename':{if(_0x19a4b3['oldName']==_0x19a4b3['newName'])break;_0x489c8c['batch']['addOperation'](_0x19a4b3),_0x3673fa['model']['applyOperation'](_0x19a4b3);const _0x459b90='$elementName',_0x190f7d=_0x19a4b3['position'],_0x5ee94e=_0x3673fa['model']['createRange'](_0x190f7d,_0x3673fa['model']['createPositionAt'](_0x190f7d['nodeAfter'],'end')),_0x4c4fb8='suggestion:attribute:'+_0x459b90+':'+vt()+':$aiSuggestion';_0x2336d7['markers']['set'](_0x4c4fb8,_0x5ee94e);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x19a4b3['oldValue']==_0x19a4b3['newValue'])break;_0x489c8c['batch']['addOperation'](_0x19a4b3),_0x3673fa['model']['applyOperation'](_0x19a4b3);const _0x40e13e=_0x19a4b3['key'];if(!_0x226e3c['isRegisteredAttribute'](_0x40e13e))break;const _0x149128=_0x5420f5(_0x19a4b3['range'],_0x3673fa['model']),_0x294b1d='suggestion:attribute:'+_0x40e13e+':'+vt()+':$aiSuggestion';_0x2336d7['markers']['set'](_0x294b1d,_0x149128);break;}case'insert':{if(_0x489c8c['batch']['addOperation'](_0x19a4b3),_0x3673fa['model']['applyOperation'](_0x19a4b3),Bs(_0x2336d7,_0x19a4b3),_0x20fa9d[_0x5c88b0+0x1]&&'move'==_0x20fa9d[_0x5c88b0+0x1]['type'])break;const _0x481836=_0x19a4b3['position'],_0x15f69f=_0x19a4b3['howMany'],_0x539ebd=_0x5420f5(_0x3673fa['model']['createRange'](_0x481836,_0x481836['getShiftedBy'](_0x15f69f)),_0x3673fa['model']),_0x101dd8='suggestion:insertion:'+vt()+':$aiSuggestion';_0x2336d7['markers']['set'](_0x101dd8,_0x539ebd);break;}case'split':{_0x489c8c['batch']['addOperation'](_0x19a4b3),_0x3673fa['model']['applyOperation'](_0x19a4b3),Bs(_0x2336d7,_0x19a4b3);const _0x139b17=_0x19a4b3['splitPosition'],_0x3c6a10=_0x19a4b3['moveTargetPosition'],_0x445b0c=_0x3673fa['model']['createRange'](_0x139b17,_0x3c6a10),_0x35117a='suggestion:insertion:'+vt()+':$aiSuggestion';_0x2336d7['markers']['set'](_0x35117a,_0x445b0c);break;}case'move':{_0x489c8c['batch']['addOperation'](_0x19a4b3),_0x3673fa['model']['applyOperation'](_0x19a4b3),Bs(_0x2336d7,_0x19a4b3);const _0x52e9b9=_0x19a4b3['getMovedRangeStart'](),_0x5bca76=_0x19a4b3['howMany'];for(let _0x1ac426=0x0;_0x1ac426<_0x5bca76;_0x1ac426++){const _0x49b278=_0x52e9b9['getShiftedBy'](_0x1ac426)['nodeAfter'];_0x4e69dd['add'](_0x49b278);}break;}case'remove':{const _0x3007a7=_0x19a4b3['sourcePosition'],_0x43199f=_0x19a4b3['howMany'],_0x49d80f=new _0x440cda(_0x3007a7,_0x43199f);_0x489c8c['batch']['addOperation'](_0x49d80f),_0x3673fa['model']['applyOperation'](_0x49d80f),Bs(_0x2336d7,_0x19a4b3);break;}}}for(const _0x58d72c of _0x4e69dd){const _0x2773a7=_0x3673fa['model']['createRangeOn'](_0x58d72c),_0x2d1087='suggestion:formatBlock:$fakeWrap:'+vt()+':$aiSuggestion';_0x2336d7['markers']['set'](_0x2d1087,_0x5420f5(_0x2773a7,_0x3673fa['model']));}});}(_0x583922,_0xd3d72f,_0x50c325):_0x50c325['model']['change'](_0x4702b8=>{for(const _0x55c293 of _0x583922)if('remove'==_0x55c293['type']){const _0x2212ac=_0x55c293['sourcePosition'],_0x5bc4c0=_0x55c293['howMany'],_0x4abed1=new _0x440cda(_0x2212ac,_0x5bc4c0);_0x4702b8['batch']['addOperation'](_0x4abed1),_0x50c325['model']['applyOperation'](_0x4abed1),Bs(_0xd3d72f,_0x55c293);}else{if('marker'==_0x55c293['type']){const _0x59d2c9=_0x55c293['name'],_0x20a4ac=_0x55c293['newRange'];null!==_0x20a4ac?_0xd3d72f['markers']['set'](_0x59d2c9,_0x20a4ac):_0xd3d72f['markers']['delete'](_0x59d2c9);}else _0x55c293['baseVersion']=null,_0x55c293['isDocumentOperation']=!0x1,_0x4702b8['batch']['addOperation'](_0x55c293),_0x50c325['model']['applyOperation'](_0x55c293),Bs(_0xd3d72f,_0x55c293);}}),_0x2897aa){const _0x3d28fc=Gs(_0x50c325,_0x583922,_0xd3d72f);Ks(_0x50c325['model'],_0x3d28fc),function(_0x31d297,_0x4c3a35){const _0x129e33=_0x4c3a35['getFirstRange']()['start'];let _0x3252e7=_0x4c3a35['getFirstRange']()['end'];const _0x4abcc9=_0x129e33['root'];(_0x3252e7['textNode']||_0x3252e7['nodeAfter']&&_0x3252e7['nodeAfter']['is']('$text'))&&(_0x354e1a(_0x3252e7,'...'),$s(_0x4abcc9,_0x3252e7,0x3),_0x3252e7=_0x3252e7['getShiftedBy'](0x3)),(_0x129e33['textNode']||_0x129e33['nodeBefore']&&_0x129e33['nodeBefore']['is']('$text'))&&(_0x354e1a(_0x129e33,'...'),$s(_0x4abcc9,_0x129e33,0x3),_0x129e33['parent']==_0x3252e7['parent']&&(_0x3252e7=_0x3252e7['getShiftedBy'](0x3)));const _0x4f6fb8=_0x31d297['createRange'](_0x31d297['createPositionAt'](_0x4abcc9,0x0),_0x129e33),_0x523790=_0x31d297['createRange'](_0x3252e7,_0x31d297['createPositionAt'](_0x4abcc9,'end')),_0x1c28a3=[..._0x4f6fb8['getMinimalFlatRanges'](),..._0x523790['getMinimalFlatRanges']()];_0x1c28a3['reverse']();for(const _0xe8cf0f of _0x1c28a3)_0x1d816f(_0xe8cf0f),Ys(_0x4abcc9,_0xe8cf0f);}(_0x50c325['model'],_0x3d28fc);}return{'content':ps(_0x50c325['data']['stringify'](_0xd3d72f,{'showSuggestionHighlights':!0x0})),'hasChanges':!0x0};}function Bs(_0x751d81,_0x5b4b17){for(const [_0xb33b4e,_0x2404b3]of _0x751d81['markers']){const _0x42ce4c=_0x223931['_createFromRanges'](_0x2404b3['getTransformedByOperation'](_0x5b4b17));_0x42ce4c['root']==_0x751d81?_0x751d81['markers']['set'](_0xb33b4e,_0x42ce4c):_0x751d81['markers']['delete'](_0xb33b4e);}}function Gs(_0x5b48b9,_0x27cccc,_0x2e98d3){const _0x4dc9f6=_0x5b48b9['plugins']['get']('DocumentCompare');let _0x2c5c18=_0x5b48b9['model']['createPositionAt'](_0x2e98d3,Number['POSITIVE_INFINITY']),_0xfcbf25=_0x5b48b9['model']['createPositionAt'](_0x2e98d3,0x0);for(const _0x115eb5 of _0x27cccc){let _0x54f8d7,_0x4421a7;if(_0x4dc9f6['isMarkedRemoveOperation'](_0x115eb5))_0x54f8d7=_0x115eb5['newRange']['start'],_0x4421a7=_0x115eb5['newRange']['end'];else switch(_0x2c5c18=Fs(_0x2c5c18,_0x115eb5),_0xfcbf25=Fs(_0xfcbf25,_0x115eb5),_0x115eb5['type']){case'rename':_0x54f8d7=_0x115eb5['position'],_0x4421a7=_0x54f8d7['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x54f8d7=_0x115eb5['range']['start'],_0x4421a7=_0x115eb5['range']['end'];break;case'insert':_0x54f8d7=_0x115eb5['position'],_0x4421a7=_0x54f8d7['getShiftedBy'](_0x115eb5['howMany']);break;case'split':_0x54f8d7=_0x115eb5['splitPosition'],_0x4421a7=_0x115eb5['moveTargetPosition'];break;case'merge':{const _0xbcb833=_0x115eb5['targetPosition']['path']['slice'](0x0,-0x1);_0x54f8d7=_0x5b48b9['model']['createPositionFromPath'](_0x2e98d3,_0xbcb833),_0x4421a7=_0x54f8d7['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x2561d6=_0x115eb5['howMany'],_0x2ba6af=_0x115eb5['sourcePosition']['_getTransformedByInsertion'](_0x115eb5['targetPosition'],_0x2561d6),_0x51396f=_0x115eb5['getMovedRangeStart']();'remove'==_0x115eb5['type']?(_0x54f8d7=_0x2ba6af,_0x4421a7=_0x2ba6af):(_0x54f8d7=_0x51396f,_0x4421a7=_0x51396f['getShiftedBy'](_0x2561d6));break;}}_0x54f8d7&&_0x54f8d7['isBefore'](_0x2c5c18)&&(_0x2c5c18=_0x54f8d7['clone'](),_0x2c5c18['stickiness']='toNone'),_0x4421a7&&_0x4421a7['isAfter'](_0xfcbf25)&&(_0xfcbf25=_0x4421a7['clone'](),_0xfcbf25['stickiness']='toNone');}return _0x5b48b9['model']['createSelection'](_0x5b48b9['model']['createRange'](_0x2c5c18,_0xfcbf25));}function Fs(_0x88f690,_0xc4eb7d){return'move'!=_0xc4eb7d['type']&&'remove'!=_0xc4eb7d['type']||_0xc4eb7d['sourceRange']['containsPosition'](_0x88f690)&&((_0x88f690=_0xc4eb7d['sourcePosition']['clone']())['stickiness']='toNone'),_0x88f690['getTransformedByOperation'](_0xc4eb7d);}function Ks(_0x54dec4,_0x5ee80d){Ws(_0x54dec4,_0x5ee80d,'forward');const _0x3202eb=_0x5ee80d['getFirstRange']();_0x5ee80d['setTo']([]),_0x5ee80d['setTo'](_0x3202eb,{'backward':!0x0}),Ws(_0x54dec4,_0x5ee80d,'backward');}function Ws(_0xc7115c,_0x457312,_0x43deb3){let _0x54b4a5=0x14;for(;_0x54b4a5;){_0xc7115c['modifySelection'](_0x457312,{'unit':'word','direction':_0x43deb3}),_0x54b4a5--;const _0x4032a7=_0x457312['focus']['forward'==_0x43deb3?'nodeBefore':'nodeAfter'];if(_0x4032a7&&_0x4032a7['is']('element')&&_0xc7115c['schema']['isBlock'](_0x4032a7)&&_0xc7115c['schema']['isObject'](_0x4032a7))break;}}function Ys(_0x2f14e0,_0x382d2f){for(const [_0x5b4129,_0x38b09a]of _0x2f14e0['markers']){const _0x1a4817=_0x38b09a['_getTransformedByDeletion'](_0x382d2f['start'],_0x382d2f['end']['offset']-_0x382d2f['start']['offset']);null!=_0x1a4817?_0x2f14e0['markers']['set'](_0x5b4129,_0x1a4817):_0x2f14e0['markers']['delete'](_0x5b4129);}}function $s(_0x161c9c,_0x11124b,_0x2abc5a){for(let [_0x12b3b2,_0x6d14ac]of _0x161c9c['markers'])_0x6d14ac=_0x6d14ac['_getTransformedByInsertion'](_0x11124b,_0x2abc5a,!0x1)[0x0],_0x161c9c['markers']['set'](_0x12b3b2,_0x6d14ac);}const qs=/* #__PURE__ -- @preserve */
|
|
27
|
-
ut();var Qs=class extends qs{['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x23194a,config:_0x4ea9bc,locale:_0x5dc607}){super(),this['_connector']=_0x23194a,this['_config']=_0x4ea9bc,this['_locale']=_0x5dc607;}get['_availableModels'](){return this['_config']?.['displayedModels'];}get['_defaultModelId'](){return this['_config']?.['defaultModelId'];}async['getAll'](){return this['_modelsRequest']||(this['_modelsRequest']=this['_retrieveModels']()),this['_modelsRequest'];}async['getAvailableModels'](){const _0x2a1dd0=await this['getAll']();let _0xabe505;return _0xabe505=this['_availableModels']?this['_filterModels'](_0x2a1dd0,this['_availableModels']):_0x2a1dd0['filter'](_0x427ab4=>_0x427ab4['recommended']),_0xabe505;}async['getModel'](_0x1af182){const _0x30a3c5=await this['getAll']();if(!_0x30a3c5['length'])return null;if(_0x1af182){const _0x152bdc=this['_getModelById'](_0x30a3c5,_0x1af182);if(_0x152bdc)return _0x152bdc;bt('ai-chat-model-id-unrecognized',{'modelId':_0x1af182,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x41a4e3=await this['getAvailableModels']();if(!_0x41a4e3['length'])return null;if(this['_defaultModelId']){const _0x3169f5=this['_getModelById'](_0x41a4e3,this['_defaultModelId']);if(_0x3169f5)return _0x3169f5;bt('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x41a4e3[0x0]['id']});}return _0x41a4e3[0x0];}async['isAvailable'](_0x3fd895){return(await this['getAvailableModels']())['some'](_0x490c73=>_0x490c73['name']===_0x3fd895['name']&&_0x490c73['provider']===_0x3fd895['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length']){const _0x23b259=this['_locale']['uiLanguage']||'en',_0x976d8c=await this['_connector']['getModels'](_0x23b259)['list']();this['_modelList']=_0x976d8c['items']['map'](_0xef98f4=>Xs(_0xef98f4)?{..._0xef98f4,'name':us(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0xef98f4);}return[...this['_modelList']];}['_filterModels'](_0x1793b9,_0x8187a2){let _0x3ba1eb;if(_0x8187a2){_0x3ba1eb=[];const _0x3987e1=new Set(),_0x2cbacd='string'==typeof _0x8187a2?[_0x8187a2['toLocaleLowerCase']()]:_0x8187a2['map'](_0x449339=>_0x449339['toLocaleLowerCase']());for(const _0xfee7a9 of _0x2cbacd)for(const _0x370f89 of _0x1793b9)!_0x3987e1['has'](_0x370f89['id'])&&this['_isMatchingFilter'](_0x370f89,_0xfee7a9)&&(_0x3ba1eb['push'](_0x370f89),_0x3987e1['add'](_0x370f89['id']));}else _0x3ba1eb=_0x1793b9;return _0x3ba1eb;}['_isMatchingFilter'](_0x4b3674,_0x47a42a){const _0x38307e=_0x4b3674['id']['toLocaleLowerCase'](),_0xdebb37=_0x4b3674['name']['toLocaleLowerCase'](),_0x17edaf=_0x4b3674['provider']['toLocaleLowerCase']();return _0x38307e===_0x47a42a||_0xdebb37===_0x47a42a||Xs(_0x4b3674)&&'auto'===_0x47a42a||_0x17edaf===_0x47a42a||_0x38307e['startsWith'](_0x47a42a);}['_getModelById'](_0x51d19d,_0x13b908){return _0x51d19d['find'](_0x4afe1b=>Xs(_0x4afe1b)&&'auto'===_0x13b908?_0x4afe1b:_0x4afe1b['id']===_0x13b908)||null;}};function Xs(_0x2f8ba4){return _0x2f8ba4['id']['startsWith']('agent');}function zs(_0x84775c,_0x2e52f0){for(const _0x30e4d3 of _0x84775c)'noop'!==_0x30e4d3['type']&&(_0x30e4d3['_aiSource']=_0x2e52f0);}var js=class extends _0x11a14c{static get['pluginName'](){return'AIGateway';}static get['requires'](){return[_0x1f6a74];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAvailableModels'](){return new Qs({'connector':this['context']['plugins']['get']('AIConnector'),'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']})['getAll']();}['apply'](_0x415330,_0x3d0581){if('completed'!==_0x415330['status'])throw new ht('ai-gateway-apply-invalid-status',this,{'status':_0x415330['status']});const _0x1e125a=_0x415330['editor'],{applyMethod:_0x3f7bbd}=_0x3d0581;if('suggest'===_0x3f7bbd&&!_0x1e125a['plugins']['has']('TrackChanges'))throw new ht('ai-no-track-changes',this);const _0x218d5e='suggest'===_0x3f7bbd,_0x1a7f27=this['context']['plugins']['get'](_0x1f6a74),_0x1a381b=_0x1e125a['model']['createPositionAt'](_0x1e125a['model']['document']['getRoot'](),0x0),_0x200f94=_0x1a7f27['getDiff'](_0x415330['contentRawOld'],_0x415330['contentRawNew'],{'anchor':_0x1a381b,'markDeletions':_0x218d5e,'targetEditor':_0x1e125a}),_0x2392d7=_0x1e125a['model']['document']['history']['getOperations'](_0x415330['documentVersion']),_0x25af0a={'document':_0x1e125a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2835fa=_0x5be051(_0x200f94['getOperations'](),_0x2392d7,_0x25af0a)['operationsA'];zs(_0x2835fa,_0x3d0581['aiSource']??'api'),_0x1e125a['model']['change'](_0x262a4a=>{_0x218d5e?_0x1e125a['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x2835fa):_0x1a7f27['applyOperations'](_0x262a4a,_0x2835fa);});}['mergeChangesIntoContent'](_0x2cdb5b,_0x2c6315,_0x33b02b){const _0x4ee664=new Hs(),_0x58a7ab=new ys();let _0x12b925=_0x4ee664['parseAndNormalizeHTML'](_0x2c6315);for(const _0x217477 of _0x2cdb5b)try{const _0x4889ca=_0x4ee664['parseAndNormalizeHTML'](_0x217477['content']);_0x12b925=_0x58a7ab['merge'](_0x4889ca,_0x12b925,{'cutAfterUnstable':!0x1,'replaceRemovedWith':void 0x0})['parsedContent'];}catch(_0x22dfb2){throw new ht('ai-gateway-merge-failed',this,{..._0x217477},_0x22dfb2);}return Us(_0x33b02b,_0x4ee664['parseAndNormalizeHTML'](_0x2c6315),_0x12b925,!0x1,!0x1)['content'];}},Js=class{['_editor'];['_rootName'];['_channelId'];['_sessionId'];['_documentVersion'];['_contentRawOld'];['_contentRawNew'];['_error'];['_isAborted']=!0x1;constructor(_0xb60512){this['_editor']=_0xb60512['editor'],this['_rootName']=_0xb60512['rootName'],this['_channelId']=_0xb60512['channelId'],this['_sessionId']=_0xb60512['sessionId'];}get['status'](){return this['_error']?'error':this['_isAborted']?'aborted':void 0x0!==this['_contentRawNew']?'completed':'initialized';}get['editor'](){return this['_editor'];}get['rootName'](){return this['_rootName'];}get['channelId'](){return this['_channelId'];}get['sessionId'](){return this['_sessionId'];}get['documentVersion'](){return this['_documentVersion'];}set['documentVersion'](_0x741386){this['_documentVersion']=_0x741386;}get['contentRawOld'](){return this['_contentRawOld'];}set['contentRawOld'](_0x324ca3){this['_contentRawOld']=_0x324ca3;}get['contentRawNew'](){return this['_contentRawNew'];}set['contentRawNew'](_0x5397e0){this['_contentRawNew']=_0x5397e0;}get['contentOld'](){return this['_dropDataIds'](this['_contentRawOld']||'');}get['contentNew'](){return this['_dropDataIds'](this['_contentRawNew']||'');}get['error'](){return this['_error'];}set['error'](_0x4c480a){this['_error']=_0x4c480a;}['abort'](){this['_isAborted']=!0x0;}['_dropDataIds'](_0x26cf34){return _0x26cf34['replace'](/ data-id="[a-z0-9]+"/g,'');}},Zs=class extends Js{['_summary']='';get['summary'](){return this['_summary'];}set['summary'](_0x20bed3){this['_summary']=_0x20bed3;}},tn=class extends _0x11a14c{static get['pluginName'](){return'AIDocumentProcessingGateway';}static get['requires'](){return[ls,Is,js];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAvailableModels'](){return this['context']['plugins']['get']('AIGateway')['getAvailableModels']();}async['processDocument'](_0x53d92c,_0x307cda){if(!_0x53d92c)throw new ht('ai-documentprocessinggateway-missing-prompt',this);const _0x576142=await this['context']['plugins']['get'](Is)['getDocumentData']();if(!_0x576142[0x0])throw new ht('ai-documentprocessinggateway-missing-document',this);const _0x23e4fa=new Zs({'editor':_0x576142[0x0]['editor'],'rootName':_0x576142[0x0]['rootName'],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x576142[0x0]['sessionId']});if(_0x23e4fa['contentRawOld']=_0x576142[0x0]['content'],_0x23e4fa['documentVersion']=_0x576142[0x0]['version'],_0x307cda?.['signal']?.['aborted'])return _0x23e4fa['abort'](),_0x23e4fa;const _0x5ead6b=this['context']['plugins']['get']('AIConnector')['processDocument']({'document':_0x23e4fa['contentRawOld'],'prompt':_0x53d92c,'model':_0x307cda['model']});let _0x4e59aa;if(_0x307cda?.['signal']){if(_0x307cda['signal']['aborted'])return _0x5ead6b['abortController']['abort'](),_0x23e4fa['abort'](),_0x23e4fa;const _0x23f82d=_0x307cda['signal'],_0xc875cd=()=>_0x5ead6b['abortController']['abort']();_0x23f82d['addEventListener']('abort',_0xc875cd),_0x4e59aa=()=>_0x23f82d['removeEventListener']('abort',_0xc875cd);}try{const _0x53e314=await _0x5ead6b['getResult']();if(!(_0x53e314&&_0x53e314['document']&&_0x53e314['document']['length']>0x0))throw new ht('ai-documentprocessinggateway-empty-reply',this);_0x23e4fa['contentRawNew']=_0x53e314['document'],_0x23e4fa['summary']=_0x53e314['summary']||'';}catch(_0x51285e){_0x51285e instanceof Error&&_0x51285e['message']['includes']('ai-request-aborted')?_0x23e4fa['abort']():_0x23e4fa['error']=_0x51285e instanceof ht?_0x51285e:new ht('ai-documentprocessinggateway-run-failed',this,{},_0x51285e);}finally{_0x4e59aa&&_0x4e59aa();}return _0x23e4fa;}['applyResult'](_0x2bdcdd,_0x54a06f){this['context']['plugins']['get']('AIGateway')['apply'](_0x2bdcdd,_0x54a06f);}};function en(_0x5a924b){return _0x5a924b instanceof Error&&('AbortError'===_0x5a924b['name']||('AICoreError'===_0x5a924b['name']?!0x0===_0x5a924b['isAbort']:_0x5a924b['message']['startsWith']('ai-request-aborted')));}var sn=class extends Error{['code'];['severity'];['type'];['context'];['isAbort'];constructor(_0x14b4ca){super(_0x14b4ca['code'],_0x14b4ca['cause']instanceof Error?{'cause':_0x14b4ca['cause']}:void 0x0),this['name']='AICoreError',this['code']=_0x14b4ca['code'],this['severity']=_0x14b4ca['severity']??'error',this['type']=_0x14b4ca['type']??'system',this['context']=_0x14b4ca['context'],this['isAbort']=_0x14b4ca['isAbort']??en(_0x14b4ca['cause']);}},nn=class extends _0x11a14c{static get['pluginName'](){return'AIErrorSink';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['createReporter'](_0x4136c0){return new rn(this,_0x4136c0);}},rn=class{['_sink'];['_component'];constructor(_0x2ccf7b,_0x572091){this['_sink']=_0x2ccf7b,this['_component']=_0x572091;}['logError'](_0x417223,_0x210dae={}){this['_emit'](_0x417223,_0x210dae),this['_defaultLog'](_0x417223);}['reportError'](_0x1dd5a4,_0x205406={}){this['_emit'](_0x1dd5a4,_0x205406);}['_emit'](_0x401035,_0x43f4de){en(_0x401035)||this['_sink']['fire']('error',{'error':_0x401035,'component':this['_component'],'context':_0x43f4de['context']});}['_defaultLog'](_0x2fb942){if(!en(_0x2fb942)){if(_0x2fb942 instanceof sn){if('user'===_0x2fb942['type']||'network'===_0x2fb942['type'])return;if('warning'===_0x2fb942['severity'])return void console['warn'](this['_component'],_0x2fb942);}console['error'](this['_component'],_0x2fb942);}}};const on='ck-ai-button-primary',an='ck-ai-button-secondary',hn='ck-ai-button-tertiary';function cn(_0x5602f6,_0x2ada8c){const _0x347f63=new Ht(_0x5602f6),_0x56c2a6=us(_0x5602f6,'AI_TABS_LABEL_MINIMIZE'),_0x507d16=us(_0x5602f6,'AI_TABS_LABEL_MAXIMIZE');return _0x347f63['set']({'withText':!0x1,'icon':_0x30fcb2,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+hn}),_0x347f63['bind']('label')['to'](_0x2ada8c,'isMaximized',_0x15fb2b=>_0x15fb2b?_0x56c2a6:_0x507d16),_0x347f63['bind']('icon')['to'](_0x2ada8c,'isMaximized',_0x2d1c44=>_0x2d1c44?_0x527ca0:_0x30fcb2),_0x347f63['bind']('isOn')['to'](_0x2ada8c,'isMaximized'),_0x347f63['on']('execute',()=>{_0x2ada8c['fire']('resizeTabs');}),_0x347f63;}function ln(_0x200114){const _0x102289=new Lt(_0x200114);return _0x102289['attachToDom'](),_0x102289['bodyCollectionContainer']['classList']['add']('ck-ai-body'),_0x102289;}const un=/* #__PURE__ -- @preserve */
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
gt(),mn=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];var En=class AIChatContext extends pn{['_connector'];['_config'];['_ownerId'];constructor({connector:_0x170221,config:_0x31efb0,ownerId:_0x3910d5}){super(),this['_connector']=_0x170221,this['_config']=_0x31efb0,this['_ownerId']=_0x3910d5;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return new Map(this['_pendingContextItems']);}async['populateFromMessage'](_0x5dc3d4,_0xee9d1e){const _0x341316=new Map(),{contextItem:_0x13094f,hasUnmatched:_0x3254db}=await this['_populateDocumentContextItem'](_0x5dc3d4,_0xee9d1e);_0x13094f&&_0x341316['set'](_0x13094f['id'],_0x13094f);for(const _0x569f71 of _0x5dc3d4){if('document'===_0x569f71['type'])continue;const _0x13f5aa=await this['_createContextItemFromContent'](_0x569f71);this['_addToConversationContextItem'](_0x13f5aa),_0x341316['set'](_0x13f5aa['id'],_0x13f5aa);}return{'contextItems':_0x341316,'hasUnmatched':_0x3254db};}async['_populateDocumentContextItem'](_0x3f8dbe,_0x47a0df){const _0x1d0fb8=_0x3f8dbe['filter'](_0x2a9105=>'document'===_0x2a9105['type']);if(0x0===_0x1d0fb8['length'])return{'hasUnmatched':!0x1};const _0x43c43f=_0x1d0fb8['map'](_0x4c3f7c=>_0x4c3f7c['id']),_0x1760f5=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x43c43f)['getDocuments'](),_0x33f444=new Map(_0x1760f5['map'](_0x444a2e=>[_0x444a2e['id'],_0x444a2e])),_0x172710=[];let _0x463f0d=!0x1;for(const _0x13d9fa of _0x1d0fb8){const _0x24912e=_0x33f444['get'](_0x13d9fa['id']);_0x24912e&&(this['_matchDocumentToRoot'](_0x24912e,_0x47a0df)||(_0x463f0d=!0x0),_0x172710['push']({'id':_0x24912e['id'],'content':_0x24912e['content'],'version':_0x24912e['attributes']?.['version']??0x0,'sessionId':_0x24912e['attributes']?.['sessionId']??null,'selection':[],'channelId':_0x24912e['attributes']?.['channelId']??_0x47a0df[0x0]?.['config']['get']('collaboration.channelId')??'','rootName':_0x24912e['attributes']?.['rootName']??_0x47a0df[0x0]?.['model']['document']['getRoots']()[0x0]['rootName']??''}));}const _0xfa9646={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0x172710};return this['_addToConversationContextItem'](_0xfa9646),this['toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0xfa9646,'hasUnmatched':_0x463f0d};}['_matchDocumentToRoot'](_0xca0ae4,_0x3bf89f){const _0x4d3327=_0xca0ae4['attributes']?.['channelId'],_0x46fdab=_0xca0ae4['attributes']?.['rootName'];if(_0x4d3327&&_0x46fdab){for(const _0x4b796c of _0x3bf89f)if(_0x4b796c['config']['get']('collaboration.channelId')===_0x4d3327){for(const _0x3993b5 of _0x4b796c['model']['document']['getRoots']())if('$graveyard'!==_0x3993b5['rootName']&&_0x3993b5['rootName']===_0x46fdab)return{'editor':_0x4b796c,'rootName':_0x3993b5['rootName']};}}}async['_createContextItemFromContent'](_0x3f913c){return'mcp-tool-context'===_0x3f913c['type']?{'id':_0x3f913c['id'],'uiId':_0x3f913c['id'],'label':_0x3f913c['data']?.['label']||_0x3f913c['id'],'type':'mcp-tool-context','mcpServerName':_0x3f913c['mcpServerName'],'toolName':_0x3f913c['toolName'],'data':_0x3f913c['data']||{}}:{'id':_0x3f913c['id'],'uiId':_0x3f913c['id'],'label':_0x3f913c['attributes']?.['label']||_0x3f913c['name']||_0x3f913c['url']||_0x3f913c['id'],'type':_0x3f913c['type'],..._0x3f913c?.['attributes']?.['resourceId']?{'resourceId':_0x3f913c['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x50d469){this['_pendingContextItems']['get'](_0x50d469)?.['isReadOnly']||this['_removeContextItem'](_0x50d469);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x2087a8 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x2087a8['uiId']);const _0x14a32b=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x14a32b&&this['_addContextItem']({..._0x14a32b,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x3c33b1){for(const _0x3f0ff6 of _0x3c33b1['values']())this['_addToConversationContextItem'](_0x3f0ff6);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'](_0xbbfc35){return Array['from'](_0xbbfc35['values']())['flatMap'](_0xc57fc7=>this['_mapContextItemToRequestData'](_0xc57fc7));}async['addFilesToContext'](_0x4ca43f,_0x1ae75b,_0x442b5a='file'){const _0x52a958='files-'+vt();this['_startUploadOperation'](_0x52a958);try{await Promise['all'](_0x4ca43f['map'](async _0x50943d=>{const _0x4719b5='file-'+vt(),_0x16757b=_0x5a08e5(_0x50943d['name']),_0x31caff='file'===_0x442b5a&&_0x50943d['type']['startsWith']('image/')?'image':_0x442b5a;try{this['_addContextItem']({'type':_0x31caff,'label':_0x1ae75b?.['label']||_0x16757b,'uiId':_0x4719b5,'resourceId':_0x1ae75b?.['resourceId']},!0x0);const _0x553e73=this['_connector']['uploadFile'](this['_ownerId'],_0x50943d,_0x1ae75b);this['_ongoingUploads']['set'](_0x4719b5,_0x553e73['abortController']);const {id:_0x19e87b}=await _0x553e73['getId']();this['_ongoingUploads']['delete'](_0x4719b5),this['_finishContextItemLoading']({'type':_0x31caff,'id':_0x19e87b,'label':_0x1ae75b?.['label']||_0x16757b,'uiId':_0x4719b5,'resourceId':_0x1ae75b?.['resourceId']},!0x1);}catch(_0x4046d4){if(this['_ongoingUploads']['delete'](_0x4719b5),!en(_0x4046d4)){const _0x51fc09=new sn({'code':In['get'](_0x4046d4['code'])||'ai-chat-file-upload-failed','cause':_0x4046d4,'context':{'fileName':_0x16757b}});this['fire']('error',{'error':_0x51fc09});}this['_removeContextItem'](_0x4719b5);}}));}finally{this['_finishUploadOperation'](_0x52a958);}}['addCurrentDocumentToContext'](_0xa70779){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x7662b2={'type':'document','uiId':'current-document','label':_0xa70779,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x7662b2);}async['updateCurrentDocuments'](_0x116855){const _0x48857f=this['_pendingContextItems']['get']('current-document');if(!_0x48857f||!_0x116855['length']||_0x116855['every'](_0x382091=>!_0x382091['content']))return;_0x116855['length']>0x1&&_0x116855['some'](_0x2ada74=>!_0x2ada74['description'])&&bt('ai-chat-documents-missing-description');try{const _0x328928=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x116855)['getIds']();if(_0x328928['length']!==_0x116855['length']||_0x328928['some'](_0x740088=>!_0x740088?.['id'])){const _0x3e620e=new ht('ai-chat-document-upload-reply-mismatch',null);return void this['fire']('error',{'error':_0x3e620e});}_0x48857f['documents']=_0x116855['map']((_0x33c14d,_0x1efb66)=>{return{'id':_0x328928[_0x1efb66]['id'],'content':_0x33c14d['content'],'version':_0x33c14d['version'],'sessionId':_0x33c14d['sessionId'],'selection':(_0x43a3d7=_0x33c14d['selections'],_0x43a3d7?_0x43a3d7['map'](_0x42ad3c=>({'start':_0x42ad3c['start'],'end':_0x42ad3c['end']})):[]),'channelId':_0x33c14d['channelId'],'rootName':_0x33c14d['rootName']};var _0x43a3d7;});}catch(_0x25302c){const _0x3f4c0a=new sn({'code':'ai-chat-document-upload-failed','type':'network','cause':_0x25302c});this['fire']('error',{'error':_0x3f4c0a});}}['addSelectionToContext'](_0x2ca670){this['_addContextItem']({'type':'selection','label':_0x2ca670,'uiId':'selection','content':_0x2ca670});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x34d5e9,_0x21bb63){const _0x337ddd='url-'+vt();this['_startUploadOperation'](_0x337ddd);const _0x234c91='url-'+vt();try{this['_addContextItem']({'type':'web-resource','label':_0x21bb63?.['label']||_0x34d5e9,'uiId':_0x234c91,'resourceId':_0x21bb63?.['resourceId']},!0x0);const _0x39e92b=this['_connector']['uploadUrl'](this['_ownerId'],_0x34d5e9,_0x21bb63);this['_ongoingUploads']['set'](_0x234c91,_0x39e92b['abortController']);const {id:_0x48a654}=await _0x39e92b['getId']();this['_ongoingUploads']['delete'](_0x234c91),this['_finishContextItemLoading']({'type':'web-resource','id':_0x48a654,'label':_0x21bb63?.['label']||_0x34d5e9,'uiId':_0x234c91,'resourceId':_0x21bb63?.['resourceId']},!0x1);}catch(_0x4fffe1){this['_ongoingUploads']['delete'](_0x234c91),en(_0x4fffe1)||this['fire']('error',{'error':new ht('ai-chat-url-upload-failed',this,{'url':_0x34d5e9,'originalError':_0x4fffe1}),'url':_0x34d5e9}),this['_removeContextItem'](_0x234c91);}finally{this['_finishUploadOperation'](_0x337ddd);}}['addToolItemToContext'](_0x39f580){_0x39f580['id']=_0x39f580['id']??vt()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x39f580['uiId'],_0x39f580),this['fire']('contextItemAdded',{'contextItem':_0x39f580,'isLoading':!0x1});}async['loadSourceResources'](_0x1afd5e,_0x220b09,_0x39c8a6){const _0x111e2c=this['_addContextOptionsState']['sources']['find'](_0x1eb388=>_0x1eb388['id']===_0x1afd5e);if(!_0x111e2c)return this['fire']('error',{'error':new ht('ai-chat-source-not-found',this,{'sourceId':_0x1afd5e}),'sourceId':_0x1afd5e}),[];try{const _0x2a7ab5=(await _0x111e2c['getResources'](_0x220b09))['map'](_0x5bd435=>{const _0x4c5fd9=this['_isResourceInContext'](_0x5bd435['id']);return{..._0x5bd435,'isInContext':_0x4c5fd9};});return _0x111e2c['resources']=_0x2a7ab5,this['fire']('sourceResourcesLoaded',{'sourceId':_0x1afd5e,'source':_0x111e2c,'resources':_0x2a7ab5,'uid':_0x39c8a6}),_0x2a7ab5;}catch(_0x44561c){return this['fire']('error',{'error':new ht('ai-chat-source-resources-load-failed',this,{'sourceId':_0x1afd5e,'originalError':_0x44561c}),'sourceId':_0x1afd5e,'sourceLabel':_0x111e2c['label']}),[];}}async['addResourceToContext'](_0x40e7fa,_0x45b748){if(this['_isResourceInContext'](_0x45b748['id']))return;let _0x2e6633=_0x45b748['data'];if(!_0x2e6633&&_0x40e7fa['getData'])try{_0x2e6633=await _0x40e7fa['getData'](_0x45b748['id']);}catch(_0x5bea60){return void this['fire']('error',{'error':new ht('ai-chat-resource-load-failed',this,{'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id'],'originalError':_0x5bea60}),'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']});}if(_0x2e6633)switch(_0x45b748['type']){case'web-resource':if('string'!=typeof _0x2e6633)return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id'],'expectedType':'string','actualType':typeof _0x2e6633}),'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']});await this['addUrlToContext'](_0x2e6633,{'label':_0x45b748['label'],'resourceId':_0x45b748['id']});break;case'file':if(!(_0x2e6633 instanceof File))return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id'],'expectedType':'File','actualType':typeof _0x2e6633}),'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']});await this['addFilesToContext']([_0x2e6633],{'label':_0x45b748['label'],'resourceId':_0x45b748['id']});break;case'text':if('object'!=typeof _0x2e6633||!('content'in _0x2e6633)||!('type'in _0x2e6633))return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x2e6633}),'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']});_0x2e6633=AIChatContext['_convertTextResourceToFile'](_0x2e6633,_0x45b748['label']),await this['addFilesToContext']([_0x2e6633],{'label':_0x45b748['label'],'resourceId':_0x45b748['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new ht('ai-chat-context-unsupported-type',this,{'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id'],'resourceType':_0x45b748['type']}),'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']});}else this['fire']('error',{'error':new ht('ai-chat-resource-no-data',this,{'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']}),'resourceId':_0x45b748['id'],'sourceId':_0x40e7fa['id']});}['toggleAddCurrentDocumentOptionVisibility'](_0x5a4bf8){if(void 0x0!==_0x5a4bf8)this['_addContextOptionsState']['document']['isHidden']=!_0x5a4bf8;else{const _0x3e4ee5=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x3e4ee5;}this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}static['_convertTextResourceToFile'](_0x89d2fa,_0x588ef2){switch(_0x89d2fa['type']){case'markdown':return new File([_0x89d2fa['content']],_0x588ef2,{'type':'text/markdown'});case'html':return new File([_0x89d2fa['content']],_0x588ef2,{'type':'text/html'});default:return new File([_0x89d2fa['content']],_0x588ef2,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x58cbe9){switch(_0x58cbe9['type']){case'file':case'image':case'text':return[{'type':'file','id':_0x58cbe9['id']}];case'web-resource':return[{'type':'web-resource','id':_0x58cbe9['id']}];case'document':return _0x58cbe9['documents']?.['length']?_0x58cbe9['documents']['map'](_0x4043e0=>({'type':'document','id':_0x4043e0['id'],..._0x4043e0['selection']?.['length']&&{'selection':_0x4043e0['selection']}})):[];case'mcp-tool-context':{const _0xf892da=_0x58cbe9;return[{'type':'mcp-tool-context','mcpServerName':_0xf892da['mcpServerName'],'toolName':_0xf892da['toolName'],'data':{..._0xf892da['data'],'label':_0xf892da['label']||_0xf892da['data']?.['label']||_0xf892da['id']},'id':_0xf892da['id']}];}default:return[];}}['_addContextItem'](_0x286487,_0x6bee2d=!0x1){if(this['_pendingContextItems']['set'](_0x286487['uiId'],_0x286487),_0x286487['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x286487,'isLoading':_0x6bee2d}),'current-document'===_0x286487['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x286487['resourceId']){const _0x26fc14=this['_findSourceIdsByResourceId'](_0x286487['resourceId']);_0x26fc14&&_0x26fc14['forEach'](_0x4ec410=>{this['_updateResourceInContextState'](_0x4ec410,_0x286487['resourceId'],!0x0);});}}['_removeContextItem'](_0x2dd90f){const _0x20e70a=this['_pendingContextItems']['get'](_0x2dd90f),_0x93033f=this['_ongoingUploads']['get'](_0x2dd90f);if(_0x93033f&&(_0x93033f['abort'](),this['_ongoingUploads']['delete'](_0x2dd90f)),_0x20e70a?.['resourceId']){const _0x227a66=this['_findSourceIdsByResourceId'](_0x20e70a['resourceId']);_0x227a66&&_0x227a66['forEach'](_0x59285a=>{this['_updateResourceInContextState'](_0x59285a,_0x20e70a['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x2dd90f),this['fire']('contextItemRemoved',{'uiId':_0x2dd90f,'type':_0x20e70a?.['type']}),'current-document'===_0x2dd90f&&this['toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x123c32,_0x204f63){if(this['_pendingContextItems']['has'](_0x123c32['uiId'])&&(this['_pendingContextItems']['set'](_0x123c32['uiId'],_0x123c32),this['fire']('contextItemLoadingEnded',{'contextItem':_0x123c32,'isLoading':_0x204f63}),_0x123c32['resourceId'])){const _0x181642=this['_findSourceIdsByResourceId'](_0x123c32['resourceId']);_0x181642&&_0x181642['forEach'](_0x2da926=>{this['_updateResourceInContextState'](_0x2da926,_0x123c32['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x15f1a9){this['_conversationContextItems']['set'](_0x15f1a9['uiId'],_0x15f1a9);}['_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'](),'customItems':this['_config']?.['customItems']?.['map'](_0x46c488=>({..._0x46c488,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x1a2f67=>({..._0x1a2f67,'resources':[]}))??[];}['_isResourceInContext'](_0xd3247f){for(const _0x1a53b5 of this['_pendingContextItems']['values']())if(_0x1a53b5['resourceId']===_0xd3247f)return!0x0;for(const _0x14ec7a of this['_conversationContextItems']['values']())if(_0x14ec7a['resourceId']===_0xd3247f)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x47ae5b){const _0x28d60a=[];for(const _0x43ba44 of this['_addContextOptionsState']['sources'])_0x43ba44['resources']['find'](_0x5532ca=>_0x5532ca['id']===_0x47ae5b)&&_0x28d60a['push'](_0x43ba44['id']);return 0x0===_0x28d60a['length']?null:_0x28d60a;}['_updateResourceInContextState'](_0x575daf,_0x211c4b,_0x508c36){const _0x2e1c47=this['_addContextOptionsState']['sources']['find'](_0xe7d0a6=>_0xe7d0a6['id']===_0x575daf);if(!_0x2e1c47)return;const _0xacce0a=_0x2e1c47['resources']['find'](_0x1b2f56=>_0x1b2f56['id']===_0x211c4b);_0xacce0a&&(_0xacce0a['isInContext']=_0x508c36,this['fire']('resourceStateChanged',{'sourceId':_0x575daf,'resourceId':_0x211c4b,'isInContext':_0x508c36}));}['_startUploadOperation'](_0xb3627f){this['_ongoingUploadOperations']['set'](_0xb3627f,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x16ff07){this['_ongoingUploadOperations']['delete'](_0x16ff07),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}};const Tn=/* #__PURE__ -- @preserve */
|
|
31
|
-
ut(),wn=['capabilitiesUpdated'];var Cn=class extends Tn{['_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'](_0x190726){const _0x38ea06={};return _0x190726&&_0x190726['isWebSearchEnabled']&&(_0x38ea06['webSearch']={}),_0x190726&&_0x190726['isReasoningEnabled']&&(_0x38ea06['reasoning']={}),_0x38ea06;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x17890e){_0x17890e!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x17890e,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x2cf077){_0x2cf077!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x2cf077,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}},fn=class extends An{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x31b62c){super(_0x31b62c),this['conversationId']=_0x31b62c['conversationId'],this['contextItems']=_0x31b62c['contextItems'],this['capabilities']=_0x31b62c['capabilities'],this['userMessage']=_0x31b62c['userMessage'],this['model']=_0x31b62c['model'],this['attributes']=_0x31b62c['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':En['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Cn['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}};const bn=/* #__PURE__ -- @preserve */
|
|
32
|
-
ut();var Sn=class extends bn{['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];['_channelsToEditors'];['_getSessionId'];constructor(_0x29390c){super(),this['options']=_0x29390c,this['connector']=_0x29390c['connector'],this['chatModels']=_0x29390c['chatModels'],this['id']=_0x29390c['conversationId'],this['isFromHistory']=_0x29390c['isFromHistory'],this['_channelsToEditors']=_0x29390c['channelsToEditors'],this['_getSessionId']=_0x29390c['getSessionId'];}async['init'](_0x5c916a){try{this['chatContext']=new En({'connector':this['connector'],'config':_0x5c916a,'ownerId':this['id']}),this['chatContext']['delegate'](...mn)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Cn(),this['chatCapabilities']['delegate'](...wn)['to'](this),this['chatCapabilities']['init']();const _0x52ed48=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x52ed48});const _0x279d4b=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x279d4b&&await this['setModel'](_0x279d4b);}catch(_0x5f1f1b){const _0x2e9c7c=new sn({'code':'ai-chat-conversation-init-failed','cause':_0x5f1f1b,'type':'network'});this['fire']('error',{'error':_0x2e9c7c});}}async['start'](){if(this['isStarted'])throw new ht('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new ht('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x36edad}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x36edad,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x43c502){const _0xb9d46d=new sn({'code':'ai-chat-conversation-start-failed','cause':_0x43c502,'type':'network','context':{'conversationId':this['id']}});throw this['fire']('error',{'error':_0xb9d46d}),_0xb9d46d;}}async['load'](_0x7012ae){try{const _0x421859=await this['connector']['fetchConversation'](_0x7012ae)['getConversation'](),_0x4a2fd0=await this['connector']['fetchConversationMessages'](_0x7012ae)['getMessages'](),_0x596b3b=_0x4a2fd0[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x421859['id'],'title'in _0x421859?this['fire']('setConversationTitle',_0x421859['title'],!this['isFromHistory']):this['fire']('setConversationTitle','',!this['isFromHistory']);const _0xab1061=(await this['chatModels']['getAll']())['find'](_0x45a968=>_0x45a968['id']['toLowerCase']()===_0x596b3b['toLowerCase']());this['selectedModel']=_0xab1061,this['fire']('modelSelected',{'selectedModel':_0xab1061,'isDisabled':!0x0});const {streamingMessageId:_0x112824}=await this['_processMessagesToInteractions'](_0x4a2fd0,_0x596b3b);return _0x112824&&this['currentInteraction']?this['_resumeStream'](_0x112824):this['currentInteraction']=void 0x0,this;}catch(_0xfac5bf){const _0x3d3a57=new sn({'code':'ai-chat-conversation-init-from-id-failed','cause':_0xfac5bf,'type':'network','context':{'conversationId':_0x7012ae}});throw this['fire']('error',{'error':_0x3d3a57}),_0x3d3a57;}}async['_processMessagesToInteractions'](_0x18fce9,_0x205e4b){let _0x1bd0e0,_0x2fc789,_0x225ed4=!0x1;for(const _0x3655d0 of _0x18fce9)if('user'===_0x3655d0['role']){const {contextItems:_0x39574a,hasUnmatched:_0x58e14d}=await this['_extractContextItems'](_0x3655d0);_0x225ed4=_0x58e14d;const _0x402c03={'isReasoningEnabled':Object['hasOwn'](_0x3655d0['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x3655d0['capabilities'],'webSearch')};_0x1bd0e0=this['createInteraction']({'userMessage':_0x3655d0['prompt'],'contextItems':_0x39574a,'capabilities':_0x402c03,'modelId':_0x205e4b,'attributes':_0x3655d0['attributes'],'channelsToEditors':this['_channelsToEditors']}),this['currentInteraction']=_0x1bd0e0,_0x2fc789=void 0x0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x3655d0['role']&&_0x1bd0e0){if('streaming'===_0x3655d0['status']){_0x2fc789=_0x3655d0['id'];continue;}if('error'===_0x3655d0['status'])continue;const _0x4bb59f=[];for(const _0x90b0c9 of _0x3655d0['content'])switch(_0x90b0c9['type']){case'text':case'modification':{const _0x1913c8=_0x1bd0e0['getDocumentContext'](),_0x28c15f=this['_hasSessionMismatch'](_0x1913c8)||_0x225ed4;_0x1bd0e0['currentReply']?.['type']!==_0x90b0c9['type']&&(_0x1bd0e0['currentReply']=_0x1bd0e0['createReply']({'type':_0x90b0c9['type'],'isDone':!0x0,'interactionId':_0x1bd0e0['id'],'areActionsDisabled':_0x28c15f,'isFromHistory':!0x0,'channelsToEditors':this['_channelsToEditors']}),_0x4bb59f['length']>0x0&&(_0x1bd0e0['currentReply']['sources']=_0x4bb59f['splice'](0x0))),_0x1bd0e0['currentReply']['appendContent'](_0x90b0c9['content'],_0x90b0c9['documentId']);break;}case'url':_0x4bb59f['push'](_0x90b0c9);break;case'mcp-tool-result':{const {data:_0x770408,attributes:_0x334439}=JSON['parse'](_0x90b0c9['content']);_0x1bd0e0['_handleToolResultData']({'toolName':_0x90b0c9['toolName'],'data':_0x770408,'attributes':_0x334439});break;}}'cancelled'===_0x3655d0['status']&&this['fire']('error',{'interactionId':_0x1bd0e0['id'],'error':new ht('ai-request-aborted',this)});}}return{'streamingMessageId':_0x2fc789};}async['_resumeStream'](_0x3ca97d){if(this['currentInteraction'])try{const _0xe3e3d5=this['connector']['resumeStream'](this['id'],_0x3ca97d);await this['currentInteraction']['resume'](_0xe3e3d5);}catch(_0x5e9c48){_0x5e9c48 instanceof ht&&this['fire']('error',{'interactionId':this['currentInteraction']?.['id'],'error':_0x5e9c48});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}async['_extractContextItems'](_0x29a811){return _0x29a811['content']?this['chatContext']['populateFromMessage'](_0x29a811['content'],Array['from'](this['_channelsToEditors']['values']())):{'contextItems':new Map(),'hasUnmatched':!0x1};}async['handleUserInteraction']({userMessage:_0x1a9ce9,attributes:_0x51adf8}){if(!this['isStarted'])throw new ht('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new ht('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x228ab3=new Map(this['getPendingContextItems']()),_0x4b42a1=this['chatCapabilities']['getCapabilitiesConfig'](),_0x1e5ba8=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x1a9ce9,'contextItems':_0x228ab3,'capabilities':_0x4b42a1,'modelId':_0x1e5ba8,'attributes':_0x51adf8,'channelsToEditors':this['_channelsToEditors']}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x3cd52b){if(_0x3cd52b instanceof ht)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x3cd52b});else{const _0x58c63d=In['get'](_0x3cd52b['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new ht(_0x58c63d,null,{'error':_0x3cd52b})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x21aeb0,contextItems:_0x361de0,capabilities:_0x4cce54,modelId:_0xb7c96b,attributes:_0x2128d8,channelsToEditors:_0x1daf66}){const _0x5f00b6=new fn({'userMessage':_0x21aeb0,'contextItems':_0x361de0,'capabilities':_0x4cce54,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0xb7c96b,'attributes':_0x2128d8,'channelsToEditors':_0x1daf66});return _0x5f00b6['delegate'](...gn)['to'](this),this['interactions']['push'](_0x5f00b6),this['fire']('interactionCreated',_0x5f00b6),_0x5f00b6;}['getInteraction'](_0x545b5f){return this['interactions']['find'](_0x77ade9=>_0x77ade9['id']===_0x545b5f);}['removeInteraction'](_0x18c19c){const _0x768b09=this['getInteraction'](_0x18c19c);_0x768b09&&(_0x768b09['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x768b09),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['cancelLastInteractionStream'](){const _0x358cce=this['lastInteraction'];_0x358cce?.['conversationId']&&_0x358cce['messageId']&&this['connector']['cancelStream'](_0x358cce['conversationId'],_0x358cce['messageId'])['execute']()['catch'](()=>{});}['addCurrentDocumentToContext'](_0x1a2853){this['chatContext']['addCurrentDocumentToContext'](_0x1a2853);}async['updateCurrentDocumentsInContext'](_0x1947c6){await this['chatContext']['updateCurrentDocuments'](_0x1947c6);}['toggleAddCurrentDocumentOptionVisibility'](_0x30730c){this['chatContext']['toggleAddCurrentDocumentOptionVisibility'](_0x30730c);}['_hasSessionMismatch'](_0x2e1e4c){return!!_0x2e1e4c&&_0x2e1e4c['documents']['some'](_0x1b9ffa=>{const _0x70bb25=this['_channelsToEditors']['get'](_0x1b9ffa['channelId']);return!_0x70bb25||_0x1b9ffa['sessionId']!==this['_getSessionId'](_0x70bb25);});}['addSelectionToContext'](_0x182537){this['chatContext']['addSelectionToContext'](_0x182537);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x4380ea){this['chatContext']['addFilesToContext'](_0x4380ea);}['addUrlToContext'](_0x1547fb){this['chatContext']['addUrlToContext'](_0x1547fb);}['addToolItemToContext'](_0x5be2fc){this['chatContext']['addToolItemToContext'](_0x5be2fc);}['addResourceToContext'](_0x4bd75a,_0x37b585){this['chatContext']['addResourceToContext'](_0x4bd75a,_0x37b585);}['loadSourceResources'](_0xac83fe,_0x42e10c,_0x5038c3){return this['chatContext']['loadSourceResources'](_0xac83fe,_0x42e10c,_0x5038c3);}['removeFromContext'](_0x50370b){this['chatContext']['removeFromContext'](_0x50370b);}['setWebSearch'](_0xe909f7){this['chatCapabilities']['setWebSearch'](_0xe909f7);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x419560){this['chatCapabilities']['setReasoning'](_0x419560);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}['getPendingContextItems'](){return this['chatContext']['getPendingContextItems']();}async['setModel'](_0x1d6482){_0x1d6482?!0x1===await this['chatModels']['isAvailable'](_0x1d6482)&&(bt('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x1d6482}),_0x1d6482=(await this['chatModels']['getAvailableModels']())[0x0]):(bt('ai-chat-conversation-set-model-null',{'conversation':this}),_0x1d6482=(await this['chatModels']['getAvailableModels']())[0x0]),_0x1d6482['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x1d6482,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x1d6482}));}};function Rn({documentSuggestions:_0x114f04,transform:_0x501e72,documentCompare:_0x2043e1,documentCompareOptions:_0x3c2044}){const _0x3007ec=new Map();for(const [_0x1c0f33,{groups:_0x4fbed1,documentContext:_0x241fe5,documentContent:_0x1dfb23,editor:_0x478ea2}]of _0x114f04){const _0xf3ca34=_0x241fe5['content'],_0x514b48=_0x241fe5['version'],_0x275e8f=_0x1dfb23['cloneNode'](!0x0);for(const {changes:_0x638d92}of _0x4fbed1){const _0x53132d=_0x638d92['filter'](_0x2bdd50=>'new'!=_0x2bdd50['type'])['map'](_0x2a0ccf=>Es('data-id',_0x2a0ccf['id'],_0x275e8f))['filter'](_0x37e65f=>null!==_0x37e65f),_0x2b64a7=_0x638d92['filter'](_0x49991a=>'removed'!=_0x49991a['type'])['map'](_0x121063=>_0x121063['node']['cloneNode'](!0x0));let _0x153d0a=null;if(_0x53132d['length']){_0x153d0a=_0x53132d[0x0]['previousSibling'];for(let _0x4ddc0f=0x0;_0x4ddc0f<_0x53132d['length'];_0x4ddc0f++)_0x3baafe(_0x53132d[_0x4ddc0f]);}if(_0x2b64a7['length']){_0x153d0a||(_0x638d92[0x0]['anchorId']?_0x153d0a=Es('data-id',_0x638d92[0x0]['anchorId'],_0x275e8f):(_0x153d0a=_0x2b64a7['shift'](),_0x405cf6(_0x275e8f,_0x153d0a)));for(let _0x57e2d5=0x0;_0x57e2d5<_0x2b64a7['length'];_0x57e2d5++)_0x873879(_0x153d0a,_0x2b64a7[_0x57e2d5]),_0x153d0a=_0x2b64a7[_0x57e2d5];}}const _0x5ae632=ms(_0x275e8f),_0x109b54=_0x2043e1['getDiff'](_0xf3ca34,_0x5ae632,{'targetEditor':_0x478ea2,'anchor':_0x241fe5['rootName'],..._0x3c2044})['getOperations']();if(_0x501e72){const _0x501438=_0x478ea2['model']['document']['history']['getOperations'](_0x514b48),_0x22ee77={'document':_0x478ea2['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};_0x3007ec['set'](_0x1c0f33,_0x5be051(_0x109b54,_0x501438,_0x22ee77)['operationsA']);}else _0x3007ec['set'](_0x1c0f33,_0x109b54);}return _0x3007ec;}function On({groups:_0x3f0bcd,documentContextContent:_0x27bd2f,documents:_0x1026b5}){const _0x465972=new Map();for(const _0x18274f of _0x3f0bcd){const {documentId:_0x3a92de}=_0x18274f,_0x26905a=_0x465972['get'](_0x3a92de);if(_0x26905a)_0x26905a['groups']['push'](_0x18274f),_0x26905a['indexes']['push'](_0x18274f['index']);else{const _0x475d7d=_0x1026b5['find'](_0x961906=>_0x961906['id']===_0x3a92de),_0x5a5b7f=_0x27bd2f['get'](_0x3a92de);if(!_0x475d7d||!_0x5a5b7f)continue;_0x465972['set'](_0x3a92de,{'groups':[_0x18274f],'documentContext':_0x475d7d,'documentContent':_0x5a5b7f,'editor':_0x18274f['editor'],'indexes':[_0x18274f['index']]});}}return _0x465972;}function vn(_0x4e9a9d,_0xd776ed){const _0x4485cc=_0x4e9a9d['files']['length']>0x0&&_0x4e9a9d['files']['every'](_0x56844a=>_0x56844a['type']['startsWith']('image/')),_0x6fd469=_0x4e9a9d['plainText']['trim']()['length']>0x0;if(_0x4e9a9d['files']['length']>0x0&&_0xd776ed['filesEnabled']&&(!_0x4485cc||!_0x6fd469)){const _0x54f481=_0x4e9a9d['files']['filter'](_0x13e943=>_0x13e943['name']);return _0x54f481['length']>0x0?{'type':'file','files':_0x54f481}:null;}if(_0xd776ed['urlsEnabled']){const _0x44d087=function(_0x335724){const _0x5cbee2=_0x335724['trim']();if(/\s/['test'](_0x5cbee2))return null;try{const _0x58e116=new URL(_0x5cbee2);return'http:'!==_0x58e116['protocol']&&'https:'!==_0x58e116['protocol']?null:_0x58e116['toString']();}catch{return null;}}(_0x4e9a9d['plainText']);if(_0x44d087)return{'type':'url','url':_0x44d087};}const _0x37718e=_0x4e9a9d['forceTextAttachment']?0x1:_0xd776ed['longTextThreshold']??0x1/0x0;if(_0x4e9a9d['plainText']['length']>=Math['max'](_0x37718e,0x1)&&_0xd776ed['filesEnabled']){const _0x2d86db=_0xd776ed['pastedTextLabel']+'.txt';return{'type':'text','files':[new File([_0x4e9a9d['plainText']],_0x2d86db,{'type':'text/plain'})]};}return null;}var kn=class extends _0x11a14c{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_hasAIChatBalloon']=!0x1;['_activeBalloon'];['_reporter'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];['_channelsToEditors']=new Map();static get['requires'](){return[ls,nn,_0x1f6a74];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['set']('isConversationReady',!0x1),this['_bodyCollection']=ln(this['context']['locale']),this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_reporter']=this['context']['plugins']['get'](nn)['createReporter']('aichat'),this['_aiChatModels']=new Qs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x3a13ae=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x5074c6,_0x14743c)=>{this['_handleUIUserMessage']({'message':_0x14743c});}),this['listenTo'](_0x3a13ae['view'],'change:activeTab',(_0xddb0b8,_0x1a7b41,_0x2539c3)=>{'chat'!==_0x2539c3&&this['removeSelectionFromChatContext']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI'](),this['removeSelectionFromChatContext'](),this['activeConversation']?.['cancelLastInteractionStream']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['addCurrentDocumentToChatContext']();}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x5b58db,_0x4acca7)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x4acca7));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x3db229,_0x3b77ea)=>{this['activeConversation']?.['addUrlToContext'](_0x3b77ea);}),this['listenTo'](this['_aiChatUi'],'promptInputPaste',(_0x220568,_0x2e9832)=>{const _0x2408df=this['activeConversation'];if(!_0x2408df)return;_0x2e9832['hasDirectory']&&(_0x2e9832['preventDefault'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED'),'id':'folder-error-'+vt()}));const _0x169e3d=vn(_0x2e9832,{'pastedTextLabel':us(this['context']['locale'],'AI_CHAT_CONTEXT_PASTED_TEXT_NAME'),'longTextThreshold':this['context']['config']['get']('ai.chat.context.paste.textThreshold'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled'),'urlsEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.urls.enabled')});_0x169e3d&&(_0x2e9832['preventDefault'](),'url'===_0x169e3d['type']?_0x2408df['addUrlToContext'](_0x169e3d['url']):_0x2408df['chatContext']['addFilesToContext'](_0x169e3d['files'],void 0x0,_0x169e3d['type']));}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x908017,_0x3aeffe)=>{_0x3aeffe['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x3be6ac,_0xd16c31)=>{this['activeConversation']?.['addResourceToContext'](_0xd16c31['source'],_0xd16c31['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x4352de,_0x1dd418)=>{this['_removeFromContext'](_0x1dd418);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x534faa,_0x492780)=>{this['activeConversation']?.['loadSourceResources'](_0x492780['sourceId'],_0x492780['query'],_0x492780['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x3035e8,_0xa32f30)=>{this['activeConversation']?.['setModel'](_0xa32f30);}),this['listenTo'](this['_aiChatUi'],'like',(_0x4255c2,{replyId:_0x3aa8f1})=>{console['log']('Liked\x20response',_0x3aa8f1);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x37c7f4,{replyId:_0x4e8491})=>{console['log']('Disliked\x20response',_0x4e8491);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0xa54689,_0x60682a)=>{this['_insertSuggestion'](_0x60682a);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x3bb411,{replyId:_0x26ff64,partIndex:_0x6ab622})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x26ff64,_0x6ab622);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x4c4971,{replyId:_0x3d280c,partIndex:_0xb1d155})=>{const _0x3042bb=this['_getDocumentRangeForReplyChanges'](_0x3d280c,_0xb1d155);if(!_0x3042bb)return;const {reply:_0x472c1c}=this['getInteractionAndReplyById'](_0x3d280c);'$graveyard'!=_0x3042bb['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'editor':_0x472c1c['changeGroups'][_0xb1d155]['editor'],'ranges':[_0x3042bb['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x1683d,_0x2fbcf9)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0x2fbcf9);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x57b7b1,{replyId:_0x538ddf,showDiff:_0x1fed97})=>{const {interaction:_0x358a5d,reply:_0x577fc6}=this['getInteractionAndReplyById'](_0x538ddf),_0x33c0b2=_0x577fc6['getContentParts']({'showDiff':_0x1fed97});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x358a5d['id']+':'+_0x577fc6['id'],'parts':_0x33c0b2});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x2e171e,{replyId:_0x326b5f,partIndex:_0x33ee1a})=>{this['_rejectSuggestion']({'replyId':_0x326b5f,'partIndex':_0x33ee1a}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['on']('interactionCreated',(_0x43e237,_0x1ffaba)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x1ffaba);}),this['on']('replyCreated',(_0x18969b,_0x3b8b15)=>{this['_addFeedItemReply'](_0x3b8b15);});}['afterInit'](){this['context']instanceof _0x423f99?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x559ba1,_0x49498d)=>{_0x49498d['on']('ready',()=>{this['_integrateEditor'](_0x49498d);});}),this['_initConversation']();}async['_initConversation'](){const _0x16abfe=this['context']['config']['get']('ai.chat.initialConversation');let _0x52c834=_0x16abfe;('lastCreated'!=_0x16abfe||(_0x52c834=await this['_getLastCreatedConversationId'](),_0x52c834))&&('new'==_0x52c834?await this['_startConversationSafely']():await this['loadConversation'](_0x52c834));}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x3f06fd){this['_closeActiveBalloon'](),this['context']['plugins']['get'](cs)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();try{this['_aiChatUi']['emptyConversationTitle'](),await this['_aiConnector']['fetchConversation'](_0x3f06fd)['getConversation'](),await this['_startConversationSafely']({'id':_0x3f06fd}),await this['activeConversation']['load'](_0x3f06fd),this['_aiChatUi']['enableControls'](),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x7dc6ff){this['_aiChatUi']['resetConversationTitle'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x3f06fd}),this['_reporter']['logError'](new ht('ai-chat-conversation-not-found',this,void 0x0,_0x7dc6ff),{'context':{'operation':'load-conversation'}});}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x5b0d59){let _0x534990=null,_0x49bf53=null;this['on']('toolDataReceived',(_0x43215b,_0x2d2732,_0x2152ce)=>{_0x2152ce['id']!==_0x534990&&(_0x534990=_0x2152ce['id'],_0x49bf53=this['_getAIChatFeedAPI'](_0x2152ce)),_0x5b0d59(_0x2d2732,_0x49bf53);});}['addCurrentDocumentToChatContext'](){ds(this['context'])['length']&&this['activeConversation']?.['addCurrentDocumentToContext'](us(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](_0x984e77){const _0xd3fc91=this['_aiEditing']['getSelectionText'](_0x984e77);this['activeConversation']?.['addSelectionToContext'](_0xd3fc91),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0x42e515){await this['_startConversationSafely']({'modelId':_0x42e515?.['modelId']});}async['sendMessage'](_0x2e8fd6){await this['_handleUIUserMessage'](_0x2e8fd6);}['getGroupId'](){const _0x454577=this['context']['config']['get']('collaboration.channelId');if(!_0x454577)throw new ht('ai-missing-channel-id',this);return _0x454577;}['_handleRemovedConversation'](_0x189d1d){this['activeConversation']['id']===_0x189d1d&&this['_startConversationSafely']();}['_prepareDocumentSuggestions'](_0x28b8ba){const {reply:_0x1f94b3,interaction:_0x3531c9}=this['getInteractionAndReplyById'](_0x28b8ba['replyId']),_0xd90b2=void 0x0!==_0x28b8ba['partIndex']?[_0x1f94b3['changeGroups'][_0x28b8ba['partIndex']]]:_0x1f94b3['changeGroups']['filter'](_0x3d7f98=>'pending'==_0x3d7f98['state']);return _0xd90b2['map'](_0x4803d4=>_0x1f94b3['changeGroups']['indexOf'](_0x4803d4))['forEach'](_0x504b7d=>{const _0x1f9450=this['_getDocumentRangeForReplyChanges'](_0x28b8ba['replyId'],_0x504b7d);_0x1f9450&&'$graveyard'!=_0x1f9450['range']['root']['rootName']?(_0x1f94b3['setChangeGroupState'](_0x504b7d,'accepted'),void 0x0!==_0x28b8ba['partIndex']&&this['_scrollToSuggestionRange'](_0x1f9450['range'],!0x1,_0x1f9450['targetEditor'])):_0x1f94b3['setChangeGroupState'](_0x504b7d,'outdated');}),On({'groups':_0xd90b2['filter'](_0x399e62=>'accepted'===_0x399e62['state']),'documentContextContent':_0x1f94b3['documentContextContent'],'documents':_0x3531c9['getDocumentContext']()?.['documents']??[]});}['_insertSuggestion'](_0x27dba4){const _0x5a8dec=this['context']['plugins']['get'](_0x1f6a74),{reply:_0x117c3d,interaction:_0x36dc06}=this['getInteractionAndReplyById'](_0x27dba4['replyId']),_0x49fe4e=this['_prepareDocumentSuggestions'](_0x27dba4),_0x594372=Rn({'documentSuggestions':_0x49fe4e,'transform':!0x0,'documentCompare':_0x5a8dec,'documentCompareOptions':{'markDeletions':!0x0}});for(const [_0x569498,_0x51001f]of _0x594372){const {editor:_0x3db344,indexes:_0x2bdd88}=_0x49fe4e['get'](_0x569498);if(!_0x3db344['plugins']['has']('TrackChanges')){bt('ai-no-track-changes',{'editor':_0x3db344});continue;}let _0x1f0180;zs(_0x51001f,'chat'),_0x3db344['model']['change'](_0x383e18=>{_0x1f0180=_0x383e18['batch'],_0x3db344['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x51001f),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x1f0180,{'interactionId':_0x36dc06['id'],'replyId':_0x117c3d['id'],'indexes':_0x2bdd88});}this['_updateRatings'](_0x117c3d);}['_applySuggestion'](_0x5b7358){const _0x5c2f3c=this['context']['plugins']['get'](_0x1f6a74),{reply:_0xb794b9,interaction:_0x316bba}=this['getInteractionAndReplyById'](_0x5b7358['replyId']),_0x1882b6=this['_prepareDocumentSuggestions'](_0x5b7358),_0x2544b8=Rn({'documentSuggestions':_0x1882b6,'transform':!0x0,'documentCompare':_0x5c2f3c,'documentCompareOptions':{'markDeletions':!0x1}});for(const [_0x1496a4,_0xad3b94]of _0x2544b8){const {editor:_0x22d923,indexes:_0x40624b}=_0x1882b6['get'](_0x1496a4);let _0x3443dc;zs(_0xad3b94,'chat');try{_0x22d923['model']['change'](_0x31efc4=>{_0x3443dc=_0x31efc4['batch'],_0x5c2f3c['applyOperations'](_0x31efc4,_0xad3b94);}),this['_batchToChanges']['set'](_0x3443dc,{'interactionId':_0x316bba['id'],'replyId':_0xb794b9['id'],'indexes':_0x40624b});}catch(_0x54fd82){throw this['_reporter']['logError'](new sn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x54fd82})),_0x54fd82;}}this['_updateRatings'](_0xb794b9);}['_rejectSuggestion'](_0x15708e){const {reply:_0x960aac}=this['getInteractionAndReplyById'](_0x15708e['replyId']);_0x960aac['setChangeGroupState'](_0x15708e['partIndex'],'rejected');}['_openBalloonFor'](_0x1f5b8a,_0x4023bb){if(!this['_hasAIChatBalloon'])return;const {reply:_0x32b29a}=this['getInteractionAndReplyById'](_0x1f5b8a),_0x2a46b2=_0x32b29a['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(!_0x2a46b2['length'])return;let _0x27b12e,_0xa7f68d;if(void 0x0!==_0x4023bb?(_0xa7f68d=_0x2a46b2['find'](_0x311984=>_0x311984['index']==_0x4023bb),_0x27b12e=_0xa7f68d?.['index']):(_0xa7f68d=_0x2a46b2[0x0],_0x27b12e=_0xa7f68d['index']),!_0xa7f68d)return void _0x32b29a['setChangeGroupState'](_0x4023bb??0x0,'outdated');if(this['_currentPreviewedChangeGroup']?.['replyId']==_0x1f5b8a&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x27b12e)return;const _0x573794=this['_getUserPresentableContentPartDocumentRange'](_0x1f5b8a,_0x32b29a,_0xa7f68d),_0x4e69f1=_0x32b29a['changeGroups']['find'](_0x2306d5=>_0x2306d5['index']==_0x27b12e)['editor'],_0xf0b2da=_0x4e69f1['plugins']['get']('AIChatBalloon');if(this['_activeBalloon']&&this['_activeBalloon']!==_0xf0b2da&&this['_activeBalloon']['close'](),!_0x573794)return _0xf0b2da['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0xf0b2da,this['_currentPreviewedChangeGroup']={'replyId':_0x1f5b8a,'partIndex':_0x27b12e},this['_scrollToSuggestionRange'](_0x573794,!0x0,_0x4e69f1);const _0x426de7=this['_getPresentableSiblingContentPartIndex'](_0x1f5b8a,_0x27b12e,'next');_0xf0b2da['clearContent'](),_0xf0b2da['updateContent']({'part':_0xa7f68d,'renderingStrategy':'static'}),_0xf0b2da['open']({'index':_0x27b12e,'title':us(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x27b12e+0x1)['toString']()),'showRotator':null!==_0x426de7,'ranges':[_0x573794],'areActionsDisabled':_0x32b29a['areActionsDisabled'],'targetEditor':_0x4e69f1}),_0xf0b2da['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x1f5b8a,_0x27b12e),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x1f5b8a,'index':_0x27b12e,'isActive':!0x0});}['_closeActiveBalloon'](){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;}['_getPresentableSiblingContentPartIndex'](_0xe52f56,_0x114c89,_0x4db729){const {reply:_0x1a7547}=this['getInteractionAndReplyById'](_0xe52f56),_0x2552ce=_0x1a7547['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x2552ce['length'])return null;const _0x16d563='next'==_0x4db729?0x1:-0x1;function _0x2294d8(_0x3fb74a){const _0x519560=(_0x3fb74a+_0x16d563+_0x2552ce['length'])%_0x2552ce['length'];return{'siblingIndex':_0x519560,'siblingPart':_0x2552ce[_0x519560]};}const _0x23e173=_0x2552ce['findIndex'](_0x16df1f=>_0x16df1f['index']==_0x114c89);let {siblingIndex:_0x4ae061,siblingPart:_0x1f7d23}=_0x2294d8(_0x23e173);for(;!this['_getUserPresentableContentPartDocumentRange'](_0xe52f56,_0x1a7547,_0x1f7d23);)if({siblingIndex:_0x4ae061,siblingPart:_0x1f7d23}=_0x2294d8(_0x4ae061),_0x4ae061===_0x23e173)return null;return _0x1f7d23['index'];}['_getUserPresentableContentPartDocumentRange'](_0x2c3fee,_0x5d5416,_0xd52178){const _0x30d1a2=_0x5d5416['changeGroups'];if(!_0xd52178['hasChanges'])return null;const _0x2c097b=_0x30d1a2['find'](_0x341083=>_0x341083['index']==_0xd52178['index']);if('pending'!==_0x2c097b?.['state'])return null;if(!_0x2c097b?.['editor']||'destroyed'===_0x2c097b['editor']['state'])return _0x5d5416['setChangeGroupState'](_0xd52178['index'],'outdated'),null;const _0x5d25ce=this['_getDocumentRangeForReplyChanges'](_0x2c3fee,_0xd52178['index']);if(!_0x5d25ce)return _0x5d5416['setChangeGroupState'](_0xd52178['index'],'outdated'),null;const {range:_0xf602df,currentIndex:_0x5f2654}=_0x5d25ce;return'$graveyard'==_0xf602df['root']['rootName']?(_0x5d5416['setChangeGroupState'](_0x5f2654,'outdated'),null):_0x5d25ce['range'];}['_getDocumentRangeForReplyChanges'](_0x1795da,_0xe82584){const {reply:_0x50bd9d,interaction:_0x51e57d}=this['getInteractionAndReplyById'](_0x1795da),_0x7c2c10=_0x50bd9d['changeGroups']['filter'](_0x54b319=>'pending'==_0x54b319['state']),_0x98a6fc=_0x7c2c10['map'](_0x2da3fb=>_0x50bd9d['changeGroups']['indexOf'](_0x2da3fb));void 0x0===_0xe82584&&(_0xe82584=_0x98a6fc[0x0]);const _0x4f473e=_0x98a6fc['indexOf'](_0xe82584);if(-0x1==_0x4f473e)return null;const _0xd43b51=_0x7c2c10[_0x4f473e],_0x5e5023=_0xd43b51['editor'];if(!_0x5e5023||'destroyed'===_0x5e5023['state'])return null;if(!_0xeaa397(_0x5e5023,_0xd43b51['rootName']))return null;const _0x294ba1=_0x50bd9d['documentContextContent']['get'](_0xd43b51['documentId']),_0x235352=new _0x2d29a4([]),_0xff0fa0=new _0x2d29a4([]);for(const _0x484a1d of _0xd43b51['changes'])if('removed'!=_0x484a1d['type']&&_0xff0fa0['children']['push'](_0x484a1d['node']['cloneNode'](!0x0)),'new'!=_0x484a1d['type']){const _0x46392d=ti(_0x6ca226=>fs(_0x6ca226,'data-id')==_0x484a1d['id'],_0x294ba1,!0x0);_0x235352['children']['push'](_0x46392d['cloneNode'](!0x0));}if(0x0==_0x235352['children']['length']){if(_0xd43b51['changes'][0x0]['anchorId']){const _0x26eb62=Es('data-id',_0xd43b51['changes'][0x0]['anchorId'],_0x294ba1);_0x235352['children']['unshift'](_0x26eb62['cloneNode'](!0x0)),_0xff0fa0['children']['unshift'](_0x26eb62['cloneNode'](!0x0)),_0x26eb62['nextSibling']&&(_0x235352['children']['push'](_0x26eb62['nextSibling']['cloneNode'](!0x0)),_0xff0fa0['children']['push'](_0x26eb62['nextSibling']['cloneNode'](!0x0)));}else{const _0x26cbf7=_0x294ba1['children'][0x0];if(!_0x26cbf7)return null;_0x235352['children']['push'](_0x26cbf7['cloneNode'](!0x0)),_0xff0fa0['children']['push'](_0x26cbf7['cloneNode'](!0x0));}}const _0xd86181=_0x51e57d['getDocumentContext'](),_0x1f7f70=_0xd86181['documents']['find'](_0x27fc73=>_0x27fc73['id']==_0xd43b51['documentId'])['content'],_0x1c1600=_0x5e5023['model']['document']['getRoot'](_0xd43b51['rootName']),_0x5e1558=_0x5e5023['data']['parse'](_0x1f7f70,_0x1c1600),_0x765715=ms(_0x235352),_0x45b163=_0x5e5023['data']['parse'](_0x765715,_0x1c1600),_0x68b9dc=_0x5e5023['data']['parse'](_0x765715,_0x1c1600),_0x1b75ca=_0x5e5023['model']['createPositionAt'](_0x45b163,0x0),_0x4f02c8=ms(_0xff0fa0),_0x275450={'targetEditor':_0x5e5023,'anchor':_0x1b75ca,'markDeletions':!0x1};let _0x291e13;try{_0x291e13=_0x5e5023['plugins']['get'](_0x1f6a74)['getDiff'](_0x765715,_0x4f02c8,_0x275450)['getOperations']();}catch(_0x13176b){return this['_reporter']['reportError'](new sn({'code':'ai-chat-suggestion-diff-failed','type':'runtime','severity':'warning','cause':_0x13176b,'context':{'replyId':_0x1795da,'partIndex':_0xe82584}})),null;}if(!_0x291e13['length'])return null;_0x5e5023['model']['change'](_0x43639f=>{for(const _0x14f52b of _0x291e13)if('remove'==_0x14f52b['type']){const _0x8391b5=_0x14f52b['sourcePosition'],_0x375605=_0x14f52b['howMany'],_0x2b3ab4=new _0x440cda(_0x8391b5,_0x375605);_0x43639f['batch']['addOperation'](_0x2b3ab4),_0x5e5023['model']['applyOperation'](_0x2b3ab4);}else'marker'!==_0x14f52b['type']&&(_0x14f52b['baseVersion']=null,_0x14f52b['isDocumentOperation']=!0x1,_0x43639f['batch']['addOperation'](_0x14f52b),_0x5e5023['model']['applyOperation'](_0x14f52b));});const _0x3a65d8=Gs(_0x5e5023,_0x291e13,_0x45b163);Ks(_0x5e5023['model'],_0x3a65d8);const _0x5e109e=_0x3a65d8['getFirstRange']()['start']['path']['slice'](),_0x1b9087=_0x3a65d8['getFirstRange']()['end']['path']['slice'](),_0x3c53f1=[];let _0x183e07=_0x45b163,_0x1fad63=_0x68b9dc;for(let _0x2aff65=0x0;_0x2aff65<_0x1b9087['length'];_0x2aff65++){const _0x2e1022=_0x183e07['maxOffset']-_0x1b9087[_0x2aff65];_0x3c53f1[_0x2aff65]=_0x1fad63['maxOffset']-_0x2e1022,_0x183e07=_0x183e07['getChildAtOffset'](_0x1b9087[_0x2aff65]),_0x1fad63=_0x1fad63['getChildAtOffset'](_0x3c53f1[_0x2aff65]);}const _0x43be76=_0x5e5023['model']['createRange'](_0x5e5023['model']['createPositionFromPath'](_0x68b9dc,_0x5e109e),_0x5e5023['model']['createPositionFromPath'](_0x68b9dc,_0x3c53f1)),_0x4b8029=_0x68b9dc['getChild'](0x0)['getAttribute'](_0x308ef3),_0x57a394=Array['from'](_0x5e1558['getChildren']())['find'](_0x5ea338=>_0x5ea338['getAttribute'](_0x308ef3)==_0x4b8029)['getPath'](),_0x402af4=_0x43be76['start']['path']['slice'](),_0x5df73c=_0x43be76['end']['path']['slice']();_0x402af4[0x0]=_0x57a394[0x0]+_0x402af4[0x0],_0x5df73c[0x0]=_0x57a394[0x0]+_0x5df73c[0x0];let _0x39bb0f=_0x5e5023['model']['createRange'](_0x5e5023['model']['createPositionFromPath'](_0x5e5023['model']['document']['getRoot'](_0xd43b51['rootName']),_0x402af4),_0x5e5023['model']['createPositionFromPath'](_0x5e5023['model']['document']['getRoot'](_0xd43b51['rootName']),_0x5df73c));const _0x2948a8=_0xd86181['documents']['find'](_0x402a17=>_0x402a17['id']==_0xd43b51['documentId'])['version'],_0x2b4587=_0x5e5023['model']['document']['history']['getOperations'](_0x2948a8);for(const _0x44cdd8 of _0x2b4587)_0x39bb0f=_0x223931['_createFromRanges'](_0x39bb0f['getTransformedByOperation'](_0x44cdd8));return{'range':_0x39bb0f,'currentIndex':_0xe82584,'targetEditor':_0x5e5023};}['_integrateEditorBalloon'](_0x2d5cd5){if(!_0x2d5cd5['plugins']['has']('AIChatBalloon'))return;const _0x333d36=_0x2d5cd5['plugins']['get']('AIChatBalloon');this['_hasAIChatBalloon']=!0x0,_0x333d36['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x333d36,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x3e5420,partIndex:_0x1de06b}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x49fe7a}=this['getInteractionAndReplyById'](_0x3e5420),_0x3a194c=_0x49fe7a['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x1de06b});_0x333d36['updateContent']({'part':_0x3a194c[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x333d36,'applySuggestion',()=>{const {replyId:_0x10a0ab,partIndex:_0x5af9bc}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x10a0ab,'partIndex':_0x5af9bc}),_0x333d36['setState']('accepted');}),this['listenTo'](_0x333d36,'insertSuggestion',()=>{const {replyId:_0x59375b,partIndex:_0x45b321}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x59375b,'partIndex':_0x45b321}),_0x333d36['setState']('accepted');}),this['listenTo'](_0x333d36,'rejectSuggestion',()=>{const {replyId:_0x96920e,partIndex:_0x517f72}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x96920e,'partIndex':_0x517f72}),_0x333d36['setState']('rejected');}),this['listenTo'](_0x333d36,'showNext',()=>{const {replyId:_0x593797,partIndex:_0x2e6213}=this['_currentPreviewedChangeGroup'],_0x54def8=this['_getPresentableSiblingContentPartIndex'](_0x593797,_0x2e6213,'next');null!==_0x54def8&&this['_openBalloonFor'](_0x593797,_0x54def8);}),this['listenTo'](_0x333d36,'showPrevious',()=>{const {replyId:_0x85d3da,partIndex:_0x190e36}=this['_currentPreviewedChangeGroup'],_0x180b89=this['_getPresentableSiblingContentPartIndex'](_0x85d3da,_0x190e36,'previous');null!==_0x180b89&&this['_openBalloonFor'](_0x85d3da,_0x180b89);}),this['listenTo'](_0x333d36,'dialogClosed',(_0x519fc6,{id:_0x200040})=>{if('aiChatBalloon'!==_0x200040)return;const {replyId:_0x20a589,partIndex:_0x3b3ba1}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x20a589,'index':_0x3b3ba1,'isActive':!0x1}),this['_activeBalloon']===_0x333d36&&(this['_activeBalloon']=void 0x0);});}['_integrateEditor'](_0x211488){if(this['_channelsToEditors']['set'](_0x211488['config']['get']('collaboration.channelId'),_0x211488),this['_integrateEditorBalloon'](_0x211488),this['addCurrentDocumentToChatContext'](),_0x211488['once']('destroy',()=>{this['_checkRemoveCurrentDocumentFromChatContext']();}),_0x211488['plugins']['has']('Undo')){const _0x2f6eea=_0x211488['commands']['get']('undo'),_0x57a07a=_0x211488['commands']['get']('redo');this['listenTo'](_0x2f6eea,'revert',(_0x5de734,_0xd3d921,_0x4b206d)=>{const _0x43945b=this['_batchToChanges']['get'](_0xd3d921);if(!_0x43945b)return;const _0x96a2b9=this['activeConversation']['getInteraction'](_0x43945b['interactionId']),_0x422485=_0x96a2b9?.['getReply'](_0x43945b['replyId']);this['_batchToChanges']['delete'](_0xd3d921),_0x96a2b9&&_0x422485&&(_0x43945b['indexes']['forEach'](_0x552a9=>_0x422485['setChangeGroupState'](_0x552a9,'pending')),this['_batchToChanges']['set'](_0x4b206d,_0x43945b));}),this['listenTo'](_0x57a07a,'revert',(_0x56c29b,_0x21d8fc,_0x9eda)=>{const _0xd45e63=this['_batchToChanges']['get'](_0x21d8fc);if(!_0xd45e63)return;const _0x18d04e=this['activeConversation']['getInteraction'](_0xd45e63['interactionId']),_0x44076d=_0x18d04e?.['getReply'](_0xd45e63['replyId']);this['_batchToChanges']['delete'](_0x21d8fc),_0x18d04e&&_0x44076d&&(_0xd45e63['indexes']['forEach'](_0x1f27e4=>_0x44076d['setChangeGroupState'](_0x1f27e4,'accepted')),this['_batchToChanges']['set'](_0x9eda,_0xd45e63));});}const _0x2f36cf=_0x211488['config']['get']('ai.chat.context');_0x2f36cf['alwaysAddSelection']&&_0x2f36cf['document']['enabled']&&this['listenTo'](_0x211488['model']['document']['selection'],'change:range',(_0x3e811d,_0x4f5e6d)=>{_0x4f5e6d['directChange']&&'chat'===_0x211488['plugins']['get']('AITabs')['view']['activeTab']&&(_0x211488['model']['hasContent'](_0x211488['model']['document']['selection'])?this['addSelectionToChatContext'](_0x211488):this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x474df3=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x569cea=await _0x474df3['getConversations']();return _0x569cea['length']?_0x569cea[0x0]['id']:'new';}catch(_0x202087){return this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':vt()}),this['_reporter']['logError'](new ht('ai-chat-conversation-init-failed',this,{'error':_0x202087})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x4c47f1={}){this['set']('isConversationReady',!0x1);try{await this['_handleStartConversation'](_0x4c47f1);}catch(_0x180b4b){this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x4c47f1['id']||vt()}),this['_reporter']['logError'](_0x180b4b),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x5d872d,modelId:_0x3682fa}={}){this['_closeActiveBalloon']();let _0x139c56=_0x3682fa;_0x139c56||(_0x5d872d||!this['activeConversation']?_0x139c56=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x139c56=this['activeConversation']['selectedModel']['id'])),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();const _0x43b0fa=this['getGroupId'](),_0x2b2396=_0x5d872d||vt();let _0x5eb7fb;this['activeConversation']=new Sn({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x139c56,'conversationId':_0x2b2396,'group':_0x43b0fa,'locale':this['context']['locale'],'isFromHistory':!!_0x5d872d,'channelsToEditors':this['_channelsToEditors'],'getSessionId':_0x2f679=>this['_aiEditing']['getSessionId'](_0x2f679)}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['listenTo'](this['activeConversation'],'conversationInitialized',(_0x209185,_0x56059)=>{this['_aiChatUi']['createConversation'](_0x56059),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x5d872d||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['listenTo'](this['activeConversation'],'uploadProgressChanged',(_0x533447,_0x2a252e)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x2a252e['isUploadInProgress']);}),this['listenTo'](this['activeConversation'],'webSearchStarted',()=>{const _0x4ec8df=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x4ec8df);}),this['listenTo'](this['activeConversation'],'reasoningStarted',()=>{const _0x3d0be7=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x3d0be7);}),this['listenTo'](this['activeConversation'],'webSearchFinished',(_0x5d16eb,_0x220e16)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x220e16,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['listenTo'](this['activeConversation'],'reasoningFinished',(_0x3d5880,_0x2f9783)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x2f9783,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['listenTo'](this['activeConversation'],'interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['listenTo'](this['activeConversation'],'interactionFinished',async()=>{this['_updateReplyContentThrottled']['flush'](),await this['_aiChatUi']['finishInteraction']();}),this['listenTo'](this['activeConversation'],'interactionDestroyed',(_0x5c110b,_0x1b9db8)=>{this['_aiChatUi']['removeFeedInteraction'](_0x1b9db8['id']);}),this['listenTo'](this['activeConversation'],'setConversationTitle',(_0x3e5909,_0x400a94,_0x519788)=>{this['_updateConversationTitle'](_0x400a94,_0x519788);}),this['listenTo'](this['activeConversation'],'replyContentUpdated',async(_0x3145dc,_0x4b2995)=>{void 0x0!==_0x5eb7fb&&_0x5eb7fb!==_0x4b2995['id']&&this['_updateReplyContentThrottled']['flush'](),_0x5eb7fb=_0x4b2995['id'],_0x4b2995['isFromHistory']?await this['_updateReplyContent']({'reply':_0x4b2995}):await this['_updateReplyContentThrottled']({'reply':_0x4b2995});}),this['listenTo'](this['activeConversation'],'replyChangeGroupStateUpdated',(_0x4bb43d,{reply:_0xed4b06,index:_0x4215d4,state:_0xdad61f})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0xed4b06['id'],'index':_0x4215d4,'state':_0xdad61f}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0xed4b06['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x4215d4&&this['_activeBalloon']?.['setState'](_0xdad61f);}),this['listenTo'](this['activeConversation'],'contextItemAdded',(_0x1e729b,_0x2aa4e2)=>{if(this['_aiChatUi']['addContextItem'](_0x2aa4e2['contextItem'],_0x2aa4e2['isLoading']),'selection'===_0x2aa4e2['contextItem']['type']){const _0x306853=_s(this['context']),_0x10caec=[..._0x306853['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'editor':_0x306853,'ranges':_0x10caec,'id':'context','priority':0x1});}}),this['listenTo'](this['activeConversation'],'contextItemRemoved',(_0x2ce54c,_0x333231)=>{this['_aiChatUi']['removeContextItem'](_0x333231['uiId']),'current-document'==_0x333231['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x333231['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['listenTo'](this['activeConversation'],'contextItemLoadingEnded',(_0x58cfa6,_0x40cde1)=>{this['_aiChatUi']['setContextItemLoading'](_0x40cde1['contextItem']['uiId'],_0x40cde1['isLoading']);}),this['listenTo'](this['activeConversation'],'contextSent',(_0x175937,_0x4ee11a)=>{this['_aiChatUi']['setConversationContext'](_0x4ee11a['contextItems']);}),this['listenTo'](this['activeConversation'],'addContextOptionsChanged',(_0x495624,_0x2518bd)=>{this['_aiChatUi']['setAddContextOptions'](_0x2518bd['options']);}),this['listenTo'](this['activeConversation'],'sourceResourcesLoaded',(_0x2edb3c,_0x54040d)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x54040d['sourceId'],_0x54040d['source'],_0x54040d['resources'],_0x54040d['uid']);}),this['listenTo'](this['activeConversation'],'resourceStateChanged',(_0x564b80,_0x8ca003)=>{this['_aiChatUi']['updateResourceState'](_0x8ca003['sourceId'],_0x8ca003['resourceId'],_0x8ca003['isInContext']);}),this['listenTo'](this['activeConversation'],'capabilitiesUpdated',(_0x1ce4bb,_0x5af9d1)=>{this['_aiChatUi']['updateCapabilities'](_0x5af9d1);}),this['listenTo'](this['activeConversation'],'modelSelected',async(_0x4310f6,_0x11dc16)=>{try{const _0x345d24=(await this['_aiChatModels']['getAll']())['find'](_0xbb9140=>_0xbb9140['id']===_0x11dc16['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x345d24,_0x11dc16['isDisabled']);}catch(_0x141fea){this['_reporter']['logError'](new sn({'code':'ai-chat-models-unable-to-retrieve','type':'network','cause':_0x141fea}),{'context':{'operation':'model-selected'}});}}),this['listenTo'](this['activeConversation'],'error',(_0x31085a,{error:_0x4fcd7b,interactionId:_0x41ec8c,fileName:_0x5d55a2,url:_0x18ac42,sourceId:_0x2a61ba,sourceLabel:_0x161d77})=>{const _0x394735=_0x41ec8c?_0x41ec8c+':'+vt():vt();this['_reporter']['reportError'](_0x4fcd7b),_0x4fcd7b['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':us(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-conversation-init-failed')||_0x4fcd7b['message']['startsWith']('ai-chat-conversation-start-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x5d55a2),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x18ac42),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x2a61ba&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x2a61ba),this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x161d77||'source'),'id':_0x394735})):_0x4fcd7b['message']['startsWith']('ai-chat-resource-load-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-invalid-request')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-context-unsupported-file-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-context-file-too-large')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-context-file-too-many-pages')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x394735}):_0x4fcd7b['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x394735}):this['_aiChatUi']['addFeedItemError']({'errorMessage':us(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x394735});}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x5d872d||(await this['activeConversation']['start'](),this['_aiChatUi']['enableControls']()),this['set']('isConversationReady',!0x0);}async['_handleUIUserMessage']({message:_0x15d96d,attributes:_0x1bdd08}){if(!this['activeConversation'])throw new ht('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x820cdd=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentsInContext'](_0x820cdd);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x15d96d,'attributes':_0x1bdd08});}['_removeFromContext'](_0x2a1d63){this['activeConversation']?.['removeFromContext'](_0x2a1d63);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x5e81af){const [_0x3d7c2b,_0x39fcff]=_0x5e81af['split'](':'),_0x405911=this['activeConversation']['getInteraction'](_0x3d7c2b);return{'interaction':_0x405911,'reply':_0x405911['getReply'](_0x39fcff)};}['_scrollToSuggestionRange'](_0x1ee54b,_0x46b6eb=!0x1,_0x5bb3db){const _0x367bd8={'target':_0x5bb3db['editing']['view']['domConverter']['viewRangeToDom'](_0x5bb3db['editing']['mapper']['toViewRange'](_0x1ee54b)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x46b6eb};_0x46b6eb&&(_0x367bd8['alignToTop']=!0x0),Rt(_0x367bd8);}['_updateConversationTitle'](_0x5dec47,_0x1f45e0=!0x1){this['_aiChatUi']['setConversationTitle'](_0x5dec47||us(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x1f45e0);}['_addFeedItemReply'](_0x114a96){'text'===_0x114a96['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x114a96):this['_aiChatUi']['addFeedItemAISuggestion'](_0x114a96);}async['_updateReplyContent']({reply:_0x4c3266,renderingStrategy:_0x4458c1}){const {id:_0x140170,interactionId:_0x15a7b9,isDone:_0x9d20cc,type:_0x1b4739,parsedContent:_0x2ad185}=_0x4c3266,_0x39709c=_0x15a7b9+':'+_0x140170;if('modification'===_0x1b4739){const _0x3a4fca=_0x4c3266['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x39709c,'parts':_0x3a4fca,'isDone':_0x9d20cc,'skipLoadingEffects':_0x4c3266['isFromHistory']});}else'text'===_0x1b4739&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x39709c,'parsedContent':_0x2ad185['get']('text'),'renderingStrategy':_0x4458c1,'isDone':_0x9d20cc});_0x9d20cc&&_0x4c3266['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x39709c,_0x4c3266['sources']);}['_updateReplyContentThrottled']=_0x39ed78(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x2f8bc2=this['activeConversation']?.['lastInteraction'];_0x2f8bc2&&(_0x2f8bc2['stop'](),this['_aiChatUi']['stopInteraction'](_0x2f8bc2)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x52dc8e=this['activeConversation']?.['lastInteraction'];if(_0x52dc8e){for await(const _0x5ae47e of _0x52dc8e['replies'])this['_aiChatUi']['hasFeedItem'](_0x5ae47e['id'])||this['_addFeedItemReply'](_0x5ae47e),await this['_updateReplyContent']({'reply':_0x5ae47e,'renderingStrategy':'static'});}}['_updateRatings'](_0x703660){const _0x3fcea4={'positiveCount':_0x703660['changeGroups']['filter'](_0x4c6a43=>'accepted'===_0x4c6a43['state'])['length'],'totalCount':_0x703660['changeGroups']['length'],'modificationId':_0x703660['id']},_0x4aba64=this['activeConversation']['getInteraction'](_0x703660['interactionId'])['messageId'];_0x4aba64&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x4aba64,_0x3fcea4);}['_getAIChatFeedAPI'](_0x46b21e){const _0x17a066=this['_aiChatUi'],_0x41d52a=()=>{_0x46b21e['resetWebSearchState'](),_0x46b21e['resetReasoningState'](),_0x17a066['clearLoadingMessage']();},_0x4014e1=()=>{_0x46b21e['currentReply']&&(_0x46b21e['currentReply']['done'](),_0x46b21e['currentReply']=void 0x0);};return{'insertTextReply':(_0x12c2fb,_0x252372)=>{_0x4014e1(),_0x41d52a();const _0x362462=_0x46b21e['currentReply']=_0x46b21e['createReply']({'type':'text','interactionId':_0x46b21e['id'],'id':_0x252372||vt(),'channelsToEditors':this['_channelsToEditors']});return _0x362462['appendContent'](_0x12c2fb),_0x4014e1(),_0x362462;},'insertCustomElement':async(_0x439408,_0x295368)=>(_0x4014e1(),_0x41d52a(),_0x17a066['addFeedItemCustomElement'](_0x439408,_0x295368||vt())),'setLoadingMessage':_0x11daeb=>{_0x17a066['setLoadingMessage'](_0x11daeb);},'clearLoadingMessage':()=>{_0x17a066['clearLoadingMessage']();}};}['_checkRemoveCurrentDocumentFromChatContext'](){ds(this['context'])['find'](_0x4fface=>'destroyed'!==_0x4fface['state'])||(this['activeConversation']?.['removeFromContext']('current-document'),this['activeConversation']?.['toggleAddCurrentDocumentOptionVisibility'](!0x1));}};const Nn=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],yn=[...Nn,'startConversation','sendUserMessage','promptInputPaste','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];function xn(_0x513e49){const _0x260092=new AbortController();return{'promise':new Promise((_0x71c24f,_0x5bd799)=>{const _0x26c563=setTimeout(_0x71c24f,_0x513e49);_0x260092['signal']['addEventListener']('abort',()=>{clearTimeout(_0x26c563),_0x5bd799();});}),'abortController':_0x260092};}var Ln=class{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x375ae4){this['options']={'delay':_0x375ae4?.['delay']??0xa,'textNodeStyle':_0x375ae4?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0x3cdddc,targetElement:_0x3326f4,abortSignal:_0x594477}){this['isStreaming']&&this['stop'](),_0x594477?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x5b768f(_0x3cdddc,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x3b22f8=0x0;_0x3b22f8<this['currentIndex'];_0x3b22f8++)this['nodesList'][_0x3b22f8]['shouldBeStreamed']=!0x0;do{const _0x421203=Date['now'](),_0x52f5ea=this['nodesList'][this['currentIndex']],_0x1f23eb=_0x421203-this['lastUpdateTime'];if(_0x52f5ea){_0x52f5ea['shouldBeStreamed']=!0x0;let _0x94489c=_0x52f5ea['parent'];for(;_0x94489c;)_0x94489c['shouldBeStreamed']=!0x0,_0x94489c=_0x94489c['parent'];}if(_0x1f23eb<this['options']['delay'])try{const {promise:_0x52c804,abortController:_0x4874ce}=xn(this['options']['delay']-_0x1f23eb);this['timeoutAbortController']=_0x4874ce,await _0x52c804;}catch(_0xec9014){return;}_0x2076e0(_0x3326f4,'<'+_0x3326f4['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x3326f4['tagName']+'>',{'childrenOnly':!0x0}),this['currentIndex']++,this['lastUpdateTime']=Date['now']();}while(this['currentIndex']<this['nodesList']['length']);this['currentIndex']=this['nodesList']['length'],this['isStreaming']=!0x1;}['reset'](){this['isStreaming']=!0x1,this['document']=null,this['nodesList']=[],this['currentIndex']=0x0,this['timeoutAbortController']=null;}['cleanUpAnimations']({targetElement:_0xedb1f}){Array['from'](_0xedb1f['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x57c79a=>{_0x57c79a['replaceWith'](_0x57c79a['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x22596d){let _0x2c8fd4='';if(function(_0x1fa6e6){return _0x3d6db6(_0x1fa6e6);}(_0x22596d)){for(const _0x38ed9d of _0x22596d['children'])_0x2c8fd4+=this['renderNode'](_0x38ed9d);}else{if(Hn(_0x22596d)){if(!_0x22596d['shouldBeStreamed'])return'';const _0x144159=_0x22596d,_0xeacb11=Object['entries'](_0x144159['attribs'])['map'](([_0x1098e9,_0x7de0b4])=>_0x1098e9+'=\x22'+_0x7de0b4+'\x22')['join']('\x20');_0x2c8fd4+='<'+_0x144159['tagName']+(_0xeacb11?'\x20'+_0xeacb11:'')+'>';for(const _0x5cd7ee of _0x145355(_0x144159))_0x2c8fd4+=this['renderNode'](_0x5cd7ee);_0x2c8fd4+='</'+_0x144159['tagName']+'>';}else{if(!Pn(_0x22596d))return'';if(!_0x22596d['shouldBeStreamed'])return'';!function(_0xef046f){return!(!_0xef046f['parent']||!Hn(_0xef046f['parent']))&&(!!Dn['includes'](_0xef046f['parent']['tagName'])&&!_0x314768(_0xef046f)['match'](/^\s*[<>]\s*$/));}(_0x22596d)?_0x2c8fd4+=_0x575879(_0x22596d):_0x2c8fd4+=_0x575879(new _0x1f1d4a('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x22596d]));}}return _0x2c8fd4;}['getParsedDocumentNodeList'](){const _0x168b0d=[];return function(_0x3ae94d,_0x563ad0){const _0x1bb064=_0x5fa40b=>{if(_0x563ad0(_0x5fa40b),_0x5fa40b instanceof _0x504466)for(let _0x2d24fc=0x0;_0x2d24fc<_0x5fa40b['children']['length'];_0x2d24fc++){const _0x311a19=_0x5fa40b['children'][_0x2d24fc];_0x1bb064(_0x311a19);}};for(let _0x4e7ab9=0x0;_0x4e7ab9<_0x3ae94d['children']['length'];_0x4e7ab9++)_0x1bb064(_0x3ae94d['children'][_0x4e7ab9]);}(this['document'],_0x221d99=>{if(Pn(_0x221d99)){const _0x394c84=this['splitTextNodeIntoWordNodes'](_0x221d99);_0x394c84['length']&&_0x168b0d['push'](..._0x394c84);}_0x221d99['isWordSplitSource']||_0x221d99['isWordSplitResult']||_0x168b0d['push'](_0x221d99);}),_0x168b0d;}['splitTextNodeIntoWordNodes'](_0x480e97){if(_0x480e97['isWordSplitSource']||_0x480e97['isWordSplitResult'])return[];const _0x26e6b6=_0x314768(_0x480e97)['match'](/(?:\s*\S+\s*)/g),_0x1cfff4=[];if(_0x26e6b6&&_0x26e6b6['length']>0x1){for(const _0x1eb133 of _0x26e6b6){const _0xd8933a=new _0x1d9d67(_0x1eb133);_0xd8933a['isWordSplitResult']=!0x0,_0x4a1680(_0x480e97,_0xd8933a),_0x1cfff4['push'](_0xd8933a);}_0x480e97['isWordSplitSource']=!0x0,_0x3baafe(_0x480e97);}return _0x1cfff4;}};const Dn=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function Pn(_0x591588){return _0x335b1f(_0x591588);}function Hn(_0x442977){return _0x48ca1a(_0x442977);}function Mn(_0x3aa46d,_0x439c1f){_0x3aa46d['cleanUpAnimations']({'targetElement':_0x439c1f}),_0x439c1f['querySelectorAll']('[data-id]')['forEach'](_0x554d90=>{_0x554d90['removeAttribute']('data-id');});}var Vn=class extends _0x42f8f5{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x3fbe6e){super();const _0xe7ff79=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new Ln(),this['options']=_0x3fbe6e,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0xe7ff79['if']('isDone','ck-ai-chat__feed__item_done'),_0xe7ff79['if']('isVisible','ck-hidden',_0x400e42=>!_0x400e42),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){Mn(this['htmlStreamer'],this['element']),this['isDone']=!0x0;}async['streamIntoElement'](_0x31e4a8,_0x12cb12,_0x3d3989){await this['htmlStreamer']['stream']({'document':_0x31e4a8,'targetElement':_0x12cb12,'abortSignal':_0x3d3989});}},Un=class extends _0x42f8f5{['showChangesToggleView'];constructor(_0x249a7e,_0x537607){super(_0x249a7e),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Bn(_0x249a7e),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+hn,'label':us(_0x249a7e,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x537607['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x1c19e4=>_0x1c19e4?et:tt),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x253fcd=new Yt();_0x253fcd['content']=_0x34f9f8,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x537607['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x253fcd,{'tag':'span','children':[us(_0x249a7e,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}},Bn=class extends Ht{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}};const Gn={'accepted':_0xa7db82,'rejected':_0x5d33dc,'outdated':_0x5d33dc};var Fn=class extends _0x42f8f5{['stateIconView'];constructor(_0x8c700){super(_0x8c700);const _0x26c497=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new Kn(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x26c497['to']('state',_0x39e6c7=>'ck-ai-suggestion__content-part-state_'+_0x39e6c7),_0x26c497['if']('isVisible','ck-hidden',_0x2d1c63=>!_0x2d1c63)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x26c497['to']('state',_0x5717f4=>{switch(_0x5717f4){case'accepted':return us(_0x8c700,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return us(_0x8c700,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return us(_0x8c700,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x1efd9a){this['state']=_0x1efd9a;}},Kn=class extends Yt{constructor(){super(),this['set']('state','accepted'),this['content']=Gn[this['state']],this['on']('change:state',()=>{this['content']=Gn[this['state']];});}},Wn=class extends _0x182e23{['_applyButton'];['_suggestButton'];constructor(_0x2266c5,_0x3429ca,_0x107b9e){super(_0x2266c5);const _0x5c89cc=Boolean(_0x107b9e);this['set']('isEnabled',!_0x5c89cc),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x21655c=[];if(_0x5c89cc){const _0xe5c63a=new Ht(_0x2266c5);_0xe5c63a['set']({'label':us(_0x2266c5,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x26ee67}),_0xe5c63a['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x21655c['push'](_0xe5c63a);}else{_0x3429ca['includes']('applySuggestion')&&(this['_applyButton']=new Ht(_0x2266c5),this['_applyButton']['set']({'label':us(_0x2266c5,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0xa7db82}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['bind']('isVisible')['to'](this,'isTrackChangesOn',_0x4e0275=>!_0x4e0275),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x21655c['push'](this['_applyButton'])),_0x3429ca['includes']('insertSuggestion')&&(this['_suggestButton']=new Ht(_0x2266c5),this['_suggestButton']['set']({'label':us(_0x2266c5,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x556d1e}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x21655c['push'](this['_suggestButton']));const _0x147989=new Ht(_0x2266c5);_0x147989['set']({'label':us(_0x2266c5,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x5d33dc}),_0x147989['bind']('isEnabled')['to'](this),_0x147989['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x21655c['push'](_0x147989);}this['items']['addMany'](_0x21655c);const _0x30d46e=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x30d46e['if']('isVisible','ck-hidden',_0x3bafb8=>!_0x3bafb8)]}});}['setButtonsVisibility']({showApplyButton:_0x143da6,showSuggestButton:_0x541f8d}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x143da6),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x541f8d);}},Yn=class extends _0x42f8f5{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x4598f0,{part:_0x1ca818,uiIndex:_0x4309b2,availableActions:_0x5b8095,areActionsDisabled:_0x36457b}){super(_0x4598f0),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['set']('isTrackChangesOn',!0x1),this['toolbarView']=new Wn(_0x4598f0,_0x5b8095,_0x36457b),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x1ca818['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x1ca818['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x1ca818['index']});}),this['toolbarView']['bind']('isEnabled','isTrackChangesOn')['to'](this),this['stateView']=new Fn(_0x4598f0),this['titleLabelView']=new $n(_0x4598f0,_0x4309b2),this['children']=this['createCollection'](),this['children']['addMany']([this['titleLabelView'],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',(_0x5810fa,_0x121791,_0x274c70,_0x27be97)=>{'pending'===_0x27be97?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x274c70?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x274c70),this['children']['add'](this['stateView']));});}},$n=class extends _0x42f8f5{constructor(_0x4f40af,_0xa4d948){super(_0x4f40af),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[us(_0x4f40af,'AI_SUGGESTION_CONTENT_PART_TITLE',_0xa4d948['toString']())]});}},qn=class extends _0x42f8f5{['htmlStreamer'];constructor(_0x3b5f95){super(_0x3b5f95),this['htmlStreamer']=new Ln(),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async['update']({part:_0x435a85,renderingStrategy:_0x3e8d61,abortSignal:_0x5b4f9d}){const _0x2fcc0c=_0x5b768f(_0x435a85['content'],!0x0);for(const _0x3b620b of ws(_0x2fcc0c))_0x3baafe(_0x3b620b);'streaming'===_0x3e8d61?await this['htmlStreamer']['stream']({'document':_0x2fcc0c,'targetElement':this['element'],'abortSignal':_0x5b4f9d}):_0x2076e0(this['element'],'<'+this['element']['tagName']+'>'+ms(_0x2fcc0c)+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='',this['element']['scrollTop']=0x0;}['cleanUpStreamingArtifacts'](){Mn(this['htmlStreamer'],this['element']);}},Qn=class extends _0x42f8f5{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x156018,{part:_0x2ed4f7,uiIndex:_0x1fdf66,areActionsDisabled:_0x5adfef,availableActions:_0xcea49b}){super(_0x156018);const _0x11ffb4=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1),this['set']('isTrackChangesOn',!0x1);const _0x5660f7=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x5adfef;};this['on']('change:state',_0x5660f7),this['on']('change:isDone',_0x5660f7),_0x5660f7(),this['_children']=this['createCollection'](),this['_headerView']=new Yn(_0x156018,{'part':_0x2ed4f7,'uiIndex':_0x1fdf66,'availableActions':_0xcea49b,'areActionsDisabled':_0x5adfef}),this['_headerView']['bind']('isEnabled','state','isTrackChangesOn')['to'](this),this['_headerView']['delegate'](...Nn)['to'](this),this['_streamableContentView']=new qn(_0x156018),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x11ffb4['to']('state',_0x356fcc=>'ck-ai-suggestion__body__content-part_'+_0x356fcc),_0x11ffb4['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x11ffb4['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x11ffb4['if']('isVisible','ck-hidden',_0x36a73a=>!_0x36a73a)]},'children':this['_children'],'on':{'mouseenter':_0x11ffb4['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x2ed4f7['index']});}),'mouseleave':_0x11ffb4['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x2ed4f7['index']});}),'click':_0x11ffb4['to'](_0x166477=>{const _0x5bda30=_0x166477['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x5bda30)&&this['fire']('showChangeInText',{'index':_0x2ed4f7['index']});})}});}async['updateContent']({part:_0x3ae1b4,showUnchangedParts:_0x1b1674=!0x1,abortSignal:_0x4aee68}){this['partDefinition']=_0x3ae1b4,this['isVisible']=this['partDefinition']['hasChanges']||_0x1b1674,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x3ae1b4,'renderingStrategy':'static','abortSignal':_0x4aee68});}['markAsDone'](){this['isDone']=!0x0;}},Xn=class extends _0x42f8f5{constructor(_0x516c4a,_0x37bd1c){super(_0x516c4a),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x1840ad=>!_0x1840ad)]},'children':this['_createSkeletonItems'](_0x37bd1c)});}['_createSkeletonItems'](_0x203f57){const _0x4a9397=['ck','ck-ai-skeleton__item'];return _0x203f57['map'](_0x59d85c=>{let _0xdcb776='';switch(_0x59d85c['attributes']['align']){case'right':_0xdcb776='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0xdcb776='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0xdcb776='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x59d85c['tag'],'attributes':{'class':[..._0x4a9397,_0x59d85c['attributes']['class']?_0x59d85c['attributes']['class']:''],'style':'width:\x20'+_0x59d85c['attributes']['width']+';\x20height:\x20'+_0x59d85c['attributes']['height']+';'+_0xdcb776}};});}};const zn={'aiSuggestionBody':[{'tag':'div','attributes':{'width':'50%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'85%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'75%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}}],'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':jn(0x5,'100%','44px','right'),'aiChatResources':jn(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 jn(_0x278317,_0x5dcfe8,_0x2c696e,_0x5aec7c){return new Array(_0x278317)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x5dcfe8,'height':_0x2c696e,'align':_0x5aec7c}}));}const Jn=/* #__PURE__ -- @preserve */
|
|
33
|
-
ut();var Zn=class extends Jn{['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x20dbf3){const _0x2c8169=this['createTask'](_0x20dbf3);return this['queue']['push'](_0x2c8169),this['_processQueue'](),_0x2c8169['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(_0x116251=>{this['once']('_queueEmpty',()=>{_0x116251();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0xfbf35f=this['queue']['shift']();try{await _0xfbf35f['callback'](this['_abortController']['signal']),_0xfbf35f['resolve']();}catch(_0x58fe3a){_0xfbf35f['reject'](_0x58fe3a);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x352bed){let _0x543966,_0x107e3f;const _0x168f6d=new Promise((_0x2cc408,_0x40e2c3)=>{_0x543966=_0x2cc408,_0x107e3f=_0x40e2c3;});return{'callback':_0x352bed,'resolve':_0x543966,'reject':_0x107e3f,'completePromise':_0x168f6d};}},tr=class extends Vn{constructor(_0xa2e9ce){super(_0xa2e9ce),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0xa2e9ce['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x54774a){this['element']['innerHTML']=_0x54774a;}};const er=['applySuggestion','insertSuggestion'];var ir=class extends _0x42f8f5{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x256bd9,_0x5d2dd5=[...er],_0x11f775){super(_0x256bd9);const _0x3e6f2f=this['bindTemplate'],_0x1ec9ce=Boolean(_0x11f775);if(this['set']('isEnabled',!_0x1ec9ce),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x1ec9ce){const _0x5eda32=new Ht(_0x256bd9);_0x5eda32['set']({'label':us(_0x256bd9,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x26ee67}),_0x5eda32['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0xcf2c6b=new _0x42f8f5(_0x256bd9);_0xcf2c6b['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[us(_0x256bd9,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x5eda32]}]}),this['children']['add'](_0xcf2c6b);}else this['_applyChangesButton']=new Ht(_0x256bd9),this['_applyChangesButton']['set']({'label':us(_0x256bd9,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x5d2dd5['includes']('applySuggestion'),'class':on}),this['_insertSuggestionsButton']=new Ht(_0x256bd9),this['_insertSuggestionsButton']['set']({'label':us(_0x256bd9,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x5d2dd5['includes']('insertSuggestion'),'class':an}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x2e3758=>{_0x2e3758['bind']('isEnabled')['to'](this);}),this['children']['addMany']([this['_applyChangesButton'],this['_insertSuggestionsButton']]);this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x3e6f2f['if']('isVisible','ck-hidden',_0x5c0ec3=>!_0x5c0ec3)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x1dc89b){this['isVisible']=_0x1dc89b;}['_switchButtonLabelsPlurality'](_0x1bfe5c){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x1bfe5c?(this['_applyChangesButton']['label']=us(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=us(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=us(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=us(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}},sr=class extends _0x42f8f5{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0xbe0479,_0x6783c3){super(_0xbe0479),this['bodyCollection']=_0x6783c3,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',_0x2ee8ac=>!_0x2ee8ac)]},'children':this['children']});const _0x52614e=new _0x42f8f5(this['locale']),_0x2d0910=new Yt();_0x2d0910['content']=at,_0x52614e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x2d0910,{'tag':'span','children':[{'text':us(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x52614e),this['_setupBalloonPanel'](_0xbe0479);}['addSource'](_0x42adba){this['children']['add'](new nr(this['locale'],_0x42adba,this['balloonPanelView']));}['_setupBalloonPanel'](_0x763d50){this['balloonPanelView']=new yt(_0x763d50),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}},nr=class extends Ht{['balloonPanelView'];['source'];constructor(_0x25a89d,_0x37b649,_0x57260b){super(_0x25a89d),this['source']=_0x37b649,this['balloonPanelView']=_0x57260b,this['set']({'label':_0x37b649['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0xdb4591=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0xdb4591['to'](()=>{window['open'](_0x37b649['url'],'_blank');}),'mouseenter':_0xdb4591['to'](()=>{this['_showTooltip']();}),'mouseleave':_0xdb4591['to'](()=>{this['_hideTooltip']();})}}),_0x37b649['favicon']){const _0x1c70a8=new _0x42f8f5(_0x25a89d);_0x1c70a8['setTemplate']({'tag':'img','attributes':{'src':_0x37b649['favicon']||at,'alt':_0x37b649['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x1c70a8);}else this['set']('icon',at);}['_createTooltipContentView'](_0x293f52,_0x2891eb){const _0x2998bb=new _0x42f8f5(_0x293f52),_0x891159=[];let _0x1e97bc;_0x2891eb?.['favicon']?(_0x1e97bc=new _0x42f8f5(_0x293f52),_0x1e97bc['setTemplate']({'tag':'img','attributes':{'src':_0x2891eb['favicon'],'alt':_0x2891eb['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x1e97bc=new Yt(),_0x1e97bc['content']=at,_0x1e97bc['extendTemplate']({'attributes':{'alt':_0x2891eb['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x891159['push'](_0x1e97bc);const _0x3dd70a=new _0x42f8f5(_0x293f52);_0x3dd70a['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x2891eb['url']},'children':[{'text':new URL(_0x2891eb['url'])?.['hostname']}]}),_0x891159['push'](_0x3dd70a);const _0x4e0f09=new _0x42f8f5(_0x293f52);_0x4e0f09['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x891159});const _0x1747f7=new _0x42f8f5(_0x293f52);return _0x1747f7['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x2891eb['title']['length']>0x190?_0x2891eb['title']['substring'](0x0,0x190)+'...':_0x2891eb['title']}]}),_0x2998bb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x4e0f09,_0x1747f7]}),_0x2998bb;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[yt['defaultPositions']['northArrowSouth'],yt['defaultPositions']['northArrowSouthWest'],yt['defaultPositions']['northArrowSouthEast']],'limiter':document['querySelector']('.ck-ai-chat')}),this['balloonPanelView']['show']();}['_hideTooltip'](){this['balloonPanelView']['hide']();}['_updateTooltipContent'](){this['balloonPanelView']['content']['get'](0x0)?.['destroy'](),this['balloonPanelView']['content']['clear']();const _0xaac3e2=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0xaac3e2);}},rr=class extends _0x42f8f5{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x46743f(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x26f76c,_0x5c1775){super(_0x26f76c);const {areActionsDisabled:_0x5bdb0d,showUnchangedParts:_0x3bcb20,availableActions:_0xba6f24}=_0x5c1775;this['_areActionsDisabled']=_0x5bdb0d,this['_showUnchangedParts']=_0x3bcb20,this['_availableActions']=_0xba6f24,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new Xn(_0x26f76c,zn['aiSuggestionBody']),this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now'](),this['_children']['add'](this['_skeletonView']),this['_updateContentPartsPromiseQueue']=new Zn(),this['_emptyPartsWarningView']=new tr({'id':'empty-parts-warning','initialContent':us(_0x26f76c,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new ir(_0x26f76c,_0x5c1775['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new sr(this['locale'],_0x5c1775['bodyCollection']),_0x5c1775['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...Nn)['to'](this),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'],this['_actionsView'],this['_sourcesView']]});}['destroy'](){this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),super['destroy']();}get['partsCount'](){return this['_contentPartViews']['length'];}get['_contentPartViews'](){return Array['from'](this['_children'])['filter'](_0x467510=>_0x467510 instanceof Qn);}async['updateContentParts']({parts:_0x1f77e4,abortSignal:_0x5524ff,skipLoadingEffects:_0x350b1a}){this['_cachedContentParts']['length']?_0x1f77e4['forEach'](_0x537bb3=>{const _0x21e51b=this['_cachedContentParts']['findIndex'](_0x150549=>_0x150549['index']==_0x537bb3['index']);-0x1===_0x21e51b?this['_cachedContentParts']['push'](_0x537bb3):this['_cachedContentParts'][_0x21e51b]=_0x537bb3;}):this['_cachedContentParts']=_0x1f77e4;const _0x3c59b4=this['_showUnchangedParts']?_0x1f77e4:_0x1f77e4['filter'](_0x1d418b=>_0x1d418b['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x3c59b4['length']>0x1),_0x350b1a&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0x1337c8 of _0x3c59b4)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x1b3779=>{let _0x3c4abf=this['getPartView'](_0x1337c8['index']);if(!_0x3c4abf){if(_0x3c4abf=new Qn(this['locale'],{'part':_0x1337c8,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x3c4abf['delegate'](...Nn)['to'](this),_0x3c4abf['bind']('isTrackChangesOn')['to'](this),!_0x350b1a&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x1b3779),_0x1b3779['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x3c4abf,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x350b1a||this['_showSkeletonDebounced']();}await _0x3c4abf['updateContent']({'part':_0x1337c8,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x1b3779}),_0x3c4abf['markAsDone']();});return _0x5524ff?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x2484e6,_0xd3f081){const _0x35ffb2=this['getPartView'](_0x2484e6);_0x35ffb2&&(_0x35ffb2['state']=_0xd3f081),this['hasPendingParts']='pending'==_0xd3f081||this['_contentPartViews']['some'](_0x1fec5a=>'pending'==_0x1fec5a['state']);}['setPartActive'](_0x2f1089,_0x3b4e64){if(!0x1===_0x2f1089){for(const _0x7f0571 of this['_contentPartViews'])_0x7f0571['isActive']=!0x1;}else{const _0x15fc0e=this['getPartView'](_0x2f1089);_0x15fc0e&&(_0x15fc0e['isActive']=_0x3b4e64);}}['updateSources'](_0x30e7bf){_0x30e7bf['forEach'](_0x1f2c5e=>this['_sourcesView']['addSource'](_0x1f2c5e)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x2a9252){return this['_contentPartViews']['find'](_0x4a426d=>_0x4a426d['partDefinition']['index']==_0x2a9252)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x2c57a6=!this['_cachedContentParts']['find'](({hasChanges:_0x5a3086})=>_0x5a3086),_0x5ba95b=!!this['_cachedContentParts']['find'](({hasChanges:_0xc13690})=>!_0xc13690);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x5ba95b,_0x2c57a6?this['_emptyPartsWarningView']['setContent'](us(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](us(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_contentPartViews']['forEach'](_0x47f119=>_0x47f119['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x4637c3){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x1a1766=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x1a1766>0x0){const {promise:_0x2e1dad,abortController:_0x3121df}=xn(_0x1a1766);_0x4637c3?.['addEventListener']('abort',()=>_0x3121df['abort']()),await _0x2e1dad['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x122e72=>_0x122e72['partDefinition']['hasChanges'])['length']>0x0;}},or=class extends _0x42f8f5{['bodyView'];['children'];['headerView'];constructor(_0x211c79,_0x4a6941,_0x292b80){super(_0x211c79);const {showDiff:_0xd55ac3,areActionsDisabled:_0x1abb96,showUnchangedParts:_0x5724c9,availableActions:_0x11d312}=_0x4a6941;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new Un(_0x211c79,{'showDiff':_0xd55ac3}),this['headerView']['on']('toggleShowChanges',(_0x3894a8,_0x232916)=>{this['areChangesVisible']=_0x232916['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x232916['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new rr(_0x211c79,{'areActionsDisabled':_0x1abb96,'showUnchangedParts':!!_0x5724c9,'availableActions':_0x11d312,'bodyCollection':_0x292b80}),this['bodyView']['delegate'](...Nn)['to'](this),this['bodyView']['bind']('isTrackChangesOn')['to'](this),this['children']['add'](this['bodyView']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0x5c3ff1){await this['bodyView']['updateContentParts'](_0x5c3ff1);}['updateSources'](_0x2a4e0f){this['bodyView']['updateSources'](_0x2a4e0f);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}},ar=class extends Vn{['containerView'];constructor(_0x59c701,_0x521687,_0x4c4152){super(_0x521687),this['set']('isTrackChangesOn',!0x1),this['containerView']=new or(_0x59c701,{'showDiff':_0x521687['showDiff'],'areActionsDisabled':_0x521687['areActionsDisabled'],'availableActions':_0x521687['availableActions']},_0x4c4152),this['containerView']['on']('toggleSuggestionDisplayMode',(_0xcd0bd,_0x6d6e9b)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x6d6e9b['showDiff']});}),this['containerView']['bind']('isTrackChangesOn')['to'](this),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',(_0x224bb1,{index:_0x549f2d})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x549f2d});}),this['containerView']['on']('applySuggestion',(_0xba57fd,{index:_0x58144e}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x58144e});}),this['containerView']['on']('insertSuggestion',(_0x4f6279,{index:_0x4e10b6}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x4e10b6});}),this['containerView']['on']('rejectSuggestion',(_0x5cdc2b,{index:_0x55e5ae})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x55e5ae});}),this['containerView']['on']('mouseOverSuggestion',(_0xfca0e6,{index:_0x1c52b1})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x1c52b1});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x1f6a91,{index:_0x211fd7})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x211fd7});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x2ff0ea){await this['containerView']['updateContent'](_0x2ff0ea);}['updatePartState'](_0x1e49d3,_0xf235ba){this['containerView']['bodyView']['updatePartState'](_0x1e49d3,_0xf235ba);}['setPartActive'](_0x2c036d,_0x2fc7e8){!0x1===_0x2c036d?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x2c036d,_0x2fc7e8);}['updateSources'](_0x4cd139){this['containerView']['updateSources'](_0x4cd139);}['getPartView'](_0x49b7de){return this['containerView']['bodyView']['getPartView'](_0x49b7de);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}},hr=class extends Vn{['replyContainer'];['_bodyCollection'];constructor(_0x436980,_0x22388d,_0x486df7){super(_0x22388d),this['_bodyCollection']=_0x486df7,this['locale']=_0x436980,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x42f8f5(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container','ck-ai-chat-content']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':ps(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x3ee412,renderingStrategy:_0x858d92,abortSignal:_0x335538}){'streaming'===_0x858d92?await this['streamIntoElement'](_0x3ee412,this['replyContainer']['element'],_0x335538):this['replyContainer']['element']['innerHTML']=_0x575879(_0x3ee412);}['updateSources'](_0x71a930){const _0x247310=new sr(this['locale'],this['_bodyCollection']);_0x247310['children']['addMany'](_0x71a930['map'](_0x1a68b9=>new nr(this['locale'],_0x1a68b9,_0x247310['balloonPanelView']))),_0x247310['isVisible']=!0x0,this['children']['add'](_0x247310);}},cr=class extends _0x528849{constructor(_0x592fec=void 0x0){super();const _0x20f0da=_0x592fec?'ck-ai-spinner_'+_0x592fec:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x20f0da]}});}};const lr={'file':_0x324f70,'image':_0x597a34,'document':_0x34f9f8,'web-resource':_0x18b8c0,'text':_0x324f70,'selection':_0x582585,'mcp-tool-context':_0x34f9f8},ur='ck-ai-chat-context-chip',dr='ck-ai-chat-context-chip_wide',_r='ck-ai-chat-context-chip_document',gr='ck-ai-chat-context-chip__label',Ar='ck-ai-chat-context-chip__type-icon',Ir='ck-ai-chat-context-controls__chip-tooltip',pr='n';var mr=class extends Ht{constructor(_0x4dd3b6,_0x1fdae4,_0x2aeed5,_0xdeecf9,_0x292a66=!0x1){super(_0x4dd3b6),this['_isAnimationOnEnterEnabled']=_0xdeecf9,this['_initializeProperties'](_0x1fdae4,_0x2aeed5,_0x292a66),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'](_0x27880a,_0x2f752c,_0x43df59){this['set']('label',_0x27880a['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x27880a['type']),this['set']('id',_0x27880a['uiId']),this['set']('readonly',_0x2f752c),this['set']('isLoading',_0x43df59);}['_setupTemplate'](){const _0x159f73=this['_createIconView'](),_0x33a412=this['_createRemoveButton'](),_0x151031=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x151031),'children':this['_createTemplateChildren'](_0x159f73,_0x33a412,_0x151031)});}['_createTemplateAttributes'](_0x29033b){return{'class':[ur,_0x29033b['if']('itemType',_r,_0x5c2d9f=>'document'==_0x5c2d9f),_0x29033b['if']('itemType',dr,_0x5ccb87=>'selection'==_0x5ccb87)],'data-cke-tooltip-text':_0x29033b['to']('label',Er),'data-cke-tooltip-position':pr,'data-cke-tooltip-class':Ir};}['_createTemplateChildren'](_0x22f437,_0x5f2739,_0x14df65){const _0x5919fa=this['_createLabelElement'](_0x14df65),_0x439a36=this['_createLoaderIcon']();return this['readonly']?[_0x22f437,_0x5919fa]:[_0x22f437,_0x439a36,_0x5919fa,_0x5f2739];}['_createLabelElement'](_0x41f3ec){return{'tag':'span','attributes':{'class':gr},'children':[{'text':_0x41f3ec['to']('label')}]};}['_createRemoveButton'](){const _0x185cce=new Ht(this['locale']);return _0x185cce['set']({'label':us(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x3c0bfe}),this['_setupRemoveButtonEvent'](_0x185cce),_0x185cce;}['_setupRemoveButtonEvent'](_0x628a0a){_0x628a0a['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x23f3ee=this['bindTemplate'],_0x32b416=new Yt();return _0x32b416['content']=lr[this['itemType']],_0x32b416['extendTemplate']({'attributes':{'class':[Ar,_0x23f3ee['if']('isLoading','ck-hidden',_0x34cd72=>_0x34cd72)]}}),_0x32b416;}['_handleAnimationEndOnce'](_0x2a1613,_0x982448){if(!_0x2a1613)return;const _0x5c4313=()=>{_0x982448(),_0x2a1613['removeEventListener']('animationend',_0x5c4313),_0x2a1613['removeEventListener']('webkitAnimationEnd',_0x5c4313);};_0x2a1613['addEventListener']('animationend',_0x5c4313),_0x2a1613['addEventListener']('webkitAnimationEnd',_0x5c4313);}['_createLoaderIcon'](){const _0x434df3=new cr('small');return _0x434df3['bind']('isVisible')['to'](this,'isLoading',_0x5458a6=>_0x5458a6),_0x434df3;}};function Er(_0x416383){if(!_0x416383)return _0x416383;if(_0x416383['length']<=0x78)return _0x416383;const _0x3fac7d=_0x416383['slice'](0x0,0x78),_0x10b3df=_0x3fac7d['lastIndexOf']('\x20');return(_0x10b3df>0x0?_0x3fac7d['slice'](0x0,_0x10b3df):_0x3fac7d)+'…';}const Tr={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},wr='300px';var Cr=class{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x4adbd3,_0x2c101d,_0x4b9abc,_0x4f6296,_0x256329){this['_locale']=_0x4adbd3,this['_visibleChips']=_0x2c101d,this['_config']={...Tr,..._0x4b9abc,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x4b9abc['cssClasses']}},this['_overflowChips']=new ct(),this['_bodyCollection']=_0x4f6296,this['_parentView']=_0x256329||null;}['setContainerElement'](_0x7cdbd){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x7cdbd,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 _0x59f3d3=[...this['_visibleChips'],...this['_overflowChips']],_0x52d3f8=this['_createCalculationContainer'](),_0x4a598d=this['_calculateOverflowInContainer'](_0x52d3f8,_0x59f3d3),_0x28bb4b=_0x52d3f8['_ancestorsToRestore'];_0x28bb4b&&this['_restoreAncestorVisibility'](_0x28bb4b),_0x52d3f8['remove'](),this['_applyOverflowResults'](_0x59f3d3,_0x4a598d);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x4c94bb({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x1f98d7=new Ht(this['_locale']);_0x1f98d7['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x22e32a=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x22e32a['push'](this['_config']['cssClasses']['controlsButton']),_0x1f98d7['extendTemplate']({'attributes':{'class':_0x22e32a}}),_0x1f98d7;}['_createShowMoreBalloonPanelView'](){const _0x56b541=new yt(this['_locale']);return _0x56b541['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x56b541),_0x56b541;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x2dfa62=>{_0x2dfa62['disableAnimationOnEnter']();});const _0x48b06d=new _0x42f8f5(this['_locale']);_0x48b06d['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x48b06d);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x56c874=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x56c874?'':'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'](_0xe99689){const _0x14ab66=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x60dbbb=this['_containerElement']?.['classList'];if(_0x60dbbb){const _0x5267ac=_0x60dbbb[0x0]||'',_0xbe2475=_0xe99689['querySelector']('.'+_0x5267ac),_0xcf4cbf=_0xe99689['querySelector'](_0x14ab66);return _0xbe2475||_0xcf4cbf||_0xe99689;}return _0xe99689['querySelector'](_0x14ab66)||_0xe99689;}['_calculateContainerWidth'](){const _0x242cf1=this['_parentView']?.['element']||this['_containerElement'];if(!_0x242cf1)return wr;const _0x34516a=window['getComputedStyle'](_0x242cf1)['width'];if('auto'===_0x34516a||'0px'===_0x34516a||!_0x34516a){const _0x245b93=_0x242cf1['parentElement'];if(_0x245b93){const _0xca1ee8=window['getComputedStyle'](_0x245b93);return'auto'!==_0xca1ee8['width']?_0xca1ee8['width']:wr;}return wr;}return _0x34516a;}['_applyCalculationStyles'](_0x569515,_0x39c192){this['_config']['cssClasses']['calculationContainer']&&_0x569515['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x569515['style']['width']=_0x39c192,_0x569515['style']['position']='absolute',_0x569515['style']['top']='-9999px',_0x569515['style']['left']='-9999px',_0x569515['style']['opacity']='0',_0x569515['style']['pointerEvents']='none',_0x569515['style']['zIndex']='-1',_0x569515['style']['visibility']='visible\x20!important',_0x569515['style']['display']='block\x20!important',_0x569515['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x529086){_0x529086['forEach'](({element:_0x480da0,originalDisplay:_0x1df24f,originalVisibility:_0x17629b})=>{_0x480da0['style']['display']=_0x1df24f,_0x480da0['style']['visibility']=_0x17629b;});}['_makeAncestorsVisible'](_0x5c15ef){const _0x231e6e=[];let _0x3f1078=_0x5c15ef;for(;_0x3f1078&&_0x3f1078!==document['body'];){const _0x4cea2a=window['getComputedStyle'](_0x3f1078);'none'!==_0x4cea2a['display']&&'hidden'!==_0x4cea2a['visibility']||(_0x231e6e['push']({'element':_0x3f1078,'originalDisplay':_0x3f1078['style']['display'],'originalVisibility':_0x3f1078['style']['visibility']}),_0x3f1078['style']['display']='block',_0x3f1078['style']['visibility']='visible'),_0x3f1078=_0x3f1078['parentElement'];}return _0x231e6e;}['_createContainerElements'](){let _0x155731,_0x4efee3;return this['_parentView']?.['element']?(_0x155731=this['_parentView']['element']['cloneNode'](!0x0),_0x4efee3=this['_findTargetContainer'](_0x155731)):(_0x155731=document['createElement']('div'),_0x4efee3=_0x155731),{'calculationContainer':_0x155731,'targetContainer':_0x4efee3};}['_createCalculationContainer'](){const {calculationContainer:_0x54f164,targetContainer:_0x2e7d00}=this['_createContainerElements'](),_0x579fe8=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x54f164,_0x579fe8);const _0x27d62b=(this['_parentView']?.['element']||this['_containerElement'])?.['parentElement'];_0x27d62b?_0x27d62b['appendChild'](_0x54f164):document['body']['appendChild'](_0x54f164),_0x54f164['_targetContainer']=_0x2e7d00;const _0xb7dd5c=this['_makeAncestorsVisible'](_0x27d62b||null);return _0x54f164['offsetWidth'],_0x54f164['_ancestorsToRestore']=_0xb7dd5c,_0x54f164;}['_calculateOverflowInContainer'](_0x545e50,_0x1041cd){const _0x3241b6=_0x545e50['_targetContainer']||_0x545e50,_0xd7d556=[],{rowCount:_0x44bc67}=this['_renderChipsAndCountRows'](_0x3241b6,_0x1041cd);if(_0x44bc67<=this['_config']['maxVisibleRows'])return _0xd7d556;const _0x4aa275=_0x1041cd['slice']();for(;_0x4aa275['length']>0x0;){if(this['_testButtonFit'](_0x545e50,_0x3241b6,_0x4aa275)){const _0x20c80b=_0x1041cd['filter'](_0x2bb520=>!_0x4aa275['includes'](_0x2bb520));_0xd7d556['push'](..._0x20c80b);break;}if(!_0x4aa275['pop']())break;}return _0xd7d556;}['_renderChipsAndCountRows'](_0x56d55b,_0x1b0d1c){_0x56d55b['innerHTML']='',_0x1b0d1c['forEach'](_0x1ae7d0=>{if(_0x1ae7d0['element']){const _0x5b8696=_0x1ae7d0['element']['cloneNode'](!0x0);_0x56d55b['appendChild'](_0x5b8696);}}),_0x56d55b['offsetWidth'];const _0x10e5ba=_0x56d55b['children'],_0x1e7365=[];return Array['from'](_0x10e5ba)['forEach'](_0xc26b44=>{const _0x4a188c=_0xc26b44['getBoundingClientRect']()['top'];_0x1e7365['some'](_0x350f4d=>Math['abs'](_0x350f4d-_0x4a188c)<this['_config']['rowDetectionTolerance'])||_0x1e7365['push'](_0x4a188c);}),{'rowCount':_0x1e7365['length']};}['_createMockButton'](){const _0x55e932=document['createElement']('button');return _0x55e932['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x55e932['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x55e932['textContent']='+\x201',_0x55e932;}['_testButtonFit'](_0x3f64b0,_0x42d0e8,_0x24a26a){this['_renderChipsAndCountRows'](_0x42d0e8,_0x24a26a);const _0x1ca538=this['_createMockButton']();_0x3f64b0['appendChild'](_0x1ca538),_0x3f64b0['offsetWidth'];const _0x2979e5=[..._0x42d0e8['children'],_0x1ca538],_0x5a83ee=[];_0x2979e5['forEach'](_0x79b635=>{const _0x2d5f44=_0x79b635['getBoundingClientRect']()['top'];_0x5a83ee['some'](_0x291743=>Math['abs'](_0x291743-_0x2d5f44)<this['_config']['rowDetectionTolerance'])||_0x5a83ee['push'](_0x2d5f44);});const _0x46dc95=_0x5a83ee['length'];return _0x1ca538['remove'](),_0x46dc95<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x50b739,_0x40c44c){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x50b739['forEach'](_0x1773e0=>{_0x40c44c['includes'](_0x1773e0)?this['_overflowChips']['add'](_0x1773e0):this['_visibleChips']['add'](_0x1773e0);});}['_updateOverflowUI'](_0x75c413){if(_0x75c413>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x75c413>0x0&&this['_showMoreButtonView']){const _0x183d47=''+this['_config']['showMoreLabelPrefix']+(_0x75c413<0x63?_0x75c413:'99');this['_showMoreButtonView']['label']=_0x183d47;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x34b4f6,_0x43dcf4){this['_distributeChips'](_0x34b4f6,_0x43dcf4),this['_updateOverflowUI'](_0x43dcf4['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x50ef3d=>{_0x50ef3d[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 _0x5eab9e=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x5eab9e['width']||0x0===_0x5eab9e['height'])return!0x1;const _0x4b09c2=window['innerHeight']||document['documentElement']['clientHeight'],_0x2d717e=window['innerWidth']||document['documentElement']['clientWidth'];return _0x5eab9e['bottom']>=-0xc8&&_0x5eab9e['top']<=_0x4b09c2+0xc8&&_0x5eab9e['right']>=-0xc8&&_0x5eab9e['left']<=_0x2d717e+0xc8;}};const fr='ck-ai-chat__feed__context-chips',br='ck-ai-chat-context-chips-wrapper',Sr='ck-ai-chat-context-chips-wrapper-balloon',Rr='ck-ai-chat-controls-button',Or='ck-ai-chat-controls_context_show-more-button',vr='ck-ai-chat-context-controls__show-more-balloon-panel';var kr=class extends _0x42f8f5{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x4a12be,_0x917e46,_0x912648){super(_0x4a12be),this['_bodyCollection']=_0x912648,this['_createContextChips'](_0x917e46);const _0x457da3={'cssClasses':{'showMoreButton':Or+'\x20'+hn,'showMoreBalloon':vr,'overflowContainer':Sr,'controlsButton':Rr}};this['_overflowManager']=new Cr(_0x4a12be,this['_contextChips'],_0x457da3,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[fr,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':br},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x461391=this['element']['querySelector']('.'+br);_0x461391&&(this['_overflowManager']['setContainerElement'](_0x461391),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x1247f0){for(const _0x16cb72 of _0x1247f0){const _0xe0b0a3=new mr(this['locale'],_0x16cb72,!0x0,!0x1);this['_contextChips']['add'](_0xe0b0a3);}}},Nr=class extends Vn{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0xfd3672,_0x497ef3,_0xe2cdc4){super(_0x497ef3),this['_locale']=_0xfd3672,this['_bodyCollection']=_0xe2cdc4,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 kr(this['_locale'],this['options']['contextItems']['filter'](_0xccf496=>!_0xccf496['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x42f8f5(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':['ck-reset_all-excluded','ck-ai-chat__feed__message-content','ck-ai-chat-content']}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}},yr=class extends Vn{['capabilities'];constructor(_0x3f09fa,_0x32d810){super(_0x32d810);const {isWebSearchEnabled:_0x485887,isReasoningEnabled:_0x2ff01a}=_0x32d810['capabilities'],_0x195c8d=[];let _0x4d2129='';_0x485887&&_0x2ff01a?(_0x4d2129=us(_0x3f09fa,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x195c8d['push'](xr(at)),_0x195c8d['push'](xr(_0x19f12e))):_0x485887?(_0x4d2129=us(_0x3f09fa,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x195c8d['push'](xr(at))):_0x2ff01a&&(_0x4d2129=us(_0x3f09fa,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x195c8d['push'](xr(_0x19f12e))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x4d2129?'':'ck-hidden']}});const _0xa6a812=new _0x42f8f5();_0xa6a812['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x195c8d,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x4d2129]}]}),this['children']['add'](_0xa6a812),this['capabilities']=_0x32d810['capabilities'];}};function xr(_0x5ea982){const _0x38b8e9=new Yt();return _0x38b8e9['content']=_0x5ea982,_0x38b8e9;}const Lr=['wheel','touchstart','pointerdown','keydown'],Dr=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];var Pr=class{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x2ba852){this['element']=_0x2ba852,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0xb476cf of Lr){const _0x1d74bf='keydown'!==_0xb476cf;this['element']['addEventListener'](_0xb476cf,this['_onUserEvent']['bind'](this),{'passive':_0x1d74bf,'signal':this['abortController']['signal']});}}['start']({smooth:_0x462c1c=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0x462c1c?'smooth':'auto',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'](_0x4a67a7){if(this['isRunning']){if('keydown'===_0x4a67a7['type']){const _0x61a5eb=_0x4a67a7['key'];if(!Dr['includes'](_0x61a5eb))return;}_0x4a67a7 instanceof WheelEvent?_0x4a67a7['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x182f2c,scrollHeight:_0x1f3156,clientHeight:_0x39130c}=this['element'];return _0x1f3156-_0x182f2c-_0x39130c<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':this['scrollBehavior']}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}},Hr=class extends Vn{constructor(_0x2459a2){super(_0x2459a2),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__custom-element']}});}async['render'](){super['render'](),'string'==typeof this['options']['content']?this['element']['innerHTML']=this['options']['content']:this['element']['appendChild'](this['options']['content']);}},Mr=class extends _0x42f8f5{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x377e92,_0x4e416a){super(_0x377e92),this['_bodyCollection']=_0x4e416a,this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...yn)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new Pr(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x3643fa,_0x8df9ac){let _0x2680c6;return'ai-reply'===_0x3643fa?_0x2680c6=new hr(this['locale'],_0x8df9ac,this['_bodyCollection']):'ai-suggestion-reply'===_0x3643fa?(_0x2680c6=new ar(this['locale'],_0x8df9ac,this['_bodyCollection']),_0x2680c6['bind']('isTrackChangesOn')['to'](this)):_0x2680c6='user-message'===_0x3643fa?new Nr(this['locale'],_0x8df9ac,this['_bodyCollection']):'interaction-header'===_0x3643fa?new yr(this['locale'],_0x8df9ac):'custom-element'===_0x3643fa?new Hr(_0x8df9ac):new tr(_0x8df9ac),this['children']['add'](_0x2680c6),_0x2680c6;}async['updateReplyItem']({id:_0x53e662,parsedContent:_0x158b81,renderingStrategy:_0x4c53af,abortSignal:_0x14d22d}){const _0x376c1b=this['getItemById'](_0x53e662);if(!(_0x376c1b instanceof hr))throw new ht('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x376c1b,'id':_0x53e662,'parsedContent':_0x158b81});await _0x376c1b['updateContent']({'parsedContent':_0x158b81,'renderingStrategy':_0x4c53af,'abortSignal':_0x14d22d});}async['updateWebSources'](_0x258e31,_0x3e9289){const _0x229774=this['getItemById'](_0x258e31);if(_0x229774 instanceof ar)_0x229774['updateSources'](_0x3e9289);else{if(!(_0x229774 instanceof hr))throw new ht('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x229774,'id':_0x258e31,'sources':_0x3e9289});_0x229774['updateSources'](_0x3e9289);}}async['updateSuggestionItem']({id:_0x55d75d,parts:_0x186b4c,abortSignal:_0x5c08ba,skipLoadingEffects:_0x3ca179}){const _0xc05f3a=this['getItemById'](_0x55d75d);if(!(_0xc05f3a instanceof ar))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0xc05f3a,'id':_0x55d75d,'parts':_0x186b4c});await _0xc05f3a['updateContent']({'parts':_0x186b4c,'abortSignal':_0x5c08ba,'skipLoadingEffects':_0x3ca179});}['updateSuggestionPartState']({id:_0x24d996,index:_0x1a1657,state:_0x1a74ba}){const _0x545c09=this['getItemById'](_0x24d996);if(!(_0x545c09 instanceof ar))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x24d996});_0x545c09['updatePartState'](_0x1a1657,_0x1a74ba);}['setSuggestionPartActive']({id:_0x587f6d,index:_0x534c43,isActive:_0x1d0260}){const _0x4b36b9=this['getItemById'](_0x587f6d);if(!(_0x4b36b9 instanceof ar))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x587f6d});this['children']['filter'](_0x171549=>_0x171549 instanceof ar)['forEach'](_0x8c1ec2=>{_0x8c1ec2['setPartActive'](!0x1);}),_0x4b36b9['setPartActive'](_0x534c43,_0x1d0260);}['markItemAsDone'](_0x2541e2){this['getItemById'](_0x2541e2)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x377ba9=>_0x377ba9['options']['id']);}['removeItem'](_0x5f1041){this['children']['remove'](this['getItemById'](_0x5f1041));}['hasItem'](_0x5d640c){return!!this['children']['find'](_0x38659f=>_0x38659f['options']['id']['includes'](_0x5d640c));}['scrollToSuggestion'](_0x361fc9,_0x216007){const _0x35ed8a=this['getItemById'](_0x361fc9);if(!(_0x35ed8a instanceof ar))return void bt('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x361fc9,'partIndex':_0x216007});const _0x3ef32f=_0x35ed8a['getPartView'](_0x216007);_0x3ef32f?St(_0x3ef32f['element'],0x14,this['element']['parentElement'],!0x0,!0x0):bt('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x361fc9,'partIndex':_0x216007});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x3056e3=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x3056e3,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x333f6e=new Xn(this['locale'],zn['aiFeed']);return _0x333f6e['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x333f6e;}['_createFeedItems'](){const _0x1cca4b=new _0x42f8f5(this['locale']);return _0x1cca4b['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x1cca4b;}['_createFeedLoader'](){const _0x3b7536=new _0x42f8f5(this['locale']);return _0x3b7536['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x423dd5=>!_0x423dd5)]},'children':this['_createLoaderChildren']()}),_0x3b7536;}['_createLoaderChildren'](){const _0x311495=new cr();return _0x311495['isVisible']=!0x0,[_0x311495,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x7ef417){const _0x410c5c=this['children']['find'](_0x540172=>_0x540172['options']['id']['includes'](_0x7ef417));if(!_0x410c5c)throw new ht('ai-chat-feed-view-item-not-found',this,{'id':_0x7ef417});return _0x410c5c;}['setLoadingMessage'](_0x4e9992){this['set']('loadingMessage',_0x4e9992);}['toggleLoadingSkeleton'](_0x2492b3){this['set']('isLoadingSkeletonVisible',_0x2492b3);}['startAutoScroll'](_0x1649ec={}){this['scrollManager']['start'](_0x1649ec);}['stopAutoScroll'](){this['scrollManager']['stop']();}},Vr=class extends jt{['filter'](){let _0x20f48=0x0;for(const _0x2ed862 of this['items'])_0x20f48+=_0x2ed862['items']['length'];return{'resultsCount':_0x20f48,'totalItemsCount':_0x20f48};}};function Ur(_0x279c04){const _0x5bf4c8=[];let _0x2a3189=!0x1;for(const _0x10523f of Array['from'](_0x279c04['items'])){if('file'!==_0x10523f['kind'])continue;if(_0x10523f['webkitGetAsEntry']()?.['isDirectory']){_0x2a3189=!0x0;continue;}const _0x1a7210=_0x10523f['getAsFile']();_0x1a7210&&_0x5bf4c8['push'](_0x1a7210);}return{'files':_0x5bf4c8,'hasDirectory':_0x2a3189};}const Br='ck-ai-chat__prompt-input_highlighted';var Gr=class AIChatPromptInputView extends Nt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x17455e,_0x1cc687){super(_0x17455e,{'queryView':{'label':'','creator':_0x48ca6a,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Vr(_0x17455e),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x1cc687,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=AIChatPromptInputView['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=AIChatPromptInputView['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',(_0x314c66,_0xc80874)=>!_0x314c66&&!_0xc80874),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x3584ea,_0x43a2fa)=>{this['isUploadInProgress']||this['isEmpty']||_0x3584ea['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x43a2fa());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();}),this['queryView']['fieldView']['element']['addEventListener']('paste',_0x2c025e=>this['_handlePaste'](_0x2c025e)),this['element']['addEventListener']('drop',_0x3171c9=>this['_handleDrop'](_0x3171c9));}['_handlePaste'](_0x1afb18){const _0x2c1574=_0x1afb18['clipboardData'];if(!_0x2c1574)return;const {files:_0x649c2d,hasDirectory:_0x59a1ea}=Ur(_0x2c1574),_0x31fbc9={'files':_0x649c2d,'plainText':_0x2c1574['getData']('text/plain'),'hasDirectory':_0x59a1ea,'forceTextAttachment':!0x1,'preventDefault':()=>_0x1afb18['preventDefault']()};this['fire']('promptInputPaste',_0x31fbc9);}['_handleDrop'](_0x461d5d){const _0xfcb169=_0x461d5d['dataTransfer'];if(!_0xfcb169)return;const _0x3e22ba={'files':[],'plainText':_0xfcb169['getData']('text/uri-list')||_0xfcb169['getData']('text/plain'),'hasDirectory':!0x1,'forceTextAttachment':!0x1,'preventDefault':()=>_0x461d5d['preventDefault']()};this['fire']('promptInputPaste',_0x3e22ba);}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x3391ad=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x3391ad)return this['queryView']['errorText']=us(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x1e372=_0x5a08e5(_0x3391ad);this['fire']('sendUserMessage',_0x1e372),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x351247){this['queryView']['fieldView']['set']('placeholder',_0x351247);}['focus'](_0x3ce232=!0x1){super['focus'](),_0x3ce232&&(this['element']['classList']['contains'](Br)||(this['element']['classList']['add'](Br),setTimeout(()=>{this['element']['classList']['remove'](Br);},0x320)));}['_createSubmitButton'](){const _0x2c8373=new Ht(this['locale']);return _0x2c8373['set']({'icon':st,'label':us(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+on,'isEnabled':!0x1}),_0x2c8373['on']('execute',()=>{this['submit']();}),_0x2c8373;}['setIsUploadInProgress'](_0x8872eb){this['isUploadInProgress']=_0x8872eb;}['_setUpAddContextButtonPositioning'](){const _0x2ff134=this['locale'],_0x275112=()=>{Tt['window']['requestAnimationFrame'](()=>{if(Ct(this['element'])){const _0x44832b=new At(this['queryView']['fieldView']['element']),_0x541aef=new At(this['_addContextButtonView']['element']),_0x17c16d=_0x44832b['width'],_0x3013df='rtl'===_0x2ff134['uiLanguageDirection']?'right':'left';_0x44832b['excludeScrollbarsAndBorders']();const _0x118360=_0x17c16d-_0x44832b['width']+0x1;this['_addContextButtonView']['element']['style'][_0x3013df]='calc('+(_0x17c16d-_0x541aef['width']-_0x118360)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x275112),this['on']('render',()=>{_0x275112(),this['_queryViewResizeObserver']=new It(this['queryView']['fieldView']['element'],()=>{_0x275112();});});}},Fr=class extends _0x42f8f5{constructor(_0x4a6718){super(_0x4a6718);const _0x4832f8=new Yt();_0x4832f8['content']=_0x324f70,this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls__drop-overlay']},'children':[_0x4832f8,{'tag':'span','attributes':{'class':['ck-ai-chat-controls__drop-overlay__label']},'children':[{'text':us(_0x4a6718,'AI_CHAT_DROP_ZONE_HINT')}]}]});}['attach'](_0x36fcbf){let _0x3e2835=0x0;_0x36fcbf['addEventListener']('dragenter',_0x55a009=>{_0x55a009['dataTransfer']&&(_0x3e2835++,0x1===_0x3e2835&&this['fire']('dragEnter'),_0x36fcbf['classList']['add']('ck-ai-chat-controls_drag-over'));}),_0x36fcbf['addEventListener']('dragover',_0x133b83=>{_0x133b83['dataTransfer']&&_0x133b83['preventDefault']();}),_0x36fcbf['addEventListener']('dragleave',()=>{--_0x3e2835<=0x0&&(_0x3e2835=0x0,_0x36fcbf['classList']['remove']('ck-ai-chat-controls_drag-over'));}),_0x36fcbf['addEventListener']('drop',_0x18e895=>{_0x18e895['preventDefault'](),_0x3e2835=0x0,_0x36fcbf['classList']['remove']('ck-ai-chat-controls_drag-over'),this['_handleDrop'](_0x18e895);});}['_handleDrop'](_0xc2ec13){const _0x2d0106=_0xc2ec13['dataTransfer'];if(!_0x2d0106)return;const {files:_0x4845ec,hasDirectory:_0x1857ba}=Ur(_0x2d0106),_0xe1bef3={'files':_0x4845ec,'plainText':_0x2d0106['getData']('text/uri-list')||_0x2d0106['getData']('text/plain'),'hasDirectory':_0x1857ba,'forceTextAttachment':!0x0,'preventDefault':()=>{}};this['fire']('promptInputPaste',_0xe1bef3);}};const Kr='ck-ai-chat__prompt-capabilities',Wr='ck-ai-chat-controls-button',Yr='ck-ai-chat-controls-button--commands',$r='ck-ai-chat-controls__model-selection',qr='ck-ai-chat-controls__model-selection__item-name',Qr='ck-ai-chat-controls__model-selection__item-description',Xr='ck-ai-chat-controls__model-selection__item-capabilities',zr='n';var jr=class extends _0x42f8f5{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x2e3c77){super(_0x2e3c77),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelDisplayMode','selector'),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,'modelDisplayMode',_0x4a896a=>'selector'===_0x4a896a),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x2c3694=>_0x2c3694?this['_modelSelectionDropdown']['buttonView']['label']:us(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x23427e=>_0x23427e),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x5eab47=>_0x5eab47),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x896fc4=>us(this['locale'],_0x896fc4?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x9c7885=>_0x9c7885),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x5d86cc=>us(this['locale'],_0x5d86cc?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Kr]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new ct(),_0x3e8d7a(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x329191,_0x24353e){if(_0x24353e)this['set']('modelDisplayMode','hidden');else{const _0x4ebf83=0x1===_0x329191['length'];this['set']('modelDisplayMode',_0x4ebf83?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x329191?.['length'])for(const _0xdb3dc8 of _0x329191){const _0x51d5f5=new _0x5ef671({'label':_0xdb3dc8['name'],'withText':!0x0,'role':'menuitemradio','id':_0xdb3dc8['id'],'model':_0xdb3dc8});_0x51d5f5['bind']('isOn')['to'](this,'activeModelId',_0x5c24b8=>_0x5c24b8===_0xdb3dc8['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x51d5f5,'labelView':new Jr(this['locale'],_0xdb3dc8)});}}['setWebSearch'](_0x1d1072){this['set']('webSearchActive',_0x1d1072);}['setReasoning'](_0x314312){this['set']('reasoningActive',_0x314312);}['setModel'](_0x1b86ff){if(!_0x1b86ff)return;this['activeModelId']=_0x1b86ff['id'],this['activeModelName']=_0x1b86ff['name']||_0x1b86ff['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x1b86ff['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x1b86ff['name']);const _0x45b4e8=_0x1b86ff['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x45b4e8),this['_webSearchButton']['set']('isVisible',_0x45b4e8);const _0x47fa47=_0x1b86ff['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x47fa47),this['_reasoningButton']['set']('isVisible',_0x47fa47);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x1a69c9){this['set']('modelSelectorEnabled',!0x1),_0x1a69c9&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0xd2e539=new Ht();return _0xd2e539['set']({'label':us(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':at,'class':Wr+'\x20'+hn,'isToggleable':!0x0,'tooltipPosition':zr}),_0xd2e539['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0xd2e539;}['_createReasoningButton'](){const _0x22242f=new Ht();return _0x22242f['set']({'label':us(this['locale'],'AI_CHAT_REASONING'),'icon':_0x19f12e,'class':Wr+'\x20'+hn,'isToggleable':!0x0,'tooltipPosition':zr}),_0x22242f['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x22242f;}['_createCommandsButton'](){const _0x275ee5=new Ht();return _0x275ee5['set']({'label':us(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x4fd34f,'withText':!0x0,'class':Wr+'\x20'+hn,'isToggleable':!0x0,'tooltip':us(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':zr}),_0x275ee5['extendTemplate']({'attributes':{'class':[Yr]}}),_0x275ee5['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x275ee5;}['_createModelSelectionDropdown'](){const _0x809aee=_0x5ba05a(this['locale']);return _0x809aee['set']({'panelPosition':'ne','class':[$r]}),_0x809aee['buttonView']['set']({'label':us(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':zr,'class':hn}),this['listenTo'](_0x809aee,'execute',_0x9e4726=>{this['fire']('selectModel',_0x9e4726['source']['model']);}),_0x809aee;}['_createModelNameView'](){const _0x2d91be=new Zr(this['locale']);return _0x2d91be['bind']('text')['to'](this,'activeModelName',_0x1c1bf7=>_0x1c1bf7??''),_0x2d91be['bind']('isVisible')['to'](this,'modelDisplayMode',_0x314c7a=>'name'===_0x314c7a),_0x2d91be;}},Jr=class extends Dt{constructor(_0x3e65a1,_0x45f6d4){super();const _0x168137=this['bindTemplate'],_0x10f3ad=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x168137['to']('style'),'id':_0x168137['to']('id')},'children':[{'tag':'div','attributes':{'class':[qr]},'children':[{'text':_0x168137['to']('text')}]},{'tag':'div','attributes':{'class':[Qr]},'children':[{'tag':'span','children':[{'text':_0x45f6d4['description']}]}]},{'tag':'div','attributes':{'class':[Xr]},'children':_0x10f3ad}]}),_0x10f3ad['addMany'](this['_getCapabilityParts'](_0x3e65a1,at,'AI_CHAT_SEARCH_WEB',_0x45f6d4['capabilities']['webSearch']?.['enabled']??!0x1)),_0x10f3ad['addMany'](this['_getCapabilityParts'](_0x3e65a1,_0x19f12e,'AI_CHAT_REASONING',_0x45f6d4['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x2ddef1,_0x484977,_0x263234,_0x453ea4){const _0x3d6fed=new Yt();_0x3d6fed['content']=_0x484977;const _0x5b9e8a=new _0x42f8f5(_0x2ddef1);_0x5b9e8a['setTemplate']({'tag':'span','children':[{'text':us(_0x2ddef1,_0x263234)+':\x20'}]});const _0x3b12e4=new _0x42f8f5(_0x2ddef1);return _0x3b12e4['setTemplate']({'tag':'span','children':[{'text':us(_0x2ddef1,_0x453ea4?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x3d6fed,_0x5b9e8a,_0x3b12e4];}},Zr=class extends _0x42f8f5{constructor(_0x4c7ef8){super(_0x4c7ef8),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x258f67=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x258f67['if']('isVisible','ck-hidden',_0x2f9d46=>!_0x2f9d46)]},'children':[{'text':_0x258f67['to']('text')}]});}};const to='ck-ai-chat-context-controls__url-form',eo='ck-ai-chat-context-controls__url-input-section';var io=class extends _0x42f8f5{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x5d7b3f){super(_0x5d7b3f),this['focusTracker']=new dt(),this['keystrokes']=new _t(),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 Gt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['set']('withBackButton',!0x0),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x88f813=>{this['focusTracker']['add'](_0x88f813['element']),this['keystrokes']['listenTo'](_0x88f813['element']);}),_0x32ec98({'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'](_0x2bfd66){this['urlInputField']['errorText']=_0x2bfd66,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0xf3a47e=new Ht(this['locale']);return _0xf3a47e['set']({'icon':_0x3961c4,'tooltip':us(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x2917e7,_0x2d9071,_0xf06685)=>{_0xf3a47e['set']({'class':['ck-button-icon\x20ck-button-back'+(_0xf06685?'':'\x20ck-hidden')]});}),_0xf3a47e;}['_createUrlInputField'](){const _0x4a93c3=new qt(this['locale'],_0xa4b9);return _0x4a93c3['set']({'label':us(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x4a93c3['fieldView']['set']({'placeholder':us(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x4a93c3;}['_createConfirmButton'](){const _0x33343f=new Ht(this['locale']);return _0x33343f['set']({'icon':_0x734ca,'tooltip':us(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x33343f;}['_setupTemplate'](){const _0x5ef110=new Ft(this['locale'],{'label':us(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x5ef110['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':to,'tabindex':'-1'},'children':[_0x5ef110,{'tag':'div','attributes':{'class':eo},'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',_0x3af4fb=>{_0x3af4fb['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x6ed9f9,_0x15f743)=>{this['clear'](),this['fire']('cancel'),_0x15f743();});}['_handleSubmit'](){const _0x21cd52=this['getValue']()['trim']();_0x21cd52?this['_isValidUrl'](_0x21cd52)?(this['clearError'](),this['fire']('submitUrl',_0x21cd52)):this['setError'](us(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](us(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x3b7d25=this['getValue']()['trim'](),_0x39d74c=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x3b7d25['length']>0x0&&!_0x39d74c;}['_isValidUrl'](_0x4bfc81){try{return!!new URL(_0x4bfc81);}catch{return!0x1;}}};const so='ck-ai-chat-resources__item',no='ck-ai-chat-resources__item--in-context',ro='ck-ai-chat-resources__item-title',oo='ck-ai-chat-resources__item__icon';var ao=class extends zt{['resource'];['_titleView'];['_iconView'];constructor(_0x2d585c,_0x12814f){super(_0x2d585c),this['resource']=_0x12814f,this['set']('isInContext',!!_0x12814f['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x4159e8){if(_0x4159e8['isInContext'])return _0x734ca;switch(_0x4159e8['type']){case'document':return _0x34f9f8;case'web-resource':return _0x18b8c0;case'file':case'text':return _0x324f70;default:return _0x35acaa;}}['highlightText'](_0x4b4698){if(!_0x4b4698||''===_0x4b4698['trim']())return void this['_titleView']['highlightText'](null);const _0x231824=new RegExp(_0x352160(_0x4b4698),'gi');this['_titleView']['highlightText'](_0x231824);}['updateResourceState'](_0x10abd0){this['resource']['isInContext']=_0x10abd0,this['isInContext']=_0x10abd0,this['_updateIcon']();}['_createTitleView'](){const _0x37c0b0=new Wt();return _0x37c0b0['text']=this['resource']['label'],_0x37c0b0['extendTemplate']({'tag':'span','attributes':{'class':[ro]}}),_0x37c0b0;}['_createIconView'](){const _0x53912d=new Yt();return _0x53912d['content']=this['getResourceIcon'](this['resource']),_0x53912d;}['_setupTemplate'](){const _0x2f94d6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[so,_0x2f94d6['if']('isVisible','ck-hidden',_0x1e2ccb=>!_0x1e2ccb),_0x2f94d6['if']('isInContext',no)]},'children':[{'tag':'div','attributes':{'class':[oo]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x2f94d6['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}};const ho='ck-ai-chat-resources__list';var co=class extends jt{['_source'];constructor(_0x2bac67,_0x31afa4){super(_0x2bac67),this['_source']=_0x31afa4,this['extendTemplate']({'attributes':{'class':[ho]}});}['setResources'](_0xc9dccf,_0x3cf3d8){this['items']['clear']();let _0x3ac676=_0xc9dccf;if(this['_source']['useDefaultFiltering']&&_0x3cf3d8&&''!==_0x3cf3d8['trim']()){const _0x2ee5dc=new RegExp(_0x3cf3d8['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x3ac676=_0xc9dccf['filter'](_0xb51005=>_0x2ee5dc['test'](_0xb51005['label']));}for(const _0x1228a8 of _0x3ac676){const _0x1c4376=new ao(this['locale'],_0x1228a8);_0x1c4376['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x1228a8);}),this['items']['add'](_0x1c4376);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x3cf3d8);}['highlightText'](_0x3494c8){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x4f5796=>{_0x4f5796['highlightText'](_0x3494c8);});}['updateResourceState'](_0xdc7773,_0x589ebd){for(const _0x1053bf of this['items']){const _0xc86a7d=_0x1053bf;_0xc86a7d['resource']['id']===_0xdc7773&&_0xc86a7d['updateResourceState'](_0x589ebd);}}['_handleResourceSelection'](_0x7a621,_0x46a6b4){this['fire']('addResourceToContext',{'source':_0x7a621,'resource':_0x46a6b4});}},lo=class extends qt{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x1eb8c7){const t=_0x1eb8c7['t'],_0x161a06={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0xa4b9,'label':us(_0x1eb8c7,'AI_CHAT_SEARCH_RESOURCES')};super(_0x1eb8c7,_0x161a06['creator']),this['label']=_0x161a06['label'],this['_viewConfig']=_0x161a06,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x1eb8c7,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x4760f2){this['fire']('search',_0x4760f2);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new Yt(),this['iconView']['content']=_0x52a38a,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x48ee8c,t){this['resetButtonView']=new Ht(_0x48ee8c),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x3c0bfe,'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',_0x34fd3b=>!_0x34fd3b),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);}},uo=class extends _0x42f8f5{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x3193fb,_0x102f3a){super(_0x3193fb),this['_source']=_0x102f3a['source'],this['_searchInputVisibleFrom']=_0x102f3a['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 _0x5f3be9([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new lo(this['locale']);}['_createSearchSection'](){const _0x191ad1=new _0x42f8f5(this['locale']);return _0x191ad1['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x473bf3,_0x1450c0)=>{this['loadResources'](_0x1450c0),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x1450c0);}),_0x191ad1;}['_createResourcesListView'](){const _0x4b96af=new co(this['locale'],this['_source']);return _0x4b96af['delegate']('addResourceToContext')['to'](this),_0x4b96af['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x4b96af;}['_createSkeletonView'](){const _0x15d0a6=new Xn(this['locale'],zn['aiChatResources']);return _0x15d0a6['bind']('isVisible')['to'](this,'isLoading'),_0x15d0a6;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x23d4a9){const _0x26a94d=vt();this['_latestLoadResourcesUid']=_0x26a94d,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x23d4a9,'uid':_0x26a94d}),this['isLoading']=!0x0;}['setResources'](_0xe61d0e,_0x346dbd){if(_0x346dbd&&_0x346dbd!==this['_latestLoadResourcesUid'])return;const _0x340990=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0xe61d0e,_0x340990),_0xe61d0e['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x557257,_0x1048e8){this['_resourcesListView']['updateResourceState'](_0x557257,_0x1048e8);}};const _o='ck-ai-chat-context-controls__source-balloon-panel',go='ck-button-icon\x20ck-button-back',Ao='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';var Io=class{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x4f7c1c,_0x4a3b64,_0x3722b7){this['_locale']=_0x4f7c1c,this['_bodyCollection']=_0x4a3b64,this['_config']=_0x3722b7;}['showSourceResourcesBalloon']({source:_0x5491b8,withBackButton:_0x29d617}){let _0x25d600=this['_sourceResourceBalloons']['get'](_0x5491b8['id']);_0x25d600||(_0x25d600=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x5491b8['id'],_0x25d600),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x25d600)),this['_addSourceResourceContent']({'balloonPanel':_0x25d600,'source':_0x5491b8,'withBackButton':_0x29d617}),_0x25d600['show']();const _0x1942f4=this['_config']['getTargetElement']();_0x1942f4&&_0x25d600['pin']({'target':_0x1942f4,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x1e475d,_0x4ec93e,_0xf5135e){const _0x5f5c3b=this['_sourceResourceBalloons']['get'](_0x1e475d);if(!_0x5f5c3b)return;const _0xa79838=this['_getResourcesViewFromBalloon'](_0x5f5c3b);_0xa79838&&(_0xa79838['setResources'](_0x4ec93e,_0xf5135e),_0xa79838['once']('change:isLoading',()=>{_0x5f5c3b['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x378a35){const _0x17b62f=this['_sourceResourceBalloons']['get'](_0x378a35);_0x17b62f&&requestAnimationFrame(()=>{_0x17b62f['hide'](),this['_sourceResourceBalloons']['delete'](_0x378a35),this['_config']['onBalloonClosed']();});}['closeAll'](){for(const _0x4bab1f of Array['from'](this['_sourceResourceBalloons']['keys']()))this['closeSourceResourceBalloon'](_0x4bab1f);}['isAnyResourceBalloonVisible'](){for(const _0x3421c5 of this['_sourceResourceBalloons']['values']())if(_0x3421c5['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x18fce2,_0x17cd9d,_0x1b9563){const _0xb96a61=this['_sourceResourceBalloons']['get'](_0x18fce2);if(!_0xb96a61||!_0xb96a61['isVisible'])return;const _0x17e51a=this['_config']['getTargetElement']();if(!_0x17e51a)return;_0xb96a61['pin']({'target':_0x17e51a,'limiter':this['_config']['getLimiterElement']()});const _0x5e8345=this['_getResourcesViewFromBalloon'](_0xb96a61);_0x5e8345&&_0x5e8345['updateResourceState'](_0x17cd9d,_0x1b9563);}['destroy'](){for(const _0x26dd50 of this['_sourceResourceBalloons']['values']())_0x26dd50['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x219ae0=new yt(this['_locale']);return _0x219ae0['extendTemplate']({'attributes':{'class':_o}}),this['_bodyCollection']['add'](_0x219ae0),_0x219ae0;}['_addSourceResourceContent']({balloonPanel:_0x479060,source:_0xa38aa4,withBackButton:_0x4bec11}){_0x479060['content']['clear']();const _0x16956a=this['_createBalloonHeader']({'balloonPanel':_0x479060,'source':_0xa38aa4,'withBackButton':_0x4bec11});_0x479060['content']['add'](_0x16956a);const _0x437ee6=this['_createBalloonResourcesView'](_0xa38aa4);_0x479060['content']['add'](_0x437ee6);}['_createBalloonHeader']({balloonPanel:_0x3159d4,source:_0x15e7b6,withBackButton:_0x15ab1e}){const _0x3f3c2b=new Ft(this['_locale'],{'label':_0x15e7b6['label'],'class':Ao});return _0x15ab1e&&_0x3f3c2b['children']['add'](this['_createBackButton'](_0x3159d4),0x0),_0x3f3c2b;}['_createBackButton'](_0x137528){const _0x5ab527=new Ht(this['_locale']);return _0x5ab527['set']({'icon':_0x3961c4,'tooltip':us(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':go}),_0x5ab527['on']('execute',()=>{_0x137528['hide'](),this['_config']['onBackToContext']();}),_0x5ab527;}['_createBalloonResourcesView'](_0x766408){const _0x4d2614=new uo(this['_locale'],{'source':_0x766408,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x4d2614['on']('loadSourceResources',(_0x4e265f,_0x1e2b89)=>{this['_config']['onLoadSourceResources'](_0x1e2b89);}),_0x4d2614['on']('addResourceToContext',(_0x4e0dc8,_0x48e78b)=>{this['_config']['onResourceSelected'](_0x48e78b['source'],_0x48e78b['resource']),this['closeSourceResourceBalloon'](_0x766408['id']);}),_0x4d2614;}['_getResourcesViewFromBalloon'](_0x15910a){const _0xc1a870=_0x15910a['content']['get'](0x1);return _0xc1a870 instanceof uo?_0xc1a870:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x5bf047){_0x4c94bb({'emitter':_0x5bf047,'contextElements':[_0x5bf047['element']],'callback':()=>{_0x5bf047['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x5bf047['isVisible']});}};const po=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],mo='ck-ai-chat-context-controls',Eo='ck-ai-chat-context-controls__pending-contexts',To='ck-ai-chat-context-controls__add-context-balloon-panel',wo='ck-ai-chat-context-controls__add-context-button',Co='ck-ai-chat-context-controls__url-balloon-panel',fo='ck-ai-chat-context-controls__balloon-button',bo='ck-ai-chat-context-controls__balloon-button-source',So='ck-ai-chat-controls-button',Ro='ck-ai-chat-context-chips-wrapper-balloon',Oo='ck-ai-chat-controls_context_show-more-button',vo='ck-ai-chat-context-controls__show-more-balloon-panel',ko='ck-ai-chat',No=[yt['defaultPositions']['northArrowSouthWest'],yt['defaultPositions']['northArrowSouth'],yt['defaultPositions']['northArrowSouthEast'],yt['defaultPositions']['southArrowNorthWest'],yt['defaultPositions']['southArrowNorth'],yt['defaultPositions']['southArrowNorthEast']];var yo=class extends _0x42f8f5{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x33b0d9,_0x4a327c){super(_0x33b0d9),this['bodyCollection']=_0x4a327c['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x33b0d9),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x33b0d9),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x33b0d9),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x33b0d9,_0x4a327c);const _0x4806a1={'cssClasses':{'showMoreButton':Oo+'\x20'+hn,'showMoreBalloon':vo,'overflowContainer':Ro,'controlsButton':So}};this['_overflowManager']=new Cr(_0x33b0d9,this['_currentContextsChips'],_0x4806a1,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'](_0x4e3afb,_0x3a2738){const _0x1b08c6=this['_createContextButton'](_0x4e3afb,'current',!0x0,_0x3a2738);this['_addContextToCollection'](_0x1b08c6,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x68f8da){this['_removeContextFromCollection'](_0x68f8da,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x68f8da,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x43f9ff,_0x456ff5){let _0x145dc6=this['_currentContextsChips']['find'](_0x445774=>_0x445774['id']===_0x43f9ff);_0x145dc6||(_0x145dc6=this['_overflowManager']['overflowChips']['find'](_0x173868=>_0x173868['id']===_0x43f9ff)),_0x145dc6&&(_0x145dc6['isLoading']=_0x456ff5);}['setConversationContext'](_0x3624f0){this['_conversationContextsChips']['clear']();for(const _0x27e8be of _0x3624f0){const _0x5ad32e=this['_createContextButton'](_0x27e8be,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x5ad32e,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x11e456,_0x2ff55e,_0x31fd27){this['_resourcesBalloonView']['updateResourceState'](_0x11e456,_0x2ff55e,_0x31fd27);}['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;}['hideAllBalloons'](){this['hideAddContextBalloonPanel'](),this['hideUrlBalloonPanel'](),this['_resourcesBalloonView']['closeAll']();}['_showSourceResourcesBalloon']({source:_0x313f92,withBackButton:_0x38f8a3}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x313f92,'withBackButton':_0x38f8a3}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0xd55535,_0x2d7b1f,_0x456591,_0x38710c){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0xd55535,_0x456591,_0x38710c);}['closeSourceResourceBalloon'](_0x1a0343){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x1a0343),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0xd2da11){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0xd2da11),this['_setAddContextButtonEnabled'](_0xd2da11);}['_setAddContextButtonEnabled'](_0x1a5c2b){const _0x433438=!_0x1a5c2b['document']['isHidden']&&_0x1a5c2b['document']['enabled'],_0x45f58f=_0x1a5c2b['urls']['enabled'],_0x57502a=_0x1a5c2b['files']['enabled'],_0x47876a=_0x1a5c2b['sources']['length']>0x0,_0x232246=_0x1a5c2b['customItems']&&_0x1a5c2b['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x433438||_0x45f58f||_0x57502a||_0x47876a||_0x232246;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[mo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Eo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x22a95f){const _0x486eee=new Ht(_0x22a95f);return _0x486eee['set']({'label':us(_0x22a95f,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':So+'\x20'+wo+'\x20'+hn,'icon':_0x52f6a7,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x486eee;}['_createAddContextBalloonPanelView'](_0x43a343){return this['_createBaseBalloonPanel'](_0x43a343,To);}['_createUrlBalloonPanelView'](_0x34c85e){const _0x1dfa31=this['_createBaseBalloonPanel'](_0x34c85e,Co);return this['_addUrlContent'](_0x1dfa31,_0x34c85e),_0x1dfa31;}['_createResourcesBalloonView'](_0x178f67,_0x1add2a){const _0xff063d={'searchInputVisibleFrom':_0x1add2a['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No});},'onResourceSelected':(_0x258601,_0x430cc9)=>{this['fire']('addResourceToContext',{'source':_0x258601,'resource':_0x430cc9});},'onLoadSourceResources':_0x52b8ee=>{this['fire']('loadSourceResources',_0x52b8ee);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Io(_0x178f67,_0x1add2a['bodyCollection'],_0xff063d);}['_getLimiterElement'](){return this['element']?.['closest']('.'+ko)||document['body'];}['_createBaseBalloonPanel'](_0x38a831,_0xbfca0f){const _0x45c001=new yt(_0x38a831);return _0x45c001['extendTemplate']({'attributes':{'class':_0xbfca0f}}),this['bodyCollection']['add'](_0x45c001),_0x45c001;}['_setBalloonPanelContent'](_0x3c558b,_0x50f3c8,_0x34dd86){if(_0x3c558b['content']['clear'](),!_0x34dd86['document']['isHidden']&&_0x34dd86['document']['enabled']){const _0x500aca=this['_createBalloonButton'](_0x50f3c8,{'label':us(_0x50f3c8,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x34f9f8});_0x500aca['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x3c558b['content']['add'](_0x500aca);}if(_0x34dd86['urls']['enabled']){const _0x105877=this['_createBalloonButton'](_0x50f3c8,{'label':us(_0x50f3c8,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x18b8c0});_0x105877['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}),this['_urlInputView']['focus']();}),_0x3c558b['content']['add'](_0x105877);}if(_0x34dd86['files']['enabled']){const _0xd06eae=new Bt(_0x50f3c8);_0xd06eae['set']({'label':us(_0x50f3c8,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x169866,'withText':!0x0,'tooltip':!0x0,'class':fo,'allowMultipleFiles':!0x0}),_0xd06eae['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0xd06eae['on']('done',(_0x28eb4d,_0x2453dd)=>{this['fire']('addFileToContext',_0x2453dd);}),_0xd06eae['tooltip']=!0x0,_0x3c558b['content']['add'](_0xd06eae);}for(const _0xa34cf0 of _0x34dd86['sources']){const _0x360db1=this['_createBalloonButton'](_0x50f3c8,{'label':_0xa34cf0['label'],'icon':_0xa34cf0['icon']||_0x35acaa,'type':'source'});_0x3c558b['content']['add'](_0x360db1),_0x360db1['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0xa34cf0,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x1fb306 of _0x34dd86['customItems']||[]){const _0x1e92d7=this['_createBalloonButton'](_0x50f3c8,{'label':_0x1fb306['label'],'icon':_0x1fb306['icon']||_0x35acaa,'type':'customItem'});_0x3c558b['content']['add'](_0x1e92d7),_0x1e92d7['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x1fb306);});}this['_hasExactlyOneSource']=0x1===_0x3c558b['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x119887,_0x46a54c){this['_urlInputView']=new io(_0x46a54c),this['_urlInputView']['on']('submitUrl',(_0x5a47a8,_0x5dd253)=>{this['_handleUrlSubmit'](_0x5dd253);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No});}),_0x119887['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x46db06,_0x527d05){const _0x52a2d8='source'===_0x527d05['type']?new xo(_0x46db06):new Ht(_0x46db06);return _0x52a2d8['set']({'label':_0x527d05['label'],'icon':_0x527d05['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':fo}),_0x52a2d8;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x4c94bb({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x34bc4f){const _0x2a4841=this['_addContextBalloonConfig'];_0x2a4841['buttonView']['isOn']=_0x34bc4f,_0x34bc4f?_0x2a4841['balloonView']['show']():_0x2a4841['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x54835e,buttonView:_0x4a184f,hideMethod:_0x5a6f35}=this['_addContextBalloonConfig'];_0x4c94bb({'emitter':_0x54835e,'contextElements':[_0x54835e['element'],_0x4a184f['element']],'callback':()=>{_0x5a6f35();},'activator':()=>_0x4a184f['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x32a6d3,_0x47e91e,_0x5b4dce=!0x1,_0x6c7bb9=!0x1){const _0x287cc1='conversation'===_0x47e91e||!0x0===_0x32a6d3['isReadOnly'],_0x8891fb=new mr(this['locale'],_0x32a6d3,_0x287cc1,_0x5b4dce,_0x6c7bb9);return _0x287cc1||_0x8891fb['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x8891fb['id']);}),_0x8891fb;}['_addContextToCollection'](_0x6b8fdf,_0x2bf33a){_0x2bf33a['add'](_0x6b8fdf,0x0);}['_removeContextFromCollection'](_0x141148,_0x18e91c){const _0x414152=_0x18e91c['find'](_0x339537=>_0x339537['id']===_0x141148);_0x414152&&_0x18e91c['remove'](_0x414152);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0xb1aea3){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0xb1aea3);}},xo=class extends Ht{['arrowView'];constructor(_0x4f35a0){super(_0x4f35a0),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[bo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x13ed18=new Yt();return _0x13ed18['content']=_0xcfa2c6,_0x13ed18['extendTemplate']({'attributes':{'class':bo+'__arrow'}}),_0x13ed18;}},Lo=class extends _0x42f8f5{['_cancelButtonView'];['_loaderView'];constructor(_0x96bd98){super(_0x96bd98),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 _0x5644a6=new Ht(this['locale']);return _0x5644a6['set']({'label':us(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':an+'\x20ck-ai-button-stop-generating','icon':it}),_0x5644a6['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x5644a6;}['_createLoaderView'](){const _0x4fa1a8=new _0x42f8f5(this['locale']);return _0x4fa1a8['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':us(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x4fa1a8;}},Do=class extends _0x42f8f5{['_contextPanelView'];['_promptInputView'];['_dropZoneView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];['_filesEnabled'];constructor(_0x522d13,_0x12630b){super(_0x522d13),this['_filesEnabled']=_0x12630b['filesEnabled'],this['_contextPanelView']=this['_createContextPanelView'](_0x522d13,{'bodyCollection':_0x12630b['bodyCollection'],'searchInputVisibleFrom':_0x12630b['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x522d13),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x522d13),this['_loaderView']=this['_createLoaderView'](_0x522d13),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x522d13),this['_dropZoneView']=new Fr(_0x522d13),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage','promptInputPaste')['to'](this),this['_dropZoneView']['delegate']('promptInputPaste')['to'](this),this['_dropZoneView']['on']('dragEnter',()=>this['_contextPanelView']['hideAllBalloons']()),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'](...po)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x34b935=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x34b935['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x34b935['if']('isLoading','ck-hidden',_0x2a98c0=>_0x2a98c0||!this['isModelAvailable']),_0x34b935['if']('isModelAvailable','ck-hidden',_0x2da885=>!_0x2da885||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x34b935['if']('isLoading','ck-hidden',_0x46944a=>!_0x46944a)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x34b935['if']('isModelAvailable','ck-hidden',_0xd75263=>_0xd75263)]},'children':[this['_modelUnavailableMessageView']]},this['_dropZoneView']]}),_0x4c94bb({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['render'](){super['render'](),this['_filesEnabled']&&this['_dropZoneView']['attach'](this['element']);}['_createContextPanelView'](_0x27eda9,_0x31340e){return new yo(_0x27eda9,_0x31340e);}['_createPromptInputView'](_0x2c6c96){return new Gr(_0x2c6c96,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x16770e){return new jr(_0x16770e);}['_createLoaderView'](_0x36c4ba){return new Lo(_0x36c4ba);}['_createModelUnavailableMessageView'](_0x53ec76){const _0x4c9a08=new Po(_0x53ec76);return _0x4c9a08['delegate']('startConversation')['to'](this),_0x4c9a08;}['_handlePromptInputFocus'](_0x125e3e,_0x531f66,_0x17a93f){_0x17a93f?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x4c64b0,_0xf0a1b2){this['_contextPanelView']['addContextItem'](_0x4c64b0,_0xf0a1b2);}['removeContextItem'](_0x41370f){this['_contextPanelView']['removeContextItem'](_0x41370f);}['setContextItemLoading'](_0x15c37e,_0x4f2ccd){this['_contextPanelView']['setContextItemLoading'](_0x15c37e,_0x4f2ccd);}['setIsUploadInProgress'](_0x4a5204){this['_promptInputView']['setIsUploadInProgress'](_0x4a5204);}['setConversationContext'](_0x1c0ece){this['_contextPanelView']['setConversationContext'](_0x1c0ece);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x28287d,_0x4886ee,_0x17426c){this['_contextPanelView']['updateResourceState'](_0x28287d,_0x4886ee,_0x17426c);}['setWebSearch'](_0x2ebc9e){this['_promptCapabilitiesView']['setWebSearch'](_0x2ebc9e);}['setReasoning'](_0x18d825){this['_promptCapabilitiesView']['setReasoning'](_0x18d825);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x21b820){this['_contextPanelView']['setAddContextOptions'](_0x21b820);}['setInputPlaceholder'](_0x409ec0){this['_promptInputView']['setPlaceholderText'](_0x409ec0);}['setModelList'](_0x16c438,_0x33ef91){this['_promptCapabilitiesView']['setModelList'](_0x16c438,_0x33ef91);}['setModel'](_0x39ac1c){_0x39ac1c?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x39ac1c)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x3690d9){this['_promptCapabilitiesView']['disableModelSelector'](_0x3690d9);}['populateSourceResourceBalloon'](_0x1cafc0,_0x27c1d9,_0x1e1900,_0x401780){this['_contextPanelView']['populateSourceResourceBalloon'](_0x1cafc0,_0x27c1d9,_0x1e1900,_0x401780);}['closeSourceResourceBalloon'](_0x55b4f3){this['_contextPanelView']['closeSourceResourceBalloon'](_0x55b4f3);}['focusPromptInput'](_0x16c09a=!0x1){this['_promptInputView']['focus'](_0x16c09a);}['setPromptInputValue'](_0xbc0cc1){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0xbc0cc1;}},Po=class extends _0x42f8f5{constructor(_0x1f8bd0){super(_0x1f8bd0);const _0x3e4f4d=new Ht(_0x1f8bd0);_0x3e4f4d['set']({'label':us(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x3e4f4d['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':us(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x3e4f4d]}]});}},Ho=class extends Ft{['resizeButton'];constructor(_0x3a2cdd,_0x61d57e){super(_0x3a2cdd,{'label':_0x61d57e['label'],'class':'ck-ai-header\x20'+_0x61d57e['class'],'icon':_0x61d57e['icon']}),this['set']('isMaximized',!0x1),_0x61d57e['content']&&this['children']['add'](_0x61d57e['content']),_0x61d57e['showResizeButton']&&(this['resizeButton']=cn(_0x3a2cdd,this),this['children']['add'](this['resizeButton']));}},Mo=class extends _0x42f8f5{constructor(_0x3f6b7a){super(_0x3f6b7a),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':us(_0x3f6b7a,'AI_DISCLAIMER_TEXT')}]}]});}};function Vo(_0x42405c,_0x2b05e7){const _0x3fa9a6=new Ht(_0x42405c);return _0x3fa9a6['set']({'label':us(_0x42405c,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x4a9c6e,'class':'ck-ai-chat__start-conversation\x20'+an}),_0x3fa9a6['on']('execute',()=>{_0x2b05e7['fire']('startConversation');}),_0x3fa9a6;}var Uo=class extends _0x42f8f5{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x5eaa21,_0x16ee02){super(_0x5eaa21),this['_bodyCollection']=ln(_0x5eaa21);const _0x2d406e=Vo(_0x5eaa21,this);this['chatHeader']=new Ho(_0x5eaa21,{'label':us(_0x5eaa21,'AI_CHAT_HEADING'),'icon':_0x404c28,'class':'ck-ai-header_chat','content':_0x2d406e,'showResizeButton':_0x16ee02['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new Mr(_0x5eaa21,this['_bodyCollection']),this['chatFeed']['delegate'](...yn)['to'](this),this['chatControls']=new Do(_0x5eaa21,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x16ee02['contextResourcesSearchInputVisibleFrom'],'filesEnabled':_0x16ee02['filesEnabled']}),this['chatControls']['delegate'](...yn)['to'](this),this['chatDisclaimer']=new Mo(_0x5eaa21),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x5eaa21['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x2da39d,_0x2579c8,_0x122095,_0x61f2b4){this['chatControls']['populateSourceResourceBalloon'](_0x2da39d,_0x2579c8,_0x122095,_0x61f2b4);}['closeSourceResourceBalloon'](_0x28577c){this['chatControls']['closeSourceResourceBalloon'](_0x28577c);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}},Bo=class extends _0x11a14c{static get['requires'](){return[cs];}['_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(_0x153335){super(_0x153335);const _0x3103f5=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new Zn(),this['_view']=new Uo(this['context']['locale'],{'showResizeButton':_0x3103f5['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled')}),this['_view']['delegate']('resizeTabs')['to'](_0x3103f5),this['_view']['delegate'](...yn)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x23232b,{showDiff:_0x4b9b63})=>{this['showDiff']=_0x4b9b63;}),this['disableControls'](),_0x3103f5['view']['addTab']({'id':'chat','buttonLabel':us(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x404c28,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x3103f5['view'],'isMaximized',_0x41ef25=>_0x41ef25),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x4c5be3=>_0x4c5be3),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x515f79){const _0x5deace=this['context']['config']['get']('ai.chat.welcomeMessage')??us(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x515f79['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x5deace}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x44d4af,staticMessage:_0x583808}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x44d4af,'initialContent':'<p>'+_0x583808+'</p>'});});}async['addFeedItemUserMessage'](_0x2cc0f5){const _0x18fdb=_0x2cc0f5['attributes']?.['displayedPrompt']||_0x2cc0f5['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x2cc0f5['contextItems']['values']()),'initialContent':'<p>'+_0x18fdb+'</p>','id':_0x2cc0f5['id']});});}async['addFeedItemError']({errorMessage:_0x2a237f,id:_0x542f00}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x2a237f+'</p>','id':_0x542f00});});}async['addFeedItemAIReply'](_0x2b1b6b){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x2b1b6b['interactionId']+':'+_0x2b1b6b['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x6f163a){const _0x174c67=ds(this['context']),_0x3e2c2c=_0x174c67['map'](_0x5ba408=>_0x5ba408['config']['get']('ai.availableReplyActions')||[...er]);let _0x50055a=_0x3e2c2c['reduce']((_0x3f820a,_0xcc4ae4)=>_0x3f820a['filter'](_0xaa27a7=>_0xcc4ae4['includes'](_0xaa27a7)),_0x3e2c2c[0x0]||[...er]);const _0x5e1db8=_0x174c67['every'](_0x5080ea=>_0x5080ea['plugins']['has']('TrackChanges')),_0x408347=_0x174c67['map'](_0x117edd=>_0x117edd['commands']['get']('trackChanges'));return _0x5e1db8?this['_isTrackChangesCommandValueBound']||(this['_isTrackChangesCommandValueBound']=!0x0,this['_view']['chatFeed']['bind']('isTrackChangesOn')['toMany'](_0x408347,'value',(..._0x48bad2)=>_0x48bad2['some'](_0x578e99=>_0x578e99))):_0x50055a=_0x50055a['filter'](_0x384ad7=>'insertSuggestion'!=_0x384ad7),this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x6f163a['interactionId']+':'+_0x6f163a['id'],'areActionsDisabled':_0x6f163a['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x50055a}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x1f3e2d,_0x212436){return this['_promiseQueue']['enqueue'](async()=>{const _0xb85da2=this['_view']['chatFeed']['children']['last'];if(_0xb85da2 instanceof yr)return this['_view']['chatFeed']['children']['remove'](_0xb85da2),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x1f3e2d['id'],'capabilities':{'isWebSearchEnabled':_0xb85da2['capabilities']['isWebSearchEnabled']||_0x212436['isWebSearchEnabled'],'isReasoningEnabled':_0xb85da2['capabilities']['isReasoningEnabled']||_0x212436['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x1f3e2d['id'],'capabilities':_0x212436});});}async['addFeedItemCustomElement'](_0x5ef117,_0x8b7261){let _0x3bda1f;return await this['_promiseQueue']['enqueue'](async()=>{_0x3bda1f=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x5ef117,'id':_0x8b7261});}),_0x3bda1f;}['removeFeedItem'](_0x4fb312){this['_view']['chatFeed']['removeItem'](_0x4fb312);}['hasFeedItem'](_0x37ebc4){return this['_view']['chatFeed']['hasItem'](_0x37ebc4);}['updateFeedInteractionHeader'](_0x5c5eb9){const _0x166a8a=this['_view']['chatFeed']['children']['find'](_0x56d447=>_0x56d447['options']['id']==_0x5c5eb9['id']&&_0x56d447 instanceof yr);_0x166a8a&&_0x166a8a['set']('isVisible',_0x5c5eb9['isVisible']);}async['updateFeedItemAIReplyContent'](_0x27dd11){const _0x1cfd31=_0x27dd11['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0xd255f2=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x27dd11,'abortSignal':_0xd255f2,'renderingStrategy':_0x1cfd31}),_0x27dd11['isDone']&&this['markFeedItemAsDone'](_0x27dd11['id']);});}['updateFeedItemAIReplySources'](_0x4606b2,_0x387bae){this['_view']['chatFeed']['updateWebSources'](_0x4606b2,_0x387bae);}async['updateFeedItemAIReplySuggestionContent'](_0x696eb0){return this['_promiseQueue']['enqueue'](async _0x3b7c66=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x696eb0,'abortSignal':_0x3b7c66}),_0x696eb0['isDone']&&this['markFeedItemAsDone'](_0x696eb0['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x199a1a){this['_view']['chatFeed']['updateSuggestionPartState'](_0x199a1a);}['setFeedItemAIReplySuggestionPartActive'](_0x14bdaa){this['_view']['chatFeed']['setSuggestionPartActive'](_0x14bdaa);}['markFeedItemAsDone'](_0x559beb){this['_view']['chatFeed']['markItemAsDone'](_0x559beb);}['removeFeedInteraction'](_0x5838ba){this['_view']['chatFeed']['getItemIds']()['filter'](_0x369404=>_0x369404['startsWith'](_0x5838ba))['forEach'](_0x27ed3c=>this['_view']['chatFeed']['removeItem'](_0x27ed3c));}['startInteraction'](){const _0x327677=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x327677),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x459b97){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x4e0bd8=>_0x4e0bd8['startsWith'](_0x459b97['id']))['forEach'](_0x30ac95=>this['markFeedItemAsDone'](_0x30ac95)),this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x260e7a,_0x26e4e9){this['_view']['chatControls']['addContextItem'](_0x260e7a,_0x26e4e9);}['removeContextItem'](_0x4232f3){this['_view']['chatControls']['removeContextItem'](_0x4232f3);}['setContextItemLoading'](_0x5cf765,_0xb0ec0a){this['_view']['chatControls']['setContextItemLoading'](_0x5cf765,_0xb0ec0a);}['setIsUploadInProgress'](_0x5b9401){this['_view']['chatControls']['setIsUploadInProgress'](_0x5b9401);}['setConversationContext'](_0x4fb235){this['_view']['chatControls']['setConversationContext'](_0x4fb235);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x46d334,_0x4123e2,_0x12ad4d){this['_view']['chatControls']['updateResourceState'](_0x46d334,_0x4123e2,_0x12ad4d);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x2cbe1c){this['_view']['chatControls']['setAddContextOptions'](_0x2cbe1c);}['updateCapabilities'](_0x2524e0){this['_view']['chatControls']['setWebSearch'](_0x2524e0['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x2524e0['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x2524e0));}['setSelectedModel'](_0x1eb26d,_0x5b3321){this['_view']['chatControls']['setModel'](_0x1eb26d),_0x5b3321&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x4a7e1e){this['feedItemRenderingStrategy']=_0x4a7e1e;}['toggleLoadingSkeleton'](_0x43a7e2){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x43a7e2);}['resetConversationTitle'](){this['setConversationTitle'](us(this['context']['locale'],'AI_CHAT_HEADING'));}['emptyConversationTitle'](){this['setConversationTitle']('');}['setConversationTitle'](_0x3130ac,_0x48439c=!0x1){if(clearInterval(this['_titleAnimationInterval']),_0x48439c&&!pt()&&_0x3130ac['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x3130ac);this['_view']['chatHeader']['label']=_0x3130ac;}['setLoadingMessage'](_0x1bacda){this['_view']['chatFeed']['setLoadingMessage'](_0x1bacda);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x4e440a){let _0x7cf94e=0x0;this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x4e440a[_0x7cf94e],_0x7cf94e++,_0x7cf94e===_0x4e440a['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x232828){return _0x232828['isWebSearchEnabled']&&_0x232828['isReasoningEnabled']?us(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x232828['isWebSearchEnabled']?us(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x232828['isReasoningEnabled']?us(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):us(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x403822){return _0x403822?_0x403822['isWebSearchEnabled']&&_0x403822['isReasoningEnabled']?us(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x403822['isWebSearchEnabled']?us(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x403822['isReasoningEnabled']?us(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):us(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):us(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x11b418,_0x48eee2,_0x2ed97a,_0x3bbc6c){this['_view']['populateSourceResourceBalloon'](_0x11b418,_0x48eee2,_0x2ed97a,_0x3bbc6c);}['closeSourceResourceBalloon'](_0x1b1277){this['_view']['closeSourceResourceBalloon'](_0x1b1277);}['setPromptInputValue'](_0x56cb05){this['_view']['chatControls']['setPromptInputValue'](_0x56cb05);}['focusPromptInput'](_0x555978=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x555978);}['scrollFeedToSuggestion'](_0x52c188,_0x3c3570){this['_view']['chatFeed']['scrollToSuggestion'](_0x52c188,_0x3c3570);}['startAutoScroll'](_0x3f9429={}){this['_view']['chatFeed']['startAutoScroll'](_0x3f9429);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}},Go=class extends jt{['sections'];constructor(_0x2c54df,_0x489c11){super(_0x2c54df),this['sections']=_0x489c11,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x3ccc14){let _0x1f4a74=0x0,_0x1f1fc4=0x0;for(const _0x20ed8e of this['sections']){const {resultsCount:_0xc6fbb8,totalItemsCount:_0x8be97}=_0x20ed8e['filter'](_0x3ccc14);_0x1f4a74+=_0xc6fbb8,_0x1f1fc4+=_0x8be97;}return{'resultsCount':_0x1f4a74,'totalItemsCount':_0x1f1fc4};}},Fo=class extends zt{['title'];['itemsViews'];['_itemsListView'];constructor(_0x3ed3b7,{title:_0x4b4d9e,items:_0x297771}){super(_0x3ed3b7);const _0x5414bd=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x4b4d9e,this['itemsViews']=_0x297771;const _0x560e4c=new _0x42f8f5(_0x3ed3b7);_0x560e4c['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new jt(_0x3ed3b7),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x5414bd['if']('isVisible','ck-hidden',_0x403c64=>!_0x403c64)]},'children':[_0x560e4c,this['_itemsListView']]});}['filter'](_0x588315){const _0x5e7bb0=this['itemsViews']['length'];let _0x458cb3=0x0;for(const _0x48267d of this['itemsViews'])_0x588315?(_0x48267d['isVisible']=!!_0x48267d['isMatching'](_0x588315),_0x48267d['highlightText'](_0x588315)):(_0x48267d['isVisible']=!0x0,_0x48267d['highlightText'](null)),_0x48267d['isVisible']&&_0x458cb3++;return this['isVisible']=_0x458cb3>0x0,{'resultsCount':_0x458cb3,'totalItemsCount':_0x5e7bb0};}['getItem'](_0x3bb03e){return this['itemsViews']['find'](_0x1bf73a=>_0x1bf73a['id']===_0x3bb03e);}['removeItem'](_0xfee7f1){const _0x38fec1=this['itemsViews']['indexOf'](_0xfee7f1);-0x1!==_0x38fec1&&(this['itemsViews']['splice'](_0x38fec1,0x1),this['_itemsListView']['items']['remove'](_0xfee7f1));}};const Ko=/* #__PURE__ -- @preserve */
|
|
34
|
-
_0x14f708(zt);var Wo=class AIChatHistoryListItemView extends Ko{['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(_0x8cfa7c,_0x48d138){super(_0x8cfa7c);const _0x339aef=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x48d138['pinned']),this['set']('loadingState',null),this['set']('title',_0x48d138['title']),this['id']=_0x48d138['id'];const {createdAt:_0x33deac,active:_0x549219=!0x1}=_0x48d138;this['_titleView']=new Wt(),this['_titleView']['bind']('text')['to'](this,'title'),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x4e0f13=this['_createCheckView'](),_0x1e66cc=this['_createPinButtonView'](_0x8cfa7c),_0xf51032=this['_createMenuDropdownView'](),_0x342296=this['_createEditInputView'](_0x8cfa7c),_0x200273=this['_createAcceptEditButtonView'](_0x8cfa7c,_0x342296),_0x26d72f=this['_createCancelEditButtonView'](_0x8cfa7c);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x1e66cc),this['actions']['add'](_0xf51032),this['on']('change:isEdit',(_0x460e71,_0x4ec096,_0x4125f3)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x4125f3?(this['actions']['add'](_0x200273),this['actions']['add'](_0x26d72f),this['mainContent']['add'](_0x342296),_0x342296['element']['value']=this['title']||'',_0x342296['element']['focus']()):(this['actions']['add'](_0x1e66cc),this['actions']['add'](_0xf51032),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x549219?'ck-ai-chat-history__item--active':'',_0x339aef['if']('isVisible','ck-hidden',_0x2cd4d4=>!_0x2cd4d4),_0x339aef['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',_0x339aef['if']('loadingState','ck-hidden',_0x48395f=>!!_0x48395f)]},'children':_0x549219?[_0x4e0f13]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x339aef['if']('loadingState','ck-hidden',_0x4384dd=>!_0x4384dd)]},'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-container',_0x339aef['if']('loadingState','ck-hidden',_0x3ad535=>!!_0x3ad535)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x339aef['if']('loadingState','ck-hidden',_0x50dbc9=>!_0x50dbc9)]},'children':[{'text':_0x339aef['to']('loadingState',_0xad597c=>_0xad597c?us(this['locale'],AIChatHistoryListItemView['LOADING_LABELS'][_0xad597c]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x33deac]}]},{'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'](_0x29ab8d){this['set']('title',_0x29ab8d);}['updateLoadingState'](_0x45715e,_0x128d45){this['set']('loadingState',_0x128d45?_0x45715e:null);}['_createCheckView'](){const _0x44533a=new Yt();return _0x44533a['set']({'content':_0x734ca}),_0x44533a;}['_createPinButtonView'](_0x145495){const _0x5e0b1f=new Ht(_0x145495);return _0x5e0b1f['set']({'label':us(_0x145495,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x3f570c,'withText':!0x1,'tooltip':!0x0}),_0x5e0b1f['bind']('isOn')['to'](this,'pinned'),_0x5e0b1f['on']('execute',()=>{const _0x4a42fb=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x4a42fb});}),_0x5e0b1f;}['_createMenuDropdownView'](){const _0x3b5cba=_0x5ba05a(this['locale']),_0xdc7b20=_0x3b5cba['panelView']['children'];_0x3b5cba['buttonView']['set']({'label':us(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':nt}),_0x3b5cba['panelPosition']='sw';const _0x5c9ca4=new Ht(this['locale']);_0x5c9ca4['label']=us(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x5c9ca4['withText']=!0x0,_0x5c9ca4['on']('execute',()=>{this['isEdit']=!0x0;});const _0x1d785b=new Ht(this['locale']);_0x1d785b['label']=us(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x1d785b['withText']=!0x0,_0x1d785b['on']('execute',()=>{this['showConfirm'](us(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x10739f=new jt(this['locale']),_0x147260=new zt(this['locale']);_0x147260['children']['add'](_0x5c9ca4);const _0x2fb417=new zt(this['locale']);return _0x2fb417['children']['add'](_0x1d785b),_0x10739f['items']['addMany']([_0x147260,_0x2fb417]),_0xdc7b20['add'](_0x10739f),_0x3b5cba;}['_createEditInputView'](_0x5bae95){const _0x900a0=new $t(_0x5bae95),_0x24981b=_0x900a0['bindTemplate'];return _0x900a0['extendTemplate']({'on':{'keydown':_0x24981b['to'](_0x216682=>{'Enter'==_0x216682['key']&&this['_commitEditInputValue'](_0x900a0);})}}),_0x900a0;}['_createAcceptEditButtonView'](_0x88bb92,_0x24c6ca){const _0xf299f9=new Ht(_0x88bb92);return _0xf299f9['set']({'icon':_0x734ca,'withText':!0x1,'tooltip':us(_0x88bb92,'AI_CHAT_HISTORY_ACCEPT')}),_0xf299f9['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0xf299f9['on']('execute',()=>{this['_commitEditInputValue'](_0x24c6ca);}),_0xf299f9;}['_commitEditInputValue'](_0x13b13e){const _0x117591=_0x13b13e['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x117591});}['_createCancelEditButtonView'](_0x5c918c){const _0xf783c3=new Ht(_0x5c918c);return _0xf783c3['set']({'icon':_0x3c0bfe,'withText':!0x1,'tooltip':us(_0x5c918c,'AI_CHAT_HISTORY_CANCEL')}),_0xf783c3['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0xf783c3['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0xf783c3;}['_createSpinnerView'](){const _0x11e4eb=new cr('tiny');return _0x11e4eb['isVisible']=!0x0,_0x11e4eb;}['isMatching'](_0x40a1bc){return'string'==typeof this['title']&&this['title']['match'](_0x40a1bc)?{'title':!0x0}:null;}['highlightText'](_0x3ba70d){this['_titleView']['highlightText'](_0x3ba70d);}},Yo=class extends _0x42f8f5{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x12b134,_0x4065cb){super(_0x12b134),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x5e6b1f=Vo(_0x12b134,this);this['headerView']=new Ho(_0x12b134,{'label':us(_0x12b134,'AI_CHAT_HISTORY_HEADING'),'icon':_0x29ed9d,'class':'ck-ai-header_history','content':_0x5e6b1f,'showResizeButton':_0x4065cb}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new Go(_0x12b134,[]),this['sectionsView']['delegate'](...$o)['to'](this),this['mainErrorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['mainErrorView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isMainErrorViewVisible','ck-hidden',_0x17c864=>!_0x17c864)]}}),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':[this['headerView'],{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['mainErrorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'],this['isMainErrorViewVisible']=!this['isSearchViewVisible']&&!!this['errorMessage'];}['_createSearchView'](){const _0x265b73=new _0xb4c045(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':us(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x418488=>us(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x418488),'secondary':us(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x47ce29=this['_createErrorView']();return _0x47ce29['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x27d5b8=>!_0x27d5b8)]}}),_0x265b73['on']('render',()=>{_0x265b73['children']['add'](_0x47ce29,0x1);}),_0x265b73['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x1fee39=>!_0x1fee39)]}}),_0x265b73;}['_createSkeletonView'](){const _0x82d2ec=new Xn(this['locale'],zn['aiHistory']);return _0x82d2ec['bind']('isVisible')['to'](this,'isLoading'),_0x82d2ec;}['_createErrorView'](){const _0x33f454=new _0x42f8f5(this['locale']),_0x3f13a6=new Ht(this['locale']);_0x3f13a6['set']({'withText':!0x1,'icon':_0x3c0bfe,'class':'ck-ai-notification_error__dismiss-button'}),_0x3f13a6['bind']('isVisible')['to'](this,'hasItems',_0x174143=>!!_0x174143),_0x3f13a6['on']('execute',()=>{this['errorMessage']='';});const _0x2dce83=this['bindTemplate'];return _0x33f454['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x2dce83['to']('errorMessage')}]},_0x3f13a6]}),_0x33f454;}['_createEmptyStateView'](){const _0x48c202=new _0x42f8f5(this['locale']);return _0x48c202['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x345850=>!_0x345850)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[us(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x48c202;}['_createListItemViews'](_0x5cf9ae,_0x4d3142){const _0x11b55e=[];for(const _0x594f27 of _0x5cf9ae){const _0x271c0c=new Wo(_0x4d3142,_0x594f27);_0x271c0c['delegate'](...$o)['to'](this),_0x11b55e['push'](_0x271c0c);}return _0x11b55e;}['updateHistoryItemsWithCategories'](_0x2de169){const _0x3c4825=this['locale']||'en',_0x44be0d=[];for(const _0x3aaac4 of _0x2de169){const _0x5bc24c=this['_createListItemViews'](_0x3aaac4['items'],_0x3c4825);_0x44be0d['push'](new Fo(_0x3c4825,{'title':_0x3aaac4['title'],'items':_0x5bc24c}));}this['sectionsView']['sections']=_0x44be0d,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x44be0d),this['hasItems']=_0x2de169['some'](_0x589dfc=>_0x589dfc['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x47148b){for(const _0x108532 of this['sectionsView']['sections']){const _0x1f6821=_0x108532['getItem'](_0x47148b);if(_0x1f6821){if(_0x108532['removeItem'](_0x1f6821),0x0===_0x108532['itemsViews']['length']){const _0x42fc7b=this['sectionsView']['sections']['indexOf'](_0x108532);-0x1!==_0x42fc7b&&(this['sectionsView']['sections']['splice'](_0x42fc7b,0x1),this['sectionsView']['items']['remove'](_0x108532));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x42012e,_0x1cdc0e){for(const _0x1f8fb5 of this['sectionsView']['sections']){const _0xa997df=_0x1f8fb5['getItem'](_0x42012e);if(_0xa997df){_0xa997df['updateTitle'](_0x1cdc0e);break;}}}['updateItemLoadingState'](_0x3e5cf7,_0x1041d2,_0x5e6d01){for(const _0x21e0fa of this['sectionsView']['sections']){const _0x2da1dc=_0x21e0fa['getItem'](_0x3e5cf7);if(_0x2da1dc){_0x2da1dc['updateLoadingState'](_0x1041d2,_0x5e6d01);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x3e1c05=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x3e1c05);}}};const $o=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];var qo=class extends _0x11a14c{static get['requires'](){return[cs];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3372d0){super(_0x3372d0);const _0x5aac97=this['context']['plugins']['get']('AITabs');this['_historyView']=new Yo(this['context']['locale'],_0x5aac97['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0x5aac97),this['_historyView']['delegate'](...$o)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0x5aac97['view'],'isMaximized',_0x19e69d=>_0x19e69d),_0x5aac97['view']['addTab']({'id':'history','buttonLabel':us(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x29ed9d,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x192696){this['_historyView']['removeHistoryItem'](_0x192696);}['updateItems'](_0x1ec1d9){this['_historyView']['updateHistoryItemsWithCategories'](_0x1ec1d9);}['updateItemTitle'](_0x5f4dc2,_0x2e89fa){this['_historyView']['updateItemTitle'](_0x5f4dc2,_0x2e89fa);}['updateItemLoadingState'](_0x9749c3,_0x29a95f,_0x44b996){this['_historyView']['updateItemLoadingState'](_0x9749c3,_0x29a95f,_0x44b996);}['setLoadingSkeleton'](_0x5a603a){this['_historyView']['isLoading']=_0x5a603a;}['showError'](_0x230c8c){this['_historyView']['errorMessage']=_0x230c8c;}['hideError'](){this['_historyView']['errorMessage']='';}};const Qo=/* #__PURE__ -- @preserve */
|
|
35
|
-
|
|
36
|
-
ut();var jo=class extends zo{['items']=[];['connector'];['group'];constructor({connector:_0x33fd32,group:_0x24210d}){super(),this['connector']=_0x33fd32,this['group']=_0x24210d;}async['init'](){try{const _0x4c721f=await this['connector']['fetchConversations'](this['group'])['getConversations']();this['loadItems'](_0x4c721f);}catch(_0x444d6e){this['fire']('error',{'error':_0x444d6e,'operation':'init'});}}['addItem'](_0x3c1f07){this['items']['push'](_0x3c1f07);}async['removeItem'](_0x244a0d){const _0x446a38=this['items']['findIndex'](_0x2c54a9=>_0x2c54a9['id']===_0x244a0d);if(-0x1===_0x446a38)return!0x1;try{return await this['connector']['deleteConversation'](_0x244a0d)['execute'](),this['items']['splice'](_0x446a38,0x1),this['fire']('itemRemoved',{'itemId':_0x244a0d}),!0x0;}catch(_0x49591f){return this['fire']('error',{'error':_0x49591f,'operation':'removeItem','itemId':_0x244a0d}),!0x1;}}['getItem'](_0x3242cc){return this['items']['find'](_0x4cd78c=>_0x4cd78c['id']===_0x3242cc);}async['updateItemTitle'](_0x407402,_0x264a15){const _0x27ecd5=this['getItem'](_0x407402);if(!_0x27ecd5)return!0x1;try{return await this['connector']['updateConversation'](_0x407402,{'title':_0x264a15})['getResult'](),_0x27ecd5['updateTitle'](_0x264a15),this['fire']('itemUpdated',{'itemId':_0x407402,'updates':{'title':_0x264a15}}),!0x0;}catch(_0x1975cf){return this['fire']('error',{'error':_0x1975cf,'operation':'updateItemTitle','itemId':_0x407402}),!0x1;}}async['updateItemPinned'](_0x238c2a,_0x5914a8){const _0x178ca7=this['getItem'](_0x238c2a);if(!_0x178ca7)return!0x1;try{return await this['connector']['updateConversation'](_0x238c2a,{'pinned':_0x5914a8})['getResult'](),_0x178ca7['updatePinned'](_0x5914a8),this['fire']('itemUpdated',{'itemId':_0x238c2a,'updates':{'pinned':_0x5914a8}}),!0x0;}catch(_0x1b934c){return this['fire']('error',{'error':_0x1b934c,'operation':'updateItemPinned','itemId':_0x238c2a}),!0x1;}}['loadItems'](_0x22b148){try{this['items']=[],_0x22b148['map'](_0x18040e=>{this['addItem'](new Xo(_0x18040e));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x5b745b){this['fire']('error',{'error':_0x5b745b,'operation':'loadItems'});}}['getItems'](_0x540865={}){const _0x5acd63=void 0x0!==_0x540865['pinned']&&_0x540865['pinned'],_0x46419c=_0x540865['from']?new Date(_0x540865['from']['getFullYear'](),_0x540865['from']['getMonth'](),_0x540865['from']['getDate']()):null,_0x44697a=_0x540865['to']?new Date(_0x540865['to']['getFullYear'](),_0x540865['to']['getMonth'](),_0x540865['to']['getDate']()):null;return this['items']['filter'](_0x48cf5d=>{if(_0x48cf5d['pinned']!==_0x5acd63)return!0x1;if(_0x44697a){const _0x42ab9f=new Date(_0x48cf5d['createdAt']['getFullYear'](),_0x48cf5d['createdAt']['getMonth'](),_0x48cf5d['createdAt']['getDate']());return _0x46419c?_0x46419c['getTime']()===_0x44697a['getTime']()?_0x42ab9f['getTime']()===_0x46419c['getTime']():_0x42ab9f<_0x44697a&&_0x42ab9f>=_0x46419c:_0x42ab9f<_0x44697a;}return!0x0;});}},Jo=class extends _0x11a14c{['_aiConnector'];['_reporter'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[ls,nn,kn,qo,cs];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](ls),this['_aiChatHistoryUi']=this['context']['plugins']['get'](qo),this['_aiChatController']=this['context']['plugins']['get'](kn),this['_reporter']=this['context']['plugins']['get'](nn)['createReporter']('aichathistory');const _0x24ce50=this['context']['plugins']['get'](cs);try{const _0x52e348=this['_aiChatController']['getGroupId']();this['history']=new jo({'connector':this['_aiConnector'],'group':_0x52e348}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x8bed36,_0x5c7acb)=>{this['_setItemLoading'](_0x5c7acb['id'],'remove'),this['_handleRemove'](_0x5c7acb['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x5a38f2,_0x32a2f7)=>{this['_setItemLoading'](_0x32a2f7['id'],'rename'),this['_handleEditTitle'](_0x32a2f7['id'],_0x32a2f7['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x344b09,_0x11824d)=>{void 0x0!==_0x11824d['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x11824d['itemId'],_0x11824d['updates']['title']),void 0x0!==_0x11824d['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x11824d['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x1b4ba2,_0xd9db7)=>{this['_aiChatController']['_handleRemovedConversation'](_0xd9db7['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0xd9db7['itemId']),this['_clearItemLoading'](_0xd9db7['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x36b549,_0x2dc55f)=>{this['_handleHistoryErrorUI'](_0x2dc55f['error'],_0x2dc55f['operation'],_0x2dc55f['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x32e7ff,_0xb415fd)=>{this['_handleSelectConversation'](_0xb415fd['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x3eb223,_0x186a86)=>{const _0x1e46aa=_0x186a86['pinned']?'pin':'unpin';this['_setItemLoading'](_0x186a86['id'],_0x1e46aa),this['_handleTogglePin'](_0x186a86['id'],_0x186a86['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0x24ce50['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x24ce50['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x4e4915){this['_handleHistoryErrorUI'](_0x4e4915,'init');}}async['_handleEditTitle'](_0x28b65d,_0xa54360){await this['history']['updateItemTitle'](_0x28b65d,_0xa54360);}async['_handleTogglePin'](_0x32c129,_0x29b253){await this['history']['updateItemPinned'](_0x32c129,_0x29b253);}async['_handleRemove'](_0x1422f9){await this['history']['removeItem'](_0x1422f9);}async['_handleSelectConversation'](_0x1a3c2d){await this['_aiChatController']['loadConversation'](_0x1a3c2d);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x3668f0=this['_aiChatController']['activeConversation']?.['id'],_0x35d9a4=this['_getCategorizedItems']()['map'](_0x51c38d=>({'title':_0x51c38d['title'],'items':_0x51c38d['items']['map'](_0x6f64ce=>({'id':_0x6f64ce['id'],'title':_0x6f64ce['title']||us(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x6f64ce['createdAt'])['toLocaleDateString'](),'active':_0x6f64ce['id']===_0x3668f0,'pinned':_0x6f64ce['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x35d9a4);}['_setItemLoading'](_0x1d795c,_0x23deaa){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x1d795c,_0x23deaa,!0x0);}['_clearItemLoading'](_0x2cee0a){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x2cee0a,null,!0x1);}['_handleHistoryErrorUI'](_0x2e2d8e,_0x56c776,_0x53c5d9){const _0x343ca4=this['_generateErrorMessage'](_0x56c776,_0x53c5d9);this['_aiChatHistoryUi']['showError'](_0x343ca4),this['_reporter']['reportError'](_0x2e2d8e,{'context':{'operation':_0x56c776}}),_0x53c5d9&&this['_clearItemLoading'](_0x53c5d9),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x1269d8,_0x5e9e91){const _0x44558a=_0x5e9e91?this['history']['getItem'](_0x5e9e91):null,_0xd2cc56=_0x44558a?.['title']||us(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x1269d8){case'updateItemTitle':return us(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0xd2cc56);case'updateItemPinned':{const _0x31a133=us(this['context']['locale'],_0x44558a?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return us(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x31a133,_0xd2cc56]);}case'removeItem':return us(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0xd2cc56);case'init':case'loadItems':return us(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return us(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x28d03c=new Date(),_0x3f1f08=new Date(_0x28d03c['getFullYear'](),_0x28d03c['getMonth'](),_0x28d03c['getDate']()),_0x1c7656=new Date(_0x3f1f08);_0x1c7656['setDate'](_0x1c7656['getDate']()-0x1);const _0x104282=new Date(_0x3f1f08);_0x104282['setDate'](_0x104282['getDate']()-0xe);const _0x573232=this['history']['getItems']({'pinned':!0x0}),_0x2a5222=this['history']['getItems']({'from':_0x3f1f08,'to':_0x3f1f08}),_0x13f047=this['history']['getItems']({'from':_0x1c7656,'to':_0x1c7656}),_0x1b2676=this['history']['getItems']({'from':_0x104282,'to':_0x1c7656}),_0x2b550f=this['history']['getItems']({'to':_0x104282}),_0x33a3b8=[];return _0x573232['length']>0x0&&_0x33a3b8['push']({'title':us(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x573232}),_0x2a5222['length']>0x0&&_0x33a3b8['push']({'title':us(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x2a5222}),_0x13f047['length']>0x0&&_0x33a3b8['push']({'title':us(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x13f047}),_0x1b2676['length']>0x0&&_0x33a3b8['push']({'title':us(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x1b2676}),_0x2b550f['length']>0x0&&_0x33a3b8['push']({'title':us(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x2b550f}),_0x33a3b8;}},Zo=class extends _0x11a14c{static get['requires'](){return[Jo,qo];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}},ta=class extends _0x11a14c{static get['requires'](){return[kn,Is,Bo,Zo,tn];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x31cd2a){super(_0x31cd2a),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[],'alwaysAddSelection':!0x1,'paste':{'textThreshold':0x5dc}}),this['context']['config']['define']('ai.chat.initialConversation','new');}},ea=class extends Ht{['id'];constructor(_0x2374a1,_0x47582a){super(_0x2374a1);const {id:_0x299314,type:_0x5a9eae,icon:_0x5e9f6d}=_0x47582a;this['id']=_0x299314,this['set']({'label':_0x47582a['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x47582a['id']}}),_0x5e9f6d?this['icon']=_0x5e9f6d:'chat'===_0x5a9eae?this['icon']=_0x404c28:'review'===_0x5a9eae?this['icon']=_0x31a7fd:'translate'===_0x5a9eae&&(this['icon']=_0x3ce940);}},ia=class extends _0x42f8f5{['listView'];constructor(_0x493d74,_0x2b442c){super(_0x493d74),this['set']('isEnabled',!0x0);const _0x12e480=_0x2b442c['map'](_0x3a1717=>{const _0xf92bb6=new zt(this['locale']),_0x4f72f3=new ea(this['locale'],_0x3a1717);return _0x4f72f3['bind']('isEnabled')['to'](this),_0xf92bb6['children']['add'](_0x4f72f3),_0x4f72f3['delegate']('execute')['to'](this),_0xf92bb6;});this['listView']=new jt(this['locale']),this['listView']['items']['addMany'](_0x12e480),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}};const sa='chat-shortcuts';var na=class extends _0x11a14c{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];['_listenedConversation'];static get['requires'](){return[Bo];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](Bo),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x324504=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{const _0x909ed3=_0x324504['activeConversation'];_0x909ed3['isFromHistory']||this['_injectShortcuts'](_0x909ed3);}),this['listenTo'](_0x324504,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x337ab3=['chat','review','translate'];this['_shortcuts']['forEach'](_0x218e2d=>{let _0x4aeda4=!0x0;if(_0x218e2d['id']&&_0x218e2d['label']&&_0x337ab3['includes'](_0x218e2d['type'])?'chat'===_0x218e2d['type']&&(_0x4aeda4='string'==typeof _0x218e2d['prompt']):_0x4aeda4=!0x1,!_0x4aeda4)throw new ht('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x218e2d});});}['_injectShortcuts'](_0x3e957e){this['_removeShortcuts'](),this['_shortcutsView']=new ia(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),this['_aiChatUI']['addFeedItemCustomElement'](this['_shortcutsView']['element'],sa),this['_shortcutsView']['on']('execute',_0x39be7b=>{const _0xeef715=_0x39be7b['source']['id'];this['_executeShortcut'](_0xeef715);}),this['_listenedConversation']=_0x3e957e,this['listenTo'](_0x3e957e,'uploadProgressChanged',(_0x1525bc,_0x293ef4)=>{this['_shortcutsView']['isEnabled']=!_0x293ef4['isUploadInProgress'];});}['_removeShortcuts'](){const _0x5794f0=this['context']['plugins']['get'](Bo);_0x5794f0['hasFeedItem'](sa)&&_0x5794f0['removeFeedItem'](sa),this['_listenedConversation']&&(this['stopListening'](this['_listenedConversation'],'uploadProgressChanged'),this['_listenedConversation']=void 0x0),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x3dd924){const _0x4375c7=this['_shortcuts']['find'](_0x4e5e6d=>_0x4e5e6d['id']===_0x3dd924),_0x30882b=_0x4375c7['type'];'chat'===_0x30882b?this['_runChatShortcut'](_0x4375c7):'review'===_0x30882b?_0x4375c7['commandId']?this['_runReviewShortcut'](_0x4375c7):this['_switchTab']('reviewMode'):'translate'===_0x30882b&&(_0x4375c7['language']?this['_runTranslateShortcut'](_0x4375c7):this['_switchTab']('translate'));}['_switchTab'](_0x144287){if(!this['context']['plugins']['has']('AITabs'))throw new ht('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x144287});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x144287);}async['_runChatShortcut']({prompt:_0x4bbf04,draftMode:_0x3c2d55,useWebSearch:_0x9d4444=!0x1,useReasoning:_0x44a8c0=!0x1,model:_0x34cff9}){const _0x4dcbb9=this['context']['plugins']['get']('AIChatController'),_0x17f8be=_0x4dcbb9['activeConversation'];let _0x75509d;_0x75509d=_0x34cff9?await _0x17f8be['chatModels']['getModel'](_0x34cff9):await _0x17f8be['chatModels']['getDefault'](),_0x75509d&&await _0x17f8be['setModel'](_0x75509d),_0x17f8be['setWebSearch'](_0x9d4444),_0x17f8be['setReasoning'](_0x44a8c0),_0x4dcbb9['addCurrentDocumentToChatContext'](),_0x3c2d55?(this['_aiChatUI']['setPromptInputValue'](_0x4bbf04),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x4dcbb9['sendMessage']({'message':_0x4bbf04});}['_runReviewShortcut']({commandId:_0x52f200,model:_0x297c4c,prompt:_0x5b6c52,params:_0x35f94c}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new ht('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x595d5e={'id':_0x52f200,'isCustom':'custom'===_0x52f200};_0x297c4c&&_0x5b6c52&&(_0x595d5e['args']={'model':_0x297c4c,'prompt':_0x5b6c52}),_0x35f94c&&(_0x595d5e['params']=_0x35f94c),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x595d5e);}['_runTranslateShortcut']({language:_0x25de1f}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new ht('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x25de1f,'args':{'language':_0x25de1f}});}},ra=class extends _0x17e1f8{constructor(_0x5cf728){super(_0x5cf728);const _0x6791a4=_0x5cf728['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x6791a4,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x59fb01=this['editor']['plugins']['get']('AITabs')['view'];_0x59fb01['isVisible']=!_0x59fb01['isVisible'];}},oa=class extends _0x4655d9{static get['requires'](){return[cs];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x511052=this['editor'];_0x511052['commands']['add']('toggleAi',new ra(_0x511052)),_0x511052['ui']['componentFactory']['add']('toggleAi',()=>{const _0x44f25d=this['_createAIUIButton'](Ht);return _0x44f25d['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x44f25d;}),_0x511052['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x328873=this['_createAIUIButton'](Jt);return _0x328873['set']({'role':'menuitemcheckbox'}),_0x328873;});}['_createAIUIButton'](_0x4b000d){const _0xfc2044=this['editor'],_0x37855f=_0xfc2044['commands']['get']('toggleAi'),_0x1ef76d=new _0x4b000d(_0xfc2044['locale']);return _0x1ef76d['set']({'label':us(_0xfc2044['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x266871,'isToggleable':!0x0}),_0x1ef76d['bind']('isEnabled')['to'](_0x37855f),_0x1ef76d['bind']('isOn')['to'](_0x37855f,'value',_0x443578=>!!_0x443578),this['listenTo'](_0x1ef76d,'execute',()=>{_0x37855f['execute']();}),_0x1ef76d;}};const aa=['applySuggestion','insertSuggestion','showNext','showPrevious'];var ha=class extends _0x42f8f5{['_errorView'];constructor(_0x2ee4d5){super(_0x2ee4d5),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x43bdb3){this['showError'](_0x43bdb3);}['showError'](_0x304132){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x304132,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x1df1c0=new _0x42f8f5(this['locale']),_0x540b9a=new _0x42f8f5(this['locale']);return _0x540b9a['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x1df1c0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x42649d=>!_0x42649d)]},'children':[_0x540b9a]}),_0x1df1c0;}};const ca=0xa;var la=class extends _0x11a14c{static get['requires'](){return[Is];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_editor'];['_isUpdatingMarkers']=!0x1;['open'](_0x528e51){const {id:_0x174b3b}=this['_currentConfig']??{};this['_currentConfig']=_0x528e51,this['_editor']=_0x528e51['targetEditor'];const {id:_0x317736}=this['_currentConfig'];this['isOpen']&&_0x174b3b===_0x317736?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x501ab2=this['_editor'];if(!_0x501ab2)return;const _0x278d1f=_0x501ab2['plugins']['get']('Dialog');_0x278d1f['isOpen']&&this['_currentConfig']&&_0x278d1f['id']===this['_currentConfig']['id']&&_0x278d1f['hide']();}['_updateDialog'](){const _0x3c4663=this['_editor']['plugins']['get']('Dialog'),{icon:_0x4ee051,title:_0x58c813}=this['_currentConfig'];_0x3c4663['view']?.['headerView']&&(_0x3c4663['view']['headerView']['label']=_0x58c813,_0x3c4663['view']['headerView']['iconView']&&_0x4ee051&&(_0x3c4663['view']['headerView']['iconView']['content']=_0x4ee051)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x3c4663['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](Is)['showFakeVisualSelection']({'editor':this['_editor'],'ranges':this['_currentConfig']['ranges'],'id':'balloon','priority':0x64}),window['getSelection']()?.['removeAllRanges']();}['_hideFakeVisualSelection'](){this['context']['plugins']['get'](Is)['hideFakeVisualSelection']('balloon');}['_showDialog'](){const _0x5c5084=this['_editor']['plugins']['get']('Dialog'),{id:_0x482932,title:_0x68cc81,icon:_0x308a5d,class:_0x435d6d,mainView:_0x272943}=this['_currentConfig'];_0x272943['delegate'](...aa)['to'](this),_0x5c5084['show']({'title':_0x68cc81,'icon':_0x308a5d,'hasCloseButton':!0x0,'id':_0x482932,'position':this['_calculateDialogPosition']['bind'](this),'getRootName':this['_getCurrentDomRootName']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x435d6d||''),'content':_0x272943,'onShow':_0x7bd9cd=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x7bd9cd['view']?.['updatePosition']();const _0x3e5146=this['_getSelectionElements']();_0x3e5146&&_0x3e5146[0x0]&&Rt({'target':_0x3e5146[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x7bd9cd['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x482932});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x482932}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x1554b0,_0xa27fc6,_0x7bf56a){const _0x5a25f2=_0xa27fc6||_0x7bf56a;if(!_0x5a25f2)return null;const _0x7612cb=this['_getSelectionElements']();if(!_0x7612cb||0x0===_0x7612cb['length'])return{'left':Math['round'](_0x5a25f2['left']+_0x5a25f2['width']/0x2-_0x1554b0['width']/0x2),'top':Math['round'](_0x5a25f2['top']+_0x5a25f2['height']/0x2-_0x1554b0['height']/0x2)};const _0x3d3fa1=Math['round'](_0x5a25f2['left']+_0x5a25f2['width']/0x2-_0x1554b0['width']/0x2),_0x499b9c=_0x7612cb['map'](_0x53207a=>new At(_0x53207a)),_0x4ef215=_0x1554b0['height'];return{'left':_0x3d3fa1,'top':this['_calculateOptimalTopPosition'](_0x499b9c,_0x4ef215,_0x5a25f2)};}['_calculateOptimalTopPosition'](_0x524d65,_0x300889,_0x1eed30){const _0x4eea29=new At(Tt['window']),_0x415bf6=_0x524d65['map'](_0x1b2f57=>_0x1b2f57['getVisible']())['filter'](_0xf468a7=>_0xf468a7),_0x68dbfa=At['getBoundingRect'](_0x415bf6);if(!_0x68dbfa)return Math['round'](_0x1eed30['top']+_0x1eed30['height']/0x2);const _0x32908c=_0x4eea29['getIntersection'](_0x68dbfa);if(!_0x32908c)return Math['round'](_0x1eed30['top']+_0x1eed30['height']/0x2);const _0x5627c5=_0x1eed30['getVisible'](),_0x460129=_0x5627c5&&_0x68dbfa['height']>_0x5627c5['height'],_0x5465df=_0x32908c['top'],_0x44dad8=_0x32908c['bottom'];if(_0x460129){const _0x508c81=_0x4eea29['top']+_0x4eea29['height']/0x2-_0x300889/0x2,_0x39c729=_0x5465df-ca-_0x4eea29['top'],_0x38b9be=_0x4eea29['bottom']-_0x44dad8-ca;return _0x39c729>=_0x300889?Math['max'](ca,_0x5465df-_0x300889-ca):_0x38b9be>=_0x300889?_0x44dad8+ca:Math['max'](ca,_0x508c81);}const _0x281391=_0x5465df-_0x300889,_0x1f1f63=_0x4eea29['bottom']-_0x44dad8-ca,_0x5a1d8d=_0x5465df-ca-_0x4eea29['top'];let _0x104ab1;return _0x104ab1=_0x1f1f63>=_0x300889?_0x44dad8+ca:_0x5a1d8d>=_0x300889?_0x281391-ca:_0x5465df+_0x68dbfa['height']/0x2-_0x300889/0x2,_0x104ab1;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0xba1503=this['_editor'];this['listenTo'](_0xba1503['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x2bca1c,data:{newRange:_0x443260}}of _0xba1503['model']['document']['differ']['getChangedMarkers']())if(_0x2bca1c['startsWith']('ai-selection:')&&(_0x443260&&(_0x443260['start']['isEqual'](_0x443260['end'])||'$graveyard'==_0x443260['root']['rootName'])||null==_0x443260)){const _0x497eb=us(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x497eb),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0xdab4c9=this['_editor'];this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0xdab4c9['model']['document']);}['_getSelectionElements'](){const _0x3fe8d3=this['_editor'];return _0x24247e(_0x3fe8d3['editing'],[..._0x3fe8d3['model']['markers']['getMarkersGroup']('ai-selection'),..._0x3fe8d3['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getCurrentDomRootName'](){const _0x1afe60=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];return _0x1afe60&&_0x1afe60['rootName']?_0x1afe60['rootName']:null;}},ua=class extends _0x182e23{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x1e83ee,_0x438a37={}){super(_0x1e83ee),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x438a37};const _0x3fe841=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x3fe841?'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'](),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']);}['toggleShowChangesEnabled'](_0x47ef94){this['showChangesButton']['isEnabled']=_0x47ef94;}['_setupRatingButtons'](){this['likeButton']=new Ht(this['locale']),this['likeButton']['set']({'icon':ot,'label':us(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'class':hn,'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new Ht(this['locale']),this['dislikeButton']['set']({'icon':rt,'label':us(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'class':hn,'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new Ht(this['locale']),this['copyButton']['set']({'icon':_0x1bec33,'label':us(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button\x20'+hn,'tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x117bf2=new Yt();_0x117bf2['set']({'content':_0x734ca}),_0x117bf2['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\x20'+hn,setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20'+hn;},0x7d0);}),this['copyButton']['children']['add'](_0x117bf2);}['_setupShowChangesButton'](){this['showChangesButton']=new Ht(this['locale']),this['showChangesButton']['set']({'icon':tt,'label':us(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':hn}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x4cb09f=>_0x4cb09f?et:tt),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}},da=class extends ha{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x3fd8c9,_0x5cec46){super(_0x3fd8c9);const _0x3e4b4b=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new dt(),this['_keystrokes']=new _t(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Gt({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x5cec46,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new qn(_0x3fd8c9),this['_partToolbarView']=new Wn(_0x3fd8c9,_0x5cec46['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x5cec46),this['_stateView']=new Fn(_0x3fd8c9),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new ua(_0x3fd8c9,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new _a(_0x3fd8c9,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x1796d6,_0x1167e9,_0x1a2b7c,_0x1797f3)=>{let _0xfa2320,_0x3b4203;'pending'===_0x1797f3?(_0xfa2320=this['_partToolbarView'],_0x3b4203=this['_stateView']):(_0xfa2320=this['_stateView'],_0x3b4203=this['_partToolbarView']),this['_stateView']['setState'](_0x1a2b7c),_0xfa2320['isVisible']=!0x1,_0x3b4203['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x3e4b4b['to']('_state',_0x59b56d=>'ck-ai-chat-balloon-main_state_'+_0x59b56d)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x5cec46);});}['render'](){super['render'](),this['nextButtonView']['render'](),this['previousButtonView']['render'](),this['_focusTracker']['add'](this['element']),this['_focusTracker']['add'](this['nextButtonView']),this['_focusTracker']['add'](this['previousButtonView']),this['_focusTracker']['add'](this['_miniToolbarView']),this['_focusTracker']['add'](this['_partToolbarView']),this['_keystrokes']['listenTo'](this['element']),this['_keystrokes']['listenTo'](this['nextButtonView']['element']),this['_keystrokes']['listenTo'](this['previousButtonView']['element']),this['_focusables']['addMany']([this['nextButtonView'],this['previousButtonView'],this['_partToolbarView'],this['_miniToolbarView']]);}['destroy'](){super['destroy'](),this['previousButtonView']['destroy'](),this['nextButtonView']['destroy']();}['focus'](){this['focusCycler']['focusFirst']();}['focusLast'](){this['focusCycler']['focusLast']();}async['updateContent'](_0x32adb9){_0x32adb9?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x32adb9);}['clearContent'](){this['_streamableContentView']['clear']();}['setState'](_0x3d2d6e){this['_state']=_0x3d2d6e;}['showError'](_0x5b7f8b){super['showError'](_0x5b7f8b),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x2e0ebc){super['showBlockingError'](_0x2e0ebc),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x2203a5){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x2203a5;}['togglePartToolbarEnabled'](_0x224804){this['_partToolbarView']['isEnabled']=_0x224804;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x5a709a,showSuggestButton:_0x279802}){_0x5a709a=_0x5a709a&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x279802=_0x279802&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x5a709a,'showSuggestButton':_0x279802});}['_createNextButtonView'](){const _0x45cc8e=new Ht(this['locale']);return _0x45cc8e['set']({'icon':_0x29cb6b,'label':us(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x45cc8e['on']('execute',()=>{this['fire']('showNext');}),_0x45cc8e;}['_createPreviousButtonView'](){const _0x365cbb=new Ht(this['locale']);return _0x365cbb['set']({'icon':_0x4771e1,'label':us(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x365cbb['on']('execute',()=>{this['fire']('showPrevious');}),_0x365cbb;}},_a=class extends _0x42f8f5{constructor(_0x3b4b31,_0x4293a1){super(_0x3b4b31),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x4293a1});}},ga=class extends _0x4655d9{static get['requires'](){return[Mt,la];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0xbe5a27){super(_0xbe5a27),this['set']('showDiff',!0x1);}['open'](_0x363741){const _0x3c367a=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x3c367a['plugins']['get']('AIBalloon')['open']({..._0x363741,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x363741['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x363741['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x4e6afa){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x4e6afa);}['clearContent'](){this['_chatBalloonView']&&this['_chatBalloonView']['clearContent']();}['setState'](_0x459b51){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x459b51);}['_createChatBalloonView'](){const _0x6934c5=this['editor'],_0x2e41f9=_0x6934c5['plugins']['get']('AIBalloon'),_0x4f1455=_0x6934c5['commands']['get']('trackChanges');let _0x4650a9=_0x6934c5['config']['get']('ai.availableReplyActions')||[...er];_0x6934c5['plugins']['has']('TrackChanges')||(_0x4650a9=_0x4650a9['filter'](_0x1ea023=>'insertSuggestion'!=_0x1ea023));const _0x15de1c=new da(_0x6934c5['locale'],{'availableActions':_0x4650a9,'showApplyButton':!0x0,'showSuggestButton':!!_0x4f1455});return _0x15de1c['bind']('showDiff')['to'](this),_0x15de1c['delegate'](...Nn)['to'](this),_0x15de1c['delegate']('showPrevious','showNext')['to'](this),_0x2e41f9['delegate']('dialogClosed')['to'](this),_0x15de1c['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x15de1c['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x15de1c['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x4f1455&&_0x15de1c['bind']('isTrackChangesOn')['to'](_0x4f1455,'value'),_0x15de1c['render'](),_0x15de1c;}['_toggleRotatorButtonsInDialogHeader'](_0x27c6de){const _0x4e05ad=this['editor'],_0x45ee2a=_0x4e05ad['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x27c6de),_0x45ee2a['has'](this['_chatBalloonView']['previousButtonView'])||(_0x45ee2a['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x4e05ad['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x45ee2a['remove'](this['_chatBalloonView']['previousButtonView']),_0x45ee2a['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}},Aa=class extends _0x4655d9{static get['requires'](){return[oa,ga,_0x4171c8];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}};function Ia(_0x1292c8){const {editor:_0x45917b,action:_0x1d5158,withText:_0x3d4ddf=!0x1,withIcon:_0x117ffe=!0x0,isInDropdown:_0x3e633e=!0x0,shouldPreventFocus:_0xffbf0d=!0x1,actionButtons:_0x1acab9}=_0x1292c8;return()=>{const _0x2f2cb6=_0x45917b['locale'],_0x3ed164=new Ht(_0x2f2cb6),_0x102a24=_0x3ed164['bindTemplate'];_0x3e633e&&_0x3ed164['extendTemplate']({'on':{'mouseenter':_0x102a24['to'](()=>{_0xffbf0d&&_0xffbf0d()||_0x3ed164['focus']();})}}),_0x1acab9['push']({'buttonView':_0x3ed164,'action':_0x1d5158});const _0x58fa14=_0x1d5158['icon']??_0x1d5158['parent']?.['icon'];return _0x3ed164['set']({'label':_0x1d5158['label'],'withText':_0x3d4ddf,'role':'menuitem','icon':_0x117ffe?_0x58fa14??_0x4e05d1:void 0x0,'tooltip':!_0x3d4ddf,'class':'ck-ai-quick-actions-button','isEnabled':_0x1d5158['isEnabled']}),_0x3ed164['on']('execute',()=>{_0x45917b['editing']['view']['focus'](),_0x45917b['commands']['execute']('aiQuickAction',_0x1d5158);}),_0x3ed164;};}var pa=class extends Qt{['arrowView'];constructor(_0x1e683d,_0x4184e2){super(_0x1e683d,_0x4184e2);const _0x52b631=this['bindTemplate'];this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':['ck-dropdown-menu-list__nested-menu__button'],'aria-haspopup':!0x0,'aria-expanded':this['bindTemplate']['to']('isOn',_0x21769a=>String(_0x21769a)),'data-cke-tooltip-disabled':_0x52b631['to']('isOn')},'on':{'mouseenter':_0x52b631['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x52ce50=new Yt();return _0x52ce50['content']=_0xcfa2c6,_0x52ce50['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x52ce50;}},ma=class extends jt{['_allListItems'];['_allSearchableItems'];constructor(_0xc4df0a,_0x44c5b0,_0x82d1ea){super(_0xc4df0a),this['_allListItems']=_0x44c5b0,this['_allSearchableItems']=_0x82d1ea;}['filter'](_0x3570f0){if(!_0x3570f0)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x47b0f7=_0x3570f0['source']['toLowerCase']()['trim'](),_0x2fdb4c=this['_allSearchableItems']['filter'](_0x46298a=>(_0x46298a['groupLabel']?_0x46298a['label']+'\x20('+_0x46298a['groupLabel']+')':_0x46298a['label'])['toLowerCase']()['includes'](_0x47b0f7));return this['items']['clear'](),this['items']['addMany'](_0x2fdb4c['sort']((_0x5c4cb1,_0x1fbe65)=>{const _0x1c7a15=_0x5c4cb1['groupLabel'],_0x53f263=_0x1fbe65['groupLabel'];return _0x1c7a15||_0x53f263?_0x1c7a15?0x1:-0x1:0x0;})['map'](_0x52b92c=>_0x52b92c['item'])),this['_highlightQuery'](_0x47b0f7,_0x2fdb4c),{'resultsCount':_0x2fdb4c['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x3d5f34,_0x2a4d4b){if(!_0x3d5f34)return;const _0x34be94=new RegExp(_0x352160(_0x3d5f34),'gi');_0x2a4d4b['forEach'](_0xe8c53=>{_0xe8c53['highlightViews']&&_0xe8c53['highlightViews']['forEach'](_0x53e240=>{'function'==typeof _0x53e240['highlightText']&&_0x53e240['highlightText'](_0x34be94);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x191b59=>{_0x191b59['highlightViews']&&_0x191b59['highlightViews']['forEach'](_0x56f314=>{'function'==typeof _0x56f314['highlightText']&&_0x56f314['highlightText'](null);});});}};const Ea='menu',Ta='menuitem';var wa=class extends _0x42f8f5{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];['_actionButtons'];constructor(_0x536428,_0x1e249e,_0x4a91d8,_0x500779,_0x4f6be0=!0x1,_0x325916=[]){const _0x510176=_0x536428['locale'];super(_0x510176),this['_bodyCollection']=_0x500779,this['_hasSearch']=_0x4f6be0,this['_actionButtons']=_0x325916;const _0x3236ee=this['_createListItems'](_0x536428,_0x1e249e,_0x4a91d8);this['optionsListView']=new ma(_0x510176,_0x3236ee,this['_allSearchableItems']),this['optionsListView']['role']=Ea,this['optionsListView']['items']['addMany'](_0x3236ee),this['focusTracker']=new dt(),this['keystrokes']=new _t(),_0x4f6be0&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x3236ee,this['focusCycler']=new Gt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x4f6be0&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x129f3f=_0x4f6be0&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x5f3be9(_0x129f3f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x510176['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0xb4c045(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':us(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':us(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x138c57=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x138c57);}['_createListItems'](_0x272a63,_0x120cde,_0x2c2731){const _0x12e5c8=new _0x5f3be9();return _0x120cde['forEach'](_0x3b53c3=>{if('actions'in _0x3b53c3){const {listItem:_0x34ff49}=this['_createActionGroupButton'](_0x272a63,_0x3b53c3,_0x2c2731);_0x12e5c8['add'](_0x34ff49),_0x3b53c3['actions']['forEach'](_0x3441cb=>{const {listItem:_0x3c77ef,highlightViews:_0x55694d}=this['_createSearchResultActionButton'](_0x272a63,_0x3441cb,_0x3b53c3['label'],_0x3b53c3['icon']);this['_allSearchableItems']['push']({'item':_0x3c77ef,'label':_0x3441cb['label'],'groupLabel':_0x3b53c3['label'],'highlightViews':_0x55694d});});}else{const {listItem:_0xbdf8fb}=this['_createActionButton'](_0x272a63,_0x3b53c3);_0x12e5c8['add'](_0xbdf8fb);const _0x3e5273=_0xbdf8fb['children']['first'];if(_0x3e5273){const {listItem:_0x51b2af,highlightViews:_0x4ade74}=this['_createSearchResultActionButton'](_0x272a63,_0x3b53c3);this['_allSearchableItems']['push']({'item':_0x51b2af,'label':_0x3e5273['label']||'','highlightViews':_0x4ade74});}}}),_0x12e5c8;}['_createActionButton'](_0x3732bd,_0x2406f2,_0x45ed9a,_0x5c6e71){const _0xcf7039=new zt(this['locale']);if(_0x45ed9a&&_0x5c6e71){const _0x48ce2e=new Ht(this['locale']),_0x532395=_0x48ce2e['bindTemplate'],_0x52157b=new Wt();_0x52157b['text']=_0x2406f2['label'];const _0x296bf6=new Wt();_0x296bf6['text']=_0x45ed9a;const _0xe2d851=new Yt();_0xe2d851['content']=_0x5c6e71,_0xe2d851['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x5ba82b=new _0x42f8f5(this['locale']);_0x5ba82b['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x2ded31=new _0x42f8f5(this['locale']);return _0x2ded31['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x48ce2e['set']({'label':_0x2406f2['label']+'\x20('+_0x45ed9a+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1,'isEnabled':_0x2406f2['isEnabled']}),_0x48ce2e['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group',_0x532395['if']('isEnabled','ck-disabled',_0x40ebc8=>!_0x40ebc8)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x52157b,_0x5ba82b,_0xe2d851,_0x296bf6,_0x2ded31],'on':{'mouseenter':_0x532395['to'](()=>{this['_isSearchFocused']()||_0x48ce2e['focus']();}),'click':_0x532395['to'](()=>{_0x48ce2e['fire']('execute');})}}),_0x48ce2e['on']('execute',()=>{_0x48ce2e['isEnabled']&&(_0x3732bd['editing']['view']['focus'](),_0x3732bd['commands']['execute']('aiQuickAction',_0x2406f2));}),_0xcf7039['children']['add'](_0x48ce2e),this['_actionButtons']['push']({'buttonView':_0x48ce2e,'action':_0x2406f2}),{'listItem':_0xcf7039,'highlightViews':[_0x52157b,_0x296bf6]};}{const _0x50aea7=new Pt(),_0x2f2928=new Ht(this['locale'],_0x50aea7),_0x50f212=_0x2f2928['bindTemplate'],_0x4d8772=_0x2406f2['icon']??_0x2406f2['parent']?.['icon'],_0x501ae5=void 0x0!==_0x2406f2['icon'];return _0x2f2928['set']({'label':_0x2406f2['label'],'withText':!0x0,'role':'menuitem','icon':_0x501ae5?_0x4d8772??_0x4e05d1:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button','isEnabled':_0x2406f2['isEnabled']}),_0x2f2928['extendTemplate']({'on':{'mouseenter':_0x50f212['to'](()=>{this['_isSearchFocused']()||_0x2f2928['focus']();})}}),_0x2f2928['on']('execute',()=>{_0x3732bd['editing']['view']['focus'](),_0x3732bd['commands']['execute']('aiQuickAction',_0x2406f2);}),_0xcf7039['children']['add'](_0x2f2928),this['_actionButtons']['push']({'buttonView':_0x2f2928,'action':_0x2406f2}),{'listItem':_0xcf7039,'highlightViews':[_0x50aea7]};}}['_createSearchResultActionButton'](_0x10d653,_0x3fe20e,_0x29293a,_0x21bd43){return _0x29293a&&_0x21bd43?this['_createSearchResultGroupedActionButton'](_0x10d653,_0x3fe20e,_0x29293a,_0x21bd43):this['_createSearchResultIndividualActionButton'](_0x10d653,_0x3fe20e);}['_createSearchResultGroupedActionButton'](_0x13f69d,_0x176ac7,_0x2cac0f,_0x410ebd){const _0x47544f=new zt(this['locale']),_0x40859c=new Ht(this['locale']),_0x2f537e=_0x40859c['bindTemplate'],{view:_0x1f42db,highlightView:_0x59be23}=this['_createSearchResultGroupRow'](_0x2cac0f,_0x410ebd),{view:_0x23eac0,highlightView:_0xbff2b9}=this['_createSearchResultActionRow'](_0x176ac7['label']),_0x45f9fd=this['_createSearchResultContentView'](_0x1f42db,_0x23eac0);return _0x40859c['set']({'label':_0x176ac7['label'],'withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','tooltip':!0x1,'isEnabled':_0x176ac7['isEnabled']}),_0x40859c['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-search-result-button','ck-ai-quick-actions-search-result-button_with-group',_0x2f537e['if']('isEnabled','ck-disabled',_0x1e5b13=>!_0x1e5b13)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x45f9fd],'on':{'mouseenter':_0x2f537e['to'](()=>{this['_isSearchFocused']()||_0x40859c['focus']();}),'click':_0x2f537e['to'](()=>{this['_handleSearchResultButtonClick'](_0x40859c);})}}),this['_setupActionButtonExecution'](_0x40859c,_0x13f69d,_0x176ac7),_0x47544f['children']['add'](_0x40859c),this['_actionButtons']['push']({'buttonView':_0x40859c,'action':_0x176ac7}),{'listItem':_0x47544f,'highlightViews':[_0x59be23,_0xbff2b9]};}['_createSearchResultIndividualActionButton'](_0x3fee00,_0xccc0f9){const _0x399ab0=new zt(this['locale']),_0x4df346=new Pt(),_0x24d243=new Ht(this['locale'],_0x4df346),_0x15d273=_0x24d243['bindTemplate'];return _0x24d243['set']({'label':_0xccc0f9['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','isEnabled':_0xccc0f9['isEnabled']}),_0x24d243['extendTemplate']({'on':{'mouseenter':_0x15d273['to'](()=>{this['_isSearchFocused']()||_0x24d243['focus']();})}}),this['_setupActionButtonExecution'](_0x24d243,_0x3fee00,_0xccc0f9),_0x399ab0['children']['add'](_0x24d243),this['_actionButtons']['push']({'buttonView':_0x24d243,'action':_0xccc0f9}),{'listItem':_0x399ab0,'highlightViews':[_0x4df346]};}['_createSearchResultGroupRow'](_0x33b257,_0x49dcf3){const _0x3be8ec=new _0x42f8f5(this['locale']),_0x378c77=new Yt();_0x378c77['content']=_0x49dcf3,_0x378c77['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x542850=new Wt();return _0x542850['text']=_0x33b257,_0x3be8ec['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x378c77,_0x542850]}),{'view':_0x3be8ec,'highlightView':_0x542850};}['_createSearchResultActionRow'](_0x444fcb){const _0xbf0b31=new _0x42f8f5(this['locale']),_0x5418f4=new Wt();return _0x5418f4['text']=_0x444fcb,_0xbf0b31['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x5418f4]}),{'view':_0xbf0b31,'highlightView':_0x5418f4};}['_createSearchResultContentView'](_0x32b7de,_0x37a7f9){const _0x77c8ea=new _0x42f8f5(this['locale']);return _0x77c8ea['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x32b7de,_0x37a7f9]}),_0x77c8ea;}['_setupActionButtonExecution'](_0x5e9333,_0x1346f3,_0x39c6b6){_0x5e9333['on']('execute',()=>{_0x5e9333['isEnabled']&&(_0x1346f3['editing']['view']['focus'](),_0x1346f3['commands']['execute']('aiQuickAction',_0x39c6b6));});}['_createActionGroupButton'](_0x5c06e2,_0x4f43cf,_0x522501){const _0xeb6453=new zt(this['locale']),_0xa9f4b1=new Pt(),_0x5b996c=new pa(this['locale'],_0xa9f4b1),_0x5ce6b8=_0x5b996c['bindTemplate'],_0x1884b3=this['_getPanelKeystroke'](_0x522501),_0x177af1=this['_createGroupActionsList'](_0x5c06e2,_0x4f43cf['actions'],_0x522501);_0x5b996c['set']({'label':_0x4f43cf['label'],'withText':!0x0,'role':Ta,'icon':_0x4f43cf['icon']??_0x4e05d1,'isEnabled':_0x4f43cf['actions']['some'](_0x1ec61d=>_0x1ec61d['isEnabled'])}),_0x5b996c['extendTemplate']({'on':{'mouseenter':_0x5ce6b8['to'](()=>{this['_isSearchFocused']()||_0x5b996c['focus']();})}});const _0x33232c=new yt(this['locale']);return _0x33232c['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x5ce6b8['to'](_0x4b45ac=>{this['_handlePanelKeydown'](_0x4b45ac,_0x1884b3,_0x5b996c,_0x33232c);})}}),_0x5b996c['bind']('isOn')['to'](_0x33232c,'isVisible'),this['_bodyCollection']['add'](_0x33232c),_0x33232c['content']['add'](_0x177af1),this['_setupGroupMenuBehavior'](_0x5b996c,_0x33232c),_0xeb6453['children']['add'](_0x5b996c),this['_actionButtons']['push']({'buttonView':_0x5b996c,'action':_0x4f43cf}),{'listItem':_0xeb6453,'highlightView':_0xa9f4b1};}['_createGroupActionsList'](_0x3e0308,_0x2038b9,_0x1f8447){const _0x2b13d6=new jt(this['locale']);return _0x2b13d6['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x2038b9['forEach'](_0x29722e=>{const _0x5a4942=new zt(this['locale']),_0x3b9b61=Ia({'editor':_0x3e0308,'action':_0x29722e,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused'](),'actionButtons':this['_actionButtons']})();_0x5a4942['children']['add'](_0x3b9b61),_0x1f8447['focusTracker']['add'](_0x3b9b61),_0x2b13d6['items']['add'](_0x5a4942);}),_0x2b13d6;}['_setupGroupMenuBehavior'](_0x57ef72,_0x399832){const _0x46e4ef=_0x57ef72['bindTemplate'],_0x16080e=this['_getButtonKeystroke'](_0x57ef72);_0x57ef72['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x46e4ef['to'](()=>{this['_showNestedPanel'](_0x399832,_0x57ef72);}),'mouseleave':_0x46e4ef['to'](_0x5c13e0=>{const _0x44e357=_0x5c13e0['relatedTarget'];this['_isMovingToNestedMenu'](_0x44e357,_0x399832)||this['_hideNestedPanel'](_0x399832);}),'keydown':_0x46e4ef['to'](_0x45c88c=>{_0x45c88c['key']==_0x16080e&&(this['_showNestedPanel'](_0x399832,_0x57ef72),_0x399832['content']['get'](0x0)['focus']());})}}),_0x399832['on']('render',()=>{_0x399832['element']?.['addEventListener']('mouseleave',_0x3a4e58=>{const _0x2dcdef=_0x3a4e58['relatedTarget'];_0x57ef72['element']?.['contains'](_0x2dcdef)||this['_isMovingToNestedMenu'](_0x2dcdef,_0x399832)||this['_hideNestedPanel'](_0x399832);});});}['_showNestedPanel'](_0x4ad659,_0x6c08e4){this['_openNestedPanels']['forEach'](_0x386b99=>{_0x386b99!==_0x4ad659&&_0x386b99['isVisible']&&_0x386b99['hide']();}),_0x4ad659['show'](),_0x4ad659['pin']({'positions':[Ut['eastSouth']],'target':_0x6c08e4['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x4ad659);}['_hideNestedPanel'](_0x58aa45){_0x58aa45['hide'](),this['_openNestedPanels']['delete'](_0x58aa45);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0xfc939f=>_0xfc939f['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x363be9,_0x14d48b){if(!_0x363be9)return!0x1;if(_0x14d48b['element']?.['contains'](_0x363be9))return!0x0;const _0x3e617d=_0x363be9;return _0x3e617d['closest']&&(null!==_0x3e617d['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x3e617d['closest']('.ck-ai-quick-actions-group-list')||null!==_0x3e617d['closest']('.ck-ai-quick-actions-group-button'));}['resetSearch'](){this['_searchTextView']&&this['_searchTextView']['reset']();}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['_searchTextView']?this['_searchTextView']['focus']():this['optionsListView']['focus']();}['_getPanelKeystroke'](_0x4d21d0){return'rtl'===_0x4d21d0['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x394d6b){return'rtl'===_0x394d6b['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x22e80c,_0x4f45bc,_0x26950e,_0x460750){_0x22e80c['key']==_0x4f45bc&&(_0x26950e['focus'](),this['_hideNestedPanel'](_0x460750));}['_handleSearchResultButtonClick'](_0x428891){_0x428891['fire']('execute');}};function Ca(_0x3a2351){const {editor:_0x3c7328,content:_0x7ef507,buttonDefinition:_0x57f025,bodyCollection:_0x1a45d0,hasSearch:_0x116756=!0x1,actionButtons:_0x515683}=_0x3a2351;return()=>{const _0x51a72f=_0x3c7328['locale'],_0x2af648=_0x3c7328['commands']['get']('aiQuickAction'),_0x25a28f=_0x5ba05a(_0x51a72f);_0x25a28f['bind']('isEnabled')['to'](_0x2af648),_0x25a28f['buttonView']['set']({'icon':_0x57f025['icon']??_0x4e05d1,'label':_0x57f025['label'],'tooltip':!0x0}),_0x25a28f['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x4a891a=new wa(_0x3c7328,_0x7ef507,_0x25a28f,_0x1a45d0,_0x116756,_0x515683);return _0x25a28f['panelView']['children']['add'](_0x4a891a),_0x116756&&_0x25a28f['on']('change:isOpen',(_0x4cf2fb,_0x1918f5,_0x4ecbe6)=>{if(_0x4ecbe6){if(_0x3c7328['plugins']['has']('AIEditing')){const _0x3db97e=_0x3c7328['plugins']['get'](Is),_0x239a01=_0x3c7328['model']['document']['selection'],_0x21de20=Array['from'](_0x239a01['getRanges']());_0x21de20['length']>0x0&&_0x3db97e['showFakeVisualSelection']({'editor':_0x3c7328,'ranges':_0x21de20,'id':'quick-action','priority':0x14});}}else _0x3c7328['plugins']['has']('AIEditing')&&_0x3c7328['plugins']['get'](Is)['hideFakeVisualSelection']('quick-action'),_0x4a891a['resetSearch']();}),_0x25a28f;};}const fa='<task>Explain\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x20plain,\x20simple\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).-\x20Avoid\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><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20explanation,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant,\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',ba='<task>Summarize\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x202–4\x20clear\x20sentences,\x20capturing\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><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20summary,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Sa='<task>Extract\x20and\x20present\x20the\x20key\x20points\x20from\x20the\x20selected\x20part\x20of\x20the\x20document\x20as\x20a\x20concise\x20bulleted\x20list.</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><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20key\x20points\x20list,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Ra=/* #__PURE__ -- @preserve */
|
|
37
|
-
((()=>({'chat':'AIChat','action':'AIActions'}))());var Oa=class AIQuickActionsUI extends _0x4655d9{['_actionButtons']=[];['_menuBarGroupViews']=[];['_reporter'];static get['requires'](){return[xt,ls,nn];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_reporter']=this['editor']['plugins']['get'](nn)['createReporter']('aiquickactions');const _0x3c5792=this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x3c5792),this['_initializeQuickActionsComponentsAndCommands'](),this['_initActionTypeQuickActions'](),this['_initChatTypeQuickActions']();}static['getDefaultQuickActions'](_0x26947f){return function(_0x5adacb){const _0x51e73c=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x5adacb['uiLanguage'])||'English';return[{'id':'ask-ai','label':us(_0x5adacb,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x339ebc},{'id':'chat-commands','label':us(_0x5adacb,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x339ebc,'actions':[{'id':'explain','label':us(_0x5adacb,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':us(_0x5adacb,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':fa['replace']('%0',_0x51e73c),'type':'chat'},{'id':'summarize','label':us(_0x5adacb,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':us(_0x5adacb,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ba['replace']('%0',_0x51e73c),'type':'chat'},{'id':'highlight-key-points','label':us(_0x5adacb,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':us(_0x5adacb,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Sa['replace']('%0',_0x51e73c),'type':'chat'}]},{'id':'improve-writing','label':us(_0x5adacb,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x81a774},{'id':'continue','label':us(_0x5adacb,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x121228},{'id':'fix-grammar','label':us(_0x5adacb,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0xd05426},{'id':'adjust-length','label':us(_0x5adacb,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x1a43f7,'actions':[{'id':'make-shorter','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':us(_0x5adacb,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x305268,'actions':[{'id':'make-tone-casual','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':us(_0x5adacb,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x3ce940,'actions':[{'id':'translate-to-english','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':us(_0x5adacb,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':us(_0x5adacb,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x42544f,'actions':[]}];}(_0x26947f);}['_getDefaultAndCustomActions'](){const _0x58d739=AIQuickActionsUI['getDefaultQuickActions'](this['editor']['locale']),_0x26b67c=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x4aaa83=>({..._0x4aaa83,'type':'chat'===_0x4aaa83['type']?'chat':'action','icon':void 0x0}));return _0x58d739['find'](_0x4575d3=>'other'===_0x4575d3['id'])['actions']['push'](..._0x26b67c),_0x58d739;}async['_initActionTypeQuickActions'](){try{const _0x695f69=new Qs({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']}),_0x17710d=await _0x695f69['getAll'](),_0x15e8f8=(await _0x695f69['getDefault']())?.['id'];this['_assignDefaultModelToCustomActions'](_0x15e8f8),this['_enableButtonsByType']('action',_0x3e2620=>!!_0x17710d['find'](_0x3f10f9=>_0x3f10f9['id']===_0x3e2620['model'])||void 0x0===_0x3e2620['model']);}catch(_0x333152){const _0x130303=new ht('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x333152});this['_reporter']['logError'](_0x130303);}}['_initChatTypeQuickActions'](){if(!this['editor']['plugins']['has']('AIChatController'))return;const _0x2f573a=this['editor']['plugins']['get']('AIChatController');this['listenTo'](_0x2f573a,'change:isConversationReady',(_0x4ef4f7,_0x4ce7ee,_0x4fb853)=>{_0x4fb853&&this['_enableButtonsByType']('chat',()=>!0x0);}),_0x2f573a['isConversationReady']&&this['_enableButtonsByType']('chat',()=>!0x0);}['_enableButtonsByType'](_0x10abf9,_0x4b0cbc){this['_quickActionsDefinition']['forEach'](_0x58ff63=>{'actions'in _0x58ff63?_0x58ff63['actions']['forEach'](_0x5d8ec9=>{_0x5d8ec9['type']===_0x10abf9&&(_0x5d8ec9['isEnabled']=_0x4b0cbc(_0x5d8ec9));}):_0x58ff63['type']===_0x10abf9&&(_0x58ff63['isEnabled']=_0x4b0cbc(_0x58ff63));}),this['_actionButtons']['forEach'](_0x29482d=>{if(va(_0x29482d['action']))return;if(_0x29482d['action']['type']!==_0x10abf9)return;const _0x132006=_0x4b0cbc(_0x29482d['action']);if(_0x29482d['action']['isEnabled']=_0x132006,_0x29482d['buttonView']['isEnabled']=_0x132006,!_0x132006&&_0x29482d['action']['model']){const _0x280bbf=new ht('ai-quick-actions-unavailable-model',this,{'actionId':_0x29482d['action']['id'],'modelId':_0x29482d['action']['model']});this['_reporter']['logError'](_0x280bbf);}}),this['_actionButtons']['filter'](_0x2f48b1=>va(_0x2f48b1['action']))['forEach'](_0x54f44f=>{_0x54f44f['buttonView']['isEnabled']=_0x54f44f['action']['actions']['some'](_0x384a66=>_0x384a66['isEnabled']);}),this['_menuBarGroupViews']['forEach'](({view:_0x7f1646,group:_0x3c46ce})=>{_0x7f1646['isEnabled']=_0x3c46ce['actions']['some'](_0x593a4c=>_0x593a4c['isEnabled']);});}['_assignDefaultModelToCustomActions'](_0x307185){this['_actionButtons']['forEach'](_0x2a8781=>{va(_0x2a8781['action'])||'action'===_0x2a8781['action']['type']&&(_0x2a8781['action']['model']||(_0x2a8781['action']['model']=_0x307185));});}['_initializeQuickActionsComponentsAndCommands'](){const _0x4b25e5=new Lt(this['editor']['locale']);_0x4b25e5['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x4b25e5),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x4b25e5);}['_initializeQuickActionsDropdown'](_0x4017dc){const _0x2baa69=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Ca({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x4e05d1,'label':us(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x4017dc,'hasSearch':_0x2baa69,'actionButtons':this['_actionButtons']}));}['_prepareQuickActionsDefinition'](_0x5e9c8f){this['_quickActionsDefinition']=_0x5e9c8f['map'](_0x2841b3=>{if('actions'in _0x2841b3){const _0x51f762=_0x2841b3;return{..._0x51f762,'actions':_0x51f762['actions']['map'](_0xf63d9e=>{const {actions:_0xa822d0,..._0x428953}=_0x51f762;return{..._0xf63d9e,'isEnabled':!0x1,'parent':_0x428953};})['filter'](_0x3ad04a=>this['_shouldIncludeAction'](_0x3ad04a))};}return{..._0x2841b3,'isEnabled':!0x1};})['filter'](_0x33d761=>'actions'in _0x33d761?_0x33d761['actions']['length']>0x0:this['_shouldIncludeAction'](_0x33d761));}['_shouldIncludeAction'](_0x163c56){const _0x222377=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ra[_0x163c56['type']])&&!_0x222377['includes'](_0x163c56['id'])&&!('chat'===_0x163c56['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x2e4961){this['_quickActionsDefinition']['forEach'](_0x5e4f36=>{if('actions'in _0x5e4f36){const _0x34f40e=Ca({'editor':this['editor'],'content':_0x5e4f36['actions'],'buttonDefinition':_0x5e4f36,'bodyCollection':_0x2e4961,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x5e4f36['id'],_0x34f40e),_0x5e4f36['actions']['forEach'](_0x4e51b9=>{const _0x585f2c=Ia({'editor':this['editor'],'action':_0x4e51b9,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x4e51b9['id'],_0x585f2c);});}else{const _0x1734f7=Ia({'editor':this['editor'],'action':_0x5e4f36,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x5e4f36['id'],_0x1734f7);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x1a7dcd=>{const _0x59fa9c=this['editor']['commands']['get']('aiQuickAction'),_0x193e41=new _0x40d16d(_0x1a7dcd),_0x8f95e=us(_0x1a7dcd,'AI_QUICK_ACTIONS_HEADING');_0x193e41['buttonView']['set']({'label':_0x8f95e,'icon':_0x4e05d1});const _0x193ff5=new te(_0x1a7dcd);return _0x193ff5['set']({'ariaLabel':_0x8f95e,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x3a130c=>{if('actions'in _0x3a130c){const _0x2beca9=_0x3a130c,_0x402878=new Zt(_0x1a7dcd,_0x193e41),_0x2784dd=new _0x40d16d(_0x1a7dcd),_0x484e2f=new te(_0x1a7dcd);_0x2784dd['buttonView']['set']({'label':_0x2beca9['label'],'icon':_0x2beca9['icon']}),_0x2beca9['actions']['forEach'](_0x14c44f=>{const _0x30e597=new Zt(_0x1a7dcd,_0x2784dd),_0x329488=new Jt(_0x1a7dcd);_0x329488['set']({'label':_0x14c44f['label'],'icon':_0x14c44f['icon'],'role':'menuitem','isEnabled':_0x14c44f['isEnabled']}),_0x329488['on']('execute',()=>{this['_executeQuickAction'](_0x14c44f);}),this['_actionButtons']['push']({'buttonView':_0x329488,'action':_0x14c44f}),_0x329488['delegate']('execute')['to'](_0x2784dd),_0x30e597['children']['add'](_0x329488),_0x484e2f['items']['add'](_0x30e597);}),_0x2784dd['isEnabled']=_0x2beca9['actions']['some'](_0x268a3f=>_0x268a3f['isEnabled']),this['_menuBarGroupViews']['push']({'view':_0x2784dd,'group':_0x2beca9}),_0x2784dd['panelView']['children']['add'](_0x484e2f),_0x402878['children']['add'](_0x2784dd),_0x193ff5['items']['add'](_0x402878);}else{const _0x10d546=_0x3a130c,_0x29faf0=new Zt(_0x1a7dcd,_0x193e41),_0x32bc63=new Jt(_0x1a7dcd);_0x32bc63['set']({'label':_0x10d546['label'],'icon':_0x10d546['icon'],'role':'menuitem','isEnabled':_0x10d546['isEnabled']}),this['_actionButtons']['push']({'buttonView':_0x32bc63,'action':_0x10d546}),_0x32bc63['on']('execute',()=>{this['_executeQuickAction'](_0x10d546);}),_0x32bc63['delegate']('execute')['to'](_0x193e41),_0x29faf0['children']['add'](_0x32bc63),_0x193ff5['items']['add'](_0x29faf0);}}),Object['values'](Ra)['some'](_0x675df1=>this['editor']['plugins']['has'](_0x675df1))?_0x193e41['bind']('isEnabled')['to'](_0x59fa9c):_0x193e41['set']({'isEnabled':!0x1}),_0x193e41['panelView']['children']['add'](_0x193ff5),_0x193e41;});}['_executeQuickAction'](_0x324bda){const _0x3ed27d=this['editor'];_0x3ed27d['editing']['view']['focus'](),_0x3ed27d['commands']['execute']('aiQuickAction',_0x324bda);const _0xbc5852=_0x3ed27d['ui']['view']['menuBarView'];_0xbc5852&&_0xbc5852['close']&&_0xbc5852['close']();}};function va(_0x286ed1){return'actions'in _0x286ed1;}function ka(_0x2be6ed,_0x3f6622){const _0x511aa0=_0x2be6ed['plugins']['get']('AITabs')['view'];_0x511aa0['isVisible']=!0x0,_0x511aa0['activateTab'](_0x3f6622);}var Na=class extends _0x17e1f8{['execute'](_0x5f3ae6){switch(this['_expandSelectionIfCollapsed'](),_0x5f3ae6['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x4ab344=us(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new ht('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x4ab344});}this['_handleAIChatAction'](_0x5f3ae6);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x43dfca=us(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new ht('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x43dfca});}this['_handleAIActionsAction'](_0x5f3ae6);}}async['_handleAIChatAction'](_0x4543c9){const _0x54dc6b=this['editor']['plugins']['get']('AIChatController');if(ka(this['editor'],'chat'),'ask-ai'===_0x4543c9['id'])_0x54dc6b['removeSelectionFromChatContext'](),_0x54dc6b['addSelectionToChatContext'](this['editor']),_0x54dc6b['focusPromptInput']();else await _0x54dc6b['startConversation']({'modelId':_0x4543c9['model']}),_0x54dc6b['removeSelectionFromChatContext'](),_0x54dc6b['addSelectionToChatContext'](this['editor']),_0x54dc6b['focusPromptInput'](),await _0x54dc6b['sendMessage']({'message':_0x4543c9['prompt']||_0x4543c9['displayedPrompt']||_0x4543c9['label'],'attributes':{'quickActionData':{'id':_0x4543c9['id']},'displayedPrompt':_0x4543c9['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x34e686=this['editor'],_0xccc977=_0x34e686['model']['document']['selection'];if(!_0xccc977['isCollapsed'])return;const _0x281ce5=mt(_0xccc977['getSelectedBlocks']())||_0x34e686['model']['schema']['getLimitElement'](_0xccc977);_0x34e686['model']['change'](_0xf9d59b=>{_0xf9d59b['setSelection'](_0x281ce5,'in');});}['_handleAIActionsActionLabel'](_0x3df332){return _0x3df332['parent']?.['label']&&'other'!==_0x3df332['parent']?.['id']?_0x3df332['parent']['label']+':\x20'+_0x3df332['label']:_0x3df332['label'];}async['_handleAIActionsAction'](_0x40d588){const _0xdab7be=this['editor']['plugins']['get']('AIActions'),_0x2d2d76=_0x40d588['prompt']?{'userMessage':_0x40d588['prompt'],'model':_0x40d588['model']}:{'actionName':_0x40d588['actionName']||_0x40d588['id'],'args':_0x40d588['args']},_0x58ab96=this['_handleAIActionsActionLabel'](_0x40d588);await _0xdab7be['executeAction'](_0x2d2d76,_0x58ab96,_0x40d588['icon']);}},ya=class extends _0x4655d9{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4d75e5=this['editor'],_0x16220c=new Na(this['editor']);if(_0x4d75e5['commands']['add']('aiQuickAction',_0x16220c),_0x4d75e5['plugins']['has']('AIChat')){const _0x3aead8=this['editor']['plugins']['get']('AIChatController');_0x4d75e5['model']['document']['selection']['on']('change:range',(_0x8298dd,_0x51e70c)=>{_0x51e70c['directChange']&&_0x3aead8['removeSelectionFromChatContext']();});}}},xa=class extends dn{['appendContent'](_0x513785,_0x3703c7='text'){'modification'===this['type']&&'text'===_0x3703c7&&(_0x3703c7=this['documentContextContent']['keys']()['next']()['value']),super['appendContent'](_0x513785,_0x3703c7);}['updateChangeGroups'](_0x6be329){const _0x4e9ad4=this['parsedContent']['get'](_0x6be329)['cloneNode'](!0x0);if(this['parsedMergedContent']['set'](_0x6be329,_0x4e9ad4),this['changeGroups']=[],0x0==_0x4e9ad4['childNodes']['length'])return;Ds(this['documentContextContent']['get'](_0x6be329),this['parsedMergedContent']['get'](_0x6be329));const _0x532449=_0x5ca782(this['documentContextContent']['get'](_0x6be329)['children']['map'](_0xb53183=>({'node':_0xb53183,'id':fs(_0xb53183,'data-id')})),_0x4e9ad4['children']['map'](_0x424532=>({'node':_0x424532,'id':fs(_0x424532,'data-id')||vt()})),{'comparator':(_0x378f39,_0x54b39c)=>_0x378f39['id']==_0x54b39c['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x532449['length']&&_0x532449[_0x532449['length']-0x1]['removed'];)_0x532449['pop']();}const _0x2d6813=_0x532449['map'](_0x6f2a60=>{const _0x82b20=_0x6f2a60['added']?'new':_0x6f2a60['removed']?'removed':'modified';return{'node':_0x6f2a60['value'][0x0]['node'],'type':_0x82b20,'id':_0x6f2a60['value'][0x0]['id']};}),_0x4a6ed8=this['_documentIdToSource']['get'](_0x6be329);this['changeGroups']['push']({'changes':_0x2d6813,'state':'pending','index':this['changeGroups']['length'],'editor':_0x4a6ed8['editor'],'rootName':_0x4a6ed8['rootName'],'documentId':_0x6be329});}['_getDifferentChangeGroups'](_0xbdcb43,_0x520400){return _0x520400;}},La=class extends An{['content'];['version'];['editor'];['rootName'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x4ef980){super(_0x4ef980),this['content']=_0x4ef980['content'],this['version']=_0x4ef980['version'],this['editor']=_0x4ef980['editor'],this['rootName']=_0x4ef980['rootName'],this['actionName']=_0x4ef980['actionName'],this['args']=_0x4ef980['args'],this['userMessage']=_0x4ef980['userMessage'],this['model']=_0x4ef980['model'],this['on']('interactionStopped',()=>{this['stoppedExplicitly']=!0x0;});}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':'document','documents':[{'id':this['id'],'content':this['content'],'version':this['version'],'rootName':this['rootName'],'sessionId':vt(),'channelId':this['editor']['config']['get']('collaboration.channelId')}],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x363e34){const _0x353f55=this['editor']['config']['get']('collaboration.channelId'),_0xc83043=new xa({..._0x363e34,'locale':this['locale'],'documentContextContent':[{'id':this['id'],'content':this['content'],'channelId':_0x353f55,'rootName':this['rootName']}],'channelsToEditors':new Map([[_0x353f55,this['editor']]])});return this['replies']['push'](_0xc83043),_0xc83043['delegate'](...gn)['to'](this),this['fire']('replyCreated',_0xc83043),_0xc83043;}},Da=class extends _0x182e23{constructor(_0x4034f7,_0x1de121=!0x0,_0x11e33=!0x0){super(_0x4034f7),this['set']('isEnabled',!0x1),_0x1de121&&(this['applyButton']=this['_createButton'](us(_0x4034f7,'AI_BALLOON_APPLY_BUTTON'),on),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x11e33&&(this['suggestButton']=this['_createButton'](us(_0x4034f7,'AI_BALLOON_SUGGEST_BUTTON'),_0x1de121?an:on),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x1de121,'showSuggestButton':_0x11e33}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x4e91a4,showSuggestButton:_0x46e307}){this['applyButton']&&(this['applyButton']['isVisible']=_0x4e91a4),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x46e307);}['_createButton'](_0x4134c2,_0x53a247){const _0x3b5279=new Ht(this['locale']);return _0x3b5279['set']({'label':_0x4134c2,'class':_0x53a247,'isVisible':!0x0,'withText':!0x0}),_0x3b5279;}},Pa=class extends _0x42f8f5{constructor(_0x219698){super(_0x219698),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':us(_0x219698,'AI_DISCLAIMER_TEXT')}]}]});}},Ha=class extends _0x42f8f5{constructor(_0x32fa8a){super(_0x32fa8a),this['set']('isVisible',!0x0);const _0x237898=new cr('small');_0x237898['isVisible']=!0x0;const _0x1ed15d=new _0x42f8f5(this['locale']);_0x1ed15d['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[us(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x30e0f1=>!_0x30e0f1)]},'children':[_0x237898,_0x1ed15d]});}},Ma=class extends ha{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_miniToolbarResizeObserver'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x5c33ce,_0x106bf6){super(_0x5c33ce),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x106bf6,this['_focusTracker']=new dt(),this['_keystrokes']=new _t(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Gt({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x5f3be9(),this['_addContentWrapper'](_0x106bf6),this['_addDisclaimerView'](),this['_addToolbar'](_0x106bf6),this['_focusables']['clear'](),this['_focusables']['addMany']([this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-main']},'children':this['_dialogContent']}),this['on']('change:isTrackChangesOn',()=>{this['_toggleToolbarButtonsVisibility'](_0x106bf6);}),this['on']('render',()=>{this['_setupMiniToolbarPositioning']();});}['render'](){super['render']();for(const _0x52b6fa of this['_focusables'])this['_focusTracker']['add'](_0x52b6fa['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy'](),this['_miniToolbarResizeObserver']&&this['_miniToolbarResizeObserver']['destroy']();}['focus'](_0x4ef134){-0x1===_0x4ef134?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x24d64b){this['_isLoading']=_0x24d64b;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x2c7009){super['showError'](_0x2c7009),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x33a96b){super['showBlockingError'](_0x33a96b),this['setErrorState']();}['addMiniToolbarItem'](_0x1abe7d){this['_miniToolbarView']['items']['has'](_0x1abe7d)||this['_miniToolbarView']['items']['add'](_0x1abe7d);}['removeMiniToolbarItem'](_0x407200){this['_miniToolbarView']['items']['has'](_0x407200)&&this['_miniToolbarView']['items']['remove'](_0x407200);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x132801,showSuggestButton:_0x291fe8}){_0x132801=_0x132801&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x291fe8=_0x291fe8&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x132801,'showSuggestButton':_0x291fe8});}async['updateContent'](_0x5270f7){await this['_streamableContentView']['update'](_0x5270f7);}['finalizeContent'](){this['_streamableContentView']['cleanUpStreamingArtifacts']();}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x5cf4f2){this['_contentWrapper']=new _0x42f8f5(this['locale']),this['_contentWrapper']['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content',this['bindTemplate']['if']('_isErrorVisible','ck-hidden')]},'children':[{'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content-wrapper']},'children':[this['_createLoaderView'](),this['_createStreamableContentView']()]},this['_createMiniToolbar'](_0x5cf4f2['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new Pa(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x446573,showSuggestButton:_0x18043c}){this['_toolbarView']=new Da(this['locale'],_0x446573,_0x18043c),this['_toolbarView']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['_toolbarView']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_toolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',this,'_hasError',(_0x223cec,_0x4350e9,_0x4098e9)=>!(_0x223cec||_0x4350e9||_0x4098e9)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x446573,'showSuggestButton':_0x18043c}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0xe3fecd){return this['_miniToolbarView']=new ua(this['locale'],_0xe3fecd),this['_miniToolbarView']['delegate'](...Nn)['to'](this),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['_miniToolbarView']['isShowChangesOn']=!this['_miniToolbarView']['isShowChangesOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':this['_miniToolbarView']['isShowChangesOn']});}),this['_miniToolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',(_0x5a380c,_0x5867c4)=>!(_0x5a380c||_0x5867c4)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new Ha(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new qn(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0x5f2e3d=new Ht(this['locale']),_0x527ed1=new Ht(this['locale']),_0x33c631=new Va(this['locale']),_0x4c16a6=new Ht(this['locale']);_0x5f2e3d['set']({'icon':_0x4a7205,'label':us(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+hn}),_0x527ed1['set']({'icon':_0x3961c4,'tooltip':us(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+hn}),_0x4c16a6['set']({'icon':_0xb5821d,'tooltip':us(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+hn}),_0x5f2e3d['bind']('isEnabled')['to'](this,'isBusy',_0x48622a=>!_0x48622a),_0x5f2e3d['on']('execute',()=>{this['fire']('tryAgain');}),_0x527ed1['bind']('isEnabled')['to'](this,'isBusy',_0x45e07d=>!_0x45e07d),_0x527ed1['on']('execute',()=>{this['fire']('showPrevious');}),_0x4c16a6['bind']('isEnabled')['to'](this,'isBusy',_0x105cf5=>!_0x105cf5),_0x4c16a6['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x527ed1,this['_navigationCounter']=_0x33c631,this['_navigationNextButton']=_0x4c16a6,this['_navigationTryAgainButton']=_0x5f2e3d;}['updateMiniToolbarButtons'](_0x313f0a,_0x290e09){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0xd5515c=_0x313f0a>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0xd5515c){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0xf6c706=_0x313f0a-_0x290e09;this['_navigationCounter']['setInteractionCount'](_0xf6c706+'/'+_0x313f0a),this['_navigationPreviousButton']['isEnabled']=_0x290e09<_0x313f0a-0x1,this['_navigationNextButton']['isEnabled']=_0x290e09>0x0;}else this['removeMiniToolbarItem'](this['_navigationPreviousButton']),this['removeMiniToolbarItem'](this['_navigationCounter']),this['removeMiniToolbarItem'](this['_navigationNextButton']);}['disableMiniToolbarButtons'](){this['_navigationTryAgainButton']['isEnabled']=!0x1,this['_navigationPreviousButton']['isEnabled']=!0x1,this['_navigationNextButton']['isEnabled']=!0x1;}['startAutoScroll'](){this['_initializeScrollManager'](),this['_scrollManager']&&this['_scrollManager']['start']();}['stopAutoScroll'](){this['_scrollManager']&&this['_scrollManager']['stop']();}['toggleIsLoading'](_0xbfc2bc){this['_isLoading']=_0xbfc2bc;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_setupMiniToolbarPositioning'](){const _0x543a5b=this['_streamableContentView']['element'],_0x2abc3e=this['_miniToolbarView']['element'],_0x28c7f6=()=>{Tt['window']['requestAnimationFrame'](()=>{const _0x586644=_0x543a5b['offsetWidth']-_0x543a5b['clientWidth'];_0x2abc3e['style']['right']='calc('+_0x586644+'px\x20+\x20var(--ck-spacing-large))';});};_0x28c7f6(),this['_miniToolbarResizeObserver']=new It(_0x543a5b,()=>{_0x28c7f6();});}['_initializeScrollManager'](){const _0x37407e=this['_getScrollableElement']();_0x37407e&&!this['_scrollManager']&&(this['_scrollManager']=new Pr(_0x37407e));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}},Va=class extends _0x42f8f5{constructor(_0x58c2e7){super(_0x58c2e7);const _0x2baee2=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x2baee2['to']('interactionCount')}]});}['setInteractionCount'](_0x5edf5e){this['set']('interactionCount',_0x5edf5e);}},Ua=class extends _0x4655d9{static get['requires'](){return[ls,nn,Mt,Is,la,_0x1f6a74];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_promiseQueue'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}['_actionsBalloonView'];['_reporter'];constructor(_0xb5684b){super(_0xb5684b),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['_reporter']=this['editor']['plugins']['get'](nn)['createReporter']('aiactions'),this['set']('isBusy',!0x1),this['_promiseQueue']=new Zn();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x579a54,_0x105215,_0xa880af){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')&&this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0xb944e9,anchorData:_0x4a8a1c,root:_0x56c695}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x579a54,_0xb944e9,_0x4a8a1c,_0x56c695,_0x105215,_0xa880af);}const {modelFragment:_0x23320c,anchorData:_0x31e787,root:_0x4f68d8}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x579a54,_0x23320c,_0x31e787,_0x4f68d8,_0x105215,_0xa880af);}async['destroy'](){return this['_stopInteraction'](),super['destroy']();}['_createActionsBalloonView'](){const _0xa64e27=this['editor']['plugins']['has']('TrackChanges');let _0x12319f=this['editor']['config']['get']('ai.availableReplyActions')||[...er];_0xa64e27||(_0x12319f=_0x12319f['filter'](_0x1b0e82=>'insertSuggestion'!=_0x1b0e82));const _0x500079=this['editor']['commands']['get']('trackChanges'),_0x15d27a=new Ma(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0xa64e27,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x12319f});return _0x15d27a['bind']('isBusy')['to'](this),_0x500079&&_0x15d27a['bind']('isTrackChangesOn')['to'](_0x500079,'value'),_0x15d27a['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x15d27a['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x15d27a['on']('showNext',()=>{this['_navigateToNext']();}),_0x15d27a;}['_normalizeSelectionStart'](){const _0x3f818a=this['editor']['model'],_0x3f17e0=_0x3f818a['document']['selection'],_0x5ccc9f=_0x3f17e0['getFirstRange']();if(!_0x5ccc9f||_0x5ccc9f['isCollapsed'])return;const _0x2db532=mt(_0x3f17e0['getSelectedBlocks']());if(!_0x2db532)return;const _0x45a869=_0x3f818a['createPositionAt'](_0x2db532,0x0);_0x45a869['isAfter'](_0x5ccc9f['start'])&&_0x3f818a['change'](_0x4c6d54=>{_0x4c6d54['setSelection'](_0x4c6d54['createRange'](_0x45a869,_0x5ccc9f['end']));});}['_getExecuteDataRegular'](){const _0xf4f5cd=this['editor']['model']['document']['selection'],_0x352e95=_0xf4f5cd['getFirstRange']()['start']['root'];if(_0xf4f5cd['isCollapsed']){const _0x174455=mt(_0xf4f5cd['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0xf4f5cd);this['editor']['model']['change'](_0x20b5f0=>{_0x20b5f0['setSelection'](_0x174455,'in');});}this['_normalizeSelectionStart']();const _0x163e97=_0xf4f5cd['getFirstRange'](),_0xa07ec9=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0xf4f5cd),_0x163e97['start'],_0x163e97['end']);this['_copyMarkersToFragment'](_0xa07ec9,_0xf4f5cd,{'isTableSelection':!0x1});const _0x31150b=_0xf4f5cd['getFirstRange']()['start'],_0x2db3b9=new Map();let _0x16ea34=_0xa07ec9;for(let _0xf421e5=0x0;_0xf421e5<_0x31150b['path']['length'];_0xf421e5++)_0x2db3b9['set'](_0x16ea34,_0x31150b['path'][_0xf421e5]),_0x16ea34=_0x16ea34['getChild'](0x0);return{'modelFragment':_0xa07ec9,'anchorData':_0x2db3b9,'root':_0x352e95};}['_getExecuteDataInTable'](){const _0x34967a=this['editor']['model']['document']['selection'],_0xbefa0d=this['editor']['plugins']['get']('TableSelection'),_0x372e6e=_0x34967a['getFirstRange']()['start']['root'],_0x4f87f0=_0xbefa0d['getSelectionAsFragment'](),_0xb085f6=_0x34967a['getFirstRange']()['start']['parent']['parent'],_0x568d26=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0xb085f6),this['editor']['model']['createPositionAfter'](_0xb085f6)),_0x35eb3a=this['_wrapWithCommonAncestors'](_0x4f87f0,_0x568d26['start'],_0x568d26['end']);this['_copyMarkersToFragment'](_0x35eb3a,_0x34967a,{'isTableSelection':!0x0});const _0xfe096d=_0x34967a['getFirstRange']()['start'],_0xb1d4bc=new Map();let _0x4d5ccf=_0x35eb3a;for(let _0x2a998a=0x0;_0x2a998a<_0xfe096d['path']['length'];_0x2a998a++)if(_0xb1d4bc['set'](_0x4d5ccf,_0xfe096d['path'][_0x2a998a]),_0x2a998a<_0xfe096d['path']['length']-0x1)_0x4d5ccf=_0x4d5ccf['getChild'](0x0);else{let _0x3c1f33=_0x4d5ccf['nextSibling'];for(;_0x3c1f33;)_0xb1d4bc['set'](_0x3c1f33,_0xfe096d['path'][_0x2a998a]),_0x3c1f33=_0x3c1f33['nextSibling'];}return{'modelFragment':_0x35eb3a,'anchorData':_0xb1d4bc,'root':_0x372e6e};}async['_executeAction'](_0xcbba47,_0x497781,_0x2a0463,_0x3d9619,_0x5201c9,_0x1d4f28){const _0x347388=this['editor']['plugins']['get'](Is),_0x31e1a9=this['editor']['plugins']['get'](la),_0x4d72fa=this['editor']['model']['document']['selection'],_0x194085=await _0x347388['modelToDataWithIds'](_0x497781,this['editor']),_0x4dd435=this['editor']['model']['document']['version'],_0x29f659=[..._0x4d72fa['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x31e1a9['open']({'targetEditor':this['editor'],'index':0x3e8*Math['random']()%0x3e8,'title':_0x5201c9,'icon':_0x1d4f28||_0x4e05d1,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x29f659,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x31e1a9),this['_interactionParams']={'action':_0xcbba47,'content':_0x194085,'version':_0x4dd435,'aiBalloon':_0x31e1a9,'modelFragment':_0x497781,'anchorData':_0x2a0463,'root':_0x3d9619},this['_setupApplyListeners'](),this['listenTo'](_0x31e1a9,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x31e1a9,'dialogClosed',(_0x5f10fb,{id:_0x1b7b08})=>{if('aiActionsBalloon'===_0x1b7b08){for(const _0x581d80 of this['_interactions']){if(0x0===_0x581d80['replies']['length']||_0x581d80['stoppedExplicitly'])continue;const _0x4725b4=_0x581d80['replies'][_0x581d80['replies']['length']-0x1],_0x23ed8d=_0x4725b4['changeGroups'][0x0];_0x23ed8d&&'pending'===_0x23ed8d['state']&&_0x4725b4['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x31e1a9);}}),this['_createInteraction'](_0x194085,_0x4dd435,_0x31e1a9,_0xcbba47);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x1bf5d0,anchorData:_0x51aa30,root:_0x1fe6d8}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x1bf5d0,_0x51aa30,_0x1fe6d8,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x1bf5d0,_0x51aa30,_0x1fe6d8,!0x0);});}['_wrapWithCommonAncestors'](_0x36e77d,_0x14a46c,_0x401d10){const _0x54c188=this['editor']['model']['createRange'](_0x14a46c,_0x401d10)['getCommonAncestor'](),_0x2a85fa=_0x54c188['is']('documentFragment')?[]:_0x54c188['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x2a85fa['length']){const _0x17bb72=_0x2a85fa['map'](_0x20365c=>_0x20365c['_clone'](!0x1));for(let _0x1ad747=0x1;_0x1ad747<_0x17bb72['length'];_0x1ad747++)_0x17bb72[_0x1ad747-0x1]['_appendChild'](_0x17bb72[_0x1ad747]);return _0x17bb72[_0x17bb72['length']-0x1]['_appendChild'](_0x36e77d),new _0x4a5f18(_0x17bb72[0x0]);}return _0x36e77d;}['_copyMarkersToFragment'](_0xf222af,_0x37f874,_0x4becca={'isTableSelection':!0x1}){const _0x5bb1f4=this['editor']['model'],_0x42edf1=Array['from'](_0x37f874['getRanges']()),_0x2758df=_0x37f874['getFirstRange']()['start'];for(const _0x5c3f5e of _0x5bb1f4['markers']){if(_0x5c3f5e['name']['startsWith']('ai-selection')||!_0x5c3f5e['affectsData'])continue;const _0x5acfa9=_0x5c3f5e['getRange']();if(!_0x42edf1['some'](_0x491e41=>_0x491e41['containsRange'](_0x5acfa9,!0x0)))continue;const _0x191ccf=this['_regularCalculateMarkerPath'](_0x5acfa9['start'],_0x2758df,_0x4becca['isTableSelection']),_0x5c5475=this['_regularCalculateMarkerPath'](_0x5acfa9['end'],_0x2758df,_0x4becca['isTableSelection']),_0x194400=_0x5bb1f4['createPositionFromPath'](_0xf222af,_0x191ccf),_0x1cd8b7=_0x5bb1f4['createPositionFromPath'](_0xf222af,_0x5c5475);if(!_0x194400['isEqual'](_0x1cd8b7)){const _0x153019=_0x5bb1f4['createRange'](_0x194400,_0x1cd8b7);_0xf222af['markers']['set'](_0x5c3f5e['name'],_0x153019);}}}['_regularCalculateMarkerPath'](_0x4b6743,_0x44b6c8,_0x56f8d6=!0x1){const _0x37e3d0=[..._0x4b6743['path']['slice']()];for(let _0x2d64ed=0x0;_0x2d64ed<Math['max'](_0x44b6c8['path']['length'],_0x4b6743['path']['length']);_0x2d64ed++){const _0x41d920=_0x44b6c8['path'][_0x2d64ed]||0x0,_0x2224a8=(_0x4b6743['path'][_0x2d64ed]||0x0)-_0x41d920;if(_0x37e3d0[_0x2d64ed]=_0x2224a8,0x0!==_0x2224a8&&!_0x56f8d6)break;}return _0x37e3d0;}async['_createInteraction'](_0x6ef4c,_0x378ed9,_0xbc896c,_0x9f2f2c){const _0x5b9785=this['editor'],_0x48cd88=_0x5b9785['model']['document']['selection']['getFirstRange']()['start']['root'];if(!_0xeaa397(_0x5b9785,_0x48cd88['rootName']))return this['_actionsBalloonView']['showBlockingError'](us(this['editor']['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')),Promise['resolve']();this['_interactionParams']||(this['_interactionParams']={'action':_0x9f2f2c,'content':_0x6ef4c,'version':_0x378ed9,'aiBalloon':_0xbc896c,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':_0x48cd88});const _0x52c264=new La({'connector':this['_aiConnector'],'locale':_0x5b9785['locale'],'content':_0x6ef4c,'version':_0x378ed9,'editor':_0x5b9785,'rootName':_0x48cd88['rootName'],..._0x9f2f2c});this['_interactions']['push'](_0x52c264);const _0x33a207=(_0x4a7737,_0x4912b3=!0x1,_0x21328e='streaming')=>{const {isDone:_0x1dfd2a}=_0x4a7737;return this['_promiseQueue']['enqueue'](async _0x596b32=>{try{const _0x471b57=Vs({'changeGroups':_0x4a7737['changeGroups'],'documentContextContent':_0x4a7737['documentContextContent'],'showDiff':_0x4912b3,'trimUnchanged':!0x1});_0x471b57['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x471b57[0x0],'renderingStrategy':_0x21328e,'abortSignal':_0x596b32}),_0x1dfd2a&&this['_actionsBalloonView']['finalizeContent']();}catch(_0x2e6e6a){if(en(_0x2e6e6a))return;throw _0x2e6e6a;}});};_0x52c264['on']('replyCreated',(_0x5ec61b,_0x2eaf6f)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x33a207(_0x2eaf6f)['catch'](_0xee4071=>{this['_reporter']['logError'](_0xee4071,{'context':{'operation':'reply-create'}}),this['_setErrorState'](_0x52c264,_0xee4071);});}),_0x52c264['on']('replyContentUpdated',(_0x44b9ee,_0x576068)=>{_0x33a207(_0x576068)['catch'](_0x19b6c4=>{this['_reporter']['logError'](_0x19b6c4,{'context':{'operation':'reply-update'}}),this['_setErrorState'](_0x52c264,_0x19b6c4);});}),_0x52c264['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x5d240c){this['_reporter']['logError'](_0x5d240c,{'context':{'operation':'interaction-finish'}}),this['_setErrorState'](_0x52c264,_0x5d240c);}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x2c4fd5,{showDiff:_0x155b5b})=>{try{this['_balloonShowDiff']=_0x155b5b;const _0x47ecec=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x47ecec&&await _0x33a207(_0x47ecec,_0x155b5b,'static');}catch(_0x44a9ee){this['_reporter']['logError'](_0x44a9ee,{'context':{'operation':'toggle-suggestion-display'}}),this['_setErrorState'](_0x52c264,_0x44a9ee);}}),_0x52c264['on']('replyChangeGroupStateUpdated',()=>{const _0x5c9dd2={'positiveCount':_0x52c264['replies']['reduce']((_0x483a67,_0xee440e)=>_0x483a67+_0xee440e['changeGroups']['filter'](_0x41f81a=>'accepted'===_0x41f81a['state'])['length'],0x0),'totalCount':_0x52c264['replies']['reduce']((_0x517783,_0x24492e)=>_0x517783+_0x24492e['changeGroups']['length'],0x0)},_0x48055d=_0x52c264['actionCallId'],_0xbc3a31=_0x52c264['actionName'];_0xbc3a31?this['_aiConnector']['upsertAIActionRating'](_0xbc3a31,_0x48055d,_0x5c9dd2):this['_aiConnector']['upsertCustomAIActionRating'](_0x48055d,_0x5c9dd2);}),this['_setLoadingState']();try{const _0x1255ca=await _0x52c264['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x1255ca;}catch(_0x93d529){en(_0x93d529)||this['_actionsBalloonView']['hideLoader'](),this['_reporter']['logError'](_0x93d529,{'context':{'operation':'create-interaction'}}),this['_setErrorState'](_0x52c264,_0x93d529);}}['_applyChanges'](_0x4e2e6f,_0x56d36c,_0x37cd9f,_0x16a6df){const _0xad1dc0=this['editor'];if(_0x16a6df&&!_0xad1dc0['plugins']['has']('TrackChanges'))throw new ht('ai-no-track-changes',null);const _0x51b9b5=this['editor']['plugins']['get'](_0x1f6a74),_0x99e4e=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x99e4e||!_0x99e4e['replies']['length'])return;const _0x1d1d95=_0x99e4e['replies'][_0x99e4e['replies']['length']-0x1];_0x1d1d95['setChangeGroupState'](0x0,'accepted');const _0x3232b3=Rn({'documentSuggestions':On({'groups':[_0x1d1d95['changeGroups'][0x0]],'documentContextContent':_0x1d1d95['documentContextContent'],'documents':_0x99e4e['getDocumentContext']()['documents']}),'transform':!0x1,'documentCompare':_0x51b9b5,'documentCompareOptions':{'anchor':_0xad1dc0['model']['createPositionAt'](_0x4e2e6f,0x0),'markDeletions':_0x16a6df}})['values']()['next']()['value']??[],_0x37f34d=this['_filterOperationsOutsideRange'](_0x3232b3,_0x56d36c);for(const _0x343522 of _0x37f34d)this['_anchorOperation'](_0x56d36c,_0x343522,_0x37cd9f);const _0x3b1c08=_0x99e4e['getDocumentContext']()['documents'][0x0]['version'],_0x510be5=_0x5be051(_0x37f34d,_0xad1dc0['model']['document']['history']['getOperations'](_0x3b1c08),{'document':_0xad1dc0['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];zs(_0x510be5,'quickActions');try{_0xad1dc0['model']['change'](_0x1512fc=>{_0x1512fc['setSelection'](_0xad1dc0['model']['document']['selection']['focus']),_0x16a6df?_0xad1dc0['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x510be5):_0x51b9b5['applyOperations'](_0x1512fc,_0x510be5);});}catch(_0x4ff4da){throw this['_reporter']['logError'](new sn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x4ff4da})),_0x4ff4da;}this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x2604d9,_0x4aadb3){return _0x2604d9['filter'](_0x5258fb=>{if('rename'==_0x5258fb['type']){const _0x229e4f=_0x5258fb['position']['nodeAfter'];return!_0x4aadb3['has'](_0x229e4f);}if(_0x5258fb['type']['indexOf']('Attribute')>-0x1){const _0x6b4a51=_0x5258fb['range']['start']['nodeAfter'];return!_0x4aadb3['has'](_0x6b4a51);}return!0x0;});}['_anchorOperation'](_0xa4c464,_0x2dcc32,_0x58161d){const _0xaf7192=_0x2dcc32['clone']();for(const _0x3c7557 in _0x2dcc32){const _0x255daa=_0x2dcc32[_0x3c7557];_0x255daa instanceof _0x223931?_0x2dcc32[_0x3c7557]=new _0x223931(_0x27a0a8(_0x255daa['start']),_0x27a0a8(_0x255daa['end'])):_0x255daa instanceof _0x35d72f&&(_0x2dcc32[_0x3c7557]=_0x27a0a8(_0x255daa));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0xaf7192['type'])){if(_0xaf7192['isDocumentOperation']=!0x1,_0xaf7192['baseVersion']=null,'remove'==_0xaf7192['type']){const _0x20fde4=_0xaf7192['sourcePosition'],_0x510242=_0xaf7192['howMany'];new _0x440cda(_0x20fde4,_0x510242)['_execute']();}else _0xaf7192['_execute']();}function _0x27a0a8(_0x21ffdc){if('$graveyard'==_0x21ffdc['root']['rootName'])return _0x21ffdc;const _0x32ef4c=[];let _0x34e2c5=_0x21ffdc['root'];for(let _0x3b2f45=0x0;_0x3b2f45<_0x21ffdc['path']['length'];_0x3b2f45++){const _0x59f6fa=_0xa4c464['get'](_0x34e2c5)||0x0;_0x32ef4c[_0x3b2f45]=_0x21ffdc['path'][_0x3b2f45]+_0x59f6fa,_0x34e2c5=_0x34e2c5['getChildAtOffset'](_0x21ffdc['path'][_0x3b2f45]);}return new _0x35d72f(_0x58161d,_0x32ef4c,_0x21ffdc['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x197e94,content:_0x60555d,version:_0x26a244,aiBalloon:_0xed4c1f}=this['_interactionParams'];this['_clearErrorState'](),this['_actionsBalloonView']['clearContent'](),this['_actionsBalloonView']['showLoader'](),this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),this['stopListening'](this['_actionsBalloonView']),this['_setupApplyListeners'](),this['_createInteraction'](_0x60555d,_0x26a244,_0xed4c1f,_0x197e94)['catch'](_0x30f11a=>{this['_reporter']['logError'](_0x30f11a,{'context':{'operation':'refresh-interaction'}});});}['_clearInteractionHistory'](){this['_interactions']=[],this['_interactionParams']=void 0x0,this['_currentInteractionIndex']=0x0,this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1,this['_interactionParams']&&this['_actionsBalloonView']['stopAutoScroll']();}['_navigateToPrevious'](){const _0x43fa58=this['_interactions']['length'];this['_currentInteractionIndex']<_0x43fa58-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x5e1df){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x5e1df;const _0x1943b0=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x1943b0)return;if(_0x1943b0['hasError'])return this['_setErrorState'](_0x1943b0),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x1943b0['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x4d916c=_0x1943b0['replies'][_0x1943b0['replies']['length']-0x1];if(_0x4d916c)try{const _0x10c297=Vs({'changeGroups':_0x4d916c['changeGroups'],'documentContextContent':_0x4d916c['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x2df8fd=>setTimeout(_0x2df8fd,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x10c297[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x30e974){this['_reporter']['logError'](_0x30e974,{'context':{'operation':'navigation-update'}});}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x4a0b69,_0x585160){if(void 0x0!==_0x585160&&en(_0x585160))return;const _0x3d8902=us(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x3d8902),_0x4a0b69['hasError']=!0x0,await this['_promiseQueue']['queueEmptyPromise'],this['_actionsBalloonView']['setErrorState'](),this['_actionsBalloonView']['toggleIsLoading'](!0x0);}['_clearErrorState'](){this['_actionsBalloonView']['hideError'](),this['_actionsBalloonView']['toggleIsLoading'](!0x1);}async['_clearLoadingState'](){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,this['_actionsBalloonView']['setIsLoading'](!0x1);}},Ba=class extends _0x4655d9{static get['requires'](){return[Oa,ya,Ua];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b8f35){super(_0x1b8f35),_0x1b8f35['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}},Ga=class extends _0x42f8f5{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x456dc1,_0x4e2f37){super(_0x456dc1),this['id']=_0x4e2f37,this['set']('status','pending'),this['set']('changeId',_0x4e2f37),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['outdatedButtonView']=this['_createOutdatedButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['set']('showDiff',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-result',this['bindTemplate']['if']('isActive','ck-ai_review__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click'),'mouseover':this['bindTemplate']['to']('mouseover'),'mouseout':this['bindTemplate']['to']('mouseout')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView'],this['outdatedButtonView']]},this['infoButtonView']]}]}),this['on']('click',(_0x150196,_0x2801e3)=>{_0x2801e3&&_0x2801e3['target']&&'A'===_0x2801e3['target']['tagName']&&_0x2801e3['preventDefault'](),this['fire']('activateChange',{'id':_0x4e2f37,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x4e2f37,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x4e2f37,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x9746cd=new _0x42f8f5(this['locale']);return _0x9746cd['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai_review__check-run-result-response',this['bindTemplate']['if']('showDiff','ck-hidden',_0x53f389=>!_0x53f389)]}}),_0x9746cd;}['_createAcceptButtonView'](){const _0x371cf5=new Ht(this['locale']);return _0x371cf5['set']({'label':us(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x371cf5['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xff7ea0=>{this['fire']('acceptChange',{'id':this['changeId']}),_0xff7ea0['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x487c48=>'pending'!==_0x487c48&&'accepted'!==_0x487c48),this['bindTemplate']['if']('status',an,_0x5e463e=>'pending'===_0x5e463e),this['bindTemplate']['if']('status',hn,_0x5b0172=>'pending'!==_0x5b0172),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x1c48f8=>'accepted'===_0x1c48f8)]}}),this['on']('change:status',(_0x292e19,_0x4b6ca6,_0x3120a7)=>{_0x371cf5['isEnabled']='pending'===_0x3120a7,'accepted'===_0x3120a7&&(_0x371cf5['label']=us(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x371cf5['icon']=_0x734ca);}),_0x371cf5;}['_createDismissButtonView'](){const _0x1af5d7=new Ht(this['locale']);return _0x1af5d7['set']({'label':us(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x1af5d7['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x401530=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x401530['stopPropagation']();})},'attributes':{'class':[hn,this['bindTemplate']['if']('status','ck-hidden',_0x5d7f0a=>'pending'!==_0x5d7f0a&&'rejected'!==_0x5d7f0a),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x5cd295=>'pending'===_0x5cd295),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x5aa2b4=>'rejected'===_0x5aa2b4)]}}),this['on']('change:status',(_0x37942e,_0x551d52,_0x491c34)=>{_0x1af5d7['isEnabled']='pending'===_0x491c34,'rejected'===_0x491c34&&(_0x1af5d7['label']=us(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x1af5d7['icon']=_0x3c0bfe);}),_0x1af5d7;}['_createInfoButtonView'](){const _0x2aed28=new Ht(this['locale']);return _0x2aed28['set']({'label':us(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x26ee67,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':hn+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x2aed28['bind']('isOn')['to'](this,'isInfoToggleOn',_0x1d215d=>_0x1d215d),_0x2aed28['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x2aed28;}['_createOutdatedButtonView'](){const _0x315252=new Ht(this['locale']);return _0x315252['set']({'label':us(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':_0x100e23,'withText':!0x0,'isEnabled':!0x1}),_0x315252['extendTemplate']({'attributes':{'class':[hn,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x115196=>'outdated'!==_0x115196)],'disabled':'disabled'}}),_0x315252;}},Fa=class extends yt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0xb48de9,_0x3c854b){super(_0xb48de9),this['set']({'isVisible':!0x1,'position':'arrow_se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['set']('isDiffActive',!0x1),this['content']['add'](this['_createContentView']()),_0x3c854b['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x556f30){this['resultItemView']['changeId']=_0x556f30['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x556f30['contentDiffed'];}['showBalloon'](_0xba92d5,_0x42a7c5,_0x5dd5ba,_0xe09191,_0x3ca39e,_0x30cde2){const _0x227c1f=_0x42a7c5();if(!_0x227c1f)return;this['updateContent'](_0xba92d5),this['show']();const _0x38e6f8=Array['from'](_0x227c1f['getClientRects']())['reverse'](),_0x34f46c=this['_getPointedRectIndexFromEvent'](_0x5dd5ba,_0x38e6f8),_0x22fe91=_0x38e6f8[_0x34f46c??0x0];'click'===_0xe09191?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x42a7c5(),_0x34f46c,_0xba92d5['id'],_0x3ca39e,_0x30cde2)||_0x22fe91})):'hover'===_0xe09191&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x42a7c5(),_0x34f46c,_0xba92d5['id'])||_0x22fe91}));}['hideBalloon'](){this['hide'](),this['unpin'](),this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetElement']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}['hideDiffInBalloon'](){this['resultItemView']['showDiff']=!0x1;}['showDiffInBalloon'](){this['resultItemView']['showDiff']=!0x0;}['deactivateChange'](){this['fire']('deactivateChange',{'origin':'balloon'});}['_setupClickOutsideHandler'](){_0x4c94bb({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x3dc6b0=[this['element']];return this['_pinnedTargetElement']&&_0x3dc6b0['push'](this['_pinnedTargetElement']),_0x3dc6b0;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x3ebdfc=new _0x42f8f5();return this['resultItemView']=new Ga(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x3ebdfc['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai_review-balloon-panel-suggestion',this['bindTemplate']['if']('isDiffActive','ck-ai_review-balloon-panel-suggestion_diff-active')]},'children':[{'tag':'p','attributes':{'class':['ck-ai_review__suggestion-text']},'children':[this['resultItemView']]}]}),_0x3ebdfc;}['_getBestRectPositionOnClick'](_0x90e310,_0x5df00b,_0x156c15,_0x37866e,_0x5d9d1e){if(!_0x90e310)return null;const _0x7f26c5=this['position']['replace']('arrow_',''),_0x37796d=Array['from'](_0x90e310['getClientRects']());let _0x25bd73,_0x2bb13f=_0x37796d['reverse']();return void 0x0!==_0x5df00b&&this['_isPinnedRectVisible'](_0x2bb13f[_0x5df00b],_0x37866e,_0x5d9d1e)?(_0x25bd73=_0x2bb13f[_0x5df00b],this['_pinnedRectIndex']=_0x5df00b):this['_isPinnedRectVisible'](_0x2bb13f[0x0],_0x37866e,_0x5d9d1e)&&void 0x0===_0x5df00b?_0x25bd73=_0x2bb13f[0x0]:(_0x2bb13f='s'==_0x7f26c5[0x0]?[..._0x37796d]['reverse']():_0x37796d,_0x2bb13f['forEach'](_0x32aa9c=>{this['_isPinnedRectVisible'](_0x32aa9c,_0x37866e,_0x5d9d1e)&&(_0x25bd73=_0x32aa9c);})),this['_pinnedTargetChangeId']=_0x156c15,this['_pinnedTargetElement']=_0x90e310,_0x25bd73||_0x90e310['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0xf6f406,_0xb30f42,_0xc3499b){if(!_0xf6f406)return null;const _0x3f6444=Array['from'](_0xf6f406['getClientRects']())['reverse']();return void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0xb30f42&&this['_pinnedTargetChangeId']!==_0xc3499b?(this['_pinnedRectIndex']=_0xb30f42,this['_pinnedTargetElement']=_0xf6f406,this['_pinnedTargetChangeId']=_0xc3499b,_0x3f6444[_0xb30f42]):void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0xc3499b?_0xf6f406!==this['_pinnedTargetElement']?Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']]:_0x3f6444[this['_pinnedRectIndex']]:void 0x0!==_0xb30f42&&this['_pinnedTargetChangeId']!==_0xc3499b?(this['_pinnedRectIndex']=_0xb30f42,this['_pinnedTargetElement']=_0xf6f406,this['_pinnedTargetChangeId']=_0xc3499b,_0x3f6444[_0xb30f42]):_0xf6f406['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x43c191,_0x346312){if(_0x43c191)for(let _0x2b68b5=0x0;_0x2b68b5<_0x346312['length'];_0x2b68b5++){const _0x59372f=_0x346312[_0x2b68b5];if(_0x43c191['clientX']>=_0x59372f['left']-0x3&&_0x43c191['clientX']<=_0x59372f['right']+0x3&&_0x43c191['clientY']>=_0x59372f['top']-0x3&&_0x43c191['clientY']<=_0x59372f['bottom']+0x3)return _0x2b68b5;}}['_isPinnedRectVisible'](_0x23602f,_0x34b85f,_0x4dcaf7){const _0x257c6b=new At(_0x23602f),_0x5da76b=_0x34b85f||document['documentElement'],_0x1af6f8=_0x257c6b['getIntersection'](Et(_0x4dcaf7)),_0x19f298=new At(_0x5da76b)['getIntersection'](_0x257c6b);return!!(_0x1af6f8&&_0x19f298&&_0x257c6b['width']>0x0);}};const Ka=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];var Wa=class extends _0x11a14c{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[cs];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xfdb992){super(_0xfdb992),this['_bodyCollection']=ln(this['context']['locale']),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...Ka)['to'](this),this['_balloonSuggestionView']=new Fa(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x86794b=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x86794b);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x380263){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x7d3c48=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x380263,_0x7d3c48);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x5916ce){_0x5916ce&&('error-general'!==_0x5916ce['status']?'error-chunk'!==_0x5916ce['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x5d2ab6){this['_mainView']['addCheckRunResult'](_0x5d2ab6);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0xc20c7a){this['_mainView']['showGeneralReviewCoreErrorView'](_0xc20c7a??us(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x3d3197,_0x2ba4db){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x3d3197,_0x2ba4db);}['setActiveStateInResults'](_0x5882d6){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x7a0b4=>{_0x7a0b4['id']===_0x5882d6&&_0x7a0b4['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x45301d=>_0x45301d['setItemAsInactive']());}['updateChangeState'](_0x4eeb07,_0xe298ba){'accepted'===_0xe298ba||'rejected'===_0xe298ba||'outdated'===_0xe298ba?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x4eeb07,_0xe298ba):this['_mainView']['reviewCheckResultsView']['showResult'](_0x4eeb07,_0xe298ba);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x3acf05,_0x260af9,_0x448a1a,_0xc02e1a,_0x419f85,_0x1104e0){this['_balloonSuggestionView']['showBalloon'](_0x3acf05,_0x260af9,_0x448a1a,_0xc02e1a,_0x419f85,_0x1104e0);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x578bd1){const _0x4b7e80=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x31af31=>_0x31af31['id']===_0x578bd1);return _0x4b7e80?_0x4b7e80['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}},Ya=class extends _0x42f8f5{constructor(_0x42bc80){super(_0x42bc80),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x4227e5=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x4227e5['if']('isVisible','ck-hidden',_0x4e7919=>!_0x4e7919)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x4227e5['to']('errorMessage')}]}]});}},$a=class extends _0x42f8f5{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0xc16d45,_0x4be298){super(_0xc16d45),this['reviewCoreHeader']=_0x4be298['header'],this['generalErrorView']=new Ya(_0xc16d45),this['reviewCheckListView']=_0x4be298['list'],this['reviewCheckListView']['delegate'](...Ka)['to'](this),this['reviewCheckResultsView']=_0x4be298['results'],this['reviewCheckResultsView']['delegate'](...Ka)['to'](this),this['reviewCompletedView']=_0x4be298['completed'],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','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewCoreHeader'],this['generalErrorView'],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'](_0x50f1cb){this['reviewCheckResultsView']['addResult'](_0x50f1cb),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;}['showGeneralReviewCoreErrorView'](_0x2fde39){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x2fde39;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}},qa=class extends Ht{constructor(_0x419740,_0x299db5){super(_0x299db5),this['set']({'label':_0x419740,'withText':!0x0,'class':on}),this['on']('execute',()=>{this['fire']('finishReview');});}},Qa=class extends zt{['_resultViews'];['_resultsHeader'];['_resultsBody'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0xc4b3b8,_0x173544){super(_0xc4b3b8),this['_contents']=_0x173544,this['_resultViews']=new _0x5f3be9(),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['_resultsBody']=this['_createResultsBodyView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new Mo(_0xc4b3b8),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 _0x20afac=this['_createCombinedSkeletonLoader'](),_0x865719=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x865719['if']('isLoading','ck-ai_review__check-run_loading',_0x52ce8b=>_0x52ce8b),_0x865719['if']('isResultReady','ck-ai_review__check-run_ready',_0x43bac0=>_0x43bac0),_0x865719['if']('isVisible','ck-hidden',_0x1f1a9a=>!_0x1f1a9a)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0x20afac,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x1e7982){const _0x38af90=new Ga(this['locale'],_0x1e7982['id']);_0x38af90['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x38af90),_0x38af90['resultResponseView']['element']['innerHTML']=_0x1e7982['contentDiffed'];}['hideResult'](_0x4013f3,_0x42db47){if('pending'===_0x42db47)return;const _0x409a1e=this['_resultViews']['find'](_0x95e313=>_0x95e313['id']===_0x4013f3);_0x409a1e&&(_0x409a1e['status']=_0x42db47,_0x409a1e['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x2d87d8,_0x5ed5f2){if('pending'!==_0x5ed5f2)return;const _0x5d0b7c=this['_resultViews']['find'](_0x403429=>_0x403429['id']===_0x2d87d8);_0x5d0b7c&&(_0x5d0b7c['status']=_0x5ed5f2,_0x5d0b7c['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x1fc4c5,_0x3051ad){this['headerTitle']=_0x1fc4c5,this['headerSubtitle']=_0x3051ad||'';}['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 Xn(this['locale'],zn['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x2d83ac=new _0x42f8f5(this['locale']),_0x2c0d61=[];for(let _0x41d233=0x0;_0x41d233<0x10;_0x41d233++){const _0x61fea2=this['_createSkeletonLoader']();_0x61fea2['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x2c0d61['push'](_0x61fea2);}return _0x2d83ac['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x558921=>!_0x558921)]},'children':_0x2c0d61}),_0x2d83ac;}['_createResultsBodyView'](){const _0x4b21ad=new _0x42f8f5(this['locale']);return _0x4b21ad['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x125c1f=>_0x125c1f)]},'children':this['_resultViews']}),_0x4b21ad;}['_createErrorView'](){const _0x182a01=new _0x42f8f5(this['locale']),_0x57dacb=new Ht(this['locale']),t=this['locale']['t'];return _0x182a01['delegate']('retryReview')['to'](this),_0x57dacb['set']({'label':t('Try\x20again'),'withText':!0x0,'class':an+'\x20ck-ai_review__check-run-error-retry-button'}),_0x57dacb['on']('execute',()=>{this['fire']('retryReview');}),_0x182a01['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x57d583=>!_0x57d583),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x4e2a18=>'chunk'===_0x4e2a18)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error','ck-ai-notification__full-width','ck-ai_review__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-notification_warning',_0x5b8957=>'chunk'===_0x5b8957)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x112ac3=>'general'!==_0x112ac3)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x39d183=>'chunk'!==_0x39d183)]},'children':[{'text':us(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x57dacb]}),_0x182a01;}['_createCancelButtonView'](){const _0xfe8105=new Ht(this['locale']);return _0xfe8105['set']({'label':us(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[an+'\x20ck-ai-button-stop-generating'],'icon':it}),_0xfe8105['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x11b982=>_0x11b982),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x42b9cf=>_0x42b9cf)]}}),_0xfe8105['on']('execute',()=>{this['fire']('abortReviewStream');}),_0xfe8105;}['_createToggleDiffButtonView'](){const _0xb58030=new Ht(this['locale']);_0xb58030['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0xb58030['bind']('isEnabled')['to'](this,'isError',_0x54c64a=>!_0x54c64a),_0xb58030['extendTemplate']({'attributes':{'class':[an,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x824ab9=>!_0x824ab9),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1ff267=>_0x1ff267)]}});const _0x2750cd=us(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x2f66c5=us(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0xb58030['bind']('isOn')['to'](this,'isToggleDiffOn',_0x1005bd=>_0x1005bd),_0xb58030['bind']('icon')['to'](this,'isToggleDiffOn',_0x55ac49=>_0x55ac49?_0x2be8a0:_0x42e446),_0xb58030['bind']('label')['to'](this,'isToggleDiffOn',_0xcc4791=>_0xcc4791?_0x2750cd:_0x2f66c5),_0xb58030['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0xb58030;}['_createAcceptAllButtonView'](){const _0x5be6e2=new Ht(this['locale']);return _0x5be6e2['set']({'label':us(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x5be6e2['bind']('isEnabled')['to'](this,'isError',_0x3a2fcc=>!_0x3a2fcc),_0x5be6e2['extendTemplate']({'attributes':{'class':[on,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x49bb5d=>!_0x49bb5d),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x21289d=>_0x21289d)]}}),_0x5be6e2['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x5be6e2;}['_createExitReviewButtonView'](){const _0x2d0721=new Ht(this['locale']);return _0x2d0721['set']({'label':us(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x2d0721['extendTemplate']({'attributes':{'class':[hn,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0xed530e=>!_0xed530e),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x46b676=>_0x46b676)]}}),_0x2d0721['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x2d0721;}['_createResultHeaderView'](){const _0x4fade3=new _0x42f8f5(this['locale']),_0x370068=this['_createTitleView']();return _0x4fade3['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x5949f7=>_0x5949f7)]},'children':[_0x370068,{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x61f671=>!_0x61f671)],'title':us(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')},'children':[{'text':us(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x4fade3;}['_createTitleView'](){const _0x4eb457=new _0x42f8f5(this['locale']),_0x37f6a4=new cr();return _0x37f6a4['bind']('isVisible')['to'](this,'isResultReady',_0xc5d85b=>!_0xc5d85b),_0x4eb457['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x154c3f=>_0x154c3f)]},'children':[_0x37f6a4,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-subtitle']},'children':[{'text':this['bindTemplate']['to']('headerSubtitle')}]}]}]}),_0x4eb457;}['_createFinishReviewButtonView'](){const _0x1353cf=new qa(us(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x1353cf['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3e6d16=>!_0x3e6d16)]}}),_0x1353cf['delegate']('finishReview')['to'](this),_0x1353cf;}},Xa=class extends zt{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x58af5c,_0x2f5da7){super(_0x58af5c),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x2f5da7['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x2f5da7['headerText']);const _0x2db410=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x2db410['if']('isVisible','ck-hidden',_0x1435e6=>!_0x1435e6)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-content-icon']},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':['ck-ai_review__review-completed-content-text']},'children':[{'text':_0x2f5da7['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x7e0463){const _0x1f0f91=new qa(_0x7e0463,this['locale']);return _0x1f0f91['delegate']('finishReview')['to'](this),_0x1f0f91;}['_createResultHeaderView'](_0x1a7040){const _0x20b934=new _0x42f8f5(this['locale']);return _0x20b934['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title'],'title':_0x1a7040},'children':[{'text':_0x1a7040}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x20b934;}},za=class extends _0x42f8f5{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x17c19a,_0x200e9f){super(_0x17c19a),this['_defaultValue']=_0x200e9f['default']||(_0x200e9f['data']['length']>0x0?_0x200e9f['data'][0x0]['id']:''),this['_defaultLabel']=_0x200e9f['data']['find'](_0x17449c=>_0x17449c['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x5ba05a(this['locale']);const _0x83817=this['_prepareListOptions'](_0x200e9f['data']);_0x3e8d7a(this['_dropdownView'],_0x83817,{'role':'menu','ariaLabel':_0x200e9f['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3ee5c7=>{_0x3ee5c7['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x4a0da=>{this['formValue']=_0x4a0da['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x4a0da['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai_review__check-list-item-parameterized-form-element','ck-ai_review__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x1236a1=[]){const _0x481a4e=new ct();this['resetToDefault']();for(const _0x270add of _0x1236a1){const _0x103eef=new _0x5ef671({'label':_0x270add['label'],'withText':!0x0,'role':'menuitemradio','id':_0x270add['id'],'model':_0x270add});_0x103eef['bind']('isOn')['to'](this,'formValue',_0x136978=>_0x136978===_0x103eef['id']);const _0x3d99d3={'type':'button','model':_0x103eef};_0x481a4e['add'](_0x3d99d3);}return _0x481a4e;}},ja=class extends zt{['_formItem']=null;constructor(_0x448912,_0x2a5fda,_0x5c4564){if(super(_0x448912),this['argsKey']=_0x2a5fda?.['argsKey'],'dropdown'===_0x2a5fda['formType'])this['_formItem']=new za(this['locale'],_0x2a5fda);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x18b3e0=new Kt(this['locale'],{'children':[this['_formItem']],'class':[_0x5c4564?'ck-form__row_with-submit':'']});_0x5c4564&&_0x18b3e0['children']['add'](_0x5c4564),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x18b3e0]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}},Ja=class AIReviewCorePromptInputView extends _0x3754f8{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x1b6ee0){super(_0x1b6ee0),this['set']('isEmpty',!0x0),this['keystrokes']=new _t(),this['minRows']=AIReviewCorePromptInputView['MIN_ROWS'],this['maxRows']=AIReviewCorePromptInputView['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-prompt-input','class':['ck','ck-review__prompt-input']}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();}),this['keystrokes']['listenTo'](this['element']);}},Za=class extends _0x42f8f5{['focusTracker']=new dt();['keystrokes']=new _t();['focusCycler'];['_focusables']=new _0x5f3be9();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x56d832,_0x42ed1c,_0x29c09c=!0x1){super(_0x56d832),this['_check']=_0x42ed1c,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x42ed1c['defaultModel']?_0x42ed1c['defaultModel']['id']:'',this['_defaultLabel']=_0x42ed1c['defaultModel']?_0x42ed1c['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new qt(this['locale'],()=>new Ja(_0x56d832)),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 ct(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x29c09c),_0x3e8d7a(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new Kt(this['locale'],{'children':[this['promptInputView']]}),new Kt(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x103ed2,_0xe11dc7)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0xe11dc7()):_0xe11dc7();}),this['focusCycler']=new Gt({'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'](_0xa959b0=>{this['_focusables']['add'](_0xa959b0),this['focusTracker']['add'](_0xa959b0['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 _0x167e80 of this['_getFormValidators']()){const _0x530c73=_0x167e80();if(_0x530c73)return this['promptInputView']['errorText']=_0x530c73,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return us(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x5ca2a4=new Ht(this['locale']),t=this['locale']['t'];return _0x5ca2a4['set']({'label':t('Submit'),'withText':!0x0,'class':on}),_0x5ca2a4['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x5ca2a4;}['_createCancelButtonView'](){const _0x2c5faa=new Ht(this['locale']),t=this['locale']['t'];return _0x2c5faa['set']({'label':t('Cancel'),'withText':!0x0,'class':hn}),_0x2c5faa['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x18ad64=>{_0x18ad64['stopPropagation']();})}}),_0x2c5faa['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x2c5faa;}['_setModelList'](_0x275111){this['_modelSelectionDropdownItems']['clear']();const _0x561117=this['_check']['models'];if(_0x275111)this['set']('modelDisplayMode','hidden');else{const _0x13fadb=0x1===_0x561117['length'];this['set']('modelDisplayMode',_0x13fadb?'name':'selector');}if(this['resetToDefault'](),_0x561117?.['length']){0x1===_0x561117['length']&&this['set']('activeModelName',_0x561117[0x0]['name']||_0x561117[0x0]['id']);for(const _0x1f34b9 of _0x561117){const _0x5e56a3=new _0x5ef671({'label':_0x1f34b9['name'],'withText':!0x0,'role':'menuitemradio','id':_0x1f34b9['id'],'model':_0x1f34b9});_0x5e56a3['bind']('isOn')['to'](this,'modelId',_0x28a57d=>_0x28a57d===_0x1f34b9['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x5e56a3,'labelView':new eh(this['locale'],_0x1f34b9)});}}}['_createModelSelectionDropdown'](){const _0x25c883=_0x5ba05a(this['locale']);return _0x25c883['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x25c883['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':hn}),_0x25c883['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x18bb6e=>'selector'===_0x18bb6e),this['listenTo'](_0x25c883,'execute',_0x11ce94=>{this['modelId']=_0x11ce94['source']['model']['id'],_0x25c883['buttonView']['label']=_0x11ce94['source']['label'];}),_0x25c883;}['_createModelNameView'](){const _0x4f21e8=new th(this['locale']);return _0x4f21e8['bind']('text')['to'](this,'activeModelName',_0x5529d7=>_0x5529d7??''),_0x4f21e8['bind']('isVisible')['to'](this,'modelDisplayMode',_0x5d4d8f=>'name'===_0x5d4d8f),_0x4f21e8;}['_createActionsFooterView'](){const _0x404085=new _0x42f8f5(this['locale']);return _0x404085['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),_0x404085;}},th=class extends _0x42f8f5{constructor(_0x1a8f0a){super(_0x1a8f0a),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x21cef1=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x21cef1['if']('isVisible','ck-hidden',_0x883a96=>!_0x883a96)]},'children':[{'text':_0x21cef1['to']('text')}]});}},eh=class extends Dt{constructor(_0xc334f2,_0x25386a){super();const _0x56d855=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x56d855['to']('style'),'id':_0x56d855['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x56d855['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x25386a['description']||'']}]}]});}},ih=class extends zt{['_formItemsCollection']=new _0x5f3be9();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0xe17e8e,_0xc742dd,_0x382eab,_0x86f73=!0x1){super(_0xe17e8e),this['_hideModels']=_0x86f73,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0xc742dd['isParameterized']);const _0x6eb0f2=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai_review__check-list-item_selected',_0x46dc60=>_0x46dc60),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x4c8beb=>_0x4c8beb)],'style':{'--ck-ai-review-check-list-item-index':_0x382eab}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-list-item-title-text']},'children':[{'text':_0xc742dd['title']}]},_0x6eb0f2]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0xc742dd['description']?[{'text':_0xc742dd['description']}]:[]}]}]},..._0xc742dd['isParameterized']?[this['_createParameterizedView'](_0xc742dd)]:[],...'custom'===_0xc742dd['id']?[this['_createCustomView'](_0xc742dd,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0xc742dd['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0xc742dd['id'],'args':_0xc742dd['useArgs']?_0xc742dd['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x4c94bb({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x5e3b6b=>{_0x5e3b6b['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x5a5cd6=new Yt();return _0x5a5cd6['content']=_0x27e590,_0x5a5cd6['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x5a5cd6;}['_createParameterizedView'](_0x35f1e2){const _0x42b04f=new _0x42f8f5(),_0x58db01=this['_createFormView'](_0x35f1e2);return _0x42b04f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0xc1e3dc=>!_0xc1e3dc)]},'children':[_0x58db01]}),_0x42b04f;}['_createFormView'](_0x3d6e18){const _0x255b78=new _0x42f8f5(),_0x29f8fb=Array['isArray'](_0x3d6e18['options'])?_0x3d6e18['options']:[],_0x471212=new Ht(this['locale']),t=this['locale']['t'];_0x471212['set']({'label':t('Submit'),'withText':!0x0,'class':on}),_0x471212['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x255efe=>{_0x255efe['stopPropagation']();})}}),_0x471212['on']('execute',()=>{const _0x32286=[],_0x3cda7b={};this['_formItemsCollection']['forEach'](_0x81328=>{_0x32286['push'](_0x81328['value']),_0x3d6e18['useArgs']&&_0x3d6e18['options']&&(_0x3cda7b[_0x81328['argsKey']]=_0x81328['value']);}),this['fire']('runReviewCheck',{'id':_0x3d6e18['id'],'params':_0x32286['length']?_0x32286:void 0x0,'args':Object['keys'](_0x3cda7b)['length']?_0x3cda7b:void 0x0});});const _0x36a351=_0x29f8fb['length'];return _0x29f8fb['forEach']((_0x3c1265,_0x36124f)=>{const _0x1349c7=_0x36124f===_0x36a351-0x1;this['_formItemsCollection']['add'](new ja(this['locale'],_0x3c1265,_0x1349c7?_0x471212:null));}),_0x255b78['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x255b78;}['_createCustomView'](_0x4f71e6,_0x56e31c=!0x1){return this['_customCheckView']=new Za(this['locale'],_0x4f71e6,_0x56e31c),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-parameterized','ck-ai_review__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x391722=>!_0x391722)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x247dda,_0x3d26f3,_0x4d74e1)=>{_0x4d74e1||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}},sh=class extends zt{['_checkViews'];constructor(_0x2c55f8){super(_0x2c55f8),this['_checkViews']=new _0x5f3be9(),this['_setupTemplate']();}['setChecks'](_0x1a9342,_0x621fb7=!0x1){this['_checkViews']['clear']();for(const [_0xcf4760,_0x16c8d9]of _0x1a9342['entries']()){const _0x3ace38=new ih(this['locale'],_0x16c8d9,_0xcf4760,_0x621fb7);_0x3ace38['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x3ace38);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0xe09db7 of this['_checkViews'])_0xe09db7 instanceof ih&&_0xe09db7['resetToDefault']();}['_setupTemplate'](){const _0x5a9e3e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x5a9e3e['if']('isVisible','ck-hidden',_0x49484d=>!_0x49484d)]},'children':this['_checkViews']});}},nh=class extends Wa{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x51908c=this['context']['plugins']['get']('AITabs'),_0x5557f2=this['context']['locale'],_0x350525=new Ho(_0x5557f2,{'label':us(_0x5557f2,'AI_REVIEW_MODE'),'icon':_0x31a7fd,'class':'ck-ai-header_review','showResizeButton':_0x51908c['showResizeButton']});return _0x350525['delegate']('resizeTabs')['to'](_0x51908c),_0x350525['bind']('isMaximized')['to'](_0x51908c['view'],'isMaximized',_0x5a9827=>_0x5a9827),new $a(this['context']['locale'],{'header':_0x350525,'list':new sh(_0x5557f2),'results':new Qa(_0x5557f2,{'generalErrorText':us(_0x5557f2,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new Xa(_0x5557f2,{'headerText':us(_0x5557f2,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':us(_0x5557f2,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':us(_0x5557f2,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x4734f0=this['context']['plugins']['get']('AITabs');_0x4734f0['view']['on']('activateTab',(_0x486fde,{newTab:_0x5ada49,oldTab:_0x474153})=>{'reviewMode'===_0x5ada49?this['fire']('getReviewCheckList'):'reviewMode'===_0x474153&&this['fire']('leaveReview');}),_0x4734f0['view']['addTab']({'id':'reviewMode','buttonLabel':us(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x31a7fd,'order':0x0,'content':this['_mainView']});}};const rh='review-',oh=['softBreak'],ah=['htmlScript','htmlStyle','htmlCustomElement'];var hh=class extends _0x11a14c{static get['requires'](){return[_0x1f6a74,Is];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];['_reviewEditingAttachedEditors']=new WeakSet();['_boundEditables']=new WeakMap();constructor(_0x1ffa50){super(_0x1ffa50),this['_domEmitter']=new(lt())(),this['_eventEmitter']=new(ut())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x5df059=_0x268c6b=>this['_scheduleAttachReviewEditingToEditor'](_0x268c6b);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x423f99)return void _0x5df059(this['context']);const _0x3fe439=this['context'];for(const _0xcb08aa of _0x3fe439['editors'])_0x5df059(_0xcb08aa);this['listenTo'](_0x3fe439['editors'],'add',(_0x5031d1,_0x122d41)=>{_0x5df059(_0x122d41);}),this['listenTo'](_0x3fe439['editors'],'remove',(_0x13fec4,_0x393ee2)=>{for(const [_0x6cd928,_0x5e8a8c]of this['_markers'])_0x5e8a8c['editor']===_0x393ee2&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x6cd928,'changeId':_0x5e8a8c['groupId']}),this['_markers']['delete'](_0x6cd928));});}['_scheduleAttachReviewEditingToEditor'](_0x143650){const _0x25a3e4=()=>{'destroyed'!==_0x143650['state']&&_0x143650['conversion']&&this['_attachReviewEditingToEditor'](_0x143650);};if('ready'===_0x143650['state'])return void _0x25a3e4();const _0x4b019f=()=>{this['stopListening'](_0x143650,'ready',_0x4b019f),_0x25a3e4();};this['listenTo'](_0x143650,'ready',_0x4b019f);}['_attachReviewEditingToEditor'](_0x5811d3){this['_reviewEditingAttachedEditors']['has'](_0x5811d3)||(_0x5811d3['conversion']['for']('editingDowncast')['markerToElement']({'model':rh+'insert','view':(_0x139ba2,{writer:_0xbb192b})=>{const _0x4c8a7b=this['_markers']['get'](_0x139ba2['markerName']),_0x2b9124={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x4c8a7b?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x139ba2['markerName']};return _0xbb192b['createUIElement']('span',_0x2b9124,function(_0x1e7551){const _0x2e4207=this['toDomElement'](_0x1e7551);return _0x2e4207['innerHTML']=_0x4c8a7b?.['content']?.['asString']||'',_0x2e4207;});}}),_0x5811d3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-only','view':_0x2f4545=>{const _0x3a7a08=this['_markers']['get'](_0x2f4545['markerName']),_0x2beb32=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x3a7a08?.['id']||'')&&_0x2beb32['push']('ck-ai_review__change_active'),{'classes':_0x2beb32,'attributes':{'data-marker-id':_0x2f4545['markerName']}};}}),_0x5811d3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-context','view':_0x427553=>{const _0x22f747=this['_markers']['get'](_0x427553['markerName']),_0x563cd5=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x22f747?.['id']||'')&&_0x563cd5['push']('ck-ai_review__change_active'),{'classes':_0x563cd5,'attributes':{'data-marker-id':_0x427553['markerName']}};}}),_0x5811d3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-text','view':_0x27fa2e=>{const _0x359d3d=this['_markers']['get'](_0x27fa2e['markerName']),_0x25e5df=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x359d3d?.['id']||'')&&_0x25e5df['push']('ck-ai_review__change_active'),{'classes':_0x25e5df,'attributes':{'data-marker-id':_0x27fa2e['markerName']}};}}),_0x5811d3['conversion']['for']('dataDowncast')['markerToElement']({'model':rh+'suggestion-context','view':(_0x27dced,{writer:_0x3819c9})=>_0x3819c9['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x27dced['isOpening']?'start':'end')})}),_0x5811d3['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x308ef3,'view':_0x24c015}),this['_updateMouseMarkerInteractionListeners'](_0x5811d3),this['listenTo'](_0x5811d3,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x5811d3),{'priority':'lowest'}),this['listenTo'](_0x5811d3,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x5811d3),{'priority':'lowest'}),_0x5811d3['model']['document']['registerPostFixer'](_0x1ffa5f=>this['_validateMarkers'](_0x5811d3,_0x1ffa5f)),_0x5811d3['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x5811d3)),this['_reviewEditingAttachedEditors']['add'](_0x5811d3));}['_updateMouseMarkerInteractionListeners'](_0x51e838){let _0x232a1b=this['_boundEditables']['get'](_0x51e838);_0x232a1b||(_0x232a1b=new Map(),this['_boundEditables']['set'](_0x51e838,_0x232a1b));const _0x4c5b31=new Set(_0x51e838['ui']['getEditableElementsNames']());for(const _0x38e3a8 of _0x4c5b31){if(_0x232a1b['has'](_0x38e3a8))continue;const _0x49fb78=_0x51e838['ui']['getEditableElement'](_0x38e3a8);_0x232a1b['set'](_0x38e3a8,_0x49fb78),this['_attachMouseMarkerInteractionListeners'](_0x49fb78);}for(const [_0x291ffe,_0x51a090]of _0x232a1b)_0x4c5b31['has'](_0x291ffe)||(_0x232a1b['delete'](_0x291ffe),this['_domEmitter']['stopListening'](_0x51a090));}['_attachMouseMarkerInteractionListeners'](_0x412b8a){this['_domEmitter']['listenTo'](_0x412b8a,'mouseup',(_0x47b17f,_0x4d2b81)=>{const _0x154841=_0x4d2b81['target'],_0x290f61=this['_findMarkerElement'](_0x154841);if(!_0x290f61)return;const _0x25de9f=_0x290f61['getAttribute']('data-marker-id'),_0x20578a=_0x25de9f['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x25de9f,'changeId':_0x20578a,'markerElement':()=>this['_findMarkerElementById'](_0x25de9f),'domEvent':_0x4d2b81});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x412b8a,'mouseover',(_0x1677b5,_0x5639de)=>{const _0x2ca8b1=_0x5639de['target'],_0x20b68e=_0x5639de['relatedTarget'];let _0x231cfa=this['_findMarkerElement'](_0x2ca8b1);if(!_0x231cfa&&_0x20b68e&&(_0x231cfa=this['_findMarkerElement'](_0x20b68e)),!_0x231cfa)return;const _0x394ee3=_0x231cfa['getAttribute']('data-marker-id'),_0x1a1ef6=_0x394ee3['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x1a1ef6,'markerElement':()=>this['_findMarkerElementById'](_0x394ee3),'domEvent':_0x5639de});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x46743f((_0x3bab5e,_0x250998)=>{const _0xc48bc0=_0x250998['target'];this['_findMarkerElement'](_0xc48bc0)||_0xc48bc0['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x21e9c2=this['context']['plugins']['get']('AIEditing'),_0x2d5257=ds(this['context']);if(!_0x2d5257['length'])throw new ht('ai-get-editor-from-context-no-editor',this);const _0x4c120e=new Set(),_0x214439=[],_0x2ec020=new Map();for(const _0x1d90c5 of _0x2d5257)for(const _0x35f05b of _0x1d90c5['model']['document']['getRoots']()){if('$graveyard'===_0x35f05b['rootName'])continue;const _0x251ed6=this['_buildDocumentDataSliceForRoot'](_0x1d90c5,_0x35f05b,_0x21e9c2,_0x4c120e);_0x214439['push'](_0x251ed6['content']);for(const [_0x28b185,_0x5cc805]of _0x251ed6['elements'])_0x2ec020['set'](_0x28b185,_0x5cc805);}return{'elements':_0x2ec020,'content':_0x214439['join']('')};}['_buildDocumentDataSliceForRoot'](_0x22dbce,_0x489628,_0xd9face,_0x39dea2){const _0x5cd0f9=_0x22dbce['model'],_0x3a2d42=new _0x4a5f18();for(const _0x37e0db of _0x489628['getChildren']())_0x3a2d42['_appendChild'](_0x37e0db['_clone'](!0x0));for(const _0x2fa7d6 of _0x5cd0f9['markers']){const _0x561f69=_0x2fa7d6['getRange']();_0x561f69&&_0x561f69['root']['rootName']===_0x489628['rootName']&&_0x3a2d42['markers']['set'](_0x2fa7d6['name'],this['_changeRangeOwnerDocument'](_0x561f69['clone'](),_0x3a2d42));}const _0x4dfc1e=new Map(),_0x44163e=_0x5cd0f9['document']['version'],_0x1054e9=new _0x58b091({'ignoreElementEnd':!0x0,'startPosition':_0x5cd0f9['createPositionAt'](_0x3a2d42,0x0)});for(const {item:_0x17401a}of _0x1054e9){if(_0x17401a['is']('element')&&_0x17401a['name']&&ah['includes'](_0x17401a['name'])){const _0x3c748f=this['_upsertDataId'](_0x17401a,()=>_0xd9face['_nextDataId'](_0x39dea2));_0x39dea2['add'](_0x3c748f);}if(!_0x17401a['is']('$textProxy'))continue;const _0x3ef8e9=_0x17401a['parent'];if(!_0x3ef8e9||!_0x3ef8e9['is']('element'))continue;const _0x5eac54=this['_upsertDataId'](_0x3ef8e9,()=>_0xd9face['_nextDataId'](_0x39dea2));_0x39dea2['add'](_0x5eac54);for(const _0x1e121c of _0x3ef8e9['getChildren']())_0x1e121c['is']('element')&&(_0x1e121c['name']&&oh['includes'](_0x1e121c['name'])||_0x39dea2['add'](this['_upsertDataId'](_0x1e121c,()=>_0xd9face['_nextDataId'](_0x39dea2))));let _0x2d236c=_0x3ef8e9;for(;_0x2d236c['parent']&&!_0x2d236c['parent']['is']('documentFragment');)_0x2d236c=_0x2d236c['parent'],_0x2d236c['hasAttribute'](_0x308ef3)&&_0x2d236c['_removeAttribute'](_0x308ef3);_0x4dfc1e['set'](_0x5eac54,{'editor':_0x22dbce,'rootName':_0x489628['rootName'],'path':_0x3ef8e9['getPath'](),'documentVersion':_0x44163e,'getContent':this['_createGetContentUsingDataIdFn'](_0x2d236c['_clone'](!0x0),_0x5eac54,_0x22dbce['data'])}),_0x1054e9['jumpTo'](_0x5cd0f9['createPositionAfter'](_0x3ef8e9));}return{'content':_0x22dbce['data']['processor']['toData'](_0x22dbce['data']['toView'](_0x3a2d42)),'elements':_0x4dfc1e};}['diffContent'](_0x26f0e4,_0x410d81,_0x29a112,_0x19ef11=!0x1){const {contentInitial:_0x259dec,contentNew:_0x4ed71e}=this['_neutralizeChangesOnUnsupportedElements'](_0x410d81,_0x29a112),_0x583627=[],_0x26e0f9=_0x26f0e4['data']['parse'](_0x4ed71e,'$documentFragment'),_0x4b00b9=_0x26f0e4['data']['parse'](_0x259dec,'$documentFragment'),_0x156be5=_0x26f0e4['model']['createPositionAt'](_0x4b00b9,0x0);if(this['_haveSingleTopLevelElement'](_0x26e0f9)){if(!this['_hasSameTopLevelElement'](_0x4b00b9,_0x26e0f9))return _0x583627;}else{const _0xd5198a=_0x26f0e4['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x4b00b9,_0xd5198a)||!this['_haveOnlyInlineContent'](_0x26e0f9,_0xd5198a))return _0x583627;}const _0x29836e=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x259dec,_0x4ed71e,{'targetEditor':_0x26f0e4,'anchor':_0x156be5,'markDeletions':!0x0})['getOperations']()['filter'](_0x420d50=>'insert'===_0x420d50['type']||'marker'===_0x420d50['type']&&_0x420d50['name']['startsWith']('$markedRemove')),_0xebdcb8=this['_groupAdjacentOperations'](_0x29836e),_0x4c513a=[];if(_0x19ef11){if(_0xebdcb8['length']){const _0x1d594b=_0xebdcb8[0x0]['operations'][0x0],_0x21b82e='insert'===_0x1d594b['type']?_0x1d594b['position']:_0x1d594b['newRange']['start'],_0x399184=this['_getPositionLimitingRange'](_0x21b82e,_0x26f0e4,'inside'),_0x4a53a6=_0x399184?_0x26e0f9['getChild'](0x0)['getChildren']():_0x26e0f9['getChildren'](),_0x40ccad=_0x399184||_0x26f0e4['model']['createRangeIn'](_0x4b00b9),_0x510543=[new _0x18b70c('$markedRemove:synthetic'+vt(),null,_0x40ccad,_0x26f0e4['model']['document']['model']['markers'],!0x0,_0x26f0e4['model']['document']['version']+0x1),new _0x496751(_0x40ccad['end'],_0x4a53a6,_0x26f0e4['model']['document']['version']+0x2)];_0x4c513a['push']({'operations':_0x510543,'operationsIsolated':_0x510543,'groupOffset':0x0});}}else _0x4c513a['push'](..._0xebdcb8);let _0x44fb1c=0x0;return _0x26f0e4['model']['change'](_0x3bcdab=>{for(let _0x286ced=0x0;_0x286ced<_0x4c513a['length'];_0x286ced++){const _0x42c68c=_0x4c513a[_0x286ced],_0x27cbe2=_0x3bcdab['createDocumentFragment']();for(const _0x387cb8 of _0x4b00b9['getChildren']())_0x3bcdab['append'](_0x387cb8['_clone'](!0x0),_0x27cbe2);for(const _0x5d27d8 of _0x42c68c['operationsIsolated'])if('insert'===_0x5d27d8['type']){const _0x463288=_0x5d27d8;_0x463288['baseVersion']=null,_0x463288['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x463288,_0x27cbe2),_0x3bcdab['batch']['addOperation'](_0x5d27d8),_0x26f0e4['model']['applyOperation'](_0x5d27d8);const _0x1df1bf='suggestion:insertion:id:authorId:'+_0x44fb1c++,_0x538cfc=_0x26f0e4['model']['createRange'](_0x463288['position'],_0x463288['position']['getShiftedBy'](_0x463288['howMany']));_0x27cbe2['markers']['set'](_0x1df1bf,_0x538cfc);}else{if('marker'===_0x5d27d8['type']&&_0x5d27d8['name']['startsWith']('$markedRemove')){const _0x363ab6=_0x5d27d8,_0x2d5f7c='suggestion:deletion:id:authorId:'+_0x44fb1c++;this['_changeOperationOwnerDocument'](_0x363ab6,_0x27cbe2),_0x27cbe2['markers']['set'](_0x2d5f7c,_0x363ab6['newRange']);}}if(_0x19ef11)_0x583627['push']({..._0x42c68c,'context':this['_createGetContentFn'](_0x4b00b9,_0x26f0e4['data']),'content':this['_createGetContentFn'](_0x4b00b9,_0x26f0e4['data'])});else{const _0x105503=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x42c68c['operationsIsolated'][0x0]),_0x27cbe2),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x42c68c['operationsIsolated'][_0x42c68c['operationsIsolated']['length']-0x1]),_0x27cbe2),_0x26f0e4);_0x27cbe2['markers']['set'](rh+'suggestion-context',new _0x223931(_0x105503['start'],_0x105503['end'])),_0x583627['push']({..._0x42c68c,'context':this['_createGetContextFn'](_0x27cbe2,_0x26f0e4['data'],{'ellipsisBefore':_0x105503['hasContentBefore'],'ellipsisAfter':_0x105503['hasContentAfter']}),'content':this['_createGetContentFn'](_0x27cbe2,_0x26f0e4['data'])});}}}),_0x583627;}['markChangePositionInEditorContent'](_0x95c193,_0x507c5e){if(!_0x95c193['length'])return;const _0x1347d4=_0x95c193[0x0]['parent']['id'],_0x67179d=_0x507c5e['elements']['get'](_0x1347d4);if(!_0x67179d)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x1347d4);const _0x2f82b6=_0x67179d['path'],_0x2788a7=_0x67179d['editor'],_0x2569e2=_0x2788a7['model']['document']['getRoot'](_0x67179d['rootName']);if(!_0x2569e2)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x67179d['rootName']);const _0x18d8f8=_0x2788a7['model']['document']['history']['getOperations'](_0x67179d['documentVersion']),_0x803adf=[];for(const _0x67eb8f of _0x95c193){const _0x18dc62=_0x67eb8f['operationsIsolated']['map'](_0x4c35b0=>this['_translateOperationToEditorContent'](_0x4c35b0,_0x2f82b6,_0x2569e2));if(!_0x18dc62||!_0x18dc62['length'])continue;const _0x21aa5f=_0x18dc62['every'](_0x4819b0=>'marker'===_0x4819b0['type']&&_0x4819b0['name']['startsWith']('$markedRemove')),_0x4f1611=_0x5be051(_0x18dc62,_0x18d8f8,{'document':_0x2788a7['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];for(const _0x5a4274 of _0x4f1611)if('insert'===_0x5a4274['type']){const _0x25764c=_0x5a4274,_0x147e0c=_0x25764c['nodes'];_0x2788a7['model']['change'](_0x7b10a7=>{const _0x21c994=_0x7b10a7['createDocumentFragment']();for(const _0x24236c of _0x147e0c)_0x7b10a7['append'](_0x24236c['_clone'](!0x0),_0x21c994);_0x803adf['push']({'start':_0x25764c['position'],'end':_0x25764c['position'],'type':'insert','groupId':_0x67eb8f['id'],'content':{'asString':this['_createGetContentFn'](_0x21c994,_0x2788a7['data'])(),'asFragment':_0x21c994}});});}else{if('marker'===_0x5a4274['type']&&_0x5a4274['name']['startsWith']('$markedRemove')){const _0x1b056c=_0x5a4274;let _0x2536a0='remove-text';if(_0x21aa5f){const _0x1c003a=this['_findAdjacentContextDistance'](_0x1b056c['newRange']['start'],'backward',_0x2788a7['model']['schema']),_0x2461af=this['_findAdjacentContextDistance'](_0x1b056c['newRange']['end'],'forward',_0x2788a7['model']['schema']);if(_0x1c003a||_0x2461af){const _0x260ebe=_0x1b056c['newRange']['start']['getShiftedBy'](-_0x1c003a),_0x1d3b9b=_0x1b056c['newRange']['end']['getShiftedBy'](_0x2461af);_0x803adf['push']({'start':_0x260ebe,'end':_0x1d3b9b,'groupId':_0x67eb8f['id'],'type':'remove-context'});}else _0x2536a0='remove-only';}_0x803adf['push']({'start':_0x1b056c['newRange']['start'],'end':_0x1b056c['newRange']['end'],'groupId':_0x67eb8f['id'],'type':_0x2536a0});}}}this['_insertMarkers'](_0x803adf,_0x2788a7);}['clearAllMarkers'](){const _0x220854=new Map();for(const _0x72dfbf of this['_markers']['keys']()){const _0x5d627a=this['_markers']['get'](_0x72dfbf);_0x5d627a?.['editor']&&(_0x220854['has'](_0x5d627a['editor'])||_0x220854['set'](_0x5d627a['editor'],[]),_0x220854['get'](_0x5d627a['editor'])['push'](_0x72dfbf));}for(const [_0x3b9099,_0x4b3ad5]of _0x220854)_0x3b9099['model']['change'](_0x206753=>{for(const _0x533605 of _0x4b3ad5)_0x3b9099['model']['markers']['get'](_0x533605)&&_0x206753['removeMarker'](_0x533605);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x765c92 of ds(this['context']))_0x765c92['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x2a79e0 of ds(this['context']))_0x2a79e0['disableReadOnlyMode']('ai-review');}['applyChange'](_0x512b84,_0x32c02f=null){const _0x30dfa1=_0x512b84['map'](_0x245aef=>this['_getMarkersDataForGroup'](_0x245aef))['flat'](),_0x91c8f1=new Map();for(const _0x16e272 of _0x30dfa1)_0x91c8f1['has'](_0x16e272['editor'])||_0x91c8f1['set'](_0x16e272['editor'],[]),_0x91c8f1['get'](_0x16e272['editor'])['push'](_0x16e272);for(const [_0x5ec22d,_0x82373c]of _0x91c8f1){const _0x45f0d5=_0x5ec22d['model'],_0x232c8e=_0x5ec22d['plugins']['has']('TrackChangesEditing')?_0x5ec22d['plugins']['get']('TrackChangesEditing'):null,_0x2c763c=_0x32c02f&&_0x232c8e?new Set(_0x232c8e['getSuggestions']()['map'](_0x566908=>_0x566908['id'])):null;_0x45f0d5['change'](_0x355d22=>{const _0xf7a0b=_0x355d22['batch']['operations']['length'];for(const _0x12e18b of _0x82373c){const _0x2c2540=_0x5ec22d['model']['markers']['get'](_0x12e18b['id']);if(_0x2c2540){if('insert'===_0x12e18b['type']){if(!_0x12e18b['content'])continue;_0x45f0d5['insertContent'](_0x12e18b['content']['asFragment']||null,_0x2c2540['getRange']()['start']);}else'remove-text'!==_0x12e18b['type']&&'remove-only'!==_0x12e18b['type']||_0x45f0d5['deleteContent'](_0x45f0d5['createSelection'](_0x2c2540['getRange']()));_0x355d22['removeMarker'](_0x12e18b['id']),this['_markers']['delete'](_0x12e18b['id']);}}if(_0x32c02f&&(zs(_0x355d22['batch']['operations']['slice'](_0xf7a0b),_0x32c02f),_0x232c8e)){for(const _0x4c858e of _0x232c8e['getSuggestions']())_0x2c763c['has'](_0x4c858e['id'])||_0x4c858e['setAttribute']('@ai',{'type':_0x32c02f});}});}}['rejectChange'](_0x1067ae){const _0x369591=this['_getMarkersDataForGroup'](_0x1067ae),_0x28d38d=new Map();for(const _0x396caa of _0x369591)_0x28d38d['has'](_0x396caa['editor'])||_0x28d38d['set'](_0x396caa['editor'],[]),_0x28d38d['get'](_0x396caa['editor'])['push'](_0x396caa);for(const [_0x333fa6,_0x3e0cba]of _0x28d38d)_0x333fa6['model']['change'](_0x53385e=>{for(const _0x261645 of _0x3e0cba)_0x53385e['removeMarker'](_0x261645['id']),this['_markers']['delete'](_0x261645['id']);});}['getEditor'](){return _s(this['context']);}['getEditors'](){return ds(this['context']);}['getEditorForChange'](_0x103545){return this['_getMarkersDataForGroup'](_0x103545)[0x0]?.['editor'];}['getMarkerElementForChange'](_0xd1fddd){const _0xe979f7=Array['from'](this['_markers']['values']())['filter'](_0x1789d8=>_0x1789d8['groupId']===_0xd1fddd);if(!_0xe979f7['length'])return null;const _0x2bd53e=0x1===_0xe979f7['length']?_0xe979f7[0x0]:this['_sortMarkers'](_0xe979f7)[0x0],_0x4692b1=_0x2bd53e['editor']['model']['markers']['get'](_0x2bd53e['id']);return _0x4692b1?{'modelRange':_0x4692b1['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x2bd53e['id'])}:null;}['getContentElementForChange'](_0x525d2d){const _0x14b689=Array['from'](this['_markers']['values']())['filter'](_0x284e78=>_0x284e78['groupId']===_0x525d2d);if(!_0x14b689['length'])return null;const _0x5d19c0=0x1===_0x14b689['length']?_0x14b689[0x0]:this['_sortMarkers'](_0x14b689)[0x0],_0x2d3b80=_0x5d19c0['editor'],_0x298d0f=_0x2d3b80['model']['markers']['get'](_0x5d19c0['id']);if(!_0x298d0f)return null;const _0xa972d3=_0x298d0f['getRange'](),_0x4db3b1=_0x2d3b80['editing']['view']['getDomRoot'](_0xa972d3['root']['rootName'])||_0x2d3b80['editing']['view']['getDomRoot']();if(!_0x4db3b1||!_0xa972d3)return null;let _0x42f302=_0xa972d3['start']['parent'];for(;_0x42f302['parent']&&!_0x42f302['parent']['is']('rootElement');)_0x42f302=_0x42f302['parent'];if(!_0x42f302||!_0x42f302['name'])return null;const _0x3f7c0f=_0x4db3b1['querySelector']('[data-marker-id=\x22'+_0x5d19c0['id']+'\x22]');if(!_0x3f7c0f)return null;let _0x1f449c=null;_0x2d3b80['model']['change'](_0x500c69=>{_0x1f449c=_0x500c69['createDocumentFragment'](),_0x500c69['append'](_0x42f302['_clone'](!0x0),_0x1f449c);});const _0x56dda9=_0x2d3b80['data']['toView'](_0x1f449c)['getChild'](0x0);return _0x3f7c0f['closest'](_0x56dda9['name']);}['reactivateMarkers'](_0x4c4608){const _0x35e13f=this['_getMarkersDataForGroup'](_0x4c4608);if(!_0x35e13f['length'])return;const _0x5e5aaf=Array['from'](this['_activeMarkers'])['sort'](),_0x1f1535=Array['from'](new Set(_0x35e13f['map'](_0x13d935=>_0x13d935['id'])))['sort']();_0x5e5aaf['join']('|')!==_0x1f1535['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x4c4608));}['setMarkersInElementAsActive'](_0x21026a){const _0x3d500a=this['_getMarkersDataForGroup'](_0x21026a);if(!_0x3d500a['length'])return;const _0x42ef92=_0x3d500a[0x0]['editor'],_0x7a2e8f=new Set(_0x3d500a['map'](_0x2976c3=>_0x2976c3['id'])),_0x332144=Array['from'](_0x7a2e8f['values']())['map'](_0x337162=>_0x42ef92['model']['markers']['get'](_0x337162))['filter'](_0x4b3fca=>!!_0x4b3fca);_0x7a2e8f['forEach'](_0x333fba=>{this['_activeMarkers']['add'](_0x333fba);}),_0x42ef92['model']['change'](()=>{_0x332144['forEach'](_0x9c948=>{_0x42ef92['editing']['reconvertMarker'](_0x9c948);});});}['setAllMarkersAsInactive'](){const _0x345d35=Array['from'](this['_activeMarkers']);if(!_0x345d35['length'])return;this['_activeMarkers']['clear']();const _0x141f00=new Map();for(const _0x3d3c20 of _0x345d35){const _0x5242b6=this['_markers']['get'](_0x3d3c20);if(!_0x5242b6)continue;const _0x29c723=_0x5242b6['editor'],_0x34b6cf=_0x29c723['model']['markers']['get'](_0x3d3c20);_0x34b6cf&&(_0x141f00['has'](_0x29c723)||_0x141f00['set'](_0x29c723,[]),_0x141f00['get'](_0x29c723)['push'](_0x34b6cf));}for(const [_0x122d3a,_0x351648]of _0x141f00)_0x122d3a['model']['change'](()=>{_0x351648['forEach'](_0x56dd3b=>{_0x122d3a['editing']['reconvertMarker'](_0x56dd3b);});});}['_getPositionLimitingRange'](_0x12dd2f,_0x15442b,_0x26aaaa='outside'){if(!_0x12dd2f)return null;let _0x5ba95d=_0x12dd2f['parent'];for(;_0x5ba95d&&_0x5ba95d['parent']&&!_0x5ba95d['parent']['is']('rootElement')&&!_0x15442b['model']['schema']['isLimit'](_0x5ba95d)&&!_0x15442b['model']['schema']['isBlock'](_0x5ba95d);)_0x5ba95d=_0x5ba95d['parent'];if(!_0x5ba95d||!_0x5ba95d['name']||_0x5ba95d['is']('rootElement'))return null;let _0x2b8a08=null;return _0x15442b['model']['change'](_0x4d7c9c=>{_0x2b8a08='inside'===_0x26aaaa?_0x4d7c9c['createRangeIn'](_0x5ba95d):_0x4d7c9c['createRangeOn'](_0x5ba95d);}),_0x2b8a08;}['_validateMarkers'](_0x185a37,_0x4aea27){const _0x5a985e=Array['from'](this['_markers']['keys']()),_0x331a81=new Map();for(const _0x102af7 of _0x5a985e){const _0x1867f2=_0x185a37['model']['markers']['get'](_0x102af7);if(!_0x1867f2)continue;const _0x473ed1=_0x1867f2['getStart']()['root']['rootName']+':'+_0x1867f2['getStart']()['path'][0x0];_0x331a81['has'](_0x473ed1)||_0x331a81['set'](_0x473ed1,[]),_0x331a81['get'](_0x473ed1)['push'](_0x1867f2);}const _0x8b86a1=new Set();for(const _0x568f63 of _0x185a37['model']['document']['differ']['getChanges']()){let _0x26ded1='',_0x4d4c0a=null;if('insert'===_0x568f63['type'])_0x4d4c0a=new _0x223931(_0x568f63['position'],_0x568f63['position']['getShiftedBy'](_0x568f63['length'])),_0x26ded1=_0x568f63['position']['root']['rootName']+':'+_0x568f63['position']['path'][0x0];else{if('remove'!==_0x568f63['type'])continue;_0x4d4c0a=new _0x223931(_0x568f63['position']),_0x26ded1=_0x568f63['position']['root']['rootName']+':'+_0x568f63['position']['path'][0x0];}const _0x52a950=_0x331a81['get'](_0x26ded1)||[];if(_0x52a950['length']){for(const _0x41d2e2 of _0x52a950)if(_0x4d4c0a['root']['rootName']===_0x41d2e2['getRange']()['root']['rootName']&&('insert'!==_0x568f63['type']||!_0x4d4c0a['containsRange'](_0x41d2e2['getRange']()))&&(_0x4d4c0a['isIntersecting'](_0x41d2e2['getRange']())||_0x4d4c0a['start']['isTouching'](_0x41d2e2['getRange']()['end'])||_0x4d4c0a['end']['isTouching'](_0x41d2e2['getRange']()['start']))){const _0x2f9719=this['_parseMarkerName'](_0x41d2e2['name']);Array['from'](this['_markers']['values']())['filter'](_0x1dc72c=>_0x1dc72c['groupId']===_0x2f9719['groupId'])['forEach'](_0x272f03=>_0x8b86a1['add'](_0x272f03['id']));}}}if(_0x8b86a1['size']){for(const _0x2d7344 of _0x8b86a1)_0x4aea27['removeMarker'](_0x2d7344);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x5c3fb2){for(const {name:_0xb893b0,data:_0x55bd78}of _0x5c3fb2['model']['document']['differ']['getChangedMarkers']()){if(!_0xb893b0['startsWith'](rh))continue;const _0x200dd4=_0x55bd78['oldRange'],_0x4e2a9b=_0x55bd78['newRange'],_0x2f72d9=_0x200dd4&&'$graveyard'===_0x200dd4['root']['rootName'],_0x13db6b=_0x4e2a9b&&'$graveyard'===_0x4e2a9b['root']['rootName'];if(_0x2f72d9&&_0x13db6b)continue;const _0x2d3fda=this['_parseMarkerName'](_0xb893b0);this['_markers']['get'](_0xb893b0)&&(_0x13db6b||!_0x4e2a9b?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0xb893b0,'changeId':_0x2d3fda['groupId']}):_0x2f72d9&&_0x4e2a9b&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0xb893b0,'changeId':_0x2d3fda['groupId']}));}}['_parseMarkerName'](_0x4e9e52){const _0x1d8210=_0x4e9e52['split'](':'),_0x10de32=(_0x1d8210[0x1]||'')['split']('_');return{'prefix':_0x1d8210[0x0],'groupId':_0x10de32[0x0],'suffix':_0x10de32[0x1]};}['_translateOperationToEditorContent'](_0x22df76,_0x13b5e2,_0x53531b){if('insert'===_0x22df76['type']){const _0x54a952=_0x22df76;return new _0x496751(this['_changePosition'](_0x13b5e2['concat'](_0x54a952['position']['offset']),_0x53531b),_0x54a952['nodes'],_0x54a952['baseVersion']);}if('marker'===_0x22df76['type']&&_0x22df76['name']['startsWith']('$markedRemove')){const _0x182317=_0x22df76;return new _0x18b70c(_0x182317['name'],_0x182317['oldRange'],this['_changeRange'](_0x182317['newRange'],_0x13b5e2['concat'](_0x182317['newRange']['start']['offset']),_0x13b5e2['concat'](_0x182317['newRange']['end']['offset']),_0x53531b),_0x182317['_markers'],_0x182317['affectsData'],_0x182317['baseVersion']);}return _0x22df76;}['_groupAdjacentOperations'](_0x423c0d){if(!_0x423c0d['length'])return[];const _0x33698e=[];let _0x466a97=0x0,_0x1b46bc=0x0,_0x29944c=[];for(let _0x4d4040=0x0;_0x4d4040<=_0x423c0d['length'];_0x4d4040++){const _0x277347=_0x423c0d[_0x4d4040],_0x418a0a=_0x423c0d[_0x4d4040-0x1];!_0x277347||_0x418a0a&&!this['_getOperationEnd'](_0x418a0a)['isTouching'](this['_getOperationStart'](_0x277347))?(_0x33698e['push']({'operations':_0x29944c,'operationsIsolated':_0x29944c['map'](_0x50790a=>this['_shiftOperation'](_0x50790a['clone'](),-_0x1b46bc)),'groupOffset':_0x466a97}),_0x29944c=_0x277347?[_0x277347]:[],_0x1b46bc+=_0x466a97,_0x466a97=0x0):_0x29944c['push'](_0x277347),_0x277347&&'insert'===_0x277347['type']&&(_0x466a97+=_0x277347['howMany']);}return _0x33698e;}['_findAdjacentContextDistance'](_0xb20f8,_0x2469c1,_0x1792cf,_0x360317=0x1){const _0x437592=new _0x58b091({'startPosition':_0xb20f8,'direction':_0x2469c1});let _0x2c001b=0x0;for(let _0x46f8d4=0x0;_0x46f8d4<_0x360317;_0x46f8d4++){let _0x19ccbc=0x0,_0x2a1daf=!0x1,_0x57dda0='forward'===_0x2469c1?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x385638}of _0x437592)if(_0x385638['is']('$textProxy')){const _0x13db56=_0x57dda0['exec'](_0x385638['data']);if(_0x13db56&&_0x13db56['length']){if(_0x19ccbc+='forward'===_0x2469c1?_0x13db56['index']+_0x13db56[0x0]['length']:_0x385638['data']['length']-_0x13db56['index'],_0x13db56[0x0]['length']!==_0x385638['data']['length'])break;_0x2a1daf=!0x0,_0x57dda0='forward'===_0x2469c1?/^\w+/:/\w+$/;}else{if(_0x2a1daf)break;_0x19ccbc+=_0x385638['offsetSize'];}}else{if(_0x385638['is']('element')){_0x1792cf['isInline'](_0x385638)&&!_0x2a1daf&&(_0x19ccbc+=0x1);break;}}_0x2c001b+=_0x19ccbc,_0x437592['jumpTo'](_0xb20f8['getShiftedBy']('forward'===_0x2469c1?_0x2c001b:-_0x2c001b));}return _0x2c001b;}['_getChangeContext'](_0x57b894,_0x4c9713,_0xb17cda){const _0x2a3e22=_0xb17cda['model']['schema'],_0xc17a8a=this['_findAdjacentContextDistance'](_0x57b894,'backward',_0x2a3e22,0x6),_0x364915=this['_findAdjacentContextDistance'](_0x4c9713,'forward',_0x2a3e22,0x6),_0x4477eb=_0x57b894['getShiftedBy'](-_0xc17a8a),_0x1c93f7=_0x4c9713['getShiftedBy'](_0x364915);return{'start':_0x4477eb,'end':_0x1c93f7,'hasContentBefore':!_0x4477eb['isAtStart'],'hasContentAfter':!_0x1c93f7['isAtEnd']};}['_insertMarkers'](_0x204e60,_0xfc47d0){const _0x20bf45=this['context']['plugins']['get']('AIEditing'),_0x3382f8=new Set();_0xfc47d0['model']['change'](_0x2be1a7=>{for(const _0xa27bef of _0x204e60){const _0x3bdf03=''+rh+_0xa27bef['type']+':'+_0xa27bef['groupId']+'_'+_0x20bf45['_nextDataId'](_0x3382f8);this['_markers']['set'](_0x3bdf03,{'id':_0x3bdf03,'groupId':_0xa27bef['groupId'],'type':_0xa27bef['type'],'content':_0xa27bef['content'],'editor':_0xfc47d0}),_0x2be1a7['addMarker'](_0x3bdf03,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2be1a7['createRange'](_0xa27bef['start'],_0xa27bef['end'])});}});}['_createGetContextFn'](_0x4dde54,_0x3f115b,_0x224d94){let _0x2a97c7='';return()=>{if(!_0x2a97c7){const _0x13f895=_0x3f115b['toView'](_0x4dde54,{'showSuggestionHighlights':!0x0});let _0x264111=_0x13f895['getChild'](0x0);if(_0x264111['is']('containerElement')||(_0x264111=_0x13f895),!_0x264111)return'';let _0xce632e=!0x1;const _0x487086=[];for(const _0x2f9b8b of _0x264111['getChildren']())_0x2f9b8b['is']('element','span')&&_0x2f9b8b['hasClass']('ck-ai_review-marker_context-end')&&(_0xce632e=!0x1),_0xce632e&&_0x487086['push'](_0x2f9b8b),_0x2f9b8b['is']('element','span')&&_0x2f9b8b['hasClass']('ck-ai_review-marker_context-start')&&(_0xce632e=!0x0);_0x264111['_removeChildren'](0x0,_0x264111['childCount']),_0x224d94?.['ellipsisBefore']&&_0x264111['_appendChild']('…'),_0x264111['_appendChild'](_0x487086),_0x224d94?.['ellipsisAfter']&&_0x264111['_appendChild']('…');const _0x47ea45=_0x3f115b['htmlProcessor']['domConverter']['viewToDom'](_0x13f895),_0x1d6703=_0x3f115b['htmlProcessor']['htmlWriter']['getHtml'](_0x47ea45);_0x2a97c7=this['_removeUnsupportedElements'](_0x1d6703);}return _0x2a97c7;};}['_createGetContentFn'](_0x5b0d38,_0x4211e5){let _0x6e4f9d='';return()=>(_0x6e4f9d||(_0x6e4f9d=this['_removeUnsupportedElements'](_0x4211e5['stringify'](_0x5b0d38,{'showSuggestionHighlights':!0x0}))),_0x6e4f9d);}['_createGetContentUsingDataIdFn'](_0x4175be,_0x1932d5,_0x590be5){let _0x3c26c4='';return()=>{if(!_0x3c26c4){const _0x337570=_0x590be5['toView'](new _0x4a5f18(_0x4175be));_0x3c26c4=_0x590be5['htmlProcessor']['domConverter']['viewToDom'](_0x337570)['querySelector']('[data-id=\x22'+_0x1932d5+'\x22]')?.['outerHTML']||'';}return _0x3c26c4;};}['_removeUnsupportedElements'](_0x842a42){if(!_0x842a42)return'';const _0x467aa4=ps(_0x842a42,{'decodeEntities':!0x1}),_0x2acb56=ws(_0x467aa4);if(!_0x2acb56['length'])return _0x842a42;for(const _0x46f8c6 of _0x2acb56)_0x3baafe(_0x46f8c6);return ms(_0x467aa4,{'encodeEntities':!0x1});}['_neutralizeChangesOnUnsupportedElements'](_0x2678a8,_0x5c711){const _0x283d2a=ps(_0x2678a8,{'decodeEntities':!0x1}),_0x17f716=ps(_0x5c711,{'decodeEntities':!0x1}),_0x24bb1b=ws(_0x283d2a),_0x509b4b=ws(_0x17f716);if(!_0x24bb1b['length']&&!_0x509b4b['length'])return{'contentInitial':_0x2678a8,'contentNew':_0x5c711};const _0x99d27f=new Map();for(const _0x330404 of _0x24bb1b)_0x99d27f['set'](fs(_0x330404,'data-id'),_0x330404);for(const _0x35a3b0 of _0x509b4b){const _0xa9fae3=fs(_0x35a3b0,'data-id'),_0x5b58ec=_0xa9fae3?_0x99d27f['get'](_0xa9fae3):void 0x0;_0x5b58ec?_0x5e68a2(_0x35a3b0,_0x5b768f(_0x5b58ec,!0x0)):_0x3baafe(_0x35a3b0);}return{'contentInitial':ms(_0x283d2a,{'encodeEntities':!0x1}),'contentNew':ms(_0x17f716,{'encodeEntities':!0x1})};}['_findMarkerElement'](_0x2c44d5,_0x32c2d6=0x5){let _0xab58b1=_0x2c44d5,_0x33b548=null;for(let _0x505063=0x0;_0x505063<_0x32c2d6&&_0xab58b1;_0x505063++)if(_0xab58b1['className']){if((''+_0xab58b1['className'])['includes']('ck-ai_review-marker_')){if(!_0xab58b1['getAttribute']('data-marker-id'))break;_0x33b548=_0xab58b1;break;}_0xab58b1=_0xab58b1['parentElement'];}else _0xab58b1=_0xab58b1['parentElement'];return _0x33b548;}['_findMarkerElementById'](_0x4b0e38){const _0x1dd9a7=this['_markers']['get'](_0x4b0e38);if(!_0x1dd9a7)return null;const _0x4dad55=_0x1dd9a7['editor']['model']['markers']['get'](_0x4b0e38);return _0x4dad55?_0x2a74c3(_0x1dd9a7['editor']['editing'],_0x4dad55):null;}['_getMarkersDataForGroup'](_0x49273f){return Array['from'](this['_markers']['values']())['filter'](_0x1d01cf=>_0x1d01cf['groupId']===_0x49273f);}['_getOperationStart'](_0x244d74){return'insert'===_0x244d74['type']?_0x244d74['position']:_0x244d74['newRange']['start'];}['_getOperationEnd'](_0x57602c,_0x27d861=!0x1){return'insert'===_0x57602c['type']?_0x27d861?_0x57602c['position']:_0x57602c['position']['getShiftedBy'](_0x57602c['howMany']):_0x57602c['newRange']['end'];}['_shiftOperation'](_0x4256f0,_0x360c7a){return'insert'===_0x4256f0['type']?_0x4256f0['position']=_0x4256f0['position']['getShiftedBy'](_0x360c7a):'marker'===_0x4256f0['type']&&_0x4256f0['newRange']&&(_0x4256f0['newRange']=new _0x223931(_0x4256f0['newRange']['start']['getShiftedBy'](_0x360c7a),_0x4256f0['newRange']['end']['getShiftedBy'](_0x360c7a))),_0x4256f0;}['_changeOperationOwnerDocument'](_0x3ccf6e,_0x1130bb){'insert'===_0x3ccf6e['type']?_0x3ccf6e['position']=this['_changePositionOwnerDocument'](_0x3ccf6e['position'],_0x1130bb):'marker'===_0x3ccf6e['type']&&_0x3ccf6e['newRange']&&(_0x3ccf6e['newRange']=this['_changeRangeOwnerDocument'](_0x3ccf6e['newRange'],_0x1130bb));}['_changePositionOwnerDocument'](_0xf43ffa,_0x286cd0){return new _0x35d72f(_0x286cd0,_0xf43ffa['path']);}['_changeRangeOwnerDocument'](_0x3de7c8,_0x5c2e0d){return new _0x223931(this['_changePositionOwnerDocument'](_0x3de7c8['start'],_0x5c2e0d),this['_changePositionOwnerDocument'](_0x3de7c8['end'],_0x5c2e0d));}['_changePosition'](_0x59ee15,_0x488003){return new _0x35d72f(_0x488003,[..._0x59ee15]);}['_changeRange'](_0x8da86f,_0x57db93,_0xbc28a6,_0x39b733){return new _0x223931(this['_changePosition'](_0x57db93,_0x39b733),this['_changePosition'](_0xbc28a6,_0x39b733));}['_sortMarkers'](_0x1c8b12){const _0x268d7b=_0x56f871=>{switch(_0x56f871){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x1c8b12['sort']((_0x7d93a9,_0x2dc640)=>_0x268d7b(_0x7d93a9['type'])-_0x268d7b(_0x2dc640['type']));}['_hasSameTopLevelElement'](_0x17d167,_0x32b148){const _0x2619df=_0x17d167['getChild'](0x0),_0x44756b=_0x32b148['getChild'](0x0);return!(!_0x2619df||!_0x44756b)&&((!_0x2619df['is']('element')||!_0x44756b['is']('element')||_0x2619df['name']===_0x44756b['name'])&&!(_0x2619df['is']('element')&&!_0x44756b['is']('element')||!_0x2619df['is']('element')&&_0x44756b['is']('element')));}['_haveSingleTopLevelElement'](_0x542a82){return 0x1===_0x542a82['childCount'];}['_haveOnlyInlineContent'](_0xfaa606,_0x182e3f){for(const _0x5ac620 of _0xfaa606['getChildren']())if(_0x5ac620['is']('element')&&!_0x182e3f['isInline'](_0x5ac620))return!0x1;return!0x0;}['_upsertDataId'](_0x5eb8aa,_0x34201c){let _0x4dc4bd=_0x5eb8aa['getAttribute'](_0x308ef3);return _0x4dc4bd||(_0x4dc4bd=_0x34201c(),_0x5eb8aa['_setAttribute'](_0x308ef3,_0x4dc4bd)),_0x4dc4bd;}};const ch=/* #__PURE__ -- @preserve */
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
gt();var gh=class extends _h{['id']=vt();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x9e5a52,_0x41a554,_0x171e8d,_0x251fe7,_0x2f5313){super(),this['_sourceCheck']=_0x41a554,this['_documentData']=_0x9e5a52,this['_aiConnector']=_0x171e8d,this['_reviewParams']=_0x251fe7,this['_reviewArgs']=_0x2f5313,this['on']('change:status',(_0x4a6074,_0x1acdff,_0x23bad7)=>{'aborted'==_0x23bad7&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x23bad7,'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'](_0x16fdfd=>'pending'===_0x16fdfd['status']);}get['currentError'](){return this['_currentError'];}get['results'](){return Array['from'](this['_results']['values']());}['updateDocumentData'](_0x203cac){this['_documentData']=_0x203cac;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x37c3bd=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0xfc6578 of _0x37c3bd)'unmodified'!==_0xfc6578['data']['operation']&&('error'!==_0xfc6578['data']['operation']?'review-metadata'!==_0xfc6578['event']?this['_addReviewCheckResult'](_0xfc6578['data']['dataId'],_0xfc6578['data']['textDelta']):this['callId']=_0xfc6578['data']['callId']:this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']||0x0===this['_changes']['length']?this['status']='unmodified':this['status']='ready');}catch(_0x4ad821){this['_currentError']=_0x4ad821,en(_0x4ad821)?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'](_0x5b2ec3,_0x80a842){const _0x8ca0aa=this['_results']['get'](_0x5b2ec3);if(!_0x8ca0aa)return;if(0x0===_0x80a842['length'])return;const _0x302215=[];_0x80a842['forEach']((_0x232e02,_0x5828d1)=>{const _0x5cba43=new dh(_0x8ca0aa['id']+'-'+_0x5828d1,_0x232e02,_0x8ca0aa);_0x5cba43['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x5cba43,'status':_0x5cba43['status']});}),_0x5cba43['on']('change:isActivated',()=>{_0x5cba43['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x5cba43}):this['fire']('reviewCheckResultDeactivated',{'change':_0x5cba43});}),this['_changes']['push'](_0x5cba43),_0x302215['push'](_0x5cba43);}),this['fire']('reviewCheckResultReady',{'changes':_0x302215,'result':_0x8ca0aa,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x9a2a29){const _0x1f2926=this['_changes']['find'](_0x380f4d=>_0x380f4d['id']===_0x9a2a29);return!(!_0x1f2926||'pending'!==_0x1f2926['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x818c65=>!0x0===_0x818c65['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x1d9b47=>'pending'===_0x1d9b47['status']);}['getChangeById'](_0x47ef1c){return this['_changes']['find'](_0x20e056=>_0x20e056['id']===_0x47ef1c);}['markAllChangesAsAccepted'](){for(const _0x1b79e8 of this['_changes'])'pending'===_0x1b79e8['status']&&(_0x1b79e8['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x3c3b8a){const _0x574ccb=this['_changes']['find'](_0x8a92a1=>_0x8a92a1['id']===_0x3c3b8a);_0x574ccb&&'pending'===_0x574ccb['status']&&(_0x574ccb['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x51221c){const _0x5cc7e2=this['_changes']['find'](_0x47e66a=>_0x47e66a['id']===_0x51221c);_0x5cc7e2&&'pending'===_0x5cc7e2['status']&&(_0x5cc7e2['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x239da2){const _0x5e5c3a=this['_changes']['find'](_0x48c0cc=>_0x48c0cc['id']===_0x239da2);_0x5e5c3a&&'pending'===_0x5e5c3a['status']&&(_0x5e5c3a['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x119ca7){const _0x2f4aa3=this['_changes']['find'](_0x5849ef=>_0x5849ef['id']===_0x119ca7);_0x2f4aa3&&'outdated'===_0x2f4aa3['status']&&(_0x2f4aa3['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x4c59d2){this['_changes']['filter'](_0x1bf25a=>_0x1bf25a['isActivated']&&_0x1bf25a['id']!==_0x4c59d2)['forEach'](_0xa4ed42=>{_0xa4ed42['isActivated']=!0x1;});const _0x398189=this['_changes']['find'](_0x3d1e4a=>_0x3d1e4a['id']===_0x4c59d2);_0x398189&&'pending'===_0x398189['status']&&(_0x398189['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x5ce3c3=>_0x5ce3c3['isActivated'])['forEach'](_0x3de6df=>{_0x3de6df['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x1b2b1b){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x397ead;if(_0x1b2b1b){const _0x1ae9c7=this['_changes']['find'](_0x519ab7=>_0x519ab7['id']===_0x1b2b1b);if(_0x1ae9c7&&_0x1ae9c7['isRated'])return;_0x1ae9c7&&(_0x397ead=_0x1ae9c7['parent']['id'],_0x1ae9c7['isRated']=!0x0);}const _0x3c9601={'positiveCount':this['_changes']['filter'](_0x55ff16=>'accepted'===_0x55ff16['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x3c9601,this['callId'],_0x397ead);}['_addReviewCheckResult'](_0x3e7cf6,_0x9bca74){const _0x109158=this['_documentData']['elements']['get'](_0x3e7cf6);if(!_0x109158)return;const _0x5450d5=_0x109158['getContent']();if(_0x5450d5===_0x9bca74)return;const _0x4ca687=new lh({'id':_0x3e7cf6,'contentInitial':_0x5450d5,'contentNew':_0x9bca74,'documentVersion':_0x109158['documentVersion']});this['_results']['set'](_0x4ca687['id'],_0x4ca687),this['fire']('reviewCheckResultAdded',{'result':_0x4ca687,'source':this,'editor':_0x109158['editor']});}['_checkIfFinished'](){'finished'===this['status']&&this['_changes']['filter'](_0x476ffc=>'pending'===_0x476ffc['status'])['length']>0x0&&(this['status']='ready'),'ready'===this['status']&&0x0===this['_changes']['filter'](_0x45a8bf=>'pending'===_0x45a8bf['status'])['length']&&(this['status']='finished');}},Ah=class extends gh{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x4ed5b6=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0xe09c6f=0x0;_0xe09c6f<this['_reviewParams']['length'];_0xe09c6f++){if(!this['_reviewParams'][_0xe09c6f]||!this['_sourceCheck']['options'][_0xe09c6f])continue;const _0x3d3bb5=this['_sourceCheck']['options'][_0xe09c6f]['data']?.['find'](_0x2b53df=>_0x2b53df['id']===this['_reviewParams'][_0xe09c6f]);_0x3d3bb5&&_0x4ed5b6['push'](_0x3d3bb5['label']);}return _0x4ed5b6['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x5788d5,_0x527a84,_0x42290b){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x527a84,_0x5788d5,_0x42290b);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}},Ih=class extends _0x11a14c{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_availableReviewChecks'];['_reporter'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_initRequiredPlugins'](),this['_initAvailableReviewChecks'](),this['_initUIListeners']();}async['_initAvailableReviewChecks'](){this['_availableReviewChecks']=await this['_getReviewChecks'](),this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}['_initUIListeners'](){this['listenTo'](this['_aiReviewCoreUi'],'getReviewCheckList',()=>{this['_availableReviewChecks']&&this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}),this['listenTo'](this['_aiReviewCoreUi'],'runReviewCheck',(_0x27ff6f,_0x349d7d)=>this['runCheck'](_0x349d7d)),this['listenTo'](this['_aiReviewCoreUi'],'leaveReview',()=>{this['_onReviewRunLeave']();}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReviewCoreResultList',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'abortReviewStream',()=>this['abort']()),this['listenTo'](this['_aiReviewCoreUi'],'finishReview',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0xd3a31a=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0xd3a31a['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0xd3a31a['map'](_0x43772a=>_0x43772a['id']),this['_aiSource']);const _0x420830=this['_currentReviewCheckRun'];_0x420830['markAllChangesAsAccepted'](),_0x420830['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x1b849c,_0x1b3d29)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x1b3d29['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x1b3d29['id']],this['_aiSource']),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x1b3d29['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x1b3d29['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x2fe35e,_0x272a1e)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x272a1e['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x272a1e['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x272a1e['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x272a1e['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&(this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_currentReviewCheckRun']['updateDocumentData'](this['_aiReviewCoreEditing']['getDocumentData']()),await this['_currentReviewCheckRun']['restart']());}),this['listenTo'](this['_aiReviewCoreUi'],'activateChange',(_0x42f0d8,_0x98624e)=>{this['_onActivateChange'](_0x98624e);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0xd6a4b3,_0x183600)=>{this['_onDeactivateChange'](_0x183600);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x4fd8f9,_0x222696)=>{this['_onChangeMarkerClicked'](_0x4fd8f9,_0x222696);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x34cb28,_0x4aa562)=>{this['_onChangeMarkerHovered'](_0x34cb28,_0x4aa562);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0xf1cc16,_0x27f7b2)=>{this['_onChangeMarkerRemoved'](_0xf1cc16,_0x27f7b2);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x2e21a5,_0x479435)=>{this['_onChangeMarkerRestored'](_0x2e21a5,_0x479435);});}async['runCheck'](_0x5ebcb9){if(!this['_availableReviewChecks'])return;const _0x34a3fb=this['_availableReviewChecks']['find'](_0x21283a=>_0x21283a['id']===_0x5ebcb9['id']);if(_0x34a3fb){this['_onReviewCheckRun'](_0x5ebcb9),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x5ebcb9,_0x34a3fb),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x510d74,_0x232a8)=>{switch(_0x232a8['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x232a8);break;case'finished':this['_onCheckRunFinished']();break;case'ready':this['_aiReviewCoreUi']['showActionsWhenResultIsReady']();break;case'unmodified':this['_aiReviewCoreUi']['showNoChangesView']();break;case'error-general':this['_aiReviewCoreUi']['showGeneralResultsErrorView'](),this['_logError'](new ht('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new ht('ai-review-mode-check-run-chunk-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'aborted':this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewRunLeave'](!0x0);}'ready'!==_0x232a8['status']&&'error-chunk'!==_0x232a8['status']&&'error-general'!==_0x232a8['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x272c4f,_0x5250b7)=>{if(!this['_currentReviewCheckRun'])throw new ht('ai-review-mode-no-current-check-run',this);const _0x3c0ffb=this['_diffContent'](_0x5250b7['editor'],_0x5250b7['result']['contentInitial'],_0x5250b7['result']['contentNew']);_0x5250b7['source']['addResultChanges'](_0x5250b7['result']['id'],_0x3c0ffb);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0xc8c100,_0x1b024a)=>{for(const _0x5d1120 of _0x1b024a['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x5d1120);this['_markChangePositionInEditorContent'](_0x1b024a['changes'],_0x1b024a['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0xca7f9,_0x3c27a4)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x3c27a4['change']['id'],_0x3c27a4['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x59f84d,_0x370863)=>{this['_onReviewCheckResultActivated'](_0x370863);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x32865c){if(en(_0x32865c))return;_0x32865c instanceof ht?this['_logError'](_0x32865c):this['_logError'](new ht('ai-review-mode-check-run-failed',this,void 0x0,_0x32865c));}}else this['_logError'](new ht('ai-review-mode-source-check-not-found',this,{'checkId':_0x5ebcb9['id']}));}['abort'](){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}['getAvailableChecks'](){return(this['_availableReviewChecks']??[])['slice']();}['getCurrentCheckRun'](){return this['_currentReviewCheckRun'];}['_createReviewCheckRun'](_0x33eebd,_0x4e5e52){return new Ah(this['_aiReviewCoreEditing']['getDocumentData'](),_0x4e5e52,this['_aiConnector'],_0x33eebd['params'],_0x33eebd['args']);}['_onChangeMarkerRemoved'](_0x2f9d00,_0x500da8){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x500da8['changeId']);}['_onChangeMarkerRestored'](_0x53529f,_0x157657){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x157657['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_reporter']=this['context']['plugins']['get'](nn)['createReporter']('aireview');}['_onReviewRunLeave'](_0x54998c=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x54998c&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x8f2351 of this['_aiReviewCoreEditing']['getEditors']())_0x8f2351['editing']['view']['change'](_0x4bc433=>{for(const _0x58f723 of _0x8f2351['editing']['view']['document']['getRoots']())_0x4bc433['removeClass']('ck-ai_review-diff',_0x58f723),_0x4bc433['removeClass']('ck-ai_review-highlights',_0x58f723),_0x4bc433['removeClass']('ck-ai-translate-mode-content',_0x58f723);});}['_logError'](_0x862185){this['_reporter']['logError'](_0x862185),'ai-review-mode-models-unable-to-retrieve'===function(_0x340e9d){return _0x340e9d instanceof sn?_0x340e9d['code']:_0x340e9d instanceof Error?_0x340e9d['message']['match'](/^\S+/)?.[0x0]:void 0x0;}(_0x862185)?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']();}['_scrollToChange'](_0x1eb75b){if('content'===this['_changeActivationSource']){const _0x1512df=this['_aiReviewCoreUi']['getChangeElement'](_0x1eb75b);_0x1512df&&St(_0x1512df['closest']('.ck-ai_review__check-run-result')||_0x1512df);}else{if('panel'===this['_changeActivationSource']){const _0x151929=this['_getChangeContentElement'](_0x1eb75b);if(!_0x151929)return;Rt({'target':_0x151929,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}},ph=class extends gh{['_prompt'];['_model'];constructor(_0x17c474,_0x6a7cb2,_0x2840b5,_0x5292fe,_0x164aef){super(_0x2840b5,_0x5292fe,_0x164aef),this['_prompt']=_0x17c474,this['_model']=_0x6a7cb2;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x592784,_0x144476,_0x4d6646){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x144476,_0x592784,_0x4d6646);}},mh=class{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x126347){this['id']=_0x126347['id'],this['commandId']=_0x126347['commandId'],this['title']=_0x126347['title'],this['description']=_0x126347['description'],this['isParameterized']=_0x126347['isParameterized'],this['useArgs']=_0x126347['useArgs'],this['options']=_0x126347['options'],this['args']=_0x126347['args'];}},Eh=class extends mh{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x255638,_0x12c435,_0x279971){super(_0x255638),this['prompt']=_0x255638['prompt'],this['model']=_0x255638['model'],this['model']?this['_defaultModel']=_0x12c435['find'](_0x24ade6=>_0x24ade6['id']===this['model'])||null:this['_defaultModel']=_0x279971;}get['defaultModel'](){return this['_defaultModel'];}},Th=class extends ph{get['subTitle'](){return'';}set['prompt'](_0x548a1c){this['_prompt']=_0x548a1c;}set['model'](_0x644e44){this['_model']=_0x644e44;}},wh=class extends _0x11a14c{static get['requires'](){return[ls,nn];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_cache'];['_reporter'];['init'](){this['_reporter']=this['context']['plugins']['get'](nn)['createReporter']('aireview');}['getChecksList'](){return this['_cache']||(this['_cache']=this['_loadChecksList']()),this['_cache'];}};const Ch=[{'id':'custom','commandId':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','commandId':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','commandId':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','commandId':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'length','commandId':'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':'tone','commandId':'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'}]}]}],fh=/* #__PURE__ -- @preserve */
|
|
41
|
-
gt();var bh=class extends fh{['_checks']=[];['setupChecks'](_0xdc6d58){this['_checks']=_0xdc6d58['map'](_0x70301e=>new mh(_0x70301e));}get['checks'](){return this['_checks']['slice']();}['getCheckById'](_0x7e4641){return this['checks']['find'](_0x404f75=>_0x404f75['id']===_0x7e4641);}['removeCheckById'](_0x5732d2){this['_checks']=this['_checks']['filter'](_0x2d8797=>_0x2d8797['id']!==_0x5732d2);}},Sh=class extends mh{['_models']=[];['_defaultModel']=null;constructor(_0x492bcb,_0x157c8d,_0x3cec41){super(_0x492bcb),this['_models']=_0x157c8d,this['_defaultModel']=_0x3cec41;}get['models'](){return this['_models']['slice']();}get['defaultModel'](){return this['_defaultModel'];}},Rh=class extends bh{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x130cf3,_0x32ea2b,_0xaac9b){super(),this['_allModels']=_0x130cf3,this['_recommendedModels']=_0x32ea2b,this['_defaultModel']=_0xaac9b;}get['allModels'](){return this['_allModels']['slice']();}['setupChecks'](_0x355e79){this['_checks']=_0x355e79['map'](_0xea7752=>!0x0===_0xea7752['isExtra']?new Eh(_0xea7752,this['_allModels'],this['_defaultModel']):'custom'===_0xea7752['id']?new Sh(_0xea7752,this['_recommendedModels'],this['_defaultModel']):new mh(_0xea7752));}},Oh=class extends wh{static get['pluginName'](){return'AIReviewModeCheckRegistry';}['_modelsLoadError']=null;constructor(_0x5ce092){super(_0x5ce092),this['context']['config']['define']('ai.review.extraCommands',[]);}get['modelsLoadError'](){return this['_modelsLoadError'];}['getExtraChecks'](){return this['context']['config']['get']('ai.review.extraCommands')['map'](_0x5baa34=>({'id':_0x5baa34['id'],'commandId':_0x5baa34['id'],'title':_0x5baa34['label'],'description':_0x5baa34['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x5baa34['prompt'],'model':_0x5baa34['model']}));}async['_loadChecksList'](){const _0x4769ca=[...Ch,...this['getExtraChecks']()]['map'](_0xc8c33=>_0xc8c33['isExtra']?_0xc8c33:this['_translateReviewCheck'](_0xc8c33)),_0x5a081f=await this['_getModels'](),_0x468dc6=new Rh(_0x5a081f['all'],_0x5a081f['recommended'],_0x5a081f['default']);return _0x468dc6['setupChecks'](_0x4769ca),_0x468dc6;}async['_getModels'](){const _0x8189b1=this['context']['plugins']['get']('AIConnector');try{const _0x207672=new Qs({'connector':_0x8189b1,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']}),_0x33dd2d={'all':await _0x207672['getAll'](),'recommended':await _0x207672['getAvailableModels'](),'default':await _0x207672['getDefault']()};return this['_modelsLoadError']=null,_0x33dd2d;}catch(_0x3d3665){return this['_modelsLoadError']=new ht('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x3d3665),this['_reporter']['logError'](this['_modelsLoadError'],{'context':{'operation':'load-review-models'}}),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x1e2fd1){const _0x2249fb='AI_REVIEW_CHECK_'+_0x1e2fd1['commandId']['toUpperCase']()['replaceAll']('-','_'),_0x27ac82={..._0x1e2fd1,'title':this['_translate'](_0x2249fb+'_TITLE',_0x1e2fd1['title']),'description':this['_translate'](_0x2249fb+'_DESCRIPTION',_0x1e2fd1['description'])};return _0x1e2fd1['options']&&(_0x27ac82['options']=_0x1e2fd1['options']['map'](_0x5b979b=>({..._0x5b979b,'label':this['_translate'](_0x2249fb+'_OPTIONS_LABEL',_0x5b979b['label']||''),'data':_0x5b979b['data']?_0x5b979b['data']['map'](_0x3bf897=>({..._0x3bf897,'label':this['_translate'](_0x2249fb+'_OPTIONS_DATA_'+_0x3bf897['id']['toUpperCase'](),_0x3bf897['label'])})):void 0x0}))),_0x27ac82;}['_translate'](_0x163441,_0x454b55){const _0x535f2b=us(this['context']['locale'],_0x163441);return _0x535f2b===_0x163441?_0x454b55:_0x535f2b;}},vh=class extends Ih{static get['pluginName'](){return'AIReviewModeController';}static get['requires'](){return[nn,Oh];}get['_aiSource'](){return'review';}['_isDiffOn']=!0x1;['_usesAvailableCommandsConfig'];constructor(_0xc08e53){super(_0xc08e53),this['_usesAvailableCommandsConfig']=Boolean(this['context']['config']['get']('ai.review.availableCommands')),this['context']['config']['define']('ai.review.availableCommands',Ch['map'](_0x5d2c52=>_0x5d2c52['id']));}['init'](){super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x2d5f8b,_0x57796a)=>{this['_isDiffOn']=_0x57796a['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x3d0f4c,_0x5dca76){if(_0x3d0f4c['isCustom'])return new ph(_0x3d0f4c['args']['prompt'],_0x3d0f4c['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x5dca76,this['_aiConnector']);if(_0x5dca76['isExtra']){const _0x2c0c01=_0x5dca76;return new Th(_0x3d0f4c['args']?.['prompt']??_0x2c0c01['prompt'],_0x3d0f4c['args']?.['model']??_0x2c0c01['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x5dca76,this['_aiConnector']);}return new Ah(this['_aiReviewCoreEditing']['getDocumentData'](),_0x5dca76,this['_aiConnector'],_0x3d0f4c['params'],_0x3d0f4c['args']);}['_onReviewCheckResultActivated'](_0x1de8b2){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x1de8b2['change']['id']),this['_scrollToChange'](_0x1de8b2['change']['id']);const _0x14a513=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x1de8b2['change']['id']);if(!_0x14a513)return;const _0x40a466=this['_aiReviewCoreEditing']['getEditorForChange'](_0x1de8b2['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x1de8b2['change'],()=>_0x14a513['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x40a466,_0x14a513['modelRange']['root']['rootName']),_0x40a466?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x1de8b2['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x4def76){this['_currentReviewCheckRun']&&'click'===_0x4def76['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x4def76['id']));}['_onDeactivateChange'](_0x14ea3a){this['_currentReviewCheckRun']&&'balloon'===_0x14ea3a['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x1c447e,_0x5cd9c2){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x5cd9c2['changeId']);const _0x33287b=this['_currentReviewCheckRun']['getChangeById'](_0x5cd9c2['changeId']);if(!_0x33287b)return;const _0x191e5c=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x5cd9c2['changeId']),_0x3cf21e=this['_aiReviewCoreEditing']['getEditorForChange'](_0x5cd9c2['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x33287b,_0x5cd9c2['markerElement'],_0x5cd9c2['domEvent'],'click',this['_getBalloonDomRoot'](_0x3cf21e,_0x191e5c?.['modelRange']['root']['rootName']),_0x3cf21e?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x5d1e57,_0x3e39a3){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x52bfc6=this['_currentReviewCheckRun']['getChangeById'](_0x3e39a3['changeId']);if(!_0x52bfc6)return;const _0x293bd3=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3e39a3['changeId']),_0x39f991=this['_aiReviewCoreEditing']['getEditorForChange'](_0x3e39a3['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x52bfc6,_0x3e39a3['markerElement'],_0x3e39a3['domEvent'],'hover',this['_getBalloonDomRoot'](_0x39f991,_0x293bd3?.['modelRange']['root']['rootName']),_0x39f991?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']());}['_getChangeContentElement'](_0x1010e7){const _0x1021ca=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x1010e7);return _0x1021ca?_0x1021ca['getElement']():null;}['_markChangePositionInEditorContent'](_0x18b804,_0x55b0bd){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x18b804,_0x55b0bd);}['_diffContent'](_0x112d84,_0x477127,_0x48cee1){return this['_aiReviewCoreEditing']['diffContent'](_0x112d84,_0x477127,_0x48cee1,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x1632d8){_0x1632d8?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x4af774 of this['_aiReviewCoreEditing']['getEditors']())_0x4af774['editing']['view']['change'](_0x254917=>{for(const _0x449acb of _0x4af774['editing']['view']['document']['getRoots']()){for(const _0x44b283 of _0x449acb['getClassNames']())_0x44b283['startsWith']('ck-ai_review-')&&_0x254917['removeClass'](_0x44b283,_0x449acb);_0x254917['addClass'](_0x1632d8?'ck-ai_review-diff':'ck-ai_review-highlights',_0x449acb);}});}['_getBalloonDomRoot'](_0xd72b0b,_0x192204){const _0x5b476a=_0xd72b0b['editing']['view'];if(_0x192204){const _0x3d70b1=_0x5b476a['getDomRoot'](_0x192204);if(_0x3d70b1)return _0x3d70b1;}return _0x5b476a['getDomRoot']()??void 0x0;}async['_getReviewChecks'](){const _0x223c37=this['context']['plugins']['get']('AIReviewModeCheckRegistry'),_0x2aab87=await _0x223c37['getChecksList']();_0x223c37['modelsLoadError']&&this['_logError'](_0x223c37['modelsLoadError']);let _0x483e06=_0x2aab87['checks'];const _0x8edc02=this['context']['config']['get']('ai.review.availableCommands');return this['_logWarningForNonExistentChecks'](_0x8edc02,_0x483e06),this['_usesAvailableCommandsConfig']&&(_0x483e06=_0x8edc02['map'](_0x245416=>_0x483e06['find'](_0x38c414=>_0x38c414['id']===_0x245416))['filter'](_0x421bf4=>!!_0x421bf4)),this['_filterChecksWithMissingModel'](_0x483e06);}['_logWarningForNonExistentChecks'](_0x317a0a,_0x48eb96){const _0x27ba2b=_0x317a0a['filter'](_0x43c8ba=>!_0x48eb96['some'](_0x568a49=>_0x568a49['id']===_0x43c8ba));_0x27ba2b['length']&&this['_reporter']['logError'](new sn({'code':'ai-review-mode-non-existent-commands-used','severity':'warning','context':{'commandIds':_0x27ba2b['join'](',\x20')}}));}['_filterChecksWithMissingModel'](_0x18db75){const _0x57eee4=[];return _0x18db75['forEach'](_0x48efc9=>{(_0x48efc9 instanceof Eh&&!_0x48efc9['defaultModel']||_0x48efc9 instanceof Sh&&!_0x48efc9['models']['length'])&&_0x57eee4['push'](_0x48efc9['id']);}),_0x57eee4['length']&&_0x57eee4['forEach'](_0x56fb3f=>{_0x18db75=_0x18db75['filter'](_0x472a41=>_0x472a41['id']!==_0x56fb3f),this['_reporter']['logError'](new sn({'code':'ai-review-mode-command-unavailable-due-to-missing-model','context':{'commandId':_0x56fb3f}}));}),_0x18db75;}};function kh(_0x4ccdd6,_0x5dbb19,_0x13057c,_0xd7d545){return _0x4ccdd6 instanceof ht?_0x4ccdd6:new ht(_0x5dbb19,_0x13057c,_0xd7d545,_0x4ccdd6);}var Nh=class extends Js{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks']['slice']();}set['affectedBlocks'](_0x6a3ce){this['_affectedBlocks']=_0x6a3ce;}},yh=class extends _0x11a14c{static get['pluginName'](){return'AIReviewGateway';}static get['requires'](){return[hh,Oh,ls,Is,js];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAllCommands'](){return(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['map'](_0x4791c6=>{const _0x16dbfe={'id':_0x4791c6['id'],'title':_0x4791c6['title'],'description':_0x4791c6['description']};return'custom'!==_0x4791c6['id']&&_0x4791c6['options']?.['length']&&(_0x16dbfe['parameters']=_0x4791c6['options'][0x0]['data']['map'](_0x55e190=>({..._0x55e190}))),_0x16dbfe;});}async['getAvailableModels'](){return this['context']['plugins']['get']('AIGateway')['getAvailableModels']();}async['runReview'](_0x3ec41a,_0x31c5f2){return await this['_runReviewCheck'](_0x3ec41a,()=>this['_createReviewCheckRun'](_0x3ec41a,_0x31c5f2?.['parameterId']),_0x31c5f2?.['signal']);}async['runCustomReview'](_0x14f028,_0x4c0dd4){return await this['_runReviewCheck']('custom',()=>this['_createCustomReviewCheckRun']('custom',_0x14f028,_0x4c0dd4?.['model']),_0x4c0dd4?.['signal']);}['applyReview'](_0xee9e45,_0x7e3d05){this['context']['plugins']['get']('AIGateway')['apply'](_0xee9e45,{'applyMethod':_0x7e3d05,'aiSource':'review'});}async['_runReviewCheck'](_0x50665b,_0x2ae9f7,_0x216abc){const _0x7ce4db=_s(this['context']),_0x4ec2bd=new Nh({'editor':_0x7ce4db,'rootName':_0x7ce4db['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x7ce4db['plugins']['get']('AIEditing')['getSessionId'](_0x7ce4db)});let _0x5182a7,_0x2b9b75;if(_0x216abc){if(_0x216abc['aborted'])return _0x4ec2bd['abort'](),_0x4ec2bd;const _0x3e940e=()=>{_0x4ec2bd['error']||(_0x4ec2bd['abort'](),_0x5182a7&&_0x5182a7['abort']());};_0x216abc['addEventListener']('abort',_0x3e940e),_0x2b9b75=()=>_0x216abc['removeEventListener']('abort',_0x3e940e);}try{_0x5182a7=await _0x2ae9f7(),_0x4ec2bd['contentRawOld']=_0x5182a7['documentData']['content'],_0x4ec2bd['documentVersion']=Array['from'](_0x5182a7['documentData']['elements'])['find'](([,_0x2e9d65])=>_0x2e9d65['rootName']===_0x4ec2bd['rootName'])?.[0x1]['documentVersion']??0x1,_0x5182a7['on']('reviewCheckRunUpdated',(_0x3bdae1,_0x59321f)=>{'aborted'===_0x59321f['status']?_0x4ec2bd['abort']():'error-general'!==_0x59321f['status']&&'error-chunk'!==_0x59321f['status']||(_0x4ec2bd['error']=kh(_0x59321f['error'],'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x50665b}));}),'aborted'!==_0x4ec2bd['status']&&await _0x5182a7['start']();}catch(_0x2504b4){_0x4ec2bd['error']=kh(_0x2504b4,'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x50665b});}finally{_0x2b9b75&&_0x2b9b75();}if(!_0x5182a7||'aborted'===_0x4ec2bd['status']||'error'===_0x4ec2bd['status'])return _0x4ec2bd;_0x4ec2bd['affectedBlocks']=_0x5182a7['results']['map'](_0x5ee732=>({'id':_0x5ee732['id'],'content':_0x5ee732['contentNew']}));try{_0x4ec2bd['contentRawNew']=ms(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x4ec2bd['affectedBlocks'],_0x4ec2bd['contentRawOld'],_0x4ec2bd['editor']));}catch(_0x3318be){_0x4ec2bd['error']=kh(_0x3318be,'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x50665b});}return _0x4ec2bd;}async['_createReviewCheckRun'](_0x2e4250,_0x4e6601){const _0x57b028=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x1702fd=>_0x1702fd['id']===_0x2e4250);if(!_0x57b028)throw new ht('ai-reviewgateway-unknown-command',this,{'checkId':_0x2e4250});if(_0x57b028 instanceof Sh)throw new ht('ai-reviewgateway-not-a-system-command',this,{'checkId':_0x2e4250});const _0x433309=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x2929ac=this['context']['plugins']['get']('AIConnector');if(_0x57b028 instanceof Eh){if(!_0x57b028['defaultModel']?.['id'])throw new ht('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x2e4250});return new Th(_0x57b028['prompt'],_0x57b028['defaultModel']['id'],_0x433309,_0x57b028,_0x2929ac);}return new Ah(_0x433309,_0x57b028,_0x2929ac,_0x4e6601?[_0x4e6601]:void 0x0);}async['_createCustomReviewCheckRun'](_0x9a4c5d,_0x50c8f0,_0x5cb36e){const _0x449702=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x110f7e=>_0x110f7e['id']===_0x9a4c5d);if(!_0x449702)throw new ht('ai-reviewgateway-unknown-command',this,{'checkId':_0x9a4c5d});if(!(_0x449702 instanceof Sh))throw new ht('ai-reviewgateway-not-a-custom-command',this,{'checkId':_0x9a4c5d});const _0x5cb260=_0x5cb36e??_0x449702['defaultModel']?.['id'];if(!_0x50c8f0)throw new ht('ai-reviewgateway-missing-custom-command-prompt',this,{'checkId':_0x9a4c5d});if(!_0x5cb260)throw new ht('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x9a4c5d});return new ph(_0x50c8f0,_0x5cb260,this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x449702,this['context']['plugins']['get']('AIConnector'));}},xh=class extends _0x11a14c{static get['requires'](){return[vh,nh,hh,yh];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['startReview'](_0x1e0ca3,_0xef3254){if(this['assertStartReviewPreconditions'](_0x1e0ca3)instanceof Sh)throw new ht('ai-reviewmode-not-a-system-command',this,{'commandId':_0x1e0ca3});ka(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x1e0ca3,'params':_0xef3254?.['parameterId']?[_0xef3254['parameterId']]:void 0x0});}async['startCustomReview'](_0x40d159,_0x1a7c66){if(!_0x40d159)throw new ht('ai-reviewmode-missing-custom-command-prompt',this);const _0x3e32ff=Ch['find'](_0x19d803=>'custom'===_0x19d803['commandId'])['id'],_0x530615=this['assertStartReviewPreconditions'](_0x3e32ff),_0x569945=_0x1a7c66?.['model']??_0x530615['defaultModel']?.['id'];if(!_0x569945)throw new ht('ai-reviewmode-missing-custom-command-model',this);ka(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x3e32ff,'isCustom':!0x0,'args':{'prompt':_0x40d159,'model':_0x569945}});}['getAvailableCommands'](){return this['context']['plugins']['get']('AIReviewModeController')['getAvailableChecks']()['map'](_0x1f9e41=>{const _0x2a7835={'id':_0x1f9e41['id'],'title':_0x1f9e41['title'],'description':_0x1f9e41['description']};return'custom'!==_0x1f9e41['id']&&_0x1f9e41['options']?.['length']&&(_0x2a7835['parameters']=_0x1f9e41['options'][0x0]['data']['map'](_0x51f794=>({..._0x51f794}))),_0x2a7835;});}['assertStartReviewPreconditions'](_0x49c12c){const _0x2e8479=this['context']['plugins']['get']('AIReviewModeController');if(_0x2e8479['getCurrentCheckRun']())throw new ht('ai-reviewmode-review-already-running',this);const _0xc9adad=_0x2e8479['getAvailableChecks']()['find'](_0x196110=>_0x196110['id']===_0x49c12c);if(!_0xc9adad)throw new ht('ai-reviewmode-unknown-command',this,{'commandId':_0x49c12c});return _0xc9adad;}},Lh=class extends Ah{['_title'];constructor(_0x4f032f,_0x28b251,_0x1df903,_0x5c10c9,_0x1c65d8,_0x2c2332){super(_0x4f032f,_0x28b251,_0x1df903,_0x1c65d8,_0x2c2332),this['_title']=_0x5c10c9;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}},Dh=class extends mh{get['apiId'](){return'translate';}},Ph=class extends bh{['setupChecks'](_0x271491){this['_checks']=_0x271491['map'](_0x3bf58a=>new Dh(_0x3bf58a));}};const Hh=[{'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'}];var Mh=class extends wh{static get['pluginName'](){return'AITranslateCheckRegistry';}constructor(_0x2e8002){super(_0x2e8002),this['context']['config']['define']('ai.translate.languages',Hh);}async['_loadChecksList'](){const _0x573252=[],_0x13e028=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x44f4a7 of _0x13e028)_0x573252['push']({'title':_0x44f4a7['label'],'id':_0x44f4a7['id'],'commandId':_0x44f4a7['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x44f4a7['id']}});const _0x580d4c=new Ph();return _0x580d4c['setupChecks'](this['_translateChecks'](_0x573252)),_0x580d4c;}['_translateChecks'](_0x3a879d){const _0x48ee9e=this['context']['locale'];return _0x3a879d['map'](_0x3812a5=>{const _0x57c00b='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x3812a5['title']['toUpperCase']()['replaceAll']('-','_'),_0xff94a4=us(_0x48ee9e,_0x57c00b);return{..._0x3812a5,'title':_0xff94a4===_0x57c00b?_0x3812a5['title']:_0xff94a4};});}},Vh=class extends Ih{static get['pluginName'](){return'AITranslateController';}static get['requires'](){return[nn,Mh];}get['_aiSource'](){return'translate';}['_onCheckRunFinished'](){this['_onReviewRunLeave'](!0x0);}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AITranslateUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x1ca4d7,_0x330a57){return new Lh(this['_aiReviewCoreEditing']['getDocumentData'](),_0x330a57,this['_aiConnector'],us(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x1ca4d7['params'],_0x1ca4d7['args']);}['_onReviewCheckResultActivated'](_0x17a8cc){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x17a8cc['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x17a8cc['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x43dba0){this['_currentReviewCheckRun']&&('hover'===_0x43dba0['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x43dba0['id'])),'click'===_0x43dba0['uiInteraction']&&this['_scrollToChange'](_0x43dba0['id']));}['_onDeactivateChange'](_0x292885){this['_currentReviewCheckRun']&&'panel'===_0x292885['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x344a90,_0x2c8ffe){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x2c8ffe['changeId']),this['_scrollToChange'](_0x2c8ffe['changeId']));}['_onChangeMarkerHovered'](_0x24fa0c,_0x435933){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x435933['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x435933['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x48cdec){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x48cdec);}['_markChangePositionInEditorContent'](_0x5b1925,_0x342400){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x5b1925,_0x342400);}['_diffContent'](_0x583d51,_0x3e2562,_0x5999ef){return this['_aiReviewCoreEditing']['diffContent'](_0x583d51,_0x3e2562,_0x5999ef,!0x0);}['_onReviewCheckRun'](){for(const _0x170cc5 of this['_aiReviewCoreEditing']['getEditors']())_0x170cc5['editing']['view']['change'](_0x1569b3=>{for(const _0x123687 of _0x170cc5['editing']['view']['document']['getRoots']())_0x1569b3['addClass']('ck-ai-translate-mode-content',_0x123687);});}async['_getReviewChecks'](){return(await this['context']['plugins']['get']('AITranslateCheckRegistry')['getChecksList']())['checks'];}},Uh=class extends Qa{constructor(_0x142d5d,_0x135337){super(_0x142d5d,_0x135337),this['on']('set:isLoading',(_0x2929c7,_0x263427,_0x5ae136)=>{_0x5ae136&&(this['headerTitle']=us(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x448340,_0x218bad,_0x4a4056)=>{_0x4a4056&&(this['headerTitle']=us(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x52b722=super['_createAcceptAllButtonView']();return _0x52b722['set']('label',us(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x52b722;}['_createExitReviewButtonView'](){const _0x5c5a66=super['_createExitReviewButtonView']();return _0x5c5a66['set']('label',us(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x5c5a66;}},Bh=class extends sh{['_setupTemplate'](){const _0x14ba8e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x14ba8e['if']('isVisible','ck-hidden',_0x291c30=>!_0x291c30)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':us(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':us(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x14ba8e['if']('isVisible','ck-hidden',_0x157d15=>!_0x157d15)]},'children':this['_checkViews']}]});}},Gh=class extends Wa{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x539b5a=this['context']['plugins']['get']('AITabs'),_0x2c9837=this['context']['locale'],_0x3d5b5c=new Ho(_0x2c9837,{'label':us(_0x2c9837,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x3ce940,'class':'ck-ai-header_review-translate','showResizeButton':_0x539b5a['showResizeButton']});_0x3d5b5c['delegate']('resizeTabs')['to'](_0x539b5a),_0x3d5b5c['bind']('isMaximized')['to'](_0x539b5a['view'],'isMaximized',_0x980adb=>_0x980adb);const _0x2d9f75=new $a(_0x2c9837,{'header':_0x3d5b5c,'list':new Bh(_0x2c9837),'results':new Uh(_0x2c9837,{'generalErrorText':us(_0x2c9837,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new Xa(_0x2c9837,{'headerText':us(_0x2c9837,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':us(_0x2c9837,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':us(_0x2c9837,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x2d9f75['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x2d9f75;}['registerTab'](){const _0x3c8612=this['context']['plugins']['get']('AITabs');_0x3c8612['view']['on']('activateTab',(_0x1384a8,{newTab:_0x195145,oldTab:_0x4b7fac})=>{'translate'===_0x195145?this['fire']('getReviewCheckList'):'translate'===_0x4b7fac&&this['fire']('leaveReview');}),_0x3c8612['view']['addTab']({'id':'translate','buttonLabel':us(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x3ce940,'order':0x0,'content':this['_mainView']});}},Fh=class extends Js{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks'];}set['affectedBlocks'](_0x229236){this['_affectedBlocks']=_0x229236;}},Kh=class extends _0x11a14c{static get['pluginName'](){return'AITranslateGateway';}static get['requires'](){return[hh,ls,Is,js];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['runTranslate'](_0x349b04,_0x3c2139){return await this['_runTranslateCheck'](_0x349b04,()=>this['_createTranslateCheckRun'](_0x349b04),_0x3c2139?.['signal']);}['applyTranslate'](_0x3277e2,_0x26b2e7){this['context']['plugins']['get']('AIGateway')['apply'](_0x3277e2,_0x26b2e7);}async['_runTranslateCheck'](_0x32c884,_0x215f57,_0x232863){const _0x56566f=_s(this['context']),_0x1af2a6=new Fh({'editor':_0x56566f,'rootName':_0x56566f['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x56566f['plugins']['get']('AIEditing')['getSessionId'](_0x56566f)});let _0x41f9fb,_0x175db0;if(_0x232863){if(_0x232863['aborted'])return _0x1af2a6['abort'](),_0x1af2a6;const _0x5a4a4e=()=>{_0x1af2a6['error']||(_0x1af2a6['abort'](),_0x41f9fb&&_0x41f9fb['abort']());};_0x232863['addEventListener']('abort',_0x5a4a4e),_0x175db0=()=>_0x232863['removeEventListener']('abort',_0x5a4a4e);}try{_0x41f9fb=await _0x215f57(),_0x1af2a6['contentRawOld']=_0x41f9fb['documentData']['content'],_0x1af2a6['documentVersion']=Array['from'](_0x41f9fb['documentData']['elements'])['find'](([,_0x3e1e80])=>_0x3e1e80['rootName']===_0x1af2a6['rootName'])?.[0x1]['documentVersion']??0x1,_0x41f9fb['on']('reviewCheckRunUpdated',(_0x41e405,_0x311eb5)=>{'aborted'===_0x311eb5['status']?_0x1af2a6['abort']():'error-general'!==_0x311eb5['status']&&'error-chunk'!==_0x311eb5['status']||(_0x1af2a6['error']=kh(_0x311eb5['error'],'ai-translategateway-translation-run-failed',this,{'language':_0x32c884}));}),'aborted'!==_0x1af2a6['status']&&await _0x41f9fb['start']();}catch(_0x37b943){_0x1af2a6['error']=kh(_0x37b943,'ai-translategateway-translation-run-failed',this,{'language':_0x32c884});}finally{_0x175db0&&_0x175db0();}if(!_0x41f9fb||'aborted'===_0x1af2a6['status']||'error'===_0x1af2a6['status'])return _0x1af2a6;_0x1af2a6['affectedBlocks']=_0x41f9fb['results']['map'](_0x507f2f=>({'id':_0x507f2f['id'],'content':_0x507f2f['contentNew']}));try{_0x1af2a6['contentRawNew']=ms(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x1af2a6['affectedBlocks'],_0x1af2a6['contentRawOld'],_0x1af2a6['editor']));}catch(_0x2fa30f){_0x1af2a6['error']=kh(_0x2fa30f,'ai-translategateway-translation-run-failed',this,{'language':_0x32c884});}return _0x1af2a6;}async['_createTranslateCheckRun'](_0x4e82d7){const _0x4e82f5=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x7cb231=this['context']['plugins']['get']('AIConnector');return new Lh(_0x4e82f5,new Dh({'id':_0x4e82d7,'commandId':_0x4e82d7,'title':_0x4e82d7,'description':'','isParameterized':!0x1}),_0x7cb231,us(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),void 0x0,{'language':_0x4e82d7});}},Wh=class extends _0x11a14c{static get['requires'](){return[Vh,Gh,hh,Kh];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['startTranslate'](_0x9990aa){const _0x30589a=this['assertStartTranslatePreconditions'](_0x9990aa);ka(this['context'],'translate'),await this['context']['plugins']['get']('AITranslateController')['runCheck']({'id':_0x30589a['id'],'args':_0x30589a['useArgs']?_0x30589a['args']:void 0x0});}['getAvailableLanguages'](){return this['context']['plugins']['get']('AITranslateController')['getAvailableChecks']()['map'](_0x407179=>({'id':_0x407179['id'],'label':_0x407179['title']}));}['assertStartTranslatePreconditions'](_0x38f0af){const _0x4a9f99=this['context']['plugins']['get']('AITranslateController');if(_0x4a9f99['getCurrentCheckRun']())throw new ht('ai-translate-translation-already-running',this);const _0x5e9d0b=_0x4a9f99['getAvailableChecks']()['find'](_0x3da05a=>_0x3da05a['id']===_0x38f0af);if(!_0x5e9d0b)throw new ht('ai-translate-unknown-language',this,{'languageId':_0x38f0af});return _0x5e9d0b;}};export{Ua as AIActions,vi as AIAdapter,Ji as AIAssistant,Xi as AIAssistantUI,la as AIBalloon,ta as AIChat,kn as AIChatController,Hr as AIChatFeedCustomElementView,Zo as AIChatHistory,Jo as AIChatHistoryController,qo as AIChatHistoryUI,fn as AIChatInteraction,na as AIChatShortcuts,Bo as AIChatUI,ls as AIConnector,sn as AICoreError,tn as AIDocumentProcessingGateway,Zs as AIDocumentProcessingRunResult,Is as AIEditing,Aa as AIEditorIntegration,rn as AIErrorReporter,nn as AIErrorSink,js as AIGateway,An as AIInteraction,Ba as AIQuickActions,Oa as AIQuickActionsUI,dn as AIReply,ki as AIRequestError,mh as AIReviewCheck,lh as AIReviewCheckResult,dh as AIReviewCheckResultChange,gh as AIReviewCheckRun,yh as AIReviewGateway,xh as AIReviewMode,Ih as AIReviewModeController,hh as AIReviewModeEditing,nh as AIReviewModeUI,Nh as AIReviewRunResult,Js as AIRunResult,cs as AITabs,hs as AITabsMainView,rs as AITabsView,ts as AITextAdapter,oa as AIToggleButtonUI,Wh as AITranslate,Vh as AITranslateController,Kh as AITranslateGateway,Fh as AITranslateRunResult,Gh as AITranslateUI,is as AWSTextAdapter,es as OpenAITextAdapter,yi as ShowAIAssistantCommand,ra as ToggleAICommand,cn as createResizeButton,Zi as getDefaultAICommands,zs as markOperationsAsAI};
|
|
23
|
+
import{Command as _0x3cd7f1,ContextPlugin as _0x77cfae,Editor as _0x5849ed,Plugin as _0x46bc1f,rootAcceptsBlocks as _0x2e6aed}from'@ckeditor/ckeditor5-core';import{IconAI as _0x15d9a0,IconAIAdjustLength as _0x31749f,IconAIAskAI as _0x55f0e2,IconAIChangeTone as _0x3be6bb,IconAIChat as _0x39a424,IconAIChatCommands as _0x108d0d,IconAIContinueWriting as _0xa13cd,IconAIGrammarCheck as _0x2ab9b3,IconAIHistory as _0x198287,IconAIImproveWriting as _0x5882fe,IconAIOther as _0x49182f,IconAIQuickActions as _0x5f0553,IconAIReview as _0x13ea44,IconAITranslate as _0x164672,IconBoxWithCheck as _0x57df96,IconBoxWithCross as _0x3edf99,IconBoxWithMarker as _0x2b88d0,IconBrowseFiles as _0x7ae57f,IconBulb as _0x5d171c,IconCancel as _0x40a4cb,IconCheck as _0x32ea05,IconChevronDown as _0x2c7807,IconChevronRight as _0x3601b4,IconChevronUp as _0x25db08,IconCopy as _0x4c57f5,IconDocument as _0x1e6b58,IconDocumentOutline as _0x2033c3,IconDropdownArrow as _0xd84f6e,IconError as _0x586d89,IconEye as _0x3dc8cb,IconEyeCrossedOut as _0x41b1f1,IconFileUpload as _0x7cedc0,IconImage as _0x414e6e,IconInfo as _0x31aaf1,IconLink as _0x5943de,IconLoupe as _0x2b7096,IconMagicWand as _0x1d8e78,IconMaximize as _0x4f4ffb,IconMinimize as _0x24bdae,IconNextArrow as _0x3b32e9,IconOutdated as _0x3ad071,IconPaperClip as _0x334e29,IconPin as _0x2175f6,IconPlus as _0x2ee682,IconPreviousArrow as _0x58652b,IconRefresh as _0x5527c5,IconRevisionHistory as _0x3dfa46,IconRobotPencil as _0x190c48,IconSelection as tt,IconShowChangesOff as et,IconShowChangesOn as it,IconStop as st,IconSubmit as nt,IconThreeHorizontalDots as rt,IconThumbDown as ot,IconThumbUp as at,IconWeb as ht}from'@ckeditor/ckeditor5-icons';import{CKEditorError as ct,Collection as lt,DomEmitterMixin as ut,EmitterMixin as dt,FocusTracker as _t,KeystrokeHandler as gt,ObservableMixin as At,Rect as It,ResizeObserver as pt,_isMotionReduced as Et,first as mt,getConstrainedViewportRect as Tt,global as wt,insertToPriorityArray as Ct,isVisible as ft,logError as bt,logWarning as St,scrollAncestorsToShowTarget as Rt,scrollViewportToShowTarget as Ot,toArray as vt,uid as kt,version as yt}from'@ckeditor/ckeditor5-utils';import{AutocompleteView as Nt,BalloonPanelView as xt,BalloonToolbar as Lt,BodyCollection as Pt,ButtonLabelView as Dt,ButtonLabelWithHighlightView as Ht,ButtonView as Mt,Dialog as Ut,DialogViewPosition as Vt,DropdownMenuPanelPositioningFunctions as Bt,FileDialogButtonView as Gt,FocusCycler as Ft,FormHeaderView as Kt,FormRowView as Wt,HighlightedTextView as Yt,IconView as $t,InputTextView as qt,LabeledFieldView as Qt,ListItemButtonView as Xt,ListItemGroupView as zt,ListItemView as jt,ListView as Jt,MenuBarMenuListItemButtonView as Zt,MenuBarMenuListItemView as te,MenuBarMenuListView as _0x1a597c,MenuBarMenuView as _0x4a3eb2,SearchTextView as _0x176ba3,SpinnerView as _0x430739,Template as _0x262be9,TextareaView as _0x34bdb4,ToolbarView as _0x258303,UIModel as _0x557175,View as _0x414492,ViewCollection as _0x215355,addListToDropdown as _0xec2131,addMenuToDropdown as _0x19f6d6,clickOutsideHandler as _0x4b6d2c,createDropdown as _0x44881d,createLabeledInputText as _0x155346,createLabeledTextarea as _0x56fb88,submitHandler as _0x3c38d9}from'@ckeditor/ckeditor5-ui';import{ClipboardMarkersUtils as _0x58bd49,ClipboardPipeline as _0x1cc040}from'@ckeditor/ckeditor5-clipboard';import{InsertOperation as _0x3690bf,MarkerOperation as _0x571150,Matcher as _0x461578,ModelDocumentFragment as _0xe9fd4c,ModelPosition as _0x29cdf6,ModelRange as _0x5b86ed,ModelTreeWalker as _0x170ca4,ViewDataTransfer as _0x3e0cce,ViewDocumentDomEventData as _0x4c3ed5,ViewDowncastWriter as _0x5800bd,ViewUpcastWriter as _0x474258,_DetachOperation as _0x47f76a,_insertIntoModelNodeList as _0x470c9e,_removeFromModelNodeList as _0x10f5dd,transformOperationSets as _0x318423}from'@ckeditor/ckeditor5-engine';import{cloneDeep as _0x182e99,debounce as _0x1bbda5,escape as _0x31e6fe,escapeRegExp as _0x4f4662,omit as _0x5d9ad4,throttle as _0xe640af,unescape as _0x3ab449}from'es-toolkit/compat';import{createParser as _0x419e25}from'eventsource-parser';import{CloudServices as _0x17bc00}from'@ckeditor/ckeditor5-cloud-services';import{parseDocument as _0x32b963}from'htmlparser2';import{append as _0x2de99f,appendChild as _0x3c15cc,find as _0x5bfaa4,findAll as _0xbb5ed2,findOne as _0x3aba21,getChildren as _0x346c46,getParent as _0x2e8850,isComment as _0x2cea0f,isTag as _0x40b07f,prepend as ti,prependChild as _0x3651de,removeElement as _0x5c7bf0,replaceElement as _0x2abda5,textContent as _0x4dee2d}from'domutils';import _0xa920ee from'dom-serializer';import{Document as _0x35b618,Element as _0x122249,NodeWithChildren as _0x370d1e,Text as _0x36754e,cloneNode as _0x538a60,isDocument as _0x5b65c1,isText as _0x4d4881}from'domhandler';import{ConfirmMixin as _0x15fd82,DATA_ID_MODEL_ATTRIBUTE as _0x27a049,DATA_ID_VIEW_ATTRIBUTE as _0x440ccf,DocumentCompare as _0x1ba3e1,PillView as _0x5b4e2e,SuggestionsConversion as _0x256bf3,fixElementSuggestionRange as _0x5afb7a,getAllMarkersDomElementsSorted as _0x4bbc7b,getMarkerDomElement as _0xdc273f,isInvalidAttributeOperation as _0x2355a7}from'@ckeditor/ckeditor5-collaboration-core';import{MarkdownGfmMdToHtml as _0x33f03a,MarkdownGfmMdToHtmlDefaultPlugins as _0xfbe022}from'@ckeditor/ckeditor5-markdown-gfm';import _0x2fb9c2 from'rehype-sanitize';import _0x5a6357 from'morphdom';import{diffArrays as _0x1e1781}from'diff';const vi='_ungrouppedCommands';function ki(_0x524a2b,_0x2d4be8){const _0x38a514=(0x0,_0x2d4be8['t'])('Other');return _0x524a2b['length']?'groupId'in _0x524a2b[0x0]?_0x524a2b:[{'groupId':vi,'groupLabel':_0x38a514,'order':0x1/0x0,'commands':_0x524a2b}]:[{'groupId':vi,'groupLabel':_0x38a514,'order':0x1/0x0,'commands':[]}];}const yi=globalThis['DataTransfer'],Ni='ai-ui';var xi=class extends _0x46bc1f{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){const {editor:_0x7cfdf7}=this,_0x3ed015=['ck-fake-ai-selection'];_0x7cfdf7['config']['get']('ai.assistant.useTheme')&&_0x3ed015['push']('ck-ai-assistant-ui_theme'),_0x7cfdf7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ni,'view':{'classes':_0x3ed015,'priority':0xc}}),_0x7cfdf7['conversion']['for']('editingDowncast')['markerToElement']({'model':Ni,'view':(_0x2cacc8,{writer:_0x334970})=>{if(!_0x2cacc8['markerRange']['isCollapsed'])return null;const _0x764dfd=_0x334970['createUIElement']('span');return _0x334970['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x764dfd),_0x764dfd;}});}afterInit(){!async function(_0x52bf94){const _0x5b0041='nA7yurgOHbZvDplRkJscdICm86oPWx92f1qF0LaSX3NGwTMK4jVtYUBQi5zheE',_0x364c78=0x79140,_0x362d1c=window['Date']['now'](),_0x167daf=_0x52bf94['editor'],_0x36b70c=new window['Promise'](_0x498246=>{_0x167daf['once']('ready',_0x498246);}),_0x29cab3={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x3bf9c1=_0x167daf['config']['get']('licenseKey');async function _0xdcc269(){let _0x4063cd,_0x519159=null,_0x504dbf=null;try{return'GPL'==_0x3bf9c1?'NotAllowed':(_0x4063cd=_0x28c0ce(),_0x4063cd?(_0x4063cd['usageEndpoint']&&(_0x504dbf=_0x25918f(_0x4063cd['usageEndpoint'],_0x4063cd['jti'])),await _0x4d4cc1()?_0x33827d()?_0x54421a()?'Expired':_0x153124()?('evaluation'==_0x4063cd['licenseType']&&(_0x519159=_0x34b8ad('EvaluationLimit')),await _0x5aa8b2()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x54421a(){const _0x2fdc5c=['evaluation','trial']['includes'](_0x4063cd['licenseType'])?_0x362d1c/0x3e8:0xe10*_0x364c78;return _0x4063cd['exp']<_0x2fdc5c;}function _0x33827d(){const _0x544321=_0x4063cd['features'];return!!_0x544321&&(!!_0x544321['includes']('*')||!!_0x544321['includes']('AI'));}function _0x153124(){const _0x26623b=_0x4063cd['licensedHosts'];if(!_0x26623b||0x0==_0x26623b['length'])return!0x0;const {hostname:_0x46245e}=new URL(window['location']['href']);if(_0x26623b['includes'](_0x46245e))return!0x0;const _0x2fe833=_0x46245e['split']('.');return _0x26623b['filter'](_0x9d6a9d=>_0x9d6a9d['includes']('*'))['map'](_0x46a25e=>_0x46a25e['split']('.'))['filter'](_0x369b4d=>_0x369b4d['length']<=_0x2fe833['length'])['map'](_0x5c67f1=>Array(_0x2fe833['length']-_0x5c67f1['length'])['fill']('*'===_0x5c67f1[0x0]?'*':'')['concat'](_0x5c67f1))['some'](_0x3e6cf1=>_0x2fe833['every']((_0x56b6a1,_0xdb22f7)=>_0x3e6cf1[_0xdb22f7]===_0x56b6a1||'*'===_0x3e6cf1[_0xdb22f7]));}function _0x5aa8b2(){return _0x519159&&_0x504dbf?new window['Promise']((_0x1d20c1,_0x123d69)=>{_0x519159['then'](_0x1d20c1,_0x123d69),_0x504dbf['then'](_0x43e6b=>{'Valid'!=_0x43e6b&&_0x1d20c1(_0x43e6b);},_0x123d69);}):_0x519159||_0x504dbf||'Valid';}}function _0x25918f(_0x5df200,_0xde8748){return new window['Promise'](_0x3f9deb=>{if(_0x11ee8e())return _0x3f9deb('Valid');_0x2f241c(),_0x167daf['decorate']('_sendUsageRequest');let _0x2f8166=!0x1;const _0xd3eeb0=kt();function _0x351ed4(_0x1a16ea){return!!_0x1a16ea&&('object'==typeof _0x1a16ea||'function'==typeof _0x1a16ea)&&'function'==typeof _0x1a16ea['then']&&'function'==typeof _0x1a16ea['catch'];}function _0x14965a(_0x5c7c72){_0x8fc030(_0x5c7c72)['then'](_0x54f19c=>_0x54f19c&&'ok'==_0x54f19c['status']?_0x14e9db(_0x4ef3fb(_0xd3eeb0+_0xde8748))!=_0x54f19c['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x545e84=>(_0x520d81(),_0x545e84),()=>{const _0x3fff7d=_0x1270d3();return null==_0x3fff7d?(_0x520d81(),'Valid'):_0x362d1c-_0x3fff7d>0x240c8400?'UsageLimit':'Valid';})['then'](_0x3f9deb)['catch'](()=>{_0x3f9deb('UsageLimit');});const _0x9d88ba=0x36ee80;function _0x520d81(){const _0x2fb5dc='llct-'+_0x14e9db(_0x4ef3fb(_0x5df200)),_0x4c443c=_0x1db2fd(_0x14e9db(window['Math']['ceil'](_0x362d1c/_0x9d88ba)));window['localStorage']['setItem'](_0x2fb5dc,_0x4c443c);}function _0x1270d3(){const _0x53a436='llct-'+_0x14e9db(_0x4ef3fb(_0x5df200)),_0x135906=window['localStorage']['getItem'](_0x53a436);return _0x135906?window['parseInt'](_0x1db2fd(_0x135906),0x10)*_0x9d88ba:null;}function _0x8fc030(_0x507e47){return new window['Promise']((_0x29da34,_0x12f967)=>{_0x507e47['then'](_0x29da34,_0x12f967),window['setTimeout'](_0x12f967,0x1d4c0);});}}_0x167daf['on']('_sendUsageRequest',(_0x14780e,_0x18be8d)=>{if(_0x18be8d[0x0]!=_0x5df200)return _0x3f9deb('UsageLimit');_0x18be8d[0x1]={..._0x18be8d[0x1],'requestId':_0xd3eeb0};},{'priority':'high'}),_0x167daf['on']('_sendUsageRequest',_0x1b10ca=>{_0x351ed4(_0x1b10ca['return'])&&(_0x2f8166=!0x0,_0x14965a(_0x1b10ca['return']));},{'priority':'low'}),_0x36b70c['then'](()=>{_0x2f8166||_0x3f9deb('UsageLimit');});});function _0x11ee8e(){return'auto'==_0x167daf['editing']['view']['_overlayModeHint'];}function _0x2f241c(){_0x167daf['editing']['view']['_overlayModeHint']='auto';}}function _0x34b8ad(_0x3a8f4b){const _0x515244=[new window['Promise'](_0x1139db=>setTimeout(_0x1139db,0x93ecc)),_0x36b70c['then'](()=>new window['Promise'](_0x46f00a=>{let _0x13f479=0x0;_0x167daf['model']['on']('applyOperation',(_0x13d01d,_0x3106ee)=>{_0x3106ee[0x0]['isDocumentOperation']&&_0x13f479++,0x5e8==_0x13f479&&(_0x46f00a(),_0x13d01d['off']());});}))];return window['Promise']['race'](_0x515244)['then'](()=>_0x3a8f4b);}async function _0x4f9be8(){await _0x36b70c,_0x167daf['model']['change']=_0x1f3820,_0x167daf['model']['enqueueChange']=_0x1f3820,_0x167daf['enableReadOnlyMode']('model');}function _0x35ac5c(_0xf5c7aa){const _0x566584=_0x1dc92e();_0x167daf[_0x566584]='aiLicenseKey'+_0xf5c7aa,'Valid'!=_0xf5c7aa&&_0x4f9be8();}function _0x1dc92e(){const _0x285592=window['String'](window['performance']['now']())['replace']('.','');let _0x376152='n';for(let _0x19bb61=0x0;_0x19bb61<_0x285592['length'];_0x19bb61+=0x2){let _0x1f1929=window['parseInt'](_0x285592['substring'](_0x19bb61,_0x19bb61+0x2));_0x1f1929>=0x3e&&(_0x1f1929-=0x3e),_0x376152+=_0x5b0041[_0x1f1929];}return _0x376152;}function _0x28c0ce(){const _0x21d56f=_0x3bf9c1['split']('.');if(0x3!=_0x21d56f['length'])return null;return _0x5b44e1(_0x21d56f[0x1]);function _0x5b44e1(_0x3425ae){const _0x371e7f=_0x2039e2(_0x3425ae);return _0x371e7f&&_0x206a0e()?_0x371e7f:null;function _0x206a0e(){const _0x3c4241=_0x371e7f['jti'],_0x47e4e8=window['parseInt'](_0x3c4241['substring'](_0x3c4241['length']-0x8),0x10),_0x2a1ae3={..._0x371e7f,'jti':_0x3c4241['substring'](0x0,_0x3c4241['length']-0x8)};return delete _0x2a1ae3['vc'],_0x4ef3fb(_0x2a1ae3)==_0x47e4e8;}}}async function _0x4d4cc1(){let _0x563917=!0x0;try{const [_0x22070e,_0x29e4be,_0x32c1cf]=_0x3bf9c1['split']('.');return _0x4ff230(_0x22070e),await _0x2dbaec(_0x22070e,_0x29e4be,_0x32c1cf),_0x563917;}catch{return!0x1;}function _0x4ff230(_0x54fa93){const _0x581efd=_0x2039e2(_0x54fa93);_0x581efd&&'ES256'==_0x581efd['alg']||(_0x563917=!0x1);}async function _0x2dbaec(_0x1308fd,_0x354ea2,_0x19559a){const _0x33aa20=window['Uint8Array']['from'](_0x3e4a21(_0x19559a),_0x5a1832=>_0x5a1832['charCodeAt'](0x0)),_0x2c8aa7=new window['TextEncoder']()['encode'](_0x1308fd+'.'+_0x354ea2),_0x348c9c=window['crypto']['subtle'];if(!_0x348c9c)return;const _0x53b636=await _0x348c9c['importKey']('jwk',_0x29cab3,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x348c9c['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x53b636,_0x33aa20,_0x2c8aa7)||(_0x563917=!0x1);}}function _0x2039e2(_0x2babbd){return _0x2babbd['startsWith']('ey')?JSON['parse'](_0x3e4a21(_0x2babbd)):null;}function _0x3e4a21(_0x4fe679){return window['atob'](_0x4fe679['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x4ef3fb(_0x23077b){let _0x2ddc31=0x1505;function _0x5e4369(_0x453ead){for(let _0xa9ea39=0x0;_0xa9ea39<_0x453ead['length'];_0xa9ea39++){const _0x144f6c=_0x453ead['charCodeAt'](_0xa9ea39);_0x2ddc31=(_0x2ddc31<<0x5)+_0x2ddc31+_0x144f6c,_0x2ddc31&=_0x2ddc31;}}function _0x20ca2b(_0x572404){Array['isArray'](_0x572404)?_0x572404['forEach'](_0x20ca2b):_0x572404&&'object'==typeof _0x572404?Object['entries'](_0x572404)['sort']()['forEach'](([_0x2413a5,_0x186d46])=>{_0x5e4369(_0x2413a5),_0x20ca2b(_0x186d46);}):_0x5e4369(window['String'](_0x572404));}return _0x20ca2b(_0x23077b),_0x2ddc31>>>0x0;}function _0x14e9db(_0x46c9aa){return _0x46c9aa['toString'](0x10)['padStart'](0x8,'0');}function _0x1db2fd(_0x3cae65){return _0x3cae65['split']('')['reverse']()['join']('');}function _0x1f3820(){}_0x35ac5c(await _0xdcc269());}(this);}showFakeVisualSelection(){const _0x2feb7e=this['editor']['model'];_0x2feb7e['change'](_0x5ec8f3=>{const _0x59e43e=_0x2feb7e['document']['selection']['getRanges']();let _0x233bae=0x0;for(const _0x52439f of _0x59e43e){const _0x348dbd=Ni+':'+_0x233bae;if(_0x2feb7e['markers']['has'](_0x348dbd))_0x5ec8f3['updateMarker'](_0x348dbd,{'range':_0x52439f});else{if(_0x52439f['start']['isAtEnd']){const _0x46cd55=_0x52439f['start']['getLastMatchingPosition'](({item:_0x356910})=>!_0x2feb7e['schema']['isContent'](_0x356910),{'boundaries':_0x52439f});_0x5ec8f3['addMarker'](_0x348dbd,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5ec8f3['createRange'](_0x46cd55,_0x52439f['end'])});}else _0x5ec8f3['addMarker'](_0x348dbd,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x52439f});}_0x233bae++;}});}hideFakeVisualSelection(){const _0x740907=this['editor']['model'],_0x3f0dd8=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](Ni));_0x3f0dd8['length']&&_0x740907['change'](_0x17f75c=>{_0x3f0dd8['forEach'](_0x17cacf=>{_0x17f75c['removeMarker'](_0x17cacf);});});}insertContent(_0xbffc48,_0x4f9eee){const _0x5941a6=this['_getAISelection'](),_0x80bc54=_0x4f9eee||_0x5941a6['getFirstRange']();this['editor']['model']['canEditAt'](_0x80bc54)&&this['editor']['model']['change'](_0x150465=>{this['hideFakeVisualSelection'](),_0x4f9eee||this['_resetContentOfSelectedTableCells'](_0x150465,_0x5941a6),this['_pasteHTMLUsingClipboard']({'insertAt':_0x80bc54,'writer':_0x150465,'html':_0xbffc48});});}insertContentBelow(_0x28445f){const {model:_0x10dcb3}=this['editor'],_0x4ee46c=this['_getAISelection']();_0x10dcb3['change'](()=>{const _0x41e15d=this['_prepareTableInsertBelowPosition'](_0x28445f,_0x4ee46c)||this['_getDefaultInsertBelowPosition'](_0x4ee46c);this['insertContent'](_0x28445f,_0x41e15d);});}_getAISelection(){const _0x3afc02=this['editor']['model'],_0x1732ac=Array['from'](_0x3afc02['markers']['getMarkersGroup'](Ni))['map'](_0x2e7d8f=>_0x2e7d8f['getRange']());return _0x3afc02['createSelection'](_0x1732ac);}_pasteHTMLUsingClipboard({writer:_0x493787,html:_0x585657,insertAt:_0x55b51d}){const {view:_0x1e811e}=this['editor']['editing'],_0x30b254=this['editor']['plugins']['get'](_0x1cc040),_0x55684c=new yi();_0x55684c['setData']('text/html',_0x585657);const _0x3a064c=new _0x4c3ed5(_0x1e811e,new ClipboardEvent('paste',{'clipboardData':_0x55684c}),{'dataTransfer':new _0x3e0cce(_0x55684c)});_0x493787['setSelection'](_0x55b51d);const _0x524182=(_0x4ba7a4,_0x5ba0ff)=>{_0x5ba0ff['resultRange']&&_0x493787['setSelection'](_0x5ba0ff['resultRange']);};_0x30b254['once']('contentInsertion',_0x524182,{'priority':'lowest'}),_0x1e811e['document']['fire']('paste',_0x3a064c),_0x30b254['off']('contentInsertion',_0x524182);}_getDefaultInsertBelowPosition(_0x54b6e7){const {model:_0x3035bb}=this['editor'],_0x2ceacd=Array['from'](_0x54b6e7['getSelectedBlocks']());return _0x2ceacd['length']?_0x3035bb['createPositionAfter'](_0x2ceacd['pop']()):_0x54b6e7['getLastPosition']();}_prepareTableInsertBelowPosition(_0x55eff4,_0x3d2b5b){const {model:_0x5f1848,plugins:_0x18f5b1}=this['editor'];if(_0x18f5b1['has']('TableUtils')){const _0x224680=_0x18f5b1['get']('TableUtils')['getSelectedTableCells'](_0x3d2b5b);if(_0x224680['length']){const _0xf46639=this['_getTableRowCountFromContent'](_0x55eff4),_0x16e4a8=this['_createEmptyTableRows'](_0x224680,_0xf46639);return _0x5f1848['createPositionAt'](_0x16e4a8,0x0);}}return null;}_getTableRowCountFromContent(_0x1ddbd3){const _0x17ce45=this['editor']['plugins']['get']('TableUtils'),_0x39f2e1=this['editor']['data']['parse'](_0x1ddbd3,'$documentFragment'),_0x2d444b=Array['from'](_0x39f2e1['getChildren']())['filter'](_0x1af0c4=>_0x1af0c4['is']('element','table'));let _0x53c359=0x0;return _0x2d444b['forEach'](_0x4a0e07=>{_0x53c359+=_0x17ce45['getRows'](_0x4a0e07);}),_0x53c359;}_createEmptyTableRows(_0x3a92b4,_0x47d4b6){const _0x19908e=this['editor']['plugins']['get']('TableUtils'),_0x72f24b=_0x19908e['getRowIndexes'](_0x3a92b4),_0x218717=_0x19908e['getColumnIndexes'](_0x3a92b4),_0x34f867=_0x72f24b['last']+0x1,_0x46a848=_0x218717['first'],_0x12b45f=_0x3a92b4[0x0]['findAncestor']('table');for(let _0x452ca5=0x0;_0x452ca5<_0x47d4b6;_0x452ca5++)_0x19908e['insertRows'](_0x12b45f,{'at':_0x34f867});return _0x12b45f['getChild'](_0x34f867)['getChild'](_0x46a848);}_resetContentOfSelectedTableCells(_0x368dbb,_0x3856fb){const {plugins:_0x3c47c1}=this['editor'],{model:_0xa768c8}=_0x368dbb;_0x3c47c1['has']('TableUtils')&&_0x3c47c1['get']('TableUtils')['getSelectedTableCells'](_0x3856fb)['length']&&_0xa768c8['deleteContent'](_0x3856fb);}},Li=class extends _0x46bc1f{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}afterInit(){if(!this['textAdapter'])throw new ct('aiadapter-text-adapter-not-set',null);}},Pi=class extends Error{constructor(_0x2d86a9){super(_0x2d86a9),this['name']='AIRequestError';}};function Di(_0x3f9539,_0x465dac,_0x35eb6e){const t=_0x3f9539['t'];switch(_0x465dac){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',_0x35eb6e);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x35eb6e);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'},_0x35eb6e);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_AWS_NOT_SUPPORTED':return t({'id':'AI_ERROR_AWS_NOT_SUPPORTED','string':'The\x20AWS\x20integration\x20is\x20no\x20longer\x20supported.\x20Please\x20contact\x20the\x20support.'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x465dac;}}var Hi=class extends _0x3cd7f1{_commandDefinitions;constructor(_0x5d6232,_0x16add2){super(_0x5d6232),this['_commandDefinitions']=_0x16add2,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0xebcda8,_0x32af73,_0x7728f7)=>{this['isEnabled']&&(this['enabledCommandsIds']=Mi(this['_commandDefinitions'],_0x7728f7));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x39f2d5,_0xe60b5e,_0xaf9945)=>{this['enabledCommandsIds']=_0xaf9945?Mi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x1392b5=this['editor']['model'];this['_hasContext']=function(_0x29e052){const _0x188018=_0x29e052['document']['selection'];return _0x188018['isCollapsed']?0x0!==[..._0x188018['getSelectedBlocks']()]['length']&&![..._0x188018['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x29e052['hasContent'](_0x188018['getFirstRange']());}(_0x1392b5);const _0x432542=_0x1392b5['document']['selection'],_0x2587dd=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x4ec03b of _0x432542['getRanges']())for(const _0x1248da of _0x4ec03b['getItems']())if(_0x1248da['is']('element')&&_0x2587dd['includes'](_0x1248da['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}execute(_0x33721d='',_0x35a677='',_0x513480='custom'){this['editor']['plugins']['get'](ts)['showUI'](_0x33721d,_0x35a677,_0x513480);}};function Mi(_0x53df2e,_0x2710cf){const _0x26bdb9=new Set();for(const _0x17b806 of _0x53df2e['values']())(_0x2710cf||!0x1===_0x17b806['requiresContent'])&&_0x26bdb9['add'](_0x17b806['id']);return Array['from'](_0x26bdb9);}const Ui=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is'),Vi=/* #__PURE__ -- @preserve */
|
|
24
|
+
At();var Bi=class extends Vi{editor;textAdapter;['view'];_sanitizationContainer;['_domParser'];['_xmlSerializer'];constructor(_0x28f097,_0x5d4759,_0x37965c){super(),this['editor']=_0x28f097,this['textAdapter']=_0x5d4759,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x37965c,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x3e01da,_0x27fea9,_0x3460c2)=>{this['view']['value']=this['_sanitizeHTML'](_0x3460c2);}),this['listenTo'](this['view'],'submitPrompt',(_0x1c5dac,_0x43ff3a)=>{const _0xa3dcf8=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x43ff3a,_0xa3dcf8,'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:_0x550681,query:_0x5c5a87,htmlContent:_0x28a436,label:_0x1ddca3,mainActionLabel:_0x4e3be1}){this['view']['prompt']=_0x1ddca3,this['view']['mainAction']=_0x4e3be1,this['initialContext']=_0x28a436,_0x5c5a87&&(this['view']['isRendered']?this['_handleQuery'](_0x5c5a87,_0x28a436,_0x550681,_0x1ddca3):this['view']['once']('render',()=>{this['_handleQuery'](_0x5c5a87,_0x28a436,_0x550681,_0x1ddca3);}));}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'](_0x53d684,_0xa6d72e,_0x4f3182,_0x47e0a0){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0xa6d72e,this['previousQuery']=_0x53d684,this['previousLabel']=_0x47e0a0||_0x53d684,this['previousActionId']=_0x4f3182,new Promise(_0x4108e2=>{this['textAdapter']['makeRequest']({'query':_0x53d684,'context':_0xa6d72e,'onData':_0x16b764=>{this['currentResponse']=_0x16b764,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x4f3182})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0xe0cd6b=>{_0xe0cd6b instanceof Pi?this['view']['handleError'](_0xe0cd6b['message']):this['view']['handleError'](),_0x4108e2();})['finally'](()=>{this['stopProcessing'](),_0x4108e2();});});}_parseAndNormalizeContent(_0x231b81,_0x39ce3a=!0x1){const _0x1a2b84=Ui['exec'](_0x231b81);_0x231b81=_0x1a2b84?_0x231b81['substring'](_0x1a2b84[0x1]['length']):_0x231b81['length']<0x64&&!_0x39ce3a?'':this['_stripMarkdownSyntax'](_0x231b81);const _0x1696cf=this['_domParser']['parseFromString'](_0x231b81,'text/html');if(_0x1a2b84){const _0x904ed5=Array['from'](_0x1696cf['body']['childNodes']);_0x904ed5['reverse']();for(const _0x11f134 of _0x904ed5){if(_0x11f134['nodeType']==Node['ELEMENT_NODE'])break;_0x11f134['remove']();}}const _0xca6966=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x1696cf['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0xca6966);const _0x505a00=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x1f7cc7=this['editor']['data']['toModel'](_0xca6966);return _0x505a00||_0x1f7cc7['markers']['clear'](),this['editor']['data']['stringify'](_0x1f7cc7);}['_normalizeResponseHeadings'](_0x306440){const _0x19c567=new _0x474258(this['editor']['editing']['view']['document']),_0x4e44f7=new _0x461578({'name':/^h[1-5]$/}),_0x3f4e54=[];let _0x36b784=!0x1;for(const _0x285d6e of _0x306440)_0x285d6e['is']('element')&&_0x4e44f7['match'](_0x285d6e)&&(_0x3f4e54['push'](_0x285d6e),'h1'==_0x285d6e['name']&&(_0x36b784=!0x0));if(_0x36b784){for(const _0x5ab04c of _0x3f4e54)_0x19c567['rename']('h'+(parseInt(_0x5ab04c['name'][0x1])+0x1),_0x5ab04c);}}_isH1TagSupportEnabled(){const {data:_0x2ab8ad,editing:_0x520c82}=this['editor'],_0x3f1c6a=_0x2ab8ad['htmlProcessor']['toView']('<h1></h1>'),_0x39e217=_0x2ab8ad['toView'](_0x2ab8ad['toModel'](_0x3f1c6a));return!!_0x520c82['view']['domConverter']['viewToDom'](_0x39e217)['querySelector']('h1');}_sanitizeHTML(_0x3aa8ac){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x3aa8ac),this['_sanitizationContainer']['innerHTML'];}_stripMarkdownSyntax(_0x57174a){const _0x294e8c=_0x57174a['trim']();return _0x294e8c['startsWith']('```html')?_0x294e8c['endsWith']('```')?_0x294e8c['substring'](0x7,_0x294e8c['length']-0x3):_0x294e8c['substring'](0x7):_0x57174a;}};const Gi={'REPLACE':'replace','INSERT':'insert'};var Fi=class extends _0x258303{constructor(_0x4c88ae){super(_0x4c88ae),this['set']('isVisible',!0x1),this['set']('mainAction',Gi['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x305c74=>Di(_0x4c88ae,'AI_'+_0x305c74['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Di(_0x4c88ae,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Di(_0x4c88ae,'Try\x20again')),this['stopButton']=this['_createButton'](Di(_0x4c88ae,'Stop'));const _0x33a90e=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x33a90e['if']('isVisible','ck-hidden',_0x31983a=>!_0x31983a)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}_createButton(_0x4e3d90,_0x7c127a){const _0x244134=new Mt(this['locale']);return _0x244134['set']({'label':_0x4e3d90,'class':_0x7c127a||'','isVisible':!0x0,'withText':!0x0}),_0x244134;}},Ki=class extends _0x414492{contentFieldView;copyButtonView;constructor(_0x1ad5f7,_0x50a0ac=''){super(_0x1ad5f7),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x31de19=this['bindTemplate'];this['contentFieldView']=new Wi(_0x1ad5f7,_0x50a0ac),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x31de19['if']('isVisible','ck-hidden',_0x36a6ca=>!_0x36a6ca)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x31de19['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 _0x2217e1=!0x1;this['on']('change:value',(_0x34b3d8,_0x8b19ce,_0x3d539d)=>{const _0x52417e=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x3d539d),this['isProcessing']&&_0x52417e&&!_0x2217e1&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x14d342,_0x465362,_0x2ffbf3)=>{_0x2217e1=!0x1,_0x2ffbf3?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x2217e1=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x2217e1=!0x0;});}['focus'](){this['element']['focus']();}_createCopyButton(){const _0x49e988=this['locale'],_0x509c6f=new Mt(this['locale']),_0xbf9e7='ck-ai-form__copy-button';return _0x509c6f['set']({'label':Di(_0x49e988,'Copy'),'icon':_0x4c57f5,'class':_0xbf9e7,'tooltip':!0x0}),_0x509c6f['bind']('isVisible')['to'](this,'value',_0x419730=>!!_0x419730),_0x509c6f['bind']('isEnabled')['to'](this,'isProcessing',_0x3b5c06=>!_0x3b5c06),_0x509c6f['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x509c6f['icon']=_0x32ea05,_0x509c6f['class']=_0xbf9e7+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x509c6f['icon']=_0x4c57f5,_0x509c6f['class']=_0xbf9e7;},0x3e8);}),_0x509c6f;}['_copyHTMLToClipboard'](_0x2b5984){const {window:_0x230925,document:_0x4f734b}=wt;if(_0x230925['ClipboardItem']){const {Blob:_0x9cf11e,ClipboardItem:_0x11cd7b}=_0x230925,_0x5a75bf=[new _0x11cd7b({'text/html':new _0x9cf11e([_0x2b5984['innerHTML']],{'type':'text/html'}),'text/plain':new _0x9cf11e([_0x2b5984['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x5a75bf);}else{const _0x78e8c9=_0x4f734b['createElement']('div');_0x78e8c9['style']['position']='absolute',_0x78e8c9['style']['left']='-9999px',_0x78e8c9['innerHTML']='<span>[</span>'+_0x2b5984['innerHTML']+'<span>]</span>',_0x4f734b['body']['appendChild'](_0x78e8c9);const _0x4f6937=_0x4f734b['createRange']();_0x4f6937['setStartAfter'](_0x78e8c9['firstElementChild']),_0x4f6937['setEndBefore'](_0x78e8c9['lastElementChild']);const _0x442b63=_0x230925['getSelection']();_0x442b63['removeAllRanges'](),_0x442b63['addRange'](_0x4f6937),_0x4f734b['execCommand']('copy'),_0x78e8c9['remove']();}}},Wi=class extends _0x414492{constructor(_0x409f34,_0x3d18b4=''){super(_0x409f34),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x3d18b4,'ck-reset_all-excluded','ck-ai-form__content-field']}});}setContent(_0x1b1cc6){this['element']['innerHTML']=_0x1b1cc6;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}_createLoader(){const _0x48ff19=new _0x414492(),_0x39aabe=this['locale'],_0x9fc209=new _0x430739();return _0x9fc209['isVisible']=!0x0,_0x48ff19['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x9fc209,{'text':Di(_0x39aabe,'AI\x20is\x20writing...')}]}),_0x48ff19['render'](),_0x48ff19;}},Yi=class extends _0x414492{constructor(_0x37ee0c,_0xeb9e91=''){super(_0x37ee0c);const _0x21df87=new $t(),_0x52b248=this['bindTemplate'];this['set']('text',_0xeb9e91),_0x21df87['content']=_0x586d89,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x21df87,{'text':_0x52b248['to']('text')}]});}},$i=class extends Nt{submitButtonView;showHistoryButtonView;constructor(_0x3f6d60,_0x53c525){super(_0x3f6d60,_0x53c525),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',(_0x3c8156,_0x305286)=>{_0x3c8156['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x305286());});}_createSubmitButton(){const _0x5602e5=new Mt(this['locale']),_0x2d2363=this['locale'];return _0x5602e5['set']({'icon':nt,'label':Di(_0x2d2363,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x5602e5['on']('execute',()=>{this['submit']();}),_0x5602e5['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x9e8a45,_0x1c6300)=>!_0x9e8a45&&_0x1c6300),_0x5602e5;}_createShowHistoryButton(){const _0x32b1b7=new Mt(this['locale']),_0x5d870b=this['resultsView'],_0xf7373b=this['locale'];_0x32b1b7['set']({'label':Di(_0xf7373b,'History'),'withText':!0x1,'icon':_0x198287,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x32b1b7['bind']('isOn')['to'](_0x5d870b,'isVisible'),_0x32b1b7['bind']('isEnabled')['to'](this,'isEnabled'),_0x32b1b7['on']('execute',()=>{_0x5d870b['isVisible']=!_0x5d870b['isVisible'],_0x5d870b['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x420c92=()=>{wt['window']['requestAnimationFrame'](()=>{if(ft(this['element'])){const _0x434a05=new It(this['queryView']['fieldView']['element']),_0xd9127d=_0x434a05['width'],_0x7971ab='rtl'===_0xf7373b['uiLanguageDirection']?'left':'right';_0x434a05['excludeScrollbarsAndBorders'](),_0x32b1b7['element']['style'][_0x7971ab]=_0xd9127d-_0x434a05['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x420c92),this['on']('render',_0x420c92),_0x32b1b7;}submit(){const _0x43f7a2=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x43f7a2);}['focus'](_0x5c6418){-0x1===_0x5c6418?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}},qi=class extends Jt{historyGroupView;clearHistoryButton;constructor(_0x174414){super(_0x174414),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new zt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Di(_0x174414,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}filter(){let _0x30a964=0x0;for(const _0x2b48ed of this['items'])_0x30a964+=_0x2b48ed['items']['length'];return{'resultsCount':_0x30a964,'totalItemsCount':_0x30a964};}_createClearHistoryButton(){const _0x35bad8=this['locale'],_0x2fba40=new Mt(this['locale']);return _0x2fba40['set']({'label':'('+Di(_0x35bad8,'Clear')+')','withText':!0x0}),_0x2fba40['on']('execute',()=>this['fire']('clearHistory')),_0x2fba40;}},Qi=class extends jt{constructor(_0x131c43){super();const _0x213990=new Dt(),_0x3a2816=new Mt(this['locale'],_0x213990);this['children']['add'](_0x3a2816),_0x3a2816['set']({'label':_0x131c43['prompt'],'withText':!0x0}),_0x3a2816['on']('execute',()=>{this['fire']('execute',{'value':_0x3ab449(_0x131c43['prompt'])});});}};const Xi='CKEditor/AIFormView/PromptHistory';var zi=class extends lt{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0xd7ee35,_0x282a19)=>{const _0x4c9880=ji(_0x282a19['prompt']);for(const _0x4643c6 of this)if(_0x4643c6!=_0x282a19&&ji(_0x4643c6['prompt'])===_0x4c9880){this['remove'](_0x4643c6);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}_loadFromSessionStorage(){const _0x2be040=sessionStorage['getItem'](Xi)||'[]';this['addMany'](JSON['parse'](_0x2be040));}_saveToSessionStorage(){sessionStorage['setItem'](Xi,JSON['stringify'](this['map'](_0x56acd7=>_0x56acd7)));}};function ji(_0x2297ef){return _0x2297ef['toLowerCase']()['trim']();}var Ji=class extends _0x414492{['focusTracker'];keystrokes;contentArea;toolbar;promptView;['errorView'];['_focusables'];['focusCycler'];_promptHistory;constructor(_0xe7b6e4,_0x409549,_0x4bb627=''){super(_0xe7b6e4),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',Gi['REPLACE']),this['_promptHistory']=new zi(),this['errorView']=new Yi(_0xe7b6e4),this['contentArea']=new Ki(_0xe7b6e4,_0x4bb627),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 _t(),this['keystrokes']=new gt(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new Ft({'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 _0x103d8a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x409549],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x103d8a['if']('isError','ck-hidden',_0x53342d=>!_0x53342d)]},'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'](_0x45f289=0x1){-0x1===_0x45f289?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 _0x5ed13f=this['locale'],_0x2de03a=new $i(_0x5ed13f,{'queryView':{'label':Di(_0x5ed13f,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x56fb88,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Di(_0x5ed13f,'Empty\x20history'),'secondary':Di(_0x5ed13f,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x2de03a['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x4df287,_0x2b8206)=>_0x4df287&&!_0x2b8206),this['listenTo'](_0x2de03a,'submit',(_0x3ef5ee,_0x597550)=>{this['prompt']=_0x597550;const _0x241302=_0x31e6fe(_0x597550);this['fire']('submitPrompt',_0x241302),_0x597550['trim']()&&this['_promptHistory']['add']({'prompt':_0x241302},0x0);},{'priority':'high'}),_0x2de03a;}_createHistoryView(){const _0xc8381d=new qi(this['locale']);return _0xc8381d['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Qi),_0xc8381d['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0xc8381d;}_createToolbar(){const _0x1315d5=new Fi(this['locale']);return _0x1315d5['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x26b47e,_0x9ba5,_0x245661)=>_0x26b47e&&!_0x9ba5&&!!_0x245661),_0x1315d5['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x1315d5['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x510fc8,_0x245df8,_0x37681d)=>_0x510fc8&&!_0x245df8&&!!_0x37681d),_0x1315d5['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x1315d5['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x5dec43,_0x15825f)=>_0x5dec43&&!_0x15825f),_0x1315d5['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x1315d5['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x1315d5['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x1315d5;}startProcessing(){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x57ce2f=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Di(_0x57ce2f,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x22d081){const _0x58ba15=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x22d081||Di(_0x58ba15,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}};const Zi=globalThis['DataTransfer'];var ts=class extends _0x46bc1f{['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[_0x58bd49,xi,Li,Ut];}constructor(_0x2ae02f){super(_0x2ae02f),_0x2ae02f['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x2ae02f['config']['define']('ai.assistant.contentAreaCssClass',''),_0x2ae02f['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x2ae02f['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}init(){const {editor:_0x3faee8}=this;this['_aiAdapter']=_0x3faee8['plugins']['get'](Li),this['_dialog']=_0x3faee8['plugins']['get'](Ut),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x47899e=new Hi(_0x3faee8,Array['from'](this['_commandDefinitions']['values']()));_0x3faee8['commands']['add']('showAIAssistant',_0x47899e),_0x3faee8['ui']['componentFactory']['add']('aiCommands',_0x23ceb8=>{const _0x46d547=_0x44881d(_0x23ceb8);return _0x46d547['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x46d547['buttonView']['set']({'label':Di(_0x23ceb8,'AI\x20Commands'),'icon':_0x1d8e78,'tooltip':!0x0}),_0x46d547['on']('execute',_0x308c53=>this['_onExecute'](_0x308c53['source']['id'])),_0x19f6d6(_0x46d547,_0x3faee8['ui']['view']['body'],function(_0x8ddfe3){const _0x888b17=is(_0x8ddfe3,ki(_0x8ddfe3['config']['get']('ai.assistant.commands'),_0x8ddfe3['locale']))['filter'](_0x3b3476=>_0x3b3476['commands']['length']);return 0x1===_0x888b17['length']?is(_0x8ddfe3,_0x888b17[0x0]['commands'])['map'](_0x2579e9=>({'id':_0x2579e9['id'],'label':_0x2579e9['label']})):_0x888b17['map'](_0x372e1b=>{const {groupId:_0x2319c3,groupLabel:_0x2e983e,commands:_0x1547fb}=_0x372e1b,_0x19a609=is(_0x8ddfe3,_0x1547fb)['map'](_0x4987b3=>({'id':_0x4987b3['id'],'label':_0x4987b3['label']}));return{'id':_0x2319c3,'menu':_0x2e983e||_0x2319c3,'children':_0x19a609};});}(_0x3faee8),{'ariaLabel':Di(_0x23ceb8,'AI\x20Commands')}),_0x46d547['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x47899e['on']('change:enabledCommandsIds',_0x113a55),_0x46d547['menuView']['once']('render',_0x113a55),_0x46d547;function _0x113a55(){_0x46d547['isEnabled']=_0x47899e['enabledCommandsIds']['length']>0x0;for(const _0x86417e of _0x46d547['menuView']['buttons'])_0x86417e['isEnabled']=_0x47899e['enabledCommandsIds']['includes'](_0x86417e['id']);}}),_0x3faee8['ui']['componentFactory']['add']('menuBar:aiCommands',_0x2d2cde=>{const _0x3d8a9e=new _0x4a3eb2(_0x2d2cde);_0x3d8a9e['buttonView']['set']({'label':Di(_0x2d2cde,'AI\x20Commands'),'icon':_0x1d8e78}),_0x3d8a9e['bind']('isEnabled')['to'](_0x47899e,'enabledCommandsIds',_0x386c68=>_0x386c68['length']>0x0);const _0x254785=ki(_0x3faee8['config']['get']('ai.assistant.commands'),_0x2d2cde);return this['_populateMenuBarMenu'](_0x47899e,_0x3d8a9e,_0x254785,_0x2da0af=>this['_onExecute'](_0x2da0af)),_0x3d8a9e;}),_0x3faee8['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x257c39=this['_createAIAssistantUIButton'](Mt);return _0x257c39['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x257c39;}),_0x3faee8['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x48a770=this['_createAIAssistantUIButton'](Zt);return _0x48a770['set']({'role':'menuitemcheckbox'}),_0x48a770;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x18015c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x219591;for(const _0x3c9ca0 in _0x18015c){const _0x31086e=_0x3c9ca0,_0x15e8c0=_0x18015c[_0x31086e];if('aiLicenseKeyValid'==_0x15e8c0||'aiLicenseKeyInvalid'==_0x15e8c0||'aiLicenseKeyExpired'==_0x15e8c0||'aiLicenseKeyDomainLimit'==_0x15e8c0||'aiLicenseKeyNotAllowed'==_0x15e8c0||'aiLicenseKeyEvaluationLimit'==_0x15e8c0||'aiLicenseKeyUsageLimit'==_0x15e8c0){delete _0x18015c[_0x31086e],_0x219591=_0x15e8c0,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x219591&&_0x18015c['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x219591&&_0x18015c['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x219591&&_0x18015c['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x219591&&_0x18015c['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x219591&&_0x18015c['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x219591&&_0x18015c['_showLicenseError']('usageLimit');},0x3e8);}destroy(){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x5baea2='',_0x342ee7='',_0x1f4750='custom'){const _0x463cc3=this['editor'],_0x161000=_0x463cc3['editing']['view'],_0x3ce9a9=_0x463cc3['plugins']['get'](xi),_0x1a8acb=_0x463cc3['plugins']['get'](_0x58bd49);_0x3ce9a9['showFakeVisualSelection']();const _0x14f03b=new Zi(),_0x45d059=new ClipboardEvent('copy',{'clipboardData':_0x14f03b}),_0x102d25=new _0x3e0cce(_0x14f03b),_0x351801=new _0x4c3ed5(_0x161000,_0x45d059,{'dataTransfer':_0x102d25});_0x1a8acb['_forceMarkersCopy']('comment',()=>{_0x161000['document']['fire']('copy',_0x351801);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new Bi(_0x463cc3,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x1181b6=_0x102d25['getData']('text/html');const _0x3b4db7=_0x463cc3['model']['document']['selection'],_0x364109=Array['from'](_0x3b4db7['getRanges']());0x1===_0x364109['length']&&_0x364109[0x0]['isFlat']&&!_0x3b4db7['getSelectedElement']()&&''!==_0x1181b6['replace'](/ /g,'')['trim']()&&(_0x1181b6='<p>'+_0x1181b6+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x1f4750,'query':_0x5baea2,'htmlContent':_0x1181b6,'label':_0x342ee7,'mainActionLabel':Gi[_0x463cc3['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x190c48,'title':Di(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Vt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x3ce9a9['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}_getResolvedCommandsDefinitions(){const _0x8dad08=new Map(),_0x12c7ab=ki(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x6c82a4 of _0x12c7ab)for(const _0x13568c of _0x6c82a4['commands'])_0x8dad08['set'](_0x13568c['id'],{..._0x13568c,'groupId':_0x6c82a4['groupId'],'groupLabel':_0x6c82a4['groupLabel']||_0x6c82a4['groupId']});return _0x8dad08;}_createAIAssistantUIButton(_0x2bc116){const _0x4c1365=this['editor'],_0xa8a391=_0x4c1365['commands']['get']('showAIAssistant'),_0x4262d5=new _0x2bc116(_0x4c1365['locale']);return _0x4262d5['set']({'label':Di(_0x4c1365['locale'],'AI\x20Assistant'),'icon':_0x190c48,'isToggleable':!0x0}),_0x4262d5['bind']('isEnabled')['to'](_0xa8a391),_0x4262d5['bind']('isOn')['to'](this['_dialog'],'id',_0x28d126=>'aiAssistant'===_0x28d126),this['listenTo'](_0x4262d5,'execute',()=>{_0x4262d5['isOn']?this['hideUI']():_0xa8a391['execute']();}),_0x4262d5;}_initView(){const _0x1b1412=this['editor']['plugins']['get'](xi);this['_formView']=new Ji(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',()=>{_0x1b1412['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x1b1412['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}_initAriaAiStatusChangeAnnouncements(){const {locale:_0x5b232a,ui:{ariaLiveAnnouncer:_0x1cb5db}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x214402,_0x21f1c4,_0x2300bd)=>{const _0x356e97=this['_aiAssistantController']['currentContext'];_0x2300bd?_0x1cb5db['announce'](Di(_0x5b232a,'AI\x20is\x20writing')):_0x356e97&&_0x1cb5db['announce'](Di(_0x5b232a,'Generated\x20content:\x20%0',_0x356e97),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x211b0a,_0x4df8e6,_0x413cea)=>{if(_0x413cea){const _0x4fd7ba=this['_formView']['errorView']['text'];_0x1cb5db['announce'](Di(_0x5b232a,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x4fd7ba));}});}_onExecute(_0x29e03e){const _0x313fe7=this['_commandDefinitions']['get'](_0x29e03e),_0x13e5cf=this['editor'],_0xc1c736=_0x13e5cf['model']['document']['selection'],_0x2b16e2=_0x13e5cf['commands']['get']('showAIAssistant'),_0x4fa899=_0x13e5cf['plugins']['get'](xi),_0x224093=''+('_ungrouppedCommands'!==_0x313fe7['groupId']?_0x313fe7['groupLabel']+':\x20':'')+_0x313fe7['label'];if(!0x1!==_0x313fe7['requiresContent']&&_0xc1c736['isCollapsed']){const _0x22498b=mt(_0xc1c736['getSelectedBlocks']())||_0x13e5cf['model']['schema']['getLimitElement'](_0xc1c736);_0x13e5cf['model']['change'](_0x1137e9=>{_0x1137e9['setSelection'](_0x22498b,'in');});}_0x4fa899['showFakeVisualSelection'](),_0x2b16e2['execute'](_0x313fe7['prompt'],_0x224093,'command:'+_0x29e03e);}_populateMenuBarMenu(_0x13f609,_0x3f6e39,_0x1cf0ff,_0x3dc63e){const _0x52314e=this['editor'],_0x35c162=_0x52314e['locale'],_0xdf4f30=new _0x1a597c(_0x35c162),_0x27a89f=is(_0x52314e,_0x1cf0ff)['filter'](_0x3feaaf=>_0x3feaaf['commands']['length']);0x1===_0x27a89f['length']?this['_getMenuBarGroupButtons']({'command':_0x13f609,'commands':_0x27a89f[0x0]['commands'],'parentMenuView':_0x3f6e39,'onExecute':_0x3dc63e})['forEach'](_0x24c8bf=>_0xdf4f30['items']['add'](_0x24c8bf)):_0x27a89f['forEach'](({groupId:_0x2d0d36,groupLabel:_0x4ea721,commands:_0x55257d})=>{const _0x611015=new te(_0x35c162,_0x3f6e39),_0x2078ab=new _0x4a3eb2(_0x35c162),_0x1d3e69=new _0x1a597c(_0x35c162),_0x5c3c8e=this['_getMenuBarGroupButtons']({'command':_0x13f609,'commands':_0x55257d,'parentMenuView':_0x2078ab,'onExecute':_0x3dc63e});_0x2078ab['buttonView']['set']({'label':_0x4ea721||_0x2d0d36}),_0x2078ab['delegate']('execute')['to'](_0x3f6e39),_0x1d3e69['items']['addMany'](_0x5c3c8e),_0x2078ab['panelView']['children']['add'](_0x1d3e69),_0x611015['children']['add'](_0x2078ab),_0xdf4f30['items']['add'](_0x611015);}),_0x3f6e39['panelView']['children']['add'](_0xdf4f30);}_getMenuBarGroupButtons({command:_0x3e96b2,commands:_0x1a5c01,parentMenuView:_0x36d318,onExecute:_0x55b18e}){const _0x22867b=this['editor'],_0x5cb491=_0x22867b['locale'];return is(_0x22867b,_0x1a5c01)['map'](_0x467a7d=>{const _0x227e37=new te(_0x5cb491,_0x36d318),_0x579d59=new Zt(_0x5cb491);return _0x579d59['set']({'label':_0x467a7d['label']}),_0x579d59['delegate']('execute')['to'](_0x36d318),_0x579d59['on']('execute',()=>_0x55b18e(_0x467a7d['id'])),_0x579d59['bind']('isEnabled')['to'](_0x3e96b2,'enabledCommandsIds',_0xf41c0e=>_0xf41c0e['includes'](_0x467a7d['id'])),_0x227e37['children']['add'](_0x579d59),_0x227e37;});}};function es(_0x2173c4,_0x19ad64){return void 0x0!==_0x2173c4['order']&&void 0x0===_0x19ad64['order']?0x1:void 0x0===_0x2173c4['order']&&void 0x0!==_0x19ad64['order']?-0x1:void 0x0!==_0x2173c4['order']&&void 0x0!==_0x19ad64['order']?_0x2173c4['order']-_0x19ad64['order']:0x0;}function is(_0x28e361,_0x4e6c87){_0x4e6c87['sort'](es);const _0x5d5df3={},_0x44fdbf=[];for(const _0x24aa2c of _0x4e6c87)if(void 0x0!==_0x24aa2c['order']){if(_0x24aa2c['order']in _0x5d5df3)throw new ct('ai-commands-config-order-collision',_0x28e361,{'conflictingDefinitions':[_0x24aa2c,_0x5d5df3[_0x24aa2c['order']]]});_0x5d5df3[_0x24aa2c['order']]=_0x24aa2c,_0x44fdbf['splice'](_0x24aa2c['order'],0x0,_0x24aa2c);}else _0x44fdbf['push'](_0x24aa2c);return _0x44fdbf;}var ss=class extends _0x46bc1f{static get requires(){return[ts,xi];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29faa4){super(_0x29faa4);const _0x144d35=_0x29faa4['config'],_0x39296f=_0x29faa4['locale'];_0x144d35['define']('ai.assistant.preserveComments',!0x0),_0x144d35['define']('ai.assistant.commands',ns(_0x39296f)),_0x144d35['define']('ai.assistant.extraCommandGroups',[]),_0x144d35['define']('ai.assistant.removeCommands',[]);let _0x23f567=ki(_0x144d35['get']('ai.assistant.commands'),_0x39296f);const _0x4a347f=_0x144d35['get']('ai.assistant.extraCommandGroups'),_0x174f90=_0x144d35['get']('ai.assistant.removeCommands');_0x4a347f['forEach'](_0x4ae20e=>{const _0x58df93=_0x23f567['find'](_0x41f596=>_0x41f596['groupId']===_0x4ae20e['groupId']);_0x58df93?_0x58df93['commands']=_0x58df93['commands']['concat'](_0x4ae20e['commands']):_0x23f567['push'](_0x4ae20e);}),_0x23f567=_0x23f567['filter'](_0x2d01b2=>!_0x174f90['includes'](_0x2d01b2['groupId'])),_0x23f567['forEach'](_0x12877c=>{_0x12877c['commands']=_0x12877c['commands']['filter'](_0x40df61=>!_0x174f90['includes'](_0x40df61['id']));}),_0x144d35['set']('ai.assistant.commands',_0x23f567);}};function ns(_0xa6c9d3){return[{'groupId':'editOrReview','groupLabel':Di(_0xa6c9d3,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Di(_0xa6c9d3,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Di(_0xa6c9d3,'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':Di(_0xa6c9d3,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Di(_0xa6c9d3,'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':Di(_0xa6c9d3,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Di(_0xa6c9d3,'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':Di(_0xa6c9d3,'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':Di(_0xa6c9d3,'Change\x20tone'),'commands':[{'id':'professional','label':Di(_0xa6c9d3,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Di(_0xa6c9d3,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Di(_0xa6c9d3,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Di(_0xa6c9d3,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Di(_0xa6c9d3,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Di(_0xa6c9d3,'Change\x20style'),'commands':[{'id':'business','label':Di(_0xa6c9d3,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Di(_0xa6c9d3,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Di(_0xa6c9d3,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Di(_0xa6c9d3,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Di(_0xa6c9d3,'Translate'),'commands':[{'id':'translateEnglish','label':Di(_0xa6c9d3,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Di(_0xa6c9d3,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Di(_0xa6c9d3,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Di(_0xa6c9d3,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Di(_0xa6c9d3,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Di(_0xa6c9d3,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Di(_0xa6c9d3,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Di(_0xa6c9d3,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}var rs=class extends _0x46bc1f{abortController;static get requires(){return[Li];}constructor(_0x127d17){super(_0x127d17),this['abortController']=new AbortController();}init(){this['editor']['plugins']['get'](Li)['textAdapter']=this;}abort(){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async makeRequest(_0x6bd98a){return this['sendRequest'](_0x6bd98a)['catch'](_0x4c1bf3=>{if(_0x4c1bf3 instanceof Pi)return Promise['reject'](_0x4c1bf3);if('AbortError'==_0x4c1bf3['name'])return Promise['resolve']();throw console['error'](_0x4c1bf3),new ct('aitextadapter-send-request-failed',null);});}async _prepareRequestHeaders(_0x43b275,_0x549336){const _0x153a47=this['editor']['locale'],_0x705014={'Content-Type':'application/json'};if('object'==typeof _0x43b275)Object['assign'](_0x705014,_0x43b275);else{if(_0x43b275)try{const _0x393c3=await _0x43b275(_0x549336);Object['assign'](_0x705014,_0x393c3);}catch{return Promise['reject'](new Pi(Di(_0x153a47,'AI_ERROR_GET_HEADERS')));}}return _0x705014;}async _prepareRequestParameters(_0x380247,_0x2f07dc){const _0x585911=this['editor']['locale'];if('object'==typeof _0x380247)return _0x380247;try{return await _0x380247(_0x2f07dc);}catch{return Promise['reject'](new Pi(Di(_0x585911,'AI_ERROR_GET_PARAMETERS')));}}},os=class extends rs{['_apiUrl'];_requestHeaders;_requestParameters;static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x35831f){super(_0x35831f),_0x35831f['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x35831f['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x35831f['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x35831f['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x35831f['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x35831f['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async sendRequest({query:_0x2ea649,context:_0x1ac82f,onData:_0x521588,actionId:_0x49dffb}){const _0x3f262e=this['editor']['locale'],_0x1d2769=await this['prepareMessages'](_0x2ea649,_0x1ac82f,_0x49dffb),_0x3d5d59=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x49dffb),_0x585f34=await this['_prepareRequestParameters'](this['_requestParameters'],_0x49dffb),_0x27dc5a={'messages':_0x1d2769,..._0x585f34},_0x5a5819={'method':'POST','headers':_0x3d5d59,'body':JSON['stringify'](_0x27dc5a),'signal':this['abortController']['signal']},_0x31eec2=await fetch(this['_apiUrl'],_0x5a5819);if(_0x31eec2['ok'])return _0x585f34['stream']?await this['_readStreamableResponse'](_0x31eec2,_0x521588):await this['_readStaticResponse'](_0x31eec2,_0x521588),Promise['resolve']();{const _0x1c2c3e=await _0x31eec2['text']();return _0x1c2c3e['includes']('context_length_exceeded')?Promise['reject'](new Pi(Di(_0x3f262e,'AI_ERROR_CONTEXT_LENGTH'))):_0x1c2c3e['includes']('Moderation')?Promise['reject'](new Pi(Di(_0x3f262e,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x1c2c3e));}}async['prepareMessages'](_0x2e593c,_0x4b8258,_0x136b8d){let _0x36e51a,_0x286ffa;return _0x4b8258?(_0x36e51a='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.',_0x286ffa='Instruction:\x0a'+_0x2e593c+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x4b8258):(_0x36e51a='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.',_0x286ffa=_0x2e593c),[{'role':'system','content':_0x36e51a},{'role':'user','content':_0x286ffa}];}async _readStreamableResponse(_0x35e4a8,_0x5580a2){const _0x2e09be=_0x35e4a8['body']['getReader'](),_0x3a00ea=new TextDecoder();let _0x544c4d='',_0x1afbd1='',_0x56dd71='',_0x3e4477=!0x1;for(;!_0x3e4477;){const {done:_0x410f14,value:_0x1bfd25}=await _0x2e09be['read'](),_0x331e13=_0x544c4d+_0x3a00ea['decode'](_0x1bfd25);let _0x1842a4;_0x3e4477=_0x410f14;try{_0x1842a4=this['_cleanUpData'](_0x331e13),_0x544c4d='';}catch{_0x544c4d=_0x331e13;continue;}_0x1afbd1+=_0x1842a4,!_0x3e4477&&this['_isBufferIncomplete'](_0x1afbd1)||_0x1afbd1&&(_0x56dd71+=_0x1afbd1,_0x1afbd1='',_0x5580a2(_0x56dd71));}return Promise['resolve']();}async _readStaticResponse(_0x524bbc,_0x138286){return _0x138286((await _0x524bbc['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}_isBufferIncomplete(_0x3818e3){const _0x309c15=_0x3818e3['split']('<')['length']!==_0x3818e3['split']('>')['length'],_0x187996=_0x3818e3['length']<0x1e;return _0x309c15&&_0x187996;}_cleanUpData(_0x3cfca1){return _0x3cfca1['split'](/\n(?![^{]*\})/g)['map'](_0x509a1c=>_0x509a1c['replace']('data:\x20',''))['filter'](_0x392f27=>_0x392f27&&_0x392f27['length']>0x0&&'[DONE]'!==_0x392f27)['map'](_0x181560=>{const {choices:_0x3bdde8}=JSON['parse'](_0x181560);if(_0x3bdde8[0x0]?.['delta']?.['content'])return _0x3bdde8[0x0]['delta']['content'];})['filter'](_0x52311b=>_0x52311b)['join']('');}},as=class extends rs{static get['pluginName'](){return'AWSTextAdapter';}init(){super['init'](),St('ai-aws-adapter-not-supported');}async sendRequest(_0xf06758){throw bt('ai-aws-adapter-not-supported'),new Pi(Di(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}},hs=class extends Mt{constructor(_0x2a063e,_0xaa2a5d={}){super(_0x2a063e),this['isToggleable']=!0x0,this['set']('side',_0xaa2a5d['side']||'top');const _0x422d0d=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...vt(_0xaa2a5d['class']||[]),_0x422d0d['to']('side',_0x322f01=>'ck-tab-button_'+_0x322f01),_0x422d0d['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},cs=class extends _0x414492{['children'];constructor(_0x248931,_0x220248={}){super(_0x248931);const _0x2a9384=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...vt(_0x220248['class']||[]),_0x2a9384['to']('class'),_0x2a9384['if']('isVisible','ck-hidden',_0x24e74e=>!_0x24e74e)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},ls=class extends _0x414492{buttonViews=this['createCollection']();['panelViews']=this['createCollection']();_tabs=new Map();constructor(_0x5dd00b,_0x4cc07f={}){super(_0x5dd00b),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x4cc07f['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x4cc07f['collapsible']||!0x1),this['set']('isCollapsed',!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'isCollapsed',(_0x1db1b7,_0xa2551)=>_0x1db1b7&&!_0xa2551);const _0x43eedd=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...vt(_0x4cc07f['class']||[]),_0x43eedd['to']('side',_0x317439=>'ck-tabs_'+_0x317439),_0x43eedd['to']('class'),_0x43eedd['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x43eedd['if']('isCollapsed','ck-ai-tabs_collapsed')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x43eedd['to']('side',_0x5aa379=>'ck-tabs__buttons-container_'+_0x5aa379)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x43eedd['to']('side',_0x246340=>'ck-tabs__panels-container_'+_0x246340)]},'children':this['panelViews']},...vt(_0x4cc07f['children']||[])]});}getTabIds(){return[...this['_tabs']['keys']()];}getTab(_0xb3d40d){const _0x4ac3ea=this['_tabs']['get'](_0xb3d40d);return _0x4ac3ea||null;}['addTab'](_0x3089f5){const _0x2c84ce=this['_setupButton']({'id':_0x3089f5['id'],'label':_0x3089f5['buttonLabel'],'icon':_0x3089f5['buttonIcon'],'order':_0x3089f5['order']}),_0x8bf5b1=new cs(this['locale']);return _0x8bf5b1['render'](),_0x3089f5['content']&&_0x8bf5b1['children']['add'](_0x3089f5['content']),this['panelViews']['add'](_0x8bf5b1),this['_tabs']['set'](_0x3089f5['id'],{'button':_0x2c84ce,'panel':_0x8bf5b1,'order':void 0x0!==_0x3089f5['order']?_0x3089f5['order']:null}),this['fire']('addTab:'+_0x3089f5['id'],{'id':_0x3089f5['id'],'button':_0x2c84ce,'panel':_0x8bf5b1}),null===this['activeTab']?this['activateTab'](_0x3089f5['id']):this['_hidePanel'](_0x3089f5['id']),{'button':_0x2c84ce,'panel':_0x8bf5b1};}activateTab(_0x25e7e2){if(null!==_0x25e7e2&&!this['getTab'](_0x25e7e2))throw new ct('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x25e7e2});if(this['isCollapsed']=!0x1,this['activeTab']===_0x25e7e2)return;const _0x22a41c=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x25e7e2,_0x25e7e2&&this['_showPanel'](_0x25e7e2),this['fire']('activateTab:'+_0x25e7e2,{'newTab':_0x25e7e2,'oldTab':_0x22a41c});}toggleTabPanel(_0x1b7726){this['activeTab']===_0x1b7726?this['collapsible']&&(this['isCollapsed']=!this['isCollapsed']):this['activateTab'](_0x1b7726);}['showTab'](_0x87a4a3){if(!this['getTab'](_0x87a4a3))throw new ct('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x87a4a3});this['_showPanel'](_0x87a4a3),this['_showButton'](_0x87a4a3),this['fire']('show:'+_0x87a4a3,_0x87a4a3);}['hideTab'](_0x17ccd4){if(!this['getTab'](_0x17ccd4))throw new ct('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x17ccd4});const _0x3d6833=this['activeTab'];this['_hidePanel'](_0x17ccd4),this['_hideButton'](_0x17ccd4);const _0x88e092=this['getTabIds']();_0x3d6833===_0x17ccd4&&_0x88e092['length']>0x1&&this['activateTab'](_0x88e092['find'](_0x5d3f45=>_0x5d3f45!==_0x17ccd4)),this['fire']('hide:'+_0x17ccd4,_0x17ccd4);}_getPanel(_0x34c995){const _0x58ae4d=this['_tabs']['get'](_0x34c995);return _0x58ae4d?_0x58ae4d['panel']:null;}['_showPanel'](_0x207ad4){null!==this['activeTab']&&this['activeTab']!==_0x207ad4||this['_getPanel'](_0x207ad4)['show']();}['_hidePanel'](_0x372711){const _0x2d4637=this['_getPanel'](_0x372711);_0x2d4637['isVisible']&&(this['activeTab']===_0x372711&&(this['activeTab']=null),_0x2d4637['hide']());}_getButton(_0x463d80){const _0x13873c=this['_tabs']['get'](_0x463d80);return _0x13873c?_0x13873c['button']:null;}_showButton(_0x1efaeb){this['_getButton'](_0x1efaeb)['show']();}_hideButton(_0x4fee28){this['_getButton'](_0x4fee28)['hide']();}_setupButton(_0x1875e3){const _0x179ed8=new hs(this['locale'],{'side':this['side']}),_0x957627=this['buttonViews'];if(_0x179ed8['set']({'label':_0x1875e3['label'],'icon':_0x1875e3['icon'],'tooltip':!0x0,'withText':!0x0}),_0x179ed8['bind']('isOn')['to'](this,'activeTab',this,'isCollapsed',(_0x52dd9c,_0x3a1467)=>_0x52dd9c===_0x1875e3['id']&&!_0x3a1467),_0x179ed8['bind']('side')['to'](this,'side'),_0x1875e3['order']){const _0x3b366b=[...this['_tabs']]['reduce']((_0x1987c7,_0x463fb7)=>{const _0x39bd4b=_0x463fb7[0x0],{order:_0x362a4a}=_0x463fb7[0x1];return!_0x362a4a||_0x362a4a>_0x1875e3['order']?_0x1987c7:_0x362a4a>=_0x1987c7['order']?{'id':_0x39bd4b,'order':_0x362a4a}:_0x1987c7;},{'id':'','order':0x0}),_0x4da941=_0x957627['getIndex'](this['_getButton'](_0x3b366b['id']));_0x957627['add'](_0x179ed8,_0x4da941+0x1);}else _0x957627['add'](_0x179ed8);return _0x179ed8['on']('execute',()=>{this['toggleTabPanel'](_0x1875e3['id']);}),_0x179ed8;}};const us=['overlay','sidebar','custom'],ds=['left','right'];var _s=class extends ls{constructor(_0x5e3a71,_0x23a21c={}){super(_0x5e3a71,_0x23a21c),this['set']('type',_0x23a21c['type']||'sidebar'),this['set']('side',_0x23a21c['side']||'right'),this['set']('isVisible',_0x23a21c['visibleByDefault']??!0x0);const _0x26a999=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x26a999['if']('type','ck-ai-tabs__overlay',_0x265d66=>'overlay'===_0x265d66),_0x26a999['if']('type','ck-ai-tabs__sidebar',_0x17eb1a=>'sidebar'===_0x17eb1a),_0x26a999['if']('isVisible','ck-hidden',_0x36a0aa=>!_0x36a0aa)]}}),this['buttonViews']['on']('add',(_0x2aa38a,_0x1ff54e)=>{_0x1ff54e['set']('withText',!0x1);});}},gs=class extends _0x77cfae{['view'];container=null;showResizeButton=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x121610){if(super(_0x121610),!this['context']['config']['get']('ai.container'))throw new ct('ai-tabs-configuration-not-found');this['context']['config']['define']('ai.container.visibleByDefault',!0x0),this['context']['config']['define']('ai.container.collapsible',!0x1);const _0x4bce93=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x4bce93['showResizeButton']&&(this['showResizeButton']=_0x4bce93['showResizeButton']),'sidebar'!==_0x4bce93['type']&&'overlay'!==_0x4bce93['type']||_0x4bce93['side']&&(this['side']=_0x4bce93['side']),'sidebar'===_0x4bce93['type']){if(this['container']=_0x4bce93['element'],this['set']('type','sidebar'),!this['container'])throw new ct('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x4bce93['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new _s(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':_0x4bce93['visibleByDefault'],'collapsible':_0x4bce93['collapsible']}),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 _0x5849ed&&this['context']['ui']['focusTracker']['add'](this['view']['element']),this['listenTo'](this,'resizeTabs',()=>{this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);});}switchType(_0x1f67b2){if(_0x1f67b2&&this['type']!==_0x1f67b2){if(!us['includes'](_0x1f67b2))throw new ct('ai-tabs-unsupported-ui-type');this['type']=_0x1f67b2;}}switchSide(_0x312ef5){if(_0x312ef5&&this['side']!==_0x312ef5){if(!ds['includes'](_0x312ef5))throw new ct('ai-tabs-unsupported-ui-side');this['side']=_0x312ef5;}}destroy(){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}};function As(_0x3aec95){return{..._0x3aec95,'type':'context'};}var Is=class extends _0x77cfae{['_apiUrl'];get['_apiUrlV11'](){return this['_apiUrl']['replace'](/\/v1$/,'/v1.1');}_token;['_decoder'];static get requires(){return[_0x17bc00];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x337d36){if(super(_0x337d36),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl')['replace'](/\/+$/,''),!this['_apiUrl']['endsWith']('/v1'))throw new ct('ai-service-url-invalid-version',this,{'serviceUrl':this['_apiUrl']});this['_token']=null,this['_decoder']=new TextDecoder();}init(){const _0x35b7bf=this['context']['plugins']['get'](_0x17bc00);if(!_0x35b7bf['token'])throw new ct('ai-missing-token',this);this['_token']=_0x35b7bf['token'];}_getExtraHttpHeaders(){const _0x51e2d3=this['context']['config']['get']('ai.extraHttpHeaders'),_0x2abdf5='function'==typeof _0x51e2d3?_0x51e2d3():_0x51e2d3;if(Array['isArray'](_0x2abdf5)&&_0x2abdf5['length'])return Object['fromEntries'](_0x2abdf5['map'](({domain:_0x5235df,headers:_0x20cbd4})=>[_0x5235df,_0x20cbd4]));}startConversation(_0x53e85d,_0x3e84a9){const _0x2f1720=this['_sendApiRequest']('/conversations','POST',{'id':_0x53e85d,'group':_0x3e84a9});return{'getConversation':async()=>(await _0x2f1720['request'])['json'](),'abortController':_0x2f1720['abortController']};}queryAssistant({message:_0x17573b,conversationId:_0x33edc0,parts:_0x46a21d,capabilities:_0x48c72e,model:_0x3c35b0,attributes:_0x31ba0e}){const _0x41796e=this['_getExtraHttpHeaders'](),_0x287fe9={..._0x17573b&&{'prompt':_0x17573b},'content':_0x46a21d,'model':_0x3c35b0,..._0x48c72e&&{'capabilities':_0x48c72e},..._0x31ba0e&&{'attributes':_0x31ba0e},..._0x41796e&&{'extraHttpHeaders':_0x41796e}},_0x227ba4=this['_sendApiRequest']('/conversations/'+_0x33edc0+'/messages','POST',_0x287fe9,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x1d4529=(await _0x227ba4['request'])['body'];return this['_getStreamReader'](_0x1d4529);},'abortController':_0x227ba4['abortController']};}executeCustomAction({content:_0xff8051,message:_0x30a679,model:_0x4d1ba6,outputFormat:_0x5ea463,contexts:_0x4c54a6}){const _0x49f180={'content':[{'type':'text','content':_0xff8051}],..._0x30a679&&{'prompt':_0x30a679},'model':_0x4d1ba6,'outputFormat':_0x5ea463,...ps(_0x4c54a6)},_0x313bf5=this['_sendApiRequest']('/actions/custom/calls','POST',_0x49f180);return{'getStream':async()=>{const _0x526839=(await _0x313bf5['request'])['body'];return this['_getStreamReader'](_0x526839);},'abortController':_0x313bf5['abortController']};}executeAction({actionName:_0x29ead5,content:_0x444e1b,args:_0x46b9b6,contexts:_0x4db838}){const _0x41496c={'content':[{'type':'text','content':_0x444e1b}],'args':_0x46b9b6,...ps(_0x4db838)},_0x2a32a0=this['_sendApiRequest']('/actions/system/'+_0x29ead5+'/calls','POST',_0x41496c);return{'getStream':async()=>{const _0x345b0d=(await _0x2a32a0['request'])['body'];return this['_getStreamReader'](_0x345b0d);},'abortController':_0x2a32a0['abortController']};}['uploadFile'](_0x20f535,_0x23ed0f,_0x1fad18){const _0x519727=new FormData();_0x519727['append']('file',_0x23ed0f,_0x23ed0f['name']),_0x1fad18&&_0x519727['append']('attributes',JSON['stringify'](_0x1fad18));const _0x231e11=this['_sendApiRequest']('/conversations/'+_0x20f535+'/files','POST',_0x519727);return{'getId':async()=>(await _0x231e11['request'])['json'](),'abortController':_0x231e11['abortController']};}uploadDocuments(_0x3535cc,_0x41089c){const _0x5e3cff={'documents':_0x41089c['map'](_0x1522e9=>({'content':_0x1522e9['content'],'attributes':{'version':_0x1522e9['version'],'sessionId':_0x1522e9['sessionId'],'channelId':_0x1522e9['channelId'],'rootName':_0x1522e9['rootName'],'selections':_0x1522e9['selections']},...void 0x0!==_0x1522e9['name']?{'name':_0x1522e9['name']}:{},...void 0x0!==_0x1522e9['description']?{'description':_0x1522e9['description']}:{}}))},_0x9dda0d=this['_sendApiRequest']('/conversations/'+_0x3535cc+'/documents/batch','POST',_0x5e3cff);return{'getIds':async()=>(await _0x9dda0d['request'])['json'](),'abortController':_0x9dda0d['abortController']};}fetchDocuments(_0x501c51,_0x5660bd){const _0x3aeea2=new URLSearchParams();_0x3aeea2['append']('documentIds',_0x5660bd['join'](','));const _0xb3ca4e=this['_sendApiRequest']('/conversations/'+_0x501c51+'/documents/batch?'+_0x3aeea2['toString'](),'GET');return{'getDocuments':async()=>(await _0xb3ca4e['request'])['json'](),'abortController':_0xb3ca4e['abortController']};}fetchConversations(_0x2dc059,_0xfd4df5={}){const _0x561faf=new URLSearchParams();_0x561faf['append']('group',_0x2dc059),_0x561faf['append']('excludeEmpty',!0x1!==_0xfd4df5['excludeEmpty']?'true':'false'),_0x561faf['append']('limit',_0xfd4df5['limit']?_0xfd4df5['limit']['toString']():0x64['toString']()),_0x561faf['append']('sortBy',_0xfd4df5['sortBy']?_0xfd4df5['sortBy']:'createdAt'),_0x561faf['append']('order',_0xfd4df5['order']?_0xfd4df5['order']:'desc');const _0x10f027=this['_sendApiRequest']('/conversations?'+_0x561faf['toString'](),'GET');return{'getConversations':async()=>(await(await _0x10f027['request'])['json']())['items'],'abortController':_0x10f027['abortController']};}deleteConversation(_0x1bb032){const _0x4c9d23=this['_sendApiRequest']('/conversations/'+_0x1bb032,'DELETE');return{'execute':async()=>{await _0x4c9d23['request'];},'abortController':_0x4c9d23['abortController']};}updateConversation(_0x37f14a,_0x4bbb8e){const _0x1fcc19=this['_sendApiRequest']('/conversations/'+_0x37f14a,'PATCH',_0x4bbb8e);return{'getResult':async()=>(await _0x1fcc19['request'],_0x4bbb8e),'abortController':_0x1fcc19['abortController']};}fetchConversation(_0x9e120b){const _0x4399a4=this['_sendApiRequest']('/conversations/'+_0x9e120b,'GET');return{'getConversation':async()=>(await _0x4399a4['request'])['json'](),'abortController':_0x4399a4['abortController']};}fetchConversationMessages(_0xb954af){const _0x3da8eb=this['_sendApiRequest']('/conversations/'+_0xb954af+'/messages','GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getMessages':async()=>(await(await _0x3da8eb['request'])['json']())['items'],'abortController':_0x3da8eb['abortController']};}['uploadUrl'](_0x199dcb,_0x1e1aee,_0xb0207d){const _0x3f7261=this['_sendApiRequest']('/conversations/'+_0x199dcb+'/web-resources','POST',{'url':_0x1e1aee,'attributes':_0xb0207d});return{'getId':async()=>(await _0x3f7261['request'])['json'](),'abortController':_0x3f7261['abortController']};}getModels(_0xf69aa8='en'){const _0x5bad0f=new URLSearchParams();_0x5bad0f['append']('language',_0xf69aa8);const _0x19aef9='/models/1?'+_0x5bad0f['toString'](),_0x4e291e=this['_sendApiRequest'](_0x19aef9,'GET');return{'list':async()=>await(await _0x4e291e['request'])['json'](),'abortController':_0x4e291e['abortController']};}listContexts(_0x4b305a={}){const _0x30bdc7=new URLSearchParams();_0x30bdc7['append']('limit',_0x4b305a['limit']?_0x4b305a['limit']['toString']():0x64['toString']()),_0x4b305a['cursor']&&_0x30bdc7['append']('cursor',_0x4b305a['cursor']),_0x4b305a['order']&&_0x30bdc7['append']('order',_0x4b305a['order']);const _0x463908=this['_sendApiRequest']('/contexts?'+_0x30bdc7['toString'](),'GET');return{'getContexts':async()=>(await(await _0x463908['request'])['json']())['items'],'abortController':_0x463908['abortController']};}deleteFile(_0x12d946,_0x39a361){const _0x40e70f=this['_sendApiRequest']('/conversations/'+_0x12d946+'/files/'+_0x39a361,'DELETE');return{'execute':async()=>{await _0x40e70f['request'];},'abortController':_0x40e70f['abortController']};}deleteDocument(_0x3ef746,_0xcabc6f){const _0x4df98c=this['_sendApiRequest']('/conversations/'+_0x3ef746+'/documents/'+_0xcabc6f,'DELETE');return{'execute':async()=>{await _0x4df98c['request'];},'abortController':_0x4df98c['abortController']};}deleteWebResource(_0x1a25ba,_0x4b30cc){const _0x204adb=this['_sendApiRequest']('/conversations/'+_0x1a25ba+'/web-resources/'+_0x4b30cc,'DELETE');return{'execute':async()=>{await _0x204adb['request'];},'abortController':_0x204adb['abortController']};}cancelStream(_0x3db76c,_0x250064){const _0x448191=this['_sendApiRequest']('/conversations/'+_0x3db76c+'/messages/'+_0x250064+'/stream','DELETE',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'execute':async()=>{await _0x448191['request'];},'abortController':_0x448191['abortController']};}resumeStream(_0x2ca0ba,_0x3091e8,_0x25e78d='0-0'){const _0x1cd769=new URLSearchParams({'lastEventId':_0x25e78d}),_0x18964e=this['_sendApiRequest']('/conversations/'+_0x2ca0ba+'/messages/'+_0x3091e8+'/stream?'+_0x1cd769['toString'](),'GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x3f432b=await _0x18964e['request'];return this['_getStreamReader'](_0x3f432b['body']);},'abortController':_0x18964e['abortController']};}callSystemReview({reviewName:_0x3f65c2,content:_0x5b7fff,args:_0x516b3c,contexts:_0x5ac666}){const _0x388bc0=this['_sendApiRequest']('/reviews/system/'+_0x3f65c2+'/calls','POST',{'content':[{'type':'text','content':_0x5b7fff}],'args':_0x516b3c,...ps(_0x5ac666)});return{'getStream':async()=>{const _0x51829f=(await _0x388bc0['request'])['body'];return this['_getStreamReader'](_0x51829f);},'abortController':_0x388bc0['abortController']};}processDocument({content:_0x16af3a,prompt:_0x2fd94e,model:_0x55166f,capabilities:_0x55ba02,contexts:_0x5a7429}){const _0x238f36=this['_getExtraHttpHeaders'](),_0x25649b=this['_sendApiRequest']('/documents/process','POST',{'content':_0x16af3a,'prompt':_0x2fd94e,'model':_0x55166f,..._0x55ba02&&{'capabilities':_0x55ba02},...ps(_0x5a7429),..._0x238f36&&{'extraHttpHeaders':_0x238f36}});return{'getResult':async()=>(await _0x25649b['request'])['json'](),'abortController':_0x25649b['abortController']};}callCustomReview({content:_0x1fb251,prompt:_0x2391da,model:_0x148e73,contexts:_0x456750}){const _0x41ab15=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x1fb251}],..._0x2391da&&{'prompt':_0x2391da},'model':_0x148e73,...ps(_0x456750)});return{'getStream':async()=>{const _0x2dea05=(await _0x41ab15['request'])['body'];return this['_getStreamReader'](_0x2dea05);},'abortController':_0x41ab15['abortController']};}upsertAIChatRating(_0x43e7b4,_0x3e0ffd,_0x20ec6f){const _0xf92d94=this['_sendApiRequest']('/conversations/'+_0x43e7b4+'/messages/'+_0x3e0ffd+'/ratings','PUT',{'positiveCount':_0x20ec6f['positiveCount'],'totalCount':_0x20ec6f['totalCount'],'modificationId':_0x20ec6f['modificationId']});return{'execute':async()=>{await _0xf92d94['request'];},'abortController':_0xf92d94['abortController']};}upsertAIActionRating(_0x1d272c,_0x2f1be6,_0x108c20){const _0x15219d=this['_sendApiRequest']('/actions/system/'+_0x1d272c+'/calls/'+_0x2f1be6+'/ratings','PUT',{'positiveCount':_0x108c20['positiveCount'],'totalCount':_0x108c20['totalCount']});return{'execute':async()=>{await _0x15219d['request'];},'abortController':_0x15219d['abortController']};}upsertCustomAIActionRating(_0x559e4f,_0x146fae){const _0x333388=this['_sendApiRequest']('/actions/custom/calls/'+_0x559e4f+'/ratings','PUT',{'positiveCount':_0x146fae['positiveCount'],'totalCount':_0x146fae['totalCount']});return{'execute':async()=>{await _0x333388['request'];},'abortController':_0x333388['abortController']};}upsertAIReviewRating(_0x3a587d,_0x32aa6d,_0x32018c,_0x4cc035){const _0x657ff1=this['_sendApiRequest']('/reviews/system/'+_0x3a587d+'/calls/'+_0x32aa6d+'/ratings','PUT',{'positiveCount':_0x32018c['positiveCount'],'totalCount':_0x32018c['totalCount'],'dataId':_0x4cc035});return{'execute':async()=>{await _0x657ff1['request'];},'abortController':_0x657ff1['abortController']};}upsertCustomAIReviewRating(_0x20c600,_0x523657,_0x5cefcc){const _0x439c67=this['_sendApiRequest']('/reviews/custom/calls/'+_0x20c600+'/ratings','PUT',{'positiveCount':_0x523657['positiveCount'],'totalCount':_0x523657['totalCount'],'dataId':_0x5cefcc});return{'execute':async()=>{await _0x439c67['request'];},'abortController':_0x439c67['abortController']};}_sendApiRequest(_0x2c344e,_0x2903d1,_0x581310,_0x56b3e3={}){const {apiUrl:_0x1ea892=this['_apiUrl']}=_0x56b3e3,_0x30427b=new AbortController(),_0x574ca7=_0x581310 instanceof FormData,_0x1be84a={'Authorization':'Bearer\x20'+this['_token']?.['value'],'X-Editor-Version':yt};_0x581310&&!_0x574ca7&&(_0x1be84a['Content-Type']='application/json');const _0x419146={'method':_0x2903d1,'headers':_0x1be84a,'signal':_0x30427b['signal']};return _0x581310&&(_0x419146['body']=_0x574ca7?_0x581310:JSON['stringify'](_0x581310)),{'request':fetch(''+_0x1ea892+_0x2c344e,_0x419146)['catch'](_0x464a57=>{this['_handleError'](_0x464a57);})['then'](_0xd85544=>_0xd85544['ok']?_0xd85544:_0xd85544['json']()['then'](_0x2f51eb=>{throw{'url':_0x1ea892,'path':_0x2c344e,'method':_0x2903d1,'body':_0x581310,'status':(_0xd85544||{})['status'],'statusText':(_0xd85544||{})['statusText'],'code':_0x2f51eb['code'],'message':_0x2f51eb['message'],'traceId':_0x2f51eb['traceId'],'data':_0x2f51eb['data']};})),'abortController':_0x30427b};}async *_getStreamReader(_0x2c00a1){const _0x971b49=[],_0x1ae3a6=_0x2c00a1['getReader'](),_0x495c27=_0x419e25({'onError':_0x1d3a39=>{this['_handleError'](_0x1d3a39);},'onEvent':_0x2f1e65=>{_0x2f1e65['data']=JSON['parse'](_0x2f1e65['data']),_0x971b49['push'](_0x2f1e65);}});try{let _0x416a74=!0x1;for(;!_0x416a74;){const {done:_0x92c659,value:_0x55ffcd}=await _0x1ae3a6['read']();_0x92c659&&(_0x416a74=!0x0),_0x495c27['feed'](this['_decoder']['decode'](_0x55ffcd,{'stream':!0x0})),yield*_0x971b49,_0x971b49['length']=0x0;}}catch(_0x3b99c7){this['_handleError'](_0x3b99c7);}finally{_0x1ae3a6['releaseLock'](),_0x495c27['reset']();}}['_handleError'](_0x185360){if(_0x185360 instanceof ct)throw _0x185360;if(_0x185360 instanceof Error&&'AbortError'===_0x185360['name'])throw new ct('ai-request-aborted',this,{'originalError':_0x185360});throw new ct('ai-request-failed',this,{'originalError':_0x185360});}};function ps(_0x5710f3){return _0x5710f3?.['length']?{'contexts':_0x5710f3['map'](As)}:{};}function Es(_0x14716e,_0x3f928a,_0x58f8ab){const t=_0x14716e['t'];switch(_0x3f928a){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'},_0x58f8ab);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_APPLY':return t({'id':'AI_SUGGESTION_CONTENT_PART_APPLY','string':'Apply\x20change'});case'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','string':'Add\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_REJECT':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECT','string':'Reject\x20change'});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_SUGGESTION_CONTENT_PART_STATE_ACCEPTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','string':'Approved'});case'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','string':'Rejected'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','string':'Outdated'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_TOOLTIP':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_TOOLTIP','string':'Created\x20for\x20a\x20previous\x20version\x20of\x20the\x20document\x20and\x20can\x20no\x20longer\x20be\x20applied.'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_CONTENT_REMOVED_TOOLTIP':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_CONTENT_REMOVED_TOOLTIP','string':'Created\x20for\x20content\x20that\x20no\x20longer\x20exists.'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_EDITOR_REMOVED_TOOLTIP':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_EDITOR_REMOVED_TOOLTIP','string':'Created\x20for\x20content\x20that\x20no\x20longer\x20exists.'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_SESSION_CHANGED_TOOLTIP':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_SESSION_CHANGED_TOOLTIP','string':'Created\x20for\x20a\x20previous\x20version\x20of\x20the\x20document\x20and\x20can\x20no\x20longer\x20be\x20applied.'});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\x20can\x20help\x20you\x20draft,\x20rewrite,\x20and\x20improve\x20your\x20text,\x20explore\x20ideas,\x20research\x20topics,\x20and\x20solve\x20problems.\x20How\x20can\x20I\x20help\x20right\x20now?'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'Response\x20stopped.'});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_UNABLE_TO_LOAD_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION','string':'Unable\x20to\x20load\x20chosen\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.'},_0x58f8ab);case'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED':return t({'id':'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED','string':'Folders\x20cannot\x20be\x20added\x20to\x20the\x20chat.\x20Try\x20adding\x20individual\x20files\x20instead.'});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.'},_0x58f8ab);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_PASTED_TEXT_NAME':return t({'id':'AI_CHAT_CONTEXT_PASTED_TEXT_NAME','string':'Pasted\x20Text'});case'AI_CHAT_DROP_ZONE_HINT':return t({'id':'AI_CHAT_DROP_ZONE_HINT','string':'Drop\x20files\x20here\x20to\x20add\x20to\x20the\x20chat'});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_LIBRARY_LABEL':return t({'id':'AI_CHAT_CONTEXT_LIBRARY_LABEL','string':'Context\x20library'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL':return t({'id':'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL','string':'Selected\x20content'});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.'},_0x58f8ab);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_INVALID_REQUEST':return t({'id':'AI_CHAT_INVALID_REQUEST','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE','string':'The\x20file\x20type\x20is\x20not\x20supported.\x20Please\x20upload\x20a\x20different\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_LARGE':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_LARGE','string':'The\x20file\x20is\x20too\x20large.\x20Please\x20upload\x20a\x20smaller\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES','string':'The\x20file\x20has\x20too\x20many\x20pages.\x20Please\x20upload\x20a\x20file\x20with\x20fewer\x20pages.'});case'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED':return t({'id':'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED','string':'The\x20form\x20data\x20size\x20limits\x20are\x20exceeded.\x20Please\x20upload\x20a\x20smaller\x20file.'});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_SUGGEST_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL','string':'Suggest\x20all'},_0x58f8ab);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x58f8ab);case'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL','string':'Apply\x20all'});case'AI_CHAT_SUGGESTION_ACTION_APPLY':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY','string':'Apply'});case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x58f8ab);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.'},_0x58f8ab);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.'},_0x58f8ab);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.'},_0x58f8ab);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.'},_0x58f8ab);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'},_0x58f8ab);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_LABEL':return t({'id':'AI_BALLOON_NEXT_LABEL','string':'Next'});case'AI_BALLOON_PREVIOUS_LABEL':return t({'id':'AI_BALLOON_PREVIOUS_LABEL','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_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_SEARCH':return t({'id':'AI_QUICK_ACTIONS_SEARCH','string':'Search\x20AI\x20commands'});case'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','string':'No\x20AI\x20commands\x20found'});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.'},_0x58f8ab);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_BALLOON_SELECTION_REMOVED_ERROR':return t({'id':'AI_BALLOON_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_INITIALIZATION_ERROR_MESSAGE':return t({'id':'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','string':'AI\x20Review\x20initialized\x20with\x20errors.\x20Some\x20features\x20may\x20not\x20be\x20available\x20or\x20work\x20properly.'});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'});case'AI_TRANSLATE_ACCEPT_ALL':return t({'id':'AI_TRANSLATE_ACCEPT_ALL','string':'Accept\x20translation'});case'AI_TRANSLATE_FINISH_HEADER_TITLE':return t({'id':'AI_TRANSLATE_FINISH_HEADER_TITLE','string':'Translation\x20complete.\x20Finish\x20when\x20ready.'});case'AI_TRANSLATE_EMPTY_RESULTS_TEXT':return t({'id':'AI_TRANSLATE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20translations\x20to\x20review.'});case'AI_TRANSLATE_FINISH_BUTTON_LABEL':return t({'id':'AI_TRANSLATE_FINISH_BUTTON_LABEL','string':'Finish\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','string':'Content\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','string':'A\x20dedicated\x20mode\x20for\x20translating\x20the\x20entire\x20text.'});case'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','string':'Translating\x20to'});case'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','string':'Translated\x20to'});case'AI_TRANSLATE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_TRANSLATE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20translations\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});default:return _0x3f928a;}}const ms=/* #__PURE__ -- @preserve */
|
|
25
|
+
dt();var Ts=class extends ms{_connector;['_config'];['_locale'];_modelList=[];_modelsRequest=null;constructor({connector:_0x166cda,config:_0x5b95ea,locale:_0x2ccd45}){super(),this['_connector']=_0x166cda,this['_config']=_0x5b95ea,this['_locale']=_0x2ccd45;}get['_availableModels'](){return this['_config']?.['displayedModels'];}get _defaultModelId(){return this['_config']?.['defaultModelId'];}async getAllModels(){return this['_modelsRequest']||(this['_modelsRequest']=this['_retrieveModels']()['catch'](_0x1bacf0=>{throw this['_modelsRequest']=null,_0x1bacf0;})),this['_modelsRequest'];}async getAvailableModels(){const _0x2cc32b=await this['getAllModels']();let _0x38cbfe;return _0x38cbfe=this['_availableModels']?this['_filterModels'](_0x2cc32b,this['_availableModels']):_0x2cc32b['filter'](_0x4ec73e=>_0x4ec73e['recommended']),_0x38cbfe;}async['resolveModel'](_0x3368a9){const _0x215d54=await this['getAllModels']();if(!_0x215d54['length'])return null;if(_0x3368a9){const _0x49c516=this['_getModelById'](_0x215d54,_0x3368a9);if(_0x49c516)return _0x49c516;St('ai-chat-model-id-unrecognized',{'modelId':_0x3368a9,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async getDefault(){const _0x5cbe13=await this['getAvailableModels']();if(!_0x5cbe13['length'])return null;if(this['_defaultModelId']){const _0x554267=this['_getModelById'](_0x5cbe13,this['_defaultModelId']);if(_0x554267)return _0x554267;St('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x5cbe13[0x0]['id']});}return _0x5cbe13[0x0];}async['isAvailable'](_0x12f70a){return(await this['getAvailableModels']())['some'](_0x57d330=>_0x57d330['name']===_0x12f70a['name']&&_0x57d330['provider']===_0x12f70a['provider']);}async getModel(_0x53cb35){const _0x41a3f1=await this['getAllModels']();return this['_getModelById'](_0x41a3f1,_0x53cb35)||null;}async _retrieveModels(){if(!this['_modelList']['length']){const _0xcd56af=this['_locale']['uiLanguage']||'en',_0x8b2511=await this['_connector']['getModels'](_0xcd56af)['list']();this['_modelList']=_0x8b2511['items']['map'](_0x7e27e3=>ws(_0x7e27e3)?{..._0x7e27e3,'name':Es(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x7e27e3);}return[...this['_modelList']];}_filterModels(_0x3b7dd6,_0x1e5a3c){let _0x2378b1;if(_0x1e5a3c){_0x2378b1=[];const _0x2186f9=new Set(),_0x53b860='string'==typeof _0x1e5a3c?[_0x1e5a3c['toLocaleLowerCase']()]:_0x1e5a3c['map'](_0x517c20=>_0x517c20['toLocaleLowerCase']());for(const _0x46d9dc of _0x53b860)for(const _0xe45a65 of _0x3b7dd6)!_0x2186f9['has'](_0xe45a65['id'])&&this['_isMatchingFilter'](_0xe45a65,_0x46d9dc)&&(_0x2378b1['push'](_0xe45a65),_0x2186f9['add'](_0xe45a65['id']));}else _0x2378b1=_0x3b7dd6;return _0x2378b1;}_isMatchingFilter(_0x552aa8,_0x3f5d7f){const _0x73d8e5=_0x552aa8['id']['toLocaleLowerCase'](),_0x3f5613=_0x552aa8['name']['toLocaleLowerCase'](),_0x3afb41=_0x552aa8['provider']['toLocaleLowerCase']();return _0x73d8e5===_0x3f5d7f||_0x3f5613===_0x3f5d7f||ws(_0x552aa8)&&'auto'===_0x3f5d7f||_0x3afb41===_0x3f5d7f||_0x73d8e5['startsWith'](_0x3f5d7f);}_getModelById(_0x31551f,_0x8e4c0a){return _0x31551f['find'](_0x3bfe43=>ws(_0x3bfe43)&&'auto'===_0x8e4c0a?_0x3bfe43:_0x3bfe43['id']===_0x8e4c0a)||null;}};function ws(_0x17c7e1){return _0x17c7e1['id']['startsWith']('agent');}var Cs=class{_connector;_defaultContext;_contextsRequest=null;constructor({connector:_0x4846ec,defaultContext:_0x548543}){this['_connector']=_0x4846ec,this['_defaultContext']=_0x548543;}async getAllContexts(){return this['_contextsRequest']||(this['_contextsRequest']=this['_connector']['listContexts']()['getContexts']()['catch'](_0x45d32b=>{throw this['_contextsRequest']=null,_0x45d32b;})),[...await this['_contextsRequest']];}async getAvailableContexts(){const _0x3108f1=await this['getAllContexts'](),_0x3dc5e3=new Set((this['_defaultContext']??[])['map'](_0x5004ec=>_0x5004ec['id']));return _0x3108f1['filter'](_0x2e6810=>!_0x3dc5e3['has'](_0x2e6810['id']));}resolveContext({feature:_0x2dd417,ids:_0xfafafd=[],extraContexts:_0x45b1b9=[],idScopedOnly:_0xf929aa=!0x1,context:_0x3f9d9a}){const _0x279db3=this['_resolveDefaultContext'](_0x2dd417,_0xfafafd,_0xf929aa);return _0x3f9d9a['addDefaultContext']([..._0x279db3,..._0x45b1b9]),_0x3f9d9a;}_resolveDefaultContext(_0x4085c4,_0xc282bb,_0x4abc17=!0x1){if(!this['_defaultContext'])return[];const _0x5647d2=[];for(const _0x1fa174 of this['_defaultContext'])this['_entryAppliesToFeature'](_0x1fa174['features'],_0x4085c4,_0xc282bb)&&(_0x4abc17&&this['_entryAppliesToFeature'](_0x1fa174['features'],_0x4085c4,[])||_0x5647d2['push'](this['_toContextRef'](_0x1fa174)));return _0x5647d2;}_toContextRef(_0x43bdc0){return'promptId'in _0x43bdc0?{'id':_0x43bdc0['id'],'promptId':_0x43bdc0['promptId']}:'fileId'in _0x43bdc0?{'id':_0x43bdc0['id'],'fileId':_0x43bdc0['fileId']}:{'id':_0x43bdc0['id']};}_entryAppliesToFeature(_0x4be1de,_0x1547a5,_0x46d035){if(!_0x4be1de)return!0x0;const _0x1158d0=_0x4be1de[_0x1547a5];return!!_0x1158d0&&(!0x0===_0x1158d0||_0x46d035['some'](_0x513eae=>_0x1158d0['test'](_0x513eae)));}},fs=class extends _0x77cfae{['models'];contextLibrary;static get['pluginName'](){return'AICore';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[Is];}init(){const _0x16f148=this['context']['plugins']['get'](Is);this['models']=new Ts({'connector':_0x16f148,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']}),this['contextLibrary']=new Cs({'connector':_0x16f148,'defaultContext':this['context']['config']['get']('ai.defaultContext')});}};function bs(_0x15f619){return _0x15f619?_0x15f619 instanceof _0x5849ed?[_0x15f619]:_0x15f619['editors']&&0x0!==_0x15f619['editors']['length']?Array['from'](_0x15f619['editors']):[]:[];}function Ss(_0x5f3170){const _0x18eab1=bs(_0x5f3170);if(!_0x18eab1['length'])throw new ct('ai-get-editor-from-context-no-editor');if(0x1===_0x18eab1['length'])return _0x18eab1[0x0];const _0x215441=_0x18eab1['find'](_0x3e91c2=>_0x3e91c2['ui']?.['focusTracker']?.['isFocused']);if(_0x215441)return _0x215441;const _0x14301d=function(_0x30042a){if(_0x30042a instanceof _0x5849ed)return;const _0x4c6f14=_0x30042a;if(!_0x4c6f14['plugins']||!_0x4c6f14['plugins']['has']('AIEditing'))return;return _0x4c6f14['plugins']['get']('AIEditing')['getLastContentFocusedEditor']?.();}(_0x5f3170);return _0x14301d&&_0x18eab1['includes'](_0x14301d)?_0x14301d:_0x18eab1[0x0];}function Rs(_0x11eba0,_0x5a8e4c){return _0x32b963(_0x11eba0,_0x5a8e4c);}function Os(_0x5ef986,_0x58794b){return _0xa920ee(_0x5ef986,_0x58794b);}function vs(_0x47c8bd,_0x223762,_0x2497ee){const _0x44e20c=null!==_0x223762?_0x2882cb=>_0x2882cb['attribs'][_0x47c8bd]===_0x223762:_0x28dbd0=>Boolean(_0x28dbd0['attribs'][_0x47c8bd]);return _0x3aba21(_0x4a4862=>_0x40b07f(_0x4a4862)&&_0x44e20c(_0x4a4862),_0x2497ee);}function ks(_0x508e0f,_0x3314be,_0x523383){const _0x5daf50=null!==_0x3314be?_0x8259ce=>_0x8259ce['attribs'][_0x508e0f]===_0x3314be:_0x5cf310=>Boolean(_0x5cf310['attribs'][_0x508e0f]);return _0xbb5ed2(_0x27f671=>_0x40b07f(_0x27f671)&&_0x5daf50(_0x27f671),_0x523383);}function ys(_0x5615ed){return _0xbb5ed2(_0x147d85=>_0x40b07f(_0x147d85)&&function(_0x2c349b){const _0x1b3a22=_0x2c349b['toLowerCase']();return'script'===_0x1b3a22||'style'===_0x1b3a22||_0x1b3a22['includes']('-');}(_0x147d85['name']),_0x5615ed);}const Ns=['comment-start','comment-end','suggestion-start','suggestion-end'];function xs(_0x40af8f){return _0x40b07f(_0x40af8f)&&Ns['includes'](_0x40af8f['name']['toLowerCase']());}function Ls(_0x2feff0){return _0x5bfaa4(_0x522dda=>_0x2cea0f(_0x522dda),_0x2feff0,!0x0,0x1/0x0);}function Ps(_0x2c2d9b,_0x516f83){return _0x2c2d9b&&_0x40b07f(_0x2c2d9b)?_0x2c2d9b['attribs'][_0x516f83]:null;}function Ds(_0x532b8e,_0x28b27b,_0x286cfa){_0x40b07f(_0x532b8e)&&(null===_0x286cfa?delete _0x532b8e['attribs'][_0x28b27b]:_0x532b8e['attribs'][_0x28b27b]=_0x286cfa);}function Hs(_0xf7240,_0x2a408b,_0x134e6d){const _0x573ee9=_0x2a408b['cloneNode'](!0x0);'beforebegin'===_0x134e6d?ti(_0xf7240,_0x573ee9):'afterbegin'===_0x134e6d?_0x3651de(_0xf7240,_0x573ee9):'beforeend'===_0x134e6d?_0x3c15cc(_0xf7240,_0x573ee9):'afterend'===_0x134e6d&&_0x2de99f(_0xf7240,_0x573ee9);}function Ms(_0x3bc818){const _0x2cb571=[];let _0x3cfab0=_0x3bc818;for(;_0x3cfab0;)_0x3cfab0=_0x2e8850(_0x3cfab0),_0x3cfab0&&_0x2cb571['push'](_0x3cfab0);return _0x2cb571;}function Us(_0xd8c1b0){return _0xd8c1b0['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Vs(_0x596379){let _0x3a90a8=0x0;for(;_0x596379['parentNode'];)_0x596379=_0x596379['parentNode'],_0x3a90a8++;return _0x3a90a8;}function Bs(_0x5cf51e){const _0x435b91=[];let _0x2fffb5=_0x5cf51e['nextSibling'];for(;_0x2fffb5;)_0x435b91['push'](_0x2fffb5),_0x2fffb5=_0x2fffb5['nextSibling'];_0x435b91['forEach'](_0x5cd4b4=>{_0x5c7bf0(_0x5cd4b4);});}function Gs(_0x31d52c,_0x4a84f0){return!!_0x31d52c['model']['document']['getRoot'](_0x4a84f0)&&!_0x2e6aed(_0x31d52c,_0x4a84f0);}function Fs(_0x1b640a,_0x36dad){return'<p\x20data-id=\x22'+_0x36dad+'\x22>'+_0x1b640a+'</p>';}function Ks(_0x4346cc){return'p'===_0x4346cc['name']['toLowerCase']()&&Boolean(_0x4346cc['attribs']['data-id']);}function Ws(_0x2d5917){const _0x17ad2b=Rs(_0x2d5917)['children']['filter'](_0x40b07f);return 0x1===_0x17ad2b['length']&&Ks(_0x17ad2b[0x0])?_0x17ad2b[0x0]['children']['map'](_0x2f808f=>Os(_0x2f808f))['join'](''):_0x2d5917;}function Ys(_0x2c71f,_0x48f2b9){const _0x235eb3=function(_0x425958){const _0x16d813=_0x425958['children']['filter'](_0x40b07f);return 0x1===_0x16d813['length']&&Ks(_0x16d813[0x0])?_0x16d813[0x0]['children']:_0x425958['children'];}(_0x48f2b9),{blockElements:_0x49f7ae}=_0x2c71f['editing']['view']['domConverter'],_0x20e05a=_0x208dee=>_0x208dee['some'](_0x4495b3=>_0x40b07f(_0x4495b3)&&('p'!==_0x4495b3['name']['toLowerCase']()&&_0x49f7ae['includes'](_0x4495b3['name']['toLowerCase']())||_0x20e05a(_0x4495b3['children'])));if(_0x20e05a(_0x235eb3))return!0x1;const _0x3b1696=_0x235eb3['map'](_0x326e94=>Os(_0x326e94))['join'](''),_0x34e83a=_0x2c71f['data']['parse'](_0x3b1696,'$root'),{schema:_0x6f6b25}=_0x2c71f['model'];let _0x170a7e=0x0;for(const {item:_0x4786e3}of _0x2c71f['model']['createRangeIn'](_0x34e83a))if(_0x4786e3['is']('element')&&_0x6f6b25['isBlock'](_0x4786e3)&&(++_0x170a7e>0x1||'paragraph'!==_0x4786e3['name']))return!0x1;return!0x0;}function $s(_0x20685b,_0x550e9a){const _0x11fc19=_0x550e9a['filter'](_0x3833c0=>'new'!=_0x3833c0['type'])['map'](_0x498c8b=>vs('data-id',_0x498c8b['id'],_0x20685b))['filter'](_0x15f2e3=>null!==_0x15f2e3),_0x34cea7=_0x550e9a['filter'](_0x587800=>'removed'!=_0x587800['type'])['map'](_0x3acac4=>_0x3acac4['node']['cloneNode'](!0x0));let _0x57075e=null;if(_0x11fc19['length']){_0x57075e=_0x11fc19[0x0]['previousSibling'];for(let _0x28fdef=0x0;_0x28fdef<_0x11fc19['length'];_0x28fdef++)_0x5c7bf0(_0x11fc19[_0x28fdef]);}if(_0x34cea7['length']){_0x57075e||(_0x550e9a[0x0]['anchorId']?_0x57075e=vs('data-id',_0x550e9a[0x0]['anchorId'],_0x20685b):(_0x57075e=_0x34cea7['shift'](),_0x3651de(_0x20685b,_0x57075e)));for(let _0x3a2db2=0x0;_0x3a2db2<_0x34cea7['length'];_0x3a2db2++)_0x2de99f(_0x57075e,_0x34cea7[_0x3a2db2]),_0x57075e=_0x34cea7[_0x3a2db2];}}function qs(_0x375b3d,_0x1831a6){const _0x37ebd9=new Set();for(const _0x2493c6 of _0x375b3d){if(!_0x2493c6['editor']||'destroyed'===_0x2493c6['editor']['state']||!Gs(_0x2493c6['editor'],_0x2493c6['rootName']))continue;const _0x12ec29=_0x1831a6['get'](_0x2493c6['documentId']);let _0xcbd83a;_0x12ec29?(_0xcbd83a=_0x12ec29['cloneNode'](!0x0),$s(_0xcbd83a,_0x2493c6['changes'])):_0xcbd83a=new _0x35b618(_0x2493c6['changes']['filter'](_0x2bc711=>'removed'!=_0x2bc711['type'])['map'](_0x34463f=>_0x34463f['node']['cloneNode'](!0x0))),Ys(_0x2493c6['editor'],_0xcbd83a)||_0x37ebd9['add'](_0x2493c6['index']);}return _0x37ebd9;}function Qs(_0x62c12,_0x251ed3,_0x4edbe1,_0x130092){return Gs(_0x62c12,_0x251ed3)?Ys(_0x62c12,Rs(_0x130092))?{'before':Ws(_0x4edbe1),'after':Ws(_0x130092)}:null:{'before':_0x4edbe1,'after':_0x130092};}function Xs(_0x4178d9,_0x4010bf){return _0x5d9ad4(_0x4178d9,_0x4010bf);}function zs(_0x326a47,_0x2aa771){return _0x326a47['map'](_0x484faa=>null!==_0x484faa&&'object'==typeof _0x484faa?Xs(_0x484faa,_0x2aa771):_0x484faa);}const js=[['BlockQuoteEditing','blockQuote'],['BoldEditing','bold'],['BookmarkEditing','bookmark'],['CodeEditing','code'],['HorizontalLineEditing','horizontalLine'],['HtmlEmbedEditing','htmlEmbed'],['ItalicEditing','italic'],['MathType','math'],['PageBreakEditing','pageBreak'],['Paragraph','paragraph'],['StandardEditingModeEditing','restrictedEditing'],['StrikethroughEditing','strikethrough'],['SubscriptEditing','subscript'],['SuperscriptEditing','superscript'],['TableOfContentsEditing','tableOfContents'],['Title','title'],['TodoListEditing','todoList'],['UnderlineEditing','underline']],Js='ai-selection',Zs=['br'];var tn=class extends _0x77cfae{constructor(_0x54d1cf){super(_0x54d1cf),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}_outputDataProcessor;_fakeSelections=[];_sessionIdByEditor=new WeakMap();_editorsToConfigs=new WeakMap();_lastContentFocusedEditor;static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}getLastContentFocusedEditor(){return this['_lastContentFocusedEditor'];}getSessionId(_0x192d04){let _0x5ed260=this['_sessionIdByEditor']['get'](_0x192d04);return _0x5ed260||(_0x5ed260=_0x192d04['plugins']['has']('RealTimeCollaborationClient')&&_0x192d04['plugins']['get']('RealTimeCollaborationClient')['sessionId']||kt(),this['_sessionIdByEditor']['set'](_0x192d04,_0x5ed260)),_0x5ed260;}async getDocumentData(_0x1ac390){const _0x1a4afe=bs(this['context']),_0x172c26=[],_0x71b643=new Set();for(const _0x28b846 of _0x1a4afe){if(_0x1ac390&&!_0x1ac390['has'](_0x28b846['config']['get']('collaboration.channelId')))continue;const _0x2284c9=_0x28b846['config']['get']('roots')||{},_0x13c26a=this['_getEditorSelectionSignature'](_0x28b846),_0x9e80fd=_0x28b846['config']['get']('collaboration.channelId'),_0x2cd39c=this['getSessionId'](_0x28b846);for(const _0x94140d of _0x28b846['model']['document']['getRoots']()){if('$graveyard'===_0x94140d['rootName'])continue;const _0x181287=await this['_getDocumentDataForEditorRoot'](_0x28b846,_0x94140d,_0x71b643),_0x5a606a=_0x2284c9[_0x94140d['rootName']],_0x1c3b9b=_0x94140d['getAttribute']('$description')??_0x5a606a?.['description'];let _0x2adfea=_0x94140d['getAttribute']('$title')??_0x5a606a?.['title'];_0x2adfea||(_0x2adfea=_0x94140d['getAttribute']('$rootEditableOptions')?.['label']??_0x5a606a?.['label']),_0x2adfea||(St('ai-document-root-missing-title',{'editor':_0x28b846,'rootName':_0x94140d['rootName']}),_0x2adfea=_0x94140d['rootName']),_0x172c26['push']({'editor':_0x28b846,'rootName':_0x94140d['rootName'],'content':_0x181287['content'],'version':_0x181287['version'],'sessionId':_0x2cd39c,'channelId':_0x9e80fd,'selections':_0x181287['selections'],'selectionSignature':_0x13c26a,'editorConfig':this['_getEditorConfig'](_0x28b846),'name':_0x2adfea,'description':_0x1c3b9b});}}return _0x172c26;}getEditorsVersions(){const _0xd61205=bs(this['context']),_0x5c2371=new Map();for(const _0x802b02 of _0xd61205){const _0x5cf9d6=_0x802b02['config']['get']('collaboration.channelId');_0x5c2371['set'](_0x5cf9d6,_0x802b02['model']['document']['version']);}return _0x5c2371;}getEditorsSelections(){const _0x2e33a6=bs(this['context']),_0x2dba0c=new Map();for(const _0x21e7d1 of _0x2e33a6){const _0x311510=_0x21e7d1['config']['get']('collaboration.channelId'),_0x1b2e84=this['_getEditorSelectionSignature'](_0x21e7d1);_0x2dba0c['set'](_0x311510,_0x1b2e84);}return _0x2dba0c;}_getEditorSelectionSignature(_0x115157){return this['_getMarkersInDocumentOrder'](_0x115157)['map'](_0x336de7=>{const _0x3494a9=_0x336de7['getRange']();return _0x3494a9['root']['rootName']+':'+_0x3494a9['start']['path']['join']('.')+'-'+_0x3494a9['end']['path']['join']('.');})['join']('|');}async _getDocumentDataForEditorRoot(_0x1dd55c,_0x1c4bbc,_0x20e426){const _0xbc33bf=_0x1dd55c['data']['toView'](_0x1c4bbc,{'convertAiChatSelectionMarker':!0x0}),_0x5326cf=new _0x5800bd(_0x1dd55c['editing']['view']['document']);this['_setDataIdsOnChildren'](_0xbc33bf,_0x5326cf,_0x20e426);let _0x367a9b=await this['_getDocumentDataStringFromView'](_0xbc33bf,_0x1dd55c);Gs(_0x1dd55c,_0x1c4bbc['rootName'])&&(_0x367a9b=Fs(_0x367a9b,this['_nextDataId'](_0x20e426)));const _0x3c2bea=this['_getMarkersInDocumentOrder'](_0x1dd55c,_0x1c4bbc),_0x4f45ba=[];for(const _0x6ec91 of _0x3c2bea){const _0x3166fb='<'+_0x6ec91['name']+':start></'+_0x6ec91['name']+':start>',_0x8fa7cc=_0x367a9b['indexOf'](_0x3166fb);_0x367a9b=_0x367a9b['substring'](0x0,_0x8fa7cc)+_0x367a9b['substring'](_0x8fa7cc+_0x3166fb['length']);const _0x223aff='<'+_0x6ec91['name']+':end></'+_0x6ec91['name']+':end>',_0x5efe65=_0x367a9b['indexOf'](_0x223aff);_0x367a9b=_0x367a9b['substring'](0x0,_0x5efe65)+_0x367a9b['substring'](_0x5efe65+_0x223aff['length']),_0x4f45ba['push']({'markerName':_0x6ec91['name'],'start':_0x8fa7cc,'end':_0x5efe65,'htmlFragment':_0x367a9b['substring'](_0x8fa7cc,_0x5efe65)});}return{'content':_0x367a9b,'version':_0x1dd55c['model']['document']['version'],'selections':_0x4f45ba};}afterInit(){this['context']instanceof _0x5849ed?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x28d1ac,_0x3c65e2)=>{_0x3c65e2['on']('ready',()=>{this['_integrateEditor'](_0x3c65e2);});});}_setOutputDataProcessor(_0x1684c7){this['_outputDataProcessor']=_0x1684c7;}async _getDocumentDataStringFromView(_0x3382e6,_0x366360){let _0x2cf014;if(this['_outputDataProcessor']){const _0xf56a84=_0x366360['data']['processor']['domConverter']['viewToDom'](_0x3382e6),_0x4a0bb3=await this['_outputDataProcessor'](_0xf56a84);_0x2cf014=_0x366360['data']['processor']['htmlWriter']['getHtml'](_0x4a0bb3);}else _0x2cf014=_0x366360['data']['processor']['toData'](_0x3382e6);return _0x2cf014;}_integrateEditor(_0x3808e4){if(!_0x3808e4['config']['get']('collaboration.channelId'))throw new ct('ai-missing-channel-id',_0x3808e4);_0x3808e4['ui']['focusTracker']['on']('change:isFocused',(_0xa4f714,_0x4a0481,_0x2a3eef)=>{_0x2a3eef&&(this['_lastContentFocusedEditor']=_0x3808e4);}),_0x3808e4['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x3808e4&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x3808e4['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Js,'view':({markerName:_0x19ea01})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x19ea01['split'](':')[0x1]],'priority':0xc})}),_0x3808e4['conversion']['for']('dataDowncast')['markerToElement']({'model':Js+':context','view':(_0xd6a0ed,{writer:_0x25bc27,options:_0x320ea3})=>_0x320ea3['convertAiChatSelectionMarker']?_0x25bc27['createUIElement'](_0xd6a0ed['markerName']+':'+(_0xd6a0ed['isOpening']?'start':'end')):null});}showFakeVisualSelection(_0x3cadcb){const _0x673d71=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x3cadcb);const _0x41690e=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x673d71,_0x41690e);}hideFakeVisualSelection(_0x1480f0){const _0x48fb8f=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x1480f0);const _0x5c0d6e=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x48fb8f,_0x5c0d6e);}async modelToDataWithIds(_0x2b0311,_0x441214,_0x26ad0e){const _0x4c3b61=_0x441214['data']['toView'](_0x2b0311),_0x2c25f3=new _0x5800bd(_0x441214['editing']['view']['document']),_0x441639=new Set();this['_setDataIdsOnChildren'](_0x4c3b61,_0x2c25f3,_0x441639);const _0x2ea299=await this['_getDocumentDataStringFromView'](_0x4c3b61,_0x441214);return _0x26ad0e&&Gs(_0x441214,_0x26ad0e)?Fs(_0x2ea299,this['_nextDataId'](_0x441639)):_0x2ea299;}_setDataIdsOnChildren(_0x20df4a,_0x6c35fe,_0x89b2d3=new Set()){let _0x164803=!0x1;for(const _0x548d97 of _0x20df4a['getChildren']()){if(!_0x548d97['is']('view:element')||Zs['includes'](_0x548d97['name']))continue;const _0x26b451=_0x548d97['is']('view:containerElement'),_0x4aa981=_0x548d97['is']('view:emptyElement'),_0x5d426a=_0x548d97['is']('view:rawElement'),_0x49e485=this['_setDataIdsOnChildren'](_0x548d97,_0x6c35fe,_0x89b2d3);_0x548d97['hasAttribute']('data-id')?(_0x164803=!0x0,_0x89b2d3['add'](_0x548d97['getAttribute']('data-id'))):(_0x26b451||_0x4aa981||_0x5d426a||_0x49e485)&&(_0x6c35fe['setAttribute']('data-id',this['_nextDataId'](_0x89b2d3),_0x548d97),_0x164803=!0x0);}return _0x164803;}_nextDataId(_0x39303a){let _0x27c4f3;do{_0x27c4f3='';for(let _0x1c1c0c=0x0;_0x1c1c0c<0x4;_0x1c1c0c++)_0x27c4f3+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x39303a['has'](_0x27c4f3));return _0x39303a['add'](_0x27c4f3),_0x27c4f3;}getSelectionText(_0x415383){const _0xc11f06=(_0x415383?_0x415383['model']:Ss(this['context'])['model'])['document']['selection'],_0x2df079=[],_0x3a80ac=Array['from'](_0xc11f06['getRanges']());_0x3a80ac['sort']((_0x319f16,_0x4eeda8)=>_0x319f16['start']['isBefore'](_0x4eeda8['start'])?-0x1:0x1);for(const _0x7cd647 of _0x3a80ac)for(const _0x189064 of _0x7cd647['getItems']())_0x189064['is']('$textProxy')?_0x2df079['push'](_0x189064['data']):_0x189064['is']('element')&&_0x2df079['length']>0x0&&'\x20'!==_0x2df079[_0x2df079['length']-0x1]&&_0x2df079['push']('\x20');return _0x2df079['length']?'\x22'+_0x2df079['join']('')['trim']()+'\x22':Es(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}_removeFakeSelectionById(_0x11448e){for(let _0x351c7c=0x0;_0x351c7c<this['_fakeSelections']['length'];_0x351c7c++)if(this['_fakeSelections'][_0x351c7c]['id']==_0x11448e)return void this['_fakeSelections']['splice'](_0x351c7c,0x1);}_addFakeSelection(_0x9964d6){this['_removeFakeSelectionById'](_0x9964d6['id']),Ct(this['_fakeSelections'],_0x9964d6);}_refreshFakeSelection(_0x402968,_0xe4ce21){if(_0x402968==_0xe4ce21)return;const _0x1ad232=_0x402968?_0x402968['editor']:null,_0x481f24=_0xe4ce21?_0xe4ce21['editor']:null,_0x34443b=(_0x30bcbb,_0x2f410)=>{const _0x2773f5=_0x2f410['model']['markers']['getMarkersGroup'](Js);for(const _0x9d8834 of _0x2773f5)_0x30bcbb['removeMarker'](_0x9d8834);},_0x5b47b1=(_0x1bddc3,_0x52f167,_0x218bad)=>{const _0x29ea00=_0x52f167['model'];for(let _0xa852e3=0x0;_0xa852e3<_0x218bad['ranges']['length'];_0xa852e3++){let _0x111f70=_0x218bad['ranges'][_0xa852e3];const _0x3f75f5=Js+':'+_0x218bad['id']+':'+_0xa852e3;if(_0x111f70['start']['isAtEnd']){const _0x3b317c=_0x111f70['start']['getLastMatchingPosition'](({item:_0x420650})=>!_0x29ea00['schema']['isContent'](_0x420650),{'boundaries':_0x111f70});_0x111f70=_0x1bddc3['createRange'](_0x3b317c,_0x111f70['end']);}_0x1bddc3['addMarker'](_0x3f75f5,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x111f70});}};_0x1ad232&&_0x481f24&&_0x1ad232===_0x481f24&&_0xe4ce21?_0x1ad232['model']['change'](_0x383deb=>{_0x34443b(_0x383deb,_0x1ad232),_0x5b47b1(_0x383deb,_0x481f24,_0xe4ce21);}):(_0x1ad232&&_0x1ad232['model']['change'](_0xf85fe0=>_0x34443b(_0xf85fe0,_0x1ad232)),_0x481f24&&_0xe4ce21&&_0x481f24['model']['change'](_0x2bf574=>_0x5b47b1(_0x2bf574,_0x481f24,_0xe4ce21)));}_getMarkersInDocumentOrder(_0x14fd49,_0x1d781b){const _0xcd0bdd=Array['from'](_0x14fd49['model']['markers']['getMarkersGroup'](Js+':context'));return(_0x1d781b?_0xcd0bdd['filter'](_0x42e179=>{const _0x20ce60=_0x42e179['getRange']();return _0x20ce60&&_0x20ce60['root']['rootName']===_0x1d781b['rootName'];}):_0xcd0bdd)['sort']((_0x27bf19,_0x3af55f)=>_0x27bf19['getStart']()['isBefore'](_0x3af55f['getStart']())?-0x1:_0x27bf19['getStart']()['isAfter'](_0x3af55f['getStart']())?0x1:0x0);}_getEditorConfig(_0x279848){let _0x38e86f=this['_editorsToConfigs']['get'](_0x279848);return _0x38e86f||(_0x38e86f=function(_0x78b10){const _0x40a1c0={};if(_0x78b10['plugins']['has']('AlignmentEditing')&&(_0x40a1c0['alignment']=_0x78b10['config']['get']('alignment')),_0x78b10['plugins']['has']('CodeBlockEditing')&&(_0x40a1c0['codeBlock']=_0x78b10['config']['get']('codeBlock')),_0x78b10['plugins']['has']('FontBackgroundColorEditing')&&(_0x40a1c0['fontBackgroundColor']=Xs(_0x78b10['config']['get']('fontBackgroundColor'),['documentColors','columns','colorPicker'])),_0x78b10['plugins']['has']('FontColorEditing')&&(_0x40a1c0['fontColor']=Xs(_0x78b10['config']['get']('fontColor'),['documentColors','columns','colorPicker'])),_0x78b10['plugins']['has']('FontFamilyEditing')&&(_0x40a1c0['fontFamily']=_0x78b10['config']['get']('fontFamily'),_0x40a1c0['fontFamily']&&_0x40a1c0['fontFamily']['options']&&(_0x40a1c0['fontFamily']['options']=zs(_0x40a1c0['fontFamily']['options'],['model','upcastAlso']))),_0x78b10['plugins']['has']('FontSizeEditing')&&(_0x40a1c0['fontSize']=_0x78b10['config']['get']('fontSize'),_0x40a1c0['fontSize']&&_0x40a1c0['fontSize']['options']&&(_0x40a1c0['fontSize']['options']=zs(_0x40a1c0['fontSize']['options'],['upcastAlso']))),_0x78b10['plugins']['has']('FootnotesEditing')){const _0x36bd9d=_0x78b10['config']['get']('footnotes')??{};_0x36bd9d['footnotesProperties']&&'object'==typeof _0x36bd9d['footnotesProperties']&&(_0x36bd9d['footnotesProperties']=Xs(_0x36bd9d['footnotesProperties'],['toolbar','listStyles'])),_0x40a1c0['footnotes']=_0x36bd9d;}if(_0x78b10['plugins']['has']('HeadingEditing')&&(_0x40a1c0['heading']=_0x78b10['config']['get']('heading'),_0x40a1c0['heading']&&_0x40a1c0['heading']['options']&&(_0x40a1c0['heading']['options']=zs(_0x40a1c0['heading']['options'],['model','icon','class','converterPriority','upcastAlso']))),_0x78b10['plugins']['has']('HighlightEditing')&&(_0x40a1c0['highlight']=_0x78b10['config']['get']('highlight'),_0x40a1c0['highlight']&&_0x40a1c0['highlight']['options']&&(_0x40a1c0['highlight']['options']=zs(_0x40a1c0['highlight']['options'],['model','color']))),_0x78b10['plugins']['has']('ImageBlockEditing')||_0x78b10['plugins']['has']('ImageInlineEditing')){const _0x250fe2=Xs(_0x78b10['config']['get']('image'),['toolbar','upload','insert','resizeOptions']);_0x78b10['plugins']['has']('ImageResizeEditing')||delete _0x250fe2['resizeUnit'],_0x78b10['plugins']['has']('ImageStyleEditing')?_0x250fe2['styles']?.['options']&&(_0x250fe2['styles']['options']=zs(_0x250fe2['styles']['options'],['icon'])):delete _0x250fe2['styles'],_0x40a1c0['image']=_0x250fe2;}if(_0x78b10['plugins']['has']('IndentBlock')&&(_0x40a1c0['indentBlock']=_0x78b10['config']['get']('indentBlock')),_0x78b10['plugins']['has']('LineHeightEditing')&&(_0x40a1c0['lineHeight']=_0x78b10['config']['get']('lineHeight'),_0x40a1c0['lineHeight']&&(delete _0x40a1c0['lineHeight']['supportAllValues'],_0x40a1c0['lineHeight']['options']&&(_0x40a1c0['lineHeight']['options']=zs(_0x40a1c0['lineHeight']['options'],['model'])))),_0x78b10['plugins']['has']('LinkEditing')&&(_0x40a1c0['link']=Xs(_0x78b10['config']['get']('link'),['toolbar'])),_0x78b10['plugins']['has']('ListEditing')){const _0x43a14d=_0x78b10['config']['get']('list')??{};delete _0x43a14d['enableListItemMarkerFormatting'],_0x78b10['plugins']['has']('ListPropertiesEditing')?_0x43a14d['properties']&&_0x43a14d['properties']['styles']&&'object'==typeof _0x43a14d['properties']['styles']&&(_0x43a14d['properties']['styles']=Xs(_0x43a14d['properties']['styles'],['listStyleTypes'])):delete _0x43a14d['properties'],_0x40a1c0['list']=_0x43a14d;}if(_0x78b10['plugins']['has']('MediaEmbedEditing')&&(_0x40a1c0['mediaEmbed']=_0x78b10['config']['get']('mediaEmbed'),_0x40a1c0['mediaEmbed']&&(delete _0x40a1c0['mediaEmbed']['toolbar'],_0x78b10['plugins']['has']('MediaEmbedResizeEditing')?_0x40a1c0['mediaEmbed']['resizeOptions']&&(_0x40a1c0['mediaEmbed']['resizeOptions']=_0x40a1c0['mediaEmbed']['resizeOptions']['map'](_0xf98d22=>Xs(_0xf98d22,['icon','label']))):delete _0x40a1c0['mediaEmbed']['resizeOptions'],_0x78b10['plugins']['has']('MediaEmbedStyleEditing')?_0x40a1c0['mediaEmbed']['styles']&&_0x40a1c0['mediaEmbed']['styles']['options']&&(_0x40a1c0['mediaEmbed']['styles']['options']=zs(_0x40a1c0['mediaEmbed']['styles']['options'],['icon','title'])):delete _0x40a1c0['mediaEmbed']['styles'])),_0x78b10['plugins']['has']('MultiLevelListEditing')&&(_0x40a1c0['listMultiLevel']=_0x78b10['config']['get']('listMultiLevel')??{}),_0x78b10['plugins']['has']('MentionEditing')){const _0x369063=Xs(_0x78b10['config']['get']('mention'),['commitKeys','dropdownLimit']);_0x369063['feeds']&&(_0x369063['feeds']=_0x369063['feeds']['map'](_0x553bf4=>Xs(_0x553bf4,['minimumCharacters','itemRenderer','dropdownLimit']))),_0x40a1c0['mention']=_0x369063;}if(_0x78b10['plugins']['has']('MergeFieldsEditing')){const _0x5f15db=Xs(_0x78b10['config']['get']('mergeFields'),['previewModes','initialPreviewMode','previewHtmlValues','sanitizeHtml']);Array['isArray'](_0x5f15db['definitions'])&&(_0x5f15db['definitions']=_0x5f15db['definitions']['map'](_0x35f1eb=>'groupId'in _0x35f1eb?(Array['isArray'](_0x35f1eb['definitions'])&&(_0x35f1eb['definitions']=_0x35f1eb['definitions']['map'](_0x55c63d=>Xs(_0x55c63d,['defaultValue']))),_0x35f1eb):Xs(_0x35f1eb,['defaultValue']))),_0x40a1c0['mergeFields']=_0x5f15db;}if(_0x78b10['plugins']['has']('StyleEditing')&&(_0x40a1c0['style']=_0x78b10['config']['get']('style')),_0x78b10['plugins']['has']('TableEditing')){const _0x59f246=Xs(_0x78b10['config']['get']('table'),['contentToolbar','tableToolbar','showHiddenBorders']);_0x78b10['plugins']['has']('TablePropertiesEditing')?_0x59f246['tableProperties']&&'object'==typeof _0x59f246['tableProperties']&&(_0x59f246['tableProperties']=Xs(_0x59f246['tableProperties'],['colorPicker','borderColors','backgroundColors'])):delete _0x59f246['tableProperties'],_0x78b10['plugins']['has']('TableCellPropertiesEditing')?_0x59f246['tableCellProperties']&&'object'==typeof _0x59f246['tableCellProperties']&&(_0x59f246['tableCellProperties']=Xs(_0x59f246['tableCellProperties'],['colorPicker','borderColors','backgroundColors'])):delete _0x59f246['tableCellProperties'],_0x78b10['plugins']['has']('TableLayoutEditing')?_0x59f246['tableLayout']||(_0x59f246['tableLayout']={}):delete _0x59f246['tableLayout'],_0x78b10['plugins']['has']('TableCaptionEditing')?_0x59f246['tableCaption']||(_0x59f246['tableCaption']={}):delete _0x59f246['tableCaption'],_0x40a1c0['table']=_0x59f246;}_0x78b10['plugins']['has']('TextPartLanguageEditing')&&(_0x40a1c0['textPartLanguage']=_0x78b10['config']['get']('language.textPartLanguage'));for(const [_0x5e71b4,_0x359113]of js)_0x78b10['plugins']['has'](_0x5e71b4)&&(_0x40a1c0[_0x359113]={});return _0x40a1c0;}(_0x279848),this['_editorsToConfigs']['set'](_0x279848,_0x38e86f)),_0x38e86f;}};const en=/* #__PURE__ -- @preserve */
|
|
26
|
+
At();var sn=class extends en{_generateUid;_uidCounter=0x0;_touchedNodesState={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null,'rescuedNewIds':new Set()};_existingDataIds=new Set();_referencedExistingIds=new Set();constructor(_0x1a1da9){super(),this['_generateUid']=_0x1a1da9||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x58385a,_0x5e82d7,_0x4e88a6){this['_uidCounter']=0x0;const _0x3b7de5=_0x58385a['cloneNode'](!0x0);on(_0x5e82d7,_0x3b7de5);const _0x38cfdb=_0x3b7de5['childNodes'],_0x11362a=Array['from'](_0x38cfdb)['filter'](_0x594133=>!(0x3===_0x594133['nodeType']&&''===Os(_0x594133)['trim']())),_0xa319a0=_0x11362a['length'];this['_existingDataIds']=new Set(ks('data-id',null,_0x5e82d7)['map'](_0x1486f7=>Ps(_0x1486f7,'data-id'))['filter'](_0x5317bc=>!!_0x5317bc));for(const _0x1437da of _0x11362a)_0x1437da&&_0x40b07f(_0x1437da)&&void 0x0===_0x1437da['attribs']['data-id']&&Ds(_0x1437da,'data-id','new-element');if(ks('data-id',null,_0x3b7de5)['forEach'](_0x1586f2=>{const _0x272f77=Ps(_0x1586f2,'data-id');'new-element'===_0x272f77||this['_existingDataIds']['has'](_0x272f77)||Ds(_0x1586f2,'data-id','new-element');}),0x0===_0x5e82d7['childNodes']['length']){const _0x1b7abb=[];return ks('data-id','new-element',_0x3b7de5)['forEach'](_0xf820f6=>{const _0x3c9af8=this['_generateUid']();Ds(_0xf820f6,'data-id',_0x3c9af8),_0x1b7abb['push'](_0x3c9af8);}),this['_removeSpecialComments'](_0x3b7de5),{'parsedContent':_0x3b7de5,'newNodeIds':_0x1b7abb,'modifiedNodeIds':[],'removedNodeIds':[]};}this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_touchedNodesState']['rescuedNewIds']=new Set(),this['_referencedExistingIds']=new Set();let _0xbdcf5d=-0x1,_0x31cf2e=!0x1;for(let _0x56cc80=0x0;_0x56cc80<_0xa319a0;_0x56cc80++){const _0x5312af=_0x11362a[_0x56cc80],_0x3cc19c=_0x11362a[_0x56cc80+0x1];if(this['_isNewNode'](_0x5312af)){if(-0x1===_0xbdcf5d&&(_0xbdcf5d=_0x56cc80),this['_markWrappedElements'](_0x5312af),!this['_isNewNode'](_0x3cc19c)){const [_0x4a8bed,_0x4c8cc8]=this['_findReferenceNode'](_0x5312af,_0x31cf2e,_0x5e82d7);if(_0x4a8bed){const _0x3030e9=Array['from'](_0x11362a)['slice'](_0xbdcf5d,_0x56cc80+0x1);this['_insertNodes'](_0x4a8bed,_0x3030e9,_0x4c8cc8),_0xbdcf5d=-0x1;}}}else{if(this['_isExistingContentComment'](_0x5312af))_0x31cf2e=!0x0;else{if(this['_isExistingNode'](_0x5312af)){const _0x350b7f=Ps(_0x5312af,'data-id');if(_0x350b7f&&this['_existingDataIds']['has'](_0x350b7f)){this['_referencedExistingIds']['add'](_0x350b7f);const _0x5e550a=vs('data-id',_0x350b7f,_0x5e82d7);this['_replaceNode'](_0x5e550a,_0x5312af);}}else{if(nn(_0x5312af)){const _0x3c8950=rn(_0x5312af);vs('data-id',_0x3c8950,_0x3b7de5)||this['_touchedNodesState']['removedIds']['push'](_0x3c8950);}}}}}for(const _0x18ac16 of this['_touchedNodesState']['removedIds']){const _0x21effa=vs('data-id',_0x18ac16,_0x5e82d7);_0x21effa&&(this['_rescueUnwrappedElements'](_0x21effa),this['_removeNode'](_0x21effa,_0x18ac16,_0x4e88a6));}if(ks('data-id','new-element',_0x5e82d7)['forEach'](_0x52eb58=>{const _0x43fb77=this['_getUid'](_0x52eb58);Ds(_0x52eb58,'data-id',_0x43fb77),this['_touchedNodesState']['newIds']['push'](_0x43fb77);}),this['_removeSpecialComments'](_0x5e82d7),_0x4e88a6&&_0x4e88a6['cutAfterUnstable']){const _0xd5ec19=this['_findLastConfirmationPoint'](_0x11362a),_0x453f84=this['_getLastStableElement'](_0x5e82d7,_0xd5ec19);this['_markUnstableElements'](_0x5e82d7,_0x453f84);}if(this['_processWrappedElements'](_0x5e82d7,_0x4e88a6),_0x4e88a6&&_0x4e88a6['cutAfterUnstable']&&this['_touchedNodesState']['lastTouchedId']){const _0x3838b5=ks('data-id',this['_touchedNodesState']['lastTouchedId'],_0x5e82d7);let _0x55e72d=_0x3838b5[_0x3838b5['length']-0x1];for(;_0x55e72d;)Bs(_0x55e72d),_0x55e72d=_0x55e72d['parentNode'];}return{'parsedContent':_0x5e82d7,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}_insertNodes(_0x858ab,_0xe399d6,_0x539438){for(const _0x55f61a of _0xe399d6){const _0x4fe0c0=this['_getUid'](_0x55f61a);Ds(_0x55f61a,'data-id',_0x4fe0c0),this['_touchedNodesState']['newIds']['push'](_0x4fe0c0),this['_touchedNodesState']['lastTouchedId']=_0x4fe0c0;}const _0x333168='afterbegin'===_0x539438||'afterend'===_0x539438?_0xe399d6['reverse']():_0xe399d6;for(const _0x104e9a of _0x333168)Hs(_0x858ab,_0x104e9a,_0x539438);}['_replaceNode'](_0x5b1466,_0x549c1a){if(!_0x5b1466)return;if(_0x3a0de1=_0x549c1a,Us(Os(_0x5b1466))===Us(Os(_0x3a0de1)))return;var _0x3a0de1;const _0x278fb5=Ps(_0x5b1466,'data-id');this['_touchedNodesState']['modifiedIds']['push'](_0x278fb5),this['_touchedNodesState']['lastTouchedId']=_0x278fb5,_0x2abda5(_0x5b1466,_0x549c1a['cloneNode'](!0x0));}['_removeNode'](_0x3780e6,_0x213b13,_0x4a6a99){if(_0x4a6a99&&_0x4a6a99['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x213b13;const _0x57a0c0=_0x4a6a99['replaceRemovedWith']['cloneNode'](!0x0);Ds(_0x57a0c0,'data-id',_0x213b13),Ds(_0x57a0c0,'data-removed','true'),_0x2abda5(_0x3780e6,_0x57a0c0);}else _0x5c7bf0(_0x3780e6);}['_findReferenceNode'](_0x2bd941,_0x2f4ac7,_0x19fb07){const _0x4678fb=this['_findPrevElementWithDataId'](_0x2bd941,!0x1);if(_0x4678fb){const _0x1e2c44=rn(_0x4678fb),_0x55d1da=vs('data-id',_0x1e2c44,_0x19fb07);if(_0x55d1da)return[_0x55d1da,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x1e2c44);}const _0x269bec=this['_findNextElementWithDataId'](_0x2bd941,!0x1);if(_0x269bec){const _0x4df7df=rn(_0x269bec),_0x44d74f=vs('data-id',_0x4df7df,_0x19fb07);if(_0x44d74f)return[_0x44d74f,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x4df7df);}return _0x2f4ac7?_0x2bd941['nextSibling']?this['_findFallbackReferenceNode'](_0x2bd941,_0x19fb07):[_0x19fb07['childNodes'][_0x19fb07['childNodes']['length']-0x1],'afterend']:[_0x19fb07['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x4c5991,_0x5709d0){const _0x122002=[],_0x2e1394=this['_findPrevElementWithDataId'](_0x4c5991,!0x0);if(_0x2e1394){const _0x4c1a7=vs('data-id',rn(_0x2e1394),_0x5709d0);_0x4c1a7&&_0x122002['push']([_0x4c1a7,'afterend']);}const _0x230388=this['_findNextElementWithDataId'](_0x4c5991,!0x0);if(_0x230388){const _0x34bc91=vs('data-id',rn(_0x230388),_0x5709d0);_0x34bc91&&_0x122002['push']([_0x34bc91,'beforebegin']);}return _0x122002['length']>0x1?Vs(_0x122002[0x0][0x0])<=Vs(_0x122002[0x1][0x0])?_0x122002[0x0]:_0x122002[0x1]:0x1===_0x122002['length']?_0x122002[0x0]:[_0x5709d0['lastChild'],'afterend'];}_findNextElementWithDataId(_0x96ddec,_0x3e909f){let _0xf3f5b=_0x96ddec['nextSibling'],_0x4f9085=null,_0x2f0cef=!0x1;for(;_0xf3f5b;){if(_0x2cea0f(_0xf3f5b)){if(nn(_0xf3f5b)&&(_0x4f9085=_0xf3f5b),this['_isExistingContentComment'](_0xf3f5b)&&_0x3e909f&&!_0x2f0cef){_0x2f0cef=!0x0,_0xf3f5b=_0xf3f5b['nextSibling'];continue;}break;}const _0x1e4513=Ps(_0xf3f5b,'data-id');if(_0x1e4513&&'new-element'!==_0x1e4513&&this['_existingDataIds']['has'](_0x1e4513)){_0x4f9085=_0xf3f5b;break;}_0xf3f5b=_0xf3f5b['nextSibling'];}return _0x4f9085;}_findPrevElementWithDataId(_0x4f52ef,_0x12721a){let _0x29006d=_0x4f52ef['previousSibling'],_0x266e44=null,_0x518d6c=!0x1;for(;_0x29006d;){if(_0x2cea0f(_0x29006d)){if(nn(_0x29006d)&&(_0x266e44=_0x29006d),this['_isExistingContentComment'](_0x29006d)&&_0x12721a&&!_0x518d6c){_0x518d6c=!0x0,_0x29006d=_0x29006d['previousSibling'];continue;}break;}const _0x59884=Ps(_0x29006d,'data-id');if(_0x59884&&'new-element'!==_0x59884&&this['_existingDataIds']['has'](_0x59884)){_0x266e44=_0x29006d;break;}_0x29006d=_0x29006d['previousSibling'];}return _0x266e44;}_markWrappedElements(_0xe824e){_0x40b07f(_0xe824e)&&ks('data-id',null,_0xe824e)['forEach'](_0xf35747=>{this['_isExistingNode'](_0xf35747)&&(Ds(_0xf35747,'data-wrapped-id',Ps(_0xf35747,'data-id')),Ds(_0xf35747,'data-id',null));});}_processWrappedElements(_0x573878,_0x3e1f95){ks('data-wrapped-id',null,_0x573878)['forEach'](_0x21057e=>{const _0x20dcba=Ps(_0x21057e,'data-wrapped-id');if(this['_hasUnstableParent'](_0x21057e))return;const _0xa91d49=vs('data-id',_0x20dcba,_0x573878);Ds(_0x21057e,'data-id',_0x20dcba),_0xa91d49&&(this['_removeNode'](_0xa91d49,_0x20dcba,_0x3e1f95),this['_touchedNodesState']['removedIds']['push'](_0x20dcba),this['_touchedNodesState']['lastTouchedId']=_0x20dcba);});}_hasUnstableParent(_0x2adb50){let _0x19cf47=_0x2adb50['parentNode'];for(;_0x19cf47;){if(Ps(_0x19cf47,'data-unstable'))return!0x0;_0x19cf47=_0x19cf47['parentNode'];}return!0x1;}_rescueUnwrappedElements(_0xc284d6){const _0x39f1d5=new Set(this['_touchedNodesState']['removedIds']),_0x57f7c6=new Set(this['_touchedNodesState']['newIds']);ks('data-id',null,_0xc284d6)['forEach'](_0x16aff0=>{const _0x52bf54=Ps(_0x16aff0,'data-id'),_0x172beb=!!_0x52bf54&&this['_referencedExistingIds']['has'](_0x52bf54),_0x3b3e4e=!!_0x52bf54&&_0x57f7c6['has'](_0x52bf54);if(!_0x52bf54||!_0x172beb&&!_0x3b3e4e)return;if(_0x39f1d5['has'](_0x52bf54))return;let _0x5641b4=_0x16aff0['parentNode'],_0x31bb1f=!0x1;for(;_0x5641b4;){if(_0x5641b4===_0xc284d6){_0x31bb1f=!0x0;break;}const _0x3b798f=Ps(_0x5641b4,'data-id');if(_0x3b798f&&(this['_referencedExistingIds']['has'](_0x3b798f)||_0x57f7c6['has'](_0x3b798f)))return;_0x5641b4=_0x5641b4['parentNode'];}if(_0x31bb1f){if(ti(_0xc284d6,_0x16aff0),_0x172beb){const _0x289f65=this['_generateUid'](),_0xce63dc=this['_touchedNodesState']['modifiedIds']['indexOf'](_0x52bf54);-0x1!==_0xce63dc&&this['_touchedNodesState']['modifiedIds']['splice'](_0xce63dc,0x1),Ds(_0x16aff0,'data-unwrapped-id',_0x52bf54),Ds(_0x16aff0,'data-id',_0x289f65),this['_touchedNodesState']['newIds']['push'](_0x289f65),this['_touchedNodesState']['rescuedNewIds']['add'](_0x289f65),this['_touchedNodesState']['lastTouchedId']=_0x289f65;}else this['_touchedNodesState']['rescuedNewIds']['add'](_0x52bf54),this['_touchedNodesState']['lastTouchedId']=_0x52bf54;}});}_getUid(_0x42b0c7){return this['_isExistingNode'](_0x42b0c7)?Ps(_0x42b0c7,'data-id'):this['_generateUid']();}_removeSpecialComments(_0x2e2005){Ls(_0x2e2005)['filter'](_0x158979=>nn(_0x158979)||this['_isExistingContentComment'](_0x158979))['forEach'](_0x327c6b=>{_0x5c7bf0(_0x327c6b);});}_findLastConfirmationPoint(_0x565e68){let _0x32a43f=null,_0x5d9379=null,_0x159300=null,_0xde00ed=null;const _0x3ee317=_0x5f4311=>{_0x5f4311&&(_0x32a43f=_0x5f4311),_0x159300=null,_0xde00ed=null;};for(let _0x4a7994=0x0;_0x4a7994<_0x565e68['length'];_0x4a7994++){const _0x36be3b=_0x565e68[_0x4a7994];if(this['_isExistingContentComment'](_0x36be3b)){_0x3ee317(_0x5d9379);continue;}if(_0x40b07f(_0x36be3b)){const _0x31101c=Ps(_0x36be3b,'data-id'),_0x18d774=_0x4a7994===_0x565e68['length']-0x1;if(_0x31101c&&'new-element'!==_0x31101c&&this['_touchedNodesState']['modifiedIds']['includes'](_0x31101c)&&!_0x18d774){_0x3ee317(_0x31101c),_0x5d9379=_0x31101c;continue;}}let _0x1f041d;const _0x53523b=rn(_0x36be3b);if(_0x53523b&&this['_touchedNodesState']['rescuedNewIds']['has'](_0x53523b))_0x5d9379=_0x53523b;else{if(_0x53523b&&this['_touchedNodesState']['newIds']['includes'](_0x53523b))_0x1f041d='N';else{if(!nn(_0x36be3b))continue;_0x1f041d='R';}_0x1f041d===_0xde00ed||null===_0xde00ed?_0xde00ed=_0x1f041d:null!==_0x159300?(_0x3ee317(_0x5d9379),_0xde00ed=_0x1f041d):(_0x159300=_0xde00ed,_0xde00ed=_0x1f041d),_0x5d9379=_0x53523b;}}const _0x5ef571=_0x565e68[_0x565e68['length']-0x1];return _0x5ef571&&!_0x40b07f(_0x5ef571)&&!nn(_0x5ef571)&&_0x5d9379&&_0x3ee317(_0x5d9379),_0x32a43f;}_getLastStableElement(_0x1ab697,_0xde4d15){if(!_0xde4d15)return null;const _0x392321=vs('data-id',_0xde4d15,_0x1ab697);if(!_0x392321)return null;const _0xbc1ff1=[_0x392321,...Ms(_0x392321)]['at'](-0x2);if(_0xbc1ff1===_0x392321)return _0x392321;let _0x33f92b=_0xbc1ff1['previousSibling'];for(;_0x33f92b&&!_0x40b07f(_0x33f92b);)_0x33f92b=_0x33f92b['previousSibling'];return _0x33f92b;}_markUnstableElements(_0x194273,_0x5651aa){const _0x33c824=new Set([...this['_touchedNodesState']['newIds'],...this['_touchedNodesState']['modifiedIds'],...this['_touchedNodesState']['removedIds']]);let _0x349928=_0x5651aa?_0x5651aa['nextSibling']:_0x194273['firstChild'];for(;_0x349928;)_0x40b07f(_0x349928)&&(_0x33c824['has'](Ps(_0x349928,'data-id'))||ks('data-id',null,_0x349928)['some'](_0x1c179b=>_0x33c824['has'](Ps(_0x1c179b,'data-id'))))&&Ds(_0x349928,'data-unstable','true'),_0x349928=_0x349928['nextSibling'];}['_isNewNode'](_0x5392c9){return Boolean('new-element'===Ps(_0x5392c9,'data-id'));}_isExistingNode(_0x3e4c24){return Boolean((Ps(_0x3e4c24,'data-id')||'')['length']>0x0&&'new-element'!==Ps(_0x3e4c24,'data-id'));}_isExistingContentComment(_0x35e4f1){return Boolean(_0x2cea0f(_0x35e4f1)&&Os(_0x35e4f1)['match'](/\s*existing[\s*-](content|document)\s*/g));}};function nn(_0x5b15f5){return!!_0x5b15f5&&Boolean(_0x2cea0f(_0x5b15f5)&&Os(_0x5b15f5)['match'](/removed[\s*-]data-id="[^"]+"/));}function rn(_0x5758ed){if(!_0x5758ed)return null;if(_0x40b07f(_0x5758ed))return Ps(_0x5758ed,'data-id')??null;if(_0x2cea0f(_0x5758ed)){const _0x36300d=Os(_0x5758ed)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x36300d&&_0x36300d[0x1])return _0x36300d[0x1];}return null;}function on(_0x20c033,_0xd88596){const _0x4036f3=new Map();for(const _0x37da2e of ys(_0x20c033))xs(_0x37da2e)||_0x4036f3['set'](Ps(_0x37da2e,'data-id'),_0x37da2e);const _0x48c3e2=new Set();for(const _0x3cc701 of ys(_0xd88596)){if(xs(_0x3cc701))continue;const _0x43870=Ps(_0x3cc701,'data-id'),_0x3f0f18=_0x43870?_0x4036f3['get'](_0x43870):void 0x0;_0x3f0f18?(_0x2abda5(_0x3cc701,_0x538a60(_0x3f0f18,!0x0)),_0x48c3e2['add'](_0x43870)):_0x5c7bf0(_0x3cc701);}for(const _0x58f05c of Ls(_0xd88596))nn(_0x58f05c)&&_0x4036f3['has'](rn(_0x58f05c))&&_0x5c7bf0(_0x58f05c);const _0x5e2ea2=new Set(ks('data-id',null,_0xd88596)['map'](_0x30ae2e=>Ps(_0x30ae2e,'data-id')));for(const [_0x4f1c14,_0x3fe6db]of _0x4036f3){if(_0x48c3e2['has'](_0x4f1c14))continue;let _0x33c205=_0x3fe6db['parent'],_0x5f1d6d=null;for(;_0x33c205&&_0x40b07f(_0x33c205);){const _0x34b0b7=Ps(_0x33c205,'data-id');if(_0x34b0b7&&_0x5e2ea2['has'](_0x34b0b7)){_0x5f1d6d=_0x34b0b7;break;}_0x33c205=_0x33c205['parent'];}if(!_0x5f1d6d)continue;const _0x78eff7=vs('data-id',_0x5f1d6d,_0xd88596);_0x78eff7&&_0x3c15cc(_0x78eff7,_0x538a60(_0x3fe6db,!0x0));}}const an=/* #__PURE__ -- @preserve */
|
|
27
|
+
At();var hn=class extends an{_m2html;constructor(){super();const _0x411a3d=Object['entries'](_0xfbe022),_0x5deeaf=_0x411a3d['findIndex'](([_0x156569])=>'rehypeDomRaw'===_0x156569);if(-0x1===_0x5deeaf)throw new ct('ai-response-parser-unable-to-set-up-parser');_0x411a3d['splice'](_0x5deeaf+0x1,0x0,['rehypeSanitize',_0x2fb9c2]),this['_m2html']=new _0x33f03a({'plugins':Object['fromEntries'](_0x411a3d)});}convertMarkdownToHTML(_0x54d8a1){const _0x1a97c0=this['_m2html']['parse'](_0x54d8a1);return this['parseAndNormalizeHTML'](_0x1a97c0);}['parseAndNormalizeHTML'](_0x5bf1f4){return this['_parseHTML'](_0x5bf1f4);}['_parseHTML'](_0xcd5efe){const _0x58e50b=Rs('<dummy>'+_0xcd5efe['replace'](/<[^>]*?$/g,'')+'</dummy>');return cn(_0x58e50b),_0x58e50b['children']=_0x58e50b['children'][0x0]['children'],_0x58e50b;}};function cn(_0x7507c9){for(const _0x40dcb3 of _0x7507c9['children'])_0x40b07f(_0x40dcb3)?'pre'!==_0x40dcb3['name']&&cn(_0x40dcb3):_0x4d4881(_0x40dcb3)&&(_0x40dcb3['data']=_0x40dcb3['data']['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/[ \t\r\f\v]+/g,'\x20'));}function ln({changeGroups:_0x5013c3,documentContextContent:_0x34efa9,showDiff:_0x419e78,trimUnchanged:_0x48284d=!0x0}){const _0x52c50e=qs(_0x5013c3,_0x34efa9);return _0x5013c3['map'](_0x42924c=>{if(!_0x42924c['editor']||'destroyed'===_0x42924c['editor']['state'])return null;const _0x44af42=Gs(_0x42924c['editor'],_0x42924c['rootName']),_0x55ecbe=new _0x35b618([]),_0x233347=new _0x35b618([]),_0x215414=new Set();for(const _0x2f6a00 of _0x42924c['changes'])'new'==_0x2f6a00['type']&&ks('data-id',null,_0x2f6a00['node'])['forEach'](_0x55d5c9=>{_0x215414['add'](Ps(_0x55d5c9,'data-id'));});for(const _0x23c0bc of _0x42924c['changes'])if('removed'!=_0x23c0bc['type']?_0x233347['children']['push'](_0x23c0bc['node']['cloneNode'](!0x0)):_0x419e78||_0x215414['has'](_0x23c0bc['id'])||_0x233347['children']['push'](_0x23c0bc['node']['cloneNode'](!0x0)),'new'!=_0x23c0bc['type']&&(_0x419e78||'removed'!=_0x23c0bc['type'])){const _0xc06526=_0x3aba21(_0x5b8a21=>Ps(_0x5b8a21,'data-id')==_0x23c0bc['id'],_0x34efa9['get'](_0x42924c['documentId']),!0x0);_0xc06526&&_0x55ecbe['children']['push'](_0xc06526['cloneNode'](!0x0));}if(_0x44af42&&_0x52c50e['has'](_0x42924c['index']))return{'type':_0x42924c['changes'][0x0]['type'],'index':_0x42924c['index'],'state':_0x42924c['state'],'outdatedReason':_0x42924c['outdatedReason'],'content':new _0x35b618([]),'hasChanges':!0x1};let _0xf7c64c,_0x363aec,_0x5096dd;try{({content:_0xf7c64c,hasChanges:_0x363aec}=un(_0x42924c['editor'],_0x55ecbe,_0x233347,_0x419e78,_0x48284d));}catch{return{'type':_0x42924c['changes'][0x0]['type'],'index':_0x42924c['index'],'state':_0x42924c['state'],'outdatedReason':_0x42924c['outdatedReason'],'content':new _0x35b618([]),'hasChanges':!0x1};}if(_0x44af42){_0x5096dd=_0x42924c['editor']['ui']['getEditableElement'](_0x42924c['rootName'])?.['tagName']['toLowerCase']();const _0x1de033=_0xf7c64c['children']['filter'](_0x40b07f);0x1===_0x1de033['length']&&(_0xf7c64c=new _0x35b618(_0x1de033[0x0]['children']));}return{'type':_0x42924c['changes'][0x0]['type'],'index':_0x42924c['index'],'state':_0x42924c['state'],'outdatedReason':_0x42924c['outdatedReason'],'content':_0xf7c64c,'hasChanges':_0x363aec,'wrapperTag':_0x5096dd};})['filter'](_0x5868f3=>null!==_0x5868f3);}function un(_0x5442ea,_0xeed652,_0x441e98,_0x434f6b,_0x4257bc=!0x0){const _0x4ab10d=_0x5442ea['plugins']['get']('DocumentCompare'),_0x4490f6=Os(_0xeed652),_0x2e19ec=Os(_0x441e98),_0x174749=_0x5442ea['data']['parse'](_0x4490f6,'$root'),_0x5cb61c=_0x5442ea['model']['createPositionAt'](_0x174749,0x0),_0x5e0cc0=_0x4ab10d['getDiff'](_0x4490f6,_0x2e19ec,{'anchor':_0x5cb61c,'markDeletions':_0x434f6b,'targetEditor':_0x5442ea})['getOperations']();if(0x0==_0x5e0cc0['length'])return{'content':_0xeed652['cloneNode'](!0x0),'hasChanges':!0x1};if(_0x434f6b?function(_0x6a82b5,_0x376040,_0x5dde3f){if(0x0==_0x6a82b5['length'])return;const _0x5222be=_0x5dde3f['plugins']['get']('DocumentCompare'),_0x33c6c0=_0x5dde3f['plugins']['get']('SuggestionsConversion');_0x5dde3f['model']['change'](_0x5e8c11=>{const _0x57d8ce=new Set();for(let _0x4d395e=0x0;_0x4d395e<_0x6a82b5['length'];_0x4d395e++){const _0x32e21c=_0x6a82b5[_0x4d395e];if(_0x32e21c['baseVersion']=null,_0x32e21c['isDocumentOperation']=!0x1,!_0x2355a7(_0x32e21c)){if(_0x5222be['isMarkedRemoveOperation'](_0x32e21c)){const _0x260c1b=_0x5afb7a(_0x32e21c['newRange'],_0x5dde3f['model']),_0x77ef69='suggestion:deletion:'+kt()+':$aiSuggestion';_0x376040['markers']['set'](_0x77ef69,_0x260c1b);}else switch(_0x32e21c['type']){case'rename':{if(_0x32e21c['oldName']==_0x32e21c['newName'])break;_0x5e8c11['batch']['addOperation'](_0x32e21c),_0x5dde3f['model']['applyOperation'](_0x32e21c);const _0x206f80='$elementName',_0x132141=_0x32e21c['position'],_0x22725f=_0x5dde3f['model']['createRange'](_0x132141,_0x5dde3f['model']['createPositionAt'](_0x132141['nodeAfter'],'end')),_0x59e648='suggestion:attribute:'+_0x206f80+':'+kt()+':$aiSuggestion';_0x376040['markers']['set'](_0x59e648,_0x22725f);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x32e21c['oldValue']==_0x32e21c['newValue'])break;_0x5e8c11['batch']['addOperation'](_0x32e21c),_0x5dde3f['model']['applyOperation'](_0x32e21c);const _0x16c587=_0x32e21c['key'];if(!_0x33c6c0['isRegisteredAttribute'](_0x16c587))break;const _0x4f9f80=_0x5afb7a(_0x32e21c['range'],_0x5dde3f['model']),_0x5a9d4b='suggestion:attribute:'+_0x16c587+':'+kt()+':$aiSuggestion';_0x376040['markers']['set'](_0x5a9d4b,_0x4f9f80);break;}case'insert':{if(_0x5e8c11['batch']['addOperation'](_0x32e21c),_0x5dde3f['model']['applyOperation'](_0x32e21c),dn(_0x376040,_0x32e21c),_0x6a82b5[_0x4d395e+0x1]&&'move'==_0x6a82b5[_0x4d395e+0x1]['type'])break;const _0x46107f=_0x32e21c['position'],_0x534de6=_0x32e21c['howMany'],_0x4706df=_0x5afb7a(_0x5dde3f['model']['createRange'](_0x46107f,_0x46107f['getShiftedBy'](_0x534de6)),_0x5dde3f['model']),_0x2e6300='suggestion:insertion:'+kt()+':$aiSuggestion';_0x376040['markers']['set'](_0x2e6300,_0x4706df);break;}case'split':{_0x5e8c11['batch']['addOperation'](_0x32e21c),_0x5dde3f['model']['applyOperation'](_0x32e21c),dn(_0x376040,_0x32e21c);const _0x397e70=_0x32e21c['splitPosition'],_0x5b0556=_0x32e21c['moveTargetPosition'],_0x549c37=_0x5dde3f['model']['createRange'](_0x397e70,_0x5b0556),_0x28c7a8='suggestion:insertion:'+kt()+':$aiSuggestion';_0x376040['markers']['set'](_0x28c7a8,_0x549c37);break;}case'move':{_0x5e8c11['batch']['addOperation'](_0x32e21c),_0x5dde3f['model']['applyOperation'](_0x32e21c),dn(_0x376040,_0x32e21c);const _0x530f22=_0x32e21c['getMovedRangeStart'](),_0x142928=_0x32e21c['howMany'];for(let _0x5bf069=0x0;_0x5bf069<_0x142928;_0x5bf069++){const _0x39bf7a=_0x530f22['getShiftedBy'](_0x5bf069)['nodeAfter'];_0x57d8ce['add'](_0x39bf7a);}break;}case'remove':{const _0xcc7855=_0x32e21c['sourcePosition'],_0x38066d=_0x32e21c['howMany'],_0x27fb17=new _0x47f76a(_0xcc7855,_0x38066d);_0x5e8c11['batch']['addOperation'](_0x27fb17),_0x5dde3f['model']['applyOperation'](_0x27fb17),dn(_0x376040,_0x32e21c);break;}}}}for(const _0x2aaded of _0x57d8ce){const _0x56d701=_0x5dde3f['model']['createRangeOn'](_0x2aaded),_0x134c0a='suggestion:formatBlock:$fakeWrap:'+kt()+':$aiSuggestion';_0x376040['markers']['set'](_0x134c0a,_0x5afb7a(_0x56d701,_0x5dde3f['model']));}});}(_0x5e0cc0,_0x174749,_0x5442ea):_0x5442ea['model']['change'](_0x37f0ab=>{for(const _0x1efa30 of _0x5e0cc0)if(!_0x2355a7(_0x1efa30)){if('remove'==_0x1efa30['type']){const _0x37718a=_0x1efa30['sourcePosition'],_0x2eea6c=_0x1efa30['howMany'],_0x4e302f=new _0x47f76a(_0x37718a,_0x2eea6c);_0x37f0ab['batch']['addOperation'](_0x4e302f),_0x5442ea['model']['applyOperation'](_0x4e302f),dn(_0x174749,_0x1efa30);}else{if('marker'==_0x1efa30['type']){const _0x559e34=_0x1efa30['name'],_0xbd7dcd=_0x1efa30['newRange'];null!==_0xbd7dcd?_0x174749['markers']['set'](_0x559e34,_0xbd7dcd):_0x174749['markers']['delete'](_0x559e34);}else _0x1efa30['baseVersion']=null,_0x1efa30['isDocumentOperation']=!0x1,_0x37f0ab['batch']['addOperation'](_0x1efa30),_0x5442ea['model']['applyOperation'](_0x1efa30),dn(_0x174749,_0x1efa30);}}}),_0x4257bc){const _0x5580eb=_n(_0x5442ea,_0x5e0cc0,_0x174749);An(_0x5442ea['model'],_0x5580eb),function(_0x57987e,_0x1bcfc8){const _0x4554ac=_0x1bcfc8['getFirstRange']()['start'];let _0x2e8b4d=_0x1bcfc8['getFirstRange']()['end'];const _0x5d6d9e=_0x4554ac['root'];(_0x2e8b4d['textNode']||_0x2e8b4d['nodeAfter']&&_0x2e8b4d['nodeAfter']['is']('$text'))&&(_0x470c9e(_0x2e8b4d,'...'),En(_0x5d6d9e,_0x2e8b4d,0x3),_0x2e8b4d=_0x2e8b4d['getShiftedBy'](0x3)),(_0x4554ac['textNode']||_0x4554ac['nodeBefore']&&_0x4554ac['nodeBefore']['is']('$text'))&&(_0x470c9e(_0x4554ac,'...'),En(_0x5d6d9e,_0x4554ac,0x3),_0x4554ac['parent']==_0x2e8b4d['parent']&&(_0x2e8b4d=_0x2e8b4d['getShiftedBy'](0x3)));const _0x57e632=_0x57987e['createRange'](_0x57987e['createPositionAt'](_0x5d6d9e,0x0),_0x4554ac),_0x56689c=_0x57987e['createRange'](_0x2e8b4d,_0x57987e['createPositionAt'](_0x5d6d9e,'end')),_0x2b224c=[..._0x57e632['getMinimalFlatRanges'](),..._0x56689c['getMinimalFlatRanges']()];_0x2b224c['reverse']();for(const _0x59398a of _0x2b224c)_0x10f5dd(_0x59398a),pn(_0x5d6d9e,_0x59398a);}(_0x5442ea['model'],_0x5580eb);}return{'content':Rs(_0x5442ea['data']['stringify'](_0x174749,{'showSuggestionHighlights':!0x0})),'hasChanges':!0x0};}function dn(_0x80cc25,_0x1591eb){for(const [_0x5e6fea,_0x5f0fcc]of _0x80cc25['markers']){const _0x591686=_0x5b86ed['_createFromRanges'](_0x5f0fcc['getTransformedByOperation'](_0x1591eb));_0x591686['root']==_0x80cc25?_0x80cc25['markers']['set'](_0x5e6fea,_0x591686):_0x80cc25['markers']['delete'](_0x5e6fea);}}function _n(_0x448a94,_0x585d8a,_0x4a91fb){const _0x12818f=_0x448a94['plugins']['get']('DocumentCompare');let _0xafa921=_0x448a94['model']['createPositionAt'](_0x4a91fb,Number['POSITIVE_INFINITY']),_0x36e0fb=_0x448a94['model']['createPositionAt'](_0x4a91fb,0x0);for(const _0x30b166 of _0x585d8a){let _0x332fdc,_0x3047b0;if(_0x12818f['isMarkedRemoveOperation'](_0x30b166))_0x332fdc=_0x30b166['newRange']['start'],_0x3047b0=_0x30b166['newRange']['end'];else switch(_0xafa921=gn(_0xafa921,_0x30b166),_0x36e0fb=gn(_0x36e0fb,_0x30b166),_0x30b166['type']){case'rename':_0x332fdc=_0x30b166['position'],_0x3047b0=_0x332fdc['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x332fdc=_0x30b166['range']['start'],_0x3047b0=_0x30b166['range']['end'];break;case'insert':_0x332fdc=_0x30b166['position'],_0x3047b0=_0x332fdc['getShiftedBy'](_0x30b166['howMany']);break;case'split':_0x332fdc=_0x30b166['splitPosition'],_0x3047b0=_0x30b166['moveTargetPosition'];break;case'merge':{const _0x26c1c9=_0x30b166['targetPosition']['path']['slice'](0x0,-0x1);_0x332fdc=_0x448a94['model']['createPositionFromPath'](_0x4a91fb,_0x26c1c9),_0x3047b0=_0x332fdc['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x400b50=_0x30b166['howMany'],_0x5334ad=_0x30b166['sourcePosition']['_getTransformedByInsertion'](_0x30b166['targetPosition'],_0x400b50),_0x2ed0f1=_0x30b166['getMovedRangeStart']();'remove'==_0x30b166['type']?(_0x332fdc=_0x5334ad,_0x3047b0=_0x5334ad):(_0x332fdc=_0x2ed0f1,_0x3047b0=_0x2ed0f1['getShiftedBy'](_0x400b50));break;}}_0x332fdc&&_0x332fdc['isBefore'](_0xafa921)&&(_0xafa921=_0x332fdc['clone'](),_0xafa921['stickiness']='toNone'),_0x3047b0&&_0x3047b0['isAfter'](_0x36e0fb)&&(_0x36e0fb=_0x3047b0['clone'](),_0x36e0fb['stickiness']='toNone');}return _0x448a94['model']['createSelection'](_0x448a94['model']['createRange'](_0xafa921,_0x36e0fb));}function gn(_0x568d1b,_0x330eb7){return'move'!=_0x330eb7['type']&&'remove'!=_0x330eb7['type']||_0x330eb7['sourceRange']['containsPosition'](_0x568d1b)&&((_0x568d1b=_0x330eb7['sourcePosition']['clone']())['stickiness']='toNone'),_0x568d1b['getTransformedByOperation'](_0x330eb7);}function An(_0x554a7f,_0xab2867){In(_0x554a7f,_0xab2867,'forward');const _0x238fa9=_0xab2867['getFirstRange']();_0xab2867['setTo']([]),_0xab2867['setTo'](_0x238fa9,{'backward':!0x0}),In(_0x554a7f,_0xab2867,'backward');}function In(_0xfff5b8,_0x387e11,_0xa170bf){let _0x20513d=0x14;for(;_0x20513d;){_0xfff5b8['modifySelection'](_0x387e11,{'unit':'word','direction':_0xa170bf}),_0x20513d--;const _0x1c12a1=_0x387e11['focus']['forward'==_0xa170bf?'nodeBefore':'nodeAfter'];if(_0x1c12a1&&_0x1c12a1['is']('element')&&_0xfff5b8['schema']['isBlock'](_0x1c12a1)&&_0xfff5b8['schema']['isObject'](_0x1c12a1))break;}}function pn(_0x22bd18,_0x1351f9){for(const [_0x55e31b,_0x518209]of _0x22bd18['markers']){const _0x5b4e8b=_0x518209['_getTransformedByDeletion'](_0x1351f9['start'],_0x1351f9['end']['offset']-_0x1351f9['start']['offset']);null!=_0x5b4e8b?_0x22bd18['markers']['set'](_0x55e31b,_0x5b4e8b):_0x22bd18['markers']['delete'](_0x55e31b);}}function En(_0x2c8b97,_0x7ff931,_0x155cc){for(let [_0x30bf9d,_0x41c724]of _0x2c8b97['markers'])_0x41c724=_0x41c724['_getTransformedByInsertion'](_0x7ff931,_0x155cc,!0x1)[0x0],_0x2c8b97['markers']['set'](_0x30bf9d,_0x41c724);}function mn(_0x37124d,_0x1570c3){for(const _0x5ef606 of _0x37124d)'noop'!==_0x5ef606['type']&&(_0x5ef606['_aiSource']=_0x1570c3);}var Tn=class extends _0x77cfae{static get['pluginName'](){return'AIGateway';}static get requires(){return[_0x1ba3e1,fs];}get['models'](){return this['context']['plugins']['get'](fs)['models'];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['apply'](_0x1156a5,_0x119f85){const {applyMethod:_0x4d3a96,roots:_0x542964}=_0x119f85,_0x21b1d8='suggest'===_0x4d3a96;if(_0x1156a5['error']||!_0x1156a5['results']['length'])throw new ct('ai-gateway-apply-invalid-status',this,{'status':_0x1156a5['status']});if(_0x542964){if(0x0===_0x542964['length'])throw new ct('ai-gateway-apply-empty-roots',this);for(const {channelId:_0x1175f9,rootName:_0x26969a}of _0x542964)if(!_0x1156a5['results']['some'](_0x40f9a2=>_0x40f9a2['channelId']===_0x1175f9&&_0x40f9a2['rootName']===_0x26969a))throw new ct('ai-gateway-apply-root-not-found',this,{'channelId':_0x1175f9,'rootName':_0x26969a});}const _0x4cb2d4=_0x1156a5['results']['reduce']((_0x120d8d,_0xcb37af)=>{if(_0x542964&&!_0x542964['some'](_0x434295=>_0x434295['channelId']===_0xcb37af['channelId']&&_0x434295['rootName']===_0xcb37af['rootName']))return _0x120d8d;if('completed'!==_0xcb37af['status'])throw new ct('ai-gateway-apply-invalid-status',this,{'status':_0xcb37af['status'],'channelId':_0xcb37af['channelId'],'rootName':_0xcb37af['rootName']});if(_0x21b1d8&&!_0xcb37af['editor']['plugins']['has']('TrackChanges'))throw new ct('ai-no-track-changes',this,{'channelId':_0xcb37af['channelId'],'rootName':_0xcb37af['rootName']});let _0x3d0470=_0x120d8d['get'](_0xcb37af['editor']);return _0x3d0470||(_0x3d0470=[],_0x120d8d['set'](_0xcb37af['editor'],_0x3d0470)),_0x3d0470['push'](_0xcb37af),_0x120d8d;},new Map()),_0x2a74dd=this['context']['plugins']['get'](_0x1ba3e1);for(const [_0x5e5f37,_0x1db026]of _0x4cb2d4){const _0x33b482=_0x1db026['map'](_0x2049b3=>{const _0x2be2d3=_0x5e5f37['model']['createPositionAt'](_0x5e5f37['model']['document']['getRoot'](_0x2049b3['rootName']),0x0),_0x175db0=Qs(_0x5e5f37,_0x2049b3['rootName'],_0x2049b3['contentRawOld'],_0x2049b3['contentRawNew']);if(!_0x175db0)return _0x2049b3['droppedUnsupportedInlineChange']=!0x0,null;const _0x3d9360=_0x2a74dd['getDiff'](_0x175db0['before'],_0x175db0['after'],{'anchor':_0x2be2d3,'markDeletions':_0x21b1d8,'targetEditor':_0x5e5f37}),_0x2664c7=_0x5e5f37['model']['document']['history']['getOperations'](_0x2049b3['documentVersion']),_0x6270b3={'document':_0x5e5f37['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2b93ba=_0x318423(_0x3d9360['getOperations'](),_0x2664c7,_0x6270b3)['operationsA'];return mn(_0x2b93ba,_0x119f85['aiSource']??'api'),_0x2b93ba;});_0x5e5f37['model']['change'](_0x12651a=>{for(const _0x3caba0 of _0x33b482)_0x3caba0&&(_0x21b1d8?_0x5e5f37['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x3caba0):_0x2a74dd['applyOperations'](_0x12651a,_0x3caba0));});}}mergeChangesIntoContent(_0x1d01b3,_0x37427a,_0x424901){const _0x44073e=new hn(),_0x20f3bb=new sn();let _0x45cd9a=_0x44073e['parseAndNormalizeHTML'](_0x37427a);for(const _0x11087d of _0x1d01b3)try{const _0x4c9a47=_0x44073e['parseAndNormalizeHTML'](_0x11087d['content']);_0x45cd9a=_0x20f3bb['merge'](_0x4c9a47,_0x45cd9a,{'cutAfterUnstable':!0x1,'replaceRemovedWith':void 0x0})['parsedContent'];}catch(_0x59b7da){throw new ct('ai-gateway-merge-failed',this,{..._0x11087d},_0x59b7da);}return un(_0x424901,_0x44073e['parseAndNormalizeHTML'](_0x37427a),_0x45cd9a,!0x1,!0x1)['content'];}};const wn=/* #__PURE__ -- @preserve */
|
|
28
|
+
dt(),Cn=['capabilitiesUpdated'];var fn=class extends wn{['_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(_0x5de5ca){const _0x266efe={};if(!_0x5de5ca)return _0x266efe;('isWebSearchEnabled'in _0x5de5ca?_0x5de5ca['isWebSearchEnabled']:_0x5de5ca['webSearch'])&&(_0x266efe['webSearch']={});const _0x2de72e='isReasoningEnabled'in _0x5de5ca?_0x5de5ca['isReasoningEnabled']:_0x5de5ca['reasoning'];return _0x2de72e&&(_0x266efe['reasoning']='string'==typeof _0x2de72e?{'level':_0x2de72e}:{}),_0x266efe;}toggleWebSearch(){this['setWebSearch'](!this['_isWebSearchEnabled']);}toggleReasoning(){this['setReasoning'](!this['_isReasoningEnabled']);}setWebSearch(_0x362bf8){_0x362bf8!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x362bf8,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}setReasoning(_0x187c80){_0x187c80!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x187c80,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}};function bn(_0x3aaa35,_0xf4b05d,_0x3d321a,_0x27de58){if(_0x3aaa35 instanceof ct)return _0x3aaa35;const _0x5454fa=_0x3aaa35?.['data'];return new ct(_0xf4b05d,_0x3d321a,void 0x0!==_0x5454fa?{..._0x27de58,'backendData':_0x5454fa}:_0x27de58,_0x3aaa35);}var Sn=class{_editor;_rootName;['_channelId'];['_sessionId'];_documentVersion;_contentRawOld;_contentRawNew;['_error'];_isAborted=!0x1;_droppedUnsupportedInlineChange=!0x1;constructor(_0x3dd74c){this['_editor']=_0x3dd74c['editor'],this['_rootName']=_0x3dd74c['rootName'],this['_channelId']=_0x3dd74c['channelId'],this['_sessionId']=_0x3dd74c['sessionId'];}get status(){return this['_error']?'error':this['_isAborted']?'aborted':void 0x0!==this['_contentRawNew']?'completed':'initialized';}get editor(){return this['_editor'];}get rootName(){return this['_rootName'];}get['channelId'](){return this['_channelId'];}get['sessionId'](){return this['_sessionId'];}get documentVersion(){return this['_documentVersion'];}set documentVersion(_0x39c15){this['_documentVersion']=_0x39c15;}get contentRawOld(){return this['_contentRawOld'];}set contentRawOld(_0x733999){this['_contentRawOld']=_0x733999;}get contentRawNew(){return this['_contentRawNew'];}set contentRawNew(_0x377c20){this['_contentRawNew']=_0x377c20;}get contentOld(){return this['_dropDataIds'](this['_contentRawOld']||'');}get contentNew(){return this['_dropDataIds'](this['_contentRawNew']||'');}get['error'](){return this['_error'];}set['error'](_0x339625){this['_error']=_0x339625;}get droppedUnsupportedInlineChange(){return this['_droppedUnsupportedInlineChange'];}set droppedUnsupportedInlineChange(_0x7c082b){this['_droppedUnsupportedInlineChange']=_0x7c082b;}abort(){this['_isAborted']=!0x0;}_dropDataIds(_0x251676){return _0x251676['replace'](/ data-id="[a-z0-9]+"/g,'');}},Rn=class extends Sn{['_summary']='';get['summary'](){return this['_summary'];}set['summary'](_0x516ee){this['_summary']=_0x516ee;}},On=class{_results;constructor(_0xa7961=[]){this['_results']=_0xa7961;}_status='initialized';['_error'];abort(){'error'!==this['_status']&&(this['_status']='aborted');}get status(){return this['_status'];}set status(_0x126c56){this['_status']=_0x126c56;}get['error'](){return this['_error'];}set['error'](_0x596ed5){this['_status']='error',this['_error']=_0x596ed5;}get results(){return this['_results'];}addResult(..._0x1a2d9f){this['_results']['push'](..._0x1a2d9f);}},vn=class extends _0x77cfae{static get['pluginName'](){return'AIDocumentProcessingGateway';}static get requires(){return[Is,tn,Tn,fs];}get['models'](){return this['context']['plugins']['get'](fs)['models'];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async processDocument(_0x3a7629,_0x240b0c){if(!_0x3a7629)throw new ct('ai-documentprocessinggateway-missing-prompt',this);const _0x5f0b0e=await this['context']['plugins']['get'](tn)['getDocumentData'](),_0x4da85d=_0x240b0c['roots'];if(0x0===(_0x4da85d??_0x5f0b0e)['length'])throw new ct('ai-documentprocessinggateway-empty-roots',this);if(_0x4da85d){for(const _0x138438 of _0x4da85d)if(!_0x5f0b0e['some'](_0x15dcaa=>_0x15dcaa['rootName']===_0x138438['rootName']&&_0x15dcaa['channelId']===_0x138438['channelId']))throw new ct('ai-documentprocessinggateway-root-not-found',this,{'channelId':_0x138438['channelId'],'rootName':_0x138438['rootName']});}const _0x2edc53=_0x4da85d?_0x5f0b0e['filter'](_0x2de6f3=>_0x4da85d['some'](_0x59cd13=>_0x59cd13['rootName']===_0x2de6f3['rootName']&&_0x59cd13['channelId']===_0x2de6f3['channelId'])):_0x5f0b0e,_0x1145f4=[],_0x26eed1=[];for(const _0x7fa73b of _0x2edc53){const _0x49a0ab={'editor':_0x7fa73b['editor'],'rootName':_0x7fa73b['rootName'],'sessionId':_0x7fa73b['sessionId'],'channelId':_0x7fa73b['channelId'],'contentRawOld':_0x7fa73b['content'],'documentVersion':_0x7fa73b['version']};_0x1145f4['push'](_0x49a0ab),_0x26eed1['push']({'type':'document','content':_0x49a0ab['contentRawOld']});}const _0x39900a=this['context']['plugins']['get']('AIConnector')['processDocument']({'content':_0x26eed1,'prompt':_0x3a7629,'model':_0x240b0c['model'],'capabilities':fn['getCapabilitiesRequestData'](_0x240b0c['capabilities']),'contexts':_0x240b0c['contexts']});let _0xdcfeaf;if(_0x240b0c?.['signal']){_0x240b0c['signal']['aborted']&&_0x39900a['abortController']['abort']();const _0x120e74=_0x240b0c['signal'],_0x4d7d95=()=>_0x39900a['abortController']['abort']();_0x120e74['addEventListener']('abort',_0x4d7d95),_0xdcfeaf=()=>_0x120e74['removeEventListener']('abort',_0x4d7d95);}const _0x1a20f5=new On();let _0x161c40=[];try{if(_0x161c40=(await _0x39900a['getResult']())['documents'],!(_0x161c40&&_0x161c40['length']>0x0))throw new ct('ai-documentprocessinggateway-empty-reply',this);if(_0x161c40['length']!==_0x26eed1['length'])throw new ct('ai-documentprocessinggateway-reply-count-mismatch',this,{'expected':_0x26eed1['length'],'received':_0x161c40['length']});const _0x2e9bd9=_0x161c40['findIndex'](({document:_0x4166f8})=>!_0x4166f8['length']);if(-0x1!==_0x2e9bd9){const _0x4a06cc=_0x1145f4[_0x2e9bd9];throw new ct('ai-documentprocessinggateway-empty-root-content',this,{'channelId':_0x4a06cc['channelId'],'rootName':_0x4a06cc['rootName']});}_0x1a20f5['status']='completed';}catch(_0x511e98){_0x511e98 instanceof Error&&_0x511e98['message']['includes']('ai-request-aborted')?_0x1a20f5['abort']():_0x1a20f5['error']=bn(_0x511e98,'ai-documentprocessinggateway-run-failed',this);}finally{_0xdcfeaf&&_0xdcfeaf();}if('completed'===_0x1a20f5['status'])for(const [_0x56a531,_0x4a768f]of _0x1145f4['entries']()){const {channelId:_0x241121,contentRawOld:_0x2a65e8,documentVersion:_0x26cf17,editor:_0x572b17,rootName:_0xb309a0,sessionId:_0x3db633}=_0x4a768f,_0x4a7ff2=new Rn({'channelId':_0x241121,'editor':_0x572b17,'rootName':_0xb309a0,'sessionId':_0x3db633});_0x4a7ff2['contentRawOld']=_0x2a65e8,_0x4a7ff2['documentVersion']=_0x26cf17,_0x4a7ff2['contentRawNew']=_0x161c40[_0x56a531]['document'],_0x4a7ff2['summary']=_0x161c40[_0x56a531]['summary'],_0x1a20f5['addResult'](_0x4a7ff2);}return _0x1a20f5;}applyResult(_0xe65397,_0x47542e){this['context']['plugins']['get']('AIGateway')['apply'](_0xe65397,_0x47542e);}};function kn(_0x2f86a2){return _0x2f86a2 instanceof Error&&('AbortError'===_0x2f86a2['name']||('AICoreError'===_0x2f86a2['name']?!0x0===_0x2f86a2['isAbort']:_0x2f86a2['message']['startsWith']('ai-request-aborted')));}var yn=class extends Error{['code'];severity;type;context;isAbort;constructor(_0x19cf2b){super(_0x19cf2b['code'],_0x19cf2b['cause']instanceof Error?{'cause':_0x19cf2b['cause']}:void 0x0),this['name']='AICoreError',this['code']=_0x19cf2b['code'],this['severity']=_0x19cf2b['severity']??'error',this['type']=_0x19cf2b['type']??'system',this['context']=_0x19cf2b['context'],this['isAbort']=_0x19cf2b['isAbort']??kn(_0x19cf2b['cause']);}},Nn=class extends _0x77cfae{static get['pluginName'](){return'AIErrorSink';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}createReporter(_0x209515){return new xn(this,_0x209515);}},xn=class{['_sink'];_component;constructor(_0x1306ee,_0x48b842){this['_sink']=_0x1306ee,this['_component']=_0x48b842;}['logError'](_0x58effe,_0x20dca7={}){this['_emit'](_0x58effe,_0x20dca7),this['_defaultLog'](_0x58effe);}reportError(_0x3e02ed,_0x3e311={}){this['_emit'](_0x3e02ed,_0x3e311);}_emit(_0x2a9243,_0x2830ca){kn(_0x2a9243)||this['_sink']['fire']('error',{'error':_0x2a9243,'component':this['_component'],'context':_0x2830ca['context']});}_defaultLog(_0x498294){if(!kn(_0x498294)){if(_0x498294 instanceof yn){if('user'===_0x498294['type']||'network'===_0x498294['type'])return;if('warning'===_0x498294['severity'])return void console['warn'](this['_component'],_0x498294);}console['error'](this['_component'],_0x498294);}}};const Ln='ck-ai-button-primary',Pn='ck-ai-button-secondary',Dn='ck-ai-button-tertiary';function Hn(_0x2a2cb7,_0x29e01c){const _0x22999e=new Mt(_0x2a2cb7),_0x150963=Es(_0x2a2cb7,'AI_TABS_LABEL_MINIMIZE'),_0x34c6b6=Es(_0x2a2cb7,'AI_TABS_LABEL_MAXIMIZE');return _0x22999e['set']({'withText':!0x1,'icon':_0x4f4ffb,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+Dn}),_0x22999e['bind']('label')['to'](_0x29e01c,'isMaximized',_0x635dcd=>_0x635dcd?_0x150963:_0x34c6b6),_0x22999e['bind']('icon')['to'](_0x29e01c,'isMaximized',_0x2f6c95=>_0x2f6c95?_0x24bdae:_0x4f4ffb),_0x22999e['bind']('isOn')['to'](_0x29e01c,'isMaximized'),_0x22999e['on']('execute',()=>{_0x29e01c['fire']('resizeTabs');}),_0x22999e;}function Mn(_0x599d31){const _0x2c0f8a=new Pt(_0x599d31);return _0x2c0f8a['attachToDom'](),_0x2c0f8a['bodyCollectionContainer']['classList']['add']('ck-ai-body'),_0x2c0f8a;}const Un=/* #__PURE__ -- @preserve */
|
|
29
|
+
At();var Vn=class extends Un{['id'];interactionId;type;content=new Map();['sources']=[];parsedContent=new Map();parsedMergedContent=new Map();['changeGroups']=[];areActionsDisabled=!0x1;_outdatedReasonByDocumentId;isFromHistory=!0x1;documentContextContent;_documentIdToSource=new Map();['aiResponseParser'];['aiResponseApplier'];['locale'];cachedSuggestionContentParts={'withDiff':[],'withoutDiff':[]};constructor({type:_0x4d9da8,isDone:_0x596b05=!0x1,isComplete:_0x36da21,interactionId:_0x20c68e,areActionsDisabled:_0x438933,outdatedReasonByDocumentId:_0x3ced6d,isFromHistory:_0x3adf20=!0x1,documentContextContent:_0x18188d,locale:_0x35c3a2,id:_0x1156a7,channelsToEditors:_0x112b93}){super(),this['id']=_0x1156a7||kt(),this['interactionId']=_0x20c68e,this['type']=_0x4d9da8,this['areActionsDisabled']=!!_0x438933,this['_outdatedReasonByDocumentId']=_0x3ced6d,this['isFromHistory']=_0x3adf20,this['locale']=_0x35c3a2,this['aiResponseParser']=new hn(),this['aiResponseApplier']=new sn(),this['documentContextContent']=new Map(_0x18188d?.['map'](_0x17c659=>[_0x17c659['id'],Rs(_0x17c659['content'])])||[]),this['_documentIdToSource']=new Map(_0x18188d?.['map'](_0x49f3fe=>[_0x49f3fe['id'],{'editor':_0x112b93['get'](_0x49f3fe['channelId']),'rootName':_0x49f3fe['rootName']}])||[]),this['set']('isDone',_0x596b05),this['set']('isComplete',_0x36da21??_0x596b05),'text'===this['type']&&this['content']['set']('text','');}appendContent(_0x3c5692,_0x155af1){const _0x5bb080='text'===this['type']?'text':_0x155af1;this['content']['has'](_0x5bb080)||this['content']['set'](_0x5bb080,''),this['content']['set'](_0x5bb080,this['content']['get'](_0x5bb080)+_0x3c5692),this['onContentChange'](_0x5bb080);}['done'](_0x154806=!0x0){this['isComplete']=_0x154806,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}destroy(){this['stopListening']();}setChangeGroupState(_0xa28739,_0x25ebb0,_0x385863){this['changeGroups'][_0xa28739]['state']=_0x25ebb0,this['changeGroups'][_0xa28739]['outdatedReason']=_0x385863,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0xa28739,'state':_0x25ebb0,'outdatedReason':_0x385863});}getContentParts({showDiff:_0x20220b,groupIndex:_0x591671}){const _0x76dcae=this['_getCachedContentParts'](_0x20220b,_0x591671);if(_0x76dcae)return _0x76dcae;let _0x4aff06;if(void 0x0===_0x591671)_0x4aff06=this['changeGroups'];else{const _0x420dd5=this['changeGroups']['find'](({index:_0x1e211f})=>_0x1e211f===_0x591671);if(!_0x420dd5)throw new ct('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x591671});_0x4aff06=[_0x420dd5];}const _0x1de6b2=ln({'showDiff':_0x20220b,'changeGroups':_0x4aff06,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x20220b,_0x1de6b2),_0x1de6b2;}_getCachedContentParts(_0x5da7ed,_0x1a02e0){const _0x5dbe24=_0x5da7ed?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x5dbe24]['length'])return null;const _0x554cbf=this['cachedSuggestionContentParts'][_0x5dbe24];if(void 0x0===_0x1a02e0)return _0x554cbf['length']>0x0&&_0x554cbf['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x5da7ed,null),null):_0x182e99(_0x554cbf);{const _0x64a9c2=_0x554cbf['find'](({index:_0x36718f})=>_0x36718f===_0x1a02e0);if(_0x64a9c2)return[_0x182e99(_0x64a9c2)];}return null;}_setCachedContentParts(_0x402cab,_0x140a7c){const _0x5130a9=_0x402cab?'withDiff':'withoutDiff';_0x140a7c?_0x140a7c['forEach'](_0x3a8492=>{const _0x9e1516=this['cachedSuggestionContentParts'][_0x5130a9],_0x4286af=_0x9e1516['find'](({index:_0x380021})=>_0x380021===_0x3a8492['index']);if(_0x4286af){const _0x4e42a8=_0x9e1516['indexOf'](_0x4286af);_0x9e1516['splice'](_0x4e42a8,0x1,_0x3a8492);}else _0x9e1516['push'](_0x3a8492);}):this['cachedSuggestionContentParts'][_0x5130a9]['length']=0x0;}onContentChange(_0x4a8deb){if('modification'===this['type']){if(_0x4a8deb)this['parsedContent']['set'](_0x4a8deb,this['aiResponseParser']['parseAndNormalizeHTML'](this['content']['get'](_0x4a8deb)));else{for(const [_0x403c21,_0x48ce6d]of this['content'])this['parsedContent']['set'](_0x403c21,this['aiResponseParser']['parseAndNormalizeHTML'](_0x48ce6d));}const _0x44591f=this['changeGroups'];for(const _0x5239d0 of this['content']['keys']())this['updateChangeGroups'](_0x5239d0);const _0x241e7e=this['_getDifferentChangeGroups'](_0x44591f,this['changeGroups']);(_0x241e7e['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x241e7e),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']['set']('text',this['aiResponseParser']['convertMarkdownToHTML'](this['content']['get']('text'))),this['fire']('replyContentUpdated',this);}_getDifferentChangeGroups(_0xe0f66d,_0x10756b){const _0x425edb=[];for(const _0x227e08 of _0x10756b){const _0x5a550b=_0xe0f66d[_0x227e08['index']];_0x5a550b?_0x5a550b['changes']['length']!==_0x227e08['changes']['length']?_0x425edb['push'](_0x227e08):_0x5a550b['changes']['forEach']((_0x546c09,_0x48a2ab)=>{const _0x10829c=_0x227e08['changes'][_0x48a2ab];_0x546c09['id']!==_0x10829c['id']&&_0x425edb['push'](_0x227e08);}):_0x425edb['push'](_0x227e08);}return _0x425edb;}updateChangeGroups(_0x253584){const _0xd8ef37=this['documentContextContent']['get'](_0x253584),_0x5480af=this['parsedContent']['get'](_0x253584);if(!_0xd8ef37||!_0x5480af)return;const _0x2c2e9c=new _0x122249('p',{},[new _0x122249('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x36754e(Es(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x149101=this['aiResponseApplier']['merge'](_0x5480af,_0xd8ef37['cloneNode'](!0x0),{'cutAfterUnstable':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0x2c2e9c});this['parsedMergedContent']['set'](_0x253584,_0x149101['parsedContent']);let _0x30ca85=[];if(_0xbb5ed2(_0x4809a3=>{const _0x224be3=Ps(_0x4809a3,'data-id');if(!_0x224be3||!_0x303750(_0x224be3))return!0x1;const _0x2837e7=[_0x4809a3,...Ms(_0x4809a3)]['at'](-0x2);if(_0x4809a3!=_0x2837e7){const _0x496abb=Ps(_0x2837e7,'data-id');_0x303750(_0x496abb)||(_0x30ca85['push']({'node':_0x2837e7,'id':_0x496abb,'type':'modified'}),_0x149101['modifiedNodeIds']['push'](_0x496abb));}else _0x149101['modifiedNodeIds']['includes'](_0x224be3)?_0x30ca85['push']({'node':_0x4809a3,'type':'modified','id':_0x224be3}):_0x149101['newNodeIds']['includes'](_0x224be3)?_0x30ca85['push']({'node':_0x4809a3,'type':'new','id':_0x224be3,'anchorId':Ps(_0x4809a3['previousSibling'],'data-id')}):_0x30ca85['push']({'node':_0x4809a3,'type':'removed','id':_0x224be3});return!0x0;},this['parsedMergedContent']['get'](_0x253584)),_0x30ca85=_0x30ca85['filter'](({node:_0x3716bc})=>[...Ms(_0x3716bc),_0x3716bc]['every'](_0x595345=>!Ps(_0x595345,'data-unstable'))),this['changeGroups']=this['changeGroups']['filter'](_0xd60e2c=>_0xd60e2c['documentId']!==_0x253584),0x0==_0x30ca85['length'])return;const _0x4c4f2b=[[_0x30ca85[0x0]]];for(let _0x1fc661=0x1;_0x1fc661<_0x30ca85['length'];_0x1fc661++){const _0x1b391e=_0x4c4f2b[_0x4c4f2b['length']-0x1],_0x468e88=_0x1b391e[_0x1b391e['length']-0x1];_0x30ca85[_0x1fc661]['node']['previousSibling']==_0x468e88['node']&&'modified'!=_0x30ca85[_0x1fc661]['type']&&'modified'!=_0x468e88['type']?_0x1b391e['push'](_0x30ca85[_0x1fc661]):_0x4c4f2b['push']([_0x30ca85[_0x1fc661]]);}for(const _0x45b7f2 of _0x4c4f2b){const _0xb83892=_0x45b7f2[0x0],_0x35221f=_0x45b7f2[_0x45b7f2['length']-0x1],_0x43de30=_0x49aa49(_0xb83892['node']['previousSibling']);_0x43de30&&_0x45b7f2['unshift'](_0x43de30);const _0x54abb5=_0x49aa49(_0x35221f['node']['nextSibling']);_0x54abb5&&_0x45b7f2['push'](_0x54abb5);}ks('data-wrapped-id',null,this['parsedMergedContent']['get'](_0x253584))['forEach'](_0x2c2ae2=>{Ds(_0x2c2ae2,'data-wrapped-id',null);});const _0x5206de=new Map();ks('data-unwrapped-id',null,this['parsedMergedContent']['get'](_0x253584))['forEach'](_0x47adb1=>{const _0x4d66f1=Ps(_0x47adb1,'data-unwrapped-id'),_0x3bef97=Ps(_0x47adb1,'data-id');_0x5206de['set'](_0x3bef97,_0x4d66f1),Ds(_0x47adb1,'data-id',_0x4d66f1),Ds(_0x47adb1,'data-unwrapped-id',null);});for(const _0x12dd81 of _0x30ca85){const _0xeac10a=_0x5206de['get'](_0x12dd81['id']);_0xeac10a&&(_0x12dd81['id']=_0xeac10a);}this['changeGroups']['push'](..._0x4c4f2b['map']((_0x32b85e,_0xc1aca4)=>{const _0x5a8b58=this['_documentIdToSource']['get'](_0x253584),_0x3afc7b=this['_outdatedReasonByDocumentId']?.['get'](_0x253584),_0x4dffc7=this['areActionsDisabled']||void 0x0!==_0x3afc7b;return{'changes':_0x32b85e,'state':_0x4dffc7?'outdated':'pending','outdatedReason':_0x4dffc7?_0x3afc7b:void 0x0,'index':_0xc1aca4,'editor':_0x5a8b58['editor'],'rootName':_0x5a8b58['rootName'],'documentId':_0x253584};}));const _0xcf5402=Array['from'](this['documentContextContent']['keys']());function _0x303750(_0x18cbfc){return _0x149101['modifiedNodeIds']['includes'](_0x18cbfc)||_0x149101['newNodeIds']['includes'](_0x18cbfc)||_0x149101['removedNodeIds']['includes'](_0x18cbfc);}function _0x49aa49(_0x38526e){if(_0x38526e&&Ps(_0x38526e,'data-id')&&!Ps(_0x38526e,'data-unstable')){const _0x12a9bf=Ps(_0x38526e,'data-id');if(!_0x303750(_0x12a9bf))return{'node':_0x38526e,'type':'context','id':_0x12a9bf};}return null;}this['changeGroups']['sort']((_0x58c98e,_0x14b47d)=>_0xcf5402['indexOf'](_0x58c98e['documentId'])-_0xcf5402['indexOf'](_0x14b47d['documentId'])),this['changeGroups']['forEach']((_0x5c660d,_0x7818c)=>{_0x5c660d['index']=_0x7818c;});}};const Bn=/* #__PURE__ -- @preserve */
|
|
30
|
+
dt(),Gn=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];var Fn=class extends Bn{['id'];['replies']=[];currentReply;['messageId'];actionCallId;currentRequest;connector;isStopped=!0x1;isDestroyed=!0x1;['locale'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;_channelsToEditors;constructor({connector:_0xe2e315,locale:_0x1392fe,channelsToEditors:_0x3d9f4e}){super(),this['id']=kt(),this['connector']=_0xe2e315,this['isStopped']=!0x0,this['locale']=_0x1392fe,this['_channelsToEditors']=_0x3d9f4e||new Map();}async start(){await this['_run']();}async['resume'](_0x5921de){await this['_run'](_0x5921de);}async['_run'](_0x3d479e){const _0x2eeddf=[];let _0x3d3712,_0x95f08a,_0x376e64,_0x4341bb=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=_0x3d479e||this['sendRequest'](),this['fire']('interactionStarted',this);const _0x2617f5=await this['currentRequest']['getStream']();for await(const _0x31940c of _0x2617f5){if(this['isStopped'])return;if('error'==_0x31940c['event'])return void this['fire']('error',{'error':new ct('ai-chat-interaction-error',this)});switch(_0x31940c['event']){case'message-metadata':this['messageId']=_0x31940c['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x31940c['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x31940c['data']['conversationTitle'],!0x0);break;case'source':_0x2eeddf['push'](_0x31940c['data']['source']);break;case'web-search':this['_isWebSearching']||(this['_isWebSearching']=!0x0,this['fire']('webSearchStarted',this));break;case'reasoning':this['_isReasoning']||(this['_isReasoning']=!0x0,this['fire']('reasoningStarted',this));break;case'modification-delta':case'text-delta':this['resetReasoningState'](),this['resetWebSearchState'](),_0x3d3712='modification-delta'==_0x31940c['event']?'modification':'text',_0x95f08a='modification-delta'==_0x31940c['event']?_0x31940c['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x3d3712&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x3d3712,'interactionId':this['id'],'id':_0x95f08a,'channelsToEditors':this['_channelsToEditors'],...'modification-delta'==_0x31940c['event']&&{'documentId':_0x31940c['data']['documentId']}}),'modification'==_0x3d3712&&(this['currentReply']['sources']=_0x2eeddf['splice'](0x0))),this['currentReply']['appendContent'](_0x31940c['data']['textDelta'],_0x31940c['data']['documentId']);break;case'mcp-tool-result':_0x376e64=JSON['parse'](_0x31940c['data']['result']),this['_handleToolResultData']({'toolName':_0x31940c['data']['toolName'],'data':_0x376e64['data'],'attributes':_0x376e64['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x31940c['data']['toolName'],'data':_0x31940c['data']['data']});}}_0x4341bb=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x2eeddf['length']>0x0&&(this['currentReply']['sources']=_0x2eeddf['splice'](0x0)),this['_finalizeInteraction'](_0x4341bb),this['fire']('interactionFinished',this));}}stop(){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}getReply(_0x1ad618){return this['replies']['find'](_0x2f4758=>_0x2f4758['id']===_0x1ad618);}destroy(){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x1e2e20=>_0x1e2e20['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}createReply(_0x535f8f){const _0xaa086d=this['getDocumentContext'](),_0x3153e4=new Vn({'locale':this['locale'],'documentContextContent':_0xaa086d?.['documents'],..._0x535f8f});return this['replies']['push'](_0x3153e4),_0x3153e4['delegate'](...Gn)['to'](this),this['fire']('replyCreated',_0x3153e4),_0x3153e4;}setConversationTitle(_0x3251b4,_0x2da4a1=!0x1){this['fire']('setConversationTitle',_0x3251b4,_0x2da4a1);}resetWebSearchState(){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}resetReasoningState(){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}_handleToolResultData(_0x25656a){this['fire']('toolDataReceived',{'type':'result','toolName':_0x25656a['toolName'],'data':structuredClone(_0x25656a['data']||{}),'attributes':structuredClone(_0x25656a['attributes']||{})},this);}_handleToolNotificationData(_0x3c6990){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x3c6990['toolName'],'data':structuredClone(_0x3c6990['data'])},this);}_finalizeInteraction(_0x225531=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x225531),this['currentRequest']=this['currentReply']=void 0x0;}};const Kn='defaultContextIds',Wn=/* #__PURE__ -- @preserve */
|
|
31
|
+
At();var Yn=class AIContext extends Wn{['_refs'];constructor(_0x3badde=[]){super(),this['_refs']=[..._0x3badde];}get['refs'](){return[...this['_refs']];}get isEmpty(){return 0x0===this['_refs']['length'];}cloneWith(..._0x48b156){return new AIContext([...this['_refs'],..._0x48b156]);}addDefaultContext(_0x2f97ae){this['_refs']=[...this['_refs'],..._0x2f97ae];}toRequestParts(_0x763dc0=[]){return[...this['_refs']['map'](As),..._0x763dc0];}toMessageAttributes(_0x21bd08){return this['isEmpty']?_0x21bd08:{..._0x21bd08,[Kn]:[...new Set(this['_refs']['map'](_0x383919=>_0x383919['id']))]};}static getDefaultContextIds(_0x1f0051){const _0x50567b=_0x1f0051&&_0x1f0051[Kn];return new Set(Array['isArray'](_0x50567b)?_0x50567b:[]);}};const $n=new Map([['usage-limits-exceeded','ai-usage-limits-exceeded'],['rate-limits-exceeded','ai-rate-limits-exceeded'],['invalid-content-type','ai-invalid-content-type'],['invalid-request-data','ai-chat-invalid-request'],['model-already-set','ai-chat-model-already-set'],['model-not-found','ai-chat-model-not-found'],['unsafe-content-detected','ai-chat-unsafe-content-detected'],['unsupported-content-type','ai-chat-unsupported-content-type'],['content-too-large','ai-chat-content-too-large'],['unsupported-file-type','ai-chat-context-unsupported-file-type'],['file-too-large','ai-chat-context-file-too-large'],['file-too-many-pages','ai-chat-context-file-too-many-pages'],['form-data-size-limits-exceeded','ai-chat-context-form-data-size-limits-exceeded']]),qn=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];var Qn=class AIChatContext extends Yn{_connector;['_config'];['_ownerId'];constructor({connector:_0xbc4a3c,config:_0x2a3912,ownerId:_0x13beac}){super(),this['_connector']=_0xbc4a3c,this['_config']=_0x2a3912,this['_ownerId']=_0x13beac;}init(){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}getPendingContextItems(){return new Map(this['_pendingContextItems']);}async populateFromMessage(_0x26c7be,_0x5842b4,_0x17a581=new Set()){const _0x2c86ac=new Map(),{contextItem:_0x1ed1f0,unmatchedDocumentIds:_0x2822a7}=await this['_populateDocumentContextItem'](_0x26c7be,_0x5842b4);_0x1ed1f0&&_0x2c86ac['set'](_0x1ed1f0['id'],_0x1ed1f0);for(const _0x9ed9f6 of _0x26c7be){if('document'===_0x9ed9f6['type'])continue;const _0x576bdb=await this['_createContextItemFromContent'](_0x9ed9f6,_0x17a581);'context'!==_0x576bdb['type']&&this['_addToConversationContextItem'](_0x576bdb),_0x2c86ac['set'](_0x576bdb['id'],_0x576bdb);}return{'contextItems':_0x2c86ac,'hasUnmatched':_0x2822a7['size']>0x0,'unmatchedDocumentIds':_0x2822a7};}async _populateDocumentContextItem(_0x4809e2,_0x2ed257){const _0x3fb3b6=_0x4809e2['filter'](_0x4eb58c=>'document'===_0x4eb58c['type']);if(0x0===_0x3fb3b6['length'])return{'unmatchedDocumentIds':new Set()};const _0x2aa932=_0x3fb3b6['map'](_0x232405=>_0x232405['id']),_0x2f9232=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x2aa932)['getDocuments'](),_0x4553b1=new Map(_0x2f9232['map'](_0x282a27=>[_0x282a27['id'],_0x282a27])),_0xa8109f=[],_0x5ca071=new Set();for(const _0x118559 of _0x3fb3b6){const _0x48a550=_0x4553b1['get'](_0x118559['id']);_0x48a550&&(this['_matchDocumentToRoot'](_0x48a550,_0x2ed257)||_0x5ca071['add'](_0x48a550['id']),_0xa8109f['push']({'id':_0x48a550['id'],'content':_0x48a550['content'],'version':_0x48a550['attributes']?.['version']??0x0,'sessionId':_0x48a550['attributes']?.['sessionId']??null,'selection':[],'selectionSignature':'','channelId':_0x48a550['attributes']?.['channelId']??_0x2ed257[0x0]?.['config']['get']('collaboration.channelId')??'','rootName':_0x48a550['attributes']?.['rootName']??_0x2ed257[0x0]?.['model']['document']['getRoots']()[0x0]['rootName']??'','editorConfig':_0x118559['editorConfig']}));}const _0x290fdf={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0xa8109f};return this['_addToConversationContextItem'](_0x290fdf),this['toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x290fdf,'unmatchedDocumentIds':_0x5ca071};}_matchDocumentToRoot(_0x5c55f4,_0x4f7f19){const _0x1bd949=_0x5c55f4['attributes']?.['channelId'],_0x545a74=_0x5c55f4['attributes']?.['rootName'];if(_0x1bd949&&_0x545a74){for(const _0x503be1 of _0x4f7f19)if(_0x503be1['config']['get']('collaboration.channelId')===_0x1bd949){for(const _0x55ba15 of _0x503be1['model']['document']['getRoots']())if('$graveyard'!==_0x55ba15['rootName']&&_0x55ba15['rootName']===_0x545a74)return{'editor':_0x503be1,'rootName':_0x55ba15['rootName']};}}}async _createContextItemFromContent(_0x2f41d4,_0x1df7f4=new Set()){return'mcp-tool-context'===_0x2f41d4['type']?{'id':_0x2f41d4['id'],'uiId':_0x2f41d4['id'],'label':_0x2f41d4['data']?.['label']||_0x2f41d4['id'],'type':'mcp-tool-context','mcpServerName':_0x2f41d4['mcpServerName'],'toolName':_0x2f41d4['toolName'],'data':_0x2f41d4['data']||{}}:{'id':_0x2f41d4['id'],'uiId':_0x2f41d4['id'],'label':_0x2f41d4['attributes']?.['label']||_0x2f41d4['name']||_0x2f41d4['url']||_0x2f41d4['id'],'type':_0x2f41d4['type'],..._0x2f41d4?.['attributes']?.['resourceId']?{'resourceId':_0x2f41d4['attributes']?.['resourceId']}:{},...'context'===_0x2f41d4['type']&&_0x1df7f4['has'](_0x2f41d4['id'])?{'hidden':!0x0}:{}};}getSentContextItems(){return new Map(this['_conversationContextItems']);}removeFromContext(_0x51adc2){this['_pendingContextItems']['get'](_0x51adc2)?.['isReadOnly']||this['_removeContextItem'](_0x51adc2);}clearPendingContextItems(){if(0x0===this['_pendingContextItems']['size'])return;for(const _0xeeda68 of this['_pendingContextItems']['values']())'context'!==_0xeeda68['type']&&this['_removeContextItem'](_0xeeda68['uiId']);const _0x203c12=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x203c12&&this['_addContextItem']({..._0x203c12,'isReadOnly':!0x0,'hidden':!0x0});}addToConversationContext(_0x3d3af4){for(const _0x1afbe0 of _0x3d3af4['values']())'context'!==_0x1afbe0['type']&&this['_addToConversationContextItem'](_0x1afbe0);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(_0x1c3cae){return Array['from'](_0x1c3cae['values']())['flatMap'](_0x302fb6=>this['_mapContextItemToRequestData'](_0x302fb6));}async addFilesToContext(_0x50515d,_0x8caf59,_0x157794='file'){const _0x1e1d69='files-'+kt();this['_startUploadOperation'](_0x1e1d69);try{await Promise['all'](_0x50515d['map'](async _0xb45367=>{const _0x45e35f='file-'+kt(),_0x56feeb=_0x31e6fe(_0xb45367['name']),_0x4cd59b='file'===_0x157794&&_0xb45367['type']['startsWith']('image/')?'image':_0x157794;try{this['_addContextItem']({'type':_0x4cd59b,'label':_0x8caf59?.['label']||_0x56feeb,'uiId':_0x45e35f,'resourceId':_0x8caf59?.['resourceId']},!0x0);const _0x5219c4=this['_connector']['uploadFile'](this['_ownerId'],_0xb45367,_0x8caf59);this['_ongoingUploads']['set'](_0x45e35f,_0x5219c4['abortController']);const {id:_0x35e48a}=await _0x5219c4['getId']();this['_ongoingUploads']['delete'](_0x45e35f),this['_finishContextItemLoading']({'type':_0x4cd59b,'id':_0x35e48a,'label':_0x8caf59?.['label']||_0x56feeb,'uiId':_0x45e35f,'resourceId':_0x8caf59?.['resourceId']},!0x1);}catch(_0x2bca02){if(this['_ongoingUploads']['delete'](_0x45e35f),!kn(_0x2bca02)){const _0x2fb4c3=new yn({'code':$n['get'](_0x2bca02['code'])||'ai-chat-file-upload-failed','cause':_0x2bca02,'context':{'fileName':_0x56feeb}});this['fire']('error',{'error':_0x2fb4c3});}this['_removeContextItem'](_0x45e35f);}}));}finally{this['_finishUploadOperation'](_0x1e1d69);}}addCurrentDocumentToContext(_0x310245){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x239c56={'type':'document','uiId':'current-document','label':_0x310245,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x239c56);}getCurrentDocumentContext(){return this['_pendingContextItems']['get']('current-document');}async updateCurrentDocuments(_0x536a4f,_0x443369){const _0x3ac826=this['getCurrentDocumentContext']();if(!_0x3ac826)return;_0x536a4f['length']>0x1&&_0x536a4f['some'](_0x4161df=>!_0x4161df['description'])&&St('ai-chat-documents-missing-description');try{const _0x441fcc=(_0x3ac826['documents']||[])['filter'](_0x298fe4=>_0x443369['has'](_0x298fe4['channelId']));if(!_0x536a4f['length'])return void(_0x3ac826['documents']=_0x441fcc);const _0x763c85=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x536a4f)['getIds']();if(_0x763c85['length']!==_0x536a4f['length']||_0x763c85['some'](_0x35828f=>!_0x35828f?.['id'])){const _0x4fb5d6=new ct('ai-chat-document-upload-reply-mismatch',null);return void this['fire']('error',{'error':_0x4fb5d6});}const _0x303be1=_0x536a4f['map']((_0x4e959c,_0x3e8e78)=>{return{'id':_0x763c85[_0x3e8e78]['id'],'content':_0x4e959c['content'],'version':_0x4e959c['version'],'sessionId':_0x4e959c['sessionId'],'selection':(_0x192b01=_0x4e959c['selections'],_0x192b01?_0x192b01['map'](_0x57f3df=>({'start':_0x57f3df['start'],'end':_0x57f3df['end']})):[]),'selectionSignature':_0x4e959c['selectionSignature'],'channelId':_0x4e959c['channelId'],'rootName':_0x4e959c['rootName'],'editorConfig':_0x4e959c['editorConfig']};var _0x192b01;});_0x3ac826['documents']=[..._0x441fcc,..._0x303be1];}catch(_0x2485b4){throw new yn({'code':'ai-chat-document-upload-failed','type':'network','cause':_0x2485b4});}}addSelectionToContext(_0x404288){this['_addContextItem']({'type':'selection','label':_0x404288,'uiId':'selection','content':_0x404288});}removeSelectionFromContext(){this['_removeContextItem']('selection');}async addUrlToContext(_0x2836c1,_0x3bfc43){const _0x2eacf1='url-'+kt();this['_startUploadOperation'](_0x2eacf1);const _0x2b589d='url-'+kt();try{this['_addContextItem']({'type':'web-resource','label':_0x3bfc43?.['label']||_0x2836c1,'uiId':_0x2b589d,'resourceId':_0x3bfc43?.['resourceId']},!0x0);const _0x408ba6=this['_connector']['uploadUrl'](this['_ownerId'],_0x2836c1,_0x3bfc43);this['_ongoingUploads']['set'](_0x2b589d,_0x408ba6['abortController']);const {id:_0x1d2084}=await _0x408ba6['getId']();this['_ongoingUploads']['delete'](_0x2b589d),this['_finishContextItemLoading']({'type':'web-resource','id':_0x1d2084,'label':_0x3bfc43?.['label']||_0x2836c1,'uiId':_0x2b589d,'resourceId':_0x3bfc43?.['resourceId']},!0x1);}catch(_0x2b92fc){this['_ongoingUploads']['delete'](_0x2b589d),kn(_0x2b92fc)||this['fire']('error',{'error':new ct('ai-chat-url-upload-failed',this,{'url':_0x2836c1,'originalError':_0x2b92fc}),'url':_0x2836c1}),this['_removeContextItem'](_0x2b589d);}finally{this['_finishUploadOperation'](_0x2eacf1);}}addToolItemToContext(_0x1583ff){_0x1583ff['id']=_0x1583ff['id']??kt()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x1583ff['uiId'],_0x1583ff),this['fire']('contextItemAdded',{'contextItem':_0x1583ff,'isLoading':!0x1});}async['loadSourceResources'](_0x136ce9,_0x31b9d0,_0x37e64b){const _0x2642d0=this['_addContextOptionsState']['sources']['find'](_0x2fa14b=>_0x2fa14b['id']===_0x136ce9);if(!_0x2642d0)return this['fire']('error',{'error':new ct('ai-chat-source-not-found',this,{'sourceId':_0x136ce9}),'sourceId':_0x136ce9}),[];try{const _0x27947a=(await _0x2642d0['getResources'](_0x31b9d0))['map'](_0x214790=>{const _0x4b33aa=this['_isResourceInContext'](_0x214790['id']);return{..._0x214790,'isInContext':_0x4b33aa};});return _0x2642d0['resources']=_0x27947a,this['fire']('sourceResourcesLoaded',{'sourceId':_0x136ce9,'source':_0x2642d0,'resources':_0x27947a,'uid':_0x37e64b}),_0x27947a;}catch(_0x37cac8){return this['fire']('error',{'error':new ct('ai-chat-source-resources-load-failed',this,{'sourceId':_0x136ce9,'originalError':_0x37cac8}),'sourceId':_0x136ce9,'sourceLabel':_0x2642d0['label']}),[];}}async addResourceToContext(_0x280d07,_0x92b67c){if(this['_isResourceInContext'](_0x92b67c['id']))return;if('context'===_0x92b67c['type'])return void this['_addContextItem']({'type':'context','id':_0x92b67c['id'],'label':_0x92b67c['label'],'uiId':'context-'+kt(),'resourceId':_0x92b67c['id']});let _0x3c8574=_0x92b67c['data'];if(!_0x3c8574&&_0x280d07['getData'])try{_0x3c8574=await _0x280d07['getData'](_0x92b67c['id']);}catch(_0x3b5d30){return void this['fire']('error',{'error':new ct('ai-chat-resource-load-failed',this,{'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id'],'originalError':_0x3b5d30}),'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']});}if(_0x3c8574)switch(_0x92b67c['type']){case'web-resource':if('string'!=typeof _0x3c8574)return void this['fire']('error',{'error':new ct('ai-chat-context-invalid-data',this,{'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id'],'expectedType':'string','actualType':typeof _0x3c8574}),'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']});await this['addUrlToContext'](_0x3c8574,{'label':_0x92b67c['label'],'resourceId':_0x92b67c['id']});break;case'file':if(!(_0x3c8574 instanceof File))return void this['fire']('error',{'error':new ct('ai-chat-context-invalid-data',this,{'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id'],'expectedType':'File','actualType':typeof _0x3c8574}),'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']});await this['addFilesToContext']([_0x3c8574],{'label':_0x92b67c['label'],'resourceId':_0x92b67c['id']});break;case'text':if('object'!=typeof _0x3c8574||!('content'in _0x3c8574)||!('type'in _0x3c8574))return void this['fire']('error',{'error':new ct('ai-chat-context-invalid-data',this,{'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x3c8574}),'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']});_0x3c8574=AIChatContext['_convertTextResourceToFile'](_0x3c8574,_0x92b67c['label']),await this['addFilesToContext']([_0x3c8574],{'label':_0x92b67c['label'],'resourceId':_0x92b67c['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new ct('ai-chat-context-unsupported-type',this,{'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id'],'resourceType':_0x92b67c['type']}),'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']});}else this['fire']('error',{'error':new ct('ai-chat-resource-no-data',this,{'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']}),'resourceId':_0x92b67c['id'],'sourceId':_0x280d07['id']});}addContextSource(_0x19363c){this['_addContextOptionsState']['sources']['some'](_0x4cffb8=>_0x4cffb8['id']===_0x19363c['id'])||(this['_addContextOptionsState']['sources']['push']({..._0x19363c,'resources':[]}),this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']}));}toggleAddCurrentDocumentOptionVisibility(_0x39ee5d){if(void 0x0!==_0x39ee5d)this['_addContextOptionsState']['document']['isHidden']=!_0x39ee5d;else{const _0xc67f1e=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0xc67f1e;}this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}static _convertTextResourceToFile(_0x294f61,_0x4ce2e2){switch(_0x294f61['type']){case'markdown':return new File([_0x294f61['content']],_0x4ce2e2,{'type':'text/markdown'});case'html':return new File([_0x294f61['content']],_0x4ce2e2,{'type':'text/html'});default:return new File([_0x294f61['content']],_0x4ce2e2,{'type':'text/plain'});}}static _mapContextItemToRequestData(_0xfbd9b7){switch(_0xfbd9b7['type']){case'file':case'image':case'text':return[{'type':'file','id':_0xfbd9b7['id']}];case'web-resource':return[{'type':'web-resource','id':_0xfbd9b7['id']}];case'context':return[{'type':'context','id':_0xfbd9b7['id']}];case'document':return _0xfbd9b7['documents']?.['length']?_0xfbd9b7['documents']['map'](({id:_0x461c3a,editorConfig:_0x1b1452,selection:_0x4a0914})=>({'type':'document','id':_0x461c3a,..._0x1b1452&&{'editorConfig':_0x1b1452},..._0x4a0914?.['length']&&{'selection':_0x4a0914}})):[];case'mcp-tool-context':{const _0x2daa3a=_0xfbd9b7;return[{'type':'mcp-tool-context','mcpServerName':_0x2daa3a['mcpServerName'],'toolName':_0x2daa3a['toolName'],'data':{..._0x2daa3a['data'],'label':_0x2daa3a['label']||_0x2daa3a['data']?.['label']||_0x2daa3a['id']},'id':_0x2daa3a['id']}];}default:return[];}}_addContextItem(_0x29a7ed,_0x16839b=!0x1){if(this['_pendingContextItems']['set'](_0x29a7ed['uiId'],_0x29a7ed),_0x29a7ed['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x29a7ed,'isLoading':_0x16839b}),'current-document'===_0x29a7ed['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x29a7ed['resourceId']){const _0x13ea96=this['_findSourceIdsByResourceId'](_0x29a7ed['resourceId']);_0x13ea96&&_0x13ea96['forEach'](_0xad0b0f=>{this['_updateResourceInContextState'](_0xad0b0f,_0x29a7ed['resourceId'],!0x0);});}}_removeContextItem(_0x217d13){const _0x1a3c07=this['_pendingContextItems']['get'](_0x217d13),_0x350942=this['_ongoingUploads']['get'](_0x217d13);if(_0x350942&&(_0x350942['abort'](),this['_ongoingUploads']['delete'](_0x217d13)),_0x1a3c07?.['resourceId']){const _0x1338f0=this['_findSourceIdsByResourceId'](_0x1a3c07['resourceId']);_0x1338f0&&_0x1338f0['forEach'](_0x229a71=>{this['_updateResourceInContextState'](_0x229a71,_0x1a3c07['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x217d13),this['fire']('contextItemRemoved',{'uiId':_0x217d13,'type':_0x1a3c07?.['type']}),'current-document'===_0x217d13&&this['toggleAddCurrentDocumentOptionVisibility']();}_finishContextItemLoading(_0x3f4204,_0x20d637){if(this['_pendingContextItems']['has'](_0x3f4204['uiId'])&&(this['_pendingContextItems']['set'](_0x3f4204['uiId'],_0x3f4204),this['fire']('contextItemLoadingEnded',{'contextItem':_0x3f4204,'isLoading':_0x20d637}),_0x3f4204['resourceId'])){const _0x27f16f=this['_findSourceIdsByResourceId'](_0x3f4204['resourceId']);_0x27f16f&&_0x27f16f['forEach'](_0xb44023=>{this['_updateResourceInContextState'](_0xb44023,_0x3f4204['resourceId'],!0x0);});}}_addToConversationContextItem(_0x36dd5a){this['_conversationContextItems']['set'](_0x36dd5a['uiId'],_0x36dd5a);}_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'](),'customItems':this['_config']?.['customItems']?.['map'](_0x4800d4=>({..._0x4800d4,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}_getCustomSourcesInitialState(){return this['_config']?.['sources']?.['map'](_0x2fccec=>({..._0x2fccec,'resources':[]}))??[];}_isResourceInContext(_0x445339){for(const _0x565c82 of this['_pendingContextItems']['values']())if(_0x565c82['resourceId']===_0x445339)return!0x0;for(const _0x27912a of this['_conversationContextItems']['values']())if(_0x27912a['resourceId']===_0x445339)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x655068){const _0x3bc88e=[];for(const _0xde8f12 of this['_addContextOptionsState']['sources'])_0xde8f12['resources']['find'](_0x4fceea=>_0x4fceea['id']===_0x655068)&&_0x3bc88e['push'](_0xde8f12['id']);return 0x0===_0x3bc88e['length']?null:_0x3bc88e;}_updateResourceInContextState(_0x434b5b,_0x8f92e7,_0x30c77a){const _0x48be2c=this['_addContextOptionsState']['sources']['find'](_0x5704a1=>_0x5704a1['id']===_0x434b5b);if(!_0x48be2c)return;const _0x3d69c2=_0x48be2c['resources']['find'](_0x164478=>_0x164478['id']===_0x8f92e7);_0x3d69c2&&(_0x3d69c2['isInContext']=_0x30c77a,this['fire']('resourceStateChanged',{'sourceId':_0x434b5b,'resourceId':_0x8f92e7,'isInContext':_0x30c77a}));}_startUploadOperation(_0x132f9b){this['_ongoingUploadOperations']['set'](_0x132f9b,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}_finishUploadOperation(_0x296a76){this['_ongoingUploadOperations']['delete'](_0x296a76),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}},Xn=class extends Fn{['userMessage'];conversationId;contextItems=new Map();capabilities;['model'];attributes;context;constructor(_0x2b633d){super(_0x2b633d),this['conversationId']=_0x2b633d['conversationId'],this['contextItems']=_0x2b633d['contextItems'],this['capabilities']=_0x2b633d['capabilities'],this['userMessage']=_0x2b633d['userMessage'],this['model']=_0x2b633d['model'],this['attributes']=_0x2b633d['attributes'],this['context']=_0x2b633d['context']??new Yn();}sendRequest(){const _0x59e1be=Qn['mapContextItemsToRequestData'](this['contextItems']),_0x4af706=this['context']['toRequestParts'](_0x59e1be);return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':_0x4af706,'capabilities':fn['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['context']['toMessageAttributes'](this['attributes'])});}getDocumentContext(){return this['contextItems']['get']('current-document');}};const zn=/* #__PURE__ -- @preserve */
|
|
32
|
+
dt();var jn=class extends zn{['id'];isStarted=!0x1;isFromHistory;interactions=[];currentInteraction;selectedModel;connector;options;_abortReject;_channelsToEditors;_getSessionId;constructor(_0xc4449d){super(),this['options']=_0xc4449d,this['connector']=_0xc4449d['connector'],this['chatModels']=_0xc4449d['chatModels'],this['id']=_0xc4449d['conversationId'],this['isFromHistory']=_0xc4449d['isFromHistory'],this['_channelsToEditors']=_0xc4449d['channelsToEditors'],this['_getSessionId']=_0xc4449d['getSessionId'];}async init(_0x3038a5){try{this['chatContext']=new Qn({'connector':this['connector'],'config':_0x3038a5,'ownerId':this['id']}),this['chatContext']['delegate'](...qn)['to'](this),this['chatContext']['init'](),this['options']['contextLibrary']?.['resolveContext']({'feature':'chat','extraContexts':this['options']['extraContexts'],'context':this['chatContext']}),this['chatCapabilities']=new fn(),this['chatCapabilities']['delegate'](...Cn)['to'](this),this['chatCapabilities']['init']();const _0x5c78a8=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x5c78a8});const _0x50c315=await this['chatModels']['resolveModel'](this['options']['selectedModelId']);_0x50c315&&await this['setModel'](_0x50c315);}catch(_0x2ba813){const _0x402cf6=new yn({'code':'ai-chat-conversation-init-failed','cause':_0x2ba813,'type':'network'});this['fire']('error',{'error':_0x402cf6});}}async start(){if(this['isStarted'])throw new ct('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new ct('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x2622e5}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x2622e5,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x5d803c){const _0x3f85ad=new yn({'code':'ai-chat-conversation-start-failed','cause':_0x5d803c,'type':'network','context':{'conversationId':this['id']}});throw this['fire']('error',{'error':_0x3f85ad}),_0x3f85ad;}}async['load'](_0x203e3c){try{const _0xd1d7fd=await this['connector']['fetchConversation'](_0x203e3c)['getConversation'](),_0x30bd93=await this['connector']['fetchConversationMessages'](_0x203e3c)['getMessages'](),_0x1fe7b4=_0x30bd93[0x0]['model'];this['isStarted']=!0x0,this['id']=_0xd1d7fd['id'],'title'in _0xd1d7fd?this['fire']('setConversationTitle',_0xd1d7fd['title'],!this['isFromHistory']):this['fire']('setConversationTitle','',!this['isFromHistory']),this['selectedModel']=await this['chatModels']['getModel'](_0x1fe7b4)??void 0x0,this['fire']('modelSelected',{'selectedModel':this['selectedModel'],'isDisabled':!0x0});const {streamingMessageId:_0x46f11a}=await this['_processMessagesToInteractions'](_0x30bd93,_0x1fe7b4);return _0x46f11a&&this['currentInteraction']?this['_resumeStream'](_0x46f11a):this['currentInteraction']=void 0x0,this;}catch(_0x20c188){const _0x2fd6e6=new yn({'code':'ai-chat-conversation-init-from-id-failed','cause':_0x20c188,'type':'network','context':{'conversationId':_0x203e3c}});throw this['fire']('error',{'error':_0x2fd6e6}),_0x2fd6e6;}}async _processMessagesToInteractions(_0x2b0484,_0x4a2f15){let _0x490e62,_0x5ded1b,_0x162e7b=new Set();for(const _0xa1cc33 of _0x2b0484)if('user'===_0xa1cc33['role']){const {contextItems:_0x407a1e,unmatchedDocumentIds:_0x177b46}=await this['_extractContextItems'](_0xa1cc33);_0x162e7b=_0x177b46;const _0x5a809c={'isReasoningEnabled':Object['hasOwn'](_0xa1cc33['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0xa1cc33['capabilities'],'webSearch')};_0x490e62=this['createInteraction']({'userMessage':_0xa1cc33['prompt'],'contextItems':_0x407a1e,'capabilities':_0x5a809c,'modelId':_0x4a2f15,'attributes':_0xa1cc33['attributes'],'channelsToEditors':this['_channelsToEditors']}),this['currentInteraction']=_0x490e62,_0x5ded1b=void 0x0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0xa1cc33['role']&&_0x490e62){if('streaming'===_0xa1cc33['status']){_0x5ded1b=_0xa1cc33['id'];continue;}if('error'===_0xa1cc33['status'])continue;const _0x50f4f0=[];for(const _0x3dd21c of _0xa1cc33['content'])switch(_0x3dd21c['type']){case'text':case'modification':{const _0x1294e1=_0x490e62['getDocumentContext'](),_0x356ef1=this['_getOutdatedReasonsByDocumentId'](_0x1294e1,_0x162e7b),_0x47eb53=_0x1294e1?.['documents']??[],_0x9f021d=_0x47eb53['length']>0x0&&_0x47eb53['every'](_0x40e34a=>_0x356ef1['has'](_0x40e34a['id']));_0x490e62['currentReply']?.['type']!==_0x3dd21c['type']&&(_0x490e62['currentReply']=_0x490e62['createReply']({'type':_0x3dd21c['type'],'isDone':!0x0,'interactionId':_0x490e62['id'],'areActionsDisabled':_0x9f021d,'outdatedReasonByDocumentId':_0x356ef1,'isFromHistory':!0x0,'channelsToEditors':this['_channelsToEditors']}),_0x50f4f0['length']>0x0&&(_0x490e62['currentReply']['sources']=_0x50f4f0['splice'](0x0))),_0x490e62['currentReply']['appendContent'](_0x3dd21c['content'],_0x3dd21c['documentId']);break;}case'url':_0x50f4f0['push'](_0x3dd21c);break;case'mcp-tool-result':{const {data:_0x330a69,attributes:_0x3530a1}=JSON['parse'](_0x3dd21c['content']);_0x490e62['_handleToolResultData']({'toolName':_0x3dd21c['toolName'],'data':_0x330a69,'attributes':_0x3530a1});break;}}'cancelled'===_0xa1cc33['status']&&this['fire']('error',{'interactionId':_0x490e62['id'],'error':new ct('ai-request-aborted',this)});}}return{'streamingMessageId':_0x5ded1b};}async _resumeStream(_0x1481b1){if(this['currentInteraction'])try{const _0x11659a=this['connector']['resumeStream'](this['id'],_0x1481b1);await this['currentInteraction']['resume'](_0x11659a);}catch(_0x370c15){_0x370c15 instanceof ct&&this['fire']('error',{'interactionId':this['currentInteraction']?.['id'],'error':_0x370c15});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}async _extractContextItems(_0x9a34f5){return _0x9a34f5['content']?this['chatContext']['populateFromMessage'](_0x9a34f5['content'],Array['from'](this['_channelsToEditors']['values']()),Yn['getDefaultContextIds'](_0x9a34f5['attributes'])):{'contextItems':new Map(),'unmatchedDocumentIds':new Set()};}async handleUserInteraction({userMessage:_0x900990,attributes:_0x31b185}){if(!this['isStarted'])throw new ct('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new ct('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x2da099=new Map(this['getPendingContextItems']()),_0x37f000=this['chatCapabilities']['getCapabilitiesConfig'](),_0x53541a=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x900990,'contextItems':_0x2da099,'capabilities':_0x37f000,'modelId':_0x53541a,'attributes':_0x31b185,'channelsToEditors':this['_channelsToEditors']}),await this['updateCurrentDocumentsInContext'](),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x97d06c){if(_0x97d06c instanceof ct)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x97d06c});else{const _0x3db58a=$n['get'](_0x97d06c['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new ct(_0x3db58a,null,{'error':_0x97d06c})});}}finally{this['stopProcessing']();}}stopProcessing(){this['_abortReject']&&(this['_abortReject'](),this['_abortReject']=void 0x0),this['currentInteraction']&&(this['currentInteraction']['stop'](),this['currentInteraction']=void 0x0);}createInteraction({userMessage:_0x5458ff,contextItems:_0x513c16,capabilities:_0x405fd0,modelId:_0x55ec1d,attributes:_0x2bdeaf,channelsToEditors:_0x3eaa7a}){const _0x42665f=new Xn({'userMessage':_0x5458ff,'contextItems':_0x513c16,'capabilities':_0x405fd0,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x55ec1d,'attributes':_0x2bdeaf,'channelsToEditors':_0x3eaa7a,'context':this['chatContext']['isEmpty']?void 0x0:new Yn(this['chatContext']['refs'])});return _0x42665f['delegate'](...Gn)['to'](this),this['interactions']['push'](_0x42665f),this['fire']('interactionCreated',_0x42665f),_0x42665f;}getInteraction(_0x1e98e7){return this['interactions']['find'](_0x4a0ab1=>_0x4a0ab1['id']===_0x1e98e7);}removeInteraction(_0x299d0f){const _0x21b457=this['getInteraction'](_0x299d0f);_0x21b457&&(_0x21b457['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x21b457),0x1));}get lastInteraction(){return this['interactions'][this['interactions']['length']-0x1];}cancelLastInteractionStream(){const _0x55fc8b=this['lastInteraction'];_0x55fc8b?.['conversationId']&&_0x55fc8b['messageId']&&this['connector']['cancelStream'](_0x55fc8b['conversationId'],_0x55fc8b['messageId'])['execute']()['catch'](()=>{});}addCurrentDocumentToContext(_0x1258ae){this['chatContext']['addCurrentDocumentToContext'](_0x1258ae);}async updateCurrentDocumentsInContext(){if(!this['isCurrentDocumentInContext']())return;const {changedIds:_0x3f6671,unchangedIds:_0x50e268}=this['_compareEditorStateWithDocumentContext'](),_0x5c09df=new Promise((_0x3c5568,_0x39a566)=>{this['_abortReject']=()=>_0x39a566(new ct('ai-request-aborted',this));}),_0x174bc3=await Promise['race']([this['options']['aiEditing']['getDocumentData'](_0x3f6671),_0x5c09df]);await Promise['race']([this['chatContext']['updateCurrentDocuments'](_0x174bc3,_0x50e268),_0x5c09df]);}_compareEditorStateWithDocumentContext(){const _0x4bcab8=new Set(),_0xc97cf4=new Set(),_0x1548df=this['options']['aiEditing']['getEditorsVersions'](),_0xc2fa39=this['options']['aiEditing']['getEditorsSelections'](),_0x4a437b=this['chatContext']['getCurrentDocumentContext']()['documents']||[],_0xbfe044=new Map(_0x4a437b['map'](({channelId:_0x1c3e7a,version:_0x441a1b})=>[_0x1c3e7a,_0x441a1b])),_0x26fe04=new Map(_0x4a437b['map'](({channelId:_0x844527,selectionSignature:_0xe8d715})=>[_0x844527,_0xe8d715]));for(const [_0x1d7fe7,_0x2fdfbd]of _0x1548df){const _0x2fdf20=_0xc2fa39['get'](_0x1d7fe7);_0xbfe044['get'](_0x1d7fe7)!=_0x2fdfbd||_0x26fe04['get'](_0x1d7fe7)!=_0x2fdf20?_0x4bcab8['add'](_0x1d7fe7):_0xbfe044['has'](_0x1d7fe7)&&_0xc97cf4['add'](_0x1d7fe7);}return{'changedIds':_0x4bcab8,'unchangedIds':_0xc97cf4};}toggleAddCurrentDocumentOptionVisibility(_0x5c46d2){this['chatContext']['toggleAddCurrentDocumentOptionVisibility'](_0x5c46d2);}_getOutdatedReasonsByDocumentId(_0x2b6e40,_0x48e4d2){const _0x14d277=new Map();if(!_0x2b6e40||!_0x2b6e40['documents'])return _0x14d277;for(const _0x4f9bf9 of _0x2b6e40['documents']){const _0x10d3cf=this['_channelsToEditors']['get'](_0x4f9bf9['channelId']);_0x10d3cf&&'destroyed'!==_0x10d3cf['state']?_0x4f9bf9['sessionId']!==this['_getSessionId'](_0x10d3cf)?_0x14d277['set'](_0x4f9bf9['id'],'session-changed'):_0x48e4d2['has'](_0x4f9bf9['id'])&&_0x14d277['set'](_0x4f9bf9['id'],'content-removed'):_0x14d277['set'](_0x4f9bf9['id'],'editor-removed');}return _0x14d277;}addSelectionToContext(_0x592b20){this['chatContext']['addSelectionToContext'](_0x592b20);}removeSelectionFromContext(){this['chatContext']['removeSelectionFromContext']();}addFilesToContext(_0x16de6c){this['chatContext']['addFilesToContext'](_0x16de6c);}addUrlToContext(_0x1ef7e3){this['chatContext']['addUrlToContext'](_0x1ef7e3);}addToolItemToContext(_0x27ec57){this['chatContext']['addToolItemToContext'](_0x27ec57);}addResourceToContext(_0x37e36e,_0x52f3a8){this['chatContext']['addResourceToContext'](_0x37e36e,_0x52f3a8);}['loadSourceResources'](_0x2abfb0,_0x2199ac,_0x44025){return this['chatContext']['loadSourceResources'](_0x2abfb0,_0x2199ac,_0x44025);}removeFromContext(_0x4486b4){this['chatContext']['removeFromContext'](_0x4486b4);}setWebSearch(_0x42f66a){this['chatCapabilities']['setWebSearch'](_0x42f66a);}toggleWebSearch(){this['chatCapabilities']['toggleWebSearch']();}setReasoning(_0x325d8e){this['chatCapabilities']['setReasoning'](_0x325d8e);}toggleReasoning(){this['chatCapabilities']['toggleReasoning']();}isCurrentDocumentInContext(){return this['chatContext']['isCurrentDocumentInContext']();}isCurrentDocumentInConversation(){return this['chatContext']['isCurrentDocumentInConversation']();}isSelectionInContext(){return this['chatContext']['isSelectionInContext']();}getPendingContextItems(){return this['chatContext']['getPendingContextItems']();}addDefaultContext(_0x14a69b){_0x14a69b['length']&&this['chatContext']['addDefaultContext'](_0x14a69b);}async setModel(_0x4e0840){_0x4e0840?!0x1===await this['chatModels']['isAvailable'](_0x4e0840)&&(St('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x4e0840}),_0x4e0840=(await this['chatModels']['getAvailableModels']())[0x0]):(St('ai-chat-conversation-set-model-null',{'conversation':this}),_0x4e0840=(await this['chatModels']['getAvailableModels']())[0x0]),_0x4e0840['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x4e0840,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x4e0840}));}};function Jn({documentSuggestions:_0x227dfe,transform:_0x5cdc7f,documentCompare:_0x4cead3,documentCompareOptions:_0x1b8393}){const _0x441baa=new Map();for(const [_0x310f9c,{groups:_0x4fb476,documentContext:_0xb3dc6,documentContent:_0x2875f0,editor:_0x566745}]of _0x227dfe){const _0x15dab4=_0xb3dc6['content'],_0x140e6e=_0xb3dc6['version'],_0x4977ab=_0x2875f0['cloneNode'](!0x0);for(const {changes:_0x7f92be}of _0x4fb476)$s(_0x4977ab,_0x7f92be);const _0x12cc7a=Os(_0x4977ab),_0x1f40fc=Qs(_0x566745,_0xb3dc6['rootName'],_0x15dab4,_0x12cc7a);if(!_0x1f40fc)continue;const _0x580b3e=_0x4cead3['getDiff'](_0x1f40fc['before'],_0x1f40fc['after'],{'targetEditor':_0x566745,'anchor':_0xb3dc6['rootName'],..._0x1b8393})['getOperations']();if(_0x5cdc7f){const _0x23b6ee=_0x566745['model']['document']['history']['getOperations'](_0x140e6e),_0x329638={'document':_0x566745['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};_0x441baa['set'](_0x310f9c,_0x318423(_0x580b3e,_0x23b6ee,_0x329638)['operationsA']);}else _0x441baa['set'](_0x310f9c,_0x580b3e);}return _0x441baa;}function Zn({groups:_0x5f7e51,documentContextContent:_0x4f794a,documents:_0x153c35}){const _0x3b02f3=new Map();for(const _0x35474f of _0x5f7e51){const {documentId:_0x2b6b98}=_0x35474f,_0x2f3520=_0x3b02f3['get'](_0x2b6b98);if(_0x2f3520)_0x2f3520['groups']['push'](_0x35474f),_0x2f3520['indexes']['push'](_0x35474f['index']);else{const _0x2c2543=_0x153c35['find'](_0x5e25c8=>_0x5e25c8['id']===_0x2b6b98),_0x362297=_0x4f794a['get'](_0x2b6b98);if(!_0x2c2543||!_0x362297)continue;_0x3b02f3['set'](_0x2b6b98,{'groups':[_0x35474f],'documentContext':_0x2c2543,'documentContent':_0x362297,'editor':_0x35474f['editor'],'indexes':[_0x35474f['index']]});}}return _0x3b02f3;}function tr(_0x45854b,_0x3c22a4){const _0x40a32c=_0x45854b['files']['length']>0x0&&_0x45854b['files']['every'](_0x255ded=>_0x255ded['type']['startsWith']('image/')),_0x4cdd4b=_0x45854b['plainText']['trim']()['length']>0x0;if(_0x45854b['files']['length']>0x0&&_0x3c22a4['filesEnabled']&&(!_0x40a32c||!_0x4cdd4b)){const _0x8b2803=_0x45854b['files']['filter'](_0x169f2d=>_0x169f2d['name']);return _0x8b2803['length']>0x0?{'type':'file','files':_0x8b2803}:null;}if(_0x3c22a4['urlsEnabled']){const _0x4286db=function(_0x1500ba){const _0xa66601=_0x1500ba['trim']();if(/\s/['test'](_0xa66601))return null;try{const _0x53664c=new URL(_0xa66601);return'http:'!==_0x53664c['protocol']&&'https:'!==_0x53664c['protocol']?null:_0x53664c['toString']();}catch{return null;}}(_0x45854b['plainText']);if(_0x4286db)return{'type':'url','url':_0x4286db};}const _0x104bc1=_0x45854b['forceTextAttachment']?0x1:_0x3c22a4['longTextThreshold']??0x1/0x0;if(_0x45854b['plainText']['length']>=Math['max'](_0x104bc1,0x1)&&_0x3c22a4['filesEnabled']){const _0x3e6415=_0x3c22a4['pastedTextLabel']+'.txt';return{'type':'text','files':[new File([_0x45854b['plainText']],_0x3e6415,{'type':'text/plain'})]};}return null;}var er=class extends _0x77cfae{activeConversation;_aiEditing;_aiConnector;_aiChatUi;['_aiModels'];_aiContextLibrary;_contextLibrarySource=null;_hasAIChatBalloon=!0x1;_activeBalloon;_reporter;_batchToChanges=new Map();_currentPreviewedChangeGroup=null;_bodyCollection;_channelsToEditors=new Map();static get requires(){return[Is,Nn,_0x1ba3e1,fs];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){this['set']('isConversationReady',!0x1),this['_bodyCollection']=Mn(this['context']['locale']),this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_reporter']=this['context']['plugins']['get'](Nn)['createReporter']('aichat'),this['_aiModels']=this['context']['plugins']['get'](fs)['models'],this['_aiContextLibrary']=this['context']['plugins']['get'](fs)['contextLibrary'];const _0x1c45d6=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0xbc3300,_0x117668)=>{this['sendMessage']({'message':_0x117668});}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',()=>{this['activeConversation']?.['stopProcessing']();}),this['listenTo'](_0x1c45d6['view'],'change:activeTab',(_0x46948a,_0x3c7225,_0x5e49c3)=>{'chat'!==_0x5e49c3&&this['removeSelectionFromChatContext']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['addCurrentDocumentToChatContext']();}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x48fecd,_0x202583)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x202583));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x130839,_0x3a0181)=>{this['activeConversation']?.['addUrlToContext'](_0x3a0181);}),this['listenTo'](this['_aiChatUi'],'promptInputPaste',(_0x1536fb,_0x19c295)=>{const _0x56b5fc=this['activeConversation'];if(!_0x56b5fc)return;_0x19c295['hasDirectory']&&(_0x19c295['preventDefault'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED'),'id':'folder-error-'+kt()}));const _0x319cbf=tr(_0x19c295,{'pastedTextLabel':Es(this['context']['locale'],'AI_CHAT_CONTEXT_PASTED_TEXT_NAME'),'longTextThreshold':this['context']['config']['get']('ai.chat.context.paste.textThreshold'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled'),'urlsEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.urls.enabled')});_0x319cbf&&(_0x19c295['preventDefault'](),'url'===_0x319cbf['type']?_0x56b5fc['addUrlToContext'](_0x319cbf['url']):_0x56b5fc['chatContext']['addFilesToContext'](_0x319cbf['files'],void 0x0,_0x319cbf['type']));}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x502898,_0x26bf86)=>{_0x26bf86['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x64c370,_0x390739)=>{this['activeConversation']?.['addResourceToContext'](_0x390739['source'],_0x390739['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x3287da,_0x26bca7)=>{this['_removeFromContext'](_0x26bca7);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x47a0be,_0x20851d)=>{this['activeConversation']?.['loadSourceResources'](_0x20851d['sourceId'],_0x20851d['query'],_0x20851d['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x1fe23e,_0x32e06b)=>{this['activeConversation']?.['setModel'](_0x32e06b);}),this['listenTo'](this['_aiChatUi'],'like',(_0x4dea1d,{replyId:_0x3680db})=>{console['log']('Liked\x20response',_0x3680db);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x13ef69,{replyId:_0x392f6d})=>{console['log']('Disliked\x20response',_0x392f6d);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0xda55ac,_0x5ea3df)=>{this['_insertSuggestion'](_0x5ea3df);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x1c4bfa,{replyId:_0x2975d3,partIndex:_0x2b9c6e})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x2975d3,_0x2b9c6e);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x51bc34,{replyId:_0x294333,partIndex:_0x5bf0ec})=>{const _0x3a9040=this['_getDocumentRangeForReplyChanges'](_0x294333,_0x5bf0ec);if(!_0x3a9040)return;const {reply:_0x2d4a58}=this['getInteractionAndReplyById'](_0x294333);'$graveyard'!=_0x3a9040['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'editor':_0x2d4a58['changeGroups'][_0x5bf0ec]['editor'],'ranges':[_0x3a9040['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x46fdc1,_0x1201bb)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0x1201bb);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0xede437,{replyId:_0x1e1590,showDiff:_0x399d5e})=>{const {interaction:_0x5854a9,reply:_0x74833b}=this['getInteractionAndReplyById'](_0x1e1590),_0x1daef4=_0x74833b['getContentParts']({'showDiff':_0x399d5e});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x5854a9['id']+':'+_0x74833b['id'],'parts':_0x1daef4});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x3346e5,{replyId:_0x4b738b,partIndex:_0x22f591})=>{this['_rejectSuggestion']({'replyId':_0x4b738b,'partIndex':_0x22f591}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['on']('interactionCreated',(_0x3a8ee9,_0xd074e5)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0xd074e5);}),this['on']('replyCreated',(_0x107128,_0x4aeb6f)=>{this['_addFeedItemReply'](_0x4aeb6f);});}afterInit(){this['context']instanceof _0x5849ed?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x3db579,_0x197e68)=>{_0x197e68['on']('ready',()=>{this['_integrateEditor'](_0x197e68);});}),this['context']['config']['get']('ai.chat.context')?.['contextLibrary']?.['enabled']&&this['_setUpContextLibrarySource'](),this['_initConversation']();}async _initConversation(){const _0x3f8785=this['context']['config']['get']('ai.chat.initialConversation');let _0x3d12ed=_0x3f8785;('lastCreated'!=_0x3f8785||(_0x3d12ed=await this['_getLastCreatedConversationId'](),_0x3d12ed))&&('new'==_0x3d12ed?await this['_startConversationSafely']():await this['loadConversation'](_0x3d12ed));}async destroy(){return this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async loadConversation(_0x33d8cb){this['_closeActiveBalloon'](),this['context']['plugins']['get'](gs)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),this['_detachFromActiveConversation'](),this['_stopLastInteraction'](),this['_aiChatUi']['toggleConversationLoading'](!0x0);try{this['_aiChatUi']['emptyConversationTitle'](),await this['_aiConnector']['fetchConversation'](_0x33d8cb)['getConversation'](),await this['_startConversationSafely']({'id':_0x33d8cb}),await this['activeConversation']['load'](_0x33d8cb),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext'](),this['set']('isConversationReady',!0x0),this['activeConversation']?.['currentInteraction']?this['_aiChatUi']['enableControls']():this['_aiChatUi']['toggleConversationLoading'](!0x1);}catch(_0x4d21fc){this['_aiChatUi']['resetConversationTitle'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x33d8cb}),this['_reporter']['logError'](new ct('ai-chat-conversation-not-found',this,void 0x0,_0x4d21fc),{'context':{'operation':'load-conversation'}}),await this['_stopLastInteraction'](),this['_aiChatUi']['disableControls'](),this['set']('isConversationReady',!0x1),this['_aiChatUi']['resetChatBusyStateToIdle'](),this['activeConversation']?.['cancelLastInteractionStream']();}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}registerToolDataCallback(_0x24fd00){let _0x5af031=null,_0x44c904=null;this['on']('toolDataReceived',(_0x31f5f8,_0x12cd04,_0x2c9693)=>{_0x2c9693['id']!==_0x5af031&&(_0x5af031=_0x2c9693['id'],_0x44c904=this['_getAIChatFeedAPI'](_0x2c9693)),_0x24fd00(_0x12cd04,_0x44c904);});}addCurrentDocumentToChatContext(){bs(this['context'])['length']&&this['activeConversation']?.['addCurrentDocumentToContext'](Es(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async addSelectionToChatContext(_0x26fc97){const _0x195ce7=this['_aiEditing']['getSelectionText'](_0x26fc97);this['activeConversation']?.['addSelectionToContext'](_0x195ce7),this['addCurrentDocumentToChatContext']();}removeSelectionFromChatContext(){this['activeConversation']?.['removeSelectionFromContext']();}focusPromptInput(){this['_aiChatUi']['focusPromptInput']();}async startConversation(_0x13569c){await this['_startConversationSafely']({'modelId':_0x13569c?.['modelId'],'contexts':_0x13569c?.['contexts']});}async['sendMessage']({message:_0x4a9d4c,attributes:_0x3c9ad3}){if(!this['activeConversation'])throw new ct('ai-chat-controller-no-active-conversation');this['activeConversation']['id']&&this['activeConversation']['isStarted']&&(this['_aiChatUi']['startInteraction'](),await this['activeConversation']['handleUserInteraction']({'userMessage':_0x4a9d4c,'attributes':_0x3c9ad3}));}getGroupId(){const _0x441893=this['context']['config']['get']('collaboration.channelId');if(!_0x441893)throw new ct('ai-missing-channel-id',this);return _0x441893;}_handleRemovedConversation(_0x579e95){this['activeConversation']['id']===_0x579e95&&this['_startConversationSafely']();}['_isGroupReadOnly'](_0x183595){return!(!_0x183595['editor']||'destroyed'===_0x183595['editor']['state']||!_0x183595['editor']['isReadOnly']);}_isGroupWriteable(_0xbec8b){return!(!_0xbec8b['editor']||'destroyed'===_0xbec8b['editor']['state']||_0xbec8b['editor']['isReadOnly']);}_computeSuggestionGating(_0xd290de){const _0x44f640=new Map();for(const _0x3aefcd of _0xd290de['changeGroups'])_0x44f640['set'](_0x3aefcd['index'],this['_isGroupReadOnly'](_0x3aefcd));const _0xbda434=new Set(_0xd290de['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']})['filter'](_0xb90707=>_0xb90707['hasChanges'])['map'](_0x430ade=>_0x430ade['index']));return{'readOnlyByIndex':_0x44f640,'isAcceptAllEnabled':_0xd290de['changeGroups']['some'](_0x2f6433=>'pending'===_0x2f6433['state']&&this['_isGroupWriteable'](_0x2f6433)&&_0xbda434['has'](_0x2f6433['index']))};}_refreshSuggestionGating(){if(this['activeConversation']){for(const _0x3ecbe6 of this['activeConversation']['interactions'])for(const _0x434c76 of _0x3ecbe6['replies'])'modification'===_0x434c76['type']&&this['_aiChatUi']['hasFeedItem'](_0x434c76['id'])&&this['_aiChatUi']['setSuggestionGating'](_0x434c76['id'],this['_computeSuggestionGating'](_0x434c76));}if(this['_activeBalloon']&&this['_currentPreviewedChangeGroup']){const {reply:_0x4bb138}=this['getInteractionAndReplyById'](this['_currentPreviewedChangeGroup']['replyId']),_0x1a9a0f=_0x4bb138['changeGroups']['find'](_0x656865=>_0x656865['index']===this['_currentPreviewedChangeGroup']['partIndex']);_0x1a9a0f&&this['_activeBalloon']['setTargetReadOnly'](this['_isGroupReadOnly'](_0x1a9a0f));}}_prepareDocumentSuggestions(_0x46c1f0){const {reply:_0x1ce93d,interaction:_0x1dab11}=this['getInteractionAndReplyById'](_0x46c1f0['replyId']),_0x480c7d=void 0x0!==_0x46c1f0['partIndex']?[_0x1ce93d['changeGroups'][_0x46c1f0['partIndex']]]:_0x1ce93d['changeGroups']['filter'](_0x19336b=>'pending'===_0x19336b['state']&&!this['_isGroupReadOnly'](_0x19336b)),_0x4056c1=_0x480c7d['map'](_0x3115d7=>_0x1ce93d['changeGroups']['indexOf'](_0x3115d7)),_0x208351=qs(_0x1ce93d['changeGroups'],_0x1ce93d['documentContextContent']);return _0x4056c1['forEach'](_0x55ab42=>{if(_0x208351['has'](_0x55ab42))return;const _0x34252b=this['_getDocumentRangeForReplyChanges'](_0x46c1f0['replyId'],_0x55ab42);_0x34252b&&'$graveyard'!=_0x34252b['range']['root']['rootName']?(_0x1ce93d['setChangeGroupState'](_0x55ab42,'accepted'),void 0x0!==_0x46c1f0['partIndex']&&this['_scrollToSuggestionRange'](_0x34252b['range'],!0x1,_0x34252b['targetEditor'])):_0x1ce93d['setChangeGroupState'](_0x55ab42,'outdated',this['_getOutdatedReason'](_0x1ce93d['changeGroups'][_0x55ab42]));}),Zn({'groups':_0x480c7d['filter'](_0x2c015b=>'accepted'===_0x2c015b['state']),'documentContextContent':_0x1ce93d['documentContextContent'],'documents':_0x1dab11['getDocumentContext']()?.['documents']??[]});}_insertSuggestion(_0x51e341){const _0x3bfb74=this['context']['plugins']['get'](_0x1ba3e1),{reply:_0x15758b,interaction:_0x8d761a}=this['getInteractionAndReplyById'](_0x51e341['replyId']),_0x13bdd4=this['_prepareDocumentSuggestions'](_0x51e341),_0x53b481=Jn({'documentSuggestions':_0x13bdd4,'transform':!0x0,'documentCompare':_0x3bfb74,'documentCompareOptions':{'markDeletions':!0x0}});for(const [_0xf3faa7,_0x21a4d5]of _0x53b481){const {editor:_0x27982a,indexes:_0x2ea4df}=_0x13bdd4['get'](_0xf3faa7);if(!_0x27982a['plugins']['has']('TrackChanges')){St('ai-no-track-changes',{'editor':_0x27982a});continue;}let _0x48a266;mn(_0x21a4d5,'chat'),_0x27982a['model']['change'](_0x4bac4d=>{_0x48a266=_0x4bac4d['batch'],_0x27982a['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x21a4d5),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x48a266,{'interactionId':_0x8d761a['id'],'replyId':_0x15758b['id'],'indexes':_0x2ea4df});}this['_updateRatings'](_0x15758b);}_applySuggestion(_0x3a6e49){const _0x16eeb1=this['context']['plugins']['get'](_0x1ba3e1),{reply:_0xc9eae2,interaction:_0x2bbc64}=this['getInteractionAndReplyById'](_0x3a6e49['replyId']),_0x5bcbca=this['_prepareDocumentSuggestions'](_0x3a6e49),_0x449962=Jn({'documentSuggestions':_0x5bcbca,'transform':!0x0,'documentCompare':_0x16eeb1,'documentCompareOptions':{'markDeletions':!0x1}});for(const [_0x380671,_0x4eb337]of _0x449962){const {editor:_0x4e5a94,indexes:_0x20dd34}=_0x5bcbca['get'](_0x380671);let _0x2143b6;mn(_0x4eb337,'chat');try{_0x4e5a94['model']['change'](_0x842e4=>{_0x2143b6=_0x842e4['batch'],_0x16eeb1['applyOperations'](_0x842e4,_0x4eb337);}),this['_batchToChanges']['set'](_0x2143b6,{'interactionId':_0x2bbc64['id'],'replyId':_0xc9eae2['id'],'indexes':_0x20dd34});}catch(_0xaeb40f){throw this['_reporter']['logError'](new yn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0xaeb40f})),_0xaeb40f;}}this['_updateRatings'](_0xc9eae2);}_rejectSuggestion(_0x43a77d){const {reply:_0x9b79e4}=this['getInteractionAndReplyById'](_0x43a77d['replyId']);_0x9b79e4['setChangeGroupState'](_0x43a77d['partIndex'],'rejected');}['_openBalloonFor'](_0xa59a34,_0x2da0c9){if(!this['_hasAIChatBalloon'])return;const {reply:_0x18bc47}=this['getInteractionAndReplyById'](_0xa59a34),_0x3fe5d8=_0x18bc47['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(!_0x3fe5d8['length'])return;let _0x4e0821,_0x20c1f0;if(void 0x0!==_0x2da0c9?(_0x20c1f0=_0x3fe5d8['find'](_0x1cd0b3=>_0x1cd0b3['index']==_0x2da0c9),_0x4e0821=_0x20c1f0?.['index']):(_0x20c1f0=_0x3fe5d8[0x0],_0x4e0821=_0x20c1f0['index']),!_0x20c1f0)return void _0x18bc47['setChangeGroupState'](_0x2da0c9??0x0,'outdated','editor-removed');if(this['_currentPreviewedChangeGroup']?.['replyId']==_0xa59a34&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x4e0821)return;const _0x1550af=this['_getUserPresentableContentPartDocumentRange'](_0xa59a34,_0x18bc47,_0x20c1f0),_0x3cf7ee=_0x18bc47['changeGroups']['find'](_0x1072d7=>_0x1072d7['index']==_0x4e0821),_0x16fa1e=_0x3cf7ee['editor'],_0x449574=_0x16fa1e['plugins']['get']('AIChatBalloon');if(this['_activeBalloon']&&this['_activeBalloon']!==_0x449574&&this['_activeBalloon']['close'](),!_0x1550af)return _0x449574['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x449574,this['_currentPreviewedChangeGroup']={'replyId':_0xa59a34,'partIndex':_0x4e0821},this['_scrollToSuggestionRange'](_0x1550af,!0x0,_0x16fa1e);const _0x254fd0=this['_getPresentableSiblingContentPartIndex'](_0xa59a34,_0x4e0821,'next');_0x449574['clearContent'](),_0x449574['updateContent']({'part':_0x20c1f0,'renderingStrategy':'static'}),_0x449574['open']({'index':_0x4e0821,'title':Es(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x4e0821+0x1)['toString']()),'showRotator':null!==_0x254fd0,'ranges':[_0x1550af],'areActionsDisabled':_0x18bc47['areActionsDisabled'],'targetEditor':_0x16fa1e,'isTargetReadOnly':this['_isGroupReadOnly'](_0x3cf7ee)}),_0x449574['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0xa59a34,_0x4e0821),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0xa59a34,'index':_0x4e0821,'isActive':!0x0});}_closeActiveBalloon(){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;}_getPresentableSiblingContentPartIndex(_0x3bdd5d,_0x22385f,_0x13ee2e){const {reply:_0x120984}=this['getInteractionAndReplyById'](_0x3bdd5d),_0x4bbeff=_0x120984['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x4bbeff['length'])return null;const _0x440ee3='next'==_0x13ee2e?0x1:-0x1;function _0x24553a(_0x33a6dd){const _0x77f0b8=(_0x33a6dd+_0x440ee3+_0x4bbeff['length'])%_0x4bbeff['length'];return{'siblingIndex':_0x77f0b8,'siblingPart':_0x4bbeff[_0x77f0b8]};}const _0x1b058e=_0x4bbeff['findIndex'](_0x13f2f4=>_0x13f2f4['index']==_0x22385f);let {siblingIndex:_0x1ffea2,siblingPart:_0x3d3394}=_0x24553a(_0x1b058e);for(;!this['_getUserPresentableContentPartDocumentRange'](_0x3bdd5d,_0x120984,_0x3d3394);)if({siblingIndex:_0x1ffea2,siblingPart:_0x3d3394}=_0x24553a(_0x1ffea2),_0x1ffea2===_0x1b058e)return null;return _0x3d3394['index'];}_getOutdatedReason(_0x50a1bf){return _0x50a1bf?.['editor']&&'destroyed'!==_0x50a1bf['editor']['state']?'content-removed':'editor-removed';}_getUserPresentableContentPartDocumentRange(_0x173d66,_0x2e85bd,_0x5cf204){const _0x225e73=_0x2e85bd['changeGroups'];if(!_0x5cf204['hasChanges'])return null;const _0x3813db=_0x225e73['find'](_0x1132c0=>_0x1132c0['index']==_0x5cf204['index']);if('pending'!==_0x3813db?.['state'])return null;if(!_0x3813db?.['editor']||'destroyed'===_0x3813db['editor']['state'])return _0x2e85bd['setChangeGroupState'](_0x5cf204['index'],'outdated',this['_getOutdatedReason'](_0x3813db)),null;const _0x29c404=this['_getDocumentRangeForReplyChanges'](_0x173d66,_0x5cf204['index']);if(!_0x29c404)return _0x2e85bd['setChangeGroupState'](_0x5cf204['index'],'outdated',this['_getOutdatedReason'](_0x3813db)),null;const {range:_0x5b66d5,currentIndex:_0x3f8cad}=_0x29c404;return'$graveyard'==_0x5b66d5['root']['rootName']?(_0x2e85bd['setChangeGroupState'](_0x3f8cad,'outdated',this['_getOutdatedReason'](_0x3813db)),null):_0x29c404['range'];}_getDocumentRangeForReplyChanges(_0xe8be4a,_0x479ad7){const {reply:_0x27f18f,interaction:_0x449144}=this['getInteractionAndReplyById'](_0xe8be4a),_0x239ad2=_0x27f18f['changeGroups']['filter'](_0x182e92=>'pending'==_0x182e92['state']),_0x2e6b26=_0x239ad2['map'](_0x1cf896=>_0x27f18f['changeGroups']['indexOf'](_0x1cf896));void 0x0===_0x479ad7&&(_0x479ad7=_0x2e6b26[0x0]);const _0x1b35f0=_0x2e6b26['indexOf'](_0x479ad7);if(-0x1==_0x1b35f0)return null;const _0x662e75=_0x239ad2[_0x1b35f0],_0x3fe746=_0x662e75['editor'];if(!_0x3fe746||'destroyed'===_0x3fe746['state'])return null;const _0x24172a=Gs(_0x3fe746,_0x662e75['rootName']),_0x25e2de=_0x27f18f['documentContextContent']['get'](_0x662e75['documentId']),_0x5afbc5=new _0x35b618([]),_0x508c15=new _0x35b618([]);for(const _0x565c47 of _0x662e75['changes'])if('removed'!=_0x565c47['type']&&_0x508c15['children']['push'](_0x565c47['node']['cloneNode'](!0x0)),'new'!=_0x565c47['type']){const _0x3f0895=_0x3aba21(_0x426fc9=>Ps(_0x426fc9,'data-id')==_0x565c47['id'],_0x25e2de,!0x0);_0x5afbc5['children']['push'](_0x3f0895['cloneNode'](!0x0));}if(0x0==_0x5afbc5['children']['length']){if(_0x662e75['changes'][0x0]['anchorId']){const _0x37bee8=vs('data-id',_0x662e75['changes'][0x0]['anchorId'],_0x25e2de);_0x5afbc5['children']['unshift'](_0x37bee8['cloneNode'](!0x0)),_0x508c15['children']['unshift'](_0x37bee8['cloneNode'](!0x0)),_0x37bee8['nextSibling']&&(_0x5afbc5['children']['push'](_0x37bee8['nextSibling']['cloneNode'](!0x0)),_0x508c15['children']['push'](_0x37bee8['nextSibling']['cloneNode'](!0x0)));}else{const _0x1ecd61=_0x25e2de['children'][0x0];if(!_0x1ecd61)return null;_0x5afbc5['children']['push'](_0x1ecd61['cloneNode'](!0x0)),_0x508c15['children']['push'](_0x1ecd61['cloneNode'](!0x0));}}if(_0x24172a&&qs(_0x27f18f['changeGroups'],_0x27f18f['documentContextContent'])['has'](_0x662e75['index']))return null;const _0x340640=_0x449144['getDocumentContext'](),_0x152d3f=_0x340640['documents']['find'](_0x506698=>_0x506698['id']==_0x662e75['documentId'])['content'],_0x493ed5=_0x3fe746['model']['document']['getRoot'](_0x662e75['rootName']),_0x16da30=_0x3fe746['data']['parse'](_0x152d3f,_0x493ed5),_0x5dbf11=_0x24172a?Ws(Os(_0x5afbc5)):Os(_0x5afbc5),_0x1a96e1=_0x3fe746['data']['parse'](_0x5dbf11,_0x493ed5),_0x2334db=_0x3fe746['data']['parse'](_0x5dbf11,_0x493ed5),_0x7f5619=_0x3fe746['model']['createPositionAt'](_0x1a96e1,0x0),_0x3e6844=_0x24172a?Ws(Os(_0x508c15)):Os(_0x508c15),_0x2a9916={'targetEditor':_0x3fe746,'anchor':_0x7f5619,'markDeletions':!0x1};let _0x4e6855;try{_0x4e6855=_0x3fe746['plugins']['get'](_0x1ba3e1)['getDiff'](_0x5dbf11,_0x3e6844,_0x2a9916)['getOperations']();}catch(_0x1851eb){return this['_reporter']['reportError'](new yn({'code':'ai-chat-suggestion-diff-failed','type':'runtime','severity':'warning','cause':_0x1851eb,'context':{'replyId':_0xe8be4a,'partIndex':_0x479ad7}})),null;}if(!_0x4e6855['length'])return null;_0x3fe746['model']['change'](_0x51ecb9=>{for(const _0x6c09e5 of _0x4e6855)if(!_0x2355a7(_0x6c09e5)){if('remove'==_0x6c09e5['type']){const _0x188fa1=_0x6c09e5['sourcePosition'],_0x33d74c=_0x6c09e5['howMany'],_0x692ae6=new _0x47f76a(_0x188fa1,_0x33d74c);_0x51ecb9['batch']['addOperation'](_0x692ae6),_0x3fe746['model']['applyOperation'](_0x692ae6);}else'marker'!==_0x6c09e5['type']&&(_0x6c09e5['baseVersion']=null,_0x6c09e5['isDocumentOperation']=!0x1,_0x51ecb9['batch']['addOperation'](_0x6c09e5),_0x3fe746['model']['applyOperation'](_0x6c09e5));}});const _0x565e2a=_n(_0x3fe746,_0x4e6855,_0x1a96e1);An(_0x3fe746['model'],_0x565e2a);const _0x2d52c9=_0x565e2a['getFirstRange']()['start']['path']['slice'](),_0xb562b=_0x565e2a['getFirstRange']()['end']['path']['slice'](),_0x176867=[];let _0x4ef6ff=_0x1a96e1,_0x2caf3a=_0x2334db;for(let _0x432e7f=0x0;_0x432e7f<_0xb562b['length'];_0x432e7f++){const _0x522d70=_0x4ef6ff['maxOffset']-_0xb562b[_0x432e7f];_0x176867[_0x432e7f]=_0x2caf3a['maxOffset']-_0x522d70,_0x4ef6ff=_0x4ef6ff['getChildAtOffset'](_0xb562b[_0x432e7f]),_0x2caf3a=_0x2caf3a['getChildAtOffset'](_0x176867[_0x432e7f]);}const _0x5356b5=_0x3fe746['model']['createRange'](_0x3fe746['model']['createPositionFromPath'](_0x2334db,_0x2d52c9),_0x3fe746['model']['createPositionFromPath'](_0x2334db,_0x176867)),_0x3ef662=_0x5356b5['start']['path']['slice'](),_0xe8751c=_0x5356b5['end']['path']['slice']();if(!_0x24172a){const _0x44c7c1=_0x2334db['getChild'](0x0)['getAttribute'](_0x27a049),_0x39ae00=Array['from'](_0x16da30['getChildren']())['find'](_0x34b6db=>_0x34b6db['getAttribute'](_0x27a049)==_0x44c7c1)['getPath']();_0x3ef662[0x0]=_0x39ae00[0x0]+_0x3ef662[0x0],_0xe8751c[0x0]=_0x39ae00[0x0]+_0xe8751c[0x0];}let _0x24d53e=_0x3fe746['model']['createRange'](_0x3fe746['model']['createPositionFromPath'](_0x3fe746['model']['document']['getRoot'](_0x662e75['rootName']),_0x3ef662),_0x3fe746['model']['createPositionFromPath'](_0x3fe746['model']['document']['getRoot'](_0x662e75['rootName']),_0xe8751c));const _0x1dc013=_0x340640['documents']['find'](_0x4af8b2=>_0x4af8b2['id']==_0x662e75['documentId'])['version'],_0x19d037=_0x3fe746['model']['document']['history']['getOperations'](_0x1dc013);for(const _0x4f2741 of _0x19d037)_0x24d53e=_0x5b86ed['_createFromRanges'](_0x24d53e['getTransformedByOperation'](_0x4f2741));return{'range':_0x24d53e,'currentIndex':_0x479ad7,'targetEditor':_0x3fe746};}_integrateEditorBalloon(_0x514309){if(!_0x514309['plugins']['has']('AIChatBalloon'))return;const _0x3099f3=_0x514309['plugins']['get']('AIChatBalloon');this['_hasAIChatBalloon']=!0x0,_0x3099f3['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x3099f3,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x1f3539,partIndex:_0x272987}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x5d08eb}=this['getInteractionAndReplyById'](_0x1f3539),_0x114a6c=_0x5d08eb['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x272987});_0x3099f3['updateContent']({'part':_0x114a6c[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x3099f3,'applySuggestion',()=>{const {replyId:_0x5160a4,partIndex:_0x32542d}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x5160a4,'partIndex':_0x32542d}),_0x3099f3['setState']('accepted');}),this['listenTo'](_0x3099f3,'insertSuggestion',()=>{const {replyId:_0x473db4,partIndex:_0x27bdba}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x473db4,'partIndex':_0x27bdba}),_0x3099f3['setState']('accepted');}),this['listenTo'](_0x3099f3,'rejectSuggestion',()=>{const {replyId:_0x5acfb3,partIndex:_0x44f922}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x5acfb3,'partIndex':_0x44f922}),_0x3099f3['setState']('rejected');}),this['listenTo'](_0x3099f3,'showNext',()=>{const {replyId:_0x33d11e,partIndex:_0x11bdb5}=this['_currentPreviewedChangeGroup'],_0x498b51=this['_getPresentableSiblingContentPartIndex'](_0x33d11e,_0x11bdb5,'next');null!==_0x498b51&&this['_openBalloonFor'](_0x33d11e,_0x498b51);}),this['listenTo'](_0x3099f3,'showPrevious',()=>{const {replyId:_0xeb6a84,partIndex:_0x13bd98}=this['_currentPreviewedChangeGroup'],_0x1c11b5=this['_getPresentableSiblingContentPartIndex'](_0xeb6a84,_0x13bd98,'previous');null!==_0x1c11b5&&this['_openBalloonFor'](_0xeb6a84,_0x1c11b5);}),this['listenTo'](_0x3099f3,'dialogClosed',(_0x30e028,{id:_0x20a4b7})=>{if('aiChatBalloon'!==_0x20a4b7)return;const {replyId:_0x487959,partIndex:_0x397e69}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x487959,'index':_0x397e69,'isActive':!0x1}),this['_activeBalloon']===_0x3099f3&&(this['_activeBalloon']=void 0x0);});}_integrateEditor(_0x52c8b6){if(this['_channelsToEditors']['set'](_0x52c8b6['config']['get']('collaboration.channelId'),_0x52c8b6),this['_integrateEditorBalloon'](_0x52c8b6),this['addCurrentDocumentToChatContext'](),this['listenTo'](_0x52c8b6,'change:isReadOnly',()=>this['_refreshSuggestionGating']()),_0x52c8b6['once']('destroy',()=>{this['_checkRemoveCurrentDocumentFromChatContext']();}),_0x52c8b6['plugins']['has']('Undo')){const _0x13e9f5=_0x52c8b6['commands']['get']('undo'),_0x63ece7=_0x52c8b6['commands']['get']('redo');this['listenTo'](_0x13e9f5,'revert',(_0x1189d2,_0x518f7d,_0x53ec8b)=>{const _0x1f1097=this['_batchToChanges']['get'](_0x518f7d);if(!_0x1f1097)return;const _0x2566d5=this['activeConversation']['getInteraction'](_0x1f1097['interactionId']),_0x19a1c1=_0x2566d5?.['getReply'](_0x1f1097['replyId']);this['_batchToChanges']['delete'](_0x518f7d),_0x2566d5&&_0x19a1c1&&(_0x1f1097['indexes']['forEach'](_0x3e172e=>_0x19a1c1['setChangeGroupState'](_0x3e172e,'pending')),this['_batchToChanges']['set'](_0x53ec8b,_0x1f1097));}),this['listenTo'](_0x63ece7,'revert',(_0x3b052b,_0x459526,_0x301c5d)=>{const _0x146f69=this['_batchToChanges']['get'](_0x459526);if(!_0x146f69)return;const _0x104fad=this['activeConversation']['getInteraction'](_0x146f69['interactionId']),_0x4657d0=_0x104fad?.['getReply'](_0x146f69['replyId']);this['_batchToChanges']['delete'](_0x459526),_0x104fad&&_0x4657d0&&(_0x146f69['indexes']['forEach'](_0x2f20b0=>_0x4657d0['setChangeGroupState'](_0x2f20b0,'accepted')),this['_batchToChanges']['set'](_0x301c5d,_0x146f69));});}const _0x410c53=_0x52c8b6['config']['get']('ai.chat.context');_0x410c53['alwaysAddSelection']&&_0x410c53['document']['enabled']&&this['listenTo'](_0x52c8b6['model']['document']['selection'],'change:range',(_0x40f91f,_0x474dbe)=>{_0x474dbe['directChange']&&'chat'===_0x52c8b6['plugins']['get']('AITabs')['view']['activeTab']&&(_0x52c8b6['model']['hasContent'](_0x52c8b6['model']['document']['selection'])?this['addSelectionToChatContext'](_0x52c8b6):this['removeSelectionFromChatContext']());});}async _getLastCreatedConversationId(){const _0x1c3808=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x17bd4d=await _0x1c3808['getConversations']();return _0x17bd4d['length']?_0x17bd4d[0x0]['id']:'new';}catch(_0x33398b){return this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':kt()}),this['_reporter']['logError'](new ct('ai-chat-conversation-init-failed',this,{'error':_0x33398b})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async _startConversationSafely(_0x200c8b={}){this['set']('isConversationReady',!0x1);try{await this['_handleStartConversation'](_0x200c8b),_0x200c8b['id']||this['set']('isConversationReady',!0x0);}catch(_0x279282){this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x200c8b['id']||kt()}),this['_reporter']['logError'](_0x279282),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}_detachFromActiveConversation(){this['_aiChatUi']['setIsUploadInProgress'](!0x1),this['activeConversation']&&this['stopListening'](this['activeConversation']);}async _handleStartConversation({id:_0x490782,modelId:_0x47b7c2,contexts:_0x48bde5}={}){this['_detachFromActiveConversation'](),this['_closeActiveBalloon']();let _0x181432=_0x47b7c2;_0x181432||(_0x490782||!this['activeConversation']?_0x181432=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x181432=this['activeConversation']['selectedModel']?.['id'])),this['_stopLastInteraction']();const _0x4f57a8=this['getGroupId'](),_0x3abc3b=_0x490782||kt(),_0x3dde28=await this['_aiModels']['getAvailableModels']();let _0x1a18c0;this['activeConversation']=new jn({'connector':this['_aiConnector'],'chatModels':this['_aiModels'],'selectedModelId':_0x181432,'conversationId':_0x3abc3b,'group':_0x4f57a8,'locale':this['context']['locale'],'isFromHistory':!!_0x490782,'channelsToEditors':this['_channelsToEditors'],'contextLibrary':this['_aiContextLibrary'],'extraContexts':_0x48bde5,'getSessionId':_0x3c685b=>this['_aiEditing']['getSessionId'](_0x3c685b),'aiEditing':this['_aiEditing']}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['listenTo'](this['activeConversation'],'conversationInitialized',()=>{this['_aiChatUi']['createConversation']({'availableModels':_0x3dde28}),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x490782||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['listenTo'](this['activeConversation'],'uploadProgressChanged',(_0x1ce0e9,_0x2e8b16)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x2e8b16['isUploadInProgress']);}),this['listenTo'](this['activeConversation'],'webSearchStarted',()=>{const _0x3d8bb7=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x3d8bb7);}),this['listenTo'](this['activeConversation'],'reasoningStarted',()=>{const _0x22b820=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x22b820);}),this['listenTo'](this['activeConversation'],'webSearchFinished',(_0x24b48d,_0x125487)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x125487,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['listenTo'](this['activeConversation'],'reasoningFinished',(_0x441cd8,_0x3037eb)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x3037eb,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['listenTo'](this['activeConversation'],'interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['listenTo'](this['activeConversation'],'interactionFinished',async()=>{this['_updateReplyContentThrottled']['flush'](),await this['_aiChatUi']['finishInteraction']();}),this['listenTo'](this['activeConversation'],'interactionDestroyed',(_0x17032b,_0x428b3f)=>{this['_aiChatUi']['removeFeedInteraction'](_0x428b3f['id']);}),this['listenTo'](this['activeConversation'],'setConversationTitle',(_0x31911a,_0x2f8a11,_0x24658f)=>{this['_updateConversationTitle'](_0x2f8a11,_0x24658f);}),this['listenTo'](this['activeConversation'],'replyContentUpdated',async(_0x3c3225,_0x327f1f)=>{void 0x0!==_0x1a18c0&&_0x1a18c0!==_0x327f1f['id']&&this['_updateReplyContentThrottled']['flush'](),_0x1a18c0=_0x327f1f['id'],_0x327f1f['isFromHistory']?await this['_updateReplyContent']({'reply':_0x327f1f}):await this['_updateReplyContentThrottled']({'reply':_0x327f1f});}),this['listenTo'](this['activeConversation'],'replyChangeGroupStateUpdated',(_0xf8eb83,{reply:_0x67e0b9,index:_0x14704d,state:_0x33ce71,outdatedReason:_0x15fb25})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x67e0b9['id'],'index':_0x14704d,'state':_0x33ce71,'outdatedReason':_0x15fb25}),this['_aiChatUi']['hasFeedItem'](_0x67e0b9['id'])&&this['_aiChatUi']['setSuggestionGating'](_0x67e0b9['id'],this['_computeSuggestionGating'](_0x67e0b9)),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x67e0b9['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x14704d&&this['_activeBalloon']?.['setState'](_0x33ce71,_0x15fb25);}),this['listenTo'](this['activeConversation'],'contextItemAdded',(_0x45bfac,_0x2cc4a8)=>{if(this['_aiChatUi']['addContextItem'](_0x2cc4a8['contextItem'],_0x2cc4a8['isLoading']),'selection'===_0x2cc4a8['contextItem']['type']){const _0x3b965c=Ss(this['context']),_0x1ae830=[..._0x3b965c['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'editor':_0x3b965c,'ranges':_0x1ae830,'id':'context','priority':0x1});}}),this['listenTo'](this['activeConversation'],'contextItemRemoved',(_0x23be41,_0x2c738e)=>{this['_aiChatUi']['removeContextItem'](_0x2c738e['uiId']),'current-document'==_0x2c738e['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x2c738e['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['listenTo'](this['activeConversation'],'contextItemLoadingEnded',(_0x485c06,_0xd575c3)=>{this['_aiChatUi']['setContextItemLoading'](_0xd575c3['contextItem']['uiId'],_0xd575c3['isLoading']);}),this['listenTo'](this['activeConversation'],'contextSent',(_0x4887d5,_0x2ae0f6)=>{this['_aiChatUi']['setConversationContext'](_0x2ae0f6['contextItems']);}),this['listenTo'](this['activeConversation'],'addContextOptionsChanged',(_0x582cf7,_0x3991e3)=>{this['_aiChatUi']['setAddContextOptions'](_0x3991e3['options']);}),this['listenTo'](this['activeConversation'],'sourceResourcesLoaded',(_0x5999c3,_0x54d3bb)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x54d3bb['sourceId'],_0x54d3bb['source'],_0x54d3bb['resources'],_0x54d3bb['uid']);}),this['listenTo'](this['activeConversation'],'resourceStateChanged',(_0x21a2df,_0x2c74ea)=>{this['_aiChatUi']['updateResourceState'](_0x2c74ea['sourceId'],_0x2c74ea['resourceId'],_0x2c74ea['isInContext']);}),this['listenTo'](this['activeConversation'],'capabilitiesUpdated',(_0x4b604a,_0x4c3467)=>{this['_aiChatUi']['updateCapabilities'](_0x4c3467);}),this['listenTo'](this['activeConversation'],'modelSelected',(_0x9f63f4,_0x3395e8)=>{this['_aiChatUi']['setSelectedModel'](_0x3395e8['selectedModel']??null,_0x3395e8['isDisabled']);}),this['listenTo'](this['activeConversation'],'error',async(_0x46160c,{error:_0x249552,interactionId:_0x3033b0,fileName:_0x321b80,url:_0x21f881,sourceId:_0x550de4,sourceLabel:_0x39bcdd})=>{let _0x4c75f8;const _0x52ef66=_0x3033b0?_0x3033b0+':'+kt():kt();this['_reporter']['reportError'](_0x249552),this['_aiChatUi']['startAutoScroll'](),_0x249552['message']['startsWith']('ai-request-aborted')?(this['_cancelProcessing'](),this['activeConversation']?.['cancelLastInteractionStream'](),_0x4c75f8=this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':Es(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x52ef66})):_0x249552['message']['startsWith']('ai-chat-conversation-init-failed')||_0x249552['message']['startsWith']('ai-chat-conversation-start-failed')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-file-upload-failed')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x321b80),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-url-upload-failed')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x21f881),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-context-invalid-data')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-context-unsupported-type')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x550de4&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x550de4),_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x39bcdd||'source'),'id':_0x52ef66})):_0x249552['message']['startsWith']('ai-chat-resource-load-failed')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-invalid-request')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-context-unsupported-file-type')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-context-file-too-large')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-context-file-too-many-pages')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x52ef66}):_0x249552['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x52ef66}):(this['_cancelProcessing'](),_0x4c75f8=this['_aiChatUi']['addFeedItemError']({'errorMessage':Es(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x52ef66}));try{await Promise['race']([_0x4c75f8,this['_aiChatUi']['idleUiPromise']]);}finally{this['_aiChatUi']['isBusy']||this['_aiChatUi']['stopAutoScroll']();}}),await this['activeConversation']['init'](this['_buildConversationContextConfig']()),_0x490782||(await this['activeConversation']['start'](),this['_aiChatUi']['enableControls']());}_buildConversationContextConfig(){const _0x2dd0c9=this['context']['config']['get']('ai.chat.context');return this['_contextLibrarySource']?{..._0x2dd0c9,'sources':[..._0x2dd0c9?.['sources']??[],this['_contextLibrarySource']]}:_0x2dd0c9;}async _setUpContextLibrarySource(){const _0x9248e1=await this['_createContextLibrarySource']();_0x9248e1&&(this['_contextLibrarySource']=_0x9248e1,this['activeConversation']&&this['activeConversation']['chatContext']['addContextSource'](_0x9248e1));}async _createContextLibrarySource(){let _0x3d5dfa;try{_0x3d5dfa=await this['_aiContextLibrary']['getAvailableContexts']();}catch{return null;}if(!_0x3d5dfa['length'])return null;const _0x4e46b9=_0x3d5dfa['map'](_0x16f36e=>({'id':_0x16f36e['id'],'type':'context','label':_0x16f36e['name']||_0x16f36e['id']}));return{'id':'ck-ai-context-library','label':Es(this['context']['locale'],'AI_CHAT_CONTEXT_LIBRARY_LABEL'),'useDefaultFiltering':!0x0,'getResources':()=>Promise['resolve'](_0x4e46b9)};}_removeFromContext(_0x540cfc){this['activeConversation']?.['removeFromContext'](_0x540cfc);}_toggleWebSearch(){this['activeConversation']?.['toggleWebSearch']();}_toggleReasoning(){this['activeConversation']?.['toggleReasoning']();}getInteractionAndReplyById(_0x3f4b87){const [_0x56a6b3,_0x501ebe]=_0x3f4b87['split'](':'),_0x26d621=this['activeConversation']['getInteraction'](_0x56a6b3);return{'interaction':_0x26d621,'reply':_0x26d621['getReply'](_0x501ebe)};}_scrollToSuggestionRange(_0x22b644,_0x279b03=!0x1,_0x34994a){const _0x4ce015={'target':_0x34994a['editing']['view']['domConverter']['viewRangeToDom'](_0x34994a['editing']['mapper']['toViewRange'](_0x22b644)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x279b03};_0x279b03&&(_0x4ce015['alignToTop']=!0x0),Ot(_0x4ce015);}_updateConversationTitle(_0x2e5dd5,_0x4a5f97=!0x1){this['_aiChatUi']['setConversationTitle'](_0x2e5dd5||Es(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x4a5f97);}_addFeedItemReply(_0x4b8110){'text'===_0x4b8110['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x4b8110):this['_aiChatUi']['addFeedItemAISuggestion'](_0x4b8110);}async _updateReplyContent({reply:_0x17b38b,renderingStrategy:_0x4bf0fa}){const {id:_0x50fd02,interactionId:_0x44ee8d,isDone:_0x486323,type:_0x42242d,parsedContent:_0x13a8ef}=_0x17b38b,_0x8ce4a5=_0x44ee8d+':'+_0x50fd02;if('modification'===_0x42242d){const _0x50a9d6=_0x17b38b['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x8ce4a5,'parts':_0x50a9d6,'isDone':_0x486323,'skipLoadingEffects':_0x17b38b['isFromHistory']}),this['_aiChatUi']['hasFeedItem'](_0x17b38b['id'])&&this['_aiChatUi']['setSuggestionGating'](_0x17b38b['id'],this['_computeSuggestionGating'](_0x17b38b));}else'text'===_0x42242d&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x8ce4a5,'parsedContent':_0x13a8ef['get']('text'),'renderingStrategy':_0x4bf0fa,'isDone':_0x486323});_0x486323&&_0x17b38b['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x8ce4a5,_0x17b38b['sources']);}_updateReplyContentThrottled=_0xe640af(this['_updateReplyContent']['bind'](this),0xc8);_stopLastInteraction(){this['activeConversation']?.['stopProcessing'](),this['_aiChatUi']['stopInteraction'](this['activeConversation']?.['lastInteraction']),this['_updateReplyContentThrottled']['cancel']();}async _flushLastInteractionUI(){const _0xc6a479=this['activeConversation']?.['lastInteraction'];if(_0xc6a479){for await(const _0x17f238 of _0xc6a479['replies'])this['_aiChatUi']['hasFeedItem'](_0x17f238['id'])||this['_addFeedItemReply'](_0x17f238),await this['_updateReplyContent']({'reply':_0x17f238,'renderingStrategy':'static'});}}async['_cancelProcessing'](){this['_stopLastInteraction'](),await this['_flushLastInteractionUI'](),this['removeSelectionFromChatContext']();}_updateRatings(_0x18f18f){const _0x37cdc6={'positiveCount':_0x18f18f['changeGroups']['filter'](_0x331ea9=>'accepted'===_0x331ea9['state'])['length'],'totalCount':_0x18f18f['changeGroups']['length'],'modificationId':_0x18f18f['id']},_0x28da6e=this['activeConversation']['getInteraction'](_0x18f18f['interactionId'])['messageId'];_0x28da6e&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x28da6e,_0x37cdc6);}_getAIChatFeedAPI(_0x186d4f){const _0x6bfae5=this['_aiChatUi'],_0x5e5940=()=>{_0x186d4f['resetWebSearchState'](),_0x186d4f['resetReasoningState'](),_0x6bfae5['clearLoadingMessage']();},_0x25ac3d=()=>{_0x186d4f['currentReply']&&(_0x186d4f['currentReply']['done'](),_0x186d4f['currentReply']=void 0x0);};return{'insertTextReply':(_0x377ed0,_0xc3edde)=>{_0x25ac3d(),_0x5e5940();const _0x3f2e38=_0x186d4f['currentReply']=_0x186d4f['createReply']({'type':'text','interactionId':_0x186d4f['id'],'id':_0xc3edde||kt(),'channelsToEditors':this['_channelsToEditors']});return _0x3f2e38['appendContent'](_0x377ed0),_0x25ac3d(),_0x3f2e38;},'insertCustomElement':async(_0x465eac,_0x3ccc80)=>(_0x25ac3d(),_0x5e5940(),_0x6bfae5['addFeedItemCustomElement'](_0x465eac,_0x3ccc80||kt())),'setLoadingMessage':_0x1d79c2=>{_0x6bfae5['setLoadingMessage'](_0x1d79c2);},'clearLoadingMessage':()=>{_0x6bfae5['clearLoadingMessage']();}};}_checkRemoveCurrentDocumentFromChatContext(){bs(this['context'])['find'](_0x520c36=>'destroyed'!==_0x520c36['state'])||(this['activeConversation']?.['removeFromContext']('current-document'),this['activeConversation']?.['toggleAddCurrentDocumentOptionVisibility'](!0x1));}};const ir=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],sr=[...ir,'startConversation','sendUserMessage','promptInputPaste','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];function nr(_0x4a86c6){const _0x5dc554=new AbortController();return{'promise':new Promise((_0x288f31,_0x227631)=>{const _0x28452d=setTimeout(_0x288f31,_0x4a86c6);_0x5dc554['signal']['addEventListener']('abort',()=>{clearTimeout(_0x28452d),_0x227631();});}),'abortController':_0x5dc554};}var rr=class{options;isStreaming=!0x1;document=null;nodesList=[];currentIndex=0x0;timeoutAbortController=null;lastUpdateTime=0x0;constructor(_0x5281d7){this['options']={'delay':_0x5281d7?.['delay']??0xa,'textNodeStyle':_0x5281d7?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async stream({document:_0x55a42e,targetElement:_0x1c93ec,abortSignal:_0x46148a}){this['isStreaming']&&this['stop'](),_0x46148a?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x538a60(_0x55a42e,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x309bdf=0x0;_0x309bdf<this['currentIndex'];_0x309bdf++)this['nodesList'][_0x309bdf]['shouldBeStreamed']=!0x0;do{const _0x34a175=Date['now'](),_0x1e88a2=this['nodesList'][this['currentIndex']],_0x51527e=_0x34a175-this['lastUpdateTime'];if(_0x1e88a2){_0x1e88a2['shouldBeStreamed']=!0x0;let _0x344e23=_0x1e88a2['parent'];for(;_0x344e23;)_0x344e23['shouldBeStreamed']=!0x0,_0x344e23=_0x344e23['parent'];}if(_0x51527e<this['options']['delay'])try{const {promise:_0x36a4fa,abortController:_0x18e6f3}=nr(this['options']['delay']-_0x51527e);this['timeoutAbortController']=_0x18e6f3,await _0x36a4fa;}catch(_0x22a738){return;}_0x5a6357(_0x1c93ec,'<'+_0x1c93ec['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x1c93ec['tagName']+'>',{'childrenOnly':!0x0}),this['currentIndex']++,this['lastUpdateTime']=Date['now']();}while(this['currentIndex']<this['nodesList']['length']);this['currentIndex']=this['nodesList']['length'],this['isStreaming']=!0x1;}reset(){this['isStreaming']=!0x1,this['document']=null,this['nodesList']=[],this['currentIndex']=0x0,this['timeoutAbortController']=null;}cleanUpAnimations({targetElement:_0x34c4cd}){Array['from'](_0x34c4cd['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x316495=>{_0x316495['replaceWith'](_0x316495['childNodes'][0x0]);});}stop(){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x37d09e){let _0x2b227f='';if(function(_0x17b125){return _0x5b65c1(_0x17b125);}(_0x37d09e)){for(const _0x17404a of _0x37d09e['children'])_0x2b227f+=this['renderNode'](_0x17404a);}else{if(hr(_0x37d09e)){if(!_0x37d09e['shouldBeStreamed'])return'';const _0x504066=_0x37d09e,_0xb2520=Object['entries'](_0x504066['attribs'])['map'](([_0x1a7d6b,_0x59bb73])=>_0x1a7d6b+'=\x22'+_0x59bb73+'\x22')['join']('\x20');_0x2b227f+='<'+_0x504066['tagName']+(_0xb2520?'\x20'+_0xb2520:'')+'>';for(const _0x52deae of _0x346c46(_0x504066))_0x2b227f+=this['renderNode'](_0x52deae);_0x2b227f+='</'+_0x504066['tagName']+'>';}else{if(!ar(_0x37d09e))return'';if(!_0x37d09e['shouldBeStreamed'])return'';!function(_0x13a363){return!(!_0x13a363['parent']||!hr(_0x13a363['parent']))&&(!!or['includes'](_0x13a363['parent']['tagName'])&&!_0x4dee2d(_0x13a363)['match'](/^\s*[<>]\s*$/));}(_0x37d09e)?_0x2b227f+=_0xa920ee(_0x37d09e):_0x2b227f+=_0xa920ee(new _0x122249('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x37d09e]));}}return _0x2b227f;}getParsedDocumentNodeList(){const _0x1e9af7=[];return function(_0x449b9b,_0x37811d){const _0x51d113=_0x13a975=>{if(_0x37811d(_0x13a975),_0x13a975 instanceof _0x370d1e)for(let _0x53f68b=0x0;_0x53f68b<_0x13a975['children']['length'];_0x53f68b++){const _0x1c495b=_0x13a975['children'][_0x53f68b];_0x51d113(_0x1c495b);}};for(let _0x40ae5b=0x0;_0x40ae5b<_0x449b9b['children']['length'];_0x40ae5b++)_0x51d113(_0x449b9b['children'][_0x40ae5b]);}(this['document'],_0xf2c633=>{if(ar(_0xf2c633)){const _0x121c48=this['splitTextNodeIntoWordNodes'](_0xf2c633);_0x121c48['length']&&_0x1e9af7['push'](..._0x121c48);}_0xf2c633['isWordSplitSource']||_0xf2c633['isWordSplitResult']||_0x1e9af7['push'](_0xf2c633);}),_0x1e9af7;}splitTextNodeIntoWordNodes(_0xa1a27b){if(_0xa1a27b['isWordSplitSource']||_0xa1a27b['isWordSplitResult'])return[];const _0x3610d5=_0x4dee2d(_0xa1a27b)['match'](/(?:\s*\S+\s*)/g),_0x2270e5=[];if(_0x3610d5&&_0x3610d5['length']>0x1){for(const _0x36560a of _0x3610d5){const _0x59a052=new _0x36754e(_0x36560a);_0x59a052['isWordSplitResult']=!0x0,ti(_0xa1a27b,_0x59a052),_0x2270e5['push'](_0x59a052);}_0xa1a27b['isWordSplitSource']=!0x0,_0x5c7bf0(_0xa1a27b);}return _0x2270e5;}};const or=['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(_0x4889c8){return _0x4d4881(_0x4889c8);}function hr(_0x533629){return _0x40b07f(_0x533629);}function cr(_0x398007,_0x117d7d){_0x398007['cleanUpAnimations']({'targetElement':_0x117d7d}),_0x117d7d['querySelectorAll']('[data-id]')['forEach'](_0xc54332=>{_0xc54332['removeAttribute']('data-id');});}var lr=class extends _0x414492{options;content='';htmlStreamer;['children'];constructor(_0x45c936){super();const _0x1e403d=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new rr(),this['options']=_0x45c936,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x1e403d['if']('isDone','ck-ai-chat__feed__item_done'),_0x1e403d['if']('isVisible','ck-hidden',_0x1d9054=>!_0x1d9054),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){cr(this['htmlStreamer'],this['element']),this['isDone']=!0x0;}async streamIntoElement(_0x3c1ba7,_0x506ee8,_0x11d127){await this['htmlStreamer']['stream']({'document':_0x3c1ba7,'targetElement':_0x506ee8,'abortSignal':_0x11d127});}},ur=class extends _0x414492{['showChangesToggleView'];constructor(_0x738c6a,_0x1e10f6){super(_0x738c6a),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new dr(_0x738c6a),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+Dn,'label':Es(_0x738c6a,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x1e10f6['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x39c716=>_0x39c716?it:et),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x14eb9a=new $t();_0x14eb9a['content']=_0x1e6b58,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x1e10f6['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x14eb9a,{'tag':'span','children':[Es(_0x738c6a,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}},dr=class extends Mt{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}};const _r={'accepted':_0x32ea05,'rejected':_0x40a4cb,'outdated':_0x3dfa46};var gr=class extends _0x414492{statePillView;constructor(_0xc7cc1d){super(_0xc7cc1d);const _0x52dfb8=this['bindTemplate'];this['set']('state','accepted'),this['set']('outdatedReason',void 0x0),this['set']('isVisible',!0x0),this['statePillView']=new _0x5b4e2e(_0xc7cc1d),this['statePillView']['bind']('label')['to'](this,'state',_0x4c7cc6=>function(_0x316dca,_0x48c3f1){return Es(_0x316dca,'AI_SUGGESTION_CONTENT_PART_STATE_'+_0x48c3f1['toUpperCase']());}(_0xc7cc1d,_0x4c7cc6)),this['statePillView']['bind']('icon')['to'](this,'state',_0xa9c3ac=>_r[_0xa9c3ac]),this['statePillView']['bind']('class')['to'](this,'state',_0x3a3038=>'ck-pill_'+_0x3a3038),this['statePillView']['bind']('tooltip')['to'](this,'state',this,'outdatedReason',(_0x3e27e8,_0x297ab4)=>function(_0x392e19,_0x251f47,_0x488478){if('outdated'!==_0x251f47)return;return Es(_0x392e19,_0x488478?Ar[_0x488478]:'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_TOOLTIP');}(_0xc7cc1d,_0x3e27e8,_0x297ab4)),this['statePillView']['tooltipPosition']='s',this['statePillView']['tooltipClass']='ck-tooltip_multi-line',this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x52dfb8['if']('isVisible','ck-hidden',_0x2cbee9=>!_0x2cbee9)]},'children':[this['statePillView']]});}setState(_0x5ebb06,_0x54d8c0){this['state']=_0x5ebb06,this['outdatedReason']='outdated'===_0x5ebb06?_0x54d8c0:void 0x0;}};const Ar={'content-removed':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_CONTENT_REMOVED_TOOLTIP','editor-removed':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_EDITOR_REMOVED_TOOLTIP','session-changed':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED_SESSION_CHANGED_TOOLTIP'};var Ir=class extends _0x258303{_applyButton;_suggestButton;constructor(_0x40e2f4,_0x47ea8d,_0x2c10cc){super(_0x40e2f4);const _0x200aab=Boolean(_0x2c10cc);this['set']('isEnabled',!_0x200aab),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['set']('isTargetReadOnly',!0x1),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x4cac52=[];if(!_0x200aab){_0x47ea8d['includes']('applySuggestion')&&(this['_applyButton']=new Mt(_0x40e2f4),this['_applyButton']['set']({'label':Es(_0x40e2f4,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x57df96}),this['_applyButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isTargetReadOnly',(_0x2b6d0a,_0x26627d)=>_0x2b6d0a&&!_0x26627d),this['_applyButton']['bind']('isVisible')['to'](this,'isTrackChangesOn',_0x46b8b3=>!_0x46b8b3),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x4cac52['push'](this['_applyButton'])),_0x47ea8d['includes']('insertSuggestion')&&(this['_suggestButton']=new Mt(_0x40e2f4),this['_suggestButton']['set']({'label':Es(_0x40e2f4,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x2b88d0}),this['_suggestButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isTargetReadOnly',(_0x924633,_0x2d27d8)=>_0x924633&&!_0x2d27d8),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x4cac52['push'](this['_suggestButton']));const _0x29136b=new Mt(_0x40e2f4);_0x29136b['set']({'label':Es(_0x40e2f4,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3edf99}),_0x29136b['bind']('isEnabled')['to'](this),_0x29136b['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x4cac52['push'](_0x29136b);}this['items']['addMany'](_0x4cac52);const _0x2f41f2=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x2f41f2['if']('isVisible','ck-hidden',_0xd1aca8=>!_0xd1aca8)]}});}setButtonsVisibility({showApplyButton:_0x3d0913,showSuggestButton:_0x43e033}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x3d0913),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x43e033);}},pr=class extends _0x414492{toolbarView;stateView;titleLabelView;['children'];constructor(_0x30141e,{part:_0x258a24,uiIndex:_0x1ce497,availableActions:_0x3dda23,areActionsDisabled:_0x5030cf}){super(_0x30141e),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['set']('isTrackChangesOn',!0x1),this['set']('isTargetReadOnly',!0x1),this['toolbarView']=new Ir(_0x30141e,_0x3dda23,_0x5030cf),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x258a24['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x258a24['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x258a24['index']});}),this['toolbarView']['bind']('isEnabled','isTrackChangesOn','isTargetReadOnly')['to'](this),this['stateView']=new gr(_0x30141e),this['titleLabelView']=new Er(_0x30141e,_0x1ce497),this['children']=this['createCollection'](),this['children']['addMany']([this['titleLabelView'],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',(_0x335438,_0x4db0d4,_0x3a0005,_0xa53550)=>{'pending'===_0xa53550?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x3a0005?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x3a0005,this['outdatedReason']),this['children']['add'](this['stateView']));});}},Er=class extends _0x414492{constructor(_0x255e06,_0x30b3ae){super(_0x255e06),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[Es(_0x255e06,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x30b3ae['toString']())]});}},mr=class extends _0x414492{htmlStreamer;constructor(_0x29f76b){super(_0x29f76b),this['htmlStreamer']=new rr(),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async update({part:_0x109809,renderingStrategy:_0x7c4b5a,abortSignal:_0x5b88d1}){this['_ensureHostElementTag'](_0x109809['wrapperTag']||'div');const _0x5edef4=_0x538a60(_0x109809['content'],!0x0);for(const _0x7f151f of ys(_0x5edef4))_0x5c7bf0(_0x7f151f);'streaming'===_0x7c4b5a?await this['htmlStreamer']['stream']({'document':_0x5edef4,'targetElement':this['element'],'abortSignal':_0x5b88d1}):_0x5a6357(this['element'],'<'+this['element']['tagName']+'>'+Os(_0x5edef4)+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='',this['element']['scrollTop']=0x0;}cleanUpStreamingArtifacts(){cr(this['htmlStreamer'],this['element']);}_ensureHostElementTag(_0x1311d8){if(!this['element']||this['element']['tagName']['toLowerCase']()===_0x1311d8)return;const _0x356e34=new _0x262be9({'tag':_0x1311d8,'attributes':{'class':this['element']['className']}})['render']();this['element']['replaceWith'](_0x356e34),this['element']=_0x356e34;}},Tr=class extends _0x414492{['_children'];['_headerView'];_streamableContentView;constructor(_0x2afdbb,{part:_0x4743e6,uiIndex:_0x1c4585,areActionsDisabled:_0x57e90b,availableActions:_0x2020c2}){super(_0x2afdbb);const _0x238e8f=this['bindTemplate'];this['set']('state',_0x4743e6['state']),this['set']('outdatedReason',_0x4743e6['outdatedReason']),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('isTargetReadOnly',!0x1);const _0x578e73=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x57e90b;};this['on']('change:state',_0x578e73),this['on']('change:isDone',_0x578e73),_0x578e73(),this['_children']=this['createCollection'](),this['_headerView']=new pr(_0x2afdbb,{'part':_0x4743e6,'uiIndex':_0x1c4585,'availableActions':_0x2020c2,'areActionsDisabled':_0x57e90b}),this['_headerView']['bind']('isEnabled','outdatedReason','state','isTrackChangesOn','isTargetReadOnly')['to'](this),this['_headerView']['delegate'](...ir)['to'](this),this['_streamableContentView']=new mr(_0x2afdbb),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x238e8f['to']('state',_0x411f58=>'ck-ai-suggestion__body__content-part_'+_0x411f58),_0x238e8f['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x238e8f['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x238e8f['if']('isVisible','ck-hidden',_0x552948=>!_0x552948)]},'children':this['_children'],'on':{'mouseenter':_0x238e8f['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x4743e6['index']});}),'mouseleave':_0x238e8f['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x4743e6['index']});}),'click':_0x238e8f['to'](_0x2ff2c9=>{const _0x25a489=_0x2ff2c9['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x25a489)&&this['fire']('showChangeInText',{'index':_0x4743e6['index']});})}});}async updateContent({part:_0x2b1d5b,showUnchangedParts:_0x3aa939=!0x1,abortSignal:_0x4755c5}){this['partDefinition']=_0x2b1d5b,this['isVisible']=this['partDefinition']['hasChanges']||_0x3aa939,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x2b1d5b,'renderingStrategy':'static','abortSignal':_0x4755c5});}['markAsDone'](){this['isDone']=!0x0;}},wr=class extends _0x414492{constructor(_0x11b1e5,_0xf72fc5){super(_0x11b1e5),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x480e4a=>!_0x480e4a)]},'children':this['_createSkeletonItems'](_0xf72fc5)});}_createSkeletonItems(_0x18fbb8){const _0x552ec9=['ck','ck-ai-skeleton__item'];return _0x18fbb8['map'](_0x507ff0=>{let _0x360b1f='';switch(_0x507ff0['attributes']['align']){case'right':_0x360b1f='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x360b1f='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x360b1f='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x507ff0['tag'],'attributes':{'class':[..._0x552ec9,_0x507ff0['attributes']['class']?_0x507ff0['attributes']['class']:''],'style':'width:\x20'+_0x507ff0['attributes']['width']+';\x20height:\x20'+_0x507ff0['attributes']['height']+';'+_0x360b1f}};});}};const Cr={'aiSuggestionBody':[{'tag':'div','attributes':{'width':'50%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'85%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'75%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}}],'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':fr(0x5,'100%','44px','right'),'aiChatResources':fr(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 fr(_0x1d7b08,_0xb9631b,_0x429bb8,_0x329f5e){return new Array(_0x1d7b08)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0xb9631b,'height':_0x429bb8,'align':_0x329f5e}}));}const br=/* #__PURE__ -- @preserve */
|
|
33
|
+
dt();var Sr=class extends br{['queue']=[];['isProcessing']=!0x1;_abortController;async['enqueue'](_0x98557){const _0x18eaf1=this['createTask'](_0x98557);return this['queue']['push'](_0x18eaf1),this['_processQueue'](),_0x18eaf1['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(_0x4816d5=>{this['once']('_queueEmpty',()=>{_0x4816d5();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x20ce06=this['queue']['shift']();try{await _0x20ce06['callback'](this['_abortController']['signal']),_0x20ce06['resolve']();}catch(_0x550334){_0x20ce06['reject'](_0x550334);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}createTask(_0x56f7a0){let _0x253722,_0x4f09b0;const _0x27e57f=new Promise((_0x468a4f,_0x1e918b)=>{_0x253722=_0x468a4f,_0x4f09b0=_0x1e918b;});return{'callback':_0x56f7a0,'resolve':_0x253722,'reject':_0x4f09b0,'completePromise':_0x27e57f};}},Rr=class extends lr{constructor(_0x5164a8){super(_0x5164a8),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x5164a8['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}setContent(_0x585e20){this['element']['innerHTML']=_0x585e20;}};const Or=['applySuggestion','insertSuggestion'];var vr=class extends _0x414492{_applyChangesButton;_insertSuggestionsButton;['children'];constructor(_0x52a8fc,_0x5ecad5=[...Or],_0x1967eb){super(_0x52a8fc);const _0xa0947a=this['bindTemplate'],_0x14d468=Boolean(_0x1967eb);this['set']('isEnabled',!_0x14d468),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x14d468||(this['_applyChangesButton']=new Mt(_0x52a8fc),this['_applyChangesButton']['set']({'label':Es(_0x52a8fc,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x5ecad5['includes']('applySuggestion'),'class':Ln}),this['_insertSuggestionsButton']=new Mt(_0x52a8fc),this['_insertSuggestionsButton']['set']({'label':Es(_0x52a8fc,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x5ecad5['includes']('insertSuggestion'),'class':Pn}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x296508=>{_0x296508['bind']('isEnabled')['to'](this);}),this['children']['addMany']([this['_applyChangesButton'],this['_insertSuggestionsButton']])),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0xa0947a['if']('isVisible','ck-hidden',_0x519e44=>!_0x519e44)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}updateVisibility(_0x5175d8){this['isVisible']=_0x5175d8;}_switchButtonLabelsPlurality(_0x4fda76){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x4fda76?(this['_applyChangesButton']['label']=Es(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=Es(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=Es(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=Es(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}},kr=class extends _0x414492{['children'];['balloonPanelView'];bodyCollection;constructor(_0x10503e,_0x4e97ae){super(_0x10503e),this['bodyCollection']=_0x4e97ae,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',_0x50715e=>!_0x50715e)]},'children':this['children']});const _0x12461a=new _0x414492(this['locale']),_0x33e863=new $t();_0x33e863['content']=ht,_0x12461a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x33e863,{'tag':'span','children':[{'text':Es(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x12461a),this['_setupBalloonPanel'](_0x10503e);}['addSource'](_0x672225){this['children']['add'](new yr(this['locale'],_0x672225,this['balloonPanelView']));}_setupBalloonPanel(_0x51c62d){this['balloonPanelView']=new xt(_0x51c62d),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}},yr=class extends Mt{['balloonPanelView'];['source'];constructor(_0x4ca2a,_0x20a835,_0x4cc028){super(_0x4ca2a),this['source']=_0x20a835,this['balloonPanelView']=_0x4cc028,this['set']({'label':_0x20a835['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0xf1c37d=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0xf1c37d['to'](()=>{window['open'](_0x20a835['url'],'_blank');}),'mouseenter':_0xf1c37d['to'](()=>{this['_showTooltip']();}),'mouseleave':_0xf1c37d['to'](()=>{this['_hideTooltip']();})}}),_0x20a835['favicon']){const _0x2c2faa=new _0x414492(_0x4ca2a);_0x2c2faa['setTemplate']({'tag':'img','attributes':{'src':_0x20a835['favicon']||ht,'alt':_0x20a835['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x2c2faa);}else this['set']('icon',ht);}_createTooltipContentView(_0x2157d7,_0x2ea1da){const _0x49c9b4=new _0x414492(_0x2157d7),_0x4ce37c=[];let _0x3a7280;_0x2ea1da?.['favicon']?(_0x3a7280=new _0x414492(_0x2157d7),_0x3a7280['setTemplate']({'tag':'img','attributes':{'src':_0x2ea1da['favicon'],'alt':_0x2ea1da['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x3a7280=new $t(),_0x3a7280['content']=ht,_0x3a7280['extendTemplate']({'attributes':{'alt':_0x2ea1da['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x4ce37c['push'](_0x3a7280);const _0x2286d6=new _0x414492(_0x2157d7);_0x2286d6['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x2ea1da['url']},'children':[{'text':new URL(_0x2ea1da['url'])?.['hostname']}]}),_0x4ce37c['push'](_0x2286d6);const _0x14f11b=new _0x414492(_0x2157d7);_0x14f11b['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x4ce37c});const _0x1172be=new _0x414492(_0x2157d7);return _0x1172be['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x2ea1da['title']['length']>0x190?_0x2ea1da['title']['substring'](0x0,0x190)+'...':_0x2ea1da['title']}]}),_0x49c9b4['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x14f11b,_0x1172be]}),_0x49c9b4;}_showTooltip(){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[xt['defaultPositions']['northArrowSouth'],xt['defaultPositions']['northArrowSouthWest'],xt['defaultPositions']['northArrowSouthEast']],'limiter':document['querySelector']('.ck-ai-chat')}),this['balloonPanelView']['show']();}_hideTooltip(){this['balloonPanelView']['hide']();}_updateTooltipContent(){this['balloonPanelView']['content']['get'](0x0)?.['destroy'](),this['balloonPanelView']['content']['clear']();const _0xb0a35e=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0xb0a35e);}},Nr=class extends _0x414492{_actionsView;['_readOnlyByIndex']=new Map();['_sourcesView'];['_children'];_skeletonView;_showSkeletonDebounced=_0x1bbda5(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);_skeletonShownAt=null;_areActionsDisabled;_showUnchangedParts;_updateContentPartsPromiseQueue;_emptyPartsWarningView;_availableActions;_cachedContentParts=[];constructor(_0x339dcf,_0xf4b732){super(_0x339dcf);const {areActionsDisabled:_0x42d1d8,showUnchangedParts:_0x1a7845,availableActions:_0x197954}=_0xf4b732;this['_areActionsDisabled']=_0x42d1d8,this['_showUnchangedParts']=_0x1a7845,this['_availableActions']=_0x197954,this['set']('isTrackChangesOn',!0x1),this['set']('isAcceptAllEnabled',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new wr(_0x339dcf,Cr['aiSuggestionBody']),this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now'](),this['_children']['add'](this['_skeletonView']),this['_updateContentPartsPromiseQueue']=new Sr(),this['_emptyPartsWarningView']=new Rr({'id':'empty-parts-warning','initialContent':Es(_0x339dcf,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new vr(_0x339dcf,_0xf4b732['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new kr(this['locale'],_0xf4b732['bodyCollection']),_0xf4b732['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'isAcceptAllEnabled'),this['_actionsView']['delegate'](...ir)['to'](this),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'],this['_actionsView'],this['_sourcesView']]});}destroy(){this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),super['destroy']();}get partsCount(){return this['_contentPartViews']['length'];}get _contentPartViews(){return Array['from'](this['_children'])['filter'](_0x47bc89=>_0x47bc89 instanceof Tr);}async updateContentParts({parts:_0x1166b8,abortSignal:_0x4a2721,skipLoadingEffects:_0x2a905f}){this['_cachedContentParts']['length']?_0x1166b8['forEach'](_0xff676a=>{const _0xbe496=this['_cachedContentParts']['findIndex'](_0x1f5232=>_0x1f5232['index']==_0xff676a['index']);-0x1===_0xbe496?this['_cachedContentParts']['push'](_0xff676a):this['_cachedContentParts'][_0xbe496]=_0xff676a;}):this['_cachedContentParts']=_0x1166b8;const _0x2a3f4f=this['_showUnchangedParts']?_0x1166b8:_0x1166b8['filter'](_0x4f7b45=>_0x4f7b45['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x2a3f4f['length']>0x1),_0x2a905f&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0x21ed00 of _0x1166b8)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x28a07d=>{let _0x1b721f=this['getPartView'](_0x21ed00['index']);if(_0x1b721f||_0x21ed00['hasChanges']||this['_showUnchangedParts']){if(!_0x1b721f){if(_0x1b721f=new Tr(this['locale'],{'part':_0x21ed00,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x1b721f['delegate'](...ir)['to'](this),_0x1b721f['bind']('isTrackChangesOn')['to'](this),!_0x2a905f&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x28a07d),_0x28a07d['aborted']))return;_0x1b721f['isTargetReadOnly']=this['_readOnlyByIndex']['get'](_0x21ed00['index'])??!0x1,this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x1b721f,this['_children']['length']-0x1),_0x2a905f||this['_showSkeletonDebounced']();}await _0x1b721f['updateContent']({'part':_0x21ed00,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x28a07d}),_0x1b721f['markAsDone']();}});return _0x4a2721?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}updatePartState(_0x562df8,_0x409113,_0x548f65){const _0x3dbf90=this['getPartView'](_0x562df8);_0x3dbf90&&(_0x3dbf90['outdatedReason']=_0x548f65,_0x3dbf90['state']=_0x409113);}setGating({readOnlyByIndex:_0x12ac04,isAcceptAllEnabled:_0x38aa33}){this['_readOnlyByIndex']=_0x12ac04,this['isAcceptAllEnabled']=_0x38aa33;for(const _0x35f81b of this['_contentPartViews'])_0x35f81b['isTargetReadOnly']=_0x12ac04['get'](_0x35f81b['partDefinition']['index'])??!0x1;}setPartActive(_0x4b196c,_0x4d3c9d){if(!0x1===_0x4b196c){for(const _0x506c6d of this['_contentPartViews'])_0x506c6d['isActive']=!0x1;}else{const _0x1c4754=this['getPartView'](_0x4b196c);_0x1c4754&&(_0x1c4754['isActive']=_0x4d3c9d);}}updateSources(_0x18b70e){_0x18b70e['forEach'](_0x1ae452=>this['_sourcesView']['addSource'](_0x1ae452)),this['_sourcesView']['isVisible']=!0x0;}getPartView(_0x279ab5){return this['_contentPartViews']['find'](_0x4d0777=>_0x4d0777['partDefinition']['index']==_0x279ab5)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x5c1c2f=!this['_cachedContentParts']['find'](({hasChanges:_0x4dcb91})=>_0x4dcb91),_0xe3d177=!!this['_cachedContentParts']['find'](({hasChanges:_0xa9c1f2})=>!_0xa9c1f2);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0xe3d177,_0x5c1c2f?this['_emptyPartsWarningView']['setContent'](Es(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](Es(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_contentPartViews']['forEach'](_0x40104c=>_0x40104c['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']&&!this['_areActionsDisabled']);}async _awaitMinimumSkeletonDisplayTime(_0x42fec9){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x242cf8=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x242cf8>0x0){const {promise:_0x27ceac,abortController:_0x4a57cd}=nr(_0x242cf8);_0x42fec9?.['addEventListener']('abort',()=>_0x4a57cd['abort']()),await _0x27ceac['catch'](()=>{});}}get hasNonEmptyParts(){return this['_contentPartViews']['filter'](_0x22486d=>_0x22486d['partDefinition']['hasChanges'])['length']>0x0;}},xr=class extends _0x414492{['bodyView'];['children'];['headerView'];constructor(_0x4d7549,_0x330f40,_0x5131e1){super(_0x4d7549);const {showDiff:_0x3113da,areActionsDisabled:_0x522592,showUnchangedParts:_0x1cdf4f,availableActions:_0x129e88}=_0x330f40;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new ur(_0x4d7549,{'showDiff':_0x3113da}),this['headerView']['on']('toggleShowChanges',(_0x377e77,_0x3ede05)=>{this['areChangesVisible']=_0x3ede05['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x3ede05['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new Nr(_0x4d7549,{'areActionsDisabled':_0x522592,'showUnchangedParts':!!_0x1cdf4f,'availableActions':_0x129e88,'bodyCollection':_0x5131e1}),this['bodyView']['delegate'](...ir)['to'](this),this['bodyView']['bind']('isTrackChangesOn')['to'](this),this['children']['add'](this['bodyView']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async updateContent(_0x97a26b){await this['bodyView']['updateContentParts'](_0x97a26b);}updateSources(_0x352cb4){this['bodyView']['updateSources'](_0x352cb4);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}},Lr=class extends lr{containerView;constructor(_0x170856,_0x1b5ff1,_0xd617be){super(_0x1b5ff1),this['set']('isTrackChangesOn',!0x1),this['containerView']=new xr(_0x170856,{'showDiff':_0x1b5ff1['showDiff'],'areActionsDisabled':_0x1b5ff1['areActionsDisabled'],'availableActions':_0x1b5ff1['availableActions']},_0xd617be),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x2d6c68,_0x38b445)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x38b445['showDiff']});}),this['containerView']['bind']('isTrackChangesOn')['to'](this),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',(_0xd492d7,{index:_0x1335e2})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x1335e2});}),this['containerView']['on']('applySuggestion',(_0x3431ec,{index:_0x460da8}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x460da8});}),this['containerView']['on']('insertSuggestion',(_0x1774fd,{index:_0x46b265}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x46b265});}),this['containerView']['on']('rejectSuggestion',(_0x277921,{index:_0x5ebe82})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x5ebe82});}),this['containerView']['on']('mouseOverSuggestion',(_0x4a9e86,{index:_0x2d389e})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2d389e});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x4536b9,{index:_0x529222})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x529222});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async updateContent(_0x5512fc){await this['containerView']['updateContent'](_0x5512fc);}updatePartState(_0x39bd9d,_0x3f325b,_0x289b26){this['containerView']['bodyView']['updatePartState'](_0x39bd9d,_0x3f325b,_0x289b26);}setPartActive(_0x70f8a,_0x4f6294){!0x1===_0x70f8a?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x70f8a,_0x4f6294);}updateSources(_0x55b8da){this['containerView']['updateSources'](_0x55b8da);}getPartView(_0x11e33b){return this['containerView']['bodyView']['getPartView'](_0x11e33b);}setGating(_0x4a0145){this['containerView']['bodyView']['setGating'](_0x4a0145);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}},Pr=class extends lr{replyContainer;_bodyCollection;constructor(_0x17e31e,_0x55a3da,_0x56f908){super(_0x55a3da),this['_bodyCollection']=_0x56f908,this['locale']=_0x17e31e,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x414492(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container','ck-ai-chat-content']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':Rs(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async updateContent({parsedContent:_0x38b264,renderingStrategy:_0x8c2dc1,abortSignal:_0x7d0e}){'streaming'===_0x8c2dc1?await this['streamIntoElement'](_0x38b264,this['replyContainer']['element'],_0x7d0e):this['replyContainer']['element']['innerHTML']=_0xa920ee(_0x38b264);}updateSources(_0x223412){const _0x22248d=new kr(this['locale'],this['_bodyCollection']);_0x22248d['children']['addMany'](_0x223412['map'](_0x43a629=>new yr(this['locale'],_0x43a629,_0x22248d['balloonPanelView']))),_0x22248d['isVisible']=!0x0,this['children']['add'](_0x22248d);}},Dr=class extends _0x430739{constructor(_0x49b825=void 0x0){super();const _0x3e152e=_0x49b825?'ck-ai-spinner_'+_0x49b825:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x3e152e]}});}};const Hr={'file':_0x7cedc0,'image':_0x414e6e,'document':_0x1e6b58,'web-resource':_0x5943de,'text':_0x7cedc0,'selection':tt,'mcp-tool-context':_0x1e6b58,'context':_0x1e6b58},Mr='ck-ai-chat-context-chip',Ur='ck-ai-chat-context-chip_wide',Vr='ck-ai-chat-context-chip_document',Br='ck-ai-chat-context-chip__label',Gr='ck-ai-chat-context-chip__type-icon',Fr='ck-ai-chat-context-controls__chip-tooltip',Kr='n';var Wr=class extends Mt{constructor(_0x25f684,_0x3453a6,_0x2e6275,_0xaf7cdc,_0x117139=!0x1){super(_0x25f684),this['_isAnimationOnEnterEnabled']=_0xaf7cdc,this['_initializeProperties'](_0x3453a6,_0x2e6275,_0x117139),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(_0x207dec,_0x53009b,_0x368087){this['set']('label',_0x207dec['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x207dec['type']),this['set']('id',_0x207dec['uiId']),this['set']('readonly',_0x53009b),this['set']('isLoading',_0x368087);}_setupTemplate(){const _0x35abec=this['_createIconView'](),_0x46b775=this['_createRemoveButton'](),_0x1c211b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x1c211b),'children':this['_createTemplateChildren'](_0x35abec,_0x46b775,_0x1c211b)});}_createTemplateAttributes(_0x1c0620){return{'class':[Mr,_0x1c0620['if']('itemType',Vr,_0x5633ac=>'document'==_0x5633ac),_0x1c0620['if']('itemType',Ur,_0xa02c0d=>'selection'==_0xa02c0d)],'data-cke-tooltip-text':_0x1c0620['to']('label',Yr),'data-cke-tooltip-position':Kr,'data-cke-tooltip-class':Fr};}_createTemplateChildren(_0x120d35,_0x14ccc7,_0x19fc4d){const _0x5ac8b1=this['_createLabelElement'](_0x19fc4d),_0x54a121=this['_createLoaderIcon']();return this['readonly']?[_0x120d35,_0x5ac8b1]:[_0x120d35,_0x54a121,_0x5ac8b1,_0x14ccc7];}_createLabelElement(_0x499be3){return{'tag':'span','attributes':{'class':Br},'children':[{'text':_0x499be3['to']('label')}]};}_createRemoveButton(){const _0x541a5b=new Mt(this['locale']);return _0x541a5b['set']({'label':Es(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x40a4cb}),this['_setupRemoveButtonEvent'](_0x541a5b),_0x541a5b;}_setupRemoveButtonEvent(_0x513841){_0x513841['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}_createIconView(){const _0x3e0354=this['bindTemplate'],_0x2b4638=new $t();return _0x2b4638['content']=Hr[this['itemType']],_0x2b4638['extendTemplate']({'attributes':{'class':[Gr,_0x3e0354['if']('isLoading','ck-hidden',_0x1cc6c6=>_0x1cc6c6)]}}),_0x2b4638;}_handleAnimationEndOnce(_0x1165d4,_0x36c476){if(!_0x1165d4)return;const _0x183398=()=>{_0x36c476(),_0x1165d4['removeEventListener']('animationend',_0x183398),_0x1165d4['removeEventListener']('webkitAnimationEnd',_0x183398);};_0x1165d4['addEventListener']('animationend',_0x183398),_0x1165d4['addEventListener']('webkitAnimationEnd',_0x183398);}_createLoaderIcon(){const _0x55bb63=new Dr('small');return _0x55bb63['bind']('isVisible')['to'](this,'isLoading',_0x2dce0d=>_0x2dce0d),_0x55bb63;}};function Yr(_0x31e86a){if(!_0x31e86a)return _0x31e86a;if(_0x31e86a['length']<=0x78)return _0x31e86a;const _0x4ea5b1=_0x31e86a['slice'](0x0,0x78),_0x2955e3=_0x4ea5b1['lastIndexOf']('\x20');return(_0x2955e3>0x0?_0x4ea5b1['slice'](0x0,_0x2955e3):_0x4ea5b1)+'…';}const $r={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},qr='300px';var Qr=class{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];_showMoreButtonView=null;['_showMoreBalloonPanelView']=null;_containerElement=null;_bodyCollection;_parentView=null;_intersectionObserver=null;_pendingCalculation=!0x1;constructor(_0x278ba3,_0x6b19d6,_0x55b8e5,_0x240301,_0x2d61b3){this['_locale']=_0x278ba3,this['_visibleChips']=_0x6b19d6,this['_config']={...$r,..._0x55b8e5,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x55b8e5['cssClasses']}},this['_overflowChips']=new lt(),this['_bodyCollection']=_0x240301,this['_parentView']=_0x2d61b3||null;}setContainerElement(_0x834c35){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x834c35,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 _0x38ea00=[...this['_visibleChips'],...this['_overflowChips']],_0x193011=this['_createCalculationContainer'](),_0x86df50=this['_calculateOverflowInContainer'](_0x193011,_0x38ea00),_0x467335=_0x193011['_ancestorsToRestore'];_0x467335&&this['_restoreAncestorVisibility'](_0x467335),_0x193011['remove'](),this['_applyOverflowResults'](_0x38ea00,_0x86df50);}_createShowMoreButton(){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x4b6d2c({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}_createShowMoreButtonView(){const _0x16224b=new Mt(this['_locale']);_0x16224b['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x16ce41=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x16ce41['push'](this['_config']['cssClasses']['controlsButton']),_0x16224b['extendTemplate']({'attributes':{'class':_0x16ce41}}),_0x16224b;}_createShowMoreBalloonPanelView(){const _0x4214d0=new xt(this['_locale']);return _0x4214d0['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x4214d0),_0x4214d0;}_updateBalloonContent(){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x2fe928=>{_0x2fe928['disableAnimationOnEnter']();});const _0x16834c=new _0x414492(this['_locale']);_0x16834c['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x16834c);}}_handleShowMoreButtonClick(){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}_updateShowMoreButtonVisibility(){const _0x3da7c4=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x3da7c4?'':'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(_0x4c94f5){const _0xdae14a=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x37ced6=this['_containerElement']?.['classList'];if(_0x37ced6){const _0x135b68=_0x37ced6[0x0]||'',_0x5252c8=_0x4c94f5['querySelector']('.'+_0x135b68),_0x1ca97f=_0x4c94f5['querySelector'](_0xdae14a);return _0x5252c8||_0x1ca97f||_0x4c94f5;}return _0x4c94f5['querySelector'](_0xdae14a)||_0x4c94f5;}_calculateContainerWidth(){const _0x4a68b2=this['_parentView']?.['element']||this['_containerElement'];if(!_0x4a68b2)return qr;const _0x52230d=window['getComputedStyle'](_0x4a68b2)['width'];if('auto'===_0x52230d||'0px'===_0x52230d||!_0x52230d){const _0x3c4aab=_0x4a68b2['parentElement'];if(_0x3c4aab){const _0x515b0a=window['getComputedStyle'](_0x3c4aab);return'auto'!==_0x515b0a['width']?_0x515b0a['width']:qr;}return qr;}return _0x52230d;}_applyCalculationStyles(_0x45b490,_0x3dbb28){this['_config']['cssClasses']['calculationContainer']&&_0x45b490['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x45b490['style']['width']=_0x3dbb28,_0x45b490['style']['position']='absolute',_0x45b490['style']['top']='-9999px',_0x45b490['style']['left']='-9999px',_0x45b490['style']['opacity']='0',_0x45b490['style']['pointerEvents']='none',_0x45b490['style']['zIndex']='-1',_0x45b490['style']['visibility']='visible\x20!important',_0x45b490['style']['display']='block\x20!important',_0x45b490['style']['boxSizing']='border-box';}_restoreAncestorVisibility(_0x248333){_0x248333['forEach'](({element:_0x335c12,originalDisplay:_0x22c0cd,originalVisibility:_0x3641f9})=>{_0x335c12['style']['display']=_0x22c0cd,_0x335c12['style']['visibility']=_0x3641f9;});}_makeAncestorsVisible(_0x5bf4b5){const _0x1d1069=[];let _0x1c01ca=_0x5bf4b5;for(;_0x1c01ca&&_0x1c01ca!==document['body'];){const _0x4753a8=window['getComputedStyle'](_0x1c01ca);'none'!==_0x4753a8['display']&&'hidden'!==_0x4753a8['visibility']||(_0x1d1069['push']({'element':_0x1c01ca,'originalDisplay':_0x1c01ca['style']['display'],'originalVisibility':_0x1c01ca['style']['visibility']}),_0x1c01ca['style']['display']='block',_0x1c01ca['style']['visibility']='visible'),_0x1c01ca=_0x1c01ca['parentElement'];}return _0x1d1069;}_createContainerElements(){let _0x112b5b,_0x2ac953;return this['_parentView']?.['element']?(_0x112b5b=this['_parentView']['element']['cloneNode'](!0x0),_0x2ac953=this['_findTargetContainer'](_0x112b5b)):(_0x112b5b=document['createElement']('div'),_0x2ac953=_0x112b5b),{'calculationContainer':_0x112b5b,'targetContainer':_0x2ac953};}_createCalculationContainer(){const {calculationContainer:_0x497c18,targetContainer:_0x4c867a}=this['_createContainerElements'](),_0x11a550=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x497c18,_0x11a550);const _0x4fcd72=(this['_parentView']?.['element']||this['_containerElement'])?.['parentElement'];_0x4fcd72?_0x4fcd72['appendChild'](_0x497c18):document['body']['appendChild'](_0x497c18),_0x497c18['_targetContainer']=_0x4c867a;const _0x4b55d9=this['_makeAncestorsVisible'](_0x4fcd72||null);return _0x497c18['offsetWidth'],_0x497c18['_ancestorsToRestore']=_0x4b55d9,_0x497c18;}_calculateOverflowInContainer(_0x877799,_0x56ae56){const _0x4f2841=_0x877799['_targetContainer']||_0x877799,_0x5b6bc5=[],{rowCount:_0x4c78bf}=this['_renderChipsAndCountRows'](_0x4f2841,_0x56ae56);if(_0x4c78bf<=this['_config']['maxVisibleRows'])return _0x5b6bc5;const _0x55f15b=_0x56ae56['slice']();for(;_0x55f15b['length']>0x0;){if(this['_testButtonFit'](_0x877799,_0x4f2841,_0x55f15b)){const _0x41fd36=_0x56ae56['filter'](_0x368bfe=>!_0x55f15b['includes'](_0x368bfe));_0x5b6bc5['push'](..._0x41fd36);break;}if(!_0x55f15b['pop']())break;}return _0x5b6bc5;}_renderChipsAndCountRows(_0x3aafce,_0x243a47){_0x3aafce['innerHTML']='',_0x243a47['forEach'](_0x3061a9=>{if(_0x3061a9['element']){const _0x2ab5de=_0x3061a9['element']['cloneNode'](!0x0);_0x3aafce['appendChild'](_0x2ab5de);}}),_0x3aafce['offsetWidth'];const _0x4e038e=_0x3aafce['children'],_0x5b7bf6=[];return Array['from'](_0x4e038e)['forEach'](_0x29d147=>{const _0xcf3c2b=_0x29d147['getBoundingClientRect']()['top'];_0x5b7bf6['some'](_0xd1af5b=>Math['abs'](_0xd1af5b-_0xcf3c2b)<this['_config']['rowDetectionTolerance'])||_0x5b7bf6['push'](_0xcf3c2b);}),{'rowCount':_0x5b7bf6['length']};}_createMockButton(){const _0x182ade=document['createElement']('button');return _0x182ade['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x182ade['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x182ade['textContent']='+\x201',_0x182ade;}_testButtonFit(_0x27842c,_0x14069b,_0x282fa3){this['_renderChipsAndCountRows'](_0x14069b,_0x282fa3);const _0x28fa4e=this['_createMockButton']();_0x27842c['appendChild'](_0x28fa4e),_0x27842c['offsetWidth'];const _0xe92ca0=[..._0x14069b['children'],_0x28fa4e],_0x19d0e3=[];_0xe92ca0['forEach'](_0x43965b=>{const _0x4ad33b=_0x43965b['getBoundingClientRect']()['top'];_0x19d0e3['some'](_0x10ec75=>Math['abs'](_0x10ec75-_0x4ad33b)<this['_config']['rowDetectionTolerance'])||_0x19d0e3['push'](_0x4ad33b);});const _0x3d410f=_0x19d0e3['length'];return _0x28fa4e['remove'](),_0x3d410f<=this['_config']['maxVisibleRows'];}_distributeChips(_0x1ba336,_0x318609){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x1ba336['forEach'](_0x5b4d11=>{_0x318609['includes'](_0x5b4d11)?this['_overflowChips']['add'](_0x5b4d11):this['_visibleChips']['add'](_0x5b4d11);});}_updateOverflowUI(_0x9fa8d9){if(_0x9fa8d9>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x9fa8d9>0x0&&this['_showMoreButtonView']){const _0x4c30ca=''+this['_config']['showMoreLabelPrefix']+(_0x9fa8d9<0x63?_0x9fa8d9:'99');this['_showMoreButtonView']['label']=_0x4c30ca;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}_applyOverflowResults(_0x12b20b,_0x452ca9){this['_distributeChips'](_0x12b20b,_0x452ca9),this['_updateOverflowUI'](_0x452ca9['length']);}_setupVisibilityObserver(){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x1d8443=>{_0x1d8443[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 _0x580b9c=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x580b9c['width']||0x0===_0x580b9c['height'])return!0x1;const _0x3962e2=window['innerHeight']||document['documentElement']['clientHeight'],_0x55f78e=window['innerWidth']||document['documentElement']['clientWidth'];return _0x580b9c['bottom']>=-0xc8&&_0x580b9c['top']<=_0x3962e2+0xc8&&_0x580b9c['right']>=-0xc8&&_0x580b9c['left']<=_0x55f78e+0xc8;}};const Xr='ck-ai-chat__feed__context-chips',zr='ck-ai-chat-context-chips-wrapper',jr='ck-ai-chat-context-chips-wrapper-balloon',Jr='ck-ai-chat-controls-button',Zr='ck-ai-chat-controls_context_show-more-button',to='ck-ai-chat-context-controls__show-more-balloon-panel';var eo=class extends _0x414492{_contextChips=this['createCollection']();['_overflowManager'];_bodyCollection;constructor(_0x1aedc7,_0x44392c,_0xfbaccc){super(_0x1aedc7),this['_bodyCollection']=_0xfbaccc,this['_createContextChips'](_0x44392c);const _0x347aaa={'cssClasses':{'showMoreButton':Zr+'\x20'+Dn,'showMoreBalloon':to,'overflowContainer':jr,'controlsButton':Jr}};this['_overflowManager']=new Qr(_0x1aedc7,this['_contextChips'],_0x347aaa,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[Xr,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':zr},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x2482a6=this['element']['querySelector']('.'+zr);_0x2482a6&&(this['_overflowManager']['setContainerElement'](_0x2482a6),this['_overflowManager']['reorganizeChips']());}destroy(){super['destroy'](),this['_overflowManager']['destroy']();}_createContextChips(_0x567854){for(const _0x5cea7d of _0x567854){const _0xfbf7cc=new Wr(this['locale'],_0x5cea7d,!0x0,!0x1);this['_contextChips']['add'](_0xfbf7cc);}}},io=class extends lr{_contextChipsView=null;['_locale'];_bodyCollection;_messageContentView;constructor(_0x3df0a0,_0x4ec3ff,_0x41da07){super(_0x4ec3ff),this['_locale']=_0x3df0a0,this['_bodyCollection']=_0x41da07,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 eo(this['_locale'],this['options']['contextItems']['filter'](_0x11d481=>!_0x11d481['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}_createMessageContentView(){this['_messageContentView']=new _0x414492(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':['ck-reset_all-excluded','ck-ai-chat__feed__message-content','ck-ai-chat-content']}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}},so=class extends lr{capabilities;constructor(_0x1bcdde,_0x526ca){super(_0x526ca);const {isWebSearchEnabled:_0x2fbad8,isReasoningEnabled:_0x3f48be}=_0x526ca['capabilities'],_0x38ea8f=[];let _0x5f53d6='';_0x2fbad8&&_0x3f48be?(_0x5f53d6=Es(_0x1bcdde,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x38ea8f['push'](no(ht)),_0x38ea8f['push'](no(_0x5d171c))):_0x2fbad8?(_0x5f53d6=Es(_0x1bcdde,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x38ea8f['push'](no(ht))):_0x3f48be&&(_0x5f53d6=Es(_0x1bcdde,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x38ea8f['push'](no(_0x5d171c))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x5f53d6?'':'ck-hidden']}});const _0x129bb0=new _0x414492();_0x129bb0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x38ea8f,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x5f53d6]}]}),this['children']['add'](_0x129bb0),this['capabilities']=_0x526ca['capabilities'];}};function no(_0x267ca9){const _0x18ec6a=new $t();return _0x18ec6a['content']=_0x267ca9,_0x18ec6a;}const ro=['wheel','touchstart','pointerdown','keydown'],oo=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];var ao=class{element;animationFrameId;['isRunning'];abortController;['isUserPaused'];['scrollBehavior'];constructor(_0x2c5358){this['element']=_0x2c5358,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0x18c431 of ro){const _0x59b91a='keydown'!==_0x18c431;this['element']['addEventListener'](_0x18c431,this['_onUserEvent']['bind'](this),{'passive':_0x59b91a,'signal':this['abortController']['signal']});}}start({smooth:_0x499a6d=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0x499a6d?'smooth':'auto',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(_0x4ea043){if(this['isRunning']){if('keydown'===_0x4ea043['type']){const _0x5493c8=_0x4ea043['key'];if(!oo['includes'](_0x5493c8))return;}_0x4ea043 instanceof WheelEvent?_0x4ea043['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}_isAtBottom(){const {scrollTop:_0x14e684,scrollHeight:_0x58512d,clientHeight:_0x222bcb}=this['element'];return _0x58512d-_0x14e684-_0x222bcb<=0x5;}_rafUpdate(){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':this['scrollBehavior']}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}},ho=class extends lr{constructor(_0x241c7f){super(_0x241c7f),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__custom-element']}});}async['render'](){super['render'](),'string'==typeof this['options']['content']?this['element']['innerHTML']=this['options']['content']:this['element']['appendChild'](this['options']['content']);}},co=class extends _0x414492{['children'];['scrollManager'];_bodyCollection;constructor(_0x50454a,_0x293e68){super(_0x50454a),this['_bodyCollection']=_0x293e68,this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...sr)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new ao(this['element']);}destroy(){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}addItem(_0x405042,_0x5c07be){let _0x187a1d;return'ai-reply'===_0x405042?_0x187a1d=new Pr(this['locale'],_0x5c07be,this['_bodyCollection']):'ai-suggestion-reply'===_0x405042?(_0x187a1d=new Lr(this['locale'],_0x5c07be,this['_bodyCollection']),_0x187a1d['bind']('isTrackChangesOn')['to'](this)):_0x187a1d='user-message'===_0x405042?new io(this['locale'],_0x5c07be,this['_bodyCollection']):'interaction-header'===_0x405042?new so(this['locale'],_0x5c07be):'custom-element'===_0x405042?new ho(_0x5c07be):new Rr(_0x5c07be),this['children']['add'](_0x187a1d),_0x187a1d;}async updateReplyItem({id:_0x3641c0,parsedContent:_0x1adea2,renderingStrategy:_0x29d143,abortSignal:_0x47916c}){const _0x21d77d=this['getItemById'](_0x3641c0);if(!(_0x21d77d instanceof Pr))throw new ct('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x21d77d,'id':_0x3641c0,'parsedContent':_0x1adea2});await _0x21d77d['updateContent']({'parsedContent':_0x1adea2,'renderingStrategy':_0x29d143,'abortSignal':_0x47916c});}async updateWebSources(_0x501751,_0x536236){const _0x55951c=this['getItemById'](_0x501751);if(_0x55951c instanceof Lr)_0x55951c['updateSources'](_0x536236);else{if(!(_0x55951c instanceof Pr))throw new ct('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x55951c,'id':_0x501751,'sources':_0x536236});_0x55951c['updateSources'](_0x536236);}}async updateSuggestionItem({id:_0x52fdfc,parts:_0x2c6935,abortSignal:_0x260347,skipLoadingEffects:_0x3064f2}){const _0x2bf949=this['getItemById'](_0x52fdfc);if(!(_0x2bf949 instanceof Lr))throw new ct('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x2bf949,'id':_0x52fdfc,'parts':_0x2c6935});await _0x2bf949['updateContent']({'parts':_0x2c6935,'abortSignal':_0x260347,'skipLoadingEffects':_0x3064f2});}updateSuggestionPartState({id:_0x3d9059,index:_0x2a3e47,state:_0x1ab83a,outdatedReason:_0x3d4e54}){const _0x4dea5c=this['getItemById'](_0x3d9059);if(!(_0x4dea5c instanceof Lr))throw new ct('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x3d9059});_0x4dea5c['updatePartState'](_0x2a3e47,_0x1ab83a,_0x3d4e54);}updateSuggestionGating(_0x3c8510,_0x2b0da9){const _0x393603=this['getItemById'](_0x3c8510);if(!(_0x393603 instanceof Lr))throw new ct('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x3c8510});_0x393603['setGating'](_0x2b0da9);}setSuggestionPartActive({id:_0x5042af,index:_0x56d108,isActive:_0x5d7380}){const _0x41a7be=this['getItemById'](_0x5042af);if(!(_0x41a7be instanceof Lr))throw new ct('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x5042af});this['children']['filter'](_0x2cecbb=>_0x2cecbb instanceof Lr)['forEach'](_0x50f726=>{_0x50f726['setPartActive'](!0x1);}),_0x41a7be['setPartActive'](_0x56d108,_0x5d7380);}markItemAsDone(_0x19add7){this['getItemById'](_0x19add7)['markAsDone']();}getItemIds(){return this['children']['map'](_0x42a7e3=>_0x42a7e3['options']['id']);}removeItem(_0x1a3292){this['children']['remove'](this['getItemById'](_0x1a3292));}hasItem(_0x129d8a){return!!this['children']['find'](_0x4e38f3=>_0x4e38f3['options']['id']['includes'](_0x129d8a));}scrollToSuggestion(_0x4120f7,_0x1b3805){const _0x3fd460=this['getItemById'](_0x4120f7);if(!(_0x3fd460 instanceof Lr))return void St('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x4120f7,'partIndex':_0x1b3805});const _0x173629=_0x3fd460['getPartView'](_0x1b3805);_0x173629?Rt(_0x173629['element'],0x14,this['element']['parentElement'],!0x0,!0x0):St('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x4120f7,'partIndex':_0x1b3805});}_setupTemplate(){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}_createTemplateChildren(){const _0x269b85=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x269b85,this['_createFeedLoader']()];}_createSkeletonLoader(){const _0x2a0590=new wr(this['locale'],Cr['aiFeed']);return _0x2a0590['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x2a0590;}_createFeedItems(){const _0x49b02c=new _0x414492(this['locale']);return _0x49b02c['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x49b02c;}_createFeedLoader(){const _0x349147=new _0x414492(this['locale']);return _0x349147['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x5ef0f0=>!_0x5ef0f0)]},'children':this['_createLoaderChildren']()}),_0x349147;}_createLoaderChildren(){const _0x2013d5=new Dr();return _0x2013d5['isVisible']=!0x0,[_0x2013d5,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}getItemById(_0x549e07){const _0xe26d5f=this['children']['find'](_0x48d5b3=>_0x48d5b3['options']['id']['includes'](_0x549e07));if(!_0xe26d5f)throw new ct('ai-chat-feed-view-item-not-found',this,{'id':_0x549e07});return _0xe26d5f;}setLoadingMessage(_0x54c9de){this['set']('loadingMessage',_0x54c9de);}toggleLoadingSkeleton(_0x181a8b){this['set']('isLoadingSkeletonVisible',_0x181a8b);}startAutoScroll(_0x5e2c12={}){this['scrollManager']['start'](_0x5e2c12);}stopAutoScroll(){this['scrollManager']['stop']();}},lo=class extends Jt{filter(){let _0x287425=0x0;for(const _0x3e5f1e of this['items'])_0x287425+=_0x3e5f1e['items']['length'];return{'resultsCount':_0x287425,'totalItemsCount':_0x287425};}};function uo(_0x13ecc3){const _0x2ac79b=[];let _0x4f04a7=!0x1;for(const _0x141d6f of Array['from'](_0x13ecc3['items'])){if('file'!==_0x141d6f['kind'])continue;if(_0x141d6f['webkitGetAsEntry']()?.['isDirectory']){_0x4f04a7=!0x0;continue;}const _0x154c59=_0x141d6f['getAsFile']();_0x154c59&&_0x2ac79b['push'](_0x154c59);}return{'files':_0x2ac79b,'hasDirectory':_0x4f04a7};}const _o='ck-ai-chat__prompt-input_highlighted';var go=class AIChatPromptInputView extends Nt{submitButtonView;static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;_addContextButtonView;['_queryViewResizeObserver'];constructor(_0xf7e2e3,_0xa321c2){super(_0xf7e2e3,{'queryView':{'label':'','creator':_0x56fb88,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new lo(_0xf7e2e3),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0xa321c2,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=AIChatPromptInputView['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=AIChatPromptInputView['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',(_0x4d7ba4,_0x1008b5)=>!_0x4d7ba4&&!_0x1008b5),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x2d20ae,_0x2cd740)=>{this['isUploadInProgress']||this['isEmpty']||_0x2d20ae['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x2cd740());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();}),this['queryView']['fieldView']['element']['addEventListener']('paste',_0x38202c=>this['_handlePaste'](_0x38202c)),this['element']['addEventListener']('drop',_0x30c6a0=>this['_handleDrop'](_0x30c6a0));}_handlePaste(_0x502c9f){const _0xd065f7=_0x502c9f['clipboardData'];if(!_0xd065f7)return;const {files:_0x1c25a8,hasDirectory:_0x507833}=uo(_0xd065f7),_0x2d1d0d={'files':_0x1c25a8,'plainText':_0xd065f7['getData']('text/plain'),'hasDirectory':_0x507833,'forceTextAttachment':!0x1,'preventDefault':()=>_0x502c9f['preventDefault']()};this['fire']('promptInputPaste',_0x2d1d0d);}['_handleDrop'](_0xdd75e1){const _0x590420=_0xdd75e1['dataTransfer'];if(!_0x590420)return;const _0x39289d={'files':[],'plainText':_0x590420['getData']('text/uri-list')||_0x590420['getData']('text/plain'),'hasDirectory':!0x1,'forceTextAttachment':!0x1,'preventDefault':()=>_0xdd75e1['preventDefault']()};this['fire']('promptInputPaste',_0x39289d);}destroy(){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}submit(){const _0x3494d3=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x3494d3)return this['queryView']['errorText']=Es(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x389884=_0x31e6fe(_0x3494d3);this['fire']('sendUserMessage',_0x389884),this['queryView']['fieldView']['reset']();}setPlaceholderText(_0x1ae4cc){this['queryView']['fieldView']['set']('placeholder',_0x1ae4cc);}['focus'](_0x302d3e=!0x1){super['focus'](),_0x302d3e&&(this['element']['classList']['contains'](_o)||(this['element']['classList']['add'](_o),setTimeout(()=>{this['element']['classList']['remove'](_o);},0x320)));}_createSubmitButton(){const _0x28d5b1=new Mt(this['locale']);return _0x28d5b1['set']({'icon':nt,'label':Es(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+Ln,'isEnabled':!0x1}),_0x28d5b1['on']('execute',()=>{this['submit']();}),_0x28d5b1;}setIsUploadInProgress(_0x1147c5){this['isUploadInProgress']=_0x1147c5;}_setUpAddContextButtonPositioning(){const _0x3d22d8=this['locale'],_0x3b394e=()=>{wt['window']['requestAnimationFrame'](()=>{if(ft(this['element'])){const _0x34a0ef=new It(this['queryView']['fieldView']['element']),_0x20d69a=new It(this['_addContextButtonView']['element']),_0x192e0c=_0x34a0ef['width'],_0x4ba41f='rtl'===_0x3d22d8['uiLanguageDirection']?'right':'left';_0x34a0ef['excludeScrollbarsAndBorders']();const _0x2d42ef=_0x192e0c-_0x34a0ef['width']+0x1;this['_addContextButtonView']['element']['style'][_0x4ba41f]='calc('+(_0x192e0c-_0x20d69a['width']-_0x2d42ef)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x3b394e),this['on']('render',()=>{_0x3b394e(),this['_queryViewResizeObserver']=new pt(this['queryView']['fieldView']['element'],()=>{_0x3b394e();});});}},Ao=class extends _0x414492{constructor(_0x3fd318){super(_0x3fd318),this['set']('isEnabled',!0x0);const _0x2a82d3=new $t();_0x2a82d3['content']=_0x7cedc0,this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls__drop-overlay']},'children':[_0x2a82d3,{'tag':'span','attributes':{'class':['ck-ai-chat-controls__drop-overlay__label']},'children':[{'text':Es(_0x3fd318,'AI_CHAT_DROP_ZONE_HINT')}]}]});}attach(_0x1426ec){let _0x1873fe=0x0;const _0xe23e59=()=>{_0x1426ec['classList']['toggle']('ck-ai-chat-controls_drag-over',this['isEnabled']&&_0x1873fe>0x0);};this['on']('change:isEnabled',(_0x14f9d6,_0x4b466e,_0x5c421f)=>{_0x5c421f&&_0x1873fe>0x0&&this['fire']('dragEnter'),_0xe23e59();}),_0x1426ec['addEventListener']('dragenter',_0x5d9301=>{_0x5d9301['dataTransfer']&&(_0x1873fe++,0x1===_0x1873fe&&this['isEnabled']&&this['fire']('dragEnter'),_0xe23e59());}),_0x1426ec['addEventListener']('dragover',_0x132e0a=>{_0x132e0a['dataTransfer']&&_0x132e0a['preventDefault']();}),_0x1426ec['addEventListener']('dragleave',()=>{--_0x1873fe<0x0&&(_0x1873fe=0x0),_0xe23e59();}),_0x1426ec['addEventListener']('drop',_0x3892be=>{_0x3892be['preventDefault'](),_0x1873fe=0x0,_0xe23e59(),this['isEnabled']&&this['_handleDrop'](_0x3892be);});}['_handleDrop'](_0x3caa08){const _0x15f558=_0x3caa08['dataTransfer'];if(!_0x15f558)return;const {files:_0x5cb2bd,hasDirectory:_0x3b81b9}=uo(_0x15f558),_0x484043={'files':_0x5cb2bd,'plainText':_0x15f558['getData']('text/uri-list')||_0x15f558['getData']('text/plain'),'hasDirectory':_0x3b81b9,'forceTextAttachment':!0x0,'preventDefault':()=>{}};this['fire']('promptInputPaste',_0x484043);}},Io=class extends _0x414492{['dropdownView'];['nameView'];_items;['_config'];constructor(_0x271e13,_0x6f61d8){super(_0x271e13),this['_config']=_0x6f61d8,this['set']('modelDisplayMode','selector'),this['set']('activeModelId',null),this['set']('activeModelName',null),this['set']('isEnabled',!0x0),this['dropdownView']=this['_createDropdown'](),this['_items']=new lt(),_0xec2131(this['dropdownView'],this['_items']),this['nameView']=new po(_0x271e13,_0x6f61d8['nameClass']),this['nameView']['bind']('text')['to'](this,'activeModelName',_0x21db4f=>_0x21db4f??''),this['nameView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x34dc42=>'name'===_0x34dc42),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-model-selector']},'children':[this['dropdownView'],this['nameView']]});}setModels(_0x4f19b2,_0x51fa6f){var _0x433b4b;this['set']('modelDisplayMode',(_0x433b4b=_0x4f19b2['length'],_0x51fa6f?0x1===_0x433b4b?'name':'selector':'hidden')),this['_items']['clear'](),0x1===_0x4f19b2['length']&&this['set']('activeModelName',_0x4f19b2[0x0]['name']||_0x4f19b2[0x0]['id']);for(const _0x45288a of _0x4f19b2){const _0x49498c=new _0x557175({'label':_0x45288a['name'],'withText':!0x0,'role':'menuitemradio','id':_0x45288a['id'],'model':_0x45288a});_0x49498c['bind']('isOn')['to'](this,'activeModelId',_0x3c6664=>_0x3c6664===_0x45288a['id']),this['_items']['add']({'type':'button','model':_0x49498c,'labelView':new Eo(this['locale'],_0x45288a,{'nameClass':this['_config']['itemClasses']['name'],'descriptionClass':this['_config']['itemClasses']['description'],'capabilitiesClass':this['_config']['itemClasses']['capabilities'],'extraContent':this['_config']['showCapabilities']?mo(this['locale'],_0x45288a):void 0x0})});}}setSelectedModel(_0x594f10){this['set']('activeModelId',_0x594f10?_0x594f10['id']:null),this['set']('activeModelName',_0x594f10?_0x594f10['name']||_0x594f10['id']:null);}_createDropdown(){const _0x197fd8=_0x44881d(this['locale']);return _0x197fd8['set']({'panelPosition':this['_config']['panelPosition'],'class':this['_config']['dropdownClass']}),_0x197fd8['buttonView']['set']({'withText':!0x0,'tooltipPosition':this['_config']['tooltipPosition'],'class':Dn}),_0x197fd8['buttonView']['bind']('label')['to'](this,'activeModelName',_0x54be61=>_0x54be61??this['_config']['defaultLabel']??''),_0x197fd8['buttonView']['bind']('tooltip')['to'](this,'activeModelName',this,'isEnabled',(_0x356106,_0xd3f671)=>!_0xd3f671&&this['_config']['disabledTooltip']?this['_config']['disabledTooltip']:_0x356106??this['_config']['defaultLabel']??''),_0x197fd8['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x5f5229=>'selector'===_0x5f5229),_0x197fd8['bind']('isEnabled')['to'](this,'isEnabled'),this['listenTo'](_0x197fd8,'execute',_0x2e33a1=>{this['fire']('selectModel',_0x2e33a1['source']['model']);}),_0x197fd8;}},po=class extends _0x414492{constructor(_0x191030,_0x2a1ce9){super(_0x191030),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x16c2a1=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck',_0x2a1ce9,_0x16c2a1['if']('isVisible','ck-hidden',_0x122951=>!_0x122951)]},'children':[{'text':_0x16c2a1['to']('text')}]});}},Eo=class extends Dt{constructor(_0x9f2e38,_0x43a08b,_0x518407){super();const _0x4ab3b8=this['bindTemplate'],_0x18b07f=[{'tag':'div','attributes':{'class':[_0x518407['nameClass']]},'children':[{'tag':'span','children':[{'text':_0x4ab3b8['to']('text')}]}]},{'tag':'div','attributes':{'class':[_0x518407['descriptionClass']]},'children':[{'tag':'span','children':[_0x43a08b['description']||'']}]}];_0x518407['extraContent']?.['length']&&_0x518407['capabilitiesClass']&&_0x18b07f['push']({'tag':'div','attributes':{'class':[_0x518407['capabilitiesClass']]},'children':_0x518407['extraContent']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x4ab3b8['to']('style'),'id':_0x4ab3b8['to']('id')},'children':_0x18b07f});}};function mo(_0x27250f,_0x2b503a){return[...To(_0x27250f,ht,'AI_CHAT_SEARCH_WEB',_0x2b503a['capabilities']['webSearch']?.['enabled']??!0x1),...To(_0x27250f,_0x5d171c,'AI_CHAT_REASONING',_0x2b503a['capabilities']['reasoning']?.['enabled']??!0x1)];}function To(_0x5bf057,_0x46d50f,_0x3c2d5d,_0x59ab22){const _0x2654b4=new $t();_0x2654b4['content']=_0x46d50f;const _0x1c8de9=new _0x414492(_0x5bf057);_0x1c8de9['setTemplate']({'tag':'span','children':[{'text':Es(_0x5bf057,_0x3c2d5d)+':\x20'}]});const _0x51e44d=new _0x414492(_0x5bf057);return _0x51e44d['setTemplate']({'tag':'span','children':[{'text':Es(_0x5bf057,_0x59ab22?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x2654b4,_0x1c8de9,_0x51e44d];}const wo='ck-ai-chat__prompt-capabilities',Co='ck-ai-chat-controls-button',fo='ck-ai-chat-controls-button--commands',bo='ck-ai-chat-controls__model-selection',So='ck-ai-chat-controls__model-selection__item-name',Ro='ck-ai-chat-controls__model-selection__item-description',Oo='ck-ai-chat-controls__model-selection__item-capabilities',vo='n';var ko=class extends _0x414492{_webSearchButton;_reasoningButton;_commandsButton;_modelSelector;constructor(_0x58eedc){super(_0x58eedc),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelSelectorEnabled',!0x0),this['_modelSelector']=function(_0x13b60f){return new Io(_0x13b60f,{'panelPosition':'ne','dropdownClass':[bo],'nameClass':'ck-ai-chat-controls__model-name','itemClasses':{'name':So,'description':Ro,'capabilities':Oo},'defaultLabel':Es(_0x13b60f,'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'disabledTooltip':Es(_0x13b60f,'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP'),'tooltipPosition':vo,'showCapabilities':!0x0});}(_0x58eedc),this['_modelSelector']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x5a8f75=>_0x5a8f75),this['_modelSelector']['delegate']('selectModel')['to'](this),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x1d0b9e=>_0x1d0b9e),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x4ebcc8=>Es(this['locale'],_0x4ebcc8?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x21453f=>_0x21453f),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x3afaeb=>Es(this['locale'],_0x3afaeb?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[wo]},'children':[this['_modelSelector'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]});}setWebSearch(_0x37be24){this['set']('webSearchActive',_0x37be24);}setReasoning(_0x335640){this['set']('reasoningActive',_0x335640);}setModelList(_0x3d179e,_0x27a2fb){this['_modelSelector']['setModels'](_0x3d179e,!_0x27a2fb);}setModel(_0x2dfc3e){if(!_0x2dfc3e)return;this['_modelSelector']['setSelectedModel'](_0x2dfc3e);const _0x2c26a8=_0x2dfc3e['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x2c26a8),this['_webSearchButton']['set']('isVisible',_0x2c26a8);const _0x438a11=_0x2dfc3e['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x438a11),this['_reasoningButton']['set']('isVisible',_0x438a11);}enableModelSelector(){this['set']('modelSelectorEnabled',!0x0);}disableModelSelector(_0x3cac11){this['set']('modelSelectorEnabled',!0x1),_0x3cac11&&(this['_modelSelector']['modelDisplayMode']='hidden');}_createWebSearchButton(){const _0x2b1a36=new Mt();return _0x2b1a36['set']({'label':Es(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':ht,'class':Co+'\x20'+Dn,'isToggleable':!0x0,'tooltipPosition':vo}),_0x2b1a36['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x2b1a36;}_createReasoningButton(){const _0x1065a9=new Mt();return _0x1065a9['set']({'label':Es(this['locale'],'AI_CHAT_REASONING'),'icon':_0x5d171c,'class':Co+'\x20'+Dn,'isToggleable':!0x0,'tooltipPosition':vo}),_0x1065a9['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x1065a9;}_createCommandsButton(){const _0x40f603=new Mt();return _0x40f603['set']({'label':Es(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x15d9a0,'withText':!0x0,'class':Co+'\x20'+Dn,'isToggleable':!0x0,'tooltip':Es(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':vo}),_0x40f603['extendTemplate']({'attributes':{'class':[fo]}}),_0x40f603['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x40f603;}};const yo='ck-ai-chat-context-controls__url-form',No='ck-ai-chat-context-controls__url-input-section';var xo=class extends _0x414492{['focusTracker'];keystrokes;['_focusables'];['focusCycler'];urlInputField;backButton;confirmButton;constructor(_0x1c5993){super(_0x1c5993),this['focusTracker']=new _t(),this['keystrokes']=new gt(),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 Ft({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['set']('withBackButton',!0x0),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x1cde05=>{this['focusTracker']['add'](_0x1cde05['element']),this['keystrokes']['listenTo'](_0x1cde05['element']);}),_0x3c38d9({'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(_0x4400c7){this['urlInputField']['errorText']=_0x4400c7,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}_createBackButton(){const _0x4e53fb=new Mt(this['locale']);return _0x4e53fb['set']({'icon':_0x58652b,'tooltip':Es(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x4d84e5,_0xe474a,_0xef8ab7)=>{_0x4e53fb['set']({'class':['ck-button-icon\x20ck-button-back'+(_0xef8ab7?'':'\x20ck-hidden')]});}),_0x4e53fb;}_createUrlInputField(){const _0x2f6027=new Qt(this['locale'],_0x155346);return _0x2f6027['set']({'label':Es(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x2f6027['fieldView']['set']({'placeholder':Es(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x2f6027;}_createConfirmButton(){const _0x2c504f=new Mt(this['locale']);return _0x2c504f['set']({'icon':_0x32ea05,'tooltip':Es(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x2c504f;}_setupTemplate(){const _0x1e293e=new Kt(this['locale'],{'label':Es(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x1e293e['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':yo,'tabindex':'-1'},'children':[_0x1e293e,{'tag':'div','attributes':{'class':No},'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',_0x23c081=>{_0x23c081['stop'](),this['_handleSubmit']();});}_setupKeystrokes(){this['keystrokes']['set']('esc',(_0x1ecefd,_0x5a7526)=>{this['clear'](),this['fire']('cancel'),_0x5a7526();});}_handleSubmit(){const _0x426429=this['getValue']()['trim']();_0x426429?this['_isValidUrl'](_0x426429)?(this['clearError'](),this['fire']('submitUrl',_0x426429)):this['setError'](Es(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](Es(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}_updateConfirmButtonState(){const _0xb373c0=this['getValue']()['trim'](),_0x440f1f=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0xb373c0['length']>0x0&&!_0x440f1f;}['_isValidUrl'](_0x2cb2ba){try{return!!new URL(_0x2cb2ba);}catch{return!0x1;}}};const Lo='ck-ai-chat-resources__item',Po='ck-ai-chat-resources__item--in-context',Do='ck-ai-chat-resources__item-title',Ho='ck-ai-chat-resources__item__icon';var Mo=class extends jt{['resource'];_titleView;['_iconView'];constructor(_0x599218,_0x27bbe5){super(_0x599218),this['resource']=_0x27bbe5,this['set']('isInContext',!!_0x27bbe5['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}getResourceIcon(_0x5a1c1c){if(_0x5a1c1c['isInContext'])return _0x32ea05;switch(_0x5a1c1c['type']){case'document':return _0x1e6b58;case'web-resource':return _0x5943de;case'file':case'text':return _0x7cedc0;default:return _0x2033c3;}}highlightText(_0x42628b){if(!_0x42628b||''===_0x42628b['trim']())return void this['_titleView']['highlightText'](null);const _0x126670=new RegExp(_0x4f4662(_0x42628b),'gi');this['_titleView']['highlightText'](_0x126670);}updateResourceState(_0x25b199){this['resource']['isInContext']=_0x25b199,this['isInContext']=_0x25b199,this['_updateIcon']();}_createTitleView(){const _0x4ba2b7=new Yt();return _0x4ba2b7['text']=this['resource']['label'],_0x4ba2b7['extendTemplate']({'tag':'span','attributes':{'class':[Do]}}),_0x4ba2b7;}_createIconView(){const _0x4211d7=new $t();return _0x4211d7['content']=this['getResourceIcon'](this['resource']),_0x4211d7;}_setupTemplate(){const _0x1df2de=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[Lo,_0x1df2de['if']('isVisible','ck-hidden',_0x368f2b=>!_0x368f2b),_0x1df2de['if']('isInContext',Po)]},'children':[{'tag':'div','attributes':{'class':[Ho]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x1df2de['to']('execute')}});}_updateIcon(){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}};const Uo='ck-ai-chat-resources__list';var Vo=class extends Jt{['_source'];constructor(_0x5ca582,_0x5fe7f3){super(_0x5ca582),this['_source']=_0x5fe7f3,this['extendTemplate']({'attributes':{'class':[Uo]}});}setResources(_0x259b97,_0x4f7b96){this['items']['clear']();let _0x101df9=_0x259b97;if(this['_source']['useDefaultFiltering']&&_0x4f7b96&&''!==_0x4f7b96['trim']()){const _0x4f20bb=new RegExp(_0x4f7b96['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x101df9=_0x259b97['filter'](_0x46b206=>_0x4f20bb['test'](_0x46b206['label']));}for(const _0x94d694 of _0x101df9){const _0xdb2be2=new Mo(this['locale'],_0x94d694);_0xdb2be2['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x94d694);}),this['items']['add'](_0xdb2be2);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x4f7b96);}highlightText(_0x2f2f81){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x1914dc=>{_0x1914dc['highlightText'](_0x2f2f81);});}updateResourceState(_0x2d5be7,_0x1d333c){for(const _0x1920bc of this['items']){const _0x319db8=_0x1920bc;_0x319db8['resource']['id']===_0x2d5be7&&_0x319db8['updateResourceState'](_0x1d333c);}}_handleResourceSelection(_0x4aca82,_0x423d17){this['fire']('addResourceToContext',{'source':_0x4aca82,'resource':_0x423d17});}},Bo=class extends Qt{['iconView'];resetButtonView;['_viewConfig'];constructor(_0x7bcdbb){const t=_0x7bcdbb['t'],_0x56f14e={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x155346,'label':Es(_0x7bcdbb,'AI_CHAT_SEARCH_RESOURCES')};super(_0x7bcdbb,_0x56f14e['creator']),this['label']=_0x56f14e['label'],this['_viewConfig']=_0x56f14e,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x7bcdbb,t),this['_setupEventListeners']();}reset(){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x30cdb){this['fire']('search',_0x30cdb);}getQuery(){return this['fieldView']['element']?.['value']||'';}_setupSearchIcon(){this['iconView']=new $t(),this['iconView']['content']=_0x2b7096,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}_setupResetButton(_0x300a7b,t){this['resetButtonView']=new Mt(_0x300a7b),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x40a4cb,'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',_0x3b5be9=>!_0x3b5be9),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);}},Go=class extends _0x414492{['_searchView'];_searchSection;_searchInputVisibleFrom;_resourcesListView;_skeletonLoader;['_source'];['children'];_latestLoadResourcesUid=null;constructor(_0xaa0070,_0x5aa131){super(_0xaa0070),this['_source']=_0x5aa131['source'],this['_searchInputVisibleFrom']=_0x5aa131['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 _0x215355([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}_createSearchView(){return new Bo(this['locale']);}_createSearchSection(){const _0x214583=new _0x414492(this['locale']);return _0x214583['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x5242ce,_0x1be0bd)=>{this['loadResources'](_0x1be0bd),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x1be0bd);}),_0x214583;}_createResourcesListView(){const _0x3b4da6=new Vo(this['locale'],this['_source']);return _0x3b4da6['delegate']('addResourceToContext')['to'](this),_0x3b4da6['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x3b4da6;}_createSkeletonView(){const _0x2180df=new wr(this['locale'],Cr['aiChatResources']);return _0x2180df['bind']('isVisible')['to'](this,'isLoading'),_0x2180df;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x4d91){const _0x5ae4ff=kt();this['_latestLoadResourcesUid']=_0x5ae4ff,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x4d91,'uid':_0x5ae4ff}),this['isLoading']=!0x0;}setResources(_0x2ff074,_0x2e4e85){if(_0x2e4e85&&_0x2e4e85!==this['_latestLoadResourcesUid'])return;const _0x5be7f2=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x2ff074,_0x5be7f2),_0x2ff074['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}updateResourceState(_0x1a43df,_0x24cd63){this['_resourcesListView']['updateResourceState'](_0x1a43df,_0x24cd63);}};const Fo='ck-ai-chat-context-controls__source-balloon-panel',Ko='ck-button-icon\x20ck-button-back',Wo='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';var Yo=class{['_sourceResourceBalloons']=new Map();_bodyCollection;['_locale'];['_config'];constructor(_0x3161bd,_0x5111f4,_0x5e4b79){this['_locale']=_0x3161bd,this['_bodyCollection']=_0x5111f4,this['_config']=_0x5e4b79;}['showSourceResourcesBalloon']({source:_0x2f2ccb,withBackButton:_0x3c5402}){let _0x5386b0=this['_sourceResourceBalloons']['get'](_0x2f2ccb['id']);_0x5386b0||(_0x5386b0=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x2f2ccb['id'],_0x5386b0),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x5386b0)),this['_addSourceResourceContent']({'balloonPanel':_0x5386b0,'source':_0x2f2ccb,'withBackButton':_0x3c5402}),_0x5386b0['show']();const _0x332360=this['_config']['getTargetElement']();_0x332360&&_0x5386b0['pin']({'target':_0x332360,'limiter':this['_config']['getLimiterElement']()});}populateSourceResourceBalloon(_0x2202b3,_0x2aa78b,_0x39997e){const _0x4338ac=this['_sourceResourceBalloons']['get'](_0x2202b3);if(!_0x4338ac)return;const _0x469d1d=this['_getResourcesViewFromBalloon'](_0x4338ac);_0x469d1d&&(_0x469d1d['setResources'](_0x2aa78b,_0x39997e),_0x469d1d['once']('change:isLoading',()=>{_0x4338ac['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x255676){const _0x119c19=this['_sourceResourceBalloons']['get'](_0x255676);_0x119c19&&requestAnimationFrame(()=>{_0x119c19['hide'](),this['_sourceResourceBalloons']['delete'](_0x255676),this['_config']['onBalloonClosed']();});}['closeAll'](){for(const _0x2c3a0e of Array['from'](this['_sourceResourceBalloons']['keys']()))this['closeSourceResourceBalloon'](_0x2c3a0e);}['isAnyResourceBalloonVisible'](){for(const _0x4eea6a of this['_sourceResourceBalloons']['values']())if(_0x4eea6a['isVisible'])return!0x0;return!0x1;}updateResourceState(_0x3b7e9a,_0x323851,_0x36fca0){const _0x26550c=this['_sourceResourceBalloons']['get'](_0x3b7e9a);if(!_0x26550c||!_0x26550c['isVisible'])return;const _0x2a6d1d=this['_config']['getTargetElement']();if(!_0x2a6d1d)return;_0x26550c['pin']({'target':_0x2a6d1d,'limiter':this['_config']['getLimiterElement']()});const _0x2e5872=this['_getResourcesViewFromBalloon'](_0x26550c);_0x2e5872&&_0x2e5872['updateResourceState'](_0x323851,_0x36fca0);}destroy(){for(const _0x85b89d of this['_sourceResourceBalloons']['values']())_0x85b89d['destroy']();this['_sourceResourceBalloons']['clear']();}_createSourceResourceBalloonPanel(){const _0x2140b0=new xt(this['_locale']);return _0x2140b0['extendTemplate']({'attributes':{'class':Fo}}),this['_bodyCollection']['add'](_0x2140b0),_0x2140b0;}_addSourceResourceContent({balloonPanel:_0x14041f,source:_0xd88b3,withBackButton:_0x106d46}){_0x14041f['content']['clear']();const _0x5b0671=this['_createBalloonHeader']({'balloonPanel':_0x14041f,'source':_0xd88b3,'withBackButton':_0x106d46});_0x14041f['content']['add'](_0x5b0671);const _0x200330=this['_createBalloonResourcesView'](_0xd88b3);_0x14041f['content']['add'](_0x200330);}_createBalloonHeader({balloonPanel:_0x263831,source:_0x2f85de,withBackButton:_0x25a7e1}){const _0x25c2c7=new Kt(this['_locale'],{'label':_0x2f85de['label'],'class':Wo});return _0x25a7e1&&_0x25c2c7['children']['add'](this['_createBackButton'](_0x263831),0x0),_0x25c2c7;}_createBackButton(_0x5eadb8){const _0x3eb122=new Mt(this['_locale']);return _0x3eb122['set']({'icon':_0x58652b,'tooltip':Es(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':Ko}),_0x3eb122['on']('execute',()=>{_0x5eadb8['hide'](),this['_config']['onBackToContext']();}),_0x3eb122;}_createBalloonResourcesView(_0x548d7d){const _0x43ee69=new Go(this['_locale'],{'source':_0x548d7d,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x43ee69['on']('loadSourceResources',(_0x3e9dec,_0x2b10b0)=>{this['_config']['onLoadSourceResources'](_0x2b10b0);}),_0x43ee69['on']('addResourceToContext',(_0x7fc1d1,_0x36f903)=>{this['_config']['onResourceSelected'](_0x36f903['source'],_0x36f903['resource']),this['closeSourceResourceBalloon'](_0x548d7d['id']);}),_0x43ee69;}_getResourcesViewFromBalloon(_0x6ef75e){const _0x9ae208=_0x6ef75e['content']['get'](0x1);return _0x9ae208 instanceof Go?_0x9ae208:null;}_setupSingleResourceBalloonClickOutsideHandler(_0x968994){_0x4b6d2c({'emitter':_0x968994,'contextElements':[_0x968994['element']],'callback':()=>{_0x968994['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x968994['isVisible']});}};const $o=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],qo='ck-ai-chat-context-controls',Qo='ck-ai-chat-context-controls__pending-contexts',Xo='ck-ai-chat-context-controls__add-context-balloon-panel',zo='ck-ai-chat-context-controls__add-context-button',jo='ck-ai-chat-context-controls__url-balloon-panel',Jo='ck-ai-chat-context-controls__balloon-button',Zo='ck-ai-chat-context-controls__balloon-button-source',ta='ck-ai-chat-controls-button',ea='ck-ai-chat-context-chips-wrapper-balloon',ia='ck-ai-chat-controls_context_show-more-button',sa='ck-ai-chat-context-controls__show-more-balloon-panel',na='ck-ai-chat',ra=[xt['defaultPositions']['northArrowSouthWest'],xt['defaultPositions']['northArrowSouth'],xt['defaultPositions']['northArrowSouthEast'],xt['defaultPositions']['southArrowNorthWest'],xt['defaultPositions']['southArrowNorth'],xt['defaultPositions']['southArrowNorthEast']];var oa=class extends _0x414492{addContextButtonView;_currentContextsChips=this['createCollection']();_conversationContextsChips=this['createCollection']();['_overflowManager'];_addContextBalloonPanelView;['_urlBalloonPanelView'];_urlInputView;['_resourcesBalloonView'];_addContextBalloonConfig;_hasExactlyOneSource=!0x1;bodyCollection;constructor(_0x22ccb4,_0x1e5738){super(_0x22ccb4),this['bodyCollection']=_0x1e5738['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x22ccb4),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x22ccb4),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x22ccb4),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x22ccb4,_0x1e5738);const _0x3ec8fc={'cssClasses':{'showMoreButton':ia+'\x20'+Dn,'showMoreBalloon':sa,'overflowContainer':ea,'controlsButton':ta}};this['_overflowManager']=new Qr(_0x22ccb4,this['_currentContextsChips'],_0x3ec8fc,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(_0x2aced8,_0x1c9fad){const _0xbe7b70=this['_createContextButton'](_0x2aced8,'current',!0x0,_0x1c9fad);this['_addContextToCollection'](_0xbe7b70,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}removeContextItem(_0x2cf35e){this['_removeContextFromCollection'](_0x2cf35e,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x2cf35e,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}setContextItemLoading(_0x2c2e1e,_0x3684bd){let _0x17f2a8=this['_currentContextsChips']['find'](_0x13bbde=>_0x13bbde['id']===_0x2c2e1e);_0x17f2a8||(_0x17f2a8=this['_overflowManager']['overflowChips']['find'](_0x364106=>_0x364106['id']===_0x2c2e1e)),_0x17f2a8&&(_0x17f2a8['isLoading']=_0x3684bd);}setConversationContext(_0x4bb649){this['_conversationContextsChips']['clear']();for(const _0x2dd18b of _0x4bb649){const _0x3b4faf=this['_createContextButton'](_0x2dd18b,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x3b4faf,this['_conversationContextsChips']);}}clearCurrentContextItems(){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}clearConversationContextItems(){this['_conversationContextsChips']['clear']();}updateResourceState(_0x1391ae,_0x59a56b,_0x249d1f){this['_resourcesBalloonView']['updateResourceState'](_0x1391ae,_0x59a56b,_0x249d1f);}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;}['hideAllBalloons'](){this['hideAddContextBalloonPanel'](),this['hideUrlBalloonPanel'](),this['_resourcesBalloonView']['closeAll']();}['_showSourceResourcesBalloon']({source:_0x4614f0,withBackButton:_0x2bf540}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x4614f0,'withBackButton':_0x2bf540}),this['addContextButtonView']['isOn']=!0x0;}populateSourceResourceBalloon(_0x3c01ee,_0x2d2809,_0x15a3b4,_0x3dd3ef){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x3c01ee,_0x15a3b4,_0x3dd3ef);}['closeSourceResourceBalloon'](_0xba6bc9){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0xba6bc9),this['addContextButtonView']['isOn']=!0x1;}setAddContextOptions(_0x437d7e){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x437d7e),this['_setAddContextButtonEnabled'](_0x437d7e);}_setAddContextButtonEnabled(_0x33bc0d){const _0x2c1af4=!_0x33bc0d['document']['isHidden']&&_0x33bc0d['document']['enabled'],_0x4c8b98=_0x33bc0d['urls']['enabled'],_0x576787=_0x33bc0d['files']['enabled'],_0xb1bdc=_0x33bc0d['sources']['length']>0x0,_0x28f3ab=_0x33bc0d['customItems']&&_0x33bc0d['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x2c1af4||_0x4c8b98||_0x576787||_0xb1bdc||_0x28f3ab;}_setupTemplate(){this['setTemplate']({'tag':'div','attributes':{'class':[qo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Qo},'children':this['_currentContextsChips']}]});}_bindEventHandlers(){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}_createAddContextButtonView(_0x21f42e){const _0x152373=new Mt(_0x21f42e);return _0x152373['set']({'label':Es(_0x21f42e,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':ta+'\x20'+zo+'\x20'+Dn,'icon':_0x334e29,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x152373;}_createAddContextBalloonPanelView(_0x4c13ea){return this['_createBaseBalloonPanel'](_0x4c13ea,Xo);}_createUrlBalloonPanelView(_0x46966d){const _0x18263d=this['_createBaseBalloonPanel'](_0x46966d,jo);return this['_addUrlContent'](_0x18263d,_0x46966d),_0x18263d;}_createResourcesBalloonView(_0x5b9c81,_0x45eff0){const _0x4b1443={'searchInputVisibleFrom':_0x45eff0['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':ra});},'onResourceSelected':(_0x44dea3,_0x4b8693)=>{this['fire']('addResourceToContext',{'source':_0x44dea3,'resource':_0x4b8693});},'onLoadSourceResources':_0x17536b=>{this['fire']('loadSourceResources',_0x17536b);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Yo(_0x5b9c81,_0x45eff0['bodyCollection'],_0x4b1443);}_getLimiterElement(){return this['element']?.['closest']('.'+na)||document['body'];}_createBaseBalloonPanel(_0x2626ea,_0x4328c8){const _0x23770d=new xt(_0x2626ea);return _0x23770d['extendTemplate']({'attributes':{'class':_0x4328c8}}),this['bodyCollection']['add'](_0x23770d),_0x23770d;}_setBalloonPanelContent(_0x41dd78,_0xc39f3a,_0x1e692f){if(_0x41dd78['content']['clear'](),!_0x1e692f['document']['isHidden']&&_0x1e692f['document']['enabled']){const _0x559ec5=this['_createBalloonButton'](_0xc39f3a,{'label':Es(_0xc39f3a,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x1e6b58});_0x559ec5['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x41dd78['content']['add'](_0x559ec5);}if(_0x1e692f['urls']['enabled']){const _0x152720=this['_createBalloonButton'](_0xc39f3a,{'label':Es(_0xc39f3a,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x5943de});_0x152720['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':ra}),this['_urlInputView']['focus']();}),_0x41dd78['content']['add'](_0x152720);}if(_0x1e692f['files']['enabled']){const _0x11e83f=new Gt(_0xc39f3a);_0x11e83f['set']({'label':Es(_0xc39f3a,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x7ae57f,'withText':!0x0,'tooltip':!0x0,'class':Jo,'allowMultipleFiles':!0x0}),_0x11e83f['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x11e83f['on']('done',(_0x5b635a,_0x599cbc)=>{this['fire']('addFileToContext',_0x599cbc);}),_0x11e83f['tooltip']=!0x0,_0x41dd78['content']['add'](_0x11e83f);}for(const _0x2f59fb of _0x1e692f['sources']){const _0x14c8e7=this['_createBalloonButton'](_0xc39f3a,{'label':_0x2f59fb['label'],'icon':_0x2f59fb['icon']||_0x2033c3,'type':'source'});_0x41dd78['content']['add'](_0x14c8e7),_0x14c8e7['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x2f59fb,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x2f7a7a of _0x1e692f['customItems']||[]){const _0x2593ef=this['_createBalloonButton'](_0xc39f3a,{'label':_0x2f7a7a['label'],'icon':_0x2f7a7a['icon']||_0x2033c3,'type':'customItem'});_0x41dd78['content']['add'](_0x2593ef),_0x2593ef['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x2f7a7a);});}this['_hasExactlyOneSource']=0x1===_0x41dd78['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}_addUrlContent(_0x3cef46,_0x152564){this['_urlInputView']=new xo(_0x152564),this['_urlInputView']['on']('submitUrl',(_0x48902a,_0x48013f)=>{this['_handleUrlSubmit'](_0x48013f);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':ra}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':ra});}),_0x3cef46['content']['add'](this['_urlInputView']);}_createBalloonButton(_0xbadc9b,_0xe73975){const _0xe76cba='source'===_0xe73975['type']?new aa(_0xbadc9b):new Mt(_0xbadc9b);return _0xe76cba['set']({'label':_0xe73975['label'],'icon':_0xe73975['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Jo}),_0xe76cba;}_setupAllBalloonClickOutsideHandlers(){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}_setupUrlBalloonClickOutsideHandler(){_0x4b6d2c({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}_toggleAddContextBalloon(_0x12cd8d){const _0x593b79=this['_addContextBalloonConfig'];_0x593b79['buttonView']['isOn']=_0x12cd8d,_0x12cd8d?_0x593b79['balloonView']['show']():_0x593b79['balloonView']['hide']();}_setupAddContextBalloonClickOutsideHandler(){const {balloonView:_0x62b72d,buttonView:_0xbac6c0,hideMethod:_0x3d07bf}=this['_addContextBalloonConfig'];_0x4b6d2c({'emitter':_0x62b72d,'contextElements':[_0x62b72d['element'],_0xbac6c0['element']],'callback':()=>{_0x3d07bf();},'activator':()=>_0xbac6c0['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}_createContextButton(_0x1e9e1f,_0x44b288,_0x3e27d3=!0x1,_0x1a5a0c=!0x1){const _0x304e80='conversation'===_0x44b288||!0x0===_0x1e9e1f['isReadOnly'],_0x49cf8f=new Wr(this['locale'],_0x1e9e1f,_0x304e80,_0x3e27d3,_0x1a5a0c);return _0x304e80||_0x49cf8f['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x49cf8f['id']);}),_0x49cf8f;}_addContextToCollection(_0x436bbc,_0xee0802){_0xee0802['add'](_0x436bbc,0x0);}_removeContextFromCollection(_0x294549,_0x30735f){const _0x1d0ac0=_0x30735f['find'](_0x527600=>_0x527600['id']===_0x294549);_0x1d0ac0&&_0x30735f['remove'](_0x1d0ac0);}_handleAddContextButtonClick(){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':ra}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}_handleUrlSubmit(_0x46b5b1){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x46b5b1);}},aa=class extends Mt{['arrowView'];constructor(_0x57f3a0){super(_0x57f3a0),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Zo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}_createArrowView(){const _0x1a9140=new $t();return _0x1a9140['content']=_0xd84f6e,_0x1a9140['extendTemplate']({'attributes':{'class':Zo+'__arrow'}}),_0x1a9140;}},ha=class extends _0x414492{_cancelButtonView;['_loaderView'];constructor(_0x113b5d){super(_0x113b5d),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 _0x547a4b=new Mt(this['locale']);return _0x547a4b['set']({'label':Es(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':Pn+'\x20ck-ai-button-stop-generating','icon':st}),_0x547a4b['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x547a4b;}_createLoaderView(){const _0x28ccfd=new _0x414492(this['locale']);return _0x28ccfd['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':Es(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x28ccfd;}},ca=class extends _0x414492{_contextPanelView;_promptInputView;['_dropZoneView'];_promptCapabilitiesView;['_loaderView'];['_modelUnavailableMessageView'];_shouldRestorePromptInputFocus;['_filesEnabled'];constructor(_0x1c83d7,_0x4c26f4){super(_0x1c83d7),this['_filesEnabled']=_0x4c26f4['filesEnabled'],this['_contextPanelView']=this['_createContextPanelView'](_0x1c83d7,{'bodyCollection':_0x4c26f4['bodyCollection'],'searchInputVisibleFrom':_0x4c26f4['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x1c83d7),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x1c83d7),this['_loaderView']=this['_createLoaderView'](_0x1c83d7),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x1c83d7),this['_dropZoneView']=new Ao(_0x1c83d7),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage','promptInputPaste')['to'](this),this['_dropZoneView']['delegate']('promptInputPaste')['to'](this),this['_dropZoneView']['on']('dragEnter',()=>this['_contextPanelView']['hideAllBalloons']()),this['_dropZoneView']['bind']('isEnabled')['to'](this,'isLoading',_0xa60e7c=>!_0xa60e7c),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'](...$o)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x7ea197=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x7ea197['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x7ea197['if']('isLoading','ck-hidden',_0xe99088=>_0xe99088||!this['isModelAvailable']),_0x7ea197['if']('isModelAvailable','ck-hidden',_0x539fc4=>!_0x539fc4||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x7ea197['if']('isLoading','ck-hidden',_0x5eb199=>!_0x5eb199)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x7ea197['if']('isModelAvailable','ck-hidden',_0x4e1ba5=>_0x4e1ba5)]},'children':[this['_modelUnavailableMessageView']]},this['_dropZoneView']]}),_0x4b6d2c({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['render'](){super['render'](),this['_filesEnabled']&&this['_dropZoneView']['attach'](this['element']);}_createContextPanelView(_0xc8a8dd,_0x288525){return new oa(_0xc8a8dd,_0x288525);}_createPromptInputView(_0x75ee72){return new go(_0x75ee72,this['_contextPanelView']['addContextButtonView']);}_createPromptCapabilitiesView(_0x29c253){return new ko(_0x29c253);}_createLoaderView(_0x3eed0b){return new ha(_0x3eed0b);}_createModelUnavailableMessageView(_0x18fe80){const _0x4667d4=new la(_0x18fe80);return _0x4667d4['delegate']('startConversation')['to'](this),_0x4667d4;}_handlePromptInputFocus(_0xb55b82,_0x148026,_0x85e06c){_0x85e06c?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}addContextItem(_0x2f60e9,_0x3f5354){this['_contextPanelView']['addContextItem'](_0x2f60e9,_0x3f5354);}removeContextItem(_0x254bf4){this['_contextPanelView']['removeContextItem'](_0x254bf4);}setContextItemLoading(_0x4f33b9,_0x3eb17f){this['_contextPanelView']['setContextItemLoading'](_0x4f33b9,_0x3eb17f);}setIsUploadInProgress(_0x21f784){this['_promptInputView']['setIsUploadInProgress'](_0x21f784);}setConversationContext(_0x42db4d){this['_contextPanelView']['setConversationContext'](_0x42db4d);}clearPendingContextUI(){this['_contextPanelView']['clearCurrentContextItems']();}clearConversationContextUI(){this['_contextPanelView']['clearConversationContextItems']();}updateResourceState(_0x5deb65,_0x44e109,_0x59440a){this['_contextPanelView']['updateResourceState'](_0x5deb65,_0x44e109,_0x59440a);}setWebSearch(_0x43043c){this['_promptCapabilitiesView']['setWebSearch'](_0x43043c);}setReasoning(_0x31af75){this['_promptCapabilitiesView']['setReasoning'](_0x31af75);}resetMessageInput(){this['_promptInputView']['reset']();}setAddContextOptions(_0x3079b2){this['_contextPanelView']['setAddContextOptions'](_0x3079b2);}setInputPlaceholder(_0x42b93f){this['_promptInputView']['setPlaceholderText'](_0x42b93f);}setModelList(_0xa52bfa,_0x20571d){this['_promptCapabilitiesView']['setModelList'](_0xa52bfa,_0x20571d);}setModel(_0x326c19){_0x326c19?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x326c19)):this['isModelAvailable']=!0x1;}enableModelSelector(){this['_promptCapabilitiesView']['enableModelSelector']();}disableModelSelector(_0xfd9833){this['_promptCapabilitiesView']['disableModelSelector'](_0xfd9833);}populateSourceResourceBalloon(_0x35666f,_0x415a4c,_0x1a399c,_0x5b687d){this['_contextPanelView']['populateSourceResourceBalloon'](_0x35666f,_0x415a4c,_0x1a399c,_0x5b687d);}['closeSourceResourceBalloon'](_0x57d8f9){this['_contextPanelView']['closeSourceResourceBalloon'](_0x57d8f9);}focusPromptInput(_0x5c0b0e=!0x1){this['_promptInputView']['focus'](_0x5c0b0e);}setPromptInputValue(_0x53f6f8){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x53f6f8;}},la=class extends _0x414492{constructor(_0x102627){super(_0x102627);const _0x5c2094=new Mt(_0x102627);_0x5c2094['set']({'label':Es(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x5c2094['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':Es(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x5c2094]}]});}},ua=class extends Kt{resizeButton;constructor(_0x3f767e,_0x1c7de2){super(_0x3f767e,{'label':_0x1c7de2['label'],'class':'ck-ai-header\x20'+_0x1c7de2['class'],'icon':_0x1c7de2['icon']}),this['set']('isMaximized',!0x1),_0x1c7de2['content']&&this['children']['add'](_0x1c7de2['content']),_0x1c7de2['showResizeButton']&&(this['resizeButton']=Hn(_0x3f767e,this),this['children']['add'](this['resizeButton']));}},da=class extends _0x414492{constructor(_0x973ab0){super(_0x973ab0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':Es(_0x973ab0,'AI_DISCLAIMER_TEXT')}]}]});}};function _a(_0xef5d7d,_0x32f6ae){const _0x18efe6=new Mt(_0xef5d7d);return _0x18efe6['set']({'label':Es(_0xef5d7d,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x2ee682,'class':'ck-ai-chat__start-conversation\x20'+Pn}),_0x18efe6['on']('execute',()=>{_0x32f6ae['fire']('startConversation');}),_0x18efe6;}var ga=class extends _0x414492{chatHeader;chatFeed;chatControls;chatDisclaimer;_bodyCollection;constructor(_0x244198,_0x4546f3){super(_0x244198),this['_bodyCollection']=Mn(_0x244198);const _0x196d3c=_a(_0x244198,this);this['chatHeader']=new ua(_0x244198,{'label':Es(_0x244198,'AI_CHAT_HEADING'),'icon':_0x39a424,'class':'ck-ai-header_chat','content':_0x196d3c,'showResizeButton':_0x4546f3['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new co(_0x244198,this['_bodyCollection']),this['chatFeed']['delegate'](...sr)['to'](this),this['chatControls']=new ca(_0x244198,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x4546f3['contextResourcesSearchInputVisibleFrom'],'filesEnabled':_0x4546f3['filesEnabled']}),this['chatControls']['delegate'](...sr)['to'](this),this['chatDisclaimer']=new da(_0x244198),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x244198['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}populateSourceResourceBalloon(_0x22796c,_0x20c47e,_0x513cf5,_0xd5ef75){this['chatControls']['populateSourceResourceBalloon'](_0x22796c,_0x20c47e,_0x513cf5,_0xd5ef75);}['closeSourceResourceBalloon'](_0xef7af6){this['chatControls']['closeSourceResourceBalloon'](_0xef7af6);}destroy(){this['_bodyCollection']['detachFromDom'](),super['destroy']();}},Aa=class extends _0x77cfae{static get requires(){return[gs];}['_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;get['idleUiPromise'](){return this['_promiseQueue']['queueEmptyPromise'];}constructor(_0xa4c970){super(_0xa4c970);const _0x5c9f8f=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['set']('isChatStreaming',!0x1),this['_promiseQueue']=new Sr(),this['_view']=new ga(this['context']['locale'],{'showResizeButton':_0x5c9f8f['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled')}),this['_view']['delegate']('resizeTabs')['to'](_0x5c9f8f),this['_view']['delegate'](...sr)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x362f35,{showDiff:_0x46fdf0})=>{this['showDiff']=_0x46fdf0;}),this['disableControls'](),_0x5c9f8f['view']['addTab']({'id':'chat','buttonLabel':Es(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x39a424,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x5c9f8f['view'],'isMaximized',_0x594195=>_0x594195),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isChatStreaming',_0x1be5ef=>_0x1be5ef),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}destroy(){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}createConversation({availableModels:_0x1de166}){const _0x7e9975=this['context']['config']['get']('ai.chat.welcomeMessage')??Es(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x1de166,!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x7e9975}),this['fire']('conversationCreated');}async addFeedItemStaticMessage({id:_0x219c83,staticMessage:_0x1cb442}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x219c83,'initialContent':'<p>'+_0x1cb442+'</p>'});});}async addFeedItemUserMessage(_0x226d3e){const _0xe2bc4b=_0x226d3e['attributes']?.['displayedPrompt']||_0x226d3e['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x226d3e['contextItems']['values']()),'initialContent':'<p>'+_0xe2bc4b+'</p>','id':_0x226d3e['id']});});}async addFeedItemError({errorMessage:_0x219e03,id:_0x345e24}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x219e03+'</p>','id':_0x345e24});});}async addFeedItemAIReply(_0x18b274){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x18b274['interactionId']+':'+_0x18b274['id']}),this['clearLoadingMessage']();});}async addFeedItemAISuggestion(_0x3c9ef4){const _0x10c610=bs(this['context']),_0x4fcf8b=_0x10c610['map'](_0x2aab0f=>_0x2aab0f['config']['get']('ai.availableReplyActions')||[...Or]);let _0x3bb9bc=_0x4fcf8b['reduce']((_0x49b60f,_0x38cd2d)=>_0x49b60f['filter'](_0x50af80=>_0x38cd2d['includes'](_0x50af80)),_0x4fcf8b[0x0]||[...Or]);const _0x240ef2=_0x10c610['every'](_0x44bd60=>_0x44bd60['plugins']['has']('TrackChanges')),_0x115e39=_0x10c610['map'](_0x1a1ced=>_0x1a1ced['commands']['get']('trackChanges'));return _0x240ef2?this['_isTrackChangesCommandValueBound']||(this['_isTrackChangesCommandValueBound']=!0x0,this['_view']['chatFeed']['bind']('isTrackChangesOn')['toMany'](_0x115e39,'value',(..._0x128c40)=>_0x128c40['some'](_0x4e3be4=>_0x4e3be4))):_0x3bb9bc=_0x3bb9bc['filter'](_0x3a0c4d=>'insertSuggestion'!=_0x3a0c4d),this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x3c9ef4['interactionId']+':'+_0x3c9ef4['id'],'areActionsDisabled':_0x3c9ef4['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x3bb9bc}),this['clearLoadingMessage']();});}async addFeedInteractionHeader(_0x4ea9e5,_0x349794){return this['_promiseQueue']['enqueue'](async()=>{const _0x45938a=this['_view']['chatFeed']['children']['last'];if(_0x45938a instanceof so)return this['_view']['chatFeed']['children']['remove'](_0x45938a),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x4ea9e5['id'],'capabilities':{'isWebSearchEnabled':_0x45938a['capabilities']['isWebSearchEnabled']||_0x349794['isWebSearchEnabled'],'isReasoningEnabled':_0x45938a['capabilities']['isReasoningEnabled']||_0x349794['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x4ea9e5['id'],'capabilities':_0x349794});});}async addFeedItemCustomElement(_0x616653,_0x11b3b3){let _0x36f727;return await this['_promiseQueue']['enqueue'](async()=>{_0x36f727=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x616653,'id':_0x11b3b3});}),_0x36f727;}removeFeedItem(_0x2bfc90){this['_view']['chatFeed']['removeItem'](_0x2bfc90);}hasFeedItem(_0x5ba4e6){return this['_view']['chatFeed']['hasItem'](_0x5ba4e6);}updateFeedInteractionHeader(_0x220eb2){const _0x366073=this['_view']['chatFeed']['children']['find'](_0x2de3d5=>_0x2de3d5['options']['id']==_0x220eb2['id']&&_0x2de3d5 instanceof so);_0x366073&&_0x366073['set']('isVisible',_0x220eb2['isVisible']);}async updateFeedItemAIReplyContent(_0x4e5973){const _0x1ea478=_0x4e5973['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x1a17e9=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x4e5973,'abortSignal':_0x1a17e9,'renderingStrategy':_0x1ea478}),_0x4e5973['isDone']&&this['markFeedItemAsDone'](_0x4e5973['id']);});}updateFeedItemAIReplySources(_0x223c37,_0x710dab){this['_view']['chatFeed']['updateWebSources'](_0x223c37,_0x710dab);}async updateFeedItemAIReplySuggestionContent(_0x1b6f1d){return this['_promiseQueue']['enqueue'](async _0x451027=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x1b6f1d,'abortSignal':_0x451027}),_0x1b6f1d['isDone']&&this['markFeedItemAsDone'](_0x1b6f1d['id']);});}updateFeedItemAIReplySuggestionPartState(_0x32fd6f){this['_view']['chatFeed']['updateSuggestionPartState'](_0x32fd6f);}setSuggestionGating(_0x4315e9,_0x2b882d){this['_view']['chatFeed']['updateSuggestionGating'](_0x4315e9,_0x2b882d);}setFeedItemAIReplySuggestionPartActive(_0x10ac89){this['_view']['chatFeed']['setSuggestionPartActive'](_0x10ac89);}markFeedItemAsDone(_0x47fad4){this['_view']['chatFeed']['markItemAsDone'](_0x47fad4);}removeFeedInteraction(_0x28c3e7){this['_view']['chatFeed']['getItemIds']()['filter'](_0x583ea6=>_0x583ea6['startsWith'](_0x28c3e7))['forEach'](_0x265dd1=>this['_view']['chatFeed']['removeItem'](_0x265dd1));}startInteraction(){const _0x1e30e4=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x1e30e4),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['isChatStreaming']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}stopInteraction(_0x2face1){this['_promiseQueue']['abort'](),_0x2face1&&this['_view']['chatFeed']['getItemIds']()['filter'](_0x4a28c2=>_0x4a28c2['startsWith'](_0x2face1['id']))['forEach'](_0x3f3491=>this['markFeedItemAsDone'](_0x3f3491)),this['resetChatBusyStateToIdle']();}resetChatBusyStateToIdle(){this['isBusy']=!0x1,this['isChatStreaming']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();}async finishInteraction(){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['resetChatBusyStateToIdle']();});}addContextItem(_0x4c0504,_0x4184fd){this['_view']['chatControls']['addContextItem'](_0x4c0504,_0x4184fd);}removeContextItem(_0x505524){this['_view']['chatControls']['removeContextItem'](_0x505524);}setContextItemLoading(_0x360a5e,_0x5bcd98){this['_view']['chatControls']['setContextItemLoading'](_0x360a5e,_0x5bcd98);}setIsUploadInProgress(_0x425eac){this['_view']['chatControls']['setIsUploadInProgress'](_0x425eac);}setConversationContext(_0x29d0de){this['_view']['chatControls']['setConversationContext'](_0x29d0de);}clearPendingContextUI(){this['_view']['chatControls']['clearPendingContextUI']();}clearConversationContextUI(){this['_view']['chatControls']['clearConversationContextUI']();}updateResourceState(_0xa096c7,_0xdcf16d,_0x1d911f){this['_view']['chatControls']['updateResourceState'](_0xa096c7,_0xdcf16d,_0x1d911f);}resetMessageInput(){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}setAddContextOptions(_0x278f07){this['_view']['chatControls']['setAddContextOptions'](_0x278f07);}updateCapabilities(_0x3d8ab0){this['_view']['chatControls']['setWebSearch'](_0x3d8ab0['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x3d8ab0['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x3d8ab0));}setSelectedModel(_0x2c7231,_0x4fc639){this['_view']['chatControls']['setModel'](_0x2c7231),_0x4fc639&&this['_view']['chatControls']['disableModelSelector'](!0x1);}setFeedItemRenderingStrategy(_0x4f473d){this['feedItemRenderingStrategy']=_0x4f473d;}toggleLoadingSkeleton(_0x51a500){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x51a500);}resetConversationTitle(){this['setConversationTitle'](Es(this['context']['locale'],'AI_CHAT_HEADING'));}emptyConversationTitle(){this['setConversationTitle']('');}setConversationTitle(_0x1e41be,_0x118985=!0x1){if(clearInterval(this['_titleAnimationInterval']),_0x118985&&!Et()&&_0x1e41be['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x1e41be);this['_view']['chatHeader']['label']=_0x1e41be;}setLoadingMessage(_0x4b694b){this['_view']['chatFeed']['setLoadingMessage'](_0x4b694b);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}_animateConversationTitle(_0x41fa1f){let _0xb073dd=0x0;this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x41fa1f[_0xb073dd],_0xb073dd++,_0xb073dd===_0x41fa1f['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x1aae38){return _0x1aae38['isWebSearchEnabled']&&_0x1aae38['isReasoningEnabled']?Es(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x1aae38['isWebSearchEnabled']?Es(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x1aae38['isReasoningEnabled']?Es(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):Es(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}_getInputPlaceholder(_0x43d0c4){return _0x43d0c4?_0x43d0c4['isWebSearchEnabled']&&_0x43d0c4['isReasoningEnabled']?Es(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x43d0c4['isWebSearchEnabled']?Es(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x43d0c4['isReasoningEnabled']?Es(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):Es(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):Es(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}populateSourceResourceBalloon(_0x565626,_0x575cbd,_0x37e118,_0x5f121f){this['_view']['populateSourceResourceBalloon'](_0x565626,_0x575cbd,_0x37e118,_0x5f121f);}['closeSourceResourceBalloon'](_0x23933d){this['_view']['closeSourceResourceBalloon'](_0x23933d);}setPromptInputValue(_0x5c2021){this['_view']['chatControls']['setPromptInputValue'](_0x5c2021);}focusPromptInput(_0x13ef54=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x13ef54);}scrollFeedToSuggestion(_0x31e681,_0x5de7bc){this['_view']['chatFeed']['scrollToSuggestion'](_0x31e681,_0x5de7bc);}startAutoScroll(_0x516e5e={}){this['_view']['chatFeed']['startAutoScroll'](_0x516e5e);}stopAutoScroll(){this['_view']['chatFeed']['stopAutoScroll']();}disableControls(){this['_view']['chatControls']['isDisabled']=!0x0;}enableControls(){this['_view']['chatControls']['isDisabled']=!0x1;}toggleConversationLoading(_0x496525){_0x496525?(this['isBusy']=_0x496525,this['disableControls']()):(this['enableControls'](),this['resetChatBusyStateToIdle']());}},Ia=class extends Jt{sections;constructor(_0x336142,_0x12cdea){super(_0x336142),this['sections']=_0x12cdea,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}filter(_0x440961){let _0x1cef2a=0x0,_0x24971d=0x0;for(const _0x40b944 of this['sections']){const {resultsCount:_0x24090b,totalItemsCount:_0x395c14}=_0x40b944['filter'](_0x440961);_0x1cef2a+=_0x24090b,_0x24971d+=_0x395c14;}return{'resultsCount':_0x1cef2a,'totalItemsCount':_0x24971d};}},pa=class extends jt{title;itemsViews;_itemsListView;constructor(_0x412e58,{title:_0x451718,items:_0x10f5c3}){super(_0x412e58);const _0x26f3d7=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x451718,this['itemsViews']=_0x10f5c3;const _0x16c07b=new _0x414492(_0x412e58);_0x16c07b['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new Jt(_0x412e58),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x26f3d7['if']('isVisible','ck-hidden',_0x369c07=>!_0x369c07)]},'children':[_0x16c07b,this['_itemsListView']]});}filter(_0x3008a6){const _0x45f7ec=this['itemsViews']['length'];let _0x107e8e=0x0;for(const _0x40f246 of this['itemsViews'])_0x3008a6?(_0x40f246['isVisible']=!!_0x40f246['isMatching'](_0x3008a6),_0x40f246['highlightText'](_0x3008a6)):(_0x40f246['isVisible']=!0x0,_0x40f246['highlightText'](null)),_0x40f246['isVisible']&&_0x107e8e++;return this['isVisible']=_0x107e8e>0x0,{'resultsCount':_0x107e8e,'totalItemsCount':_0x45f7ec};}getItem(_0x30e96c){return this['itemsViews']['find'](_0x176845=>_0x176845['id']===_0x30e96c);}removeItem(_0x3309da){const _0x1d051a=this['itemsViews']['indexOf'](_0x3309da);-0x1!==_0x1d051a&&(this['itemsViews']['splice'](_0x1d051a,0x1),this['_itemsListView']['items']['remove'](_0x3309da));}};const Ea=/* #__PURE__ -- @preserve */
|
|
34
|
+
_0x15fd82(jt);var ma=class AIChatHistoryListItemView extends Ea{['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(_0x5ce5e2,_0x3085d9){super(_0x5ce5e2);const _0x140b47=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x3085d9['pinned']),this['set']('loadingState',null),this['set']('title',_0x3085d9['title']),this['id']=_0x3085d9['id'];const {createdAt:_0x24ab2e,active:_0x5a2a65=!0x1}=_0x3085d9;this['_titleView']=new Yt(),this['_titleView']['bind']('text')['to'](this,'title'),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x5cdd3f=this['_createCheckView'](),_0x48e2ac=this['_createPinButtonView'](_0x5ce5e2),_0x3562d=this['_createMenuDropdownView'](),_0x2af1bb=this['_createEditInputView'](_0x5ce5e2),_0x3028f1=this['_createAcceptEditButtonView'](_0x5ce5e2,_0x2af1bb),_0x437141=this['_createCancelEditButtonView'](_0x5ce5e2);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x48e2ac),this['actions']['add'](_0x3562d),this['on']('change:isEdit',(_0x7e46c,_0x456628,_0xaf17e2)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0xaf17e2?(this['actions']['add'](_0x3028f1),this['actions']['add'](_0x437141),this['mainContent']['add'](_0x2af1bb),_0x2af1bb['element']['value']=this['title']||'',_0x2af1bb['element']['focus']()):(this['actions']['add'](_0x48e2ac),this['actions']['add'](_0x3562d),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x5a2a65?'ck-ai-chat-history__item--active':'',_0x140b47['if']('isVisible','ck-hidden',_0x2e93b9=>!_0x2e93b9),_0x140b47['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',_0x140b47['if']('loadingState','ck-hidden',_0xc752fe=>!!_0xc752fe)]},'children':_0x5a2a65?[_0x5cdd3f]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x140b47['if']('loadingState','ck-hidden',_0x579baa=>!_0x579baa)]},'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-container',_0x140b47['if']('loadingState','ck-hidden',_0x47bce2=>!!_0x47bce2)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x140b47['if']('loadingState','ck-hidden',_0xea31ba=>!_0xea31ba)]},'children':[{'text':_0x140b47['to']('loadingState',_0x48ef4b=>_0x48ef4b?Es(this['locale'],AIChatHistoryListItemView['LOADING_LABELS'][_0x48ef4b]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x24ab2e]}]},{'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(_0x473c90){this['set']('title',_0x473c90);}updateLoadingState(_0x23e87a,_0x3c9acf){this['set']('loadingState',_0x3c9acf?_0x23e87a:null);}_createCheckView(){const _0x4772b2=new $t();return _0x4772b2['set']({'content':_0x32ea05}),_0x4772b2;}_createPinButtonView(_0x892e91){const _0xce64a7=new Mt(_0x892e91);return _0xce64a7['set']({'label':Es(_0x892e91,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x2175f6,'withText':!0x1,'tooltip':!0x0}),_0xce64a7['bind']('isOn')['to'](this,'pinned'),_0xce64a7['on']('execute',()=>{const _0x1b2467=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x1b2467});}),_0xce64a7;}_createMenuDropdownView(){const _0x4a2749=_0x44881d(this['locale']),_0x1a5530=_0x4a2749['panelView']['children'];_0x4a2749['buttonView']['set']({'label':Es(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':rt}),_0x4a2749['panelPosition']='sw';const _0x4e8973=new Mt(this['locale']);_0x4e8973['label']=Es(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x4e8973['withText']=!0x0,_0x4e8973['on']('execute',()=>{this['isEdit']=!0x0;});const _0x51ed92=new Mt(this['locale']);_0x51ed92['label']=Es(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x51ed92['withText']=!0x0,_0x51ed92['on']('execute',()=>{this['showConfirm'](Es(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x213cfb=new Jt(this['locale']),_0x28826d=new jt(this['locale']);_0x28826d['children']['add'](_0x4e8973);const _0x205e8c=new jt(this['locale']);return _0x205e8c['children']['add'](_0x51ed92),_0x213cfb['items']['addMany']([_0x28826d,_0x205e8c]),_0x1a5530['add'](_0x213cfb),_0x4a2749;}_createEditInputView(_0x2e0d93){const _0x46183a=new qt(_0x2e0d93),_0xef16be=_0x46183a['bindTemplate'];return _0x46183a['extendTemplate']({'on':{'keydown':_0xef16be['to'](_0x36894a=>{'Enter'==_0x36894a['key']&&this['_commitEditInputValue'](_0x46183a);})}}),_0x46183a;}_createAcceptEditButtonView(_0x2580c1,_0x55297f){const _0x56c7be=new Mt(_0x2580c1);return _0x56c7be['set']({'icon':_0x32ea05,'withText':!0x1,'tooltip':Es(_0x2580c1,'AI_CHAT_HISTORY_ACCEPT')}),_0x56c7be['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x56c7be['on']('execute',()=>{this['_commitEditInputValue'](_0x55297f);}),_0x56c7be;}_commitEditInputValue(_0x1eba34){const _0x324c7=_0x1eba34['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x324c7});}_createCancelEditButtonView(_0x1473f8){const _0x90989a=new Mt(_0x1473f8);return _0x90989a['set']({'icon':_0x40a4cb,'withText':!0x1,'tooltip':Es(_0x1473f8,'AI_CHAT_HISTORY_CANCEL')}),_0x90989a['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x90989a['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x90989a;}_createSpinnerView(){const _0x3ceeb7=new Dr('tiny');return _0x3ceeb7['isVisible']=!0x0,_0x3ceeb7;}isMatching(_0x26b419){return'string'==typeof this['title']&&this['title']['match'](_0x26b419)?{'title':!0x0}:null;}highlightText(_0x122b40){this['_titleView']['highlightText'](_0x122b40);}},Ta=class extends _0x414492{['headerView'];['searchView'];['mainErrorView'];skeletonView;emptyView;sectionsView;constructor(_0x511a5f,_0x5b8cac){super(_0x511a5f),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x13e5f6=_a(_0x511a5f,this);this['headerView']=new ua(_0x511a5f,{'label':Es(_0x511a5f,'AI_CHAT_HISTORY_HEADING'),'icon':_0x198287,'class':'ck-ai-header_history','content':_0x13e5f6,'showResizeButton':_0x5b8cac}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new Ia(_0x511a5f,[]),this['sectionsView']['delegate'](...wa)['to'](this),this['mainErrorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['mainErrorView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isMainErrorViewVisible','ck-hidden',_0x439eb5=>!_0x439eb5)]}}),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':[this['headerView'],{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['mainErrorView'],this['emptyView'],this['searchView']]}]});}_updateViewVisibility(){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'],this['isMainErrorViewVisible']=!this['isSearchViewVisible']&&!!this['errorMessage'];}_createSearchView(){const _0x56a255=new _0x176ba3(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':Es(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x39a2bf=>Es(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x39a2bf),'secondary':Es(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x54fa20=this['_createErrorView']();return _0x54fa20['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x505463=>!_0x505463)]}}),_0x56a255['on']('render',()=>{_0x56a255['children']['add'](_0x54fa20,0x1);}),_0x56a255['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x2bbc5c=>!_0x2bbc5c)]}}),_0x56a255;}_createSkeletonView(){const _0x4ec15d=new wr(this['locale'],Cr['aiHistory']);return _0x4ec15d['bind']('isVisible')['to'](this,'isLoading'),_0x4ec15d;}_createErrorView(){const _0x5b9dc8=new _0x414492(this['locale']),_0x2f01e0=new Mt(this['locale']);_0x2f01e0['set']({'withText':!0x1,'icon':_0x40a4cb,'class':'ck-ai-notification_error__dismiss-button'}),_0x2f01e0['bind']('isVisible')['to'](this,'hasItems',_0x51df5d=>!!_0x51df5d),_0x2f01e0['on']('execute',()=>{this['errorMessage']='';});const _0xc76912=this['bindTemplate'];return _0x5b9dc8['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0xc76912['to']('errorMessage')}]},_0x2f01e0]}),_0x5b9dc8;}_createEmptyStateView(){const _0x132550=new _0x414492(this['locale']);return _0x132550['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x4a1678=>!_0x4a1678)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[Es(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x132550;}_createListItemViews(_0x58480a,_0x44fc30){const _0x3620a4=[];for(const _0x12c8ff of _0x58480a){const _0x5eb033=new ma(_0x44fc30,_0x12c8ff);_0x5eb033['delegate'](...wa)['to'](this),_0x3620a4['push'](_0x5eb033);}return _0x3620a4;}updateHistoryItemsWithCategories(_0x26137d){const _0x40cfaa=this['locale']||'en',_0x247222=[];for(const _0x42bef7 of _0x26137d){const _0x5cd91a=this['_createListItemViews'](_0x42bef7['items'],_0x40cfaa);_0x247222['push'](new pa(_0x40cfaa,{'title':_0x42bef7['title'],'items':_0x5cd91a}));}this['sectionsView']['sections']=_0x247222,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x247222),this['hasItems']=_0x26137d['some'](_0x1fe09c=>_0x1fe09c['items']['length']>0x0),this['_refreshSearch']();}removeHistoryItem(_0x3f9d84){for(const _0x4d1073 of this['sectionsView']['sections']){const _0x37ba9f=_0x4d1073['getItem'](_0x3f9d84);if(_0x37ba9f){if(_0x4d1073['removeItem'](_0x37ba9f),0x0===_0x4d1073['itemsViews']['length']){const _0xcf80b1=this['sectionsView']['sections']['indexOf'](_0x4d1073);-0x1!==_0xcf80b1&&(this['sectionsView']['sections']['splice'](_0xcf80b1,0x1),this['sectionsView']['items']['remove'](_0x4d1073));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}updateItemTitle(_0x406569,_0x26d1c3){for(const _0x3c6a59 of this['sectionsView']['sections']){const _0x36ab6f=_0x3c6a59['getItem'](_0x406569);if(_0x36ab6f){_0x36ab6f['updateTitle'](_0x26d1c3);break;}}}updateItemLoadingState(_0x409a82,_0x3a4099,_0x22e1cd){for(const _0x273f60 of this['sectionsView']['sections']){const _0x2d3043=_0x273f60['getItem'](_0x409a82);if(_0x2d3043){_0x2d3043['updateLoadingState'](_0x3a4099,_0x22e1cd);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x3ed300=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x3ed300);}}};const wa=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];var Ca=class extends _0x77cfae{static get requires(){return[gs];}_historyView;static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x55cb3b){super(_0x55cb3b);const _0x565069=this['context']['plugins']['get']('AITabs');this['_historyView']=new Ta(this['context']['locale'],_0x565069['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0x565069),this['_historyView']['delegate'](...wa)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0x565069['view'],'isMaximized',_0x274e21=>_0x274e21),_0x565069['view']['addTab']({'id':'history','buttonLabel':Es(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x198287,'order':0x0,'content':this['_historyView']});}removeHistoryItem(_0x4a7a63){this['_historyView']['removeHistoryItem'](_0x4a7a63);}updateItems(_0x17e56c){this['_historyView']['updateHistoryItemsWithCategories'](_0x17e56c);}updateItemTitle(_0x47e9c6,_0x4c4460){this['_historyView']['updateItemTitle'](_0x47e9c6,_0x4c4460);}updateItemLoadingState(_0x1499e1,_0x472ab4,_0x572709){this['_historyView']['updateItemLoadingState'](_0x1499e1,_0x472ab4,_0x572709);}setLoadingSkeleton(_0x2e7bc5){this['_historyView']['isLoading']=_0x2e7bc5;}['showError'](_0x81d846){this['_historyView']['errorMessage']=_0x81d846;}['hideError'](){this['_historyView']['errorMessage']='';}};const fa=/* #__PURE__ -- @preserve */
|
|
35
|
+
At();var ba=class extends fa{['id'];createdAt;constructor({id:_0x5b2ad2,title:_0x1a1c4d,createdAt:_0x3c6b13,updatedAt:_0x1cf9b3,pinned:_0x439c13}){super(),this['id']=_0x5b2ad2,this['createdAt']=new Date(_0x3c6b13),this['set']('title',_0x1a1c4d),this['set']('updatedAt',_0x1cf9b3?new Date(_0x1cf9b3):null),this['set']('pinned',_0x439c13||!0x1);}updateTitle(_0x37afdf){this['set']('title',_0x37afdf),this['updatedAt']=new Date();}updatePinned(_0x498209){this['set']('pinned',_0x498209),this['updatedAt']=new Date();}};const Sa=/* #__PURE__ -- @preserve */
|
|
36
|
+
dt();var Ra=class extends Sa{items=[];connector;['group'];constructor({connector:_0x35d2b5,group:_0x73e580}){super(),this['connector']=_0x35d2b5,this['group']=_0x73e580;}async init(){try{const _0x16d468=await this['connector']['fetchConversations'](this['group'])['getConversations']();this['loadItems'](_0x16d468);}catch(_0x452ece){this['fire']('error',{'error':_0x452ece,'operation':'init'});}}addItem(_0x55a4f4){this['items']['push'](_0x55a4f4);}async removeItem(_0x5621ee){const _0x2aa824=this['items']['findIndex'](_0x5a7ce0=>_0x5a7ce0['id']===_0x5621ee);if(-0x1===_0x2aa824)return!0x1;try{return await this['connector']['deleteConversation'](_0x5621ee)['execute'](),this['items']['splice'](_0x2aa824,0x1),this['fire']('itemRemoved',{'itemId':_0x5621ee}),!0x0;}catch(_0x2ad17f){return this['fire']('error',{'error':_0x2ad17f,'operation':'removeItem','itemId':_0x5621ee}),!0x1;}}getItem(_0x5df8b4){return this['items']['find'](_0x49a856=>_0x49a856['id']===_0x5df8b4);}async updateItemTitle(_0x26a39b,_0x532743){const _0x3c4100=this['getItem'](_0x26a39b);if(!_0x3c4100)return!0x1;try{return await this['connector']['updateConversation'](_0x26a39b,{'title':_0x532743})['getResult'](),_0x3c4100['updateTitle'](_0x532743),this['fire']('itemUpdated',{'itemId':_0x26a39b,'updates':{'title':_0x532743}}),!0x0;}catch(_0x53d9e8){return this['fire']('error',{'error':_0x53d9e8,'operation':'updateItemTitle','itemId':_0x26a39b}),!0x1;}}async updateItemPinned(_0x1b8384,_0x4a085c){const _0x642f=this['getItem'](_0x1b8384);if(!_0x642f)return!0x1;try{return await this['connector']['updateConversation'](_0x1b8384,{'pinned':_0x4a085c})['getResult'](),_0x642f['updatePinned'](_0x4a085c),this['fire']('itemUpdated',{'itemId':_0x1b8384,'updates':{'pinned':_0x4a085c}}),!0x0;}catch(_0x1d9dce){return this['fire']('error',{'error':_0x1d9dce,'operation':'updateItemPinned','itemId':_0x1b8384}),!0x1;}}loadItems(_0x25ae05){try{this['items']=[],_0x25ae05['map'](_0x3db141=>{this['addItem'](new ba(_0x3db141));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x2048a7){this['fire']('error',{'error':_0x2048a7,'operation':'loadItems'});}}getItems(_0x301974={}){const _0x5bd2ed=void 0x0!==_0x301974['pinned']&&_0x301974['pinned'],_0x47f081=_0x301974['from']?new Date(_0x301974['from']['getFullYear'](),_0x301974['from']['getMonth'](),_0x301974['from']['getDate']()):null,_0x30ea7=_0x301974['to']?new Date(_0x301974['to']['getFullYear'](),_0x301974['to']['getMonth'](),_0x301974['to']['getDate']()):null;return this['items']['filter'](_0x916696=>{if(_0x916696['pinned']!==_0x5bd2ed)return!0x1;if(_0x30ea7){const _0x4eb2df=new Date(_0x916696['createdAt']['getFullYear'](),_0x916696['createdAt']['getMonth'](),_0x916696['createdAt']['getDate']());return _0x47f081?_0x47f081['getTime']()===_0x30ea7['getTime']()?_0x4eb2df['getTime']()===_0x47f081['getTime']():_0x4eb2df<_0x30ea7&&_0x4eb2df>=_0x47f081:_0x4eb2df<_0x30ea7;}return!0x0;});}},Oa=class extends _0x77cfae{_aiConnector;_reporter;_aiChatHistoryUi;_aiChatController;static get requires(){return[Is,Nn,er,Ca,gs];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){this['_aiConnector']=this['context']['plugins']['get'](Is),this['_aiChatHistoryUi']=this['context']['plugins']['get'](Ca),this['_aiChatController']=this['context']['plugins']['get'](er),this['_reporter']=this['context']['plugins']['get'](Nn)['createReporter']('aichathistory');const _0x33b009=this['context']['plugins']['get'](gs);try{const _0x105c5c=this['_aiChatController']['getGroupId']();this['history']=new Ra({'connector':this['_aiConnector'],'group':_0x105c5c}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x27566b,_0x5460f1)=>{this['_setItemLoading'](_0x5460f1['id'],'remove'),this['_handleRemove'](_0x5460f1['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x589b02,_0x3574aa)=>{this['_setItemLoading'](_0x3574aa['id'],'rename'),this['_handleEditTitle'](_0x3574aa['id'],_0x3574aa['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x51d34b,_0x1dfb71)=>{void 0x0!==_0x1dfb71['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x1dfb71['itemId'],_0x1dfb71['updates']['title']),void 0x0!==_0x1dfb71['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x1dfb71['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x5f2291,_0x5329c0)=>{this['_aiChatController']['_handleRemovedConversation'](_0x5329c0['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x5329c0['itemId']),this['_clearItemLoading'](_0x5329c0['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x213427,_0x1d244b)=>{this['_handleHistoryErrorUI'](_0x1d244b['error'],_0x1d244b['operation'],_0x1d244b['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x1bd7f1,_0x4726e8)=>{this['_handleSelectConversation'](_0x4726e8['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x5203ac,_0x25938e)=>{const _0x32b678=_0x25938e['pinned']?'pin':'unpin';this['_setItemLoading'](_0x25938e['id'],_0x32b678),this['_handleTogglePin'](_0x25938e['id'],_0x25938e['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0x33b009['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x33b009['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x458785){this['_handleHistoryErrorUI'](_0x458785,'init');}}async _handleEditTitle(_0x12792d,_0x2bf6b5){await this['history']['updateItemTitle'](_0x12792d,_0x2bf6b5);}async['_handleTogglePin'](_0x3fa109,_0x51045){await this['history']['updateItemPinned'](_0x3fa109,_0x51045);}async['_handleRemove'](_0x48210b){await this['history']['removeItem'](_0x48210b);}async _handleSelectConversation(_0x2bef98){await this['_aiChatController']['loadConversation'](_0x2bef98);}async _showConversationHistory(){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}_updateHistoryItemsUI(){const _0x206ed3=this['_aiChatController']['activeConversation']?.['id'],_0x6097da=this['_getCategorizedItems']()['map'](_0x2bff9e=>({'title':_0x2bff9e['title'],'items':_0x2bff9e['items']['map'](_0x2093e2=>({'id':_0x2093e2['id'],'title':_0x2093e2['title']||Es(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x2093e2['createdAt'])['toLocaleDateString'](),'active':_0x2093e2['id']===_0x206ed3,'pinned':_0x2093e2['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x6097da);}_setItemLoading(_0x2e6368,_0x3d377e){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x2e6368,_0x3d377e,!0x0);}_clearItemLoading(_0x88196b){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x88196b,null,!0x1);}_handleHistoryErrorUI(_0x157701,_0x587e95,_0x45fadf){const _0x4f15c1=this['_generateErrorMessage'](_0x587e95,_0x45fadf);this['_aiChatHistoryUi']['showError'](_0x4f15c1),this['_reporter']['reportError'](_0x157701,{'context':{'operation':_0x587e95}}),_0x45fadf&&this['_clearItemLoading'](_0x45fadf),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}_generateErrorMessage(_0x4d92b3,_0x18b66b){const _0x385205=_0x18b66b?this['history']['getItem'](_0x18b66b):null,_0x101a57=_0x385205?.['title']||Es(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x4d92b3){case'updateItemTitle':return Es(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x101a57);case'updateItemPinned':{const _0x324885=Es(this['context']['locale'],_0x385205?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return Es(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x324885,_0x101a57]);}case'removeItem':return Es(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x101a57);case'init':case'loadItems':return Es(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return Es(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}_getCategorizedItems(){const _0x49a72f=new Date(),_0x2f31ae=new Date(_0x49a72f['getFullYear'](),_0x49a72f['getMonth'](),_0x49a72f['getDate']()),_0x1b9851=new Date(_0x2f31ae);_0x1b9851['setDate'](_0x1b9851['getDate']()-0x1);const _0x33f366=new Date(_0x2f31ae);_0x33f366['setDate'](_0x33f366['getDate']()-0xe);const _0x175ee4=this['history']['getItems']({'pinned':!0x0}),_0x4d5884=this['history']['getItems']({'from':_0x2f31ae,'to':_0x2f31ae}),_0xb876fb=this['history']['getItems']({'from':_0x1b9851,'to':_0x1b9851}),_0x4e373d=this['history']['getItems']({'from':_0x33f366,'to':_0x1b9851}),_0x52dd93=this['history']['getItems']({'to':_0x33f366}),_0xbf6f0b=[];return _0x175ee4['length']>0x0&&_0xbf6f0b['push']({'title':Es(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x175ee4}),_0x4d5884['length']>0x0&&_0xbf6f0b['push']({'title':Es(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x4d5884}),_0xb876fb['length']>0x0&&_0xbf6f0b['push']({'title':Es(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0xb876fb}),_0x4e373d['length']>0x0&&_0xbf6f0b['push']({'title':Es(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x4e373d}),_0x52dd93['length']>0x0&&_0xbf6f0b['push']({'title':Es(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x52dd93}),_0xbf6f0b;}},va=class extends _0x77cfae{static get requires(){return[Oa,Ca];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}},ka=class extends _0x77cfae{static get requires(){return[er,tn,Aa,va,vn];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xf09a9e){super(_0xf09a9e),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'contextLibrary':{'enabled':!0x1},'sources':[],'alwaysAddSelection':!0x1,'paste':{'textThreshold':0x5dc}}),this['context']['config']['define']('ai.chat.initialConversation','new');}},ya=class extends Mt{['id'];constructor(_0x5425ba,_0x3b7460){super(_0x5425ba);const {id:_0x56dd25,type:_0x3ba205,icon:_0x2f8152}=_0x3b7460;this['id']=_0x56dd25,this['set']({'label':_0x3b7460['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x3b7460['id']}}),_0x2f8152?this['icon']=_0x2f8152:'chat'===_0x3ba205?this['icon']=_0x39a424:'review'===_0x3ba205?this['icon']=_0x13ea44:'translate'===_0x3ba205&&(this['icon']=_0x164672);}},Na=class extends _0x414492{listView;constructor(_0x143459,_0x2260a9){super(_0x143459),this['set']('isEnabled',!0x0);const _0x3d4767=_0x2260a9['map'](_0x4c8c38=>{const _0x486cb4=new jt(this['locale']),_0x56a896=new ya(this['locale'],_0x4c8c38);return _0x56a896['bind']('isEnabled')['to'](this),_0x486cb4['children']['add'](_0x56a896),_0x56a896['delegate']('execute')['to'](this),_0x486cb4;});this['listView']=new Jt(this['locale']),this['listView']['items']['addMany'](_0x3d4767),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}};const xa='chat-shortcuts';var La=class extends _0x77cfae{_shortcuts;_shortcutsView;_aiChatUI;_listenedConversation;static get requires(){return[Aa,fs];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){this['_aiChatUI']=this['context']['plugins']['get'](Aa),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x11e6a0=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{const _0x41ad00=_0x11e6a0['activeConversation'];_0x41ad00['isFromHistory']||this['_injectShortcuts'](_0x41ad00);}),this['listenTo'](_0x11e6a0,'interactionStarted',()=>{this['_removeShortcuts']();}));}_validateShortcuts(){const _0x5903f5=['chat','review','translate'];this['_shortcuts']['forEach'](_0x274b5b=>{let _0x3c9647=!0x0;if(_0x274b5b['id']&&_0x274b5b['label']&&_0x5903f5['includes'](_0x274b5b['type'])?'chat'===_0x274b5b['type']&&(_0x3c9647='string'==typeof _0x274b5b['prompt']):_0x3c9647=!0x1,!_0x3c9647)throw new ct('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x274b5b});});}_injectShortcuts(_0x3025ef){this['_removeShortcuts'](),this['_shortcutsView']=new Na(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),this['_aiChatUI']['addFeedItemCustomElement'](this['_shortcutsView']['element'],xa),this['_shortcutsView']['on']('execute',_0x22657b=>{const _0x139dff=_0x22657b['source']['id'];this['_executeShortcut'](_0x139dff);}),this['_listenedConversation']=_0x3025ef,this['listenTo'](_0x3025ef,'uploadProgressChanged',(_0x3afad8,_0x39237b)=>{this['_shortcutsView']['isEnabled']=!_0x39237b['isUploadInProgress'];});}_removeShortcuts(){const _0x55f6ec=this['context']['plugins']['get'](Aa);_0x55f6ec['hasFeedItem'](xa)&&_0x55f6ec['removeFeedItem'](xa),this['_listenedConversation']&&(this['stopListening'](this['_listenedConversation'],'uploadProgressChanged'),this['_listenedConversation']=void 0x0),this['_shortcutsView']?.['destroy']();}_executeShortcut(_0x294932){const _0x4e32ac=this['_shortcuts']['find'](_0x5bab94=>_0x5bab94['id']===_0x294932),_0x1bb2ea=_0x4e32ac['type'];'chat'===_0x1bb2ea?this['_runChatShortcut'](_0x4e32ac):'review'===_0x1bb2ea?_0x4e32ac['commandId']?this['_runReviewShortcut'](_0x4e32ac):this['_switchTab']('reviewMode'):'translate'===_0x1bb2ea&&(_0x4e32ac['language']?this['_runTranslateShortcut'](_0x4e32ac):this['_switchTab']('translate'));}_switchTab(_0x351cbf){if(!this['context']['plugins']['has']('AITabs'))throw new ct('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x351cbf});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x351cbf);}async _runChatShortcut({id:_0xb59acb,prompt:_0x524b37,draftMode:_0x588f63,useWebSearch:_0x32eb45=!0x1,useReasoning:_0x5a8ff6=!0x1,model:_0x4a8053}){const _0x2bdb06=this['context']['plugins']['get']('AIChatController'),_0x1ef1fa=_0x2bdb06['activeConversation'],_0x1c588e=this['context']['plugins']['get'](fs),_0x1e8f5f=await _0x1c588e['models']['resolveModel'](_0x4a8053);_0x1e8f5f&&await _0x1ef1fa['setModel'](_0x1e8f5f),_0x1ef1fa['setWebSearch'](_0x32eb45),_0x1ef1fa['setReasoning'](_0x5a8ff6);const _0x29da4c=_0x1c588e['contextLibrary']['resolveContext']({'feature':'chat','ids':[_0xb59acb],'idScopedOnly':!0x0,'context':new Yn()});_0x1ef1fa['addDefaultContext'](_0x29da4c['refs']),_0x2bdb06['addCurrentDocumentToChatContext'](),_0x588f63?(this['_aiChatUI']['setPromptInputValue'](_0x524b37),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x2bdb06['sendMessage']({'message':_0x524b37});}_runReviewShortcut({commandId:_0x9fbc77,model:_0x268c8e,prompt:_0x17a642,params:_0x1236ce}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new ct('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x411c95={'id':_0x9fbc77,'isCustom':'custom'===_0x9fbc77};_0x268c8e&&_0x17a642&&(_0x411c95['args']={'model':_0x268c8e,'prompt':_0x17a642}),_0x1236ce&&(_0x411c95['params']=_0x1236ce),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x411c95);}_runTranslateShortcut({language:_0x4ed43c}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new ct('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x4ed43c,'args':{'language':_0x4ed43c}});}},Pa=class extends _0x3cd7f1{constructor(_0x10d0a8){super(_0x10d0a8);const _0x1bb6f6=_0x10d0a8['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x1bb6f6,'isVisible'),this['isEnabled']=!0x0;}execute(){const _0x2d5b67=this['editor']['plugins']['get']('AITabs')['view'];_0x2d5b67['isVisible']=!_0x2d5b67['isVisible'];}},Da=class extends _0x46bc1f{static get requires(){return[gs];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){const _0x542f2b=this['editor'];_0x542f2b['commands']['add']('toggleAi',new Pa(_0x542f2b)),_0x542f2b['ui']['componentFactory']['add']('toggleAi',()=>{const _0xeacf7e=this['_createAIUIButton'](Mt);return _0xeacf7e['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0xeacf7e;}),_0x542f2b['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x3b0036=this['_createAIUIButton'](Zt);return _0x3b0036['set']({'role':'menuitemcheckbox'}),_0x3b0036;});}_createAIUIButton(_0x4581e3){const _0x5e3146=this['editor'],_0x410597=_0x5e3146['commands']['get']('toggleAi'),_0x12c61b=new _0x4581e3(_0x5e3146['locale']);return _0x12c61b['set']({'label':Es(_0x5e3146['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x55f0e2,'isToggleable':!0x0}),_0x12c61b['bind']('isEnabled')['to'](_0x410597),_0x12c61b['bind']('isOn')['to'](_0x410597,'value',_0x3b7b2d=>!!_0x3b7b2d),this['listenTo'](_0x12c61b,'execute',()=>{_0x410597['execute']();}),_0x12c61b;}};const Ha=['applySuggestion','insertSuggestion','showNext','showPrevious'];var Ma=class extends _0x414492{['_errorView'];constructor(_0x22bbe7){super(_0x22bbe7),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x1a5ba6){this['showError'](_0x1a5ba6);}['showError'](_0xba62de){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0xba62de,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}_createErrorView(){const _0x7dcdbd=new _0x414492(this['locale']),_0x13f535=new _0x414492(this['locale']);return _0x13f535['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x7dcdbd['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x294908=>!_0x294908)]},'children':[_0x13f535]}),_0x7dcdbd;}};const Ua=0xa;var Va=class extends _0x77cfae{static get requires(){return[tn];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;_currentConfig;_editor;_isUpdatingMarkers=!0x1;['open'](_0xdae815){const {id:_0xe8a574}=this['_currentConfig']??{};this['_currentConfig']=_0xdae815,this['_editor']=_0xdae815['targetEditor'];const {id:_0x47547e}=this['_currentConfig'];this['isOpen']&&_0xe8a574===_0x47547e?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x3a5b01=this['_editor'];if(!_0x3a5b01)return;const _0xae6e38=_0x3a5b01['plugins']['get']('Dialog');_0xae6e38['isOpen']&&this['_currentConfig']&&_0xae6e38['id']===this['_currentConfig']['id']&&_0xae6e38['hide']();}_updateDialog(){const _0x36d961=this['_editor']['plugins']['get']('Dialog'),{icon:_0x47117d,title:_0x3b7baf}=this['_currentConfig'];_0x36d961['view']?.['headerView']&&(_0x36d961['view']['headerView']['label']=_0x3b7baf,_0x36d961['view']['headerView']['iconView']&&_0x47117d&&(_0x36d961['view']['headerView']['iconView']['content']=_0x47117d)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x36d961['view']?.['updatePosition']();}_showFakeVisualSelection(){this['context']['plugins']['get'](tn)['showFakeVisualSelection']({'editor':this['_editor'],'ranges':this['_currentConfig']['ranges'],'id':'balloon','priority':0x64}),window['getSelection']()?.['removeAllRanges']();}_hideFakeVisualSelection(){this['context']['plugins']['get'](tn)['hideFakeVisualSelection']('balloon');}['_showDialog'](){const _0x295cb8=this['_editor']['plugins']['get']('Dialog'),{id:_0x254752,title:_0x5ea38f,icon:_0x4e2edc,class:_0x3c5bb6,mainView:_0x77ea0a}=this['_currentConfig'];_0x77ea0a['delegate'](...Ha)['to'](this),_0x295cb8['show']({'title':_0x5ea38f,'icon':_0x4e2edc,'hasCloseButton':!0x0,'id':_0x254752,'position':this['_calculateDialogPosition']['bind'](this),'getRootName':this['_getCurrentDomRootName']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x3c5bb6||''),'content':_0x77ea0a,'onShow':_0x3d58ad=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x3d58ad['view']?.['updatePosition']();const _0xdbd280=this['_getSelectionElements']();_0xdbd280&&_0xdbd280[0x0]&&Ot({'target':_0xdbd280[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x3d58ad['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x254752});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x254752}),this['isOpen']=!0x1;}});}_calculateDialogPosition(_0x5921a2,_0x5267d9,_0x450158){const _0x3f4b50=_0x5267d9||_0x450158;if(!_0x3f4b50)return null;const _0x1be2ae=this['_getSelectionElements']();if(!_0x1be2ae||0x0===_0x1be2ae['length'])return{'left':Math['round'](_0x3f4b50['left']+_0x3f4b50['width']/0x2-_0x5921a2['width']/0x2),'top':Math['round'](_0x3f4b50['top']+_0x3f4b50['height']/0x2-_0x5921a2['height']/0x2)};const _0x4126b3=Math['round'](_0x3f4b50['left']+_0x3f4b50['width']/0x2-_0x5921a2['width']/0x2),_0x182f48=_0x1be2ae['map'](_0x3281b1=>new It(_0x3281b1)),_0x20da1a=_0x5921a2['height'];return{'left':_0x4126b3,'top':this['_calculateOptimalTopPosition'](_0x182f48,_0x20da1a,_0x3f4b50)};}_calculateOptimalTopPosition(_0x5edc91,_0x315270,_0x310185){const _0x20720a=new It(wt['window']),_0x2c693d=_0x5edc91['map'](_0x177b40=>_0x177b40['getVisible']())['filter'](_0x5a24cc=>_0x5a24cc),_0x585756=It['getBoundingRect'](_0x2c693d);if(!_0x585756)return Math['round'](_0x310185['top']+_0x310185['height']/0x2);const _0x5bfb57=_0x20720a['getIntersection'](_0x585756);if(!_0x5bfb57)return Math['round'](_0x310185['top']+_0x310185['height']/0x2);const _0x2c8cb5=_0x310185['getVisible'](),_0x3345d8=_0x2c8cb5&&_0x585756['height']>_0x2c8cb5['height'],_0x2defcf=_0x5bfb57['top'],_0x23ba9e=_0x5bfb57['bottom'];if(_0x3345d8){const _0x342add=_0x20720a['top']+_0x20720a['height']/0x2-_0x315270/0x2,_0x52f32b=_0x2defcf-Ua-_0x20720a['top'],_0x4accc8=_0x20720a['bottom']-_0x23ba9e-Ua;return _0x52f32b>=_0x315270?Math['max'](Ua,_0x2defcf-_0x315270-Ua):_0x4accc8>=_0x315270?_0x23ba9e+Ua:Math['max'](Ua,_0x342add);}const _0x9b304b=_0x2defcf-_0x315270,_0x3cda47=_0x20720a['bottom']-_0x23ba9e-Ua,_0x2c041b=_0x2defcf-Ua-_0x20720a['top'];let _0x4e8b0f;return _0x4e8b0f=_0x3cda47>=_0x315270?_0x23ba9e+Ua:_0x2c041b>=_0x315270?_0x9b304b-Ua:_0x2defcf+_0x585756['height']/0x2-_0x315270/0x2,_0x4e8b0f;}_setupFakeVisualSelectionMarkerRemovalListener(){const _0x5c73e0=this['_editor'];this['listenTo'](_0x5c73e0['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x2a4eb7,data:{newRange:_0x2a7af0}}of _0x5c73e0['model']['document']['differ']['getChangedMarkers']())if(_0x2a4eb7['startsWith']('ai-selection:')&&(_0x2a7af0&&(_0x2a7af0['start']['isEqual'](_0x2a7af0['end'])||'$graveyard'==_0x2a7af0['root']['rootName'])||null==_0x2a7af0)){const _0x36e150=Es(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x36e150),this['fire']('selectionRemoved');}}});}_cleanupFakeVisualSelectionMarkerRemovalListener(){const _0x2172e3=this['_editor'];this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x2172e3['model']['document']);}_getSelectionElements(){const _0x578cd4=this['_editor'];return _0x4bbc7b(_0x578cd4['editing'],[..._0x578cd4['model']['markers']['getMarkersGroup']('ai-selection'),..._0x578cd4['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}_getCurrentDomRootName(){const _0x5d2c67=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];return _0x5d2c67&&_0x5d2c67['rootName']?_0x5d2c67['rootName']:null;}},Ba=class extends _0x258303{copyButton;likeButton;dislikeButton;showChangesButton;['_config'];constructor(_0x340cd1,_0x1e9d95={}){super(_0x340cd1),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x1e9d95};const _0x453941=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x453941?'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'](),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']);}toggleShowChangesEnabled(_0x5d4c1c){this['showChangesButton']['isEnabled']=_0x5d4c1c;}_setupRatingButtons(){this['likeButton']=new Mt(this['locale']),this['likeButton']['set']({'icon':at,'label':Es(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'class':Dn,'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new Mt(this['locale']),this['dislikeButton']['set']({'icon':ot,'label':Es(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'class':Dn,'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}_setupCopyButton(){this['copyButton']=new Mt(this['locale']),this['copyButton']['set']({'icon':_0x4c57f5,'label':Es(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button\x20'+Dn,'tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x12a121=new $t();_0x12a121['set']({'content':_0x32ea05}),_0x12a121['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\x20'+Dn,setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20'+Dn;},0x7d0);}),this['copyButton']['children']['add'](_0x12a121);}_setupShowChangesButton(){this['showChangesButton']=new Mt(this['locale']),this['showChangesButton']['set']({'icon':et,'label':Es(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':Dn}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x1460c7=>_0x1460c7?it:et),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}},Ga=class extends Ma{['children'];nextButtonView;previousButtonView;['focusCycler'];['_focusables'];['_focusTracker'];_keystrokes;['_config'];_streamableContentView;_toolbarContainerView;_partToolbarView;_stateView;['_miniToolbarView'];constructor(_0x5b7176,_0x5513f1){super(_0x5b7176);const _0x44ce96=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['set']('_outdatedReason',void 0x0),this['set']('isTargetReadOnly',!0x1),this['set']('areActionsDisabled',!0x1),this['_focusTracker']=new _t(),this['_keystrokes']=new gt(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Ft({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x5513f1,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new mr(_0x5b7176),this['_partToolbarView']=new Ir(_0x5b7176,_0x5513f1['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_partToolbarView']['bind']('isTargetReadOnly')['to'](this),this['_partToolbarView']['bind']('isEnabled')['to'](this,'areActionsDisabled',this,'_isErrorVisible',(_0x524fb9,_0x406e6b)=>!_0x524fb9&&!_0x406e6b),this['_togglePartToolbarButtonsVisibility'](_0x5513f1),this['_stateView']=new gr(_0x5b7176),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new Ba(_0x5b7176,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new Fa(_0x5b7176,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0xfc828a,_0x5699f0,_0x1da97f,_0x4751ff)=>{let _0x24b033,_0x7f2767;'pending'===_0x4751ff?(_0x24b033=this['_partToolbarView'],_0x7f2767=this['_stateView']):(_0x24b033=this['_stateView'],_0x7f2767=this['_partToolbarView']),this['_stateView']['setState'](_0x1da97f,this['_outdatedReason']),_0x24b033['isVisible']=!0x1,_0x7f2767['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x44ce96['to']('_state',_0x55e519=>'ck-ai-chat-balloon-main_state_'+_0x55e519)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x5513f1);});}['render'](){super['render'](),this['nextButtonView']['render'](),this['previousButtonView']['render'](),this['_focusTracker']['add'](this['element']),this['_focusTracker']['add'](this['nextButtonView']),this['_focusTracker']['add'](this['previousButtonView']),this['_focusTracker']['add'](this['_miniToolbarView']),this['_focusTracker']['add'](this['_partToolbarView']),this['_keystrokes']['listenTo'](this['element']),this['_keystrokes']['listenTo'](this['nextButtonView']['element']),this['_keystrokes']['listenTo'](this['previousButtonView']['element']),this['_focusables']['addMany']([this['nextButtonView'],this['previousButtonView'],this['_partToolbarView'],this['_miniToolbarView']]);}destroy(){super['destroy'](),this['previousButtonView']['destroy'](),this['nextButtonView']['destroy']();}['focus'](){this['focusCycler']['focusFirst']();}focusLast(){this['focusCycler']['focusLast']();}async updateContent(_0x26cc05){_0x26cc05?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x26cc05);}clearContent(){this['_streamableContentView']['clear']();}setState(_0x432ddb,_0x432750){this['_outdatedReason']=_0x432750,this['_state']=_0x432ddb;}['showError'](_0x4b4930){super['showError'](_0x4b4930),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}toggleRotatorButtonsVisibility(_0x4b3f35){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x4b3f35;}_togglePartToolbarButtonsVisibility({showApplyButton:_0x461050,showSuggestButton:_0x3594a7}){_0x461050=_0x461050&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x3594a7=_0x3594a7&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x461050,'showSuggestButton':_0x3594a7});}_createNextButtonView(){const _0x47b5ad=new Mt(this['locale']);return _0x47b5ad['set']({'icon':_0x2c7807,'label':Es(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x47b5ad['on']('execute',()=>{this['fire']('showNext');}),_0x47b5ad;}_createPreviousButtonView(){const _0x18611d=new Mt(this['locale']);return _0x18611d['set']({'icon':_0x25db08,'label':Es(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x18611d['on']('execute',()=>{this['fire']('showPrevious');}),_0x18611d;}},Fa=class extends _0x414492{constructor(_0x59bd4a,_0x90503e){super(_0x59bd4a),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x90503e});}},Ka=class extends _0x46bc1f{static get requires(){return[Ut,Va];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}_chatBalloonView;constructor(_0x4df976){super(_0x4df976),this['set']('showDiff',!0x1);}['open'](_0x555d21){const _0x2fd337=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x2fd337['plugins']['get']('AIBalloon')['open']({..._0x555d21,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x555d21['showRotator']),this['_chatBalloonView']['areActionsDisabled']=_0x555d21['areActionsDisabled'],this['_chatBalloonView']['isTargetReadOnly']=_0x555d21['isTargetReadOnly'],this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}updateContent(_0xc9f2e4){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0xc9f2e4);}clearContent(){this['_chatBalloonView']&&this['_chatBalloonView']['clearContent']();}setState(_0xe1faa9,_0x3f21ed){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0xe1faa9,_0x3f21ed);}setTargetReadOnly(_0x550cfc){this['_chatBalloonView']&&(this['_chatBalloonView']['isTargetReadOnly']=_0x550cfc);}_createChatBalloonView(){const _0x1806f2=this['editor'],_0x3c513c=_0x1806f2['plugins']['get']('AIBalloon'),_0x1358a5=_0x1806f2['commands']['get']('trackChanges');let _0x18daa4=_0x1806f2['config']['get']('ai.availableReplyActions')||[...Or];_0x1806f2['plugins']['has']('TrackChanges')||(_0x18daa4=_0x18daa4['filter'](_0x5d55de=>'insertSuggestion'!=_0x5d55de));const _0x1d14b2=new Ga(_0x1806f2['locale'],{'availableActions':_0x18daa4,'showApplyButton':!0x0,'showSuggestButton':!!_0x1358a5});return _0x1d14b2['bind']('showDiff')['to'](this),_0x1d14b2['delegate'](...ir)['to'](this),_0x1d14b2['delegate']('showPrevious','showNext')['to'](this),_0x3c513c['delegate']('dialogClosed')['to'](this),_0x1d14b2['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x1d14b2['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x1d14b2['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x1358a5&&_0x1d14b2['bind']('isTrackChangesOn')['to'](_0x1358a5,'value'),_0x1d14b2['render'](),_0x1d14b2;}_toggleRotatorButtonsInDialogHeader(_0xbf8abe){const _0x5188b4=this['editor'],_0x22fdf1=_0x5188b4['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0xbf8abe),_0x22fdf1['has'](this['_chatBalloonView']['previousButtonView'])||(_0x22fdf1['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x5188b4['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x22fdf1['remove'](this['_chatBalloonView']['previousButtonView']),_0x22fdf1['remove'](this['_chatBalloonView']['nextButtonView']);}));}_restoreDefaultViewFocus(){this['_chatBalloonView']['focus']();}},Wa=class extends _0x46bc1f{static get requires(){return[Da,Ka,_0x256bf3];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}};function Ya(_0x244856){const {editor:_0x3c3d12,action:_0x21f67a,withText:_0x50472a=!0x1,withIcon:_0x3701bf=!0x0,isInDropdown:_0x592430=!0x0,shouldPreventFocus:_0x45475a=!0x1,actionButtons:_0x2a3542}=_0x244856;return()=>{const _0x18a66f=_0x3c3d12['locale'],_0x346b10=new Mt(_0x18a66f),_0xbe6812=_0x346b10['bindTemplate'];_0x592430&&_0x346b10['extendTemplate']({'on':{'mouseenter':_0xbe6812['to'](()=>{_0x45475a&&_0x45475a()||_0x346b10['focus']();})}}),_0x2a3542['push']({'buttonView':_0x346b10,'action':_0x21f67a});const _0x199b97=_0x21f67a['icon']??_0x21f67a['parent']?.['icon'];return _0x346b10['set']({'label':_0x21f67a['label'],'withText':_0x50472a,'role':'menuitem','icon':_0x3701bf?_0x199b97??_0x5f0553:void 0x0,'tooltip':!_0x50472a,'class':'ck-ai-quick-actions-button','isEnabled':_0x21f67a['isEnabled']}),_0x346b10['on']('execute',()=>{_0x3c3d12['editing']['view']['focus'](),_0x3c3d12['commands']['execute']('aiQuickAction',_0x21f67a);}),_0x346b10;};}var $a=class extends Xt{['arrowView'];constructor(_0x1403ae,_0x9274e){super(_0x1403ae,_0x9274e);const _0xa668e9=this['bindTemplate'];this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':['ck-dropdown-menu-list__nested-menu__button'],'aria-haspopup':!0x0,'aria-expanded':this['bindTemplate']['to']('isOn',_0x4ffe69=>String(_0x4ffe69)),'data-cke-tooltip-disabled':_0xa668e9['to']('isOn')},'on':{'mouseenter':_0xa668e9['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}_createArrowView(){const _0x26b546=new $t();return _0x26b546['content']=_0xd84f6e,_0x26b546['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x26b546;}},qa=class extends Jt{_allListItems;_allSearchableItems;constructor(_0x622dc5,_0xb4b83d,_0x3258c6){super(_0x622dc5),this['_allListItems']=_0xb4b83d,this['_allSearchableItems']=_0x3258c6;}filter(_0x49a535){if(!_0x49a535)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x4a0480=_0x49a535['source']['toLowerCase']()['trim'](),_0x3409a4=this['_allSearchableItems']['filter'](_0x1b923e=>(_0x1b923e['groupLabel']?_0x1b923e['label']+'\x20('+_0x1b923e['groupLabel']+')':_0x1b923e['label'])['toLowerCase']()['includes'](_0x4a0480));return this['items']['clear'](),this['items']['addMany'](_0x3409a4['sort']((_0x50bc99,_0x444ed2)=>{const _0x400488=_0x50bc99['groupLabel'],_0x2211b4=_0x444ed2['groupLabel'];return _0x400488||_0x2211b4?_0x400488?0x1:-0x1:0x0;})['map'](_0x493767=>_0x493767['item'])),this['_highlightQuery'](_0x4a0480,_0x3409a4),{'resultsCount':_0x3409a4['length'],'totalItemsCount':this['_allSearchableItems']['length']};}_highlightQuery(_0x121e53,_0x10cf1b){if(!_0x121e53)return;const _0x24927d=new RegExp(_0x4f4662(_0x121e53),'gi');_0x10cf1b['forEach'](_0x255c5d=>{_0x255c5d['highlightViews']&&_0x255c5d['highlightViews']['forEach'](_0x34d999=>{'function'==typeof _0x34d999['highlightText']&&_0x34d999['highlightText'](_0x24927d);});});}_clearHighlight(){this['_allSearchableItems']['forEach'](_0x1b18b9=>{_0x1b18b9['highlightViews']&&_0x1b18b9['highlightViews']['forEach'](_0x53c736=>{'function'==typeof _0x53c736['highlightText']&&_0x53c736['highlightText'](null);});});}};const Qa='menu',Xa='menuitem';var za=class extends _0x414492{_bodyCollection;optionsListView;_searchTextView=null;_allSearchableItems=[];['children'];['focusTracker'];keystrokes;['_focusables'];['focusCycler'];_openNestedPanels=new Set();['_hasSearch'];_actionButtons;constructor(_0x4204c1,_0x545223,_0x78a958,_0x2bdeba,_0x219efa=!0x1,_0xfdb3f5=[]){const _0xb818c0=_0x4204c1['locale'];super(_0xb818c0),this['_bodyCollection']=_0x2bdeba,this['_hasSearch']=_0x219efa,this['_actionButtons']=_0xfdb3f5;const _0x210ba5=this['_createListItems'](_0x4204c1,_0x545223,_0x78a958);this['optionsListView']=new qa(_0xb818c0,_0x210ba5,this['_allSearchableItems']),this['optionsListView']['role']=Qa,this['optionsListView']['items']['addMany'](_0x210ba5),this['focusTracker']=new _t(),this['keystrokes']=new gt(),_0x219efa&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x210ba5,this['focusCycler']=new Ft({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x219efa&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x2f28a4=_0x219efa&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x215355(_0x2f28a4),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0xb818c0['uiLanguageDirection']},'children':this['children']});}_createSearchTextView(){return new _0x176ba3(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':Es(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':Es(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x387018=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x387018);}_createListItems(_0x1f8f7c,_0x1c6760,_0x394445){const _0x1723c2=new _0x215355();return _0x1c6760['forEach'](_0x557df8=>{if('actions'in _0x557df8){const {listItem:_0x1ca7c8}=this['_createActionGroupButton'](_0x1f8f7c,_0x557df8,_0x394445);_0x1723c2['add'](_0x1ca7c8),_0x557df8['actions']['forEach'](_0x3f5c43=>{const {listItem:_0x407737,highlightViews:_0x159800}=this['_createSearchResultActionButton'](_0x1f8f7c,_0x3f5c43,_0x557df8['label'],_0x557df8['icon']);this['_allSearchableItems']['push']({'item':_0x407737,'label':_0x3f5c43['label'],'groupLabel':_0x557df8['label'],'highlightViews':_0x159800});});}else{const {listItem:_0x4ba613}=this['_createActionButton'](_0x1f8f7c,_0x557df8);_0x1723c2['add'](_0x4ba613);const _0x443ab4=_0x4ba613['children']['first'];if(_0x443ab4){const {listItem:_0x24e572,highlightViews:_0x14d003}=this['_createSearchResultActionButton'](_0x1f8f7c,_0x557df8);this['_allSearchableItems']['push']({'item':_0x24e572,'label':_0x443ab4['label']||'','highlightViews':_0x14d003});}}}),_0x1723c2;}_createActionButton(_0x272401,_0x49eaea,_0x4bdbfa,_0x325a1e){const _0x169f10=new jt(this['locale']);if(_0x4bdbfa&&_0x325a1e){const _0x35fea0=new Mt(this['locale']),_0x5bfd37=_0x35fea0['bindTemplate'],_0x477152=new Yt();_0x477152['text']=_0x49eaea['label'];const _0x52a29a=new Yt();_0x52a29a['text']=_0x4bdbfa;const _0x58e48f=new $t();_0x58e48f['content']=_0x325a1e,_0x58e48f['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x4ea03b=new _0x414492(this['locale']);_0x4ea03b['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x1d08d4=new _0x414492(this['locale']);return _0x1d08d4['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x35fea0['set']({'label':_0x49eaea['label']+'\x20('+_0x4bdbfa+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1,'isEnabled':_0x49eaea['isEnabled']}),_0x35fea0['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group',_0x5bfd37['if']('isEnabled','ck-disabled',_0x340d87=>!_0x340d87)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x477152,_0x4ea03b,_0x58e48f,_0x52a29a,_0x1d08d4],'on':{'mouseenter':_0x5bfd37['to'](()=>{this['_isSearchFocused']()||_0x35fea0['focus']();}),'click':_0x5bfd37['to'](()=>{_0x35fea0['fire']('execute');})}}),_0x35fea0['on']('execute',()=>{_0x35fea0['isEnabled']&&(_0x272401['editing']['view']['focus'](),_0x272401['commands']['execute']('aiQuickAction',_0x49eaea));}),_0x169f10['children']['add'](_0x35fea0),this['_actionButtons']['push']({'buttonView':_0x35fea0,'action':_0x49eaea}),{'listItem':_0x169f10,'highlightViews':[_0x477152,_0x52a29a]};}{const _0x549a6d=new Ht(),_0x698a76=new Mt(this['locale'],_0x549a6d),_0x3aaa12=_0x698a76['bindTemplate'],_0x481ce0=_0x49eaea['icon']??_0x49eaea['parent']?.['icon'],_0x3beee2=void 0x0!==_0x49eaea['icon'];return _0x698a76['set']({'label':_0x49eaea['label'],'withText':!0x0,'role':'menuitem','icon':_0x3beee2?_0x481ce0??_0x5f0553:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button','isEnabled':_0x49eaea['isEnabled']}),_0x698a76['extendTemplate']({'on':{'mouseenter':_0x3aaa12['to'](()=>{this['_isSearchFocused']()||_0x698a76['focus']();})}}),_0x698a76['on']('execute',()=>{_0x272401['editing']['view']['focus'](),_0x272401['commands']['execute']('aiQuickAction',_0x49eaea);}),_0x169f10['children']['add'](_0x698a76),this['_actionButtons']['push']({'buttonView':_0x698a76,'action':_0x49eaea}),{'listItem':_0x169f10,'highlightViews':[_0x549a6d]};}}_createSearchResultActionButton(_0x50cca1,_0x5d7c2c,_0x1b5009,_0x56f6c6){return _0x1b5009&&_0x56f6c6?this['_createSearchResultGroupedActionButton'](_0x50cca1,_0x5d7c2c,_0x1b5009,_0x56f6c6):this['_createSearchResultIndividualActionButton'](_0x50cca1,_0x5d7c2c);}_createSearchResultGroupedActionButton(_0x52cae4,_0x4bf176,_0x29c8b6,_0x591ea1){const _0xbbc5b2=new jt(this['locale']),_0xd512f4=new Mt(this['locale']),_0x1d404b=_0xd512f4['bindTemplate'],{view:_0x1a1f78,highlightView:_0x1664d8}=this['_createSearchResultGroupRow'](_0x29c8b6,_0x591ea1),{view:_0x3ccb1c,highlightView:_0x43e56b}=this['_createSearchResultActionRow'](_0x4bf176['label']),_0x5ee604=this['_createSearchResultContentView'](_0x1a1f78,_0x3ccb1c);return _0xd512f4['set']({'label':_0x4bf176['label'],'withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','tooltip':!0x1,'isEnabled':_0x4bf176['isEnabled']}),_0xd512f4['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-search-result-button','ck-ai-quick-actions-search-result-button_with-group',_0x1d404b['if']('isEnabled','ck-disabled',_0x40e130=>!_0x40e130)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x5ee604],'on':{'mouseenter':_0x1d404b['to'](()=>{this['_isSearchFocused']()||_0xd512f4['focus']();}),'click':_0x1d404b['to'](()=>{this['_handleSearchResultButtonClick'](_0xd512f4);})}}),this['_setupActionButtonExecution'](_0xd512f4,_0x52cae4,_0x4bf176),_0xbbc5b2['children']['add'](_0xd512f4),this['_actionButtons']['push']({'buttonView':_0xd512f4,'action':_0x4bf176}),{'listItem':_0xbbc5b2,'highlightViews':[_0x1664d8,_0x43e56b]};}_createSearchResultIndividualActionButton(_0x25f750,_0x5bc977){const _0x3da9e0=new jt(this['locale']),_0x28bc4c=new Ht(),_0x1bbfe4=new Mt(this['locale'],_0x28bc4c),_0x56048e=_0x1bbfe4['bindTemplate'];return _0x1bbfe4['set']({'label':_0x5bc977['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','isEnabled':_0x5bc977['isEnabled']}),_0x1bbfe4['extendTemplate']({'on':{'mouseenter':_0x56048e['to'](()=>{this['_isSearchFocused']()||_0x1bbfe4['focus']();})}}),this['_setupActionButtonExecution'](_0x1bbfe4,_0x25f750,_0x5bc977),_0x3da9e0['children']['add'](_0x1bbfe4),this['_actionButtons']['push']({'buttonView':_0x1bbfe4,'action':_0x5bc977}),{'listItem':_0x3da9e0,'highlightViews':[_0x28bc4c]};}_createSearchResultGroupRow(_0x1b1f9f,_0x449df9){const _0x57caad=new _0x414492(this['locale']),_0x139a4b=new $t();_0x139a4b['content']=_0x449df9,_0x139a4b['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x4b0fb5=new Yt();return _0x4b0fb5['text']=_0x1b1f9f,_0x57caad['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x139a4b,_0x4b0fb5]}),{'view':_0x57caad,'highlightView':_0x4b0fb5};}_createSearchResultActionRow(_0x397a8e){const _0x585d58=new _0x414492(this['locale']),_0x416470=new Yt();return _0x416470['text']=_0x397a8e,_0x585d58['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x416470]}),{'view':_0x585d58,'highlightView':_0x416470};}_createSearchResultContentView(_0x43a87b,_0x67aa){const _0x5c6cec=new _0x414492(this['locale']);return _0x5c6cec['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x43a87b,_0x67aa]}),_0x5c6cec;}_setupActionButtonExecution(_0x2a9292,_0xce839b,_0x31bf60){_0x2a9292['on']('execute',()=>{_0x2a9292['isEnabled']&&(_0xce839b['editing']['view']['focus'](),_0xce839b['commands']['execute']('aiQuickAction',_0x31bf60));});}_createActionGroupButton(_0x5c18bd,_0x1a8929,_0x26b497){const _0x590230=new jt(this['locale']),_0x45fa23=new Ht(),_0x3ee5ee=new $a(this['locale'],_0x45fa23),_0x4688a9=_0x3ee5ee['bindTemplate'],_0x1aef74=this['_getPanelKeystroke'](_0x26b497),_0x2093cf=this['_createGroupActionsList'](_0x5c18bd,_0x1a8929['actions'],_0x26b497);_0x3ee5ee['set']({'label':_0x1a8929['label'],'withText':!0x0,'role':Xa,'icon':_0x1a8929['icon']??_0x5f0553,'isEnabled':_0x1a8929['actions']['some'](_0x522c12=>_0x522c12['isEnabled'])}),_0x3ee5ee['extendTemplate']({'on':{'mouseenter':_0x4688a9['to'](()=>{this['_isSearchFocused']()||_0x3ee5ee['focus']();})}});const _0x325da8=new xt(this['locale']);return _0x325da8['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x4688a9['to'](_0x3bd876=>{this['_handlePanelKeydown'](_0x3bd876,_0x1aef74,_0x3ee5ee,_0x325da8);})}}),_0x3ee5ee['bind']('isOn')['to'](_0x325da8,'isVisible'),this['_bodyCollection']['add'](_0x325da8),_0x325da8['content']['add'](_0x2093cf),this['_setupGroupMenuBehavior'](_0x3ee5ee,_0x325da8),_0x590230['children']['add'](_0x3ee5ee),this['_actionButtons']['push']({'buttonView':_0x3ee5ee,'action':_0x1a8929}),{'listItem':_0x590230,'highlightView':_0x45fa23};}_createGroupActionsList(_0x480ab6,_0x44ba9b,_0x1864bc){const _0x4ed69f=new Jt(this['locale']);return _0x4ed69f['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x44ba9b['forEach'](_0x41893b=>{const _0x2a865d=new jt(this['locale']),_0x5af7e0=Ya({'editor':_0x480ab6,'action':_0x41893b,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused'](),'actionButtons':this['_actionButtons']})();_0x2a865d['children']['add'](_0x5af7e0),_0x1864bc['focusTracker']['add'](_0x5af7e0),_0x4ed69f['items']['add'](_0x2a865d);}),_0x4ed69f;}_setupGroupMenuBehavior(_0x2b77c1,_0x5637dc){const _0x348478=_0x2b77c1['bindTemplate'],_0x5665ca=this['_getButtonKeystroke'](_0x2b77c1);_0x2b77c1['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x348478['to'](()=>{this['_showNestedPanel'](_0x5637dc,_0x2b77c1);}),'mouseleave':_0x348478['to'](_0x2f2660=>{const _0x383469=_0x2f2660['relatedTarget'];this['_isMovingToNestedMenu'](_0x383469,_0x5637dc)||this['_hideNestedPanel'](_0x5637dc);}),'keydown':_0x348478['to'](_0x38046d=>{_0x38046d['key']==_0x5665ca&&(this['_showNestedPanel'](_0x5637dc,_0x2b77c1),_0x5637dc['content']['get'](0x0)['focus']());})}}),_0x5637dc['on']('render',()=>{_0x5637dc['element']?.['addEventListener']('mouseleave',_0x56e2ef=>{const _0x6204b4=_0x56e2ef['relatedTarget'];_0x2b77c1['element']?.['contains'](_0x6204b4)||this['_isMovingToNestedMenu'](_0x6204b4,_0x5637dc)||this['_hideNestedPanel'](_0x5637dc);});});}_showNestedPanel(_0xf574d2,_0x5b847d){this['_openNestedPanels']['forEach'](_0x3e2d53=>{_0x3e2d53!==_0xf574d2&&_0x3e2d53['isVisible']&&_0x3e2d53['hide']();}),_0xf574d2['show'](),_0xf574d2['pin']({'positions':[Bt['eastSouth']],'target':_0x5b847d['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0xf574d2);}_hideNestedPanel(_0xe648af){_0xe648af['hide'](),this['_openNestedPanels']['delete'](_0xe648af);}_hideAllNestedPanels(){this['_openNestedPanels']['forEach'](_0x5eaebb=>_0x5eaebb['hide']()),this['_openNestedPanels']['clear']();}_isMovingToNestedMenu(_0x40c076,_0x520fe8){if(!_0x40c076)return!0x1;if(_0x520fe8['element']?.['contains'](_0x40c076))return!0x0;const _0xd4cdaa=_0x40c076;return _0xd4cdaa['closest']&&(null!==_0xd4cdaa['closest']('.ck-ai-quick-actions-group-panel')||null!==_0xd4cdaa['closest']('.ck-ai-quick-actions-group-list')||null!==_0xd4cdaa['closest']('.ck-ai-quick-actions-group-button'));}resetSearch(){this['_searchTextView']&&this['_searchTextView']['reset']();}destroy(){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['_searchTextView']?this['_searchTextView']['focus']():this['optionsListView']['focus']();}_getPanelKeystroke(_0x3421d8){return'rtl'===_0x3421d8['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}_getButtonKeystroke(_0x4953e9){return'rtl'===_0x4953e9['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x585cfb,_0x931a3e,_0xd98d03,_0xcb3eb3){_0x585cfb['key']==_0x931a3e&&(_0xd98d03['focus'](),this['_hideNestedPanel'](_0xcb3eb3));}_handleSearchResultButtonClick(_0x481fcb){_0x481fcb['fire']('execute');}};function ja(_0x384c26){const {editor:_0x458527,content:_0x5b991d,buttonDefinition:_0x1e5545,bodyCollection:_0x293b6f,hasSearch:_0x102004=!0x1,actionButtons:_0x1e62c5}=_0x384c26;return()=>{const _0xb66934=_0x458527['locale'],_0x181980=_0x458527['commands']['get']('aiQuickAction'),_0x3ba244=_0x44881d(_0xb66934);_0x3ba244['bind']('isEnabled')['to'](_0x181980),_0x3ba244['buttonView']['set']({'icon':_0x1e5545['icon']??_0x5f0553,'label':_0x1e5545['label'],'tooltip':!0x0}),_0x3ba244['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x441709=new za(_0x458527,_0x5b991d,_0x3ba244,_0x293b6f,_0x102004,_0x1e62c5);return _0x3ba244['panelView']['children']['add'](_0x441709),_0x102004&&_0x3ba244['on']('change:isOpen',(_0x4e77ba,_0x18049e,_0x4f489a)=>{if(_0x4f489a){if(_0x458527['plugins']['has']('AIEditing')){const _0x9d7fbf=_0x458527['plugins']['get'](tn),_0x5e0cf8=_0x458527['model']['document']['selection'],_0x133834=Array['from'](_0x5e0cf8['getRanges']());_0x133834['length']>0x0&&_0x9d7fbf['showFakeVisualSelection']({'editor':_0x458527,'ranges':_0x133834,'id':'quick-action','priority':0x14});}}else _0x458527['plugins']['has']('AIEditing')&&_0x458527['plugins']['get'](tn)['hideFakeVisualSelection']('quick-action'),_0x441709['resetSearch']();}),_0x3ba244;};}const Ja='<task>Explain\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x20plain,\x20simple\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).-\x20Avoid\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><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20explanation,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant,\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Za='<task>Summarize\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x202–4\x20clear\x20sentences,\x20capturing\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><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20summary,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',th='<task>Extract\x20and\x20present\x20the\x20key\x20points\x20from\x20the\x20selected\x20part\x20of\x20the\x20document\x20as\x20a\x20concise\x20bulleted\x20list.</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><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20key\x20points\x20list,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',eh=/* #__PURE__ -- @preserve */
|
|
37
|
+
((()=>({'chat':'AIChat','action':'AIActions'}))());var ih=class AIQuickActionsUI extends _0x46bc1f{_actionButtons=[];['_menuBarGroupViews']=[];_reporter;static get requires(){return[Lt,Is,Nn,fs];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){this['_reporter']=this['editor']['plugins']['get'](Nn)['createReporter']('aiquickactions');const _0x2f8722=this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x2f8722),this['_initializeQuickActionsComponentsAndCommands'](),this['_initActionTypeQuickActions'](),this['_initChatTypeQuickActions']();}static getDefaultQuickActions(_0x371f8b){return function(_0x3268e8){const _0x42759a=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x3268e8['uiLanguage'])||'English';return[{'id':'ask-ai','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x108d0d},{'id':'chat-commands','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x108d0d,'actions':[{'id':'explain','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':Es(_0x3268e8,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Ja['replace']('%0',_0x42759a),'type':'chat'},{'id':'summarize','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':Es(_0x3268e8,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Za['replace']('%0',_0x42759a),'type':'chat'},{'id':'highlight-key-points','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':Es(_0x3268e8,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':th['replace']('%0',_0x42759a),'type':'chat'}]},{'id':'improve-writing','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x5882fe},{'id':'continue','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0xa13cd},{'id':'fix-grammar','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x2ab9b3},{'id':'adjust-length','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x31749f,'actions':[{'id':'make-shorter','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x3be6bb,'actions':[{'id':'make-tone-casual','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x164672,'actions':[{'id':'translate-to-english','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':Es(_0x3268e8,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x49182f,'actions':[]}];}(_0x371f8b);}_getDefaultAndCustomActions(){const _0x377ddc=AIQuickActionsUI['getDefaultQuickActions'](this['editor']['locale']),_0x2af258=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x28fe47=>({..._0x28fe47,'type':'chat'===_0x28fe47['type']?'chat':'action','icon':void 0x0}));return _0x377ddc['find'](_0x2431b0=>'other'===_0x2431b0['id'])['actions']['push'](..._0x2af258),_0x377ddc;}async _initActionTypeQuickActions(){try{const _0x1b60f2=this['editor']['plugins']['get'](fs),_0x50654c=await _0x1b60f2['models']['getAllModels'](),_0x227553=(await _0x1b60f2['models']['getDefault']())?.['id'];this['_assignDefaultModelToCustomActions'](_0x227553),this['_enableButtonsByType']('action',_0x23c448=>!!_0x50654c['find'](_0x234f2b=>_0x234f2b['id']===_0x23c448['model'])||void 0x0===_0x23c448['model']);}catch(_0x14d58b){const _0x555d31=new ct('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x14d58b});this['_reporter']['logError'](_0x555d31);}}_initChatTypeQuickActions(){if(!this['editor']['plugins']['has']('AIChatController'))return;const _0x4750fe=this['editor']['plugins']['get']('AIChatController'),_0x58bef8=this['editor']['plugins']['has']('AIChatUI')?this['editor']['plugins']['get']('AIChatUI'):null;this['listenTo'](_0x4750fe,'change:isConversationReady',(_0x23888f,_0x95d129,_0x495d09)=>{this['_enableButtonsByType']('chat',()=>_0x495d09&&!_0x58bef8?.['isBusy']);}),_0x58bef8&&this['listenTo'](_0x58bef8,'change:isBusy',(_0x166a2e,_0x56f533,_0x45b803)=>{this['_enableButtonsByType']('chat',()=>_0x4750fe['isConversationReady']&&!_0x45b803);}),this['_enableButtonsByType']('chat',()=>_0x4750fe['isConversationReady']&&!_0x58bef8?.['isBusy']);}_enableButtonsByType(_0x4d037c,_0x1b80ec){this['_quickActionsDefinition']['forEach'](_0x4ba714=>{'actions'in _0x4ba714?_0x4ba714['actions']['forEach'](_0x1d7eee=>{_0x1d7eee['type']===_0x4d037c&&(_0x1d7eee['isEnabled']=_0x1b80ec(_0x1d7eee));}):_0x4ba714['type']===_0x4d037c&&(_0x4ba714['isEnabled']=_0x1b80ec(_0x4ba714));}),this['_actionButtons']['forEach'](_0x10b18f=>{if(sh(_0x10b18f['action']))return;if(_0x10b18f['action']['type']!==_0x4d037c)return;const _0x326c56=_0x1b80ec(_0x10b18f['action']);if(_0x10b18f['action']['isEnabled']=_0x326c56,_0x10b18f['buttonView']['isEnabled']=_0x326c56,'action'===_0x4d037c&&!_0x326c56&&_0x10b18f['action']['model']){const _0x2f75a2=new ct('ai-quick-actions-unavailable-model',this,{'actionId':_0x10b18f['action']['id'],'modelId':_0x10b18f['action']['model']});this['_reporter']['logError'](_0x2f75a2);}}),this['_actionButtons']['filter'](_0x28bf7e=>sh(_0x28bf7e['action']))['forEach'](_0x26f714=>{_0x26f714['buttonView']['isEnabled']=_0x26f714['action']['actions']['some'](_0x51b7fc=>_0x51b7fc['isEnabled']);}),this['_menuBarGroupViews']['forEach'](({view:_0x2ff082,group:_0x569f70})=>{_0x2ff082['isEnabled']=_0x569f70['actions']['some'](_0x111068=>_0x111068['isEnabled']);});}_enableButtonById(_0x420462,_0x1827fe){this['_quickActionsDefinition']['forEach'](_0x26c1be=>{'actions'in _0x26c1be?_0x26c1be['actions']['forEach'](_0x2e538d=>{_0x2e538d['id']===_0x420462&&(_0x2e538d['isEnabled']=_0x1827fe(_0x2e538d));}):_0x26c1be['id']===_0x420462&&(_0x26c1be['isEnabled']=_0x1827fe(_0x26c1be));}),this['_actionButtons']['forEach'](_0x3854e6=>{if(sh(_0x3854e6['action']))return;if(_0x3854e6['action']['id']!==_0x420462)return;const _0x2bc445=_0x1827fe(_0x3854e6['action']);_0x3854e6['action']['isEnabled']=_0x2bc445,_0x3854e6['buttonView']['isEnabled']=_0x2bc445;});}_assignDefaultModelToCustomActions(_0x5189e4){this['_actionButtons']['forEach'](_0x5c33e4=>{sh(_0x5c33e4['action'])||'action'===_0x5c33e4['action']['type']&&(_0x5c33e4['action']['model']||(_0x5c33e4['action']['model']=_0x5189e4));});}_initializeQuickActionsComponentsAndCommands(){const _0x18b124=new Pt(this['editor']['locale']);_0x18b124['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x18b124),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x18b124);}_initializeQuickActionsDropdown(_0x5e3558){const _0x1848e4=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',ja({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x5f0553,'label':Es(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x5e3558,'hasSearch':_0x1848e4,'actionButtons':this['_actionButtons']}));}_prepareQuickActionsDefinition(_0x48fd97){this['_quickActionsDefinition']=_0x48fd97['map'](_0x3da48d=>{if('actions'in _0x3da48d){const _0xac2ef6=_0x3da48d;return{..._0xac2ef6,'actions':_0xac2ef6['actions']['map'](_0xfafaf1=>{const {actions:_0x41cac6,..._0x51a953}=_0xac2ef6;return{..._0xfafaf1,'isEnabled':!0x1,'parent':_0x51a953};})['filter'](_0x58dc0e=>this['_shouldIncludeAction'](_0x58dc0e))};}return{..._0x3da48d,'isEnabled':!0x1};})['filter'](_0x11e16c=>'actions'in _0x11e16c?_0x11e16c['actions']['length']>0x0:this['_shouldIncludeAction'](_0x11e16c));}_shouldIncludeAction(_0x283963){const _0x2e8c69=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](eh[_0x283963['type']])&&!_0x2e8c69['includes'](_0x283963['id'])&&!('chat'===_0x283963['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}_initializeQuickActionsComponents(_0x5a23b2){this['_quickActionsDefinition']['forEach'](_0x85b854=>{if('actions'in _0x85b854){const _0x3e4b6d=ja({'editor':this['editor'],'content':_0x85b854['actions'],'buttonDefinition':_0x85b854,'bodyCollection':_0x5a23b2,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x85b854['id'],_0x3e4b6d),_0x85b854['actions']['forEach'](_0x41d923=>{const _0x3c273e=Ya({'editor':this['editor'],'action':_0x41d923,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x41d923['id'],_0x3c273e);});}else{const _0x1fb9d6=Ya({'editor':this['editor'],'action':_0x85b854,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x85b854['id'],_0x1fb9d6);}});}_initializeQuickActionsMenuBar(){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x402c62=>{const _0x57475e=this['editor']['commands']['get']('aiQuickAction'),_0x4a094e=new _0x4a3eb2(_0x402c62),_0x4b3fea=Es(_0x402c62,'AI_QUICK_ACTIONS_HEADING');_0x4a094e['buttonView']['set']({'label':_0x4b3fea,'icon':_0x5f0553});const _0x38599b=new _0x1a597c(_0x402c62);return _0x38599b['set']({'ariaLabel':_0x4b3fea,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x47e42a=>{if('actions'in _0x47e42a){const _0x23ad56=_0x47e42a,_0x3b0f6f=new te(_0x402c62,_0x4a094e),_0x37df41=new _0x4a3eb2(_0x402c62),_0x1d2fb0=new _0x1a597c(_0x402c62);_0x37df41['buttonView']['set']({'label':_0x23ad56['label'],'icon':_0x23ad56['icon']}),_0x23ad56['actions']['forEach'](_0x5e60c0=>{const _0x38667f=new te(_0x402c62,_0x37df41),_0x490380=new Zt(_0x402c62);_0x490380['set']({'label':_0x5e60c0['label'],'icon':_0x5e60c0['icon'],'role':'menuitem','isEnabled':_0x5e60c0['isEnabled']}),_0x490380['on']('execute',()=>{this['_executeQuickAction'](_0x5e60c0);}),this['_actionButtons']['push']({'buttonView':_0x490380,'action':_0x5e60c0}),_0x490380['delegate']('execute')['to'](_0x37df41),_0x38667f['children']['add'](_0x490380),_0x1d2fb0['items']['add'](_0x38667f);}),_0x37df41['isEnabled']=_0x23ad56['actions']['some'](_0x3e231c=>_0x3e231c['isEnabled']),this['_menuBarGroupViews']['push']({'view':_0x37df41,'group':_0x23ad56}),_0x37df41['panelView']['children']['add'](_0x1d2fb0),_0x3b0f6f['children']['add'](_0x37df41),_0x38599b['items']['add'](_0x3b0f6f);}else{const _0x2addcc=_0x47e42a,_0xb608e3=new te(_0x402c62,_0x4a094e),_0x2f6961=new Zt(_0x402c62);_0x2f6961['set']({'label':_0x2addcc['label'],'icon':_0x2addcc['icon'],'role':'menuitem','isEnabled':_0x2addcc['isEnabled']}),this['_actionButtons']['push']({'buttonView':_0x2f6961,'action':_0x2addcc}),_0x2f6961['on']('execute',()=>{this['_executeQuickAction'](_0x2addcc);}),_0x2f6961['delegate']('execute')['to'](_0x4a094e),_0xb608e3['children']['add'](_0x2f6961),_0x38599b['items']['add'](_0xb608e3);}}),Object['values'](eh)['some'](_0x28cf73=>this['editor']['plugins']['has'](_0x28cf73))?_0x4a094e['bind']('isEnabled')['to'](_0x57475e):_0x4a094e['set']({'isEnabled':!0x1}),_0x4a094e['panelView']['children']['add'](_0x38599b),_0x4a094e;});}_executeQuickAction(_0x1b404f){const _0x5e9457=this['editor'];_0x5e9457['editing']['view']['focus'](),_0x5e9457['commands']['execute']('aiQuickAction',_0x1b404f);const _0x1f4d84=_0x5e9457['ui']['view']['menuBarView'];_0x1f4d84&&_0x1f4d84['close']&&_0x1f4d84['close']();}};function sh(_0x323cc2){return'actions'in _0x323cc2;}function nh(_0x36956f,_0x5e93d1){const _0x35013b=_0x36956f['plugins']['get']('AITabs')['view'];_0x35013b['isVisible']=!0x0,_0x35013b['activateTab'](_0x5e93d1);}var rh=class extends _0x3cd7f1{execute(_0x124be3){switch(this['_expandSelectionIfCollapsed'](),_0x124be3['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x301d36=Es(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new ct('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x301d36});}this['_handleAIChatAction'](_0x124be3);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x37042f=Es(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new ct('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x37042f});}this['_handleAIActionsAction'](_0x124be3);}}async _handleAIChatAction(_0x5d9ea1){const _0x496a08=this['editor']['plugins']['get']('AIChatController');if(nh(this['editor'],'chat'),'ask-ai'===_0x5d9ea1['id'])_0x496a08['removeSelectionFromChatContext'](),_0x496a08['addSelectionToChatContext'](this['editor']),_0x496a08['focusPromptInput']();else await _0x496a08['startConversation']({'modelId':_0x5d9ea1['model'],'contexts':this['_resolveActionContexts'](_0x5d9ea1)}),_0x496a08['removeSelectionFromChatContext'](),_0x496a08['addSelectionToChatContext'](this['editor']),_0x496a08['focusPromptInput'](),await _0x496a08['sendMessage']({'message':_0x5d9ea1['prompt']||_0x5d9ea1['displayedPrompt']||_0x5d9ea1['label'],'attributes':{'quickActionData':{'id':_0x5d9ea1['id']},'displayedPrompt':_0x5d9ea1['displayedPrompt']}});}_expandSelectionIfCollapsed(){const _0x2810f2=this['editor'],_0x77d2da=_0x2810f2['model']['document']['selection'];if(!_0x77d2da['isCollapsed'])return;const _0x114b2a=mt(_0x77d2da['getSelectedBlocks']())||_0x2810f2['model']['schema']['getLimitElement'](_0x77d2da);_0x2810f2['model']['change'](_0x99b050=>{_0x99b050['setSelection'](_0x114b2a,'in');});}_handleAIActionsActionLabel(_0xaf9cd3){return _0xaf9cd3['parent']?.['label']&&'other'!==_0xaf9cd3['parent']?.['id']?_0xaf9cd3['parent']['label']+':\x20'+_0xaf9cd3['label']:_0xaf9cd3['label'];}async _handleAIActionsAction(_0xec4f17){const _0x29f355=this['editor']['plugins']['get']('AIActions'),_0x5efc47=this['_resolveActionContexts'](_0xec4f17);let _0x1174e4;_0x1174e4=_0xec4f17['prompt']?{'userMessage':_0xec4f17['prompt'],'model':_0xec4f17['model'],'contexts':_0x5efc47}:_0xec4f17['context']?{'model':_0xec4f17['model'],'contexts':_0x5efc47}:{'actionName':_0xec4f17['actionName']||_0xec4f17['id'],'args':_0xec4f17['args'],'contexts':_0x5efc47};const _0x28c3a6=this['_handleAIActionsActionLabel'](_0xec4f17);await _0x29f355['executeAction'](_0x1174e4,_0x28c3a6,_0xec4f17['icon']);}_resolveActionContexts(_0x4985c){const _0x54aef1=_0x4985c['parent']?.['id']?[_0x4985c['id'],_0x4985c['parent']['id']]:[_0x4985c['id']];return this['editor']['plugins']['get'](fs)['contextLibrary']['resolveContext']({'feature':'quickActions','ids':_0x54aef1,'extraContexts':_0x4985c['context']?[_0x4985c['context']]:[],'context':new Yn()})['refs'];}},oh=class extends _0x46bc1f{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){const _0x378526=this['editor'],_0x2d8219=new rh(this['editor']);if(_0x378526['commands']['add']('aiQuickAction',_0x2d8219),_0x378526['plugins']['has']('AIChat')){const _0x217113=this['editor']['plugins']['get']('AIChatController');_0x378526['model']['document']['selection']['on']('change:range',(_0x7ed33f,_0x178965)=>{_0x178965['directChange']&&_0x217113['removeSelectionFromChatContext']();});}}},ah=class extends Vn{appendContent(_0x11638d,_0x5025a5='text'){'modification'===this['type']&&'text'===_0x5025a5&&(_0x5025a5=this['documentContextContent']['keys']()['next']()['value']),super['appendContent'](_0x11638d,_0x5025a5);}updateChangeGroups(_0x300915){const _0x4db789=this['parsedContent']['get'](_0x300915)['cloneNode'](!0x0);if(this['parsedMergedContent']['set'](_0x300915,_0x4db789),this['changeGroups']=[],0x0==_0x4db789['childNodes']['length'])return;on(this['documentContextContent']['get'](_0x300915),this['parsedMergedContent']['get'](_0x300915));const _0x282438=_0x1e1781(this['documentContextContent']['get'](_0x300915)['children']['map'](_0x451389=>({'node':_0x451389,'id':Ps(_0x451389,'data-id')})),_0x4db789['children']['map'](_0x36863d=>({'node':_0x36863d,'id':Ps(_0x36863d,'data-id')||kt()})),{'comparator':(_0x325da9,_0x55eff5)=>_0x325da9['id']==_0x55eff5['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x282438['length']&&_0x282438[_0x282438['length']-0x1]['removed'];)_0x282438['pop']();}const _0x1ef144=_0x282438['map'](_0x2382b4=>{const _0x452ccd=_0x2382b4['added']?'new':_0x2382b4['removed']?'removed':'modified';return{'node':_0x2382b4['value'][0x0]['node'],'type':_0x452ccd,'id':_0x2382b4['value'][0x0]['id']};}),_0x2a885a=this['_documentIdToSource']['get'](_0x300915);this['changeGroups']['push']({'changes':_0x1ef144,'state':'pending','index':this['changeGroups']['length'],'editor':_0x2a885a['editor'],'rootName':_0x2a885a['rootName'],'documentId':_0x300915});}_getDifferentChangeGroups(_0x427625,_0x494211){return _0x494211;}},hh=class extends Fn{content;['version'];editor;rootName;actionName;['args'];['userMessage'];['model'];contexts;['hasError']=!0x1;stoppedExplicitly=!0x1;constructor(_0x1146de){super(_0x1146de),this['content']=_0x1146de['content'],this['version']=_0x1146de['version'],this['editor']=_0x1146de['editor'],this['rootName']=_0x1146de['rootName'],this['actionName']=_0x1146de['actionName'],this['args']=_0x1146de['args'],this['userMessage']=_0x1146de['userMessage'],this['model']=_0x1146de['model'],this['contexts']=_0x1146de['contexts'],this['on']('interactionStopped',()=>{this['stoppedExplicitly']=!0x0;});}sendRequest(){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args'],'contexts':this['contexts']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html','contexts':this['contexts']});}getDocumentContext(){return{'type':'document','documents':[{'id':this['id'],'content':this['content'],'version':this['version'],'rootName':this['rootName'],'sessionId':kt(),'channelId':this['editor']['config']['get']('collaboration.channelId'),'selectionSignature':''}],'label':'Current\x20document','uiId':'current-document'};}createReply(_0x33a8fc){const _0xdaea38=this['editor']['config']['get']('collaboration.channelId'),_0x4c6f69=new ah({..._0x33a8fc,'locale':this['locale'],'documentContextContent':[{'id':this['id'],'content':this['content'],'channelId':_0xdaea38,'rootName':this['rootName']}],'channelsToEditors':new Map([[_0xdaea38,this['editor']]])});return this['replies']['push'](_0x4c6f69),_0x4c6f69['delegate'](...Gn)['to'](this),this['fire']('replyCreated',_0x4c6f69),_0x4c6f69;}},ch=class extends _0x258303{constructor(_0x5b48ec,_0x1dbd65=!0x0,_0x89d841=!0x0){super(_0x5b48ec),this['set']('isEnabled',!0x1),_0x1dbd65&&(this['applyButton']=this['_createButton'](Es(_0x5b48ec,'AI_BALLOON_APPLY_BUTTON'),Ln),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x89d841&&(this['suggestButton']=this['_createButton'](Es(_0x5b48ec,'AI_BALLOON_SUGGEST_BUTTON'),_0x1dbd65?Pn:Ln),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x1dbd65,'showSuggestButton':_0x89d841}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}setButtonsVisibility({showApplyButton:_0x5cbdb8,showSuggestButton:_0x229616}){this['applyButton']&&(this['applyButton']['isVisible']=_0x5cbdb8),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x229616);}_createButton(_0x196bb9,_0x1970f8){const _0x4dc4cf=new Mt(this['locale']);return _0x4dc4cf['set']({'label':_0x196bb9,'class':_0x1970f8,'isVisible':!0x0,'withText':!0x0}),_0x4dc4cf;}},lh=class extends _0x414492{constructor(_0x1bbc07){super(_0x1bbc07),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':Es(_0x1bbc07,'AI_DISCLAIMER_TEXT')}]}]});}},uh=class extends _0x414492{constructor(_0xfff194){super(_0xfff194),this['set']('isVisible',!0x0);const _0x51a271=new Dr('small');_0x51a271['isVisible']=!0x0;const _0x240469=new _0x414492(this['locale']);_0x240469['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[Es(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x2b11ed=>!_0x2b11ed)]},'children':[_0x51a271,_0x240469]});}},dh=class extends Ma{['focusCycler'];['_config'];_contentWrapper;_streamableContentView;_toolbarView;['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];_keystrokes;_dialogContent;['_focusables'];['_scrollManager'];['_miniToolbarResizeObserver'];_navigationPreviousButton;_navigationNextButton;_navigationTryAgainButton;_navigationCounter;constructor(_0x2c9994,_0xbc0a8a){super(_0x2c9994),this['set']('isBusy',!0x1),this['set']('isTargetReadOnly',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0xbc0a8a,this['_focusTracker']=new _t(),this['_keystrokes']=new gt(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Ft({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x215355(),this['_addContentWrapper'](_0xbc0a8a),this['_addDisclaimerView'](),this['_addToolbar'](_0xbc0a8a),this['_focusables']['clear'](),this['_focusables']['addMany']([this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-main']},'children':this['_dialogContent']}),this['on']('change:isTrackChangesOn',()=>{this['_toggleToolbarButtonsVisibility'](_0xbc0a8a);}),this['on']('render',()=>{this['_setupMiniToolbarPositioning']();});}['render'](){super['render']();for(const _0xf6bcee of this['_focusables'])this['_focusTracker']['add'](_0xf6bcee['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}destroy(){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy'](),this['_miniToolbarResizeObserver']&&this['_miniToolbarResizeObserver']['destroy']();}['focus'](_0x32044e){-0x1===_0x32044e?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}setIsLoading(_0x3930b1){this['_isLoading']=_0x3930b1;}setErrorState(){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}clearErrorState(){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x429ad9){super['showError'](_0x429ad9),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x228a9c){super['showBlockingError'](_0x228a9c),this['setErrorState']();}addMiniToolbarItem(_0x518207){this['_miniToolbarView']['items']['has'](_0x518207)||this['_miniToolbarView']['items']['add'](_0x518207);}removeMiniToolbarItem(_0x45fa3c){this['_miniToolbarView']['items']['has'](_0x45fa3c)&&this['_miniToolbarView']['items']['remove'](_0x45fa3c);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}_toggleToolbarButtonsVisibility({showApplyButton:_0x1059a9,showSuggestButton:_0x33b0db}){_0x1059a9=_0x1059a9&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x33b0db=_0x33b0db&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x1059a9,'showSuggestButton':_0x33b0db});}async updateContent(_0x3cc5cd){await this['_streamableContentView']['update'](_0x3cc5cd);}finalizeContent(){this['_streamableContentView']['cleanUpStreamingArtifacts']();}clearContent(){this['_streamableContentView']['clear']();}_addContentWrapper(_0x33ce01){this['_contentWrapper']=new _0x414492(this['locale']),this['_contentWrapper']['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content',this['bindTemplate']['if']('_isErrorVisible','ck-hidden')]},'children':[{'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content-wrapper']},'children':[this['_createLoaderView'](),this['_createStreamableContentView']()]},this['_createMiniToolbar'](_0x33ce01['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new lh(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x1cbe0e,showSuggestButton:_0x2eb254}){this['_toolbarView']=new ch(this['locale'],_0x1cbe0e,_0x2eb254),this['_toolbarView']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['_toolbarView']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_toolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',this,'_hasError',this,'isTargetReadOnly',(_0xd928c8,_0x17c393,_0x27177b,_0x33540e)=>!(_0xd928c8||_0x17c393||_0x27177b||_0x33540e)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x1cbe0e,'showSuggestButton':_0x2eb254}),this['_dialogContent']['add'](this['_toolbarView']);}_createMiniToolbar(_0x1e62dd){return this['_miniToolbarView']=new Ba(this['locale'],_0x1e62dd),this['_miniToolbarView']['delegate'](...ir)['to'](this),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['_miniToolbarView']['isShowChangesOn']=!this['_miniToolbarView']['isShowChangesOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':this['_miniToolbarView']['isShowChangesOn']});}),this['_miniToolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',(_0x8d728b,_0x19a550)=>!(_0x8d728b||_0x19a550)),this['_miniToolbarView'];}_createLoaderView(){return this['_loaderView']=new uh(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}_createStreamableContentView(){return this['_streamableContentView']=new mr(this['locale']),this['_streamableContentView'];}_setupMiniToolbarButtons(){const _0x26c978=new Mt(this['locale']),_0x750014=new Mt(this['locale']),_0x40a75f=new _h(this['locale']),_0x250424=new Mt(this['locale']);_0x26c978['set']({'icon':_0x5527c5,'label':Es(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+Dn}),_0x750014['set']({'icon':_0x58652b,'tooltip':Es(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+Dn}),_0x250424['set']({'icon':_0x3b32e9,'tooltip':Es(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+Dn}),_0x26c978['bind']('isEnabled')['to'](this,'isBusy',_0x419958=>!_0x419958),_0x26c978['on']('execute',()=>{this['fire']('tryAgain');}),_0x750014['bind']('isEnabled')['to'](this,'isBusy',_0x3d0e2c=>!_0x3d0e2c),_0x750014['on']('execute',()=>{this['fire']('showPrevious');}),_0x250424['bind']('isEnabled')['to'](this,'isBusy',_0x3d74b7=>!_0x3d74b7),_0x250424['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x750014,this['_navigationCounter']=_0x40a75f,this['_navigationNextButton']=_0x250424,this['_navigationTryAgainButton']=_0x26c978;}updateMiniToolbarButtons(_0xb53850,_0x1e4f44){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x4ae523=_0xb53850>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x4ae523){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0xbb069e=_0xb53850-_0x1e4f44;this['_navigationCounter']['setInteractionCount'](_0xbb069e+'/'+_0xb53850),this['_navigationPreviousButton']['isEnabled']=_0x1e4f44<_0xb53850-0x1,this['_navigationNextButton']['isEnabled']=_0x1e4f44>0x0;}else this['removeMiniToolbarItem'](this['_navigationPreviousButton']),this['removeMiniToolbarItem'](this['_navigationCounter']),this['removeMiniToolbarItem'](this['_navigationNextButton']);}disableMiniToolbarButtons(){this['_navigationTryAgainButton']['isEnabled']=!0x1,this['_navigationPreviousButton']['isEnabled']=!0x1,this['_navigationNextButton']['isEnabled']=!0x1;}startAutoScroll(){this['_initializeScrollManager'](),this['_scrollManager']&&this['_scrollManager']['start']();}stopAutoScroll(){this['_scrollManager']&&this['_scrollManager']['stop']();}toggleIsLoading(_0x5620f5){this['_isLoading']=_0x5620f5;}resetShowChangesButton(){this['_miniToolbarView']['isShowChangesOn']=!0x1;}_setupMiniToolbarPositioning(){const _0x398c5c=this['_streamableContentView']['element'],_0x1b755e=this['_miniToolbarView']['element'],_0x5c8fc7=()=>{wt['window']['requestAnimationFrame'](()=>{const _0x564ad9=_0x398c5c['offsetWidth']-_0x398c5c['clientWidth'];_0x1b755e['style']['right']='calc('+_0x564ad9+'px\x20+\x20var(--ck-spacing-large))';});};_0x5c8fc7(),this['_miniToolbarResizeObserver']=new pt(_0x398c5c,()=>{_0x5c8fc7();});}_initializeScrollManager(){const _0x4f8f96=this['_getScrollableElement']();_0x4f8f96&&!this['_scrollManager']&&(this['_scrollManager']=new ao(_0x4f8f96));}_getScrollableElement(){return this['_streamableContentView']['element'];}},_h=class extends _0x414492{constructor(_0x1e3e98){super(_0x1e3e98);const _0x1e9f04=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x1e9f04['to']('interactionCount')}]});}setInteractionCount(_0xac411a){this['set']('interactionCount',_0xac411a);}},gh=class extends _0x46bc1f{static get requires(){return[Is,Nn,Ut,tn,Va,_0x1ba3e1];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}_aiConnector;_interactions=[];_currentInteractionIndex=0x0;_interactionParams;['_balloonShowDiff']=!0x1;['_promiseQueue'];get _interaction(){return this['_interactions'][this['_interactions']['length']-0x1];}_actionsBalloonView;_reporter;constructor(_0x4eca05){super(_0x4eca05),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['_reporter']=this['editor']['plugins']['get'](Nn)['createReporter']('aiactions'),this['set']('isBusy',!0x1),this['_promiseQueue']=new Sr();}stopInteraction(){this['_stopInteraction']();}async executeAction(_0x9d5ebf,_0x4c7c90,_0x16de60){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')&&this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x149464,anchorData:_0x5fc1ad,root:_0x47d075}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x9d5ebf,_0x149464,_0x5fc1ad,_0x47d075,_0x4c7c90,_0x16de60);}const {modelFragment:_0x259641,anchorData:_0x3098ea,root:_0x4e7b8d}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x9d5ebf,_0x259641,_0x3098ea,_0x4e7b8d,_0x4c7c90,_0x16de60);}async destroy(){return this['_stopInteraction'](),super['destroy']();}_createActionsBalloonView(){const _0x5beec4=this['editor']['plugins']['has']('TrackChanges');let _0x5b8b8a=this['editor']['config']['get']('ai.availableReplyActions')||[...Or];_0x5beec4||(_0x5b8b8a=_0x5b8b8a['filter'](_0xbc122b=>'insertSuggestion'!=_0xbc122b));const _0x4713f4=this['editor']['commands']['get']('trackChanges'),_0x2c6917=new dh(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x5beec4,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x5b8b8a});return _0x2c6917['bind']('isBusy')['to'](this),_0x2c6917['bind']('isTargetReadOnly')['to'](this['editor'],'isReadOnly'),_0x4713f4&&_0x2c6917['bind']('isTrackChangesOn')['to'](_0x4713f4,'value'),_0x2c6917['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x2c6917['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x2c6917['on']('showNext',()=>{this['_navigateToNext']();}),_0x2c6917;}_normalizeSelectionStart(){const _0xa0bf8f=this['editor']['model'],_0x2de424=_0xa0bf8f['document']['selection'],_0x13188b=_0x2de424['getFirstRange']();if(!_0x13188b||_0x13188b['isCollapsed'])return;const _0x1afb39=mt(_0x2de424['getSelectedBlocks']());if(!_0x1afb39)return;const _0x379250=_0xa0bf8f['createPositionAt'](_0x1afb39,0x0);_0x379250['isAfter'](_0x13188b['start'])&&_0xa0bf8f['change'](_0x9a9c94=>{_0x9a9c94['setSelection'](_0x9a9c94['createRange'](_0x379250,_0x13188b['end']));});}_getExecuteDataRegular(){const _0x161622=this['editor']['model']['document']['selection'],_0x5094f2=_0x161622['getFirstRange']()['start']['root'];if(_0x161622['isCollapsed']){const _0x338ef4=mt(_0x161622['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x161622);this['editor']['model']['change'](_0x5d7bc9=>{_0x5d7bc9['setSelection'](_0x338ef4,'in');});}this['_normalizeSelectionStart']();const _0x5ba236=_0x161622['getFirstRange'](),_0x43c01e=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x161622),_0x5ba236['start'],_0x5ba236['end']);this['_copyMarkersToFragment'](_0x43c01e,_0x161622,{'isTableSelection':!0x1});const _0x516432=_0x161622['getFirstRange']()['start'],_0x745c69=new Map();let _0x1c9cd8=_0x43c01e;for(let _0x14b305=0x0;_0x14b305<_0x516432['path']['length'];_0x14b305++)_0x745c69['set'](_0x1c9cd8,_0x516432['path'][_0x14b305]),_0x1c9cd8=_0x1c9cd8['getChild'](0x0);return{'modelFragment':_0x43c01e,'anchorData':_0x745c69,'root':_0x5094f2};}_getExecuteDataInTable(){const _0x13c12f=this['editor']['model']['document']['selection'],_0x157b96=this['editor']['plugins']['get']('TableSelection'),_0x46a12c=_0x13c12f['getFirstRange']()['start']['root'],_0x3deec1=_0x157b96['getSelectionAsFragment'](),_0x83453e=_0x13c12f['getFirstRange']()['start']['parent']['parent'],_0x5b3ffc=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x83453e),this['editor']['model']['createPositionAfter'](_0x83453e)),_0x57d6da=this['_wrapWithCommonAncestors'](_0x3deec1,_0x5b3ffc['start'],_0x5b3ffc['end']);this['_copyMarkersToFragment'](_0x57d6da,_0x13c12f,{'isTableSelection':!0x0});const _0x476144=_0x13c12f['getFirstRange']()['start'],_0x32f80d=new Map();let _0x2d81d7=_0x57d6da;for(let _0x47bb04=0x0;_0x47bb04<_0x476144['path']['length'];_0x47bb04++)if(_0x32f80d['set'](_0x2d81d7,_0x476144['path'][_0x47bb04]),_0x47bb04<_0x476144['path']['length']-0x1)_0x2d81d7=_0x2d81d7['getChild'](0x0);else{let _0xfba4cb=_0x2d81d7['nextSibling'];for(;_0xfba4cb;)_0x32f80d['set'](_0xfba4cb,_0x476144['path'][_0x47bb04]),_0xfba4cb=_0xfba4cb['nextSibling'];}return{'modelFragment':_0x57d6da,'anchorData':_0x32f80d,'root':_0x46a12c};}async _executeAction(_0x14005f,_0x3b672a,_0x5e188e,_0x225015,_0x45f2f9,_0x3b256b){const _0xb1dc5e=this['editor']['plugins']['get'](tn),_0x24041d=this['editor']['plugins']['get'](Va),_0x1ca3af=this['editor']['model']['document']['selection'],_0x343353=await _0xb1dc5e['modelToDataWithIds'](_0x3b672a,this['editor'],_0x225015['rootName']),_0x22b72d=this['editor']['model']['document']['version'],_0x2337bd=[..._0x1ca3af['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x24041d['open']({'targetEditor':this['editor'],'index':0x3e8*Math['random']()%0x3e8,'title':_0x45f2f9,'icon':_0x3b256b||_0x5f0553,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x2337bd,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x24041d),this['_interactionParams']={'action':_0x14005f,'content':_0x343353,'version':_0x22b72d,'aiBalloon':_0x24041d,'modelFragment':_0x3b672a,'anchorData':_0x5e188e,'root':_0x225015},this['_setupApplyListeners'](),this['listenTo'](_0x24041d,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x24041d,'dialogClosed',(_0x38ffc6,{id:_0x12cc2d})=>{if('aiActionsBalloon'===_0x12cc2d){for(const _0x399218 of this['_interactions']){if(0x0===_0x399218['replies']['length']||_0x399218['stoppedExplicitly'])continue;const _0x1f4f3c=_0x399218['replies'][_0x399218['replies']['length']-0x1],_0x2b36c3=_0x1f4f3c['changeGroups'][0x0];_0x2b36c3&&'pending'===_0x2b36c3['state']&&_0x1f4f3c['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x24041d);}}),this['_createInteraction'](_0x343353,_0x22b72d,_0x24041d,_0x14005f);}_setupApplyListeners(){if(!this['_interactionParams'])return;const {modelFragment:_0x3bce5f,anchorData:_0x462e9a,root:_0x456680}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x3bce5f,_0x462e9a,_0x456680,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x3bce5f,_0x462e9a,_0x456680,!0x0);});}_wrapWithCommonAncestors(_0x388779,_0x457d4d,_0x1815f4){const _0x31b6b8=this['editor']['model']['createRange'](_0x457d4d,_0x1815f4)['getCommonAncestor'](),_0x18bbac=_0x31b6b8['is']('documentFragment')?[]:_0x31b6b8['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x18bbac['length']){const _0x3ca365=_0x18bbac['map'](_0x3ce03d=>_0x3ce03d['_clone'](!0x1));for(let _0x1bb657=0x1;_0x1bb657<_0x3ca365['length'];_0x1bb657++)_0x3ca365[_0x1bb657-0x1]['_appendChild'](_0x3ca365[_0x1bb657]);return _0x3ca365[_0x3ca365['length']-0x1]['_appendChild'](_0x388779),new _0xe9fd4c(_0x3ca365[0x0]);}return _0x388779;}_copyMarkersToFragment(_0x263244,_0x512300,_0xb34c0a={'isTableSelection':!0x1}){const _0x281e66=this['editor']['model'],_0x33ad62=Array['from'](_0x512300['getRanges']()),_0x171ca9=_0x512300['getFirstRange']()['start'];for(const _0x234fb2 of _0x281e66['markers']){if(_0x234fb2['name']['startsWith']('ai-selection')||!_0x234fb2['affectsData'])continue;const _0x336c8e=_0x234fb2['getRange']();if(!_0x33ad62['some'](_0x194f8c=>_0x194f8c['containsRange'](_0x336c8e,!0x0)))continue;const _0xe28cd4=this['_regularCalculateMarkerPath'](_0x336c8e['start'],_0x171ca9,_0xb34c0a['isTableSelection']),_0xcafa69=this['_regularCalculateMarkerPath'](_0x336c8e['end'],_0x171ca9,_0xb34c0a['isTableSelection']),_0x580aa9=_0x281e66['createPositionFromPath'](_0x263244,_0xe28cd4),_0x455784=_0x281e66['createPositionFromPath'](_0x263244,_0xcafa69);if(!_0x580aa9['isEqual'](_0x455784)){const _0x18e142=_0x281e66['createRange'](_0x580aa9,_0x455784);_0x263244['markers']['set'](_0x234fb2['name'],_0x18e142);}}}_regularCalculateMarkerPath(_0xf89ca3,_0x578c77,_0x4fd1b5=!0x1){const _0x2e57b4=[..._0xf89ca3['path']['slice']()];for(let _0x180c87=0x0;_0x180c87<Math['max'](_0x578c77['path']['length'],_0xf89ca3['path']['length']);_0x180c87++){const _0x1da3b4=_0x578c77['path'][_0x180c87]||0x0,_0x3b57c9=(_0xf89ca3['path'][_0x180c87]||0x0)-_0x1da3b4;if(_0x2e57b4[_0x180c87]=_0x3b57c9,0x0!==_0x3b57c9&&!_0x4fd1b5)break;}return _0x2e57b4;}async _createInteraction(_0x4565ed,_0x5bb762,_0x4c3d5c,_0x34ce48){const _0x49b5bb=this['editor'],_0x38a07e=_0x49b5bb['model']['document']['selection']['getFirstRange']()['start']['root'];this['_interactionParams']||(this['_interactionParams']={'action':_0x34ce48,'content':_0x4565ed,'version':_0x5bb762,'aiBalloon':_0x4c3d5c,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':_0x38a07e});const _0x3c19c3=new hh({'connector':this['_aiConnector'],'locale':_0x49b5bb['locale'],'content':_0x4565ed,'version':_0x5bb762,'editor':_0x49b5bb,'rootName':_0x38a07e['rootName'],..._0x34ce48});this['_interactions']['push'](_0x3c19c3);const _0x512b95=(_0x59b322,_0x4609e6=!0x1,_0x476460='streaming')=>{const {isDone:_0x160d9a}=_0x59b322;return this['_promiseQueue']['enqueue'](async _0x57539d=>{try{if(this['_isUnsupportedInlineRootChange'](_0x59b322,_0x38a07e))return this['_actionsBalloonView']['showBlockingError'](Es(_0x49b5bb['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')),void(_0x160d9a&&this['_actionsBalloonView']['finalizeContent']());const _0x1433db=ln({'changeGroups':_0x59b322['changeGroups'],'documentContextContent':_0x59b322['documentContextContent'],'showDiff':_0x4609e6,'trimUnchanged':!0x1});_0x1433db['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x1433db[0x0],'renderingStrategy':_0x476460,'abortSignal':_0x57539d}),_0x160d9a&&this['_actionsBalloonView']['finalizeContent']();}catch(_0x60fb0e){if(kn(_0x60fb0e))return;throw _0x60fb0e;}});};_0x3c19c3['on']('replyCreated',(_0x2daa11,_0x43089f)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x512b95(_0x43089f)['catch'](_0x22d468=>{this['_reporter']['logError'](_0x22d468,{'context':{'operation':'reply-create'}}),this['_setErrorState'](_0x3c19c3,_0x22d468);});}),_0x3c19c3['on']('replyContentUpdated',(_0x30899e,_0x4f12ae)=>{_0x512b95(_0x4f12ae)['catch'](_0xc1cc4e=>{this['_reporter']['logError'](_0xc1cc4e,{'context':{'operation':'reply-update'}}),this['_setErrorState'](_0x3c19c3,_0xc1cc4e);});}),_0x3c19c3['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x13015a){this['_reporter']['logError'](_0x13015a,{'context':{'operation':'interaction-finish'}}),this['_setErrorState'](_0x3c19c3,_0x13015a);}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x5584e1,{showDiff:_0x2c52a5})=>{try{this['_balloonShowDiff']=_0x2c52a5;const _0x5835a6=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x5835a6&&await _0x512b95(_0x5835a6,_0x2c52a5,'static');}catch(_0x40d659){this['_reporter']['logError'](_0x40d659,{'context':{'operation':'toggle-suggestion-display'}}),this['_setErrorState'](_0x3c19c3,_0x40d659);}}),_0x3c19c3['on']('replyChangeGroupStateUpdated',()=>{const _0x28e832={'positiveCount':_0x3c19c3['replies']['reduce']((_0x53ff9a,_0x3152d6)=>_0x53ff9a+_0x3152d6['changeGroups']['filter'](_0x19ed0e=>'accepted'===_0x19ed0e['state'])['length'],0x0),'totalCount':_0x3c19c3['replies']['reduce']((_0x4a4ddd,_0x243f33)=>_0x4a4ddd+_0x243f33['changeGroups']['length'],0x0)},_0x33332b=_0x3c19c3['actionCallId'],_0x43fb92=_0x3c19c3['actionName'];_0x43fb92?this['_aiConnector']['upsertAIActionRating'](_0x43fb92,_0x33332b,_0x28e832):this['_aiConnector']['upsertCustomAIActionRating'](_0x33332b,_0x28e832);}),this['_setLoadingState']();try{const _0x5980d3=await _0x3c19c3['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x5980d3;}catch(_0x3a9419){kn(_0x3a9419)||this['_actionsBalloonView']['hideLoader'](),this['_reporter']['logError'](_0x3a9419,{'context':{'operation':'create-interaction'}}),this['_setErrorState'](_0x3c19c3,_0x3a9419);}}_isUnsupportedInlineRootChange(_0x4defe5,_0xd5aa03){const _0x34555c=this['editor'];return!!Gs(_0x34555c,_0xd5aa03['rootName'])&&!Ys(_0x34555c,new _0x35b618((_0x4defe5['changeGroups'][0x0]?.['changes']??[])['filter'](_0x1e79d2=>'removed'!==_0x1e79d2['type'])['map'](_0x5cc868=>_0x5cc868['node']['cloneNode'](!0x0))));}['_applyChanges'](_0x2ce275,_0x1e1904,_0x506619,_0x26b73f){const _0x3dea21=this['editor'];if(_0x26b73f&&!_0x3dea21['plugins']['has']('TrackChanges'))throw new ct('ai-no-track-changes',null);const _0x59b75c=this['editor']['plugins']['get'](_0x1ba3e1),_0x36a87f=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x36a87f||!_0x36a87f['replies']['length'])return;const _0x85a8a0=_0x36a87f['replies'][_0x36a87f['replies']['length']-0x1];if(this['_isUnsupportedInlineRootChange'](_0x85a8a0,_0x506619))return void this['_actionsBalloonView']['showBlockingError'](Es(_0x3dea21['locale'],'AI_SUGGESTION_NO_PARTS_WARNING'));_0x85a8a0['setChangeGroupState'](0x0,'accepted');const _0x1edef3=Jn({'documentSuggestions':Zn({'groups':[_0x85a8a0['changeGroups'][0x0]],'documentContextContent':_0x85a8a0['documentContextContent'],'documents':_0x36a87f['getDocumentContext']()['documents']}),'transform':!0x1,'documentCompare':_0x59b75c,'documentCompareOptions':{'anchor':_0x3dea21['model']['createPositionAt'](_0x2ce275,0x0),'markDeletions':_0x26b73f}})['values']()['next']()['value']??[],_0x5ec9b2=this['_filterOperationsOutsideRange'](_0x1edef3,_0x1e1904);for(const _0x58ced5 of _0x5ec9b2)this['_anchorOperation'](_0x1e1904,_0x58ced5,_0x506619);const _0xc506b6=_0x36a87f['getDocumentContext']()['documents'][0x0]['version'],_0x40fde0=_0x318423(_0x5ec9b2,_0x3dea21['model']['document']['history']['getOperations'](_0xc506b6),{'document':_0x3dea21['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];mn(_0x40fde0,'quickActions');try{_0x3dea21['model']['change'](_0x442e13=>{_0x442e13['setSelection'](_0x3dea21['model']['document']['selection']['focus']),_0x26b73f?_0x3dea21['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x40fde0):_0x59b75c['applyOperations'](_0x442e13,_0x40fde0);});}catch(_0x1bb3f3){throw this['_reporter']['logError'](new yn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x1bb3f3})),_0x1bb3f3;}this['editor']['plugins']['get']('AIBalloon')['close']();}_filterOperationsOutsideRange(_0x2bcf71,_0x1f665c){return _0x2bcf71['filter'](_0x31a374=>{if('rename'==_0x31a374['type']){const _0x341585=_0x31a374['position']['nodeAfter'];return!_0x1f665c['has'](_0x341585);}if(_0x31a374['type']['indexOf']('Attribute')>-0x1){const _0xab6196=_0x31a374['range']['start']['nodeAfter'];return!_0x1f665c['has'](_0xab6196);}return!0x0;});}_anchorOperation(_0x47b92f,_0x11d2e3,_0x2a2878){const _0x254321=_0x11d2e3['clone']();for(const _0x2c4bb7 in _0x11d2e3){const _0x5965e2=_0x11d2e3[_0x2c4bb7];_0x5965e2 instanceof _0x5b86ed?_0x11d2e3[_0x2c4bb7]=new _0x5b86ed(_0x5af187(_0x5965e2['start']),_0x5af187(_0x5965e2['end'])):_0x5965e2 instanceof _0x29cdf6&&(_0x11d2e3[_0x2c4bb7]=_0x5af187(_0x5965e2));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x254321['type'])){if(_0x254321['isDocumentOperation']=!0x1,_0x254321['baseVersion']=null,'remove'==_0x254321['type']){const _0x131a52=_0x254321['sourcePosition'],_0x839c2d=_0x254321['howMany'];new _0x47f76a(_0x131a52,_0x839c2d)['_execute']();}else _0x254321['_execute']();}function _0x5af187(_0x38c9b6){if('$graveyard'==_0x38c9b6['root']['rootName'])return _0x38c9b6;const _0xbe675a=[];let _0x386f5a=_0x38c9b6['root'];for(let _0x509b91=0x0;_0x509b91<_0x38c9b6['path']['length'];_0x509b91++){const _0xf17c5=_0x47b92f['get'](_0x386f5a)||0x0;_0xbe675a[_0x509b91]=_0x38c9b6['path'][_0x509b91]+_0xf17c5,_0x386f5a=_0x386f5a['getChildAtOffset'](_0x38c9b6['path'][_0x509b91]);}return new _0x29cdf6(_0x2a2878,_0xbe675a,_0x38c9b6['stickiness']);}}_refreshInteraction(){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0xc1a4df,content:_0x338943,version:_0x11b9b1,aiBalloon:_0x5d8612}=this['_interactionParams'];this['_clearErrorState'](),this['_actionsBalloonView']['clearContent'](),this['_actionsBalloonView']['showLoader'](),this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),this['stopListening'](this['_actionsBalloonView']),this['_setupApplyListeners'](),this['_createInteraction'](_0x338943,_0x11b9b1,_0x5d8612,_0xc1a4df)['catch'](_0x3b9f5a=>{this['_reporter']['logError'](_0x3b9f5a,{'context':{'operation':'refresh-interaction'}});});}_clearInteractionHistory(){this['_interactions']=[],this['_interactionParams']=void 0x0,this['_currentInteractionIndex']=0x0,this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}_stopInteraction(){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1,this['_interactionParams']&&this['_actionsBalloonView']['stopAutoScroll']();}_navigateToPrevious(){const _0x5a3907=this['_interactions']['length'];this['_currentInteractionIndex']<_0x5a3907-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}_navigateToNext(){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async _displayInteractionAtIndex(_0x4ea2c9){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x4ea2c9;const _0x38e967=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x38e967)return;if(_0x38e967['hasError'])return this['_setErrorState'](_0x38e967),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x38e967['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x50379a=_0x38e967['replies'][_0x38e967['replies']['length']-0x1];if(_0x50379a)try{const _0x4387ff=ln({'changeGroups':_0x50379a['changeGroups'],'documentContextContent':_0x50379a['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x22532b=>setTimeout(_0x22532b,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x4387ff[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x4baea5){this['_reporter']['logError'](_0x4baea5,{'context':{'operation':'navigation-update'}});}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}_setLoadingState(){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async _setErrorState(_0x699e9c,_0x2c917f){if(void 0x0!==_0x2c917f&&kn(_0x2c917f))return;const _0x5245cd=Es(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x5245cd),_0x699e9c['hasError']=!0x0,await this['_promiseQueue']['queueEmptyPromise'],this['_actionsBalloonView']['setErrorState'](),this['_actionsBalloonView']['toggleIsLoading'](!0x0);}_clearErrorState(){this['_actionsBalloonView']['hideError'](),this['_actionsBalloonView']['toggleIsLoading'](!0x1);}async _clearLoadingState(){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,this['_actionsBalloonView']['setIsLoading'](!0x1);}},Ah=class extends _0x46bc1f{static get requires(){return[ih,oh,gh];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1cd523){super(_0x1cd523),_0x1cd523['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}},Ih=class extends _0x414492{resultResponseView;acceptButtonView;dismissButtonView;infoButtonView;outdatedButtonView;constructor(_0x3d2ec7,_0x1dc2c5){super(_0x3d2ec7),this['id']=_0x1dc2c5,this['set']('status','pending'),this['set']('changeId',_0x1dc2c5),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['outdatedButtonView']=this['_createOutdatedButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['set']('showDiff',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-result',this['bindTemplate']['if']('isActive','ck-ai_review__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click'),'mouseover':this['bindTemplate']['to']('mouseover'),'mouseout':this['bindTemplate']['to']('mouseout')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView'],this['outdatedButtonView']]},this['infoButtonView']]}]}),this['on']('click',(_0x103c01,_0x124a94)=>{_0x124a94&&_0x124a94['target']&&'A'===_0x124a94['target']['tagName']&&_0x124a94['preventDefault'](),this['fire']('activateChange',{'id':_0x1dc2c5,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x1dc2c5,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x1dc2c5,'source':this});}),this['on']('change:showDiff',()=>this['_syncResponseVisibility']());}['render'](){super['render'](),this['_syncResponseVisibility']();}setItemAsActive(){this['isActive']=!0x0;}setItemAsInactive(){this['isActive']=!0x1;}_createResultResponseView(){const _0x3e401e=new _0x414492(this['locale']);return _0x3e401e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai_review__check-run-result-response']}}),_0x3e401e;}updateResponseContent(_0x16b430,_0x227420){const _0x1be9dc=_0x227420||'div',_0x3721e7=this['resultResponseView']['element'];if(_0x3721e7['tagName']['toLowerCase']()!==_0x1be9dc){const _0x9b6d6e=new _0x262be9({'tag':_0x1be9dc,'attributes':{'class':_0x3721e7['className']}})['render']();_0x3721e7['replaceWith'](_0x9b6d6e),this['resultResponseView']['element']=_0x9b6d6e,this['_syncResponseVisibility']();}this['resultResponseView']['element']['innerHTML']=_0x16b430;}_syncResponseVisibility(){this['resultResponseView']['element']?.['classList']['toggle']('ck-hidden',!this['showDiff']);}_createAcceptButtonView(){const _0x26a36d=new Mt(this['locale']);return _0x26a36d['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x26a36d['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x32b737=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x32b737['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x13295b=>'pending'!==_0x13295b&&'accepted'!==_0x13295b),this['bindTemplate']['if']('status',Pn,_0x58efbb=>'pending'===_0x58efbb),this['bindTemplate']['if']('status',Dn,_0x2edbc1=>'pending'!==_0x2edbc1),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0xca6d8e=>'accepted'===_0xca6d8e)]}}),this['on']('change:status',(_0x13f2af,_0x9662fa,_0x523c74)=>{_0x26a36d['isEnabled']='pending'===_0x523c74,'accepted'===_0x523c74&&(_0x26a36d['label']=Es(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x26a36d['icon']=_0x32ea05);}),_0x26a36d;}_createDismissButtonView(){const _0xaabca5=new Mt(this['locale']);return _0xaabca5['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0xaabca5['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x216b9d=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x216b9d['stopPropagation']();})},'attributes':{'class':[Dn,this['bindTemplate']['if']('status','ck-hidden',_0x28a02e=>'pending'!==_0x28a02e&&'rejected'!==_0x28a02e),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x47290e=>'pending'===_0x47290e),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0xa3f4d4=>'rejected'===_0xa3f4d4)]}}),this['on']('change:status',(_0x876c25,_0x5a6185,_0x252cd7)=>{_0xaabca5['isEnabled']='pending'===_0x252cd7,'rejected'===_0x252cd7&&(_0xaabca5['label']=Es(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0xaabca5['icon']=_0x40a4cb);}),_0xaabca5;}_createInfoButtonView(){const _0x2fe2ed=new Mt(this['locale']);return _0x2fe2ed['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x31aaf1,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':Dn+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x2fe2ed['bind']('isOn')['to'](this,'isInfoToggleOn',_0x12657b=>_0x12657b),_0x2fe2ed['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x2fe2ed;}_createOutdatedButtonView(){const _0x21f29c=new Mt(this['locale']);return _0x21f29c['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':_0x3ad071,'withText':!0x0,'isEnabled':!0x1}),_0x21f29c['extendTemplate']({'attributes':{'class':[Dn,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x39d972=>'outdated'!==_0x39d972)],'disabled':'disabled'}}),_0x21f29c;}},ph=class extends xt{resultItemView;_pinnedRectIndex=void 0x0;_pinnedTargetElement=void 0x0;_pinnedTargetChangeId=void 0x0;constructor(_0x32678a,_0x153f75){super(_0x32678a),this['set']({'isVisible':!0x1,'position':'arrow_se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['set']('isDiffActive',!0x1),this['content']['add'](this['_createContentView']()),_0x153f75['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}updateContent(_0x18a7df){this['resultItemView']['changeId']=_0x18a7df['id'],this['resultItemView']['updateResponseContent'](_0x18a7df['contentDiffed'],_0x18a7df['wrapperTag']);}['showBalloon'](_0x382261,_0x6ec1e5,_0x6da514,_0x3fcb87,_0x11a702,_0x43c8ee){const _0x3e8db6=_0x6ec1e5();if(!_0x3e8db6)return;this['updateContent'](_0x382261),this['show']();const _0x26c2fb=Array['from'](_0x3e8db6['getClientRects']())['reverse'](),_0xefd3b8=this['_getPointedRectIndexFromEvent'](_0x6da514,_0x26c2fb),_0x29e516=_0x26c2fb[_0xefd3b8??0x0];'click'===_0x3fcb87?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x6ec1e5(),_0xefd3b8,_0x382261['id'],_0x11a702,_0x43c8ee)||_0x29e516})):'hover'===_0x3fcb87&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x6ec1e5(),_0xefd3b8,_0x382261['id'])||_0x29e516}));}['hideBalloon'](){this['hide'](),this['unpin'](),this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetElement']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}['hideDiffInBalloon'](){this['resultItemView']['showDiff']=!0x1;}['showDiffInBalloon'](){this['resultItemView']['showDiff']=!0x0;}deactivateChange(){this['fire']('deactivateChange',{'origin':'balloon'});}_setupClickOutsideHandler(){_0x4b6d2c({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x40366f=[this['element']];return this['_pinnedTargetElement']&&_0x40366f['push'](this['_pinnedTargetElement']),_0x40366f;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}_createContentView(){const _0x3f7c95=new _0x414492();return this['resultItemView']=new Ih(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x3f7c95['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai_review-balloon-panel-suggestion',this['bindTemplate']['if']('isDiffActive','ck-ai_review-balloon-panel-suggestion_diff-active')]},'children':[{'tag':'p','attributes':{'class':['ck-ai_review__suggestion-text']},'children':[this['resultItemView']]}]}),_0x3f7c95;}_getBestRectPositionOnClick(_0x5352fc,_0x30781d,_0x2549d1,_0x5cf6a4,_0x3dc65e){if(!_0x5352fc)return null;const _0x57fd22=this['position']['replace']('arrow_',''),_0x2dd6c0=Array['from'](_0x5352fc['getClientRects']());let _0x5d6744,_0x581c71=_0x2dd6c0['reverse']();return void 0x0!==_0x30781d&&this['_isPinnedRectVisible'](_0x581c71[_0x30781d],_0x5cf6a4,_0x3dc65e)?(_0x5d6744=_0x581c71[_0x30781d],this['_pinnedRectIndex']=_0x30781d):this['_isPinnedRectVisible'](_0x581c71[0x0],_0x5cf6a4,_0x3dc65e)&&void 0x0===_0x30781d?_0x5d6744=_0x581c71[0x0]:(_0x581c71='s'==_0x57fd22[0x0]?[..._0x2dd6c0]['reverse']():_0x2dd6c0,_0x581c71['forEach'](_0x197436=>{this['_isPinnedRectVisible'](_0x197436,_0x5cf6a4,_0x3dc65e)&&(_0x5d6744=_0x197436);})),this['_pinnedTargetChangeId']=_0x2549d1,this['_pinnedTargetElement']=_0x5352fc,_0x5d6744||_0x5352fc['getBoundingClientRect']();}_getBestRectPositionOnHover(_0x3a4528,_0xe49acb,_0x22f0a4){if(!_0x3a4528)return null;const _0x28c528=Array['from'](_0x3a4528['getClientRects']())['reverse']();return void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0xe49acb&&this['_pinnedTargetChangeId']!==_0x22f0a4?(this['_pinnedRectIndex']=_0xe49acb,this['_pinnedTargetElement']=_0x3a4528,this['_pinnedTargetChangeId']=_0x22f0a4,_0x28c528[_0xe49acb]):void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x22f0a4?_0x3a4528!==this['_pinnedTargetElement']?Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']]:_0x28c528[this['_pinnedRectIndex']]:void 0x0!==_0xe49acb&&this['_pinnedTargetChangeId']!==_0x22f0a4?(this['_pinnedRectIndex']=_0xe49acb,this['_pinnedTargetElement']=_0x3a4528,this['_pinnedTargetChangeId']=_0x22f0a4,_0x28c528[_0xe49acb]):_0x3a4528['getBoundingClientRect']();}_getPointedRectIndexFromEvent(_0x3d75c6,_0x15c2eb){if(_0x3d75c6)for(let _0x2ae005=0x0;_0x2ae005<_0x15c2eb['length'];_0x2ae005++){const _0x1e3b94=_0x15c2eb[_0x2ae005];if(_0x3d75c6['clientX']>=_0x1e3b94['left']-0x3&&_0x3d75c6['clientX']<=_0x1e3b94['right']+0x3&&_0x3d75c6['clientY']>=_0x1e3b94['top']-0x3&&_0x3d75c6['clientY']<=_0x1e3b94['bottom']+0x3)return _0x2ae005;}}_isPinnedRectVisible(_0x19d46c,_0x96318e,_0x4268a){const _0x2779cc=new It(_0x19d46c),_0x1d28ee=_0x96318e||document['documentElement'],_0xa15fca=_0x2779cc['getIntersection'](Tt(_0x4268a)),_0x2cc5f1=new It(_0x1d28ee)['getIntersection'](_0x2779cc);return!!(_0xa15fca&&_0x2cc5f1&&_0x2779cc['width']>0x0);}};const Eh=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];var mh=class extends _0x77cfae{['_mainView'];_balloonSuggestionView;_bodyCollection;static get requires(){return[gs];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x260b09){super(_0x260b09),this['_bodyCollection']=Mn(this['context']['locale']),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...Eh)['to'](this),this['_balloonSuggestionView']=new ph(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}init(){const _0x4b05f7=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x4b05f7);}destroy(){this['_bodyCollection']['detachFromDom'](),super['destroy']();}setAvailableChecks(_0x23d776){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x5abc60=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x23d776,_0x5abc60);}this['_mainView']['showReviewCheckListView']();}showReviewCheckList(){this['fire']('getReviewCheckList');}showCheckRunResults(_0x132bda){_0x132bda&&('error-general'!==_0x132bda['status']?'error-chunk'!==_0x132bda['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}showCheckRunResult(_0x272de6){this['_mainView']['addCheckRunResult'](_0x272de6);}showGeneralResultsErrorView(){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x27034a){this['_mainView']['showGeneralReviewCoreErrorView'](_0x27034a??Es(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}showUnsupportedInlineChangeView(){this['_mainView']['showUnsupportedInlineChangeView']();}setCheckResultTitle(_0x5d5227,_0x17b1b6){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x5d5227,_0x17b1b6);}setAcceptAllEnabled(_0x538340){this['_mainView']['reviewCheckResultsView']['setAcceptAllEnabled'](_0x538340);}setActiveStateInResults(_0x177c24){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x183c65=>{_0x183c65['id']===_0x177c24&&_0x183c65['setItemAsActive']();});}resetActiveStateInResults(){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x5bfc4c=>_0x5bfc4c['setItemAsInactive']());}updateChangeState(_0x1d6bfb,_0x1a85d9){'accepted'===_0x1a85d9||'rejected'===_0x1a85d9||'outdated'===_0x1a85d9?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x1d6bfb,_0x1a85d9):this['_mainView']['reviewCheckResultsView']['showResult'](_0x1d6bfb,_0x1a85d9);}showReviewCompletedView(){this['_mainView']['showReviewCompletedView']();}showActionsWhenResultIsReady(){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}hideActionsWhenResultIsReady(){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x20eed1,_0x43308f,_0x6b7f0e,_0x5c0dda,_0x1d97db,_0x24219c){this['_balloonSuggestionView']['showBalloon'](_0x20eed1,_0x43308f,_0x6b7f0e,_0x5c0dda,_0x1d97db,_0x24219c);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}getChangeElement(_0x531b9e){const _0x2b9d78=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x44e79d=>_0x44e79d['id']===_0x531b9e);return _0x2b9d78?_0x2b9d78['element']:null;}deactivateChange(){this['_balloonSuggestionView']['deactivateChange']();}},Th=class extends _0x414492{constructor(_0x4680df){super(_0x4680df),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0xbdf843=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0xbdf843['if']('isVisible','ck-hidden',_0x53b021=>!_0x53b021)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0xbdf843['to']('errorMessage')}]}]});}},wh=class extends _0x414492{['reviewCoreHeader'];['generalErrorView'];reviewCheckListView;reviewCheckResultsView;reviewCompletedView;constructor(_0x21745a,_0x4e944d){super(_0x21745a),this['reviewCoreHeader']=_0x4e944d['header'],this['generalErrorView']=new Th(_0x21745a),this['reviewCheckListView']=_0x4e944d['list'],this['reviewCheckListView']['delegate'](...Eh)['to'](this),this['reviewCheckResultsView']=_0x4e944d['results'],this['reviewCheckResultsView']['delegate'](...Eh)['to'](this),this['reviewCompletedView']=_0x4e944d['completed'],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','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewCoreHeader'],this['generalErrorView'],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(_0x491f10){this['reviewCheckResultsView']['addResult'](_0x491f10),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;}['showGeneralReviewCoreErrorView'](_0x1ec069){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x1ec069;}showGeneralResultsErrorView(){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}showUnsupportedInlineChangeView(){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showUnsupportedInlineChangeMessage']();}},Ch=class extends Mt{constructor(_0x3345bd,_0x348aa8){super(_0x348aa8),this['set']({'label':_0x3345bd,'withText':!0x0,'class':Ln}),this['on']('execute',()=>{this['fire']('finishReview');});}},fh=class extends jt{_resultViews;_resultsHeader;_resultsBody;['reviewDisclaimer'];_cancelButtonView;_acceptAllButtonView;_exitReviewButtonView;_toggleDiffButtonView;['_errorMessageView'];_finishReviewButtonView;_contents;constructor(_0x1ddccb,_0x5eed8f){super(_0x1ddccb),this['_contents']=_0x5eed8f,this['_resultViews']=new _0x215355(),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['_resultsBody']=this['_createResultsBodyView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new da(_0x1ddccb),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),this['set']('isAcceptAllEnabled',!0x1),this['_acceptAllButtonView']['bind']('isEnabled')['to'](this,'isAcceptAllEnabled',this,'isError',(_0x334928,_0x100284)=>_0x334928&&!_0x100284);const _0x223b88=this['_createCombinedSkeletonLoader'](),_0x2de09f=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x2de09f['if']('isLoading','ck-ai_review__check-run_loading',_0x1a1913=>_0x1a1913),_0x2de09f['if']('isResultReady','ck-ai_review__check-run_ready',_0x291b21=>_0x291b21),_0x2de09f['if']('isVisible','ck-hidden',_0xf4be1f=>!_0xf4be1f)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0x223b88,this['reviewDisclaimer']]});}clearResults(){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}getResults(){return this['_resultViews'];}addResult(_0x1f987b){const _0x38087b=new Ih(this['locale'],_0x1f987b['id']);_0x38087b['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x38087b),_0x38087b['updateResponseContent'](_0x1f987b['contentDiffed'],_0x1f987b['wrapperTag']);}hideResult(_0x99e9d4,_0x1b6186){if('pending'===_0x1b6186)return;const _0x43b563=this['_resultViews']['find'](_0x48bb4b=>_0x48bb4b['id']===_0x99e9d4);_0x43b563&&(_0x43b563['status']=_0x1b6186,_0x43b563['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}showResult(_0x78039b,_0x29e5c3){if('pending'!==_0x29e5c3)return;const _0xf51588=this['_resultViews']['find'](_0x5d18dd=>_0x5d18dd['id']===_0x78039b);_0xf51588&&(_0xf51588['status']=_0x29e5c3,_0xf51588['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}setTitle(_0x1e79c2,_0x2468c3){this['headerTitle']=_0x1e79c2,this['headerSubtitle']=_0x2468c3||'';}['showChunkErrorMessage'](){this['errorType']='chunk',this['showErrorMessage']=!0x0;}showUnsupportedInlineChangeMessage(){this['errorType']='unsupported-inline',this['showErrorMessage']=!0x0;}['showGeneralErrorMessage'](){this['isError']=!0x0,this['errorType']='general',this['showErrorMessage']=!0x0;}resetErrorState(){this['isError']=!0x1,this['errorType']='general',this['showErrorMessage']=!0x1;}setAcceptAllEnabled(_0x4f363f){this['isAcceptAllEnabled']=_0x4f363f;}_createSkeletonLoader(){return new wr(this['locale'],Cr['aiReviewChecks']);}_createCombinedSkeletonLoader(){const _0xe7fcb8=new _0x414492(this['locale']),_0x346a6b=[];for(let _0x173e81=0x0;_0x173e81<0x10;_0x173e81++){const _0x45b777=this['_createSkeletonLoader']();_0x45b777['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x346a6b['push'](_0x45b777);}return _0xe7fcb8['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x1e79fb=>!_0x1e79fb)]},'children':_0x346a6b}),_0xe7fcb8;}_createResultsBodyView(){const _0x442c7e=new _0x414492(this['locale']);return _0x442c7e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x3c3f90=>_0x3c3f90)]},'children':this['_resultViews']}),_0x442c7e;}_createErrorView(){const _0x1a4d02=new _0x414492(this['locale']),_0x2890f9=new Mt(this['locale']),t=this['locale']['t'];return _0x1a4d02['delegate']('retryReview')['to'](this),_0x2890f9['set']({'label':t('Try\x20again'),'withText':!0x0,'class':Pn+'\x20ck-ai_review__check-run-error-retry-button'}),_0x2890f9['on']('execute',()=>{this['fire']('retryReview');}),_0x1a4d02['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x30a6ee=>!_0x30a6ee),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x3f346f=>'chunk'===_0x3f346f)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error','ck-ai-notification__full-width','ck-ai_review__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-notification_warning',_0x55bd14=>'chunk'===_0x55bd14||'unsupported-inline'===_0x55bd14)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x49ae67=>'general'!==_0x49ae67)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x220e52=>'chunk'!==_0x220e52)]},'children':[{'text':Es(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x462c1a=>'unsupported-inline'!==_0x462c1a)]},'children':[{'text':Es(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')}]}]},_0x2890f9]}),_0x1a4d02;}_createCancelButtonView(){const _0x5f2514=new Mt(this['locale']);return _0x5f2514['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[Pn+'\x20ck-ai-button-stop-generating'],'icon':st}),_0x5f2514['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x3a0a53=>_0x3a0a53),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x590b72=>_0x590b72)]}}),_0x5f2514['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x5f2514;}_createToggleDiffButtonView(){const _0x1d39e2=new Mt(this['locale']);_0x1d39e2['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x1d39e2['bind']('isEnabled')['to'](this,'isError',_0x28f43c=>!_0x28f43c),_0x1d39e2['extendTemplate']({'attributes':{'class':[Pn,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x1b0c40=>!_0x1b0c40),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2914b8=>_0x2914b8)]}});const _0xc641d0=Es(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x5adf32=Es(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x1d39e2['bind']('isOn')['to'](this,'isToggleDiffOn',_0x473f88=>_0x473f88),_0x1d39e2['bind']('icon')['to'](this,'isToggleDiffOn',_0x3b9fda=>_0x3b9fda?_0x3dc8cb:_0x41b1f1),_0x1d39e2['bind']('label')['to'](this,'isToggleDiffOn',_0x6506f6=>_0x6506f6?_0xc641d0:_0x5adf32),_0x1d39e2['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x1d39e2;}_createAcceptAllButtonView(){const _0xec4999=new Mt(this['locale']);return _0xec4999['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0xec4999['extendTemplate']({'attributes':{'class':[Ln,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x1c81ce=>!_0x1c81ce),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3e7a3c=>_0x3e7a3c)]}}),_0xec4999['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0xec4999;}_createExitReviewButtonView(){const _0x4387a2=new Mt(this['locale']);return _0x4387a2['set']({'label':Es(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x4387a2['extendTemplate']({'attributes':{'class':[Dn,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x29b201=>!_0x29b201),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x43f452=>_0x43f452)]}}),_0x4387a2['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x4387a2;}_createResultHeaderView(){const _0x5d0edf=new _0x414492(this['locale']),_0x424311=this['_createTitleView']();return _0x5d0edf['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x450761=>_0x450761)]},'children':[_0x424311,{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x4fe8f6=>!_0x4fe8f6)],'title':Es(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')},'children':[{'text':Es(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x5d0edf;}_createTitleView(){const _0x4fc84b=new _0x414492(this['locale']),_0x58c1ea=new Dr();return _0x58c1ea['bind']('isVisible')['to'](this,'isResultReady',_0x57675e=>!_0x57675e),_0x4fc84b['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x50c02d=>_0x50c02d)]},'children':[_0x58c1ea,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-subtitle']},'children':[{'text':this['bindTemplate']['to']('headerSubtitle')}]}]}]}),_0x4fc84b;}_createFinishReviewButtonView(){const _0x281631=new Ch(Es(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x281631['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2062b1=>!_0x2062b1)]}}),_0x281631['delegate']('finishReview')['to'](this),_0x281631;}},bh=class extends jt{_resultsHeader;_finishReviewButtonView;constructor(_0x25af99,_0x445559){super(_0x25af99),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x445559['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x445559['headerText']);const _0x33c993=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x33c993['if']('isVisible','ck-hidden',_0x484347=>!_0x484347)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-content-icon']},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':['ck-ai_review__review-completed-content-text']},'children':[{'text':_0x445559['emptyResultsText']}]}]}]});}_createFinishReviewButtonView(_0x5c8def){const _0x198875=new Ch(_0x5c8def,this['locale']);return _0x198875['delegate']('finishReview')['to'](this),_0x198875;}_createResultHeaderView(_0x5bf1df){const _0x5327a3=new _0x414492(this['locale']);return _0x5327a3['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title'],'title':_0x5bf1df},'children':[{'text':_0x5bf1df}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x5327a3;}},Sh=class extends _0x414492{['_dropdownView'];_defaultValue;_defaultLabel;constructor(_0x1c748c,_0x9f7df6){super(_0x1c748c),this['_defaultValue']=_0x9f7df6['default']||(_0x9f7df6['data']['length']>0x0?_0x9f7df6['data'][0x0]['id']:''),this['_defaultLabel']=_0x9f7df6['data']['find'](_0x18739e=>_0x18739e['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x44881d(this['locale']);const _0x4b9ba8=this['_prepareListOptions'](_0x9f7df6['data']);_0xec2131(this['_dropdownView'],_0x4b9ba8,{'role':'menu','ariaLabel':_0x9f7df6['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x346d86=>{_0x346d86['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x2f0509=>{this['formValue']=_0x2f0509['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x2f0509['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai_review__check-list-item-parameterized-form-element','ck-ai_review__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}resetToDefault(){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}_prepareListOptions(_0x5721ec=[]){const _0x48ce2d=new lt();this['resetToDefault']();for(const _0x250513 of _0x5721ec){const _0x3f0e3f=new _0x557175({'label':_0x250513['label'],'withText':!0x0,'role':'menuitemradio','id':_0x250513['id'],'model':_0x250513});_0x3f0e3f['bind']('isOn')['to'](this,'formValue',_0x22b7fa=>_0x22b7fa===_0x3f0e3f['id']);const _0x4529e3={'type':'button','model':_0x3f0e3f};_0x48ce2d['add'](_0x4529e3);}return _0x48ce2d;}},Rh=class extends jt{_formItem=null;constructor(_0x34341f,_0x407a45,_0x44a962){if(super(_0x34341f),this['argsKey']=_0x407a45?.['argsKey'],'dropdown'===_0x407a45['formType'])this['_formItem']=new Sh(this['locale'],_0x407a45);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x5afd2d=new Wt(this['locale'],{'children':[this['_formItem']],'class':[_0x44a962?'ck-form__row_with-submit':'']});_0x44a962&&_0x5afd2d['children']['add'](_0x44a962),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x5afd2d]});}resetToDefault(){this['_formItem']['resetToDefault']();}},Oh=class AIReviewCorePromptInputView extends _0x34bdb4{keystrokes;static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x4f8bdd){super(_0x4f8bdd),this['set']('isEmpty',!0x0),this['keystrokes']=new gt(),this['minRows']=AIReviewCorePromptInputView['MIN_ROWS'],this['maxRows']=AIReviewCorePromptInputView['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-prompt-input','class':['ck','ck-review__prompt-input']}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();}),this['keystrokes']['listenTo'](this['element']);}},vh=class extends _0x414492{['focusTracker']=new _t();keystrokes=new gt();['focusCycler'];['_focusables']=new _0x215355();submitButtonView;cancelButtonView;promptInputView;actionsFooterView;_modelSelector;['_check'];constructor(_0x359fdb,_0x371b66,_0x1356bd=!0x1){super(_0x359fdb),this['_check']=_0x371b66,this['set']('prompt',''),this['set']('modelId',''),this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new Qt(this['locale'],()=>new Oh(_0x359fdb)),this['promptInputView']['fieldView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['fieldView']['on']('input',()=>{this['prompt']=this['promptInputView']['fieldView']['element']['value'];}),this['_modelSelector']=new Io(_0x359fdb,{'panelPosition':'se','dropdownClass':'ck-ai_review__check-list-item-model-dropdown','nameClass':'ck-ai_review__check-list-item-model-name','itemClasses':{'name':'ck-ai_review__check-list-item-model-dropdown-name','description':'ck-ai_review__check-list-item-model-dropdown-description'}}),this['listenTo'](this['_modelSelector'],'selectModel',(_0x204161,_0x1487f9)=>{this['modelId']=_0x1487f9['id'],this['_modelSelector']['setSelectedModel'](_0x1487f9);}),this['_setModelList'](_0x1356bd),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new Wt(this['locale'],{'children':[this['promptInputView']]}),new Wt(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x2bb07a,_0x55787e)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x55787e()):_0x55787e();}),this['focusCycler']=new Ft({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}));}['render'](){super['render'](),[this['promptInputView'],this['_modelSelector']['dropdownView'],this['cancelButtonView'],this['submitButtonView']]['forEach'](_0xe2ee6f=>{this['_focusables']['add'](_0xe2ee6f),this['focusTracker']['add'](_0xe2ee6f['element']);}),this['keystrokes']['listenTo'](this['element']);}resetToDefault(){this['prompt']='',this['modelId']=this['_check']['defaultModel']?.['id']??'',this['_check']['defaultModel']&&this['_modelSelector']['setSelectedModel'](this['_check']['defaultModel']),this['resetFormValidationStatus']();}resetFormValidationStatus(){this['promptInputView']['errorText']='';}['_isValid'](){this['resetFormValidationStatus']();for(const _0x4fdcc8 of this['_getFormValidators']()){const _0x40b226=_0x4fdcc8();if(_0x40b226)return this['promptInputView']['errorText']=_0x40b226,!0x1;}return!0x0;}_getFormValidators(){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return Es(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}_createSubmitButtonView(){const _0x4fdec7=new Mt(this['locale']),t=this['locale']['t'];return _0x4fdec7['set']({'label':t('Submit'),'withText':!0x0,'class':Ln}),_0x4fdec7['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x4fdec7;}_createCancelButtonView(){const _0x3b85eb=new Mt(this['locale']),t=this['locale']['t'];return _0x3b85eb['set']({'label':t('Cancel'),'withText':!0x0,'class':Dn}),_0x3b85eb['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x29e007=>{_0x29e007['stopPropagation']();})}}),_0x3b85eb['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x3b85eb;}_setModelList(_0x20d4f3){this['_modelSelector']['setModels'](this['_check']['models'],!_0x20d4f3),this['resetToDefault']();}_createActionsFooterView(){const _0x1a25af=new _0x414492(this['locale']);return _0x1a25af['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions-footer']},'children':[this['_modelSelector'],{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),_0x1a25af;}},kh=class extends jt{_formItemsCollection=new _0x215355();_customCheckView=null;['_hideModels']=!0x1;constructor(_0x67bbdb,_0x26f34c,_0x418c05,_0x34a1fc=!0x1){super(_0x67bbdb),this['_hideModels']=_0x34a1fc,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x26f34c['isParameterized']);const _0x35260e=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai_review__check-list-item_selected',_0x2a9aae=>_0x2a9aae),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0xc89175=>_0xc89175)],'style':{'--ck-ai-review-check-list-item-index':_0x418c05}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-list-item-title-text']},'children':[{'text':_0x26f34c['title']}]},_0x35260e]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x26f34c['description']?[{'text':_0x26f34c['description']}]:[]}]}]},..._0x26f34c['isParameterized']?[this['_createParameterizedView'](_0x26f34c)]:[],...'custom'===_0x26f34c['id']?[this['_createCustomView'](_0x26f34c,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x26f34c['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x26f34c['id'],'args':_0x26f34c['useArgs']?_0x26f34c['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x4b6d2c({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}resetToDefault(){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x23c7f8=>{_0x23c7f8['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}_createIconView(){const _0x3a3605=new $t();return _0x3a3605['content']=_0x3601b4,_0x3a3605['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x3a3605;}_createParameterizedView(_0x47efb2){const _0x45813b=new _0x414492(),_0x115e97=this['_createFormView'](_0x47efb2);return _0x45813b['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x3de5fd=>!_0x3de5fd)]},'children':[_0x115e97]}),_0x45813b;}_createFormView(_0x5c63ad){const _0x4ed777=new _0x414492(),_0x243dd3=Array['isArray'](_0x5c63ad['options'])?_0x5c63ad['options']:[],_0x2c5a80=new Mt(this['locale']),t=this['locale']['t'];_0x2c5a80['set']({'label':t('Submit'),'withText':!0x0,'class':Ln}),_0x2c5a80['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x2fb914=>{_0x2fb914['stopPropagation']();})}}),_0x2c5a80['on']('execute',()=>{const _0x16c1f9=[],_0xb20c3a={};this['_formItemsCollection']['forEach'](_0x1ffab3=>{_0x16c1f9['push'](_0x1ffab3['value']),_0x5c63ad['useArgs']&&_0x5c63ad['options']&&(_0xb20c3a[_0x1ffab3['argsKey']]=_0x1ffab3['value']);}),this['fire']('runReviewCheck',{'id':_0x5c63ad['id'],'params':_0x16c1f9['length']?_0x16c1f9:void 0x0,'args':Object['keys'](_0xb20c3a)['length']?_0xb20c3a:void 0x0});});const _0x2ab790=_0x243dd3['length'];return _0x243dd3['forEach']((_0x38fa4f,_0x46466c)=>{const _0x498580=_0x46466c===_0x2ab790-0x1;this['_formItemsCollection']['add'](new Rh(this['locale'],_0x38fa4f,_0x498580?_0x2c5a80:null));}),_0x4ed777['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x4ed777;}_createCustomView(_0x4ce0ac,_0x2e117e=!0x1){return this['_customCheckView']=new vh(this['locale'],_0x4ce0ac,_0x2e117e),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-parameterized','ck-ai_review__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x17e90a=>!_0x17e90a)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x176187,_0x278694,_0x2411c8)=>{_0x2411c8||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}},yh=class extends jt{['_checkViews'];constructor(_0x327bec){super(_0x327bec),this['_checkViews']=new _0x215355(),this['_setupTemplate']();}setChecks(_0x2e8ed2,_0x160d3a=!0x1){this['_checkViews']['clear']();for(const [_0x41ddeb,_0x231430]of _0x2e8ed2['entries']()){const _0x4eba5f=new kh(this['locale'],_0x231430,_0x41ddeb,_0x160d3a);_0x4eba5f['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x4eba5f);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}resetAllParameterizedChecks(){for(const _0x5539eb of this['_checkViews'])_0x5539eb instanceof kh&&_0x5539eb['resetToDefault']();}_setupTemplate(){const _0x3ea913=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x3ea913['if']('isVisible','ck-hidden',_0xe6aa15=>!_0xe6aa15)]},'children':this['_checkViews']});}},Nh=class extends mh{static get['pluginName'](){return'AIReviewModeUI';}createMainView(){const _0x4734bf=this['context']['plugins']['get']('AITabs'),_0x46240e=this['context']['locale'],_0x4d9974=new ua(_0x46240e,{'label':Es(_0x46240e,'AI_REVIEW_MODE'),'icon':_0x13ea44,'class':'ck-ai-header_review','showResizeButton':_0x4734bf['showResizeButton']});return _0x4d9974['delegate']('resizeTabs')['to'](_0x4734bf),_0x4d9974['bind']('isMaximized')['to'](_0x4734bf['view'],'isMaximized',_0x192d93=>_0x192d93),new wh(this['context']['locale'],{'header':_0x4d9974,'list':new yh(_0x46240e),'results':new fh(_0x46240e,{'generalErrorText':Es(_0x46240e,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new bh(_0x46240e,{'headerText':Es(_0x46240e,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':Es(_0x46240e,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':Es(_0x46240e,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}registerTab(){const _0x332e70=this['context']['plugins']['get']('AITabs');_0x332e70['view']['on']('activateTab',(_0x434adf,{newTab:_0x5871a4,oldTab:_0x4ae9b7})=>{'reviewMode'===_0x5871a4?this['fire']('getReviewCheckList'):'reviewMode'===_0x4ae9b7&&this['fire']('leaveReview');}),_0x332e70['view']['addTab']({'id':'reviewMode','buttonLabel':Es(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x13ea44,'order':0x0,'content':this['_mainView']});}},xh=class extends Sn{_affectedBlocks=[];get affectedBlocks(){return this['_affectedBlocks']['slice']();}set affectedBlocks(_0x3ea823){this['_affectedBlocks']=_0x3ea823;}};const Lh='review-',Ph=['softBreak'],Dh=['htmlScript','htmlStyle','htmlCustomElement'];var Hh=class extends _0x77cfae{static get requires(){return[_0x1ba3e1,tn];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();_activeMarkers=new Set();_domEmitter;_eventEmitter;_reviewEditingAttachedEditors=new WeakSet();_boundEditables=new WeakMap();_inlineRootDataIds=new WeakMap();constructor(_0x3669c0){super(_0x3669c0),this['_domEmitter']=new(ut())(),this['_eventEmitter']=new(dt())();}get emitter(){return this['_eventEmitter'];}afterInit(){const _0x1a2724=_0x22c87f=>this['_scheduleAttachReviewEditingToEditor'](_0x22c87f);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x5849ed)return void _0x1a2724(this['context']);const _0x28a31a=this['context'];for(const _0x8fd646 of _0x28a31a['editors'])_0x1a2724(_0x8fd646);this['listenTo'](_0x28a31a['editors'],'add',(_0x234ffb,_0x2bcbc8)=>{_0x1a2724(_0x2bcbc8);}),this['listenTo'](_0x28a31a['editors'],'remove',(_0x2df034,_0x899573)=>{for(const [_0x3d6a07,_0xa275ed]of this['_markers'])_0xa275ed['editor']===_0x899573&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x3d6a07,'changeId':_0xa275ed['groupId']}),this['_markers']['delete'](_0x3d6a07));});}_scheduleAttachReviewEditingToEditor(_0x2f1a39){const _0x336198=()=>{'destroyed'!==_0x2f1a39['state']&&_0x2f1a39['conversion']&&this['_attachReviewEditingToEditor'](_0x2f1a39);};if('ready'===_0x2f1a39['state'])return void _0x336198();const _0xe2b8e3=()=>{this['stopListening'](_0x2f1a39,'ready',_0xe2b8e3),_0x336198();};this['listenTo'](_0x2f1a39,'ready',_0xe2b8e3);}_attachReviewEditingToEditor(_0x2c1a33){this['_reviewEditingAttachedEditors']['has'](_0x2c1a33)||(_0x2c1a33['conversion']['for']('editingDowncast')['markerToElement']({'model':Lh+'insert','view':(_0x5dc8cf,{writer:_0x53d72f})=>{const _0x139653=this['_markers']['get'](_0x5dc8cf['markerName']),_0x266f83={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x139653?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x5dc8cf['markerName']};return _0x53d72f['createUIElement']('span',_0x266f83,function(_0x97f1c2){const _0x21b812=this['toDomElement'](_0x97f1c2);return _0x21b812['innerHTML']=_0x139653?.['content']?.['asString']||'',_0x21b812;});}}),_0x2c1a33['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Lh+'remove-only','view':_0x1d523a=>{const _0x2b86c4=this['_markers']['get'](_0x1d523a['markerName']),_0x47fb0e=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x2b86c4?.['id']||'')&&_0x47fb0e['push']('ck-ai_review__change_active'),{'classes':_0x47fb0e,'attributes':{'data-marker-id':_0x1d523a['markerName']}};}}),_0x2c1a33['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Lh+'remove-context','view':_0xc85ffd=>{const _0x1fa6ce=this['_markers']['get'](_0xc85ffd['markerName']),_0x1fc716=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x1fa6ce?.['id']||'')&&_0x1fc716['push']('ck-ai_review__change_active'),{'classes':_0x1fc716,'attributes':{'data-marker-id':_0xc85ffd['markerName']}};}}),_0x2c1a33['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Lh+'remove-text','view':_0x2fb92d=>{const _0x43de64=this['_markers']['get'](_0x2fb92d['markerName']),_0x22d06c=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x43de64?.['id']||'')&&_0x22d06c['push']('ck-ai_review__change_active'),{'classes':_0x22d06c,'attributes':{'data-marker-id':_0x2fb92d['markerName']}};}}),_0x2c1a33['conversion']['for']('dataDowncast')['markerToElement']({'model':Lh+'suggestion-context','view':(_0x57b1df,{writer:_0x1caac9})=>_0x1caac9['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x57b1df['isOpening']?'start':'end')})}),_0x2c1a33['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x27a049,'view':_0x440ccf}),this['_updateMouseMarkerInteractionListeners'](_0x2c1a33),this['listenTo'](_0x2c1a33,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x2c1a33),{'priority':'lowest'}),this['listenTo'](_0x2c1a33,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x2c1a33),{'priority':'lowest'}),_0x2c1a33['model']['document']['registerPostFixer'](_0x117f35=>this['_validateMarkers'](_0x2c1a33,_0x117f35)),_0x2c1a33['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x2c1a33)),this['_reviewEditingAttachedEditors']['add'](_0x2c1a33));}_updateMouseMarkerInteractionListeners(_0xe0cb73){let _0x51d42c=this['_boundEditables']['get'](_0xe0cb73);_0x51d42c||(_0x51d42c=new Map(),this['_boundEditables']['set'](_0xe0cb73,_0x51d42c));const _0x352089=new Set(_0xe0cb73['ui']['getEditableElementsNames']());for(const _0x4255e6 of _0x352089){if(_0x51d42c['has'](_0x4255e6))continue;const _0x244112=_0xe0cb73['ui']['getEditableElement'](_0x4255e6);_0x51d42c['set'](_0x4255e6,_0x244112),this['_attachMouseMarkerInteractionListeners'](_0x244112);}for(const [_0x2afee4,_0x3b224e]of _0x51d42c)_0x352089['has'](_0x2afee4)||(_0x51d42c['delete'](_0x2afee4),this['_domEmitter']['stopListening'](_0x3b224e));}_attachMouseMarkerInteractionListeners(_0xd19ca0){this['_domEmitter']['listenTo'](_0xd19ca0,'mouseup',(_0x5d896f,_0x4b928f)=>{const _0x4b2b69=_0x4b928f['target'],_0x2266da=this['_findMarkerElement'](_0x4b2b69);if(!_0x2266da)return;const _0x1f21c2=_0x2266da['getAttribute']('data-marker-id'),_0x3df26b=_0x1f21c2['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x1f21c2,'changeId':_0x3df26b,'markerElement':()=>this['_findMarkerElementById'](_0x1f21c2),'domEvent':_0x4b928f});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0xd19ca0,'mouseover',(_0xf7331d,_0x215706)=>{const _0x347c95=_0x215706['target'],_0x21281a=_0x215706['relatedTarget'];let _0x2248b2=this['_findMarkerElement'](_0x347c95);if(!_0x2248b2&&_0x21281a&&(_0x2248b2=this['_findMarkerElement'](_0x21281a)),!_0x2248b2)return;const _0x439f00=_0x2248b2['getAttribute']('data-marker-id'),_0x16bd62=_0x439f00['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x16bd62,'markerElement':()=>this['_findMarkerElementById'](_0x439f00),'domEvent':_0x215706});});}_registerGlobalBalloonBlurHandler(){this['_domEmitter']['listenTo'](document,'mouseover',_0x1bbda5((_0x41fca0,_0x57f607)=>{const _0x23164b=_0x57f607['target'];this['_findMarkerElement'](_0x23164b)||_0x23164b['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}getDocumentData(_0x5be965){const _0x27b94c=this['context']['plugins']['get']('AIEditing'),_0x24f101=bs(this['context']);if(!_0x24f101['length'])throw new ct('ai-get-editor-from-context-no-editor',this);const _0x567162=_0x5be965?.['roots'];if(_0x567162&&0x0===_0x567162['length'])throw new ct('ai-reviewcoreediting-empty-roots',this);const _0x22628f=_0x567162?new Set(_0x567162['map'](_0x5a0d35=>_0x5a0d35['channelId']+'\x00'+_0x5a0d35['rootName'])):null,_0x3ffb6a=_0x22628f?new Set():null,_0x5344e9=new Set(),_0x273213=[],_0x122b0c=new Map(),_0x2ef54d=[];for(const _0x560c05 of _0x24f101){const _0x176bc8=_0x560c05['config']['get']('collaboration.channelId');for(const _0x2a2d4b of _0x560c05['model']['document']['getRoots']()){const _0x53c89f=_0x176bc8+'\x00'+_0x2a2d4b['rootName'];if(_0x22628f&&!_0x22628f['has'](_0x53c89f))continue;const _0x2f594b=this['_buildDocumentDataSliceForRoot'](_0x560c05,_0x2a2d4b,_0x27b94c,_0x5344e9);_0x273213['push'](_0x2f594b['content']);for(const [_0x1a3977,_0x475bb9]of _0x2f594b['elements'])_0x122b0c['set'](_0x1a3977,_0x475bb9);_0x2ef54d['push']({'channelId':_0x176bc8,'rootName':_0x2a2d4b['rootName']}),_0x3ffb6a?.['add'](_0x53c89f);}}if(_0x567162&&_0x3ffb6a['size']!==_0x22628f['size']){const _0x58a181=_0x567162['find'](_0x83022b=>!_0x3ffb6a['has'](_0x83022b['channelId']+'\x00'+_0x83022b['rootName']));throw new ct('ai-reviewcoreediting-root-not-found',this,{'channelId':_0x58a181['channelId'],'rootName':_0x58a181['rootName']});}return{'elements':_0x122b0c,'content':_0x273213['join'](''),'roots':_0x2ef54d};}async['runCheck'](_0x4c9206,_0x2ca01e){const _0x3a355d=new On(),_0x1c9caf=_0x2ca01e?.['signal'];let _0x2d81c7;const _0x1c316f=()=>{_0x3a355d['abort'](),_0x4c9206['abort']();};if(_0x1c9caf){if(_0x1c9caf['aborted'])return _0x1c316f(),_0x3a355d;_0x1c9caf['addEventListener']('abort',_0x1c316f),_0x2d81c7=()=>_0x1c9caf['removeEventListener']('abort',_0x1c316f);}const _0x3bacf2={'apiId':_0x4c9206['sourceCheck']['apiId']};try{_0x4c9206['on']('reviewCheckRunUpdated',(_0x3e9706,_0x475f78)=>{'aborted'===_0x475f78['status']?_0x3a355d['abort']():'error-general'!==_0x475f78['status']&&'error-chunk'!==_0x475f78['status']||(_0x3a355d['error']=bn(_0x475f78['error'],'ai-reviewcoreediting-check-run-failed',this,_0x3bacf2));}),'aborted'!==_0x3a355d['status']&&await _0x4c9206['start']();}catch(_0x1bf002){_0x3a355d['error']=bn(_0x1bf002,'ai-reviewcoreediting-check-run-failed',this,_0x3bacf2);}finally{_0x2d81c7&&_0x2d81c7();}return'error'===_0x3a355d['status']||'aborted'===_0x3a355d['status']||(_0x3a355d['addResult'](...this['_buildPerRootResults'](_0x4c9206)),_0x3a355d['status']='completed'),_0x3a355d;}buildErrorContext(_0x4ea18c){return{'apiId':_0x4ea18c['sourceCheck']['apiId']};}_buildPerRootResults(_0x3078bb){const _0x4a491b=this['buildErrorContext'](_0x3078bb),_0x30c5b6=this['context']['plugins']['get']('AIEditing'),_0x3914b4=this['context']['plugins']['get']('AIGateway'),_0x485209=this['_groupElementsByRoot'](_0x3078bb['documentData']['elements']),_0xb51137=new Map();for(const _0x1c429b of bs(this['context']))_0xb51137['set'](_0x1c429b['config']['get']('collaboration.channelId'),_0x1c429b);return _0x3078bb['documentData']['roots']['map'](({channelId:_0xc2b51d,rootName:_0x1653db})=>{const _0x2c0e4e=_0xb51137['get'](_0xc2b51d),_0x517093=new xh({'editor':_0x2c0e4e,'rootName':_0x1653db,'channelId':_0xc2b51d,'sessionId':_0x30c5b6['getSessionId'](_0x2c0e4e)}),_0x27b4e0=_0x485209['get'](_0x517093['editor'])?.['get'](_0x517093['rootName'])??[];_0x517093['contentRawOld']=_0x27b4e0['map'](_0x192182=>_0x192182['getContent']())['join'](''),_0x517093['documentVersion']=_0x27b4e0[0x0]?.['documentVersion']??0x1;const _0x3a03c3=this['_collectResultAffectedBlocks'](_0x517093,_0x3078bb['results'],_0x3078bb['documentData']['elements']);_0x517093['affectedBlocks']=_0x3a03c3;try{_0x517093['contentRawNew']=Os(_0x3914b4['mergeChangesIntoContent'](_0x3a03c3,_0x517093['contentRawOld'],_0x517093['editor']));}catch(_0x2f61b3){_0x517093['error']=bn(_0x2f61b3,'ai-reviewcoreediting-check-run-failed',this,_0x4a491b);}return _0x517093;});}_collectResultAffectedBlocks(_0x56490f,_0x38fe30,_0x2e2416){return _0x38fe30['filter'](_0x453d26=>{const _0x7ef053=_0x2e2416['get'](_0x453d26['id']);return!!_0x7ef053&&_0x7ef053['editor']===_0x56490f['editor']&&_0x7ef053['rootName']===_0x56490f['rootName'];})['map'](_0x551368=>({'id':_0x551368['id'],'content':_0x551368['contentNew']}));}_groupElementsByRoot(_0x4c7d1a){const _0x2c1a27=new Map();for(const _0x1bb1b4 of _0x4c7d1a['values']()){let _0x43e677=_0x2c1a27['get'](_0x1bb1b4['editor']);_0x43e677||(_0x43e677=new Map(),_0x2c1a27['set'](_0x1bb1b4['editor'],_0x43e677));let _0x5eaa9e=_0x43e677['get'](_0x1bb1b4['rootName']);_0x5eaa9e||(_0x5eaa9e=[],_0x43e677['set'](_0x1bb1b4['rootName'],_0x5eaa9e)),_0x5eaa9e['push'](_0x1bb1b4);}return _0x2c1a27;}_buildDocumentDataSliceForRoot(_0x1a34bb,_0x28c783,_0x3734ae,_0x459886){const _0x2e360f=_0x1a34bb['model'],_0x2a3d01=new _0xe9fd4c();for(const _0x1f6159 of _0x28c783['getChildren']())_0x2a3d01['_appendChild'](_0x1f6159['_clone'](!0x0));for(const _0x43599c of _0x2e360f['markers']){const _0x187c78=_0x43599c['getRange']();_0x187c78&&_0x187c78['root']['rootName']===_0x28c783['rootName']&&_0x2a3d01['markers']['set'](_0x43599c['name'],this['_changeRangeOwnerDocument'](_0x187c78['clone'](),_0x2a3d01));}const _0x232732=new Map(),_0x1f6d52=_0x2e360f['document']['version'];if(Gs(_0x1a34bb,_0x28c783['rootName'])){let _0x54bd28=this['_inlineRootDataIds']['get'](_0x28c783);_0x54bd28?_0x459886['add'](_0x54bd28):(_0x54bd28=_0x3734ae['_nextDataId'](_0x459886),this['_inlineRootDataIds']['set'](_0x28c783,_0x54bd28));const _0x174bf9=Fs(_0x1a34bb['data']['processor']['toData'](_0x1a34bb['data']['toView'](_0x2a3d01)),_0x54bd28);return _0x232732['set'](_0x54bd28,{'editor':_0x1a34bb,'rootName':_0x28c783['rootName'],'path':[],'documentVersion':_0x1f6d52,'getContent':()=>_0x174bf9}),{'content':_0x174bf9,'elements':_0x232732};}const _0x21910d=new _0x170ca4({'ignoreElementEnd':!0x0,'startPosition':_0x2e360f['createPositionAt'](_0x2a3d01,0x0)});for(const {item:_0x2a8257}of _0x21910d){if(_0x2a8257['is']('element')&&_0x2a8257['name']&&Dh['includes'](_0x2a8257['name'])){const _0x2b9ebc=this['_upsertDataId'](_0x2a8257,()=>_0x3734ae['_nextDataId'](_0x459886));_0x459886['add'](_0x2b9ebc);}if(!_0x2a8257['is']('$textProxy'))continue;const _0x5f4202=_0x2a8257['parent'];if(!_0x5f4202||!_0x5f4202['is']('element'))continue;const _0x25fdc1=this['_upsertDataId'](_0x5f4202,()=>_0x3734ae['_nextDataId'](_0x459886));_0x459886['add'](_0x25fdc1);for(const _0x5d2939 of _0x5f4202['getChildren']())_0x5d2939['is']('element')&&(_0x5d2939['name']&&Ph['includes'](_0x5d2939['name'])||_0x459886['add'](this['_upsertDataId'](_0x5d2939,()=>_0x3734ae['_nextDataId'](_0x459886))));let _0x2d5fb6=_0x5f4202;for(;_0x2d5fb6['parent']&&!_0x2d5fb6['parent']['is']('documentFragment');)_0x2d5fb6=_0x2d5fb6['parent'],_0x2d5fb6['hasAttribute'](_0x27a049)&&_0x2d5fb6['_removeAttribute'](_0x27a049);_0x232732['set'](_0x25fdc1,{'editor':_0x1a34bb,'rootName':_0x28c783['rootName'],'path':_0x5f4202['getPath'](),'documentVersion':_0x1f6d52,'getContent':this['_createGetContentUsingDataIdFn'](_0x2d5fb6['_clone'](!0x0),_0x25fdc1,_0x1a34bb['data'])}),_0x21910d['jumpTo'](_0x2e360f['createPositionAfter'](_0x5f4202));}return{'content':_0x1a34bb['data']['processor']['toData'](_0x1a34bb['data']['toView'](_0x2a3d01)),'elements':_0x232732};}diffContent(_0x4e02a0,_0x4aa317,_0x3fd213,_0x483874=!0x1){const {contentInitial:_0x8df1d4,contentNew:_0x56d28c}=this['_neutralizeChangesOnUnsupportedElements'](_0x4aa317,_0x3fd213),_0x266d9b=[],_0x419548=_0x4e02a0['data']['parse'](_0x56d28c,'$documentFragment'),_0x719ebe=_0x4e02a0['data']['parse'](_0x8df1d4,'$documentFragment'),_0x702bd6=_0x4e02a0['model']['createPositionAt'](_0x719ebe,0x0);if(this['_haveSingleTopLevelElement'](_0x419548)){if(!this['_hasSameTopLevelElement'](_0x719ebe,_0x419548))return _0x266d9b;}else{const _0x5a8566=_0x4e02a0['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x719ebe,_0x5a8566)||!this['_haveOnlyInlineContent'](_0x419548,_0x5a8566))return _0x266d9b;}const _0x4a61c8=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x8df1d4,_0x56d28c,{'targetEditor':_0x4e02a0,'anchor':_0x702bd6,'markDeletions':!0x0})['getOperations']()['filter'](_0x435db7=>'insert'===_0x435db7['type']||'marker'===_0x435db7['type']&&_0x435db7['name']['startsWith']('$markedRemove')),_0x30f307=this['_groupAdjacentOperations'](_0x4a61c8),_0x44c0b3=[];if(_0x483874){if(_0x30f307['length']){const _0x4bb774=_0x30f307[0x0]['operations'][0x0],_0x65c812='insert'===_0x4bb774['type']?_0x4bb774['position']:_0x4bb774['newRange']['start'],_0x1afcc3=this['_getPositionLimitingRange'](_0x65c812,_0x4e02a0,'inside'),_0x3afe36=_0x1afcc3?_0x419548['getChild'](0x0)['getChildren']():_0x419548['getChildren'](),_0x1279da=_0x1afcc3||_0x4e02a0['model']['createRangeIn'](_0x719ebe),_0x6430c3=[new _0x571150('$markedRemove:synthetic'+kt(),null,_0x1279da,_0x4e02a0['model']['document']['model']['markers'],!0x0,_0x4e02a0['model']['document']['version']+0x1),new _0x3690bf(_0x1279da['end'],_0x3afe36,_0x4e02a0['model']['document']['version']+0x2)];_0x44c0b3['push']({'operations':_0x6430c3,'operationsIsolated':_0x6430c3,'groupOffset':0x0});}}else _0x44c0b3['push'](..._0x30f307);let _0x144cc0=0x0;return _0x4e02a0['model']['change'](_0x1e197d=>{for(let _0xf5294c=0x0;_0xf5294c<_0x44c0b3['length'];_0xf5294c++){const _0x3e5ebd=_0x44c0b3[_0xf5294c],_0x102037=_0x1e197d['createDocumentFragment']();for(const _0x14bce2 of _0x719ebe['getChildren']())_0x1e197d['append'](_0x14bce2['_clone'](!0x0),_0x102037);for(const _0x171f55 of _0x3e5ebd['operationsIsolated'])if('insert'===_0x171f55['type']){const _0x5d9266=_0x171f55;_0x5d9266['baseVersion']=null,_0x5d9266['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x5d9266,_0x102037),_0x1e197d['batch']['addOperation'](_0x171f55),_0x4e02a0['model']['applyOperation'](_0x171f55);const _0x588216='suggestion:insertion:id:authorId:'+_0x144cc0++,_0x1089d3=_0x4e02a0['model']['createRange'](_0x5d9266['position'],_0x5d9266['position']['getShiftedBy'](_0x5d9266['howMany']));_0x102037['markers']['set'](_0x588216,_0x1089d3);}else{if('marker'===_0x171f55['type']&&_0x171f55['name']['startsWith']('$markedRemove')){const _0x4dd759=_0x171f55,_0x5b257d='suggestion:deletion:id:authorId:'+_0x144cc0++;this['_changeOperationOwnerDocument'](_0x4dd759,_0x102037),_0x102037['markers']['set'](_0x5b257d,_0x4dd759['newRange']);}}if(_0x483874)_0x266d9b['push']({..._0x3e5ebd,'context':this['_createGetContentFn'](_0x719ebe,_0x4e02a0['data']),'content':this['_createGetContentFn'](_0x719ebe,_0x4e02a0['data'])});else{const _0x518841=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x3e5ebd['operationsIsolated'][0x0]),_0x102037),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x3e5ebd['operationsIsolated'][_0x3e5ebd['operationsIsolated']['length']-0x1]),_0x102037),_0x4e02a0);_0x102037['markers']['set'](Lh+'suggestion-context',new _0x5b86ed(_0x518841['start'],_0x518841['end'])),_0x266d9b['push']({..._0x3e5ebd,'context':this['_createGetContextFn'](_0x102037,_0x4e02a0['data'],{'ellipsisBefore':_0x518841['hasContentBefore'],'ellipsisAfter':_0x518841['hasContentAfter']}),'content':this['_createGetContentFn'](_0x102037,_0x4e02a0['data'])});}}}),_0x266d9b;}markChangePositionInEditorContent(_0x4c793c,_0x5023cd){if(!_0x4c793c['length'])return;const _0x2ded1e=_0x4c793c[0x0]['parent']['id'],_0x33bd79=_0x5023cd['elements']['get'](_0x2ded1e);if(!_0x33bd79)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x2ded1e);const _0x32ac69=_0x33bd79['path'],_0x10edf2=_0x33bd79['editor'],_0x3a703e=_0x10edf2['model']['document']['getRoot'](_0x33bd79['rootName']);if(!_0x3a703e)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x33bd79['rootName']);const _0x5bdc7a=_0x10edf2['model']['document']['history']['getOperations'](_0x33bd79['documentVersion']),_0x4bc1d3=[];for(const _0x48c7b7 of _0x4c793c){const _0x55b3f7=_0x48c7b7['operationsIsolated']['map'](_0x2ab26b=>this['_translateOperationToEditorContent'](_0x2ab26b,_0x32ac69,_0x3a703e));if(!_0x55b3f7||!_0x55b3f7['length'])continue;const _0xa027ca=_0x55b3f7['every'](_0x59bdf2=>'marker'===_0x59bdf2['type']&&_0x59bdf2['name']['startsWith']('$markedRemove')),_0x35ad10=_0x318423(_0x55b3f7,_0x5bdc7a,{'document':_0x10edf2['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];for(const _0x5af550 of _0x35ad10)if('insert'===_0x5af550['type']){const _0x238452=_0x5af550,_0x1682b7=_0x238452['nodes'];_0x10edf2['model']['change'](_0xfce0c5=>{const _0x4907bb=_0xfce0c5['createDocumentFragment']();for(const _0x223bb9 of _0x1682b7)_0xfce0c5['append'](_0x223bb9['_clone'](!0x0),_0x4907bb);_0x4bc1d3['push']({'start':_0x238452['position'],'end':_0x238452['position'],'type':'insert','groupId':_0x48c7b7['id'],'content':{'asString':this['_createGetContentFn'](_0x4907bb,_0x10edf2['data'])(),'asFragment':_0x4907bb}});});}else{if('marker'===_0x5af550['type']&&_0x5af550['name']['startsWith']('$markedRemove')){const _0xf56b96=_0x5af550;let _0x123cb7='remove-text';if(_0xa027ca){const _0x12688a=this['_findAdjacentContextDistance'](_0xf56b96['newRange']['start'],'backward',_0x10edf2['model']['schema']),_0x3ff6f8=this['_findAdjacentContextDistance'](_0xf56b96['newRange']['end'],'forward',_0x10edf2['model']['schema']);if(_0x12688a||_0x3ff6f8){const _0x3a34bc=_0xf56b96['newRange']['start']['getShiftedBy'](-_0x12688a),_0x4eb167=_0xf56b96['newRange']['end']['getShiftedBy'](_0x3ff6f8);_0x4bc1d3['push']({'start':_0x3a34bc,'end':_0x4eb167,'groupId':_0x48c7b7['id'],'type':'remove-context'});}else _0x123cb7='remove-only';}_0x4bc1d3['push']({'start':_0xf56b96['newRange']['start'],'end':_0xf56b96['newRange']['end'],'groupId':_0x48c7b7['id'],'type':_0x123cb7});}}}this['_insertMarkers'](_0x4bc1d3,_0x10edf2);}['clearAllMarkers'](){const _0x2eb6c9=new Map();for(const _0x3c9712 of this['_markers']['keys']()){const _0x403412=this['_markers']['get'](_0x3c9712);_0x403412?.['editor']&&(_0x2eb6c9['has'](_0x403412['editor'])||_0x2eb6c9['set'](_0x403412['editor'],[]),_0x2eb6c9['get'](_0x403412['editor'])['push'](_0x3c9712));}for(const [_0x52d4bc,_0x183209]of _0x2eb6c9)_0x52d4bc['model']['change'](_0x44a5a2=>{for(const _0x461256 of _0x183209)_0x52d4bc['model']['markers']['get'](_0x461256)&&_0x44a5a2['removeMarker'](_0x461256);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}switchToReadOnly(){for(const _0x3d03c1 of this['getEditors']())_0x3d03c1['enableReadOnlyMode']('ai-review');}switchToEdit(){for(const _0x96ee3c of this['getEditors']())_0x96ee3c['disableReadOnlyMode']('ai-review');}['applyChange'](_0x5d9f39,_0xd8dac0=null){const _0x180a42=_0x5d9f39['map'](_0x5b2374=>this['_getMarkersDataForGroup'](_0x5b2374))['flat'](),_0x1116b8=new Map();for(const _0xa0815c of _0x180a42)_0x1116b8['has'](_0xa0815c['editor'])||_0x1116b8['set'](_0xa0815c['editor'],[]),_0x1116b8['get'](_0xa0815c['editor'])['push'](_0xa0815c);for(const [_0x1680dc,_0x287cc1]of _0x1116b8){const _0x1e3879=_0x1680dc['model'],_0x35582f=_0x1680dc['plugins']['has']('TrackChangesEditing')?_0x1680dc['plugins']['get']('TrackChangesEditing'):null,_0x5ae513=_0xd8dac0&&_0x35582f?new Set(_0x35582f['getSuggestions']()['map'](_0x41b1d8=>_0x41b1d8['id'])):null;_0x1e3879['change'](_0x47a5d5=>{const _0x28bb5f=_0x47a5d5['batch']['operations']['length'];for(const _0x1f62bd of _0x287cc1){const _0x36032c=_0x1680dc['model']['markers']['get'](_0x1f62bd['id']);if(_0x36032c){if('insert'===_0x1f62bd['type']){if(!_0x1f62bd['content'])continue;_0x1e3879['insertContent'](_0x1f62bd['content']['asFragment']||null,_0x36032c['getRange']()['start']);}else'remove-text'!==_0x1f62bd['type']&&'remove-only'!==_0x1f62bd['type']||_0x1e3879['deleteContent'](_0x1e3879['createSelection'](_0x36032c['getRange']()));_0x47a5d5['removeMarker'](_0x1f62bd['id']),this['_markers']['delete'](_0x1f62bd['id']);}}if(_0xd8dac0&&(mn(_0x47a5d5['batch']['operations']['slice'](_0x28bb5f),_0xd8dac0),_0x35582f)){for(const _0x52d512 of _0x35582f['getSuggestions']())_0x5ae513['has'](_0x52d512['id'])||_0x52d512['setAttribute']('@ai',{'type':_0xd8dac0});}});}}rejectChange(_0x3971a7){const _0x13904c=this['_getMarkersDataForGroup'](_0x3971a7),_0x348e9c=new Map();for(const _0x5f5013 of _0x13904c)_0x348e9c['has'](_0x5f5013['editor'])||_0x348e9c['set'](_0x5f5013['editor'],[]),_0x348e9c['get'](_0x5f5013['editor'])['push'](_0x5f5013);for(const [_0xe413f8,_0x403ffd]of _0x348e9c)_0xe413f8['model']['change'](_0x30e3f0=>{for(const _0x1ac4bc of _0x403ffd)_0x30e3f0['removeMarker'](_0x1ac4bc['id']),this['_markers']['delete'](_0x1ac4bc['id']);});}getEditor(){return Ss(this['context']);}getEditors(){return bs(this['context']);}getEditorForChange(_0x1a86bf){return this['_getMarkersDataForGroup'](_0x1a86bf)[0x0]?.['editor'];}getMarkerElementForChange(_0x2dd023){const _0x21a0a6=Array['from'](this['_markers']['values']())['filter'](_0x459587=>_0x459587['groupId']===_0x2dd023);if(!_0x21a0a6['length'])return null;const _0x52d0ac=0x1===_0x21a0a6['length']?_0x21a0a6[0x0]:this['_sortMarkers'](_0x21a0a6)[0x0],_0x458e5e=_0x52d0ac['editor']['model']['markers']['get'](_0x52d0ac['id']);return _0x458e5e?{'modelRange':_0x458e5e['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x52d0ac['id'])}:null;}getContentElementForChange(_0x90a8cf){const _0x360053=Array['from'](this['_markers']['values']())['filter'](_0x3e9048=>_0x3e9048['groupId']===_0x90a8cf);if(!_0x360053['length'])return null;const _0x4e8370=0x1===_0x360053['length']?_0x360053[0x0]:this['_sortMarkers'](_0x360053)[0x0],_0x34ed44=_0x4e8370['editor'],_0x2423c2=_0x34ed44['model']['markers']['get'](_0x4e8370['id']);if(!_0x2423c2)return null;const _0x49d337=_0x2423c2['getRange'](),_0x1be43a=_0x34ed44['editing']['view']['getDomRoot'](_0x49d337['root']['rootName'])||_0x34ed44['editing']['view']['getDomRoot']();if(!_0x1be43a||!_0x49d337)return null;let _0x1a7bac=_0x49d337['start']['parent'];for(;_0x1a7bac['parent']&&!_0x1a7bac['parent']['is']('rootElement');)_0x1a7bac=_0x1a7bac['parent'];if(!_0x1a7bac||!_0x1a7bac['name'])return null;const _0x10eaf1=_0x1be43a['querySelector']('[data-marker-id=\x22'+_0x4e8370['id']+'\x22]');if(!_0x10eaf1)return null;if(_0x1a7bac['is']('rootElement'))return _0x10eaf1;let _0x350ca0=null;_0x34ed44['model']['change'](_0x39f43b=>{_0x350ca0=_0x39f43b['createDocumentFragment'](),_0x39f43b['append'](_0x1a7bac['_clone'](!0x0),_0x350ca0);});const _0x5605df=_0x34ed44['data']['toView'](_0x350ca0)['getChild'](0x0);return _0x10eaf1['closest'](_0x5605df['name']);}reactivateMarkers(_0x11075d){const _0x3e872f=this['_getMarkersDataForGroup'](_0x11075d);if(!_0x3e872f['length'])return;const _0x4e2279=Array['from'](this['_activeMarkers'])['sort'](),_0x40524f=Array['from'](new Set(_0x3e872f['map'](_0x57fdec=>_0x57fdec['id'])))['sort']();_0x4e2279['join']('|')!==_0x40524f['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x11075d));}setMarkersInElementAsActive(_0x316f8a){const _0x50460f=this['_getMarkersDataForGroup'](_0x316f8a);if(!_0x50460f['length'])return;const _0x241a59=_0x50460f[0x0]['editor'],_0x1bb474=new Set(_0x50460f['map'](_0x480ceb=>_0x480ceb['id'])),_0x599097=Array['from'](_0x1bb474['values']())['map'](_0x46b5a1=>_0x241a59['model']['markers']['get'](_0x46b5a1))['filter'](_0x15eed7=>!!_0x15eed7);_0x1bb474['forEach'](_0x4702bf=>{this['_activeMarkers']['add'](_0x4702bf);}),_0x241a59['model']['change'](()=>{_0x599097['forEach'](_0x361134=>{_0x241a59['editing']['reconvertMarker'](_0x361134);});});}setAllMarkersAsInactive(){const _0x1f168f=Array['from'](this['_activeMarkers']);if(!_0x1f168f['length'])return;this['_activeMarkers']['clear']();const _0x28f1bc=new Map();for(const _0x23c767 of _0x1f168f){const _0x50057d=this['_markers']['get'](_0x23c767);if(!_0x50057d)continue;const _0xeb58e8=_0x50057d['editor'],_0x331f4b=_0xeb58e8['model']['markers']['get'](_0x23c767);_0x331f4b&&(_0x28f1bc['has'](_0xeb58e8)||_0x28f1bc['set'](_0xeb58e8,[]),_0x28f1bc['get'](_0xeb58e8)['push'](_0x331f4b));}for(const [_0x40c661,_0x23f1b2]of _0x28f1bc)_0x40c661['model']['change'](()=>{_0x23f1b2['forEach'](_0x523183=>{_0x40c661['editing']['reconvertMarker'](_0x523183);});});}_getPositionLimitingRange(_0x9df3db,_0x2d6c54,_0x264b44='outside'){if(!_0x9df3db)return null;let _0x2711fd=_0x9df3db['parent'];for(;_0x2711fd&&_0x2711fd['parent']&&!_0x2711fd['parent']['is']('rootElement')&&!_0x2d6c54['model']['schema']['isLimit'](_0x2711fd)&&!_0x2d6c54['model']['schema']['isBlock'](_0x2711fd);)_0x2711fd=_0x2711fd['parent'];if(!_0x2711fd||!_0x2711fd['name']||_0x2711fd['is']('rootElement'))return null;let _0x32ae5f=null;return _0x2d6c54['model']['change'](_0x29b6bd=>{_0x32ae5f='inside'===_0x264b44?_0x29b6bd['createRangeIn'](_0x2711fd):_0x29b6bd['createRangeOn'](_0x2711fd);}),_0x32ae5f;}_validateMarkers(_0x5109c3,_0x2b54e2){const _0x17176f=Array['from'](this['_markers']['keys']()),_0x5587d2=new Map();for(const _0xf5ed54 of _0x17176f){const _0x4ab520=_0x5109c3['model']['markers']['get'](_0xf5ed54);if(!_0x4ab520)continue;const _0x47a649=_0x4ab520['getStart']()['root']['rootName']+':'+_0x4ab520['getStart']()['path'][0x0];_0x5587d2['has'](_0x47a649)||_0x5587d2['set'](_0x47a649,[]),_0x5587d2['get'](_0x47a649)['push'](_0x4ab520);}const _0x18f179=new Set();for(const _0x51b8de of _0x5109c3['model']['document']['differ']['getChanges']()){let _0x4204c8,_0x2a3678;if('insert'===_0x51b8de['type'])_0x2a3678=new _0x5b86ed(_0x51b8de['position'],_0x51b8de['position']['getShiftedBy'](_0x51b8de['length'])),_0x4204c8=_0x51b8de['position']['root']['rootName']+':'+_0x51b8de['position']['path'][0x0];else{if('remove'!==_0x51b8de['type'])continue;_0x2a3678=new _0x5b86ed(_0x51b8de['position']),_0x4204c8=_0x51b8de['position']['root']['rootName']+':'+_0x51b8de['position']['path'][0x0];}const _0x2695cb=_0x5587d2['get'](_0x4204c8)||[];if(_0x2695cb['length']){for(const _0x2a8c41 of _0x2695cb)if(_0x2a3678['root']['rootName']===_0x2a8c41['getRange']()['root']['rootName']&&('insert'!==_0x51b8de['type']||!_0x2a3678['containsRange'](_0x2a8c41['getRange']()))&&(_0x2a3678['isIntersecting'](_0x2a8c41['getRange']())||_0x2a3678['start']['isTouching'](_0x2a8c41['getRange']()['end'])||_0x2a3678['end']['isTouching'](_0x2a8c41['getRange']()['start']))){const _0x2bff47=this['_parseMarkerName'](_0x2a8c41['name']);Array['from'](this['_markers']['values']())['filter'](_0x1acf68=>_0x1acf68['groupId']===_0x2bff47['groupId'])['forEach'](_0x3fd623=>_0x18f179['add'](_0x3fd623['id']));}}}if(_0x18f179['size']){for(const _0x4fed94 of _0x18f179)_0x2b54e2['removeMarker'](_0x4fed94);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x341ca9){for(const {name:_0x4adc35,data:_0x87e854}of _0x341ca9['model']['document']['differ']['getChangedMarkers']()){if(!_0x4adc35['startsWith'](Lh))continue;const _0x5ec201=_0x87e854['oldRange'],_0x454cf6=_0x87e854['newRange'],_0x597c69=_0x5ec201&&'$graveyard'===_0x5ec201['root']['rootName'],_0xb398e9=_0x454cf6&&'$graveyard'===_0x454cf6['root']['rootName'];if(_0x597c69&&_0xb398e9)continue;const _0x182367=this['_parseMarkerName'](_0x4adc35);this['_markers']['get'](_0x4adc35)&&(_0xb398e9||!_0x454cf6?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x4adc35,'changeId':_0x182367['groupId']}):_0x597c69&&_0x454cf6&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x4adc35,'changeId':_0x182367['groupId']}));}}['_parseMarkerName'](_0x5b849d){const _0x4786d9=_0x5b849d['split'](':'),_0x49bb0e=(_0x4786d9[0x1]||'')['split']('_');return{'prefix':_0x4786d9[0x0],'groupId':_0x49bb0e[0x0],'suffix':_0x49bb0e[0x1]};}_translateOperationToEditorContent(_0xe29ee7,_0x309c8d,_0x423d54){if('insert'===_0xe29ee7['type']){const _0x279aaf=_0xe29ee7;return new _0x3690bf(this['_changePosition'](_0x309c8d['concat'](_0x279aaf['position']['offset']),_0x423d54),_0x279aaf['nodes'],_0x279aaf['baseVersion']);}if('marker'===_0xe29ee7['type']&&_0xe29ee7['name']['startsWith']('$markedRemove')){const _0x9ae86e=_0xe29ee7;return new _0x571150(_0x9ae86e['name'],_0x9ae86e['oldRange'],this['_changeRange'](_0x9ae86e['newRange'],_0x309c8d['concat'](_0x9ae86e['newRange']['start']['offset']),_0x309c8d['concat'](_0x9ae86e['newRange']['end']['offset']),_0x423d54),_0x9ae86e['_markers'],_0x9ae86e['affectsData'],_0x9ae86e['baseVersion']);}return _0xe29ee7;}_groupAdjacentOperations(_0x165bb9){if(!_0x165bb9['length'])return[];const _0x48cfbf=[];let _0x9d066a=0x0,_0x2be0fe=0x0,_0x311a06=[];for(let _0x475eda=0x0;_0x475eda<=_0x165bb9['length'];_0x475eda++){const _0x531bf4=_0x165bb9[_0x475eda],_0x3013c0=_0x165bb9[_0x475eda-0x1];!_0x531bf4||_0x3013c0&&!this['_getOperationEnd'](_0x3013c0)['isTouching'](this['_getOperationStart'](_0x531bf4))?(_0x48cfbf['push']({'operations':_0x311a06,'operationsIsolated':_0x311a06['map'](_0x233400=>this['_shiftOperation'](_0x233400['clone'](),-_0x2be0fe)),'groupOffset':_0x9d066a}),_0x311a06=_0x531bf4?[_0x531bf4]:[],_0x2be0fe+=_0x9d066a,_0x9d066a=0x0):_0x311a06['push'](_0x531bf4),_0x531bf4&&'insert'===_0x531bf4['type']&&(_0x9d066a+=_0x531bf4['howMany']);}return _0x48cfbf;}_findAdjacentContextDistance(_0x423c94,_0x41cc60,_0x55985f,_0x4d1f3a=0x1){const _0x96cf7a=new _0x170ca4({'startPosition':_0x423c94,'direction':_0x41cc60});let _0x24ba4b=0x0;for(let _0x43edad=0x0;_0x43edad<_0x4d1f3a;_0x43edad++){let _0x482443=0x0,_0x47d0d4=!0x1,_0x3a9c79='forward'===_0x41cc60?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x13f259}of _0x96cf7a)if(_0x13f259['is']('$textProxy')){const _0x42139d=_0x3a9c79['exec'](_0x13f259['data']);if(_0x42139d&&_0x42139d['length']){if(_0x482443+='forward'===_0x41cc60?_0x42139d['index']+_0x42139d[0x0]['length']:_0x13f259['data']['length']-_0x42139d['index'],_0x42139d[0x0]['length']!==_0x13f259['data']['length'])break;_0x47d0d4=!0x0,_0x3a9c79='forward'===_0x41cc60?/^\w+/:/\w+$/;}else{if(_0x47d0d4)break;_0x482443+=_0x13f259['offsetSize'];}}else{if(_0x13f259['is']('element')){_0x55985f['isInline'](_0x13f259)&&!_0x47d0d4&&(_0x482443+=0x1);break;}}_0x24ba4b+=_0x482443,_0x96cf7a['jumpTo'](_0x423c94['getShiftedBy']('forward'===_0x41cc60?_0x24ba4b:-_0x24ba4b));}return _0x24ba4b;}_getChangeContext(_0x2750a2,_0x4bc602,_0x4eda1b){const _0x37c841=_0x4eda1b['model']['schema'],_0x51ec4e=this['_findAdjacentContextDistance'](_0x2750a2,'backward',_0x37c841,0x6),_0x4abffd=this['_findAdjacentContextDistance'](_0x4bc602,'forward',_0x37c841,0x6),_0x929ee=_0x2750a2['getShiftedBy'](-_0x51ec4e),_0x508d68=_0x4bc602['getShiftedBy'](_0x4abffd);return{'start':_0x929ee,'end':_0x508d68,'hasContentBefore':!_0x929ee['isAtStart'],'hasContentAfter':!_0x508d68['isAtEnd']};}_insertMarkers(_0x5c50ce,_0x10d560){const _0x1b065e=this['context']['plugins']['get']('AIEditing'),_0x3b7e5c=new Set();_0x10d560['model']['change'](_0x4a8f8f=>{for(const _0x5ba48f of _0x5c50ce){const _0x426b06=''+Lh+_0x5ba48f['type']+':'+_0x5ba48f['groupId']+'_'+_0x1b065e['_nextDataId'](_0x3b7e5c);this['_markers']['set'](_0x426b06,{'id':_0x426b06,'groupId':_0x5ba48f['groupId'],'type':_0x5ba48f['type'],'content':_0x5ba48f['content'],'editor':_0x10d560}),_0x4a8f8f['addMarker'](_0x426b06,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4a8f8f['createRange'](_0x5ba48f['start'],_0x5ba48f['end'])});}});}_createGetContextFn(_0x1b4f26,_0x400803,_0x16aae8){let _0x2e2978='';return()=>{if(!_0x2e2978){const _0xe68548=_0x400803['toView'](_0x1b4f26,{'showSuggestionHighlights':!0x0});let _0x416660=_0xe68548['getChild'](0x0);if(_0x416660['is']('containerElement')||(_0x416660=_0xe68548),!_0x416660)return'';let _0x2a7dbd=!0x1;const _0x2fa7b9=[];for(const _0x5ad88a of _0x416660['getChildren']())_0x5ad88a['is']('element','span')&&_0x5ad88a['hasClass']('ck-ai_review-marker_context-end')&&(_0x2a7dbd=!0x1),_0x2a7dbd&&_0x2fa7b9['push'](_0x5ad88a),_0x5ad88a['is']('element','span')&&_0x5ad88a['hasClass']('ck-ai_review-marker_context-start')&&(_0x2a7dbd=!0x0);_0x416660['_removeChildren'](0x0,_0x416660['childCount']),_0x16aae8?.['ellipsisBefore']&&_0x416660['_appendChild']('…'),_0x416660['_appendChild'](_0x2fa7b9),_0x16aae8?.['ellipsisAfter']&&_0x416660['_appendChild']('…');const _0x25996d=_0x400803['htmlProcessor']['domConverter']['viewToDom'](_0xe68548),_0x9572e1=_0x400803['htmlProcessor']['htmlWriter']['getHtml'](_0x25996d);_0x2e2978=this['_removeUnsupportedElements'](_0x9572e1);}return _0x2e2978;};}_createGetContentFn(_0x1fd92b,_0x2e375d){let _0x5e824a='';return()=>(_0x5e824a||(_0x5e824a=this['_removeUnsupportedElements'](_0x2e375d['stringify'](_0x1fd92b,{'showSuggestionHighlights':!0x0}))),_0x5e824a);}_createGetContentUsingDataIdFn(_0x4c0adc,_0x1dcaca,_0x3a361f){let _0x2d54de='';return()=>{if(!_0x2d54de){const _0x42dc5b=_0x3a361f['toView'](new _0xe9fd4c(_0x4c0adc));_0x2d54de=_0x3a361f['htmlProcessor']['domConverter']['viewToDom'](_0x42dc5b)['querySelector']('[data-id=\x22'+_0x1dcaca+'\x22]')?.['outerHTML']||'';}return _0x2d54de;};}_removeUnsupportedElements(_0x21bc9e){if(!_0x21bc9e)return'';const _0x1c5883=Rs(_0x21bc9e,{'decodeEntities':!0x1}),_0x37f63c=ys(_0x1c5883);if(!_0x37f63c['length'])return _0x21bc9e;for(const _0x405614 of _0x37f63c)_0x5c7bf0(_0x405614);return Os(_0x1c5883,{'encodeEntities':!0x1});}_neutralizeChangesOnUnsupportedElements(_0x2be50c,_0x2385e9){const _0x5d2d81=Rs(_0x2be50c,{'decodeEntities':!0x1}),_0x29319d=Rs(_0x2385e9,{'decodeEntities':!0x1}),_0x3e9544=ys(_0x5d2d81),_0x3b4883=ys(_0x29319d);if(!_0x3e9544['length']&&!_0x3b4883['length'])return{'contentInitial':_0x2be50c,'contentNew':_0x2385e9};const _0x2ac630=new Map(),_0x3df056=new Map();for(const _0x17f6f1 of _0x3e9544){const _0x422a84=Ps(_0x17f6f1,'data-id');if(_0x422a84)_0x2ac630['set'](_0x422a84,_0x17f6f1);else{const _0x1e6045=Os(_0x17f6f1,{'encodeEntities':!0x1}),_0x47f42f=_0x3df056['get'](_0x1e6045);_0x47f42f?_0x47f42f['push'](_0x17f6f1):_0x3df056['set'](_0x1e6045,[_0x17f6f1]);}}for(const _0x227169 of _0x3b4883){const _0x2e00e8=Ps(_0x227169,'data-id');let _0x3998c9;if(_0x2e00e8)_0x3998c9=_0x2ac630['get'](_0x2e00e8);else{const _0x2dafb2=_0x3df056['get'](Os(_0x227169,{'encodeEntities':!0x1}));_0x3998c9=_0x2dafb2&&_0x2dafb2['length']?_0x2dafb2['shift']():void 0x0;}_0x3998c9?_0x2abda5(_0x227169,_0x538a60(_0x3998c9,!0x0)):_0x5c7bf0(_0x227169);}return{'contentInitial':Os(_0x5d2d81,{'encodeEntities':!0x1}),'contentNew':Os(_0x29319d,{'encodeEntities':!0x1})};}_findMarkerElement(_0x3b75d9,_0x31337f=0x5){let _0x5b4946=_0x3b75d9,_0x1d9a6d=null;for(let _0x1a05b5=0x0;_0x1a05b5<_0x31337f&&_0x5b4946;_0x1a05b5++)if(_0x5b4946['className']){if((''+_0x5b4946['className'])['includes']('ck-ai_review-marker_')){if(!_0x5b4946['getAttribute']('data-marker-id'))break;_0x1d9a6d=_0x5b4946;break;}_0x5b4946=_0x5b4946['parentElement'];}else _0x5b4946=_0x5b4946['parentElement'];return _0x1d9a6d;}_findMarkerElementById(_0x3d1cbe){const _0x265d6e=this['_markers']['get'](_0x3d1cbe);if(!_0x265d6e)return null;const _0x43b254=_0x265d6e['editor']['model']['markers']['get'](_0x3d1cbe);return _0x43b254?_0xdc273f(_0x265d6e['editor']['editing'],_0x43b254):null;}_getMarkersDataForGroup(_0x1f9c4c){return Array['from'](this['_markers']['values']())['filter'](_0x110881=>_0x110881['groupId']===_0x1f9c4c);}_getOperationStart(_0x4a2a24){return'insert'===_0x4a2a24['type']?_0x4a2a24['position']:_0x4a2a24['newRange']['start'];}_getOperationEnd(_0x44f0e8,_0x2b5999=!0x1){return'insert'===_0x44f0e8['type']?_0x2b5999?_0x44f0e8['position']:_0x44f0e8['position']['getShiftedBy'](_0x44f0e8['howMany']):_0x44f0e8['newRange']['end'];}_shiftOperation(_0xd33124,_0x21fb75){return'insert'===_0xd33124['type']?_0xd33124['position']=_0xd33124['position']['getShiftedBy'](_0x21fb75):'marker'===_0xd33124['type']&&_0xd33124['newRange']&&(_0xd33124['newRange']=new _0x5b86ed(_0xd33124['newRange']['start']['getShiftedBy'](_0x21fb75),_0xd33124['newRange']['end']['getShiftedBy'](_0x21fb75))),_0xd33124;}_changeOperationOwnerDocument(_0x1cca4b,_0x53defe){'insert'===_0x1cca4b['type']?_0x1cca4b['position']=this['_changePositionOwnerDocument'](_0x1cca4b['position'],_0x53defe):'marker'===_0x1cca4b['type']&&_0x1cca4b['newRange']&&(_0x1cca4b['newRange']=this['_changeRangeOwnerDocument'](_0x1cca4b['newRange'],_0x53defe));}_changePositionOwnerDocument(_0x3381c4,_0x19d63d){return new _0x29cdf6(_0x19d63d,_0x3381c4['path']);}_changeRangeOwnerDocument(_0x50df22,_0x682431){return new _0x5b86ed(this['_changePositionOwnerDocument'](_0x50df22['start'],_0x682431),this['_changePositionOwnerDocument'](_0x50df22['end'],_0x682431));}_changePosition(_0xa836b1,_0x2e1a21){return new _0x29cdf6(_0x2e1a21,[..._0xa836b1]);}['_changeRange'](_0x44e7f6,_0x4a26c3,_0x46fadd,_0xcc1212){return new _0x5b86ed(this['_changePosition'](_0x4a26c3,_0xcc1212),this['_changePosition'](_0x46fadd,_0xcc1212));}_sortMarkers(_0x457232){const _0x156505=_0x4bec41=>{switch(_0x4bec41){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x457232['sort']((_0x3f86d3,_0x1078ff)=>_0x156505(_0x3f86d3['type'])-_0x156505(_0x1078ff['type']));}_hasSameTopLevelElement(_0x618d65,_0x4544d0){const _0x5d21ef=_0x618d65['getChild'](0x0),_0x29d996=_0x4544d0['getChild'](0x0);return!(!_0x5d21ef||!_0x29d996)&&((!_0x5d21ef['is']('element')||!_0x29d996['is']('element')||_0x5d21ef['name']===_0x29d996['name'])&&!(_0x5d21ef['is']('element')&&!_0x29d996['is']('element')||!_0x5d21ef['is']('element')&&_0x29d996['is']('element')));}_haveSingleTopLevelElement(_0x66164d){return 0x1===_0x66164d['childCount'];}_haveOnlyInlineContent(_0x3606a2,_0x5278ab){for(const _0x602ddd of _0x3606a2['getChildren']())if(_0x602ddd['is']('element')&&!_0x5278ab['isInline'](_0x602ddd))return!0x1;return!0x0;}_upsertDataId(_0x17be80,_0x5c5478){let _0xb9787a=_0x17be80['getAttribute'](_0x27a049);return _0xb9787a||(_0xb9787a=_0x5c5478(),_0x17be80['_setAttribute'](_0x27a049,_0xb9787a)),_0xb9787a;}};const Mh=/* #__PURE__ -- @preserve */
|
|
38
|
+
dt();var Uh=class extends Mh{['id'];contentNew;contentInitial;documentVersion;constructor({id:_0x56ca62,contentNew:_0x2d1676,contentInitial:_0x1aa3a1,documentVersion:_0x558b01}){super(),this['id']=_0x56ca62,this['contentNew']=_0x2d1676,this['contentInitial']=_0x1aa3a1,this['documentVersion']=_0x558b01;}};const Vh=/* #__PURE__ -- @preserve */
|
|
39
|
+
At();var Bh=class extends Vh{['id'];parent;editor;_data;_editorOperations=[];constructor(_0x23d09d,_0x21ed51,_0x43c84a,_0x44127b){super(),this['id']=_0x23d09d,this['parent']=_0x43c84a,this['editor']=_0x44127b,this['_data']=_0x21ed51,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']['wrapperTag']?function(_0xccb157){const _0x4c195f=Rs(_0xccb157)['children']['filter'](_0x40b07f);return 0x1!==_0x4c195f['length']?_0xccb157:_0x4c195f[0x0]['children']['map'](_0xbd44d8=>Os(_0xbd44d8))['join']('');}(this['_data']['context']()):this['_data']['context']();}get['wrapperTag'](){return this['_data']['wrapperTag'];}get operations(){return this['_data']['operations']['slice']();}get operationsIsolated(){return this['_data']['operationsIsolated']['slice']();}};const Gh=/* #__PURE__ -- @preserve */
|
|
40
|
+
At();var Fh=class extends Gh{['id']=kt();['callId'];_results=new Map();['_changes']=[];_hasUnsupportedInlineChange=!0x1;['_sourceCheck'];_documentData;_aiConnector;['_reviewParams'];['_reviewArgs'];_contexts;_activeRequest=null;_currentError;_wasAborted=!0x1;constructor(_0x1a9399,_0x3c8c39,_0x218bf4,_0x29dbe3,_0x3a8d14,_0x1645f2){super(),this['_sourceCheck']=_0x3c8c39,this['_documentData']=_0x1a9399,this['_aiConnector']=_0x218bf4,this['_reviewParams']=_0x29dbe3,this['_reviewArgs']=_0x3a8d14,this['_contexts']=_0x1645f2,this['on']('change:status',(_0x144d24,_0x4cd36b,_0x1ca5a4)=>{'aborted'==_0x1ca5a4&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x1ca5a4,'run':this,'error':this['_currentError']});}),this['set']('status','initialized');}get documentData(){return this['_documentData'];}get['sourceCheck'](){return this['_sourceCheck'];}get processedResultsCount(){return this['_results']['size'];}get hasUnsupportedInlineChange(){return this['_hasUnsupportedInlineChange'];}get title(){return this['_sourceCheck']['title'];}get subTitle(){return'';}get['reviewName'](){return this['_sourceCheck']['id'];}get hasModifications(){return!this['_changes']['every'](_0x253846=>'pending'===_0x253846['status']);}get currentError(){return this['_currentError'];}get results(){return Array['from'](this['_results']['values']());}updateDocumentData(_0x2d17b8){this['_documentData']=_0x2d17b8;}async start(){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x4de369=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x18b20d of _0x4de369)'unmodified'!==_0x18b20d['data']['operation']&&('error'!==_0x18b20d['data']['operation']?'review-metadata'!==_0x18b20d['event']?this['_addReviewCheckResult'](_0x18b20d['data']['dataId'],_0x18b20d['data']['textDelta']):this['callId']=_0x18b20d['data']['callId']:this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']||0x0===this['_changes']['length']?this['status']='unmodified':this['status']='ready');}catch(_0x197993){this['_currentError']=_0x197993,kn(_0x197993)?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async restart(){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,this['_hasUnsupportedInlineChange']=!0x1,await this['start']();}addResultChanges(_0x4a526d,_0x521f46){const _0x2b498d=this['_results']['get'](_0x4a526d);if(!_0x2b498d)return;if(0x0===_0x521f46['length'])return;const _0x4fde66=this['_documentData']['elements']['get'](_0x4a526d);if(!_0x4fde66)return;const _0x4e489b=[];_0x521f46['forEach']((_0x1fdd14,_0x6d7c0d)=>{const _0x4476b0=new Bh(_0x2b498d['id']+'-'+_0x6d7c0d,_0x1fdd14,_0x2b498d,_0x4fde66['editor']);_0x4476b0['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x4476b0,'status':_0x4476b0['status']});}),_0x4476b0['on']('change:isActivated',()=>{_0x4476b0['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x4476b0}):this['fire']('reviewCheckResultDeactivated',{'change':_0x4476b0});}),this['_changes']['push'](_0x4476b0),_0x4e489b['push'](_0x4476b0);}),this['fire']('reviewCheckResultReady',{'changes':_0x4e489b,'result':_0x2b498d,'source':this});}abort(){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}isChangeActive(_0x4e6e27){const _0x11cb74=this['_changes']['find'](_0x25d916=>_0x25d916['id']===_0x4e6e27);return!(!_0x11cb74||'pending'!==_0x11cb74['status']);}isAnyChangeActivated(){return this['_changes']['some'](_0x4ccbf9=>!0x0===_0x4ccbf9['isActivated']);}getActiveChanges(){return this['_changes']['filter'](_0x3e30a9=>'pending'===_0x3e30a9['status']);}getChangeById(_0xbcf2){return this['_changes']['find'](_0x5b8a0b=>_0x5b8a0b['id']===_0xbcf2);}markAllChangesAsAccepted(){for(const _0x583a46 of this['_changes'])'pending'===_0x583a46['status']&&(_0x583a46['status']='accepted');this['_checkIfFinished']();}markChangeAsAccepted(_0xba236e){const _0x1e51b5=this['_changes']['find'](_0x48a138=>_0x48a138['id']===_0xba236e);_0x1e51b5&&'pending'===_0x1e51b5['status']&&(_0x1e51b5['status']='accepted'),this['_checkIfFinished']();}markChangeAsRejected(_0x34eea7){const _0x370c8a=this['_changes']['find'](_0x22ea06=>_0x22ea06['id']===_0x34eea7);_0x370c8a&&'pending'===_0x370c8a['status']&&(_0x370c8a['status']='rejected'),this['_checkIfFinished']();}markChangeAsOutdated(_0x579365){const _0x3d7b41=this['_changes']['find'](_0x558422=>_0x558422['id']===_0x579365);_0x3d7b41&&'pending'===_0x3d7b41['status']&&(_0x3d7b41['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x37be72){const _0x51768b=this['_changes']['find'](_0xdd197=>_0xdd197['id']===_0x37be72);_0x51768b&&'outdated'===_0x51768b['status']&&(_0x51768b['status']='pending'),this['_checkIfFinished']();}activateChange(_0x484611){this['_changes']['filter'](_0x188c13=>_0x188c13['isActivated']&&_0x188c13['id']!==_0x484611)['forEach'](_0x4c86a1=>{_0x4c86a1['isActivated']=!0x1;});const _0x166360=this['_changes']['find'](_0x17e1f8=>_0x17e1f8['id']===_0x484611);_0x166360&&'pending'===_0x166360['status']&&(_0x166360['isActivated']=!0x0);}deactivateChange(){this['_changes']['filter'](_0x4f684c=>_0x4f684c['isActivated'])['forEach'](_0x18984d=>{_0x18984d['isActivated']=!0x1;});}forceReadyState(){this['status']='ready';}async sendRating(_0x11b369){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x49a7c3;if(_0x11b369){const _0xa9b8ad=this['_changes']['find'](_0xaf1764=>_0xaf1764['id']===_0x11b369);if(_0xa9b8ad&&_0xa9b8ad['isRated'])return;_0xa9b8ad&&(_0x49a7c3=_0xa9b8ad['parent']['id'],_0xa9b8ad['isRated']=!0x0);}const _0x8334={'positiveCount':this['_changes']['filter'](_0x52b114=>'accepted'===_0x52b114['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x8334,this['callId'],_0x49a7c3);}_addReviewCheckResult(_0x586ee1,_0x306fa9){const _0x52e135=this['_documentData']['elements']['get'](_0x586ee1);if(!_0x52e135)return;if(Gs(_0x52e135['editor'],_0x52e135['rootName'])&&!Ys(_0x52e135['editor'],Rs(_0x306fa9)))return void(this['_hasUnsupportedInlineChange']=!0x0);const _0x59dbb7=_0x52e135['getContent']();if(_0x59dbb7===_0x306fa9)return;const _0x4d663b=new Uh({'id':_0x586ee1,'contentInitial':_0x59dbb7,'contentNew':_0x306fa9,'documentVersion':_0x52e135['documentVersion']});this['_results']['set'](_0x4d663b['id'],_0x4d663b),this['fire']('reviewCheckResultAdded',{'result':_0x4d663b,'source':this,'editor':_0x52e135['editor'],'rootName':_0x52e135['rootName']});}['_checkIfFinished'](){'finished'===this['status']&&this['_changes']['filter'](_0x500779=>'pending'===_0x500779['status'])['length']>0x0&&(this['status']='ready'),'ready'===this['status']&&0x0===this['_changes']['filter'](_0x30433e=>'pending'===_0x30433e['status'])['length']&&(this['status']='finished');}},Kh=class extends Fh{get subTitle(){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x4f9661=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x3e2db2=0x0;_0x3e2db2<this['_reviewParams']['length'];_0x3e2db2++){if(!this['_reviewParams'][_0x3e2db2]||!this['_sourceCheck']['options'][_0x3e2db2])continue;const _0x1b778f=this['_sourceCheck']['options'][_0x3e2db2]['data']?.['find'](_0x4ba2c4=>_0x4ba2c4['id']===this['_reviewParams'][_0x3e2db2]);_0x1b778f&&_0x4f9661['push'](_0x1b778f['label']);}return _0x4f9661['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}_createApiRequest(){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs'],'contexts':this['_contexts']});}_sendRatingRequest(_0x584a74,_0x5cb968,_0x152073){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x5cb968,_0x584a74,_0x152073);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}},Wh=class extends _0x77cfae{_aiConnector;['_aiReviewCoreUi'];_aiReviewCoreEditing;['_availableReviewChecks'];_reporter;_currentReviewCheckRun;_changeActivationSource=null;static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}init(){this['_initRequiredPlugins'](),this['_initAvailableReviewChecks'](),this['_initUIListeners']();}async _initAvailableReviewChecks(){this['_availableReviewChecks']=await this['_getReviewChecks'](),this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}_initUIListeners(){this['listenTo'](this['_aiReviewCoreUi'],'getReviewCheckList',()=>{this['_availableReviewChecks']&&this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}),this['listenTo'](this['_aiReviewCoreUi'],'runReviewCheck',(_0x4d102f,_0x2db198)=>this['runCheck'](_0x2db198)),this['listenTo'](this['_aiReviewCoreUi'],'leaveReview',()=>{this['_onReviewRunLeave']();}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReviewCoreResultList',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'abortReviewStream',()=>this['abort']()),this['listenTo'](this['_aiReviewCoreUi'],'finishReview',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x333bd4=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x333bd4['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x333bd4['map'](_0x5e1cc6=>_0x5e1cc6['id']),this['_aiSource']);const _0xa37436=this['_currentReviewCheckRun'];_0xa37436['markAllChangesAsAccepted'](),_0xa37436['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x3befd5,_0x15a36d)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x15a36d['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x15a36d['id']],this['_aiSource']),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x15a36d['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x15a36d['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x481c63,_0x4d815d)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x4d815d['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x4d815d['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x4d815d['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x4d815d['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&(this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreUi']['setAcceptAllEnabled'](!0x1),this['_currentReviewCheckRun']['updateDocumentData'](this['_aiReviewCoreEditing']['getDocumentData']()),await this['_currentReviewCheckRun']['restart']());}),this['listenTo'](this['_aiReviewCoreUi'],'activateChange',(_0x58c821,_0x174309)=>{this['_onActivateChange'](_0x174309);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x2c08d8,_0x22dbc4)=>{this['_onDeactivateChange'](_0x22dbc4);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x4e43ab,_0x41fdf6)=>{this['_onChangeMarkerClicked'](_0x4e43ab,_0x41fdf6);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x24a396,_0x4e5753)=>{this['_onChangeMarkerHovered'](_0x24a396,_0x4e5753);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x427da2,_0x21147e)=>{this['_onChangeMarkerRemoved'](_0x427da2,_0x21147e);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x44e9fd,_0x2b52a2)=>{this['_onChangeMarkerRestored'](_0x44e9fd,_0x2b52a2);});}async['runCheck'](_0x229e26){if(!this['_availableReviewChecks'])return;const _0x26fbfb=this['_availableReviewChecks']['find'](_0x39483b=>_0x39483b['id']===_0x229e26['id']);if(!_0x26fbfb)return void this['_logError'](new ct('ai-review-mode-source-check-not-found',this,{'checkId':_0x229e26['id']}));this['_onReviewCheckRun'](_0x229e26),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_aiReviewCoreUi']['setAcceptAllEnabled'](!0x1);const _0x75e84=this['context']['plugins']['get'](fs)['contextLibrary']['resolveContext']({'feature':this['_defaultContextFeature'],'ids':[_0x229e26['id']],'context':new Yn()});this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x229e26,_0x26fbfb,_0x75e84);const _0x3f1364=this['_currentReviewCheckRun'];_0x3f1364['on']('reviewCheckResultChangeStatusUpdated',(_0x155d18,_0x351689)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x351689['change']['id'],_0x351689['status']),this['_pushAcceptAllEnabled'](_0x3f1364);}),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x170bef,_0x324732)=>{switch(_0x324732['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x324732);break;case'finished':this['_onCheckRunFinished']();break;case'ready':this['_currentReviewCheckRun']?.['hasUnsupportedInlineChange']?this['_aiReviewCoreUi']['showUnsupportedInlineChangeView']():this['_aiReviewCoreUi']['showActionsWhenResultIsReady']();break;case'unmodified':this['_currentReviewCheckRun']?.['hasUnsupportedInlineChange']?this['_aiReviewCoreUi']['showUnsupportedInlineChangeView']():this['_aiReviewCoreUi']['showNoChangesView']();break;case'error-general':this['_aiReviewCoreUi']['showGeneralResultsErrorView'](),this['_logError'](new ct('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new ct('ai-review-mode-check-run-chunk-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'aborted':this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewRunLeave'](!0x0);}'ready'!==_0x324732['status']&&'error-chunk'!==_0x324732['status']&&'error-general'!==_0x324732['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x5c6657,_0x484990)=>{if(!this['_currentReviewCheckRun'])throw new ct('ai-review-mode-no-current-check-run',this);const _0x2b389c=Gs(_0x484990['editor'],_0x484990['rootName']);let _0x3d1fc4=_0x484990['result']['contentInitial'],_0x7e93e6=_0x484990['result']['contentNew'];_0x2b389c&&(_0x3d1fc4=Ws(_0x3d1fc4),_0x7e93e6=Ws(_0x7e93e6));const _0x3ce1d1=this['_diffContent'](_0x484990['editor'],_0x3d1fc4,_0x7e93e6);if(_0x2b389c){const _0x1d74c5=_0x484990['editor']['ui']['getEditableElement'](_0x484990['rootName'])?.['tagName']['toLowerCase']();for(const _0x5f5044 of _0x3ce1d1)_0x5f5044['wrapperTag']=_0x1d74c5;}_0x484990['source']['addResultChanges'](_0x484990['result']['id'],_0x3ce1d1);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x15b8d2,_0x59d018)=>{for(const _0x5e8f17 of _0x59d018['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x5e8f17);this['_pushAcceptAllEnabled'](_0x59d018['source']),this['_markChangePositionInEditorContent'](_0x59d018['changes'],_0x59d018['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x467ca3,_0x260d80)=>{this['_onReviewCheckResultActivated'](_0x260d80);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x4fcc43){if(kn(_0x4fcc43))return;_0x4fcc43 instanceof ct?this['_logError'](_0x4fcc43):this['_logError'](new ct('ai-review-mode-check-run-failed',this,void 0x0,_0x4fcc43));}}abort(){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}getAvailableChecks(){return(this['_availableReviewChecks']??[])['slice']();}getCurrentCheckRun(){return this['_currentReviewCheckRun'];}_pushAcceptAllEnabled(_0x2681ea){this['_aiReviewCoreUi']['setAcceptAllEnabled'](_0x2681ea['getActiveChanges']()['length']>0x0);}_createReviewCheckRun(_0x4091a4,_0x5e420c,_0x2e7610=new Yn()){return new Kh(this['_aiReviewCoreEditing']['getDocumentData'](),_0x5e420c,this['_aiConnector'],_0x4091a4['params'],_0x4091a4['args'],_0x2e7610['refs']);}['_onChangeMarkerRemoved'](_0x493fef,_0x5c1b23){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x5c1b23['changeId']);}_onChangeMarkerRestored(_0x19b67e,_0x41ef40){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x41ef40['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}_initRequiredPlugins(){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_reporter']=this['context']['plugins']['get'](Nn)['createReporter']('aireview');}['_onReviewRunLeave'](_0x400f99=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x400f99&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x57f123 of this['_aiReviewCoreEditing']['getEditors']())_0x57f123['editing']['view']['change'](_0x321871=>{for(const _0x1938a0 of _0x57f123['editing']['view']['document']['getRoots']())_0x321871['removeClass']('ck-ai_review-diff',_0x1938a0),_0x321871['removeClass']('ck-ai_review-highlights',_0x1938a0),_0x321871['removeClass']('ck-ai-translate-mode-content',_0x1938a0);});}['_logError'](_0x31653d){this['_reporter']['logError'](_0x31653d),'ai-review-mode-models-unable-to-retrieve'===function(_0x5eb75d){return _0x5eb75d instanceof yn?_0x5eb75d['code']:_0x5eb75d instanceof Error?_0x5eb75d['message']['match'](/^\S+/)?.[0x0]:void 0x0;}(_0x31653d)?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']();}['_scrollToChange'](_0xd54c38){if('content'===this['_changeActivationSource']){const _0x25c17e=this['_aiReviewCoreUi']['getChangeElement'](_0xd54c38);_0x25c17e&&Rt(_0x25c17e['closest']('.ck-ai_review__check-run-result')||_0x25c17e);}else{if('panel'===this['_changeActivationSource']){const _0x33970d=this['_getChangeContentElement'](_0xd54c38);if(!_0x33970d)return;Ot({'target':_0x33970d,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}},Yh=class extends Fh{_prompt;['_model'];constructor(_0xa6e497,_0x336b43,_0x583434,_0x522f48,_0x202531,_0x17aa57){super(_0x583434,_0x522f48,_0x202531,void 0x0,void 0x0,_0x17aa57),this['_prompt']=_0xa6e497,this['_model']=_0x336b43;}get subTitle(){return this['_prompt']??'';}_createApiRequest(){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],...void 0x0!==this['_prompt']&&{'prompt':this['_prompt']},'model':this['_model'],'contexts':this['_contexts']});}_sendRatingRequest(_0x388b57,_0xf2bb38,_0x30850e){return this['_aiConnector']['upsertCustomAIReviewRating'](_0xf2bb38,_0x388b57,_0x30850e);}},$h=class{['id'];['commandId'];title;description;isParameterized;['useArgs'];options;['args'];get['apiId'](){return this['commandId'];}constructor(_0x29379e){this['id']=_0x29379e['id'],this['commandId']=_0x29379e['commandId'],this['title']=_0x29379e['title'],this['description']=_0x29379e['description'],this['isParameterized']=_0x29379e['isParameterized'],this['useArgs']=_0x29379e['useArgs'],this['options']=_0x29379e['options'],this['args']=_0x29379e['args'];}},qh=class extends $h{isExtra=!0x0;prompt;context;['model'];_defaultModel=null;constructor(_0xfe1cbc,_0x1dab53,_0x55482d){super(_0xfe1cbc),this['prompt']=_0xfe1cbc['prompt'],this['context']=_0xfe1cbc['context'],this['model']=_0xfe1cbc['model'],this['model']?this['_defaultModel']=_0x1dab53['find'](_0x39dbd1=>_0x39dbd1['id']===this['model'])||null:this['_defaultModel']=_0x55482d;}get defaultModel(){return this['_defaultModel'];}},Qh=class extends Yh{get subTitle(){return'';}set prompt(_0x52e921){this['_prompt']=_0x52e921;}set['model'](_0x217fa5){this['_model']=_0x217fa5;}},Xh=class extends _0x77cfae{static get requires(){return[Is,Nn];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_cache'];_reporter;init(){this['_reporter']=this['context']['plugins']['get'](Nn)['createReporter']('aireview');}getChecksList(){return this['_cache']||(this['_cache']=this['_loadChecksList']()),this['_cache'];}};const zh=[{'id':'custom','commandId':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','commandId':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','commandId':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','commandId':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'length','commandId':'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':'tone','commandId':'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'}]}]}],jh=/* #__PURE__ -- @preserve */
|
|
41
|
+
At();var Jh=class extends jh{['_checks']=[];setupChecks(_0x2ba58b){this['_checks']=_0x2ba58b['map'](_0x5213ed=>new $h(_0x5213ed));}get['checks'](){return this['_checks']['slice']();}getCheckById(_0x1a70fb){return this['checks']['find'](_0x3f9ce8=>_0x3f9ce8['id']===_0x1a70fb);}['removeCheckById'](_0xfa523a){this['_checks']=this['_checks']['filter'](_0x2f638a=>_0x2f638a['id']!==_0xfa523a);}},Zh=class extends $h{['_models']=[];_defaultModel=null;constructor(_0x449d7c,_0x30ec29,_0x149ae4){super(_0x449d7c),this['_models']=_0x30ec29,this['_defaultModel']=_0x149ae4;}get['models'](){return this['_models']['slice']();}get defaultModel(){return this['_defaultModel'];}},tc=class extends Jh{['_allModels']=[];['_recommendedModels']=[];_defaultModel=null;constructor(_0x195ef4,_0x54289a,_0x365196){super(),this['_allModels']=_0x195ef4,this['_recommendedModels']=_0x54289a,this['_defaultModel']=_0x365196;}get['allModels'](){return this['_allModels']['slice']();}setupChecks(_0x4c5f3d){this['_checks']=_0x4c5f3d['map'](_0x23a7b8=>!0x0===_0x23a7b8['isExtra']?new qh(_0x23a7b8,this['_allModels'],this['_defaultModel']):'custom'===_0x23a7b8['id']?new Zh(_0x23a7b8,this['_recommendedModels'],this['_defaultModel']):new $h(_0x23a7b8));}},ec=class extends Xh{static get['pluginName'](){return'AIReviewModeCheckRegistry';}static get requires(){return[Is,Nn,fs];}['_modelsLoadError']=null;constructor(_0x81d868){super(_0x81d868),this['context']['config']['define']('ai.review.extraCommands',[]);}get['modelsLoadError'](){return this['_modelsLoadError'];}getExtraChecks(){return this['context']['config']['get']('ai.review.extraCommands')['map'](_0x4d9560=>({'id':_0x4d9560['id'],'commandId':_0x4d9560['id'],'title':_0x4d9560['label'],'description':_0x4d9560['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x4d9560['prompt'],'context':_0x4d9560['context'],'model':_0x4d9560['model']}));}async _loadChecksList(){const _0x41a424=[...zh,...this['getExtraChecks']()]['map'](_0x1f5fc9=>_0x1f5fc9['isExtra']?_0x1f5fc9:this['_translateReviewCheck'](_0x1f5fc9)),_0x267705=this['context']['plugins']['get'](fs);let _0x1dc406;try{_0x1dc406=new tc(await _0x267705['models']['getAllModels'](),await _0x267705['models']['getAvailableModels'](),await _0x267705['models']['getDefault']()),this['_modelsLoadError']=null;}catch(_0x32b0b2){this['_modelsLoadError']=new ct('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x32b0b2),this['_reporter']['logError'](this['_modelsLoadError'],{'context':{'operation':'load-review-models'}}),_0x1dc406=new tc([],[],null);}return _0x1dc406['setupChecks'](_0x41a424),_0x1dc406;}_translateReviewCheck(_0x12d864){const _0x9b13f3='AI_REVIEW_CHECK_'+_0x12d864['commandId']['toUpperCase']()['replaceAll']('-','_'),_0x102829={..._0x12d864,'title':this['_translate'](_0x9b13f3+'_TITLE',_0x12d864['title']),'description':this['_translate'](_0x9b13f3+'_DESCRIPTION',_0x12d864['description'])};return _0x12d864['options']&&(_0x102829['options']=_0x12d864['options']['map'](_0x30b8bd=>({..._0x30b8bd,'label':this['_translate'](_0x9b13f3+'_OPTIONS_LABEL',_0x30b8bd['label']||''),'data':_0x30b8bd['data']?_0x30b8bd['data']['map'](_0x2272e2=>({..._0x2272e2,'label':this['_translate'](_0x9b13f3+'_OPTIONS_DATA_'+_0x2272e2['id']['toUpperCase'](),_0x2272e2['label'])})):void 0x0}))),_0x102829;}_translate(_0x342a46,_0x5522cd){const _0x497481=Es(this['context']['locale'],_0x342a46);return _0x497481===_0x342a46?_0x5522cd:_0x497481;}},ic=class extends Wh{static get['pluginName'](){return'AIReviewModeController';}static get requires(){return[Nn,ec,fs];}get['_aiSource'](){return'review';}get _defaultContextFeature(){return'review';}['_isDiffOn']=!0x1;['_usesAvailableCommandsConfig'];constructor(_0xa6409){super(_0xa6409),this['_usesAvailableCommandsConfig']=Boolean(this['context']['config']['get']('ai.review.availableCommands')),this['context']['config']['define']('ai.review.availableCommands',zh['map'](_0x571701=>_0x571701['id']));}init(){super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x4f3672,_0x13461b)=>{this['_isDiffOn']=_0x13461b['on'],this['_onDiffChange'](this['_isDiffOn']);});}_initRequiredPlugins(){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}_createReviewCheckRun(_0xaf2580,_0x47728d,_0x264241=new Yn()){if(_0xaf2580['isCustom'])return new Yh(_0xaf2580['args']['prompt'],_0xaf2580['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x47728d,this['_aiConnector'],_0x264241['refs']);if(_0x47728d['isExtra']){const _0x12f419=_0x47728d,_0x17a547=_0x12f419['context']?_0x264241['cloneWith'](_0x12f419['context'])['refs']:_0x264241['refs'];return new Qh(_0xaf2580['args']?.['prompt']??_0x12f419['prompt'],_0xaf2580['args']?.['model']??_0x12f419['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x47728d,this['_aiConnector'],_0x17a547);}return new Kh(this['_aiReviewCoreEditing']['getDocumentData'](),_0x47728d,this['_aiConnector'],_0xaf2580['params'],_0xaf2580['args'],_0x264241['refs']);}_onReviewCheckResultActivated(_0x263ae6){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x263ae6['change']['id']),this['_scrollToChange'](_0x263ae6['change']['id']);const _0x57d124=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x263ae6['change']['id']);if(!_0x57d124)return;const _0x52dea4=this['_aiReviewCoreEditing']['getEditorForChange'](_0x263ae6['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x263ae6['change'],()=>_0x57d124['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x52dea4,_0x57d124['modelRange']['root']['rootName']),_0x52dea4?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x263ae6['change']['id']);}_onReviewCheckResultDeactivated(){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}_onActivateChange(_0xa615fb){this['_currentReviewCheckRun']&&'click'===_0xa615fb['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0xa615fb['id']));}_onDeactivateChange(_0x4cad47){this['_currentReviewCheckRun']&&'balloon'===_0x4cad47['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x18e613,_0x1eb423){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x1eb423['changeId']);const _0x50f04e=this['_currentReviewCheckRun']['getChangeById'](_0x1eb423['changeId']);if(!_0x50f04e)return;const _0x508c56=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x1eb423['changeId']),_0x3dc867=this['_aiReviewCoreEditing']['getEditorForChange'](_0x1eb423['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x50f04e,_0x1eb423['markerElement'],_0x1eb423['domEvent'],'click',this['_getBalloonDomRoot'](_0x3dc867,_0x508c56?.['modelRange']['root']['rootName']),_0x3dc867?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x42ef53,_0x4bf8bc){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x105dc7=this['_currentReviewCheckRun']['getChangeById'](_0x4bf8bc['changeId']);if(!_0x105dc7)return;const _0x3edd6d=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x4bf8bc['changeId']),_0x39448c=this['_aiReviewCoreEditing']['getEditorForChange'](_0x4bf8bc['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x105dc7,_0x4bf8bc['markerElement'],_0x4bf8bc['domEvent'],'hover',this['_getBalloonDomRoot'](_0x39448c,_0x3edd6d?.['modelRange']['root']['rootName']),_0x39448c?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']());}_getChangeContentElement(_0x477f2e){const _0x334ecf=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x477f2e);return _0x334ecf?_0x334ecf['getElement']():null;}_markChangePositionInEditorContent(_0x443323,_0x403719){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x443323,_0x403719);}_diffContent(_0x177af8,_0x37fafe,_0x498831){return this['_aiReviewCoreEditing']['diffContent'](_0x177af8,_0x37fafe,_0x498831,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x5d368b){_0x5d368b?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x2cba97 of this['_aiReviewCoreEditing']['getEditors']())_0x2cba97['editing']['view']['change'](_0xc920a2=>{for(const _0x538fc6 of _0x2cba97['editing']['view']['document']['getRoots']()){for(const _0x4cda68 of _0x538fc6['getClassNames']())_0x4cda68['startsWith']('ck-ai_review-')&&_0xc920a2['removeClass'](_0x4cda68,_0x538fc6);_0xc920a2['addClass'](_0x5d368b?'ck-ai_review-diff':'ck-ai_review-highlights',_0x538fc6);}});}_getBalloonDomRoot(_0x436aee,_0x2ee56a){const _0x5513cd=_0x436aee['editing']['view'];if(_0x2ee56a){const _0x146148=_0x5513cd['getDomRoot'](_0x2ee56a);if(_0x146148)return _0x146148;}return _0x5513cd['getDomRoot']()??void 0x0;}async _getReviewChecks(){const _0x523da8=this['context']['plugins']['get']('AIReviewModeCheckRegistry'),_0x45a558=await _0x523da8['getChecksList']();_0x523da8['modelsLoadError']&&this['_logError'](_0x523da8['modelsLoadError']);let _0x14de6f=_0x45a558['checks'];const _0x4e6940=this['context']['config']['get']('ai.review.availableCommands');return this['_logWarningForNonExistentChecks'](_0x4e6940,_0x14de6f),this['_usesAvailableCommandsConfig']&&(_0x14de6f=_0x4e6940['map'](_0x3f805d=>_0x14de6f['find'](_0x693ffb=>_0x693ffb['id']===_0x3f805d))['filter'](_0x43484c=>!!_0x43484c)),this['_filterChecksWithMissingModel'](_0x14de6f);}_logWarningForNonExistentChecks(_0x53a422,_0x6d2de1){const _0xbf72b8=_0x53a422['filter'](_0x5a3463=>!_0x6d2de1['some'](_0x275e05=>_0x275e05['id']===_0x5a3463));_0xbf72b8['length']&&this['_reporter']['logError'](new yn({'code':'ai-review-mode-non-existent-commands-used','severity':'warning','context':{'commandIds':_0xbf72b8['join'](',\x20')}}));}_filterChecksWithMissingModel(_0x509cf4){const _0x137a3a=[];return _0x509cf4['forEach'](_0x30bfa7=>{(_0x30bfa7 instanceof qh&&!_0x30bfa7['defaultModel']||_0x30bfa7 instanceof Zh&&!_0x30bfa7['models']['length'])&&_0x137a3a['push'](_0x30bfa7['id']);}),_0x137a3a['length']&&_0x137a3a['forEach'](_0x46c8b2=>{_0x509cf4=_0x509cf4['filter'](_0x5b8732=>_0x5b8732['id']!==_0x46c8b2),this['_reporter']['logError'](new yn({'code':'ai-review-mode-command-unavailable-due-to-missing-model','context':{'commandId':_0x46c8b2}}));}),_0x509cf4;}},sc=class extends _0x77cfae{static get['pluginName'](){return'AIReviewGateway';}static get requires(){return[Hh,ec,Is,tn,Tn,fs];}get['models'](){return this['context']['plugins']['get'](fs)['models'];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async getAllCommands(){return(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['map'](_0x26feaa=>{const _0x45fcdb={'id':_0x26feaa['id'],'title':_0x26feaa['title'],'description':_0x26feaa['description']};return'custom'!==_0x26feaa['id']&&_0x26feaa['options']?.['length']&&(_0x45fcdb['parameters']=_0x26feaa['options'][0x0]['data']['map'](_0x139011=>({..._0x139011}))),_0x45fcdb;});}async['runReview'](_0x3415d8,_0x1d028d){const _0x373a36=await this['_resolveReviewCheck'](_0x3415d8),_0x26945e=this['context']['plugins']['get']('AIReviewCoreEditing'),_0x540381=this['context']['plugins']['get']('AIConnector'),_0x2c0cde=_0x26945e['getDocumentData']({'roots':_0x1d028d?.['roots']}),_0x46e9f1=this['_createReviewCheckRun'](_0x373a36,_0x2c0cde,_0x540381,_0x1d028d?.['parameterId'],_0x1d028d?.['contexts']);return _0x26945e['runCheck'](_0x46e9f1,{'signal':_0x1d028d?.['signal']});}async runCustomReview(_0x4c4b20,_0x1cb8f4){const {reviewCheck:_0x583900,resolvedModel:_0x4864ad}=await this['_resolveCustomReviewCheck'](_0x4c4b20,_0x1cb8f4?.['model']),_0x444d6b=this['context']['plugins']['get']('AIReviewCoreEditing'),_0x5affe9=this['context']['plugins']['get']('AIConnector'),_0x48f50b=new Yh(_0x4c4b20,_0x4864ad,_0x444d6b['getDocumentData']({'roots':_0x1cb8f4?.['roots']}),_0x583900,_0x5affe9,_0x1cb8f4?.['contexts']);return _0x444d6b['runCheck'](_0x48f50b,{'signal':_0x1cb8f4?.['signal']});}['applyReview'](_0xd49c99,_0x20ad21){this['context']['plugins']['get']('AIGateway')['apply'](_0xd49c99,{'aiSource':'review',..._0x20ad21});}async['_resolveReviewCheck'](_0xaa81f6){const _0x3b4f58=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x1b533d=>_0x1b533d['id']===_0xaa81f6);if(!_0x3b4f58)throw new ct('ai-reviewgateway-unknown-command',this,{'checkId':_0xaa81f6});if(_0x3b4f58 instanceof Zh)throw new ct('ai-reviewgateway-not-a-system-command',this,{'checkId':_0xaa81f6});if(_0x3b4f58 instanceof qh&&!_0x3b4f58['defaultModel']?.['id'])throw new ct('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0xaa81f6});return _0x3b4f58;}async _resolveCustomReviewCheck(_0x1cf441,_0x4c412d){const _0x5ae28b='custom',_0x39bfeb=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x5c17c5=>_0x5c17c5['id']===_0x5ae28b);if(!_0x39bfeb)throw new ct('ai-reviewgateway-unknown-command',this,{'checkId':_0x5ae28b});if(!(_0x39bfeb instanceof Zh))throw new ct('ai-reviewgateway-not-a-custom-command',this,{'checkId':_0x5ae28b});if(!_0x1cf441)throw new ct('ai-reviewgateway-missing-custom-command-prompt',this,{'checkId':_0x5ae28b});const _0x46d709=_0x4c412d??_0x39bfeb['defaultModel']?.['id'];if(!_0x46d709)throw new ct('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x5ae28b});return{'reviewCheck':_0x39bfeb,'resolvedModel':_0x46d709};}_createReviewCheckRun(_0x2ecfb6,_0x561404,_0x1c93ba,_0x32a7b0,_0x5085f4=[]){if(_0x2ecfb6 instanceof qh){const _0xb409fe=_0x2ecfb6['context']?[..._0x5085f4,_0x2ecfb6['context']]:_0x5085f4;return new Qh(_0x2ecfb6['prompt'],_0x2ecfb6['defaultModel']['id'],_0x561404,_0x2ecfb6,_0x1c93ba,_0xb409fe);}return new Kh(_0x561404,_0x2ecfb6,_0x1c93ba,_0x32a7b0?[_0x32a7b0]:void 0x0,void 0x0,_0x5085f4);}},nc=class extends _0x77cfae{static get requires(){return[ic,Nh,Hh,sc];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async startReview(_0xa7f0c7,_0x56aa5f){if(this['assertStartReviewPreconditions'](_0xa7f0c7)instanceof Zh)throw new ct('ai-reviewmode-not-a-system-command',this,{'commandId':_0xa7f0c7});nh(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0xa7f0c7,'params':_0x56aa5f?.['parameterId']?[_0x56aa5f['parameterId']]:void 0x0});}async startCustomReview(_0x2140f4,_0x5a4fe7){if(!_0x2140f4)throw new ct('ai-reviewmode-missing-custom-command-prompt',this);const _0x400aa0=zh['find'](_0x1c5be7=>'custom'===_0x1c5be7['commandId'])['id'],_0x4d83d9=this['assertStartReviewPreconditions'](_0x400aa0),_0xbfa885=_0x5a4fe7?.['model']??_0x4d83d9['defaultModel']?.['id'];if(!_0xbfa885)throw new ct('ai-reviewmode-missing-custom-command-model',this);nh(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x400aa0,'isCustom':!0x0,'args':{'prompt':_0x2140f4,'model':_0xbfa885}});}getAvailableCommands(){return this['context']['plugins']['get']('AIReviewModeController')['getAvailableChecks']()['map'](_0x543d50=>{const _0x141ce4={'id':_0x543d50['id'],'title':_0x543d50['title'],'description':_0x543d50['description']};return'custom'!==_0x543d50['id']&&_0x543d50['options']?.['length']&&(_0x141ce4['parameters']=_0x543d50['options'][0x0]['data']['map'](_0x4bc3aa=>({..._0x4bc3aa}))),_0x141ce4;});}assertStartReviewPreconditions(_0x313bd4){const _0x1636e3=this['context']['plugins']['get']('AIReviewModeController');if(_0x1636e3['getCurrentCheckRun']())throw new ct('ai-reviewmode-review-already-running',this);const _0x20e3ea=_0x1636e3['getAvailableChecks']()['find'](_0xd42b3f=>_0xd42b3f['id']===_0x313bd4);if(!_0x20e3ea)throw new ct('ai-reviewmode-unknown-command',this,{'commandId':_0x313bd4});return _0x20e3ea;}},rc=class extends Kh{_title;constructor(_0x265a52,_0x16a432,_0x1304c0,_0xc2d9e6,_0x639dc2,_0xdf648e,_0x339268){super(_0x265a52,_0x16a432,_0x1304c0,_0x639dc2,_0xdf648e,_0x339268),this['_title']=_0xc2d9e6;}get title(){return this['_title'];}get subTitle(){return this['_sourceCheck']['title'];}},oc=class extends $h{get['apiId'](){return'translate';}},ac=class extends Jh{setupChecks(_0x40e894){this['_checks']=_0x40e894['map'](_0x4d2b64=>new oc(_0x4d2b64));}};const hc=[{'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'}];var cc=class extends Xh{static get['pluginName'](){return'AITranslateCheckRegistry';}constructor(_0x5efaac){super(_0x5efaac),this['context']['config']['define']('ai.translate.languages',hc);}async _loadChecksList(){const _0x2c06ae=[],_0x5ec4fb=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x497693 of _0x5ec4fb)_0x2c06ae['push']({'title':_0x497693['label'],'id':_0x497693['id'],'commandId':_0x497693['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x497693['id']}});const _0x520095=new ac();return _0x520095['setupChecks'](this['_translateChecks'](_0x2c06ae)),_0x520095;}_translateChecks(_0x3ccf31){const _0x3b7786=this['context']['locale'];return _0x3ccf31['map'](_0x576a0f=>{const _0x4161e5='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x576a0f['title']['toUpperCase']()['replaceAll']('-','_'),_0x363f36=Es(_0x3b7786,_0x4161e5);return{..._0x576a0f,'title':_0x363f36===_0x4161e5?_0x576a0f['title']:_0x363f36};});}},lc=class extends Wh{static get['pluginName'](){return'AITranslateController';}static get requires(){return[Nn,cc,fs];}get['_aiSource'](){return'translate';}get _defaultContextFeature(){return'translate';}['_onCheckRunFinished'](){this['_onReviewRunLeave'](!0x0);}_initRequiredPlugins(){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AITranslateUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}_createReviewCheckRun(_0x566980,_0x260774,_0x8ed797){return new rc(this['_aiReviewCoreEditing']['getDocumentData'](),_0x260774,this['_aiConnector'],Es(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x566980['params'],_0x566980['args'],_0x8ed797?.['refs']);}_onReviewCheckResultActivated(_0x1a4cd9){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x1a4cd9['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x1a4cd9['change']['id']);}_onReviewCheckResultDeactivated(){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}_onActivateChange(_0xfd7603){this['_currentReviewCheckRun']&&('hover'===_0xfd7603['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0xfd7603['id'])),'click'===_0xfd7603['uiInteraction']&&this['_scrollToChange'](_0xfd7603['id']));}_onDeactivateChange(_0x4dbcd7){this['_currentReviewCheckRun']&&'panel'===_0x4dbcd7['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x4a00ad,_0x10de07){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x10de07['changeId']),this['_scrollToChange'](_0x10de07['changeId']));}['_onChangeMarkerHovered'](_0x34da06,_0x2e53ac){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x2e53ac['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x2e53ac['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}_getChangeContentElement(_0x2a2715){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x2a2715);}_markChangePositionInEditorContent(_0x47ea3d,_0x474955){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x47ea3d,_0x474955);}_diffContent(_0x34654f,_0x47b4f2,_0x4b47b6){return this['_aiReviewCoreEditing']['diffContent'](_0x34654f,_0x47b4f2,_0x4b47b6,!0x0);}['_onReviewCheckRun'](){for(const _0x3c395a of this['_aiReviewCoreEditing']['getEditors']())_0x3c395a['editing']['view']['change'](_0x220b3a=>{for(const _0x2650d8 of _0x3c395a['editing']['view']['document']['getRoots']())_0x220b3a['addClass']('ck-ai-translate-mode-content',_0x2650d8);});}async _getReviewChecks(){return(await this['context']['plugins']['get']('AITranslateCheckRegistry')['getChecksList']())['checks'];}},uc=class extends fh{constructor(_0x5e309c,_0x46883d){super(_0x5e309c,_0x46883d),this['on']('set:isLoading',(_0x1a2628,_0x4d1491,_0x19f1a9)=>{_0x19f1a9&&(this['headerTitle']=Es(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x454e33,_0x4fb0a9,_0xc038a4)=>{_0xc038a4&&(this['headerTitle']=Es(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}_createAcceptAllButtonView(){const _0x37372b=super['_createAcceptAllButtonView']();return _0x37372b['set']('label',Es(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x37372b;}_createExitReviewButtonView(){const _0x32532f=super['_createExitReviewButtonView']();return _0x32532f['set']('label',Es(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x32532f;}},dc=class extends yh{_setupTemplate(){const _0x1fde4e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x1fde4e['if']('isVisible','ck-hidden',_0x1a6759=>!_0x1a6759)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':Es(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':Es(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x1fde4e['if']('isVisible','ck-hidden',_0x1b9649=>!_0x1b9649)]},'children':this['_checkViews']}]});}},_c=class extends mh{static get['pluginName'](){return'AITranslateUI';}createMainView(){const _0x2fe2af=this['context']['plugins']['get']('AITabs'),_0x26f304=this['context']['locale'],_0x88a50b=new ua(_0x26f304,{'label':Es(_0x26f304,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x164672,'class':'ck-ai-header_review-translate','showResizeButton':_0x2fe2af['showResizeButton']});_0x88a50b['delegate']('resizeTabs')['to'](_0x2fe2af),_0x88a50b['bind']('isMaximized')['to'](_0x2fe2af['view'],'isMaximized',_0x25df5c=>_0x25df5c);const _0x53a22a=new wh(_0x26f304,{'header':_0x88a50b,'list':new dc(_0x26f304),'results':new uc(_0x26f304,{'generalErrorText':Es(_0x26f304,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new bh(_0x26f304,{'headerText':Es(_0x26f304,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':Es(_0x26f304,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':Es(_0x26f304,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x53a22a['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x53a22a;}registerTab(){const _0x505851=this['context']['plugins']['get']('AITabs');_0x505851['view']['on']('activateTab',(_0x341c2b,{newTab:_0x19056f,oldTab:_0x548e1f})=>{'translate'===_0x19056f?this['fire']('getReviewCheckList'):'translate'===_0x548e1f&&this['fire']('leaveReview');}),_0x505851['view']['addTab']({'id':'translate','buttonLabel':Es(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x164672,'order':0x0,'content':this['_mainView']});}},gc=class extends _0x77cfae{static get['pluginName'](){return'AITranslateGateway';}static get requires(){return[Hh,Is,tn,Tn];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async runTranslate(_0x58d859,_0x2cdf77){const _0x4c3859=this['context']['plugins']['get']('AIReviewCoreEditing'),_0x5a2e17=this['context']['plugins']['get']('AIConnector'),_0x2839c9=new oc({'id':_0x58d859,'commandId':_0x58d859,'title':_0x58d859,'description':'','isParameterized':!0x1}),_0x32f094=new Kh(_0x4c3859['getDocumentData']({'roots':_0x2cdf77?.['roots']}),_0x2839c9,_0x5a2e17,void 0x0,{'language':_0x58d859},_0x2cdf77?.['contexts']);return _0x4c3859['runCheck'](_0x32f094,{'signal':_0x2cdf77?.['signal']});}applyTranslate(_0x59458d,_0x7f7099){this['context']['plugins']['get']('AIGateway')['apply'](_0x59458d,_0x7f7099);}},Ac=class extends _0x77cfae{static get requires(){return[lc,_c,Hh,gc];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async startTranslate(_0x3eb519){const _0x55fc2b=this['assertStartTranslatePreconditions'](_0x3eb519);nh(this['context'],'translate'),await this['context']['plugins']['get']('AITranslateController')['runCheck']({'id':_0x55fc2b['id'],'args':_0x55fc2b['useArgs']?_0x55fc2b['args']:void 0x0});}getAvailableLanguages(){return this['context']['plugins']['get']('AITranslateController')['getAvailableChecks']()['map'](_0x1042e5=>({'id':_0x1042e5['id'],'label':_0x1042e5['title']}));}assertStartTranslatePreconditions(_0x5463fb){const _0x27f282=this['context']['plugins']['get']('AITranslateController');if(_0x27f282['getCurrentCheckRun']())throw new ct('ai-translate-translation-already-running',this);const _0x532ab0=_0x27f282['getAvailableChecks']()['find'](_0x586852=>_0x586852['id']===_0x5463fb);if(!_0x532ab0)throw new ct('ai-translate-unknown-language',this,{'languageId':_0x5463fb});return _0x532ab0;}};export{gh as AIActions,Li as AIAdapter,ss as AIAssistant,ts as AIAssistantUI,Va as AIBalloon,ka as AIChat,er as AIChatController,ho as AIChatFeedCustomElementView,va as AIChatHistory,Oa as AIChatHistoryController,Ca as AIChatHistoryUI,Xn as AIChatInteraction,La as AIChatShortcuts,Aa as AIChatUI,xh as AICheckRunSingleRootResult,Is as AIConnector,Yn as AIContext,Cs as AIContextLibrary,fs as AICore,yn as AICoreError,vn as AIDocumentProcessingGateway,Rn as AIDocumentProcessingRunResult,tn as AIEditing,Wa as AIEditorIntegration,xn as AIErrorReporter,Nn as AIErrorSink,Tn as AIGateway,Fn as AIInteraction,Ts as AIModels,Ah as AIQuickActions,ih as AIQuickActionsUI,Vn as AIReply,Pi as AIRequestError,$h as AIReviewCheck,Uh as AIReviewCheckResult,Bh as AIReviewCheckResultChange,Fh as AIReviewCheckRun,sc as AIReviewGateway,nc as AIReviewMode,Wh as AIReviewModeController,Hh as AIReviewModeEditing,Nh as AIReviewModeUI,On as AIRunResult,Sn as AIRunSingleRootResult,gs as AITabs,_s as AITabsMainView,ls as AITabsView,rs as AITextAdapter,Da as AIToggleButtonUI,Ac as AITranslate,lc as AITranslateController,gc as AITranslateGateway,_c as AITranslateUI,as as AWSTextAdapter,os as OpenAITextAdapter,Hi as ShowAIAssistantCommand,Pa as ToggleAICommand,Hn as createResizeButton,ns as getDefaultAICommands,mn as markOperationsAsAI};
|