@ckeditor/ckeditor5-ai 47.7.0-alpha.4 → 47.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsreply.js +1 -1
  6. package/src/aiassistant/adapters/aiadapter.js +1 -1
  7. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  8. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  9. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  10. package/src/aiassistant/aiassistant.js +1 -1
  11. package/src/aiassistant/aiassistantediting.js +1 -1
  12. package/src/aiassistant/aiassistantui.js +1 -1
  13. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  14. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  15. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformview.js +1 -1
  18. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  20. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  21. package/src/aiballoon/aiballoon.js +1 -1
  22. package/src/aichat/aichat.js +1 -1
  23. package/src/aichat/aichatballoon.js +1 -1
  24. package/src/aichat/aichatcontroller.js +1 -1
  25. package/src/aichat/aichatui.js +1 -1
  26. package/src/aichat/model/aichatcontext.js +1 -1
  27. package/src/aichat/ui/aichatballoonview.js +1 -1
  28. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  29. package/src/aichat/ui/aichatheaderview.js +1 -1
  30. package/src/aichat/ui/aichatview.js +1 -1
  31. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  32. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  33. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  34. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  35. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  36. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  37. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  38. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  39. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  40. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  43. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  44. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  45. package/src/aichathistory/aichathistory.js +1 -1
  46. package/src/aichathistory/aichathistorycontroller.js +1 -1
  47. package/src/aichathistory/aichathistoryui.js +1 -1
  48. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  49. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  50. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  51. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  52. package/src/aicore/aiconnector.js +1 -1
  53. package/src/aicore/aiediting.js +1 -1
  54. package/src/aicore/model/aiinteraction.js +1 -1
  55. package/src/aicore/model/aimodels.js +1 -1
  56. package/src/aicore/model/aireply.js +1 -1
  57. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  58. package/src/aicore/pipeline/airesponseparser.js +2 -2
  59. package/src/aicore/ui/aidisclaimerview.js +1 -1
  60. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  61. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  62. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  63. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  64. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  65. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  66. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  67. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  68. package/src/aicore/utils/createresizebutton.js +1 -1
  69. package/src/aicore/utils/documentrange.js +1 -1
  70. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  71. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  72. package/src/aicore/utils/htmlparser.js +1 -1
  73. package/src/aicore/utils/htmlstreamer.js +1 -1
  74. package/src/aieditorintegration/aieditorintegration.js +1 -1
  75. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  76. package/src/aiquickactions/aiquickactions.js +1 -1
  77. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  78. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  79. package/src/aiquickactions/aiquickactionsui.js +1 -1
  80. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  81. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  82. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  83. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
  84. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
  85. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  86. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  87. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  88. package/src/aireviewcore/aireviewcoreui.js +1 -1
  89. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  90. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  91. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  92. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  93. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  94. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  95. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
  96. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  97. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  98. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  99. package/src/aireviewmode/aireviewmode.js +1 -1
  100. package/src/aireviewmode/aireviewmodeui.js +1 -1
  101. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  102. package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
  103. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  104. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  105. package/src/aitabs/aitabs.js +1 -1
  106. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  107. package/src/aitranslate/aitranslate.js +1 -1
  108. package/src/aitranslate/aitranslatecontroller.js +1 -1
  109. package/src/aitranslate/aitranslateui.js +1 -1
  110. package/src/aitranslate/model/aitranslatecheck.js +1 -1
  111. package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
  112. package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
package/dist/index.js CHANGED
@@ -20,8 +20,8 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x558b99,Command as Lt,ContextPlugin as _0x3de4b5,Editor as dt}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x16d0de,IconCheck as _0x13f61e,IconError as _0x32c77e,IconSubmit as _0x2a6e28,IconAIHistory as Nt,IconMagicWand as _0x1da90a,IconRobotPencil as _0x2fe681,IconMaximize as _0x14a2a8,IconMinimize as _0x318b82,IconShowChangesOn as _0x6ecf94,IconShowChangesOff as _0xe8e21c,IconDocument as _0x239981,IconBoxWithCross as _0x3ada2f,IconBoxWithCheck as _0x161dde,IconBoxWithMarker as _0xd1c008,IconInfo as _0x3f0ea0,IconLoupe as _0x1a07b3,IconCancel as _0x58fd68,IconStop as _0xaf27a6,IconAIChat as vt,IconPlus as _0x5deb17,IconPin as _0x194933,IconThreeHorizontalDots as _0x38a34c,IconChevronDown as _0x2d9b3b,IconChevronUp as _0x10f0b1,IconOutdated as tc,IconEye as _0x146a4f,IconEyeCrossedOut as _0x541710,IconChevronRight as _0x4df6ac,IconAIReview as _0x2dc573,IconAITranslate as _0x1cce89}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as _0x589eaf,CKEditorError as _0x54686c,ObservableMixin as ts,global as _0x4b8472,isVisible as _0x23b8f5,Rect as _0x182987,Collection as _0x207453,FocusTracker as _0x49bffd,KeystrokeHandler as _0x287999,first as _0x97da1c,logWarning as _0x73e170,logError as gt,toArray as _0x32132b,EmitterMixin as _0x12cec9,scrollViewportToShowTarget as _0x1dbe2e,scrollAncestorsToShowTarget as _0x59e8aa,ResizeObserver as _0x477005,_isMotionReduced as Rt,getConstrainedViewportRect as _0x48c4b5,DomEmitterMixin as _0x3d476c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as _0x28f204,ButtonView as _0x28db64,View as _0x25f6b6,SpinnerView as _0x39a237,IconView as _0x283d41,AutocompleteView as _0x19cfd0,ListView as _0x56abe9,ListItemGroupView as _0x4579fe,ListItemView as _0x1cf10a,ButtonLabelView as _0x594a98,FocusCycler as _0x596602,createLabeledTextarea as _0x17d079,Dialog as _0x14d881,createDropdown as _0x340743,addMenuToDropdown as _0x4397ea,MenuBarMenuView as _0x2e7068,MenuBarMenuListItemButtonView as _0x42f0b4,DialogViewPosition as _0x35a191,MenuBarMenuListView as _0x3d7509,MenuBarMenuListItemView as _0x11788c,BodyCollection as _0x74da33,BalloonPanelView as _0x132eb0,clickOutsideHandler as _0x13f50b,addListToDropdown as _0x1fdd70,UIModel as _0x173411,submitHandler as _0x3b3248,LabeledFieldView as _0x4318b8,createLabeledInputText as th,FormHeaderView as _0x214d1d,HighlightedTextView as _0x139c4b,ViewCollection as _0x3fe74c,FileDialogButtonView as _0x7b6044,InputTextView as _0x19df65,SearchTextView as _0x39747a,ListItemButtonView as _0x484834,ButtonLabelWithHighlightView as _0x4a5be9,DropdownMenuPanelPositioningFunctions as _0x20372a,BalloonToolbar as te,FormRowView as _0x273186,TextareaView as _0x247703}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x354057,ClipboardMarkersUtils as _0x352a41}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x29ed40,ViewDataTransfer as _0x1ba4cd,ViewUpcastWriter as _0x1afb2b,Matcher as _0x4c8fa8,_DetachOperation as et,_insertIntoModelNodeList as _0x203d29,_removeFromModelNodeList as to,ModelRange as it,transformOperationSets as nt,ViewDowncastWriter as Dt,ModelDocumentFragment as tt,ModelPosition as st,ModelTreeWalker as _0x18a58a,MarkerOperation as _0x3f2bd2,InsertOperation as _0x58153c}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x3dc617,escape as _0x169b70,escapeRegExp as _0x2fe64e,debounce as _0x3dc05e}from'es-toolkit/compat';import{createParser as $t}from'eventsource-parser';import{parseDocument as _0x318981}from'htmlparser2';import{isTag as _0x1415cb,findOne as yt,getParent as _0x3d07f5,findAll as _0x53d6a8,removeElement as _0x2a3aa1,replaceElement as _0x304ded,prepend as _0x17e3d4,prependChild as _0x47697d,appendChild as _0x283409,append as _0x5a8aef,find as _0x188181,isComment as _0x3604f6,getChildren as _0x3d261d,textContent as _0x63493}from'domutils';import _0x3d00aa from'dom-serializer';import{Document as Et,Element as _0x5fd8c8,Text as _0x5dcbfa,cloneNode as _0xe31279,isDocument as _0x4d2112,isText as _0x1f8133,NodeWithChildren as _0x74a3ae}from'domhandler';import{MarkdownGfmMdToHtml as _0x52bcce}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import{fixElementSuggestionRange as _0x434e3f,DocumentCompare as _0x29b670,DATA_ID_MODEL_ATTRIBUTE as Ct,ConfirmMixin as _0x4d7972,LateFocusDropdownButtonView as _0x5c73fa,getAllMarkersDomElementsSorted as _0x133f0e,SuggestionsConversion as zt,DATA_ID_VIEW_ATTRIBUTE as _0x3b8ea2,getMarkerDomElement as _0x301572}from'ckeditor5-collaboration/dist/index.js';import{cloneDeep as _0x4210b4}from'es-toolkit';import _0x5470ef from'morphdom';import{IconWeb as _0x395f9,IconClose as _0x373232,IconDocument as _0x5e59e8,IconSelection as _0x50d8ea,IconFileUpload as _0x4f5d8d,IconLink as _0x11a450,IconBulb as _0x6f2f23,IconAI as _0x187a3e,IconPreviousArrow as _0x40452e,IconCheck as _0x5d07bd,IconDocumentOutline as _0xc05306,IconPaperClip as _0xe48ba7,IconBrowseFiles as _0x5e20bd,IconDropdownArrow as _0x4f22f1,IconAIChat as _0x4e54e3,IconAIReview as _0x3f4a47,IconAITranslate as Vt,IconAIAskAI as _0x2533ea,IconThumbUp as _0x37c703,IconThumbDown as _0x4bfbd1,IconCopy as _0x1e31e5,IconShowChangesOff as _0x37b528,IconShowChangesOn as _0x477b28,IconAIQuickActions as _0x12fe1f,IconAIChatCommands as Gt,IconAIImproveWriting as Bt,IconAIContinueWriting as Ft,IconAIGrammarCheck as Wt,IconAIAdjustLength as Kt,IconAIChangeTone as Yt,IconAIOther as Jt,IconRefresh as _0x19fd2d,IconNextArrow as _0x3efd11}from'@ckeditor/ckeditor5-icons/dist/index.js';import{diffArrays as _0xaf8377}from'diff';const x='_ungrouppedCommands';function o(_0x88bbe,_0xe3fc99){const _0x588769=(0x0,_0xe3fc99['t'])('Other');return _0x88bbe['length']?'groupId'in _0x88bbe[0x0]?_0x88bbe:[{'groupId':x,'groupLabel':_0x588769,'order':0x1/0x0,'commands':_0x88bbe}]:[{'groupId':x,'groupLabel':_0x588769,'order':0x1/0x0,'commands':[]}];}const Kn=globalThis['DataTransfer'],f='ai-ui';class a extends _0x558b99{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x5c59fa}=this,_0x4a9785=['ck-fake-ai-selection'];_0x5c59fa['config']['get']('ai.assistant.useTheme')&&_0x4a9785['push']('ck-ai-assistant-ui_theme'),_0x5c59fa['conversion']['for']('editingDowncast')['markerToHighlight']({'model':f,'view':{'classes':_0x4a9785,'priority':0xc}}),_0x5c59fa['conversion']['for']('editingDowncast')['markerToElement']({'model':f,'view':(_0x544744,{writer:_0x41dbc7})=>{if(!_0x544744['markerRange']['isCollapsed'])return null;const _0x5d7287=_0x41dbc7['createUIElement']('span');return _0x41dbc7['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x5d7287),_0x5d7287;}});}['afterInit'](){!async function(_0x713be0){const _0x4ff931=_0xf46fbf([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x2a8497=0x3dffc4e1,_0x31fe4c=0x3df843b1^_0x2a8497,_0x61b7ed=window[_0xf46fbf([0x44,0x61,0x74,0x65])][_0xf46fbf([0x6e,0x6f,0x77])](),_0x5b556a=_0x713be0[_0xf46fbf([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2bb858=new window[(_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c6329=>{_0x5b556a[_0xf46fbf([0x6f,0x6e,0x63,0x65])](_0xf46fbf([0x72,0x65,0x61,0x64,0x79]),_0x4c6329);}),_0x5a6857={[_0xf46fbf([0x6b,0x74,0x79])]:_0xf46fbf([0x45,0x43]),[_0xf46fbf([0x75,0x73,0x65])]:_0xf46fbf([0x73,0x69,0x67]),[_0xf46fbf([0x63,0x72,0x76])]:_0xf46fbf([0x50,0x2d,0x32,0x35,0x36]),[_0xf46fbf([0x78])]:_0xf46fbf([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0xf46fbf([0x79])]:_0xf46fbf([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0xf46fbf([0x61,0x6c,0x67])]:_0xf46fbf([0x45,0x53,0x32,0x35,0x36])},_0x9c7572=_0x5b556a[_0xf46fbf([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xf46fbf([0x67,0x65,0x74])](_0xf46fbf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x9df4d1(){let _0x3742ef,_0x17f695=null,_0x38ff9b=null;try{if(_0x9c7572==_0xf46fbf([0x47,0x50,0x4c]))return _0xf46fbf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3742ef=_0x347bc4(),!_0x3742ef)return _0xf46fbf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3742ef[_0xf46fbf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x38ff9b=_0xb7ad28(_0x3742ef[_0xf46fbf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3742ef[_0xf46fbf([0x6a,0x74,0x69])])),await _0x8c9c26()?_0x438e3a()?_0x3ab38f()?_0xf46fbf([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x15f6ca()?(_0x3742ef[_0xf46fbf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xf46fbf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x17f695=_0x25bb25(_0xf46fbf([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x308881()):_0xf46fbf([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xf46fbf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xf46fbf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xf46fbf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ab38f(){const _0x449485=[_0xf46fbf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xf46fbf([0x74,0x72,0x69,0x61,0x6c])][_0xf46fbf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3742ef[_0xf46fbf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x61b7ed/0x3e8:0xe10*_0x31fe4c;return _0x3742ef[_0xf46fbf([0x65,0x78,0x70])]<_0x449485;}function _0x438e3a(){const _0x22d7a6=_0x3742ef[_0xf46fbf([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x22d7a6&&(!!_0x22d7a6[_0xf46fbf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf46fbf([0x2a]))||!!_0x22d7a6[_0xf46fbf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf46fbf([0x41,0x49])));}function _0x15f6ca(){const _0x53eaad=_0x3742ef[_0xf46fbf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x53eaad||0x0==_0x53eaad[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2bf52a}=new URL(window[_0xf46fbf([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x53eaad[_0xf46fbf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2bf52a))return!0x0;const _0x52037b=_0x2bf52a[_0xf46fbf([0x73,0x70,0x6c,0x69,0x74])](_0xf46fbf([0x2e]));return _0x53eaad[_0xf46fbf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xbc2d56=>_0xbc2d56[_0xf46fbf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf46fbf([0x2a])))[_0xf46fbf([0x6d,0x61,0x70])](_0x401b58=>_0x401b58[_0xf46fbf([0x73,0x70,0x6c,0x69,0x74])](_0xf46fbf([0x2e])))[_0xf46fbf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2ae50d=>_0x2ae50d[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x52037b[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xf46fbf([0x6d,0x61,0x70])](_0x9b3cf0=>Array(_0x52037b[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x9b3cf0[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xf46fbf([0x66,0x69,0x6c,0x6c])](_0x9b3cf0[0x0]===_0xf46fbf([0x2a])?_0xf46fbf([0x2a]):'')[_0xf46fbf([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x9b3cf0))[_0xf46fbf([0x73,0x6f,0x6d,0x65])](_0x4cadbe=>_0x52037b[_0xf46fbf([0x65,0x76,0x65,0x72,0x79])]((_0x1b8fd7,_0x45f818)=>_0x4cadbe[_0x45f818]===_0x1b8fd7||_0x4cadbe[_0x45f818]===_0xf46fbf([0x2a])));}function _0x308881(){return _0x17f695&&_0x38ff9b?new window[(_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x536201,_0x5c1b96)=>{_0x17f695[_0xf46fbf([0x74,0x68,0x65,0x6e])](_0x536201,_0x5c1b96),_0x38ff9b[_0xf46fbf([0x74,0x68,0x65,0x6e])](_0x1d4307=>{_0x1d4307!=_0xf46fbf([0x56,0x61,0x6c,0x69,0x64])&&_0x536201(_0x1d4307);},_0x5c1b96);}):_0x17f695||_0x38ff9b||_0xf46fbf([0x56,0x61,0x6c,0x69,0x64]);}}function _0xb7ad28(_0x5532a6,_0x556b13){return new window[(_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b80d4=>{if(_0x48e63e())return _0x4b80d4(_0xf46fbf([0x56,0x61,0x6c,0x69,0x64]));_0x258cea(),_0x5b556a[_0xf46fbf([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xf46fbf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x92041=!0x1;const _0x11ae51=_0x589eaf();function _0x13539c(_0x329667){return!!_0x329667&&(typeof _0x329667===_0xf46fbf([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x329667===_0xf46fbf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x329667[_0xf46fbf([0x74,0x68,0x65,0x6e])]===_0xf46fbf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x329667[_0xf46fbf([0x63,0x61,0x74,0x63,0x68])]===_0xf46fbf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x31e579(_0x30c6b6){_0x5cc64c(_0x30c6b6)[_0xf46fbf([0x74,0x68,0x65,0x6e])](_0x2120a6=>{if(!_0x2120a6||_0x2120a6[_0xf46fbf([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xf46fbf([0x6f,0x6b]))return _0xf46fbf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x333f12(_0x52c203(_0x11ae51+_0x556b13))!=_0x2120a6[_0xf46fbf([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xf46fbf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xf46fbf([0x56,0x61,0x6c,0x69,0x64]);})[_0xf46fbf([0x74,0x68,0x65,0x6e])](_0x348137=>(_0x1ee340(),_0x348137),()=>{const _0x3df610=_0x43346c();return null==_0x3df610?(_0x1ee340(),_0xf46fbf([0x56,0x61,0x6c,0x69,0x64])):_0xf46fbf(_0x61b7ed-_0x3df610>(0x19f340e1^_0x2a8497)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xf46fbf([0x74,0x68,0x65,0x6e])](_0x4b80d4)[_0xf46fbf([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4b80d4(_0xf46fbf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x80e0a2=0x3dc92a61^_0x2a8497;function _0x1ee340(){const _0x364594=_0xf46fbf([0x6c,0x6c,0x63,0x74,0x2d])+_0x333f12(_0x52c203(_0x5532a6)),_0x2a8a83=_0x4024fb(_0x333f12(window[_0xf46fbf([0x4d,0x61,0x74,0x68])][_0xf46fbf([0x63,0x65,0x69,0x6c])](_0x61b7ed/_0x80e0a2)));window[_0xf46fbf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xf46fbf([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x364594,_0x2a8a83);}function _0x43346c(){const _0x46c08d=_0xf46fbf([0x6c,0x6c,0x63,0x74,0x2d])+_0x333f12(_0x52c203(_0x5532a6)),_0x2968f3=window[_0xf46fbf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xf46fbf([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46c08d);return _0x2968f3?window[_0xf46fbf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4024fb(_0x2968f3),0x10)*_0x80e0a2:null;}function _0x5cc64c(_0x5c8c42){return new window[(_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x568fd6,_0x397a15)=>{_0x5c8c42[_0xf46fbf([0x74,0x68,0x65,0x6e])](_0x568fd6,_0x397a15),window[_0xf46fbf([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x397a15,0x3dfe1021^_0x2a8497);});}}_0x5b556a[_0xf46fbf([0x6f,0x6e])](_0xf46fbf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x53bb9f,_0x39d448)=>{if(_0x39d448[0x0]!=_0x5532a6)return _0x4b80d4(_0xf46fbf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x39d448[0x1]={..._0x39d448[0x1],[_0xf46fbf([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x11ae51};},{[_0xf46fbf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xf46fbf([0x68,0x69,0x67,0x68])}),_0x5b556a[_0xf46fbf([0x6f,0x6e])](_0xf46fbf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1610b7=>{_0x13539c(_0x1610b7[_0xf46fbf([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x92041=!0x0,_0x31e579(_0x1610b7[_0xf46fbf([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xf46fbf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xf46fbf([0x6c,0x6f,0x77])}),_0x2bb858[_0xf46fbf([0x74,0x68,0x65,0x6e])](()=>{_0x92041||_0x4b80d4(_0xf46fbf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x48e63e(){return _0x5b556a[_0xf46fbf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf46fbf([0x76,0x69,0x65,0x77])][_0xf46fbf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xf46fbf([0x61,0x75,0x74,0x6f]);}function _0x258cea(){_0x5b556a[_0xf46fbf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xf46fbf([0x76,0x69,0x65,0x77])][_0xf46fbf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xf46fbf([0x61,0x75,0x74,0x6f]);}}function _0x25bb25(_0x52fb94){const _0x253a9e=[new window[(_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1330fb=>setTimeout(_0x1330fb,0x3df6fa2d^_0x2a8497)),_0x2bb858[_0xf46fbf([0x74,0x68,0x65,0x6e])](()=>new window[(_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f98fd=>{let _0x481ad8=0x0;_0x5b556a[_0xf46fbf([0x6d,0x6f,0x64,0x65,0x6c])][_0xf46fbf([0x6f,0x6e])](_0xf46fbf([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x198aaf,_0x4298d4)=>{_0x4298d4[0x0][_0xf46fbf([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x481ad8++,_0x481ad8==(0x3dffc109^_0x2a8497)&&(_0x1f98fd(),_0x198aaf[_0xf46fbf([0x6f,0x66,0x66])]());});}))];return window[_0xf46fbf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xf46fbf([0x72,0x61,0x63,0x65])](_0x253a9e)[_0xf46fbf([0x74,0x68,0x65,0x6e])](()=>_0x52fb94);}async function _0x59123f(){await _0x2bb858,_0x5b556a[_0xf46fbf([0x6d,0x6f,0x64,0x65,0x6c])][_0xf46fbf([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x27a7a2,_0x5b556a[_0xf46fbf([0x6d,0x6f,0x64,0x65,0x6c])][_0xf46fbf([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x27a7a2,_0x5b556a[_0xf46fbf([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xf46fbf([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x6aa098(_0x3d2715){const _0x2cde4e=_0xc9e982();_0x5b556a[_0x2cde4e]=_0xf46fbf([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3d2715,_0x3d2715!=_0xf46fbf([0x56,0x61,0x6c,0x69,0x64])&&_0x59123f();}function _0xc9e982(){const _0x4c5965=window[_0xf46fbf([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xf46fbf([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xf46fbf([0x6e,0x6f,0x77])]())[_0xf46fbf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xf46fbf([0x2e]),'');let _0x2f6bcd=_0xf46fbf([0x6e]);for(let _0x1db02f=0x0;_0x1db02f<_0x4c5965[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1db02f+=0x2){let _0x3db3ed=window[_0xf46fbf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4c5965[_0xf46fbf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1db02f,_0x1db02f+0x2));_0x3db3ed>=_0x4ff931[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3db3ed-=_0x4ff931[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2f6bcd+=_0x4ff931[_0x3db3ed];}return _0x2f6bcd;}function _0x347bc4(){const _0x3d4776=_0x9c7572[_0xf46fbf([0x73,0x70,0x6c,0x69,0x74])](_0xf46fbf([0x2e]));if(0x3!=_0x3d4776[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1b3c3d(_0x3d4776[0x1]);function _0x1b3c3d(_0xda765a){const _0x4a667c=_0x10580e(_0xda765a);return _0x4a667c&&_0x31bdaa()?_0x4a667c:null;function _0x31bdaa(){const _0xfae25d=_0x4a667c[_0xf46fbf([0x6a,0x74,0x69])],_0x259dd6=window[_0xf46fbf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xfae25d[_0xf46fbf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xfae25d[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xcfedc4={..._0x4a667c,[_0xf46fbf([0x6a,0x74,0x69])]:_0xfae25d[_0xf46fbf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xfae25d[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xcfedc4[_0xf46fbf([0x76,0x63])],_0x52c203(_0xcfedc4)==_0x259dd6;}}}async function _0x8c9c26(){let _0x581ee8=!0x0;try{const _0x185018=_0x9c7572[_0xf46fbf([0x73,0x70,0x6c,0x69,0x74])](_0xf46fbf([0x2e])),[_0x5c1a7c,_0x599c2e,_0x14e41c]=_0x185018;return _0x3ca890(_0x5c1a7c),await _0x224619(_0x5c1a7c,_0x599c2e,_0x14e41c),_0x581ee8;}catch{return!0x1;}function _0x3ca890(_0x99186d){const _0x4e43e9=_0x10580e(_0x99186d);_0x4e43e9&&_0x4e43e9[_0xf46fbf([0x61,0x6c,0x67])]==_0xf46fbf([0x45,0x53,0x32,0x35,0x36])||(_0x581ee8=!0x1);}async function _0x224619(_0x539ae5,_0xc3f629,_0x4c7e84){const _0x126173=window[_0xf46fbf([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xf46fbf([0x66,0x72,0x6f,0x6d])](_0x58589f(_0x4c7e84),_0x4d034e=>_0x4d034e[_0xf46fbf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x52c243=new window[(_0xf46fbf([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xf46fbf([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x539ae5+_0xf46fbf([0x2e])+_0xc3f629),_0x33f740=window[_0xf46fbf([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xf46fbf([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x33f740)return;const _0x3b712d=await _0x33f740[_0xf46fbf([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xf46fbf([0x6a,0x77,0x6b]),_0x5a6857,{[_0xf46fbf([0x6e,0x61,0x6d,0x65])]:_0xf46fbf([0x45,0x43,0x44,0x53,0x41]),[_0xf46fbf([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xf46fbf([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xf46fbf([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x33f740[_0xf46fbf([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xf46fbf([0x6e,0x61,0x6d,0x65])]:_0xf46fbf([0x45,0x43,0x44,0x53,0x41]),[_0xf46fbf([0x68,0x61,0x73,0x68])]:{[_0xf46fbf([0x6e,0x61,0x6d,0x65])]:_0xf46fbf([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3b712d,_0x126173,_0x52c243)||(_0x581ee8=!0x1);}}function _0x10580e(_0x1e7fdf){return _0x1e7fdf[_0xf46fbf([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xf46fbf([0x65,0x79]))?JSON[_0xf46fbf([0x70,0x61,0x72,0x73,0x65])](_0x58589f(_0x1e7fdf)):null;}function _0x58589f(_0x49b48d){return window[_0xf46fbf([0x61,0x74,0x6f,0x62])](_0x49b48d[_0xf46fbf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xf46fbf([0x2b]))[_0xf46fbf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xf46fbf([0x2f])));}function _0x52c203(_0xa83b2){let _0x2b1f08=0x1505;function _0x5b8342(_0x5239ba){for(let _0xab1d4=0x0;_0xab1d4<_0x5239ba[_0xf46fbf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xab1d4++){const _0x5e1bdc=_0x5239ba[_0xf46fbf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xab1d4);_0x2b1f08=(_0x2b1f08<<0x5)+_0x2b1f08+_0x5e1bdc,_0x2b1f08&=_0x2b1f08;}}function _0x51cf65(_0x57a3fd){Array[_0xf46fbf([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x57a3fd)?_0x57a3fd[_0xf46fbf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x51cf65):_0x57a3fd&&typeof _0x57a3fd==_0xf46fbf([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xf46fbf([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x57a3fd)[_0xf46fbf([0x73,0x6f,0x72,0x74])]()[_0xf46fbf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3261dd,_0x54c822])=>{_0x5b8342(_0x3261dd),_0x51cf65(_0x54c822);}):_0x5b8342(window[_0xf46fbf([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x57a3fd));}return _0x51cf65(_0xa83b2),_0x2b1f08>>>0x0;}function _0x333f12(_0x24fa68){return _0x24fa68[_0xf46fbf([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xf46fbf([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xf46fbf([0x30]));}function _0x4024fb(_0x3d6d26){return _0x3d6d26[_0xf46fbf([0x73,0x70,0x6c,0x69,0x74])]('')[_0xf46fbf([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xf46fbf([0x6a,0x6f,0x69,0x6e])]('');}function _0x27a7a2(){}function _0xf46fbf(_0x576357){return _0x576357['map'](_0x5a331c=>String['fromCharCode'](_0x5a331c))['join']('');}_0x6aa098(await _0x9df4d1());}(this);}['showFakeVisualSelection'](){const _0x850c18=this['editor']['model'];_0x850c18['change'](_0x4f5e4e=>{const _0x552503=_0x850c18['document']['selection']['getRanges']();let _0x3247c3=0x0;for(const _0x5c035c of _0x552503){const _0x263922=f+':'+_0x3247c3;if(_0x850c18['markers']['has'](_0x263922))_0x4f5e4e['updateMarker'](_0x263922,{'range':_0x5c035c});else{if(_0x5c035c['start']['isAtEnd']){const _0xb7e4a4=_0x5c035c['start']['getLastMatchingPosition'](({item:_0x2548ce})=>!_0x850c18['schema']['isContent'](_0x2548ce),{'boundaries':_0x5c035c});_0x4f5e4e['addMarker'](_0x263922,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4f5e4e['createRange'](_0xb7e4a4,_0x5c035c['end'])});}else _0x4f5e4e['addMarker'](_0x263922,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5c035c});}_0x3247c3++;}});}['hideFakeVisualSelection'](){const _0x2a1285=this['editor']['model'],_0x830946=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](f));_0x830946['length']&&_0x2a1285['change'](_0x276192=>{_0x830946['forEach'](_0xc74966=>{_0x276192['removeMarker'](_0xc74966);});});}['insertContent'](_0x2db8f4,_0x430992){const _0x235989=this['_getAISelection'](),_0x235626=_0x430992||_0x235989['getFirstRange']();this['editor']['model']['canEditAt'](_0x235626)&&this['editor']['model']['change'](_0x1e9e2d=>{this['hideFakeVisualSelection'](),_0x430992||this['_resetContentOfSelectedTableCells'](_0x1e9e2d,_0x235989),this['_pasteHTMLUsingClipboard']({'insertAt':_0x235626,'writer':_0x1e9e2d,'html':_0x2db8f4});});}['insertContentBelow'](_0x55eedd){const {model:_0x90a09}=this['editor'],_0x10958f=this['_getAISelection']();_0x90a09['change'](()=>{const _0x20e64b=this['_prepareTableInsertBelowPosition'](_0x55eedd,_0x10958f)||this['_getDefaultInsertBelowPosition'](_0x10958f);this['insertContent'](_0x55eedd,_0x20e64b);});}['_getAISelection'](){const _0x33aa47=this['editor']['model'],_0x3e56f2=Array['from'](_0x33aa47['markers']['getMarkersGroup'](f))['map'](_0x5515e6=>_0x5515e6['getRange']());return _0x33aa47['createSelection'](_0x3e56f2);}['_pasteHTMLUsingClipboard']({writer:_0x4dd4b6,html:_0x451b1e,insertAt:_0x3464cf}){const {view:_0x14facb}=this['editor']['editing'],_0x1ff6dd=this['editor']['plugins']['get'](_0x354057),_0x562d9e=new Kn();_0x562d9e['setData']('text/html',_0x451b1e);const _0x20b3bb=new ClipboardEvent('paste',{'clipboardData':_0x562d9e}),_0x3ffa87=new _0x29ed40(_0x14facb,_0x20b3bb,{'dataTransfer':new _0x1ba4cd(_0x562d9e)});_0x4dd4b6['setSelection'](_0x3464cf);const _0xda7c50=(_0x5f1f28,_0x1498cd)=>{_0x1498cd['resultRange']&&_0x4dd4b6['setSelection'](_0x1498cd['resultRange']);};_0x1ff6dd['once']('contentInsertion',_0xda7c50,{'priority':'lowest'}),_0x14facb['document']['fire']('paste',_0x3ffa87),_0x1ff6dd['off']('contentInsertion',_0xda7c50);}['_getDefaultInsertBelowPosition'](_0x3315f1){const {model:_0x18f026}=this['editor'],_0x49ed7b=Array['from'](_0x3315f1['getSelectedBlocks']());return _0x49ed7b['length']?_0x18f026['createPositionAfter'](_0x49ed7b['pop']()):_0x3315f1['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x3aff68,_0x4ff550){const {model:_0x2648a1,plugins:_0x17891d}=this['editor'];if(_0x17891d['has']('TableUtils')){const _0x2ec892=_0x17891d['get']('TableUtils')['getSelectedTableCells'](_0x4ff550);if(_0x2ec892['length']){const _0x32f286=this['_getTableRowCountFromContent'](_0x3aff68),_0x421f86=this['_createEmptyTableRows'](_0x2ec892,_0x32f286);return _0x2648a1['createPositionAt'](_0x421f86,0x0);}}return null;}['_getTableRowCountFromContent'](_0xa997ce){const _0x559566=this['editor']['plugins']['get']('TableUtils'),_0x474556=this['editor']['data']['parse'](_0xa997ce),_0x4f7d82=Array['from'](_0x474556['getChildren']())['filter'](_0xc66c8b=>_0xc66c8b['is']('element','table'));let _0x55763c=0x0;return _0x4f7d82['forEach'](_0x48c519=>{_0x55763c+=_0x559566['getRows'](_0x48c519);}),_0x55763c;}['_createEmptyTableRows'](_0x33e7d7,_0x4307ab){const _0x4a8874=this['editor']['plugins']['get']('TableUtils'),_0x5d2981=_0x4a8874['getRowIndexes'](_0x33e7d7),_0x120f5c=_0x4a8874['getColumnIndexes'](_0x33e7d7),_0x5d2da7=_0x5d2981['last']+0x1,_0x5c1474=_0x120f5c['first'],_0x43655d=_0x33e7d7[0x0]['findAncestor']('table');for(let _0x28ad62=0x0;_0x28ad62<_0x4307ab;_0x28ad62++)_0x4a8874['insertRows'](_0x43655d,{'at':_0x5d2da7});return _0x43655d['getChild'](_0x5d2da7)['getChild'](_0x5c1474);}['_resetContentOfSelectedTableCells'](_0x58de5c,_0x1d9e59){const {plugins:_0x1b3c9c}=this['editor'],{model:_0x4a1d05}=_0x58de5c;if(!_0x1b3c9c['has']('TableUtils'))return;_0x1b3c9c['get']('TableUtils')['getSelectedTableCells'](_0x1d9e59)['length']&&_0x4a1d05['deleteContent'](_0x1d9e59);}}class K extends _0x558b99{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new _0x54686c('aiadapter-text-adapter-not-set',null);}}class er extends Error{constructor(_0x1aa146){super(_0x1aa146),this['name']='AIRequestError';}}function Wn(_0x2e7241,_0x3050dc,_0x2dadb8){const t=_0x2e7241['t'];switch(_0x3050dc){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',_0x2dadb8);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x2dadb8);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'},_0x2dadb8);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 _0x3050dc;}}class E extends Lt{['_commandDefinitions'];constructor(_0x54c7a3,_0x274052){super(_0x54c7a3),this['_commandDefinitions']=_0x274052,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x522b69,_0x2be522,_0x41f491)=>{this['isEnabled']&&(this['enabledCommandsIds']=ns(this['_commandDefinitions'],_0x41f491));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x6e0602,_0x1c44eb,_0x304211)=>{this['enabledCommandsIds']=_0x304211?ns(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x343972=this['editor']['model'];this['_hasContext']=function(_0x59291d){const _0x45696e=_0x59291d['document']['selection'];return _0x45696e['isCollapsed']?0x0!==[..._0x45696e['getSelectedBlocks']()]['length']&&![..._0x45696e['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x59291d['hasContent'](_0x45696e['getFirstRange']());}(_0x343972);const _0x59fe31=_0x343972['document']['selection'],_0x495a69=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0xa91a8a of _0x59fe31['getRanges']())for(const _0x1420fb of _0xa91a8a['getItems']())if(_0x1420fb['is']('element')&&_0x495a69['includes'](_0x1420fb['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x108e7e='',_0xa5e491='',_0x545f85='custom'){this['editor']['plugins']['get'](n)['showUI'](_0x108e7e,_0xa5e491,_0x545f85);}}function ns(_0x4e8726,_0x54638d){const _0x19530e=new Set();for(const _0x4d39a2 of _0x4e8726['values']())(_0x54638d||!0x1===_0x4d39a2['requiresContent'])&&_0x19530e['add'](_0x4d39a2['id']);return Array['from'](_0x19530e);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class j extends/* #__PURE__ -- @preserve */
24
- ts(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x4a1546,_0x1f9823,_0x3b1594){super(),this['editor']=_0x4a1546,this['textAdapter']=_0x1f9823,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x3b1594,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x7cf487,_0x1124d5,_0x15fab2)=>{this['view']['value']=this['_sanitizeHTML'](_0x15fab2);}),this['listenTo'](this['view'],'submitPrompt',(_0x56d22f,_0x4e734f)=>{const _0x261daf=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x4e734f,_0x261daf,'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:_0x2e97e6,query:_0x57efa5,htmlContent:_0x21d197,label:_0x319d7a,mainActionLabel:_0x47ca08}){this['view']['prompt']=_0x319d7a,this['view']['mainAction']=_0x47ca08,this['initialContext']=_0x21d197,_0x57efa5&&(this['view']['isRendered']?this['_handleQuery'](_0x57efa5,_0x21d197,_0x2e97e6,_0x319d7a):this['view']['once']('render',()=>{this['_handleQuery'](_0x57efa5,_0x21d197,_0x2e97e6,_0x319d7a);}));}['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'](_0x23b527,_0x220182,_0x53d0f6,_0x3f0ea8){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x220182,this['previousQuery']=_0x23b527,this['previousLabel']=_0x3f0ea8||_0x23b527,this['previousActionId']=_0x53d0f6,new Promise(_0x41a4ab=>{this['textAdapter']['makeRequest']({'query':_0x23b527,'context':_0x220182,'onData':_0x243a7c=>{this['currentResponse']=_0x243a7c,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x53d0f6})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0xbcf346=>{_0xbcf346 instanceof er?this['view']['handleError'](_0xbcf346['message']):this['view']['handleError'](),_0x41a4ab();})['finally'](()=>{this['stopProcessing'](),_0x41a4ab();});});}['_parseAndNormalizeContent'](_0x669088,_0x52e7f6=!0x1){const _0x2a1546=hs['exec'](_0x669088);_0x669088=_0x2a1546?_0x669088['substring'](_0x2a1546[0x1]['length']):_0x669088['length']<0x64&&!_0x52e7f6?'':this['_stripMarkdownSyntax'](_0x669088);const _0x26805b=this['_domParser']['parseFromString'](_0x669088,'text/html');if(_0x2a1546){const _0x1c71d4=Array['from'](_0x26805b['body']['childNodes']);_0x1c71d4['reverse']();for(const _0x588edd of _0x1c71d4){if(_0x588edd['nodeType']==Node['ELEMENT_NODE'])break;_0x588edd['remove']();}}const _0x170dcb=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x26805b['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x170dcb);const _0x2642b3=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x2aa040=this['editor']['data']['toModel'](_0x170dcb);return _0x2642b3||_0x2aa040['markers']['clear'](),this['editor']['data']['stringify'](_0x2aa040);}['_normalizeResponseHeadings'](_0x441214){const _0x4a3941=new _0x1afb2b(this['editor']['editing']['view']['document']),_0x5101d5=new _0x4c8fa8({'name':/^h[1-5]$/}),_0x13bfea=[];let _0x211727=!0x1;for(const _0x1740d4 of _0x441214)_0x1740d4['is']('element')&&_0x5101d5['match'](_0x1740d4)&&(_0x13bfea['push'](_0x1740d4),'h1'==_0x1740d4['name']&&(_0x211727=!0x0));if(_0x211727){for(const _0x25014c of _0x13bfea)_0x4a3941['rename']('h'+(parseInt(_0x25014c['name'][0x1])+0x1),_0x25014c);}}['_isH1TagSupportEnabled'](){const {data:_0xae192b,editing:_0x202eca}=this['editor'],_0x5b1ad8=_0xae192b['htmlProcessor']['toView']('<h1></h1>'),_0x4c4ab5=_0xae192b['toView'](_0xae192b['toModel'](_0x5b1ad8));return!!_0x202eca['view']['domConverter']['viewToDom'](_0x4c4ab5)['querySelector']('h1');}['_sanitizeHTML'](_0x225a90){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x225a90),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x8ecd20){const _0x5b8986=_0x8ecd20['trim']();return _0x5b8986['startsWith']('```html')?_0x5b8986['endsWith']('```')?_0x5b8986['substring'](0x7,_0x5b8986['length']-0x3):_0x5b8986['substring'](0x7):_0x8ecd20;}}const _={'REPLACE':'replace','INSERT':'insert'};class Ar extends _0x28f204{constructor(_0x557200){super(_0x557200),this['set']('isVisible',!0x1),this['set']('mainAction',_['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x1bbdd6=>Wn(_0x557200,'AI_'+_0x1bbdd6['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Wn(_0x557200,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Wn(_0x557200,'Try\x20again')),this['stopButton']=this['_createButton'](Wn(_0x557200,'Stop'));const _0x42f01e=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x42f01e['if']('isVisible','ck-hidden',_0x294225=>!_0x294225)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x5f864c,_0x316fb0){const _0x2f9ba0=new _0x28db64(this['locale']);return _0x2f9ba0['set']({'label':_0x5f864c,'class':_0x316fb0||'','isVisible':!0x0,'withText':!0x0}),_0x2f9ba0;}}class Pr extends _0x25f6b6{['contentFieldView'];['copyButtonView'];constructor(_0x2a897a,_0x3e8008=''){super(_0x2a897a),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x35fed=this['bindTemplate'];this['contentFieldView']=new Yn(_0x2a897a,_0x3e8008),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x35fed['if']('isVisible','ck-hidden',_0x2924e4=>!_0x2924e4)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x35fed['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 _0x2230b0=!0x1;this['on']('change:value',(_0x35e09e,_0x29b1ea,_0x65b37f)=>{const _0x5eefaf=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x65b37f),this['isProcessing']&&_0x5eefaf&&!_0x2230b0&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x129985,_0x40af12,_0xa7ca6f)=>{_0x2230b0=!0x1,_0xa7ca6f?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x2230b0=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x2230b0=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x29ca89=this['locale'],_0x153596=new _0x28db64(this['locale']),_0x345228='ck-ai-form__copy-button';return _0x153596['set']({'label':Wn(_0x29ca89,'Copy'),'icon':_0x16d0de,'class':_0x345228,'tooltip':!0x0}),_0x153596['bind']('isVisible')['to'](this,'value',_0x3a3a1f=>!!_0x3a3a1f),_0x153596['bind']('isEnabled')['to'](this,'isProcessing',_0x3842d0=>!_0x3842d0),_0x153596['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x153596['icon']=_0x13f61e,_0x153596['class']=_0x345228+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x153596['icon']=_0x16d0de,_0x153596['class']=_0x345228;},0x3e8);}),_0x153596;}['_copyHTMLToClipboard'](_0x45aba8){const {window:_0x40861b,document:_0x15cdcb}=_0x4b8472;if(_0x40861b['ClipboardItem']){const {Blob:_0x490c7a,ClipboardItem:_0x4e868b}=_0x40861b,_0x48e3c3=[new _0x4e868b({'text/html':new _0x490c7a([_0x45aba8['innerHTML']],{'type':'text/html'}),'text/plain':new _0x490c7a([_0x45aba8['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x48e3c3);}else{const _0x4ebf28=_0x15cdcb['createElement']('div');_0x4ebf28['style']['position']='absolute',_0x4ebf28['style']['left']='-9999px',_0x4ebf28['innerHTML']='<span>[</span>'+_0x45aba8['innerHTML']+'<span>]</span>',_0x15cdcb['body']['appendChild'](_0x4ebf28);const _0x1d5dd0=_0x15cdcb['createRange']();_0x1d5dd0['setStartAfter'](_0x4ebf28['firstElementChild']),_0x1d5dd0['setEndBefore'](_0x4ebf28['lastElementChild']);const _0x45f1c2=_0x40861b['getSelection']();_0x45f1c2['removeAllRanges'](),_0x45f1c2['addRange'](_0x1d5dd0),_0x15cdcb['execCommand']('copy'),_0x4ebf28['remove']();}}}class Yn extends _0x25f6b6{constructor(_0x58cb47,_0xa74124=''){super(_0x58cb47),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0xa74124,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x22b81a){this['element']['innerHTML']=_0x22b81a;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0xd1611e=new _0x25f6b6(),_0x3d9bc8=this['locale'],_0x101961=new _0x39a237();return _0x101961['isVisible']=!0x0,_0xd1611e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x101961,{'text':Wn(_0x3d9bc8,'AI\x20is\x20writing...')}]}),_0xd1611e['render'](),_0xd1611e;}}class Vr extends _0x25f6b6{constructor(_0x4631c1,_0x4b9fab=''){super(_0x4631c1);const _0x335799=new _0x283d41(),_0x10e08e=this['bindTemplate'];this['set']('text',_0x4b9fab),_0x335799['content']=_0x32c77e,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x335799,{'text':_0x10e08e['to']('text')}]});}}class Cr extends _0x19cfd0{['submitButtonView'];['showHistoryButtonView'];constructor(_0x238061,_0x7f3446){super(_0x238061,_0x7f3446),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',(_0x17cb09,_0x43f7ad)=>{_0x17cb09['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x43f7ad());});}['_createSubmitButton'](){const _0x2b96e3=new _0x28db64(this['locale']),_0x3f8b9a=this['locale'];return _0x2b96e3['set']({'icon':_0x2a6e28,'label':Wn(_0x3f8b9a,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x2b96e3['on']('execute',()=>{this['submit']();}),_0x2b96e3['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x12e41b,_0x19817d)=>!_0x12e41b&&_0x19817d),_0x2b96e3;}['_createShowHistoryButton'](){const _0x18faa1=new _0x28db64(this['locale']),_0x256a8=this['resultsView'],_0x2e1ca3=this['locale'];_0x18faa1['set']({'label':Wn(_0x2e1ca3,'History'),'withText':!0x1,'icon':Nt,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x18faa1['bind']('isOn')['to'](_0x256a8,'isVisible'),_0x18faa1['bind']('isEnabled')['to'](this,'isEnabled'),_0x18faa1['on']('execute',()=>{_0x256a8['isVisible']=!_0x256a8['isVisible'],_0x256a8['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x3e5c3b=()=>{_0x4b8472['window']['requestAnimationFrame'](()=>{if(_0x23b8f5(this['element'])){const _0x5098ae=new _0x182987(this['queryView']['fieldView']['element']),_0x453b67=_0x5098ae['width'],_0x1f1092='rtl'===_0x2e1ca3['uiLanguageDirection']?'left':'right';_0x5098ae['excludeScrollbarsAndBorders'](),_0x18faa1['element']['style'][_0x1f1092]=_0x453b67-_0x5098ae['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x3e5c3b),this['on']('render',_0x3e5c3b),_0x18faa1;}['submit'](){const _0x574183=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x574183);}['focus'](_0x571a29){-0x1===_0x571a29?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class Hr extends _0x56abe9{['historyGroupView'];['clearHistoryButton'];constructor(_0x5ba28f){super(_0x5ba28f),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new _0x4579fe(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Wn(_0x5ba28f,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x2059f6=0x0;for(const _0x3df8bf of this['items'])_0x2059f6+=_0x3df8bf['items']['length'];return{'resultsCount':_0x2059f6,'totalItemsCount':_0x2059f6};}['_createClearHistoryButton'](){const _0x56adca=this['locale'],_0x148995=new _0x28db64(this['locale']);return _0x148995['set']({'label':'('+Wn(_0x56adca,'Clear')+')','withText':!0x0}),_0x148995['on']('execute',()=>this['fire']('clearHistory')),_0x148995;}}class Rr extends _0x1cf10a{constructor(_0x2d2a24){super();const _0x54184b=new _0x594a98(),_0x528d45=new _0x28db64(this['locale'],_0x54184b);this['children']['add'](_0x528d45),_0x528d45['set']({'label':_0x2d2a24['prompt'],'withText':!0x0}),_0x528d45['on']('execute',()=>{this['fire']('execute',{'value':_0x3dc617(_0x2d2a24['prompt'])});});}}const So='CKEditor/AIFormView/PromptHistory';class Br extends _0x207453{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x333036,_0x2039cd)=>{const _0x8173ed=go(_0x2039cd['prompt']);for(const _0x2bfa97 of this)if(_0x2bfa97!=_0x2039cd&&go(_0x2bfa97['prompt'])===_0x8173ed){this['remove'](_0x2bfa97);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x503786=sessionStorage['getItem'](So)||'[]';this['addMany'](JSON['parse'](_0x503786));}['_saveToSessionStorage'](){sessionStorage['setItem'](So,JSON['stringify'](this['map'](_0x37f0ca=>_0x37f0ca)));}}function go(_0xcf48c1){return _0xcf48c1['toLowerCase']()['trim']();}class k extends _0x25f6b6{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x34d40e,_0x979895,_0x5d20c0=''){super(_0x34d40e),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',_['REPLACE']),this['_promptHistory']=new Br(),this['errorView']=new Vr(_0x34d40e),this['contentArea']=new Pr(_0x34d40e,_0x5d20c0),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 _0x49bffd(),this['keystrokes']=new _0x287999(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new _0x596602({'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 _0x513213=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x979895],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x513213['if']('isError','ck-hidden',_0x661d5c=>!_0x661d5c)]},'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'](_0x10c19b=0x1){-0x1===_0x10c19b?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 _0x29b614=this['locale'],_0x4c281f=new Cr(_0x29b614,{'queryView':{'label':Wn(_0x29b614,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x17d079,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Wn(_0x29b614,'Empty\x20history'),'secondary':Wn(_0x29b614,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x4c281f['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x3e0d24,_0x172222)=>_0x3e0d24&&!_0x172222),this['listenTo'](_0x4c281f,'submit',(_0x587932,_0x5f5a9c)=>{this['prompt']=_0x5f5a9c;const _0x5ab095=_0x169b70(_0x5f5a9c);this['fire']('submitPrompt',_0x5ab095),_0x5f5a9c['trim']()&&this['_promptHistory']['add']({'prompt':_0x5ab095},0x0);},{'priority':'high'}),_0x4c281f;}['_createHistoryView'](){const _0x2532f5=new Hr(this['locale']);return _0x2532f5['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Rr),_0x2532f5['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x2532f5;}['_createToolbar'](){const _0x59eafe=new Ar(this['locale']);return _0x59eafe['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x365252,_0x1fa64a,_0x54ab12)=>_0x365252&&!_0x1fa64a&&!!_0x54ab12),_0x59eafe['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x59eafe['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x4a8c60,_0x1c4a62,_0x10bd56)=>_0x4a8c60&&!_0x1c4a62&&!!_0x10bd56),_0x59eafe['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x59eafe['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x2d862d,_0x10af52)=>_0x2d862d&&!_0x10af52),_0x59eafe['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x59eafe['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x59eafe['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x59eafe;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x12cddd=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Wn(_0x12cddd,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x873053){const _0x32641d=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x873053||Wn(_0x32641d,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const w=globalThis['DataTransfer'];class n extends _0x558b99{['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[_0x352a41,a,K,_0x14d881];}constructor(_0x24ff05){super(_0x24ff05),_0x24ff05['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x24ff05['config']['define']('ai.assistant.contentAreaCssClass',''),_0x24ff05['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x24ff05['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x276156}=this;this['_aiAdapter']=_0x276156['plugins']['get'](K),this['_dialog']=_0x276156['plugins']['get'](_0x14d881),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x2eee6f=new E(_0x276156,Array['from'](this['_commandDefinitions']['values']()));_0x276156['commands']['add']('showAIAssistant',_0x2eee6f),_0x276156['ui']['componentFactory']['add']('aiCommands',_0x231bc2=>{const _0x1eaf82=_0x340743(_0x231bc2);return _0x1eaf82['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x1eaf82['buttonView']['set']({'label':Wn(_0x231bc2,'AI\x20Commands'),'icon':_0x1da90a,'tooltip':!0x0}),_0x1eaf82['on']('execute',_0x1bd9c7=>this['_onExecute'](_0x1bd9c7['source']['id'])),_0x4397ea(_0x1eaf82,_0x276156['ui']['view']['body'],function(_0x453fc8){const _0x2eb274=o(_0x453fc8['config']['get']('ai.assistant.commands'),_0x453fc8['locale']),_0x53edb9=B(_0x453fc8,_0x2eb274)['filter'](_0xb48d58=>_0xb48d58['commands']['length']);if(0x1===_0x53edb9['length'])return B(_0x453fc8,_0x53edb9[0x0]['commands'])['map'](_0x14a6ec=>({'id':_0x14a6ec['id'],'label':_0x14a6ec['label']}));return _0x53edb9['map'](_0x325df3=>{const {groupId:_0x13b510,groupLabel:_0x1a0930,commands:_0x266492}=_0x325df3,_0x304751=B(_0x453fc8,_0x266492)['map'](_0xd3260d=>({'id':_0xd3260d['id'],'label':_0xd3260d['label']}));return{'id':_0x13b510,'menu':_0x1a0930||_0x13b510,'children':_0x304751};});}(_0x276156),{'ariaLabel':Wn(_0x231bc2,'AI\x20Commands')}),_0x1eaf82['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x2eee6f['on']('change:enabledCommandsIds',_0x375b5c),_0x1eaf82['menuView']['once']('render',_0x375b5c),_0x1eaf82;function _0x375b5c(){_0x1eaf82['isEnabled']=_0x2eee6f['enabledCommandsIds']['length']>0x0;for(const _0x24a8d1 of _0x1eaf82['menuView']['buttons'])_0x24a8d1['isEnabled']=_0x2eee6f['enabledCommandsIds']['includes'](_0x24a8d1['id']);}}),_0x276156['ui']['componentFactory']['add']('menuBar:aiCommands',_0x43f2db=>{const _0x54cb2c=new _0x2e7068(_0x43f2db);_0x54cb2c['buttonView']['set']({'label':Wn(_0x43f2db,'AI\x20Commands'),'icon':_0x1da90a}),_0x54cb2c['bind']('isEnabled')['to'](_0x2eee6f,'enabledCommandsIds',_0x26b011=>_0x26b011['length']>0x0);const _0x1f7428=o(_0x276156['config']['get']('ai.assistant.commands'),_0x43f2db);return this['_populateMenuBarMenu'](_0x2eee6f,_0x54cb2c,_0x1f7428,_0x21168c=>this['_onExecute'](_0x21168c)),_0x54cb2c;}),_0x276156['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x3e1998=this['_createAIAssistantUIButton'](_0x28db64);return _0x3e1998['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x3e1998;}),_0x276156['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x4231e8=this['_createAIAssistantUIButton'](_0x42f0b4);return _0x4231e8['set']({'role':'menuitemcheckbox'}),_0x4231e8;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2f6efa=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x38a181;for(const _0x5560fb in _0x2f6efa){const _0x3dc9bc=_0x5560fb,_0x1a33a4=_0x2f6efa[_0x3dc9bc];if('aiLicenseKeyValid'==_0x1a33a4||'aiLicenseKeyInvalid'==_0x1a33a4||'aiLicenseKeyExpired'==_0x1a33a4||'aiLicenseKeyDomainLimit'==_0x1a33a4||'aiLicenseKeyNotAllowed'==_0x1a33a4||'aiLicenseKeyEvaluationLimit'==_0x1a33a4||'aiLicenseKeyUsageLimit'==_0x1a33a4){delete _0x2f6efa[_0x3dc9bc],_0x38a181=_0x1a33a4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x38a181&&_0x2f6efa['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x38a181&&_0x2f6efa['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x38a181&&_0x2f6efa['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x38a181&&_0x2f6efa['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x38a181&&_0x2f6efa['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x38a181&&_0x2f6efa['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x4aefaa='',_0x15ff71='',_0x32106e='custom'){const _0x3c1cda=this['editor'],_0x429307=_0x3c1cda['editing']['view'],_0x2ef953=_0x3c1cda['plugins']['get'](a),_0x402267=_0x3c1cda['plugins']['get'](_0x352a41);_0x2ef953['showFakeVisualSelection']();const _0x5d8526=new w(),_0x4472b3=new ClipboardEvent('copy',{'clipboardData':_0x5d8526}),_0x53974b=new _0x1ba4cd(_0x5d8526),_0x33b672=new _0x29ed40(_0x429307,_0x4472b3,{'dataTransfer':_0x53974b});_0x402267['_forceMarkersCopy']('comment',()=>{_0x429307['document']['fire']('copy',_0x33b672);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new j(_0x3c1cda,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x45f779=_0x53974b['getData']('text/html');const _0x55408a=_0x3c1cda['model']['document']['selection'],_0x482696=Array['from'](_0x55408a['getRanges']());0x1===_0x482696['length']&&_0x482696[0x0]['isFlat']&&!_0x55408a['getSelectedElement']()&&''!==_0x45f779['replace'](/&nbsp;/g,'')['trim']()&&(_0x45f779='<p>'+_0x45f779+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x32106e,'query':_0x4aefaa,'htmlContent':_0x45f779,'label':_0x15ff71,'mainActionLabel':_[_0x3c1cda['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x2fe681,'title':Wn(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':_0x35a191['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x2ef953['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x2aac32=new Map(),_0x376b19=o(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x3c7e76 of _0x376b19)for(const _0xbb1d17 of _0x3c7e76['commands'])_0x2aac32['set'](_0xbb1d17['id'],{..._0xbb1d17,'groupId':_0x3c7e76['groupId'],'groupLabel':_0x3c7e76['groupLabel']||_0x3c7e76['groupId']});return _0x2aac32;}['_createAIAssistantUIButton'](_0x4b73b4){const _0xb1f440=this['editor'],_0x7959f8=_0xb1f440['commands']['get']('showAIAssistant'),_0x45bf33=new _0x4b73b4(_0xb1f440['locale']);return _0x45bf33['set']({'label':Wn(_0xb1f440['locale'],'AI\x20Assistant'),'icon':_0x2fe681,'isToggleable':!0x0}),_0x45bf33['bind']('isEnabled')['to'](_0x7959f8),_0x45bf33['bind']('isOn')['to'](this['_dialog'],'id',_0x9bc03=>'aiAssistant'===_0x9bc03),this['listenTo'](_0x45bf33,'execute',()=>{_0x45bf33['isOn']?this['hideUI']():_0x7959f8['execute']();}),_0x45bf33;}['_initView'](){const _0x40a8ae=this['editor']['plugins']['get'](a);this['_formView']=new k(this['editor']['locale'],this['_uiCssClasses'],this['editor']['config']['get']('ai.assistant.contentAreaCssClass')),this['_formView']['on']('change:value',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['_formView']['promptView']['queryView']['fieldView']['on']('update',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['listenTo'](this['_formView'],'replaceContent',()=>{_0x40a8ae['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x40a8ae['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x4cc545,ui:{ariaLiveAnnouncer:_0xe42fe5}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x199484,_0x1a9388,_0x3f8406)=>{const _0x1bf0f8=this['_aiAssistantController']['currentContext'];_0x3f8406?_0xe42fe5['announce'](Wn(_0x4cc545,'AI\x20is\x20writing')):_0x1bf0f8&&_0xe42fe5['announce'](Wn(_0x4cc545,'Generated\x20content:\x20%0',_0x1bf0f8),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x4edad3,_0x29e68e,_0x150678)=>{if(_0x150678){const _0x14048a=this['_formView']['errorView']['text'];_0xe42fe5['announce'](Wn(_0x4cc545,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x14048a));}});}['_onExecute'](_0x21dca4){const _0x484730=this['_commandDefinitions']['get'](_0x21dca4),_0x388714=this['editor'],_0x5bb9d1=_0x388714['model']['document']['selection'],_0x3ac077=_0x388714['commands']['get']('showAIAssistant'),_0x1fbf09=_0x388714['plugins']['get'](a),_0x8ac9bd=''+(_0x484730['groupId']!==x?_0x484730['groupLabel']+':\x20':'')+_0x484730['label'];if(!0x1!==_0x484730['requiresContent']&&_0x5bb9d1['isCollapsed']){const _0x4ee690=_0x97da1c(_0x5bb9d1['getSelectedBlocks']())||_0x388714['model']['schema']['getLimitElement'](_0x5bb9d1);_0x388714['model']['change'](_0x3a1a2e=>{_0x3a1a2e['setSelection'](_0x4ee690,'in');});}_0x1fbf09['showFakeVisualSelection'](),_0x3ac077['execute'](_0x484730['prompt'],_0x8ac9bd,'command:'+_0x21dca4);}['_populateMenuBarMenu'](_0x1adfb3,_0x148ee7,_0x192ffe,_0x5938cf){const _0x2c9612=this['editor'],_0x544edc=_0x2c9612['locale'],_0x27c7e8=new _0x3d7509(_0x544edc),_0x3427dc=B(_0x2c9612,_0x192ffe)['filter'](_0x38e039=>_0x38e039['commands']['length']);0x1===_0x3427dc['length']?this['_getMenuBarGroupButtons']({'command':_0x1adfb3,'commands':_0x3427dc[0x0]['commands'],'parentMenuView':_0x148ee7,'onExecute':_0x5938cf})['forEach'](_0x369c1c=>_0x27c7e8['items']['add'](_0x369c1c)):_0x3427dc['forEach'](({groupId:_0x3635a1,groupLabel:_0x5ac426,commands:_0x75acfc})=>{const _0x237353=new _0x11788c(_0x544edc,_0x148ee7),_0x2fe67e=new _0x2e7068(_0x544edc),_0x571c12=new _0x3d7509(_0x544edc),_0x56c00f=this['_getMenuBarGroupButtons']({'command':_0x1adfb3,'commands':_0x75acfc,'parentMenuView':_0x2fe67e,'onExecute':_0x5938cf});_0x2fe67e['buttonView']['set']({'label':_0x5ac426||_0x3635a1}),_0x2fe67e['delegate']('execute')['to'](_0x148ee7),_0x571c12['items']['addMany'](_0x56c00f),_0x2fe67e['panelView']['children']['add'](_0x571c12),_0x237353['children']['add'](_0x2fe67e),_0x27c7e8['items']['add'](_0x237353);}),_0x148ee7['panelView']['children']['add'](_0x27c7e8);}['_getMenuBarGroupButtons']({command:_0x55f7f2,commands:_0x3cbcf7,parentMenuView:_0x15740c,onExecute:_0x1d6cf0}){const _0x3ae7c1=this['editor'],_0x4d93b0=_0x3ae7c1['locale'];return B(_0x3ae7c1,_0x3cbcf7)['map'](_0x348dea=>{const _0x1b8870=new _0x11788c(_0x4d93b0,_0x15740c),_0x82a8c0=new _0x42f0b4(_0x4d93b0);return _0x82a8c0['set']({'label':_0x348dea['label']}),_0x82a8c0['delegate']('execute')['to'](_0x15740c),_0x82a8c0['on']('execute',()=>_0x1d6cf0(_0x348dea['id'])),_0x82a8c0['bind']('isEnabled')['to'](_0x55f7f2,'enabledCommandsIds',_0x6e011=>_0x6e011['includes'](_0x348dea['id'])),_0x1b8870['children']['add'](_0x82a8c0),_0x1b8870;});}}function U(_0x2bca2e,_0x511bab){return void 0x0!==_0x2bca2e['order']&&void 0x0===_0x511bab['order']?0x1:void 0x0===_0x2bca2e['order']&&void 0x0!==_0x511bab['order']?-0x1:void 0x0!==_0x2bca2e['order']&&void 0x0!==_0x511bab['order']?_0x2bca2e['order']-_0x511bab['order']:0x0;}function B(_0x2052ad,_0x120af5){_0x120af5['sort'](U);const _0x185aee={},_0x52c0d7=[];for(const _0x2a2fc4 of _0x120af5)if(void 0x0!==_0x2a2fc4['order']){if(_0x2a2fc4['order']in _0x185aee)throw new _0x54686c('ai-commands-config-order-collision',_0x2052ad,{'conflictingDefinitions':[_0x2a2fc4,_0x185aee[_0x2a2fc4['order']]]});_0x185aee[_0x2a2fc4['order']]=_0x2a2fc4,_0x52c0d7['splice'](_0x2a2fc4['order'],0x0,_0x2a2fc4);}else _0x52c0d7['push'](_0x2a2fc4);return _0x52c0d7;}class $n extends _0x558b99{static get['requires'](){return[n,a];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24516e){super(_0x24516e);const _0x2e1657=_0x24516e['config'],_0x44b6cb=_0x24516e['locale'];_0x2e1657['define']('ai.assistant.preserveComments',!0x0),_0x2e1657['define']('ai.assistant.commands',qn(_0x44b6cb)),_0x2e1657['define']('ai.assistant.extraCommandGroups',[]),_0x2e1657['define']('ai.assistant.removeCommands',[]);let _0x8b817a=o(_0x2e1657['get']('ai.assistant.commands'),_0x44b6cb);const _0xf02413=_0x2e1657['get']('ai.assistant.extraCommandGroups'),_0x106ec1=_0x2e1657['get']('ai.assistant.removeCommands');_0xf02413['forEach'](_0x8d9a46=>{const _0x18ffee=_0x8b817a['find'](_0x740cb6=>_0x740cb6['groupId']===_0x8d9a46['groupId']);_0x18ffee?_0x18ffee['commands']=_0x18ffee['commands']['concat'](_0x8d9a46['commands']):_0x8b817a['push'](_0x8d9a46);}),_0x8b817a=_0x8b817a['filter'](_0x5b3b6b=>!_0x106ec1['includes'](_0x5b3b6b['groupId'])),_0x8b817a['forEach'](_0x4fc327=>{_0x4fc327['commands']=_0x4fc327['commands']['filter'](_0x13a5bb=>!_0x106ec1['includes'](_0x13a5bb['id']));}),_0x2e1657['set']('ai.assistant.commands',_0x8b817a);}}function qn(_0xba1b29){return[{'groupId':'editOrReview','groupLabel':Wn(_0xba1b29,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Wn(_0xba1b29,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Wn(_0xba1b29,'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':Wn(_0xba1b29,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Wn(_0xba1b29,'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':Wn(_0xba1b29,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Wn(_0xba1b29,'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':Wn(_0xba1b29,'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':Wn(_0xba1b29,'Change\x20tone'),'commands':[{'id':'professional','label':Wn(_0xba1b29,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Wn(_0xba1b29,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Wn(_0xba1b29,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Wn(_0xba1b29,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Wn(_0xba1b29,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Wn(_0xba1b29,'Change\x20style'),'commands':[{'id':'business','label':Wn(_0xba1b29,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Wn(_0xba1b29,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Wn(_0xba1b29,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Wn(_0xba1b29,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Wn(_0xba1b29,'Translate'),'commands':[{'id':'translateEnglish','label':Wn(_0xba1b29,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Wn(_0xba1b29,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Wn(_0xba1b29,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Wn(_0xba1b29,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Wn(_0xba1b29,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Wn(_0xba1b29,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Wn(_0xba1b29,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Wn(_0xba1b29,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class ar extends _0x558b99{['abortController'];static get['requires'](){return[K];}constructor(_0x11265d){super(_0x11265d),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](K)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x31354e){return this['sendRequest'](_0x31354e)['catch'](_0x379ecc=>{if(_0x379ecc instanceof er)return Promise['reject'](_0x379ecc);if('AbortError'==_0x379ecc['name'])return Promise['resolve']();throw console['error'](_0x379ecc),new _0x54686c('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x51788f,_0x186a8a){const _0x27d8d5=this['editor']['locale'],_0x1164d0={'Content-Type':'application/json'};if('object'==typeof _0x51788f)Object['assign'](_0x1164d0,_0x51788f);else{if(_0x51788f)try{const _0x2851a0=await _0x51788f(_0x186a8a);Object['assign'](_0x1164d0,_0x2851a0);}catch{return Promise['reject'](new er(Wn(_0x27d8d5,'AI_ERROR_GET_HEADERS')));}}return _0x1164d0;}async['_prepareRequestParameters'](_0x1a77f8,_0x3b5c26){const _0x45fe60=this['editor']['locale'];if('object'==typeof _0x1a77f8)return _0x1a77f8;try{return await _0x1a77f8(_0x3b5c26);}catch{return Promise['reject'](new er(Wn(_0x45fe60,'AI_ERROR_GET_PARAMETERS')));}}}class Qn extends ar{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x15d8d9){super(_0x15d8d9),_0x15d8d9['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x15d8d9['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x15d8d9['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x15d8d9['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x15d8d9['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x15d8d9['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x26197c,context:_0x4c3525,onData:_0x3a4795,actionId:_0x15e384}){const _0x147a4c=this['editor']['locale'],_0x49dc73=await this['prepareMessages'](_0x26197c,_0x4c3525,_0x15e384),_0x1317f4=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x15e384),_0x446aca=await this['_prepareRequestParameters'](this['_requestParameters'],_0x15e384),_0x52906f={'messages':_0x49dc73,..._0x446aca},_0x200fbf={'method':'POST','headers':_0x1317f4,'body':JSON['stringify'](_0x52906f),'signal':this['abortController']['signal']},_0x343f46=await fetch(this['_apiUrl'],_0x200fbf);if(_0x343f46['ok'])return _0x446aca['stream']?await this['_readStreamableResponse'](_0x343f46,_0x3a4795):await this['_readStaticResponse'](_0x343f46,_0x3a4795),Promise['resolve']();{const _0x5edb36=await _0x343f46['text']();return _0x5edb36['includes']('context_length_exceeded')?Promise['reject'](new er(Wn(_0x147a4c,'AI_ERROR_CONTEXT_LENGTH'))):_0x5edb36['includes']('Moderation')?Promise['reject'](new er(Wn(_0x147a4c,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x5edb36));}}async['prepareMessages'](_0x2c8414,_0x231835,_0x6a1561){let _0x294553,_0xe06377;return _0x231835?(_0x294553='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.',_0xe06377='Instruction:\x0a'+_0x2c8414+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x231835):(_0x294553='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.',_0xe06377=_0x2c8414),[{'role':'system','content':_0x294553},{'role':'user','content':_0xe06377}];}async['_readStreamableResponse'](_0x202e39,_0x589b70){const _0x50e850=_0x202e39['body']['getReader'](),_0x33593e=new TextDecoder();let _0x23a959='',_0xad9c87='',_0x3d378c='',_0x260cb9=!0x1;for(;!_0x260cb9;){const {done:_0x225635,value:_0x32996b}=await _0x50e850['read'](),_0x710116=_0x23a959+_0x33593e['decode'](_0x32996b);let _0x13ac33='';_0x260cb9=_0x225635;try{_0x13ac33=this['_cleanUpData'](_0x710116),_0x23a959='';}catch{_0x23a959=_0x710116;continue;}_0xad9c87+=_0x13ac33,!_0x260cb9&&this['_isBufferIncomplete'](_0xad9c87)||_0xad9c87&&(_0x3d378c+=_0xad9c87,_0xad9c87='',_0x589b70(_0x3d378c));}return Promise['resolve']();}async['_readStaticResponse'](_0x425f57,_0x3da1b3){return _0x3da1b3((await _0x425f57['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0xc231e){const _0x594781=_0xc231e['split']('<')['length']!==_0xc231e['split']('>')['length'],_0x231b00=_0xc231e['length']<0x1e;return _0x594781&&_0x231b00;}['_cleanUpData'](_0x213842){return _0x213842['split'](/\n(?![^{]*\})/g)['map'](_0xcfb7f4=>_0xcfb7f4['replace']('data:\x20',''))['filter'](_0x5a41e7=>_0x5a41e7&&_0x5a41e7['length']>0x0&&'[DONE]'!==_0x5a41e7)['map'](_0x4a16ca=>{const {choices:_0x3442a0}=JSON['parse'](_0x4a16ca);if(_0x3442a0[0x0]?.['delta']?.['content'])return _0x3442a0[0x0]['delta']['content'];})['filter'](_0x316e14=>_0x316e14)['join']('');}}class Xn extends ar{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),_0x73e170('ai-aws-adapter-not-supported');}async['sendRequest'](_0x3ea9b5){throw gt('ai-aws-adapter-not-supported'),new er(Wn(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class ia extends _0x28db64{constructor(_0x34acc3,_0x4e9902={}){super(_0x34acc3),this['isToggleable']=!0x0,this['set']('side',_0x4e9902['side']||'top');const _0x56e470=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',..._0x32132b(_0x4e9902['class']||[]),_0x56e470['to']('side',_0x40c400=>'ck-tab-button_'+_0x40c400),_0x56e470['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ea extends _0x25f6b6{['children'];constructor(_0x160aa5,_0x315dc4={}){super(_0x160aa5);const _0x4df373=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',..._0x32132b(_0x315dc4['class']||[]),_0x4df373['to']('class'),_0x4df373['if']('isVisible','ck-hidden',_0x4584aa=>!_0x4584aa)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ss extends _0x25f6b6{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0xfd1148,_0x433b4d={}){super(_0xfd1148),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x433b4d['side']||'top'),this['set']('isMaximized',!0x1);const _0x5193bc=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',..._0x32132b(_0x433b4d['class']||[]),_0x5193bc['to']('side',_0x4d8ae6=>'ck-tabs_'+_0x4d8ae6),_0x5193bc['to']('class'),_0x5193bc['to']('isMaximized',_0x3e6dd8=>_0x3e6dd8?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x5193bc['to']('side',_0x2bd756=>'ck-tabs__buttons-container_'+_0x2bd756)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x5193bc['to']('side',_0x239525=>'ck-tabs__panels-container_'+_0x239525)]},'children':this['panelViews']},..._0x32132b(_0x433b4d['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x4b15e7){const _0x9034e9=this['_tabs']['get'](_0x4b15e7);return _0x9034e9||null;}['addTab'](_0x405011){const _0x1df3db=this['_setupButton']({'id':_0x405011['id'],'label':_0x405011['buttonLabel'],'icon':_0x405011['buttonIcon'],'order':_0x405011['order']}),_0x5413d7=new ea(this['locale']);return _0x5413d7['render'](),_0x405011['content']&&_0x5413d7['children']['add'](_0x405011['content']),this['panelViews']['add'](_0x5413d7),this['_tabs']['set'](_0x405011['id'],{'button':_0x1df3db,'panel':_0x5413d7,'order':void 0x0!==_0x405011['order']?_0x405011['order']:null}),this['fire']('addTab:'+_0x405011['id'],{'id':_0x405011['id'],'button':_0x1df3db,'panel':_0x5413d7}),null===this['activeTab']?this['activateTab'](_0x405011['id']):this['_hidePanel'](_0x405011['id']),{'button':_0x1df3db,'panel':_0x5413d7};}['activateTab'](_0xbfbbfa){if(null!==_0xbfbbfa&&!this['getTab'](_0xbfbbfa))throw new _0x54686c('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xbfbbfa});this['activeTab']!==_0xbfbbfa&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0xbfbbfa,_0xbfbbfa&&this['_showPanel'](_0xbfbbfa),this['fire']('activateTab:'+_0xbfbbfa,_0xbfbbfa));}['showTab'](_0x4e7129){if(!this['getTab'](_0x4e7129))throw new _0x54686c('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x4e7129});this['_showPanel'](_0x4e7129),this['_showButton'](_0x4e7129),this['fire']('show:'+_0x4e7129,_0x4e7129);}['hideTab'](_0x2c28a6){if(!this['getTab'](_0x2c28a6))throw new _0x54686c('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x2c28a6});const _0x423aba=this['activeTab'];this['_hidePanel'](_0x2c28a6),this['_hideButton'](_0x2c28a6);const _0x1d68d7=this['getTabIds']();_0x423aba===_0x2c28a6&&_0x1d68d7['length']>0x1&&this['activateTab'](_0x1d68d7['find'](_0x495904=>_0x495904!==_0x2c28a6)),this['fire']('hide:'+_0x2c28a6,_0x2c28a6);}['_getPanel'](_0x4c53f8){const _0x2fd8be=this['_tabs']['get'](_0x4c53f8);return _0x2fd8be?_0x2fd8be['panel']:null;}['_showPanel'](_0x3e792f){null!==this['activeTab']&&this['activeTab']!==_0x3e792f||this['_getPanel'](_0x3e792f)['show']();}['_hidePanel'](_0x309230){const _0x3d7502=this['_getPanel'](_0x309230);_0x3d7502['isVisible']&&(this['activeTab']===_0x309230&&(this['activeTab']=null),_0x3d7502['hide']());}['_getButton'](_0x39dcda){const _0x285b9a=this['_tabs']['get'](_0x39dcda);return _0x285b9a?_0x285b9a['button']:null;}['_showButton'](_0x2f1b7c){this['_getButton'](_0x2f1b7c)['show']();}['_hideButton'](_0x28b1f7){this['_getButton'](_0x28b1f7)['hide']();}['_setupButton'](_0xe84cb3){const _0x2a84ce=new ia(this['locale'],{'side':this['side']}),_0x25793e=this['buttonViews'];if(_0x2a84ce['set']({'label':_0xe84cb3['label'],'icon':_0xe84cb3['icon'],'tooltip':!0x0,'withText':!0x0}),_0x2a84ce['bind']('isOn')['to'](this,'activeTab',_0x261abf=>_0x261abf===_0xe84cb3['id']),_0x2a84ce['bind']('side')['to'](this,'side'),_0xe84cb3['order']){const _0x53c44c=[...this['_tabs']]['reduce']((_0x2381c5,_0x259b1b)=>{const _0x5addb7=_0x259b1b[0x0],{order:_0x4d32e2}=_0x259b1b[0x1];return!_0x4d32e2||_0x4d32e2>_0xe84cb3['order']?_0x2381c5:_0x4d32e2>=_0x2381c5['order']?{'id':_0x5addb7,'order':_0x4d32e2}:_0x2381c5;},{'id':'','order':0x0}),_0x175354=_0x25793e['getIndex'](this['_getButton'](_0x53c44c['id']));_0x25793e['add'](_0x2a84ce,_0x175354+0x1);}else _0x25793e['add'](_0x2a84ce);return _0x2a84ce['on']('execute',()=>{this['activateTab'](_0xe84cb3['id']);}),_0x2a84ce;}}const ni=['overlay','sidebar','custom'],oi=['left','right'];class hi extends ss{constructor(_0x79a448,_0x103248={}){super(_0x79a448,_0x103248),this['set']('type',_0x103248['type']||'sidebar'),this['set']('side',_0x103248['side']||'right'),this['set']('isVisible',_0x103248['visibleByDefault']??!0x0);const _0x28c8b2=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x28c8b2['if']('type','ck-ai-tabs__overlay',_0x4f43b=>'overlay'===_0x4f43b),_0x28c8b2['if']('type','ck-ai-tabs__sidebar',_0x5e3b1d=>'sidebar'===_0x5e3b1d),_0x28c8b2['if']('isVisible','ck-hidden',_0x18b916=>!_0x18b916)]}}),this['buttonViews']['on']('add',(_0x4d3360,_0x4fb24a)=>{_0x4fb24a['set']('withText',!0x1);});}}class pt extends _0x3de4b5{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ad0f7){super(_0x2ad0f7);const _0x8303db=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x8303db)throw new _0x54686c('ai-tabs-configuration-not-found');if(void 0x0!==_0x8303db['showResizeButton']&&(this['showResizeButton']=_0x8303db['showResizeButton']),'sidebar'!==_0x8303db['type']&&'overlay'!==_0x8303db['type']||_0x8303db['side']&&(this['side']=_0x8303db['side']),'sidebar'===_0x8303db['type']){if(this['container']=_0x8303db['element'],this['set']('type','sidebar'),!this['container'])throw new _0x54686c('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x8303db['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new hi(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':void 0x0===_0x8303db['visibleByDefault']||_0x8303db['visibleByDefault']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof dt&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x38747b){if(_0x38747b&&this['type']!==_0x38747b){if(!ni['includes'](_0x38747b))throw new _0x54686c('ai-tabs-unsupported-ui-type');this['type']=_0x38747b;}}['switchSide'](_0x340387){if(_0x340387&&this['side']!==_0x340387){if(!oi['includes'](_0x340387))throw new _0x54686c('ai-tabs-unsupported-ui-side');this['side']=_0x340387;}}['resize'](){this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class q extends _0x3de4b5{['_apiUrl'];['_token'];['_decoder'];static get['requires'](){return['CloudServices'];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b9a9a){super(_0x1b9a9a),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl'),this['_token']=null,this['_decoder']=new TextDecoder();}['init'](){const _0x18dbe9=this['context']['plugins']['get']('CloudServices');if(!_0x18dbe9['token'])throw new _0x54686c('ai-missing-token',this);this['_token']=_0x18dbe9['token'];}['startConversation'](_0x39196e,_0xac96aa){const _0x4f7108=this['_sendApiRequest']('/conversations','POST',{'id':_0x39196e,'group':_0xac96aa});return{'getConversation':async()=>(await _0x4f7108['request'])['json'](),'abortController':_0x4f7108['abortController']};}['queryAssistant']({message:_0x399652,conversationId:_0x38e9b1,parts:_0x152676,capabilities:_0x62d75e,model:_0x3c571b,attributes:_0x415a2d}){const _0x7efc9c={'prompt':_0x399652,'content':_0x152676,'model':_0x3c571b,..._0x62d75e&&{'capabilities':_0x62d75e},..._0x415a2d&&{'attributes':_0x415a2d}},_0x112787=this['_sendApiRequest']('/conversations/'+_0x38e9b1+'/messages','POST',_0x7efc9c);return{'getStream':async()=>{const _0xf05699=(await _0x112787['request'])['body'];return this['_getStreamReader'](_0xf05699);},'abortController':_0x112787['abortController']};}['executeCustomAction']({content:_0x2b460f,message:_0x28f99f,model:_0x115770,outputFormat:_0x162882}){const _0x3d7411={'content':[{'type':'text','content':_0x2b460f}],'prompt':_0x28f99f,'model':_0x115770,'outputFormat':_0x162882},_0x4c36cc=this['_sendApiRequest']('/actions/custom/calls','POST',_0x3d7411);return{'getStream':async()=>{const _0x303c20=(await _0x4c36cc['request'])['body'];return this['_getStreamReader'](_0x303c20);},'abortController':_0x4c36cc['abortController']};}['executeAction']({actionName:_0x456f90,content:_0x27b255,args:_0x1e7945}){const _0x1eafae={'content':[{'type':'text','content':_0x27b255}],'args':_0x1e7945},_0x703aa5=this['_sendApiRequest']('/actions/system/'+_0x456f90+'/calls','POST',_0x1eafae);return{'getStream':async()=>{const _0xd2e977=(await _0x703aa5['request'])['body'];return this['_getStreamReader'](_0xd2e977);},'abortController':_0x703aa5['abortController']};}['uploadFile'](_0x5202ed,_0x5835e7,_0x3c7845){const _0x290267=new FormData();_0x290267['append']('file',_0x5835e7,_0x5835e7['name']),_0x3c7845&&_0x290267['append']('attributes',JSON['stringify'](_0x3c7845));const _0x5c570e=this['_sendApiRequest']('/conversations/'+_0x5202ed+'/files','POST',_0x290267);return{'getId':async()=>(await _0x5c570e['request'])['json'](),'abortController':_0x5c570e['abortController']};}['fetchDocument'](_0x3c67f2,_0x254cb1){const _0x44b7e4=this['_sendApiRequest']('/conversations/'+_0x3c67f2+'/documents/'+_0x254cb1,'GET');return{'getDocument':async()=>(await _0x44b7e4['request'])['json'](),'abortController':_0x44b7e4['abortController']};}['uploadDocument'](_0x8f8bc5,_0x1aa4f6,_0x31b2a6){const _0x43d434={'content':_0x1aa4f6};_0x31b2a6&&(_0x43d434['attributes']=_0x31b2a6);const _0x31076b=this['_sendApiRequest']('/conversations/'+_0x8f8bc5+'/documents','POST',_0x43d434);return{'getId':async()=>(await _0x31076b['request'])['json'](),'abortController':_0x31076b['abortController']};}['fetchConversations'](_0x181b14,_0x3c7798={}){const _0x5d5863=new URLSearchParams();_0x5d5863['append']('group',_0x181b14),_0x5d5863['append']('excludeEmpty',!0x1!==_0x3c7798['excludeEmpty']?'true':'false'),_0x5d5863['append']('limit',_0x3c7798['limit']?_0x3c7798['limit']['toString']():'100'),_0x5d5863['append']('sortBy',_0x3c7798['sortBy']?_0x3c7798['sortBy']:'createdAt'),_0x5d5863['append']('order',_0x3c7798['order']?_0x3c7798['order']:'desc');const _0x681157=this['_sendApiRequest']('/conversations?'+_0x5d5863['toString'](),'GET');return{'getConversations':async()=>{const _0x23724c=await _0x681157['request'];return(await _0x23724c['json']())['items'];},'abortController':_0x681157['abortController']};}['deleteConversation'](_0x1a89d2){const _0x31f757=this['_sendApiRequest']('/conversations/'+_0x1a89d2,'DELETE');return{'execute':async()=>{await _0x31f757['request'];},'abortController':_0x31f757['abortController']};}['updateConversation'](_0x22bd65,_0x369f2c){const _0x23ab81=this['_sendApiRequest']('/conversations/'+_0x22bd65,'PATCH',_0x369f2c);return{'getResult':async()=>(await _0x23ab81['request'],_0x369f2c),'abortController':_0x23ab81['abortController']};}['fetchConversation'](_0x10a785){const _0x4e34e9=this['_sendApiRequest']('/conversations/'+_0x10a785,'GET');return{'getConversation':async()=>(await _0x4e34e9['request'])['json'](),'abortController':_0x4e34e9['abortController']};}['fetchConversationMessages'](_0x1fcd52){const _0xc6cbbf=this['_sendApiRequest']('/conversations/'+_0x1fcd52+'/messages','GET');return{'getMessages':async()=>{const _0x3aa7ad=await _0xc6cbbf['request'];return(await _0x3aa7ad['json']())['items'];},'abortController':_0xc6cbbf['abortController']};}['uploadUrl'](_0x23b722,_0x5911d7,_0x551acb){const _0x1febd1=this['_sendApiRequest']('/conversations/'+_0x23b722+'/web-resources','POST',{'url':_0x5911d7,'attributes':_0x551acb});return{'getId':async()=>(await _0x1febd1['request'])['json'](),'abortController':_0x1febd1['abortController']};}['getModels'](_0x303d31='en'){const _0x2e22e0=new URLSearchParams();_0x2e22e0['append']('language',_0x303d31);const _0x1d00c0='/models/1?'+_0x2e22e0['toString'](),_0x710287=this['_sendApiRequest'](_0x1d00c0,'GET');return{'list':async()=>await(await _0x710287['request'])['json'](),'abortController':_0x710287['abortController']};}['deleteFile'](_0x3afb10,_0x53d3c6){const _0x5bf26f=this['_sendApiRequest']('/conversations/'+_0x3afb10+'/files/'+_0x53d3c6,'DELETE');return{'execute':async()=>{await _0x5bf26f['request'];},'abortController':_0x5bf26f['abortController']};}['deleteDocument'](_0x7b820c,_0x1029f8){const _0x3ecaac=this['_sendApiRequest']('/conversations/'+_0x7b820c+'/documents/'+_0x1029f8,'DELETE');return{'execute':async()=>{await _0x3ecaac['request'];},'abortController':_0x3ecaac['abortController']};}['deleteWebResource'](_0x596014,_0x2a79ba){const _0x2183e8=this['_sendApiRequest']('/conversations/'+_0x596014+'/web-resources/'+_0x2a79ba,'DELETE');return{'execute':async()=>{await _0x2183e8['request'];},'abortController':_0x2183e8['abortController']};}['callSystemReview']({reviewName:_0x23f8f3,content:_0x410c79,args:_0x5095c2}){const _0x39e504=this['_sendApiRequest']('/reviews/system/'+_0x23f8f3+'/calls','POST',{'content':[{'type':'text','content':_0x410c79}],'args':_0x5095c2});return{'getStream':async()=>{const _0x7476c7=(await _0x39e504['request'])['body'];return this['_getStreamReader'](_0x7476c7);},'abortController':_0x39e504['abortController']};}['callCustomReview']({content:_0x4ec71b,prompt:_0x487c07,model:_0x100a36}){const _0x32499e=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x4ec71b}],'prompt':_0x487c07,'model':_0x100a36});return{'getStream':async()=>{const _0x5daaf0=(await _0x32499e['request'])['body'];return this['_getStreamReader'](_0x5daaf0);},'abortController':_0x32499e['abortController']};}['upsertAIChatRating'](_0x51db91,_0x4ae3e6,_0x3fc98f){const _0x11d848=this['_sendApiRequest']('/conversations/'+_0x51db91+'/messages/'+_0x4ae3e6+'/ratings','PUT',{'positiveCount':_0x3fc98f['positiveCount'],'totalCount':_0x3fc98f['totalCount'],'modificationId':_0x3fc98f['modificationId']});return{'execute':async()=>{await _0x11d848['request'];},'abortController':_0x11d848['abortController']};}['upsertAIActionRating'](_0x3fd023,_0x1f36af,_0x5d81ed){const _0x334a51=this['_sendApiRequest']('/actions/system/'+_0x3fd023+'/calls/'+_0x1f36af+'/ratings','PUT',{'positiveCount':_0x5d81ed['positiveCount'],'totalCount':_0x5d81ed['totalCount']});return{'execute':async()=>{await _0x334a51['request'];},'abortController':_0x334a51['abortController']};}['upsertCustomAIActionRating'](_0x3de891,_0x532427){const _0x605779=this['_sendApiRequest']('/actions/custom/calls/'+_0x3de891+'/ratings','PUT',{'positiveCount':_0x532427['positiveCount'],'totalCount':_0x532427['totalCount']});return{'execute':async()=>{await _0x605779['request'];},'abortController':_0x605779['abortController']};}['upsertAIReviewRating'](_0x18723c,_0x3212d1,_0x2a7f1a,_0x28d213){const _0x31a90a=this['_sendApiRequest']('/reviews/system/'+_0x18723c+'/calls/'+_0x3212d1+'/ratings','PUT',{'positiveCount':_0x2a7f1a['positiveCount'],'totalCount':_0x2a7f1a['totalCount'],'dataId':_0x28d213});return{'execute':async()=>{await _0x31a90a['request'];},'abortController':_0x31a90a['abortController']};}['upsertCustomAIReviewRating'](_0x3816a7,_0x45833f,_0x17e423){const _0x479886=this['_sendApiRequest']('/reviews/custom/calls/'+_0x3816a7+'/ratings','PUT',{'positiveCount':_0x45833f['positiveCount'],'totalCount':_0x45833f['totalCount'],'dataId':_0x17e423});return{'execute':async()=>{await _0x479886['request'];},'abortController':_0x479886['abortController']};}['_sendApiRequest'](_0x332f2b,_0x242798,_0x42dc7d){const _0xc6f84e=new AbortController(),_0x317358=_0x42dc7d instanceof FormData,_0x20daf2={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0x42dc7d&&!_0x317358&&(_0x20daf2['Content-Type']='application/json');const _0x4696a2={'method':_0x242798,'headers':_0x20daf2,'signal':_0xc6f84e['signal']};return _0x42dc7d&&(_0x4696a2['body']=_0x317358?_0x42dc7d:JSON['stringify'](_0x42dc7d)),{'request':fetch(''+this['_apiUrl']+_0x332f2b,_0x4696a2)['catch'](_0x3181bb=>{this['_handleError'](_0x3181bb);})['then'](_0x91ae10=>_0x91ae10['ok']?_0x91ae10:_0x91ae10['json']()['then'](_0x57c423=>{throw{'url':this['_apiUrl'],'path':_0x332f2b,'method':_0x242798,'body':_0x42dc7d,'status':(_0x91ae10||{})['status'],'statusText':(_0x91ae10||{})['statusText'],'code':_0x57c423['code'],'message':_0x57c423['message'],'traceId':_0x57c423['traceId']};})),'abortController':_0xc6f84e};}async*['_getStreamReader'](_0xd6bf00){const _0x80754=[],_0x57d9cf=_0xd6bf00['getReader'](),_0x5ca41c=$t({'onError':_0x107e06=>{this['_handleError'](_0x107e06);},'onEvent':_0x374d88=>{_0x374d88['data']=JSON['parse'](_0x374d88['data']),_0x80754['push'](_0x374d88);}});try{let _0x427488=!0x1;for(;!_0x427488;){const {done:_0xa47c13,value:_0x384fba}=await _0x57d9cf['read']();_0xa47c13&&(_0x427488=!0x0),_0x5ca41c['feed'](this['_decoder']['decode'](_0x384fba,{'stream':!0x0})),yield*_0x80754,_0x80754['length']=0x0;}}catch(_0x205f80){this['_handleError'](_0x205f80);}finally{_0x57d9cf['releaseLock'](),_0x5ca41c['reset']();}}['_handleError'](_0x5076f5){if(_0x5076f5 instanceof _0x54686c)throw _0x5076f5;if(_0x5076f5 instanceof Error&&'AbortError'===_0x5076f5['name'])throw new _0x54686c('ai-request-aborted',this,{'originalError':_0x5076f5});throw new _0x54686c('ai-request-failed',this,{'originalError':_0x5076f5});}}function i(_0x218b5d,_0x1b76b1,_0x1c33fb){const t=_0x218b5d['t'];switch(_0x1b76b1){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'},_0x1c33fb);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':'The\x20request\x20was\x20aborted.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_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.'},_0x1c33fb);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.'},_0x1c33fb);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_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.'},_0x1c33fb);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'},_0x1c33fb);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x1c33fb);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'},_0x1c33fb);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.'},_0x1c33fb);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.'},_0x1c33fb);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.'},_0x1c33fb);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.'},_0x1c33fb);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'},_0x1c33fb);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.'},_0x1c33fb);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 _0x1b76b1;}}function Hs(_0x26ad4a,_0x337bb2){const _0x5adb22=new _0x28db64(_0x26ad4a),_0x60627b=i(_0x26ad4a,'AI_TABS_LABEL_MINIMIZE'),_0x5cbfe4=i(_0x26ad4a,'AI_TABS_LABEL_MAXIMIZE');return _0x5adb22['set']({'withText':!0x1,'icon':_0x14a2a8,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20ck-ai-button-tertiary'}),_0x5adb22['bind']('label')['to'](_0x337bb2,'isMaximized',_0x5222ae=>_0x5222ae?_0x60627b:_0x5cbfe4),_0x5adb22['bind']('icon')['to'](_0x337bb2,'isMaximized',_0x22118a=>_0x22118a?_0x318b82:_0x14a2a8),_0x5adb22['bind']('isOn')['to'](_0x337bb2,'isMaximized'),_0x5adb22['on']('execute',()=>{_0x337bb2['fire']('resizeTabs');}),_0x5adb22;}function ji(_0x10599d){return _0x318981(_0x10599d);}function Tt(_0x2ee84e){return _0x3d00aa(_0x2ee84e);}function St(_0x2b6547,_0x41f726,_0x13d58e){const _0x39d0eb=null!==_0x41f726?_0x127717=>_0x127717['attribs'][_0x2b6547]===_0x41f726:_0x2702f7=>Boolean(_0x2702f7['attribs'][_0x2b6547]);return yt(_0x3e409f=>_0x1415cb(_0x3e409f)&&_0x39d0eb(_0x3e409f),_0x13d58e);}function Bi(_0x4873dd,_0x703037,_0x537478){const _0x2d8681=null!==_0x703037?_0x29f759=>_0x29f759['attribs'][_0x4873dd]===_0x703037:_0x3111d7=>Boolean(_0x3111d7['attribs'][_0x4873dd]);return _0x53d6a8(_0x46dac4=>_0x1415cb(_0x46dac4)&&_0x2d8681(_0x46dac4),_0x537478);}function At(_0x5efde3,_0x6895d6){return _0x5efde3&&_0x1415cb(_0x5efde3)?_0x5efde3['attribs'][_0x6895d6]:null;}function Qi(_0x268678,_0x3f63fb,_0x51c345){_0x1415cb(_0x268678)&&(null===_0x51c345?delete _0x268678['attribs'][_0x3f63fb]:_0x268678['attribs'][_0x3f63fb]=_0x51c345);}function qi(_0xb8895e,_0x10aef4,_0x52dded){const _0xe685a1=_0x10aef4['cloneNode'](!0x0);'beforebegin'===_0x52dded?_0x17e3d4(_0xb8895e,_0xe685a1):'afterbegin'===_0x52dded?_0x47697d(_0xb8895e,_0xe685a1):'beforeend'===_0x52dded?_0x283409(_0xb8895e,_0xe685a1):'afterend'===_0x52dded&&_0x5a8aef(_0xb8895e,_0xe685a1);}function Gi(_0x33c86d){const _0x25636a=[];let _0x16f6a3=_0x33c86d;for(;_0x16f6a3;)_0x16f6a3=_0x3d07f5(_0x16f6a3),_0x16f6a3&&_0x25636a['push'](_0x16f6a3);return _0x25636a;}function zn(_0x842be6){return _0x842be6['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Zi(_0x2cbf3e){let _0x380fd0=0x0;for(;_0x2cbf3e['parentNode'];)_0x2cbf3e=_0x2cbf3e['parentNode'],_0x380fd0++;return _0x380fd0;}function Ns(_0x201fd2){const _0x47366e=[];let _0x5c8a12=_0x201fd2['nextSibling'];for(;_0x5c8a12;)_0x47366e['push'](_0x5c8a12),_0x5c8a12=_0x5c8a12['nextSibling'];_0x47366e['forEach'](_0x2f3174=>{_0x2a3aa1(_0x2f3174);});}class Ui extends/* #__PURE__ -- @preserve */
25
- ts(){['_m2html'];constructor(){super(),this['_m2html']=new _0x52bcce();}['convertMarkdownToHTML'](_0x1ff2ec){const _0x5d175a=this['_m2html']['parse'](_0x1ff2ec);return this['parseAndNormalizeHTML'](_0x5d175a);}['parseAndNormalizeHTML'](_0x4e40da){return this['_parseHTML'](_0x4e40da);}['_parseHTML'](_0x2e09da){const _0x527a92=ji('<dummy>'+_0x2e09da['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x527a92['children']=_0x527a92['children'][0x0]['children'],_0x527a92;}}class Ni extends/* #__PURE__ -- @preserve */
26
- ts(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x1f15bd){super(),this['_generateUid']=_0x1f15bd||_0x589eaf;}['merge'](_0x39c2b1,_0x501cba,_0x4a776a){const _0xcdb40a=_0x39c2b1['cloneNode'](!0x0);if(0x0===_0x501cba['childNodes']['length']){const _0x4afe1b=[];return Bi('data-id','new-element',_0xcdb40a)['forEach'](_0x57f1d1=>{const _0x362a98=this['_generateUid']();Qi(_0x57f1d1,'data-id',_0x362a98),_0x4afe1b['push'](_0x362a98);}),this['_removeSpecialComments'](_0xcdb40a),{'parsedContent':_0xcdb40a,'newNodeIds':_0x4afe1b,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x4a776a&&_0x4a776a['markUnstableElements']&&this['_markLastTagElementUnstable'](_0xcdb40a),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(Bi('data-id',null,_0x501cba)['map'](_0x4f7e55=>At(_0x4f7e55,'data-id'))['filter'](_0x3a8ca4=>!!_0x3a8ca4));let _0x1826a3=-0x1,_0x3ef75c=!0x1;const _0x5fb23=_0xcdb40a['childNodes'],_0x344777=Array['from'](_0x5fb23)['filter'](_0x4f540f=>!(0x3===_0x4f540f['nodeType']&&''===Tt(_0x4f540f)['trim']())),_0x2612d2=_0x344777['length'];for(let _0x29d419=0x0;_0x29d419<_0x2612d2;_0x29d419++){const _0x329761=_0x344777[_0x29d419],_0x1ac9a4=_0x344777[_0x29d419+0x1];if(this['_isNewNode'](_0x329761)){if(-0x1===_0x1826a3&&(_0x1826a3=_0x29d419),this['_markWrappedElements'](_0x329761),!this['_isNewNode'](_0x1ac9a4)){const [_0x2a7e0c,_0x2a8f29]=this['_findReferenceNode'](_0x329761,_0x3ef75c,_0x501cba);if(_0x2a7e0c){const _0x411d30=Array['from'](_0x344777)['slice'](_0x1826a3,_0x29d419+0x1);this['_insertNodes'](_0x2a7e0c,_0x411d30,_0x2a8f29),_0x1826a3=-0x1;}}}else{if(this['_isExistingContentComment'](_0x329761))_0x3ef75c=!0x0;else{if(this['_isExistingNode'](_0x329761)){const _0x2d46cd=At(_0x329761,'data-id');if(_0x2d46cd&&this['_existingDataIds']['has'](_0x2d46cd)){const _0x510ecb=St('data-id',_0x2d46cd,_0x501cba);this['_replaceNode'](_0x510ecb,_0x329761);}if(this['_touchedNodesState']['removedIds']['includes'](_0x2d46cd)){const _0x39eb5e=this['_touchedNodesState']['removedIds']['indexOf'](_0x2d46cd);this['_touchedNodesState']['removedIds']['splice'](_0x39eb5e,0x1);}}else{if(this['_isDelNode'](_0x329761)){const _0x1cbd27=At(_0x329761,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x1cbd27)||this['_storeDeletedElementIds'](_0x329761);}}}}}for(const _0x45da93 of this['_touchedNodesState']['removedIds']){const _0xeb1ab4=St('data-id',_0x45da93,_0x501cba);if(_0xeb1ab4){if(_0x4a776a&&_0x4a776a['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x45da93;const _0x4a0a9a=_0x4a776a['replaceRemovedWith']['cloneNode'](!0x0);Qi(_0x4a0a9a,'data-id',_0x45da93),Qi(_0x4a0a9a,'data-removed','true'),_0x304ded(_0xeb1ab4,_0x4a0a9a);}else _0x2a3aa1(_0xeb1ab4);}}if(Bi('data-wrapped-id',null,_0x501cba)['forEach'](_0x2ef821=>{const _0x17fb5e=St('data-id',At(_0x2ef821,'data-wrapped-id'),_0x501cba);var _0x5c75ea,_0x130853;_0x17fb5e&&(_0x130853=_0x2ef821,_0x2a3aa1(_0x5c75ea=_0x17fb5e),_0x304ded(_0x130853,_0x5c75ea));}),Bi('data-id','new-element',_0x501cba)['forEach'](_0x7465fe=>{const _0x37450b=this['_getUid'](_0x7465fe);Qi(_0x7465fe,'data-id',_0x37450b),this['_touchedNodesState']['newIds']['push'](_0x37450b);}),this['_removeSpecialComments'](_0x501cba),_0x4a776a&&_0x4a776a['markUnstableElements']&&this['_markUnstableElements'](_0x501cba,_0x4a776a['markUnstableElementsDepth']||0x0),_0x4a776a&&_0x4a776a['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x4497f4=St('data-id',this['_touchedNodesState']['lastTouchedId'],_0x501cba);for(;_0x4497f4;)Ns(_0x4497f4),_0x4497f4=_0x4497f4['parentNode'];}return{'parsedContent':_0x501cba,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x43a648,_0x446a5d,_0x5d862f){for(const _0x2212bd of _0x446a5d){const _0x6dc6a9=this['_getUid'](_0x2212bd);Qi(_0x2212bd,'data-id',_0x6dc6a9),this['_touchedNodesState']['newIds']['push'](_0x6dc6a9),this['_touchedNodesState']['lastTouchedId']=_0x6dc6a9;}const _0x18de32='afterbegin'===_0x5d862f||'afterend'===_0x5d862f?_0x446a5d['reverse']():_0x446a5d;for(const _0x38455b of _0x18de32)qi(_0x43a648,_0x38455b,_0x5d862f);}['_replaceNode'](_0x237728,_0x5e4247){if(!_0x237728)return;if(_0x3753f6=_0x5e4247,zn(Tt(_0x237728))===zn(Tt(_0x3753f6)))return;var _0x3753f6;const _0x36dec8=this['_getUid'](_0x237728);Qi(_0x5e4247,'data-id',_0x36dec8),this['_touchedNodesState']['modifiedIds']['push'](_0x36dec8),this['_touchedNodesState']['lastTouchedId']=_0x36dec8,_0x304ded(_0x237728,_0x5e4247['cloneNode'](!0x0));}['_findReferenceNode'](_0xe279ab,_0x495dec,_0x14a338){const _0x3abbf3=this['_findPrevElementWithDataId'](_0xe279ab,!0x1);if(_0x3abbf3){const _0x201446=this['_getNodeDataId'](_0x3abbf3),_0xd6c28f=St('data-id',_0x201446,_0x14a338);if(_0xd6c28f)return[_0xd6c28f,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x201446);}const _0x231c74=this['_findNextElementWithDataId'](_0xe279ab,!0x1);if(_0x231c74){const _0x30f5d4=this['_getNodeDataId'](_0x231c74),_0x4560c0=St('data-id',_0x30f5d4,_0x14a338);if(_0x4560c0)return[_0x4560c0,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x30f5d4);}return _0x495dec?_0xe279ab['nextSibling']?this['_findFallbackReferenceNode'](_0xe279ab,_0x14a338):[_0x14a338['childNodes'][_0x14a338['childNodes']['length']-0x1],'afterend']:[_0x14a338['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x5c9d1b,_0x430bdd){const _0x459fb1=[],_0x149dcf=this['_findPrevElementWithDataId'](_0x5c9d1b,!0x0);if(_0x149dcf){const _0x5240d2=St('data-id',this['_getNodeDataId'](_0x149dcf),_0x430bdd);_0x5240d2&&_0x459fb1['push']([_0x5240d2,'afterend']);}const _0x212482=this['_findNextElementWithDataId'](_0x5c9d1b,!0x0);if(_0x212482){const _0x2103a8=St('data-id',this['_getNodeDataId'](_0x212482),_0x430bdd);_0x2103a8&&_0x459fb1['push']([_0x2103a8,'beforebegin']);}if(_0x459fb1['length']>0x1)return Zi(_0x459fb1[0x0][0x0])<=Zi(_0x459fb1[0x1][0x0])?_0x459fb1[0x0]:_0x459fb1[0x1];return 0x1===_0x459fb1['length']?_0x459fb1[0x0]:[_0x430bdd['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x453472,_0x6b121b){let _0x5d9c12=_0x453472['nextSibling'],_0x2e111c=null,_0x2f3751=!0x1;for(;_0x5d9c12;){if(_0x3604f6(_0x5d9c12)){if(this['_isDelNode'](_0x5d9c12)&&(_0x2e111c=_0x5d9c12),this['_isExistingContentComment'](_0x5d9c12)&&_0x6b121b&&!_0x2f3751){_0x2f3751=!0x0,_0x5d9c12=_0x5d9c12['nextSibling'];continue;}break;}const _0x43a5b7=At(_0x5d9c12,'data-id');if(_0x43a5b7&&'new-element'!==_0x43a5b7&&this['_existingDataIds']['has'](_0x43a5b7)){_0x2e111c=_0x5d9c12;break;}_0x5d9c12=_0x5d9c12['nextSibling'];}return _0x2e111c;}['_findPrevElementWithDataId'](_0x468326,_0x4803e5){let _0x52edcb=_0x468326['previousSibling'],_0x2821a7=null,_0x55565b=!0x1;for(;_0x52edcb;){if(_0x3604f6(_0x52edcb)){if(this['_isDelNode'](_0x52edcb)&&(_0x2821a7=_0x52edcb),this['_isExistingContentComment'](_0x52edcb)&&_0x4803e5&&!_0x55565b){_0x55565b=!0x0,_0x52edcb=_0x52edcb['previousSibling'];continue;}break;}const _0x1860f=At(_0x52edcb,'data-id');if(_0x1860f&&'new-element'!==_0x1860f&&this['_existingDataIds']['has'](_0x1860f)){_0x2821a7=_0x52edcb;break;}_0x52edcb=_0x52edcb['previousSibling'];}return _0x2821a7;}['_markWrappedElements'](_0x54417a){_0x1415cb(_0x54417a)&&Bi('data-id',null,_0x54417a)['forEach'](_0x3562e1=>{this['_isExistingNode'](_0x3562e1)&&!this['_hasWrappedParent'](_0x3562e1)&&(Qi(_0x3562e1,'data-wrapped-id',At(_0x3562e1,'data-id')),Qi(_0x3562e1,'data-id',null));});}['_getNodeDataId'](_0x1412b1){if(!_0x1412b1)return null;if(_0x1415cb(_0x1412b1))return At(_0x1412b1,'data-id');if(_0x3604f6(_0x1412b1)){const _0x167c1f=Tt(_0x1412b1)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x167c1f&&_0x167c1f[0x1])return _0x167c1f[0x1];}return null;}['_storeDeletedElementIds'](_0x760824){if(_0x3604f6(_0x760824)){const _0x58c574=Tt(_0x760824)['match'](/removed[\s*-]data-id="([^"]+)"/);_0x58c574&&_0x58c574[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0x58c574[0x1]);}}['_getUid'](_0x20d989){return this['_isExistingNode'](_0x20d989)?At(_0x20d989,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x4be0d7){(function(_0x117ce9){return _0x188181(_0x1835d6=>_0x3604f6(_0x1835d6),_0x117ce9,!0x0,0x1/0x0);}(_0x4be0d7)['filter'](_0x4d538c=>this['_isDelNode'](_0x4d538c)||this['_isExistingContentComment'](_0x4d538c))['forEach'](_0xeac5ca=>{_0x2a3aa1(_0xeac5ca);}));}['_markLastTagElementUnstable'](_0x4c0a67){const _0x4d685c=_0x4c0a67['childNodes'],_0x5720c8=_0x4d685c[_0x4d685c['length']-0x1];_0x5720c8&&_0x1415cb(_0x5720c8)&&Qi(_0x5720c8,'data-unstable','true');}['_markUnstableElements'](_0x2873c0,_0x127362){const _0x5e331=St('data-unstable','true',_0x2873c0);if(!_0x5e331)return;const _0x2f3a0c=Gi(_0x5e331)['slice'](0x0,-0x1),_0x5cee1e=_0x2f3a0c['length'];let _0xf4fed7=_0x5e331;if(_0x5cee1e>_0x127362){let _0x14e337=_0x5cee1e,_0x54a7a1=null;for(;_0x14e337>_0x127362&&_0x14e337>=0x0;)_0x14e337--,_0x54a7a1=_0x2f3a0c[_0x14e337];_0x54a7a1&&(_0xf4fed7=_0x54a7a1,Qi(_0x5e331,'data-unstable',null),Qi(_0x54a7a1,'data-unstable','true'));}else{if(_0x5cee1e<_0x127362){let _0x4b4545=_0x5cee1e,_0x42435b=_0x5e331;for(;_0x4b4545<_0x127362;){const _0x4affd5=_0x42435b['childNodes']['filter'](_0x45b98e=>_0x1415cb(_0x45b98e));if(0x0===_0x4affd5['length'])break;_0x4b4545++,_0x42435b=_0x4affd5[_0x4affd5['length']-0x1];}_0x42435b&&(_0xf4fed7=_0x42435b,Qi(_0x5e331,'data-unstable',null),Qi(_0x42435b,'data-unstable','true'));}}let _0x7392af=_0xf4fed7;for(;_0x7392af;){for(;_0x7392af['nextSibling'];)_0x7392af=_0x7392af['nextSibling'],_0x1415cb(_0x7392af)&&Qi(_0x7392af,'data-unstable','true');_0x7392af=_0x7392af['parentNode'];}}['_isNewNode'](_0x29d25f){return Boolean('new-element'===At(_0x29d25f,'data-id'));}['_isExistingNode'](_0x3a55f2){return Boolean((At(_0x3a55f2,'data-id')||'')['length']>0x0&&'new-element'!==At(_0x3a55f2,'data-id'));}['_isDelNode'](_0x6fcc03){return!!_0x6fcc03&&Boolean(_0x3604f6(_0x6fcc03)&&Tt(_0x6fcc03)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x5a79d0){let _0xa55276=_0x5a79d0['parentNode'];for(;_0xa55276;){if(At(_0xa55276,'data-wrapped-id'))return!0x0;_0xa55276=_0xa55276['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x542704){return Boolean(_0x3604f6(_0x542704)&&Tt(_0x542704)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function J({editor:_0x2c5f22,changeGroups:_0x31795b,documentContextContent:_0x2274e8,showDiff:_0x557a4a,trimUnchanged:_0x3dad97=!0x0}){return _0x31795b['map'](_0xc1d5e9=>{const _0x262fdd=new Et([]),_0x591484=new Et([]);for(const _0x294908 of _0xc1d5e9['changes'])if(_0x557a4a&&'removed'==_0x294908['type']||_0x591484['children']['push'](_0x294908['node']['cloneNode'](!0x0)),'new'!=_0x294908['type']&&(_0x557a4a||'removed'!=_0x294908['type'])){const _0x59a130=yt(_0x7d910d=>At(_0x7d910d,'data-id')==_0x294908['id'],_0x2274e8,!0x0);_0x59a130&&_0x262fdd['children']['push'](_0x59a130['cloneNode'](!0x0));}const {content:_0x5a0f2f,hasChanges:_0x25200b}=function(_0x48e899,_0x2f1f4c,_0xc458e0,_0x492606,_0x196799=!0x0){const _0x10fa53=_0x48e899['plugins']['get']('DocumentCompare'),_0x16ecd4=Tt(_0x2f1f4c),_0xadc021=Tt(_0xc458e0),_0x581169=_0x48e899['data']['parse'](_0x16ecd4,'$root'),_0x4faac0=_0x48e899['model']['createPositionAt'](_0x581169,0x0),_0x248112=_0x10fa53['getDiff'](_0x16ecd4,_0xadc021,{'anchor':_0x4faac0,'markDeletions':_0x492606}),_0x583cb2=_0x248112['getOperations']();if(0x0==_0x583cb2['length'])return{'content':_0x2f1f4c['cloneNode'](!0x0),'hasChanges':!0x1};_0x492606?function(_0x31d70f,_0x2c0ce0,_0x148e7b){if(0x0==_0x31d70f['length'])return;const _0x586a98=_0x148e7b['plugins']['get']('DocumentCompare'),_0x1ca6c2=_0x148e7b['plugins']['get']('SuggestionsConversion');_0x148e7b['model']['change'](_0xad4071=>{const _0x377b86=new Set();for(let _0xe3a39c=0x0;_0xe3a39c<_0x31d70f['length'];_0xe3a39c++){const _0x2b6f79=_0x31d70f[_0xe3a39c];if(_0x2b6f79['baseVersion']=null,_0x2b6f79['isDocumentOperation']=!0x1,_0x586a98['isMarkedRemoveOperation'](_0x2b6f79)){const _0x4f099b=_0x434e3f(_0x2b6f79['newRange'],_0x148e7b['model']),_0x27a157='suggestion:deletion:'+_0x589eaf()+':$aiSuggestion';_0x2c0ce0['markers']['set'](_0x27a157,_0x4f099b);}else switch(_0x2b6f79['type']){case'rename':{if(_0x2b6f79['oldName']==_0x2b6f79['newName'])break;_0xad4071['batch']['addOperation'](_0x2b6f79),_0x148e7b['model']['applyOperation'](_0x2b6f79);const _0x32313d='$elementName',_0x162008=_0x2b6f79['position'],_0x1b9a30=_0x148e7b['model']['createRange'](_0x162008,_0x148e7b['model']['createPositionAt'](_0x162008['nodeAfter'],'end')),_0x57817f='suggestion:attribute:'+_0x32313d+':'+_0x589eaf()+':$aiSuggestion';_0x2c0ce0['markers']['set'](_0x57817f,_0x1b9a30);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x2b6f79['oldValue']==_0x2b6f79['newValue'])break;_0xad4071['batch']['addOperation'](_0x2b6f79),_0x148e7b['model']['applyOperation'](_0x2b6f79);const _0x53ab45=_0x2b6f79['key'];if(!_0x1ca6c2['isRegisteredAttribute'](_0x53ab45))break;const _0x5c1dc5=_0x434e3f(_0x2b6f79['range'],_0x148e7b['model']),_0x47f650='suggestion:attribute:'+_0x53ab45+':'+_0x589eaf()+':$aiSuggestion';_0x2c0ce0['markers']['set'](_0x47f650,_0x5c1dc5);break;}case'insert':{_0xad4071['batch']['addOperation'](_0x2b6f79),_0x148e7b['model']['applyOperation'](_0x2b6f79);if(_0x31d70f[_0xe3a39c+0x1]&&'move'==_0x31d70f[_0xe3a39c+0x1]['type']){no(_0x2c0ce0,_0x2b6f79);break;}const _0x43b2b4=_0x2b6f79['position'],_0xf22586=_0x2b6f79['howMany'],_0x951d0d=_0x434e3f(_0x148e7b['model']['createRange'](_0x43b2b4,_0x43b2b4['getShiftedBy'](_0xf22586)),_0x148e7b['model']),_0x64cd70='suggestion:insertion:'+_0x589eaf()+':$aiSuggestion';_0x2c0ce0['markers']['set'](_0x64cd70,_0x951d0d);break;}case'split':{_0xad4071['batch']['addOperation'](_0x2b6f79),_0x148e7b['model']['applyOperation'](_0x2b6f79);const _0x123cde=_0x2b6f79['splitPosition'],_0x25b7be=_0x2b6f79['moveTargetPosition'],_0x1ea4f0=_0x148e7b['model']['createRange'](_0x123cde,_0x25b7be),_0x27aa02='suggestion:insertion:'+_0x589eaf()+':$aiSuggestion';_0x2c0ce0['markers']['set'](_0x27aa02,_0x1ea4f0);break;}case'move':{_0xad4071['batch']['addOperation'](_0x2b6f79),_0x148e7b['model']['applyOperation'](_0x2b6f79),_0x31d70f[_0xe3a39c-0x1]&&'insert'==_0x31d70f[_0xe3a39c-0x1]['type']&&no(_0x2c0ce0,_0x2b6f79);const _0x142fd2=_0x2b6f79['getMovedRangeStart'](),_0x2f82b7=_0x2b6f79['howMany'];for(let _0x284a2a=0x0;_0x284a2a<_0x2f82b7;_0x284a2a++){const _0x293449=_0x142fd2['getShiftedBy'](_0x284a2a)['nodeAfter'];_0x377b86['add'](_0x293449);}break;}case'remove':{const _0x51b0e6=_0x2b6f79['sourcePosition'],_0xa9e45=_0x2b6f79['howMany'],_0x118a60=new et(_0x51b0e6,_0xa9e45);_0xad4071['batch']['addOperation'](_0x118a60),_0x148e7b['model']['applyOperation'](_0x118a60);break;}}}for(const _0x5e368f of _0x377b86){const _0x24baa0=_0x148e7b['model']['createRangeOn'](_0x5e368f),_0x1cfddb='suggestion:formatBlock:$fakeWrap:'+_0x589eaf()+':$aiSuggestion';_0x2c0ce0['markers']['set'](_0x1cfddb,_0x434e3f(_0x24baa0,_0x148e7b['model']));}});}(_0x583cb2,_0x581169,_0x48e899):_0x48e899['model']['change'](_0x779a7c=>{for(const _0x4e0f9f of _0x583cb2)if('remove'==_0x4e0f9f['type']){const _0x422d06=_0x4e0f9f['sourcePosition'],_0xe61183=_0x4e0f9f['howMany'],_0x5e94e0=new et(_0x422d06,_0xe61183);_0x779a7c['batch']['addOperation'](_0x5e94e0),_0x48e899['model']['applyOperation'](_0x5e94e0);}else{if('marker'==_0x4e0f9f['type']){const _0x5c99ec=_0x4e0f9f['name'],_0x4cd055=_0x4e0f9f['newRange'];null!==_0x4cd055?_0x581169['markers']['set'](_0x5c99ec,_0x4cd055):_0x581169['markers']['delete'](_0x5c99ec);}else _0x4e0f9f['baseVersion']=null,_0x4e0f9f['isDocumentOperation']=!0x1,_0x779a7c['batch']['addOperation'](_0x4e0f9f),_0x48e899['model']['applyOperation'](_0x4e0f9f);}});if(_0x196799){const _0x57200b=mt(_0x48e899,_0x583cb2,_0x581169);ft(_0x48e899['model'],_0x57200b),function(_0x4d2539,_0x527336){const _0x39203b=_0x527336['getFirstRange']()['start'];let _0x2697b9=_0x527336['getFirstRange']()['end'];const _0x1b81ea=_0x39203b['root'];(_0x2697b9['textNode']||_0x2697b9['nodeAfter']&&_0x2697b9['nodeAfter']['is']('$text'))&&(_0x203d29(_0x2697b9,'...'),_0x2697b9=_0x2697b9['getShiftedBy'](0x3)),(_0x39203b['textNode']||_0x39203b['nodeBefore']&&_0x39203b['nodeBefore']['is']('$text'))&&(_0x203d29(_0x39203b,'...'),function(_0x33822,_0x33c1c7,_0x55ee30){for(let [_0x1312aa,_0x1d65af]of _0x33822['markers']){const _0x5a9ffe=_0x1d65af['_getTransformedByInsertion'](_0x33c1c7,_0x55ee30,!0x1);_0x1d65af=_0x5a9ffe[0x0],_0x33822['markers']['set'](_0x1312aa,_0x1d65af);}}(_0x1b81ea,_0x39203b,0x3),_0x39203b['parent']==_0x2697b9['parent']&&(_0x2697b9=_0x2697b9['getShiftedBy'](0x3)));const _0x1eae07=_0x4d2539['createRange'](_0x4d2539['createPositionAt'](_0x1b81ea,0x0),_0x39203b),_0x1857f5=_0x4d2539['createRange'](_0x2697b9,_0x4d2539['createPositionAt'](_0x1b81ea,'end')),_0x40cfed=[..._0x1eae07['getMinimalFlatRanges'](),..._0x1857f5['getMinimalFlatRanges']()];_0x40cfed['reverse']();for(const _0x3b88fd of _0x40cfed)to(_0x3b88fd),Jn(_0x1b81ea,_0x3b88fd);}(_0x48e899['model'],_0x57200b);}const _0x34c30b=_0x48e899['data']['stringify'](_0x581169,{'showSuggestionHighlights':!0x0});return{'content':ji(_0x34c30b),'hasChanges':!0x0};}(_0x2c5f22,_0x262fdd,_0x591484,_0x557a4a,_0x3dad97);return{'type':_0xc1d5e9['changes'][0x0]['type'],'index':_0xc1d5e9['index'],'content':_0x5a0f2f,'hasChanges':_0x25200b};});}function no(_0x92f4cc,_0x5a7148){for(const [_0x1f7a17,_0x5055f3]of _0x92f4cc['markers']){const _0x5809fa=it['_createFromRanges'](_0x5055f3['getTransformedByOperation'](_0x5a7148));_0x92f4cc['markers']['set'](_0x1f7a17,_0x5809fa);}}function mt(_0x51a7ac,_0x5add08,_0x368821){const _0xe74629=_0x51a7ac['plugins']['get']('DocumentCompare');let _0x9248f0=_0x51a7ac['model']['createPositionAt'](_0x368821,Number['POSITIVE_INFINITY']),_0x163094=_0x51a7ac['model']['createPositionAt'](_0x368821,0x0);for(const _0x1a436a of _0x5add08){let _0x111970,_0x28cdfd;if(_0xe74629['isMarkedRemoveOperation'](_0x1a436a))_0x111970=_0x1a436a['newRange']['start'],_0x28cdfd=_0x1a436a['newRange']['end'];else switch(_0x9248f0=_0x9248f0['getTransformedByOperation'](_0x1a436a),_0x163094=_0x163094['getTransformedByOperation'](_0x1a436a),_0x1a436a['type']){case'rename':_0x111970=_0x1a436a['position'],_0x28cdfd=_0x111970['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x111970=_0x1a436a['range']['start'],_0x28cdfd=_0x1a436a['range']['end'];break;case'insert':_0x111970=_0x1a436a['position'],_0x28cdfd=_0x111970['getShiftedBy'](_0x1a436a['howMany']);break;case'split':_0x111970=_0x1a436a['splitPosition'],_0x28cdfd=_0x1a436a['moveTargetPosition'];break;case'merge':{const _0x484d41=_0x1a436a['targetPosition']['path']['slice'](0x0,-0x1);_0x111970=_0x51a7ac['model']['createPositionFromPath'](_0x368821,_0x484d41),_0x28cdfd=_0x111970['getShiftedBy'](0x1);break;}case'remove':{const _0x3a3d4b=_0x1a436a['howMany'],_0x366983=_0x1a436a['sourcePosition']['_getTransformedByInsertion'](_0x1a436a['targetPosition'],_0x3a3d4b),_0x106736=_0x1a436a['getMovedRangeStart']();'remove'==_0x1a436a['type']?(_0x111970=_0x366983,_0x28cdfd=_0x366983):(_0x111970=_0x106736,_0x28cdfd=_0x106736['getShiftedBy'](_0x3a3d4b));break;}}_0x111970&&_0x111970['isBefore'](_0x9248f0)&&(_0x9248f0=_0x111970['clone'](),_0x9248f0['stickiness']='toNone'),_0x28cdfd&&_0x28cdfd['isAfter'](_0x163094)&&(_0x163094=_0x28cdfd['clone'](),_0x163094['stickiness']='toNone');}return _0x51a7ac['model']['createSelection'](_0x51a7ac['model']['createRange'](_0x9248f0,_0x163094));}function ft(_0x320e97,_0x4a5bbd){ro(_0x320e97,_0x4a5bbd,'forward');const _0x26fa05=_0x4a5bbd['getFirstRange']();_0x4a5bbd['setTo']([]),_0x4a5bbd['setTo'](_0x26fa05,{'backward':!0x0}),ro(_0x320e97,_0x4a5bbd,'backward');}function ro(_0x4147cb,_0x7e1671,_0x214b18){let _0x27da9b=0x14;for(;_0x27da9b;){_0x4147cb['modifySelection'](_0x7e1671,{'unit':'word','direction':_0x214b18}),_0x27da9b--;const _0x576a30=_0x7e1671['focus']['forward'==_0x214b18?'nodeBefore':'nodeAfter'];if(_0x576a30&&_0x576a30['is']('element')&&_0x4147cb['schema']['isBlock'](_0x576a30)&&_0x4147cb['schema']['isObject'](_0x576a30))break;}}function Jn(_0x45b350,_0x4dded9){for(const [_0x2a72ef,_0x42e5a2]of _0x45b350['markers']){const _0x505c9f=_0x42e5a2['_getTransformedByDeletion'](_0x4dded9['start'],_0x4dded9['end']['offset']-_0x4dded9['start']['offset']);null!=_0x505c9f?_0x45b350['markers']['set'](_0x2a72ef,_0x505c9f):_0x45b350['markers']['delete'](_0x2a72ef);}}class Ge extends ts(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new Et([]);['parsedMergedContent']=new Et([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x11bdde,content:_0x10da3b='',isDone:_0x1ebceb=!0x1,interactionId:_0x1d91a,areActionsDisabled:_0x732c6f,documentContextContent:_0x5ed118,editor:_0xf9cfeb,id:_0x2d82ba}){super(),this['id']=_0x2d82ba||_0x589eaf(),this['interactionId']=_0x1d91a,this['type']=_0x11bdde,this['areActionsDisabled']=!!_0x732c6f,this['editor']=_0xf9cfeb,this['aiResponseParser']=new Ui(),this['aiResponseApplier']=new Ni(),this['documentContextContent']=ji(_0x5ed118||''),this['set']('isDone',_0x1ebceb),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x10da3b);}['appendContent'](_0x14a707){this['set']('content',this['content']+_0x14a707);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x2c7cf7,_0x13b249){this['changeGroups'][_0x2c7cf7]['state']=_0x13b249,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x2c7cf7,'state':_0x13b249});}['getContentParts']({showDiff:_0x1b48c3,groupIndex:_0x366600}){if(!this['editor'])throw new _0x54686c('ai-get-editor-from-context-no-editor',null,{'aiReply':this});const _0x536b35=this['_getCachedContentParts'](_0x1b48c3,_0x366600);if(_0x536b35)return _0x536b35;let _0x1866f0=[];if(void 0x0===_0x366600)_0x1866f0=this['changeGroups'];else{const _0x2429b=this['changeGroups']['find'](({index:_0x150d90})=>_0x150d90===_0x366600);if(!_0x2429b)throw new _0x54686c('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x366600});_0x1866f0=[_0x2429b];}const _0x2b8863=J({'editor':this['editor'],'showDiff':_0x1b48c3,'changeGroups':_0x1866f0,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x1b48c3,_0x2b8863),_0x2b8863;}['_getCachedContentParts'](_0x2543ce,_0x1460b2){const _0x5ea737=_0x2543ce?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x5ea737]['length'])return null;const _0x2b2f9a=this['cachedSuggestionContentParts'][_0x5ea737];if(void 0x0===_0x1460b2)return _0x2b2f9a['length']>0x0&&_0x2b2f9a['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x2543ce,null),null):_0x4210b4(_0x2b2f9a);{const _0x5c84bc=_0x2b2f9a['find'](({index:_0xafb0a0})=>_0xafb0a0===_0x1460b2);if(_0x5c84bc)return[_0x4210b4(_0x5c84bc)];}return null;}['_setCachedContentParts'](_0x10a494,_0x21425b){const _0x32929a=_0x10a494?'withDiff':'withoutDiff';_0x21425b?_0x21425b['forEach'](_0x2b678a=>{const _0x4cb32c=this['cachedSuggestionContentParts'][_0x32929a],_0x361af1=_0x4cb32c['find'](({index:_0x3a8215})=>_0x3a8215===_0x2b678a['index']);if(_0x361af1){const _0x9d5e31=_0x4cb32c['indexOf'](_0x361af1);_0x4cb32c['splice'](_0x9d5e31,0x1,_0x2b678a);}else _0x4cb32c['push'](_0x2b678a);}):this['cachedSuggestionContentParts'][_0x32929a]['length']=0x0;}['onContentChange'](){if('modification'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x43fd9e=this['changeGroups'];this['updateChangeGroups']();const _0x193753=this['_getDifferentChangeGroups'](_0x43fd9e,this['changeGroups']);(_0x193753['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x193753),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x35df4a,_0x377e48){const _0x26dda0=[];for(const _0x361527 of _0x377e48){const _0x1200a2=_0x35df4a[_0x361527['index']];_0x1200a2?_0x1200a2['changes']['length']!==_0x361527['changes']['length']?_0x26dda0['push'](_0x361527):_0x1200a2['changes']['forEach']((_0x765d89,_0x2c64f7)=>{const _0x362664=_0x361527['changes'][_0x2c64f7];_0x765d89['id']!==_0x362664['id']&&_0x26dda0['push'](_0x361527);}):_0x26dda0['push'](_0x361527);}return _0x26dda0;}['updateChangeGroups'](){const _0x56a330=new _0x5fd8c8('p',{},[new _0x5fd8c8('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x5dcbfa(i(this['editor']['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x2b0415=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x56a330,'cutAfterLastChange':!this['isDone']});if(!_0x2b0415['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x2b0415['parsedContent'];let _0x1d4530=[];if(_0x53d6a8(_0xa9ce90=>{const _0x472e52=At(_0xa9ce90,'data-id');if(!_0x472e52||!_0x3fcd6c(_0x472e52))return!0x1;const _0x2f1ad9=[_0xa9ce90,...Gi(_0xa9ce90)]['at'](-0x2);if(_0xa9ce90!=_0x2f1ad9){const _0x419197=At(_0x2f1ad9,'data-id');_0x3fcd6c(_0x419197)||(_0x1d4530['push']({'node':_0x2f1ad9,'id':_0x419197,'type':'modified'}),_0x2b0415['modifiedNodeIds']['push'](_0x419197));}else _0x2b0415['modifiedNodeIds']['includes'](_0x472e52)?_0x1d4530['push']({'node':_0xa9ce90,'type':'modified','id':_0x472e52}):_0x2b0415['newNodeIds']['includes'](_0x472e52)?_0x1d4530['push']({'node':_0xa9ce90,'type':'new','id':_0x472e52,'anchorId':At(_0xa9ce90['previousSibling'],'data-id')}):_0x1d4530['push']({'node':_0xa9ce90,'type':'removed','id':_0x472e52});return!0x0;},this['parsedMergedContent']),_0x1d4530=_0x1d4530['filter'](({node:_0x4aa424})=>[...Gi(_0x4aa424),_0x4aa424]['every'](_0x54e79b=>!At(_0x54e79b,'data-unstable'))),0x0==_0x1d4530['length'])return;const _0x9ec2e4=[[_0x1d4530[0x0]]];for(let _0x4b26ea=0x1;_0x4b26ea<_0x1d4530['length'];_0x4b26ea++){const _0x4c30a4=_0x9ec2e4[_0x9ec2e4['length']-0x1],_0x48f50b=_0x4c30a4[_0x4c30a4['length']-0x1];_0x1d4530[_0x4b26ea]['node']['previousSibling']==_0x48f50b['node']&&'modified'!=_0x1d4530[_0x4b26ea]['type']&&'modified'!=_0x48f50b['type']?_0x4c30a4['push'](_0x1d4530[_0x4b26ea]):_0x9ec2e4['push']([_0x1d4530[_0x4b26ea]]);}for(const _0x2db3ca of _0x9ec2e4){const _0x565b4e=_0x2db3ca[0x0],_0xaa61b3=_0x2db3ca[_0x2db3ca['length']-0x1],_0xb2be5a=_0x25b096(_0x565b4e['node']['previousSibling']);_0xb2be5a&&_0x2db3ca['unshift'](_0xb2be5a);const _0x23299d=_0x25b096(_0xaa61b3['node']['nextSibling']);_0x23299d&&_0x2db3ca['push'](_0x23299d);}function _0x3fcd6c(_0x2eaf43){return _0x2b0415['modifiedNodeIds']['includes'](_0x2eaf43)||_0x2b0415['newNodeIds']['includes'](_0x2eaf43)||_0x2b0415['removedNodeIds']['includes'](_0x2eaf43);}function _0x25b096(_0x5ae080){if(_0x5ae080&&At(_0x5ae080,'data-id')&&!At(_0x5ae080,'data-unstable')){const _0xa16eb4=At(_0x5ae080,'data-id');if(!_0x3fcd6c(_0xa16eb4))return{'node':_0x5ae080,'type':'context','id':_0xa16eb4};}return null;}this['changeGroups']=_0x9ec2e4['map']((_0x2c289d,_0x3edbb4)=>({'changes':_0x2c289d,'state':'pending','index':_0x3edbb4}));}}const ye=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];class xe extends _0x12cec9(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;constructor({connector:_0x15c291,editor:_0x46567f}){super(),this['id']=_0x589eaf(),this['connector']=_0x15c291,this['isStopped']=!0x0,this['editor']=_0x46567f;}async['start'](){const _0x386402=[];let _0x91e1dc,_0x5a7938,_0x5598fb;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x3a884b=await this['currentRequest']['getStream']();for await(const _0x16c8b3 of _0x3a884b){if(this['isStopped'])return;if('error'==_0x16c8b3['event'])return void this['fire']('error',{'error':new _0x54686c('ai-chat-interaction-error',this)});switch(_0x16c8b3['event']){case'message-metadata':this['messageId']=_0x16c8b3['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x16c8b3['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x16c8b3['data']['conversationTitle'],!0x0);break;case'source':_0x386402['push'](_0x16c8b3['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'](),_0x91e1dc='modification-delta'==_0x16c8b3['event']?'modification':'text',_0x5a7938='modification-delta'==_0x16c8b3['event']?_0x16c8b3['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x91e1dc&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x91e1dc,'interactionId':this['id'],'id':_0x5a7938}),'modification'==_0x91e1dc&&(this['currentReply']['sources']=_0x386402['splice'](0x0))),this['currentReply']['appendContent'](_0x16c8b3['data']['textDelta']);break;case'mcp-tool-result':_0x5598fb=JSON['parse'](_0x16c8b3['data']['result']),this['_handleToolResultData']({'toolName':_0x16c8b3['data']['toolName'],'data':_0x5598fb['data'],'attributes':_0x5598fb['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x16c8b3['data']['toolName'],'data':_0x16c8b3['data']['data']});}}}finally{this['isStopped']||(this['currentReply']&&_0x386402['length']>0x0&&(this['currentReply']['sources']=_0x386402['splice'](0x0)),this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x56d133){return this['replies']['find'](_0xfeb17f=>_0xfeb17f['id']===_0x56d133);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x5ee35c=>_0x5ee35c['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0xc69ddb){const _0x4c5ccd=new Ge({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0xc69ddb});return this['replies']['push'](_0x4c5ccd),_0x4c5ccd['delegate'](...ye)['to'](this),this['fire']('replyCreated',_0x4c5ccd),_0x4c5ccd;}['setConversationTitle'](_0x272131,_0x162512=!0x1){this['fire']('setConversationTitle',_0x272131,_0x162512);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x565e87){this['fire']('toolDataReceived',{'type':'result','toolName':_0x565e87['toolName'],'data':structuredClone(_0x565e87['data']||{}),'attributes':structuredClone(_0x565e87['attributes']||{})},this);}['_handleToolNotificationData'](_0x2c424b){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x2c424b['toolName'],'data':structuredClone(_0x2c424b['data'])},this);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}var qe=function(_0x28b89e){return _0x28b89e['TOOL']='mcp-tool-context',_0x28b89e['FILE']='file',_0x28b89e['DOCUMENT']='document',_0x28b89e['URL']='web-resource',_0x28b89e['TEXT']='text',_0x28b89e['SELECTION']='selection',_0x28b89e;}({}),Fe=function(_0x58e7eb){return _0x58e7eb['TEXT']='text',_0x58e7eb['MARKDOWN']='markdown',_0x58e7eb['HTML']='html',_0x58e7eb;}({});const Ue=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']]),He=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class We extends ts(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x1473e5,config:_0x1fdbb3,ownerId:_0x5c809d}){super(),this['_connector']=_0x1473e5,this['_config']=_0x1fdbb3,this['_ownerId']=_0x5c809d;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0x49dbe4){const _0x52b844=await this['_createContextItemFromContent'](_0x49dbe4);return this['_addToConversationContextItem'](_0x52b844),'current-document'===_0x52b844['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x52b844;}async['_createContextItemFromContent'](_0x41a639){if(_0x41a639['type']===qe['DOCUMENT']){const _0x5f4530=await this['_connector']['fetchDocument'](this['_ownerId'],_0x41a639['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x41a639['type'],'content':_0x5f4530['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x5f4530['attributes']?.['version'],'sessionId':_0x5f4530['attributes']?.['sessionId']};}if(_0x41a639['type']===qe['TOOL'])return{'id':_0x41a639['id'],'uiId':_0x41a639['id'],'label':_0x41a639['data']?.['label']||_0x41a639['id'],'type':qe['TOOL'],'mcpServerName':_0x41a639['mcpServerName'],'toolName':_0x41a639['toolName'],'data':_0x41a639['data']||{}};return{'id':_0x41a639['id'],'uiId':_0x41a639['id'],'label':_0x41a639['attributes']?.['label']||_0x41a639['name']||_0x41a639['url']||_0x41a639['id'],'type':_0x41a639['type'],..._0x41a639?.['attributes']?.['resourceId']?{'resourceId':_0x41a639['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x48cfd5){const _0x23ff94=this['_pendingContextItems']['get'](_0x48cfd5);_0x23ff94?.['isReadOnly']||this['_removeContextItem'](_0x48cfd5);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x2b9825 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x2b9825['uiId']);const _0x4bc57c=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x4bc57c&&this['_addContextItem']({..._0x4bc57c,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x34d68c){for(const _0x3b2166 of _0x34d68c['values']())this['_addToConversationContextItem'](_0x3b2166);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'](_0x2cb71e){return Array['from'](_0x2cb71e['values']())['map'](_0x43f873=>this['_mapContextItemToRequestData'](_0x43f873))['filter'](_0x195d21=>null!==_0x195d21);}async['addFilesToContext'](_0x192e1e,_0x3b1236,_0x188c5b=qe['FILE']){const _0x4d28b6='files-'+_0x589eaf();this['_startUploadOperation'](_0x4d28b6);try{await Promise['all'](_0x192e1e['map'](async _0x36ec3e=>{const _0x4a30ba='file-'+_0x589eaf(),_0x14d225=_0x169b70(_0x36ec3e['name']);try{this['_addContextItem']({'type':_0x188c5b,'label':_0x3b1236?.['label']||_0x14d225,'uiId':_0x4a30ba,'resourceId':_0x3b1236?.['resourceId']},!0x0);const _0x263b05=this['_connector']['uploadFile'](this['_ownerId'],_0x36ec3e,_0x3b1236);this['_ongoingUploads']['set'](_0x4a30ba,_0x263b05['abortController']);const {id:_0x33af7f}=await _0x263b05['getId']();this['_ongoingUploads']['delete'](_0x4a30ba),this['_finishContextItemLoading']({'type':_0x188c5b,'id':_0x33af7f,'label':_0x3b1236?.['label']||_0x14d225,'uiId':_0x4a30ba,'resourceId':_0x3b1236?.['resourceId']},!0x1);}catch(_0x8ffd){this['_ongoingUploads']['delete'](_0x4a30ba);if(!(_0x8ffd instanceof _0x54686c&&_0x8ffd['message']['startsWith']('ai-request-aborted'))){const _0x1f9cb1=Ue['get'](_0x8ffd['code'])||'ai-chat-file-upload-failed',_0x4a5f4b=new _0x54686c(_0x1f9cb1,null,{'fileName':_0x14d225,..._0x8ffd});_0x4a5f4b['stack']=_0x8ffd['stack'],this['fire']('error',{'error':_0x4a5f4b});}this['_removeContextItem'](_0x4a30ba);}}));}finally{this['_finishUploadOperation'](_0x4d28b6);}}['addCurrentDocumentToContext'](_0x1e7f02){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x2f9622={'type':qe['DOCUMENT'],'uiId':'current-document','label':_0x1e7f02,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x2f9622);}async['updateCurrentDocument'](_0x51246b,_0x98a788,_0x35e95f,_0x435e25){const _0x232fec=this['_pendingContextItems']['get']('current-document');if(_0x232fec&&_0x51246b){_0x232fec['selection']=_0x435e25?_0x435e25['map'](_0x1d1290=>({'start':_0x1d1290['start'],'end':_0x1d1290['end']})):[];try{if(_0x232fec['version']===_0x98a788)return;const {id:_0x16cb06}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x51246b,{'version':_0x98a788,'sessionId':_0x35e95f})['getId']();_0x232fec['id']=_0x16cb06,_0x232fec['content']=_0x51246b,_0x232fec['version']=_0x98a788,_0x232fec['sessionId']=_0x35e95f;}catch(_0x25724e){const _0x258759=new _0x54686c('ai-chat-document-upload-failed',null);_0x258759['stack']=_0x25724e['stack'],this['fire']('error',{'error':_0x258759});}}}['addSelectionToContext'](_0x589575){this['_addContextItem']({'type':qe['SELECTION'],'label':_0x589575,'uiId':'selection','content':_0x589575});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x5b0034,_0x2ab6f1){const _0x4b9ce8='url-'+_0x589eaf();this['_startUploadOperation'](_0x4b9ce8);const _0xf849af='url-'+_0x589eaf();try{this['_addContextItem']({'type':qe['URL'],'label':_0x2ab6f1?.['label']||_0x5b0034,'uiId':_0xf849af,'resourceId':_0x2ab6f1?.['resourceId']},!0x0);const _0x9f4d4f=this['_connector']['uploadUrl'](this['_ownerId'],_0x5b0034,_0x2ab6f1);this['_ongoingUploads']['set'](_0xf849af,_0x9f4d4f['abortController']);const {id:_0x230c9a}=await _0x9f4d4f['getId']();this['_ongoingUploads']['delete'](_0xf849af),this['_finishContextItemLoading']({'type':qe['URL'],'id':_0x230c9a,'label':_0x2ab6f1?.['label']||_0x5b0034,'uiId':_0xf849af,'resourceId':_0x2ab6f1?.['resourceId']},!0x1);}catch(_0x13e03c){this['_ongoingUploads']['delete'](_0xf849af),(_0x13e03c['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new _0x54686c('ai-chat-url-upload-failed',this,{'url':_0x5b0034,'originalError':_0x13e03c}),'url':_0x5b0034}),this['_removeContextItem'](_0xf849af));}finally{this['_finishUploadOperation'](_0x4b9ce8);}}['addToolItemToContext'](_0x522dd9){_0x522dd9['id']=_0x522dd9['id']??_0x589eaf()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x522dd9['uiId'],_0x522dd9),this['fire']('contextItemAdded',{'contextItem':_0x522dd9,'isLoading':!0x1});}async['loadSourceResources'](_0x2062df,_0x3c0019,_0x526025){const _0x1055e8=this['_addContextOptionsState']['sources']['find'](_0x5649b8=>_0x5649b8['id']===_0x2062df);if(!_0x1055e8)return this['fire']('error',{'error':new _0x54686c('ai-chat-source-not-found',this,{'sourceId':_0x2062df}),'sourceId':_0x2062df}),[];try{const _0x3e2c68=(await _0x1055e8['getResources'](_0x3c0019))['map'](_0x1525c7=>{const _0x45e5e2=this['_isResourceInContext'](_0x1525c7['id']);return{..._0x1525c7,'isInContext':_0x45e5e2};});return _0x1055e8['resources']=_0x3e2c68,this['fire']('sourceResourcesLoaded',{'sourceId':_0x2062df,'source':_0x1055e8,'resources':_0x3e2c68,'uid':_0x526025}),_0x3e2c68;}catch(_0xfcd632){return this['fire']('error',{'error':new _0x54686c('ai-chat-source-resources-load-failed',this,{'sourceId':_0x2062df,'originalError':_0xfcd632}),'sourceId':_0x2062df,'sourceLabel':_0x1055e8['label']}),[];}}async['addResourceToContext'](_0xcb2633,_0x21849a){if(this['_isResourceInContext'](_0x21849a['id']))return;let _0x534d1e=_0x21849a['data'];if(!_0x534d1e&&_0xcb2633['getData'])try{_0x534d1e=await _0xcb2633['getData'](_0x21849a['id']);}catch(_0x23a664){return void this['fire']('error',{'error':new _0x54686c('ai-chat-resource-load-failed',this,{'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id'],'originalError':_0x23a664}),'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']});}if(_0x534d1e)switch(_0x21849a['type']){case qe['URL']:if('string'!=typeof _0x534d1e)return void this['fire']('error',{'error':new _0x54686c('ai-chat-context-invalid-data',this,{'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id'],'expectedType':'string','actualType':typeof _0x534d1e}),'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']});await this['addUrlToContext'](_0x534d1e,{'label':_0x21849a['label'],'resourceId':_0x21849a['id']});break;case qe['FILE']:if(!(_0x534d1e instanceof File))return void this['fire']('error',{'error':new _0x54686c('ai-chat-context-invalid-data',this,{'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id'],'expectedType':'File','actualType':typeof _0x534d1e}),'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']});await this['addFilesToContext']([_0x534d1e],{'label':_0x21849a['label'],'resourceId':_0x21849a['id']});break;case qe['TEXT']:if('object'!=typeof _0x534d1e||!('content'in _0x534d1e)||!('type'in _0x534d1e))return void this['fire']('error',{'error':new _0x54686c('ai-chat-context-invalid-data',this,{'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x534d1e}),'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']});_0x534d1e=We['_convertTextResourceToFile'](_0x534d1e,_0x21849a['label']),await this['addFilesToContext']([_0x534d1e],{'label':_0x21849a['label'],'resourceId':_0x21849a['id']},qe['TEXT']);break;case qe['TOOL']:break;default:this['fire']('error',{'error':new _0x54686c('ai-chat-context-unsupported-type',this,{'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id'],'resourceType':_0x21849a['type']}),'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']});}else this['fire']('error',{'error':new _0x54686c('ai-chat-resource-no-data',this,{'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']}),'resourceId':_0x21849a['id'],'sourceId':_0xcb2633['id']});}static['_convertTextResourceToFile'](_0x64db30,_0x3842ae){switch(_0x64db30['type']){case Fe['MARKDOWN']:return new File([_0x64db30['content']],_0x3842ae,{'type':'text/markdown'});case Fe['HTML']:return new File([_0x64db30['content']],_0x3842ae,{'type':'text/html'});default:return new File([_0x64db30['content']],_0x3842ae,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x5a349b){switch(_0x5a349b['type']){case qe['FILE']:return{'type':qe['FILE'],'id':_0x5a349b['id']};case qe['URL']:return{'type':qe['URL'],'id':_0x5a349b['id']};case qe['DOCUMENT']:return{'type':qe['DOCUMENT'],'id':_0x5a349b['id'],..._0x5a349b['selection']?.['length']&&{'selection':_0x5a349b['selection']}};case qe['TEXT']:return{'type':qe['FILE'],'id':_0x5a349b['id']};case qe['TOOL']:{const _0x1a11c7=_0x5a349b;return{'type':qe['TOOL'],'mcpServerName':_0x1a11c7['mcpServerName'],'toolName':_0x1a11c7['toolName'],'data':_0x1a11c7['data'],'id':_0x1a11c7['id']};}default:return null;}}['_addContextItem'](_0x57b21c,_0x500b17=!0x1){if(this['_pendingContextItems']['set'](_0x57b21c['uiId'],_0x57b21c),_0x57b21c['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x57b21c,'isLoading':_0x500b17}),'current-document'===_0x57b21c['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x57b21c['resourceId']){const _0x853c2b=this['_findSourceIdsByResourceId'](_0x57b21c['resourceId']);_0x853c2b&&_0x853c2b['forEach'](_0x343503=>{this['_updateResourceInContextState'](_0x343503,_0x57b21c['resourceId'],!0x0);});}}['_removeContextItem'](_0x5a89f9){const _0x5a0a2e=this['_pendingContextItems']['get'](_0x5a89f9),_0x235bd0=this['_ongoingUploads']['get'](_0x5a89f9);if(_0x235bd0&&(_0x235bd0['abort'](),this['_ongoingUploads']['delete'](_0x5a89f9)),_0x5a0a2e?.['resourceId']){const _0x4d15ed=this['_findSourceIdsByResourceId'](_0x5a0a2e['resourceId']);_0x4d15ed&&_0x4d15ed['forEach'](_0x39eeb5=>{this['_updateResourceInContextState'](_0x39eeb5,_0x5a0a2e['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x5a89f9),this['fire']('contextItemRemoved',{'uiId':_0x5a89f9,'type':_0x5a0a2e?.['type']}),'current-document'===_0x5a89f9&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x14a052,_0x2e39c6){if(this['_pendingContextItems']['has'](_0x14a052['uiId'])&&(this['_pendingContextItems']['set'](_0x14a052['uiId'],_0x14a052),this['fire']('contextItemLoadingEnded',{'contextItem':_0x14a052,'isLoading':_0x2e39c6}),_0x14a052['resourceId'])){const _0x26386d=this['_findSourceIdsByResourceId'](_0x14a052['resourceId']);_0x26386d&&_0x26386d['forEach'](_0x49f74d=>{this['_updateResourceInContextState'](_0x49f74d,_0x14a052['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x2eb82d){this['_conversationContextItems']['set'](_0x2eb82d['uiId'],_0x2eb82d);}['_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'](_0x334c80=>({..._0x334c80,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0xdfa1ea=>({..._0xdfa1ea,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x223822=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x223822,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x3a404b){for(const _0x33f8e6 of this['_pendingContextItems']['values']())if(_0x33f8e6['resourceId']===_0x3a404b)return!0x0;for(const _0x163f55 of this['_conversationContextItems']['values']())if(_0x163f55['resourceId']===_0x3a404b)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x229658){const _0x4679e7=[];for(const _0x154203 of this['_addContextOptionsState']['sources']){_0x154203['resources']['find'](_0x5520c6=>_0x5520c6['id']===_0x229658)&&_0x4679e7['push'](_0x154203['id']);}return 0x0===_0x4679e7['length']?null:_0x4679e7;}['_updateResourceInContextState'](_0x55c450,_0xdc07fb,_0x47a3ae){const _0xd9a43a=this['_addContextOptionsState']['sources']['find'](_0x16073e=>_0x16073e['id']===_0x55c450);if(!_0xd9a43a)return;const _0x72d185=_0xd9a43a['resources']['find'](_0x46bd30=>_0x46bd30['id']===_0xdc07fb);_0x72d185&&(_0x72d185['isInContext']=_0x47a3ae,this['fire']('resourceStateChanged',{'sourceId':_0x55c450,'resourceId':_0xdc07fb,'isInContext':_0x47a3ae}));}['_startUploadOperation'](_0x3691a4){this['_ongoingUploadOperations']['set'](_0x3691a4,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x4922f8){this['_ongoingUploadOperations']['delete'](_0x4922f8),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Be=['capabilitiesUpdated'];class Je extends _0x12cec9(){['_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'](_0x21087a){const _0x4e7c61={};return _0x21087a&&_0x21087a['isWebSearchEnabled']&&(_0x4e7c61['webSearch']={}),_0x21087a&&_0x21087a['isReasoningEnabled']&&(_0x4e7c61['reasoning']={}),_0x4e7c61;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x4b7af0){_0x4b7af0!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x4b7af0,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x2dfda5){_0x2dfda5!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x2dfda5,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Ke extends xe{['userMessage'];['conversationId'];['contextItems']=new Map();['model'];['attributes'];constructor(_0x5c6d1a){super(_0x5c6d1a),this['conversationId']=_0x5c6d1a['conversationId'],this['contextItems']=_0x5c6d1a['contextItems'],this['capabilities']=_0x5c6d1a['capabilities'],this['userMessage']=_0x5c6d1a['userMessage'],this['model']=_0x5c6d1a['model'],this['attributes']=_0x5c6d1a['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':We['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Je['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class _t extends _0x12cec9(){['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x45da69){super(),this['options']=_0x45da69,this['connector']=_0x45da69['connector'],this['chatModels']=_0x45da69['chatModels'],this['id']=_0x45da69['conversationId'],this['isFromHistory']=_0x45da69['isFromHistory'];}async['init'](_0xb76b0){try{this['chatContext']=new We({'connector':this['connector'],'config':_0xb76b0,'ownerId':this['id']}),this['chatContext']['delegate'](...He)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Je(),this['chatCapabilities']['delegate'](...Be)['to'](this),this['chatCapabilities']['init']();const _0x7532ba=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x7532ba});const _0xe79fe2=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0xe79fe2&&await this['setModel'](_0xe79fe2);}catch(_0xea9edf){const _0x597b60=new _0x54686c('ai-chat-conversation-init-failed',null,{'message':_0xea9edf['message']||_0xea9edf});_0x597b60['stack']=_0xea9edf['stack'],this['fire']('error',{'error':_0x597b60});}}async['start'](){if(this['isStarted'])throw new _0x54686c('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new _0x54686c('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0xeadb41}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0xeadb41,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x6b560b){const _0xe059c1=new _0x54686c('ai-chat-conversation-start-failed',null,{'message':_0x6b560b['message'],'conversationId':this['id']});throw _0xe059c1['stack']=_0x6b560b['stack'],this['fire']('error',{'error':_0xe059c1}),_0xe059c1;}}async['load'](_0x393c90,_0x587dd4){try{const _0x8397ee=await this['connector']['fetchConversation'](_0x393c90)['getConversation'](),_0xfc3a70=await this['connector']['fetchConversationMessages'](_0x393c90)['getMessages'](),_0x4b7b34=_0xfc3a70[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x8397ee['id'],'title'in _0x8397ee?this['fire']('setConversationTitle',_0x8397ee['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x4341c1=(await this['chatModels']['getAll']())['find'](_0x161487=>_0x161487['id']['toLowerCase']()===_0x4b7b34['toLowerCase']());return this['selectedModel']=_0x4341c1,this['fire']('modelSelected',{'selectedModel':_0x4341c1,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0xfc3a70,_0x587dd4,_0x4b7b34),this['currentInteraction']=void 0x0,this;}catch(_0x5876a5){const _0x336ffd=new _0x54686c('ai-chat-conversation-init-from-id-failed',null,{'message':_0x5876a5['message'],'conversationId':_0x393c90});throw _0x336ffd['stack']=_0x5876a5['stack'],this['fire']('error',{'error':_0x336ffd}),_0x336ffd;}}async['_processMessagesToInteractions'](_0x2706c2,_0xcdb118,_0x5e6868){let _0x1403a6;for(const _0x43c904 of _0x2706c2)if('user'===_0x43c904['role']){const _0x404840=await this['_extractContextItems'](_0x43c904),_0x2046cb={'isReasoningEnabled':Object['hasOwn'](_0x43c904['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x43c904['capabilities'],'webSearch')};_0x1403a6=this['createInteraction']({'userMessage':_0x43c904['prompt'],'contextItems':_0x404840,'capabilities':_0x2046cb,'modelId':_0x5e6868,'attributes':_0x43c904['attributes']}),this['currentInteraction']=_0x1403a6,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x43c904['role']&&_0x1403a6){const _0x1ecbe1=[];for(const _0x555995 of _0x43c904['content'])switch(_0x555995['type']){case'text':case'modification':{const _0x482e8b=_0x1403a6['getDocumentContext']()?.['sessionId']!==_0xcdb118;_0x1403a6['currentReply']=_0x1403a6['createReply']({'type':_0x555995['type'],'isDone':!0x0,'interactionId':_0x1403a6['id'],'areActionsDisabled':_0x482e8b}),_0x1403a6['currentReply']['appendContent'](_0x555995['content']),_0x1ecbe1['length']>0x0&&(_0x1403a6['currentReply']['sources']=_0x1ecbe1['splice'](0x0));break;}case'url':_0x1ecbe1['push'](_0x555995);break;case'mcp-tool-result':{const {data:_0x15a07b,attributes:_0x3cc84e}=JSON['parse'](_0x555995['content']);_0x1403a6['_handleToolResultData']({'toolName':_0x555995['toolName'],'data':_0x15a07b,'attributes':_0x3cc84e});break;}}}}}async['_extractContextItems'](_0x424399){const _0x4c2be0=new Map();if(!_0x424399['content'])return _0x4c2be0;for(const _0x2af716 of _0x424399['content']){const _0x5ab386=await this['chatContext']['populateFromMessage'](_0x2af716);_0x5ab386&&_0x4c2be0['set'](_0x5ab386['id'],_0x5ab386);}return _0x4c2be0;}async['handleUserInteraction']({userMessage:_0x1e03c9,attributes:_0x454d0d}){if(!this['isStarted'])throw new _0x54686c('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new _0x54686c('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x44ed11=this['chatContext']['getPendingContextItems'](),_0x3fd2d5=this['chatCapabilities']['getCapabilitiesConfig'](),_0xe0c642=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x1e03c9,'contextItems':_0x44ed11,'capabilities':_0x3fd2d5,'modelId':_0xe0c642,'attributes':_0x454d0d}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x23332a){if(_0x23332a instanceof _0x54686c)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x23332a});else{const _0x4b122f=Ue['get'](_0x23332a['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new _0x54686c(_0x4b122f,null,{'error':_0x23332a})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0xd8579b,contextItems:_0x34b732,capabilities:_0x1d4a96,modelId:_0x4e30fe,attributes:_0xf31838}){const _0x350367=new Ke({'userMessage':_0xd8579b,'contextItems':_0x34b732,'capabilities':_0x1d4a96,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0x4e30fe,'attributes':_0xf31838});return _0x350367['delegate'](...ye)['to'](this),this['interactions']['push'](_0x350367),this['fire']('interactionCreated',_0x350367),_0x350367;}['getInteraction'](_0x19cd5a){return this['interactions']['find'](_0x2282c6=>_0x2282c6['id']===_0x19cd5a);}['removeInteraction'](_0x407a61){const _0x1f1dd0=this['getInteraction'](_0x407a61);_0x1f1dd0&&(_0x1f1dd0['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x1f1dd0),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x5c1a67){this['chatContext']['addCurrentDocumentToContext'](_0x5c1a67);}async['updateCurrentDocumentInContext']({content:_0x4519e6,version:_0x3b573e,sessionId:_0x7987b5,selections:_0x71fa03}){await this['chatContext']['updateCurrentDocument'](_0x4519e6,_0x3b573e,_0x7987b5,_0x71fa03);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x4c475c){this['chatContext']['addSelectionToContext'](_0x4c475c);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x24bbbb){this['chatContext']['addFilesToContext'](_0x24bbbb);}['addUrlToContext'](_0x241bf2){this['chatContext']['addUrlToContext'](_0x241bf2);}['addToolItemToContext'](_0x23b608){this['chatContext']['addToolItemToContext'](_0x23b608);}['addResourceToContext'](_0x12ca14,_0x141938){this['chatContext']['addResourceToContext'](_0x12ca14,_0x141938);}['loadSourceResources'](_0x594f93,_0x58e454,_0x53c998){return this['chatContext']['loadSourceResources'](_0x594f93,_0x58e454,_0x53c998);}['removeFromContext'](_0x3f6a5e){this['chatContext']['removeFromContext'](_0x3f6a5e);}['setWebSearch'](_0x1a3426){this['chatCapabilities']['setWebSearch'](_0x1a3426);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0xb866b){this['chatCapabilities']['setReasoning'](_0xb866b);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x177776){_0x177776?!0x1===await this['chatModels']['isAvailable'](_0x177776)&&(_0x73e170('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x177776}),_0x177776=(await this['chatModels']['getAvailableModels']())[0x0]):(_0x73e170('ai-chat-conversation-set-model-null',{'conversation':this}),_0x177776=(await this['chatModels']['getAvailableModels']())[0x0]),_0x177776['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x177776,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x177776}));}}class It extends _0x12cec9(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x2b93c6,config:_0x4913bf,locale:_0x4e1a2e}){super(),this['_connector']=_0x2b93c6,this['_config']=_0x4913bf,this['_locale']=_0x4e1a2e;}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 _0x654bca=await this['getAll']();let _0x4569ee;return _0x4569ee=this['_availableModels']?this['_filterModels'](_0x654bca,this['_availableModels']):_0x654bca['filter'](_0x492d8e=>_0x492d8e['recommended']),_0x4569ee;}async['getModel'](_0x59057a){const _0x1293d3=await this['getAll']();if(!_0x1293d3['length'])return null;if(_0x59057a){const _0x214634=this['_getModelById'](_0x1293d3,_0x59057a);if(_0x214634)return _0x214634;_0x73e170('ai-chat-model-id-unrecognized',{'modelId':_0x59057a,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x3583c2=await this['getAvailableModels']();if(!_0x3583c2['length'])return null;if(this['_defaultModelId']){const _0x4f30b0=this['_getModelById'](_0x3583c2,this['_defaultModelId']);if(_0x4f30b0)return _0x4f30b0;_0x73e170('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x3583c2[0x0]['id']});}return _0x3583c2[0x0];}async['isAvailable'](_0x4e26e8){return(await this['getAvailableModels']())['some'](_0xb04fa8=>_0xb04fa8['name']===_0x4e26e8['name']&&_0xb04fa8['provider']===_0x4e26e8['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x522f0b=this['_locale']['uiLanguage']||'en',_0x545ac6=this['_connector']['getModels'](_0x522f0b),_0x4a3ad2=await _0x545ac6['list']();this['_modelList']=_0x4a3ad2['items']['map'](_0x19b16b=>vi(_0x19b16b)?{..._0x19b16b,'name':i(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x19b16b);}catch(_0x21dd22){throw gt('ai-models-unable-to-retrieve',{'error':_0x21dd22}),_0x21dd22;}return[...this['_modelList']];}['_filterModels'](_0x38f813,_0x6599aa){let _0x784194;if(_0x6599aa){_0x784194=[];const _0x1d45f5=new Set(),_0x2b8ba4='string'==typeof _0x6599aa?[_0x6599aa['toLocaleLowerCase']()]:_0x6599aa['map'](_0x2694a1=>_0x2694a1['toLocaleLowerCase']());for(const _0xb4c46b of _0x2b8ba4)for(const _0x1956ea of _0x38f813)!_0x1d45f5['has'](_0x1956ea['id'])&&this['_isMatchingFilter'](_0x1956ea,_0xb4c46b)&&(_0x784194['push'](_0x1956ea),_0x1d45f5['add'](_0x1956ea['id']));}else _0x784194=_0x38f813;return _0x784194;}['_isMatchingFilter'](_0x52e4ce,_0x549e0c){const _0x41cbfe=_0x52e4ce['id']['toLocaleLowerCase'](),_0x3043ed=_0x52e4ce['name']['toLocaleLowerCase'](),_0xd07128=_0x52e4ce['provider']['toLocaleLowerCase']();return _0x41cbfe===_0x549e0c||_0x3043ed===_0x549e0c||vi(_0x52e4ce)&&'auto'===_0x549e0c||_0xd07128===_0x549e0c||_0x41cbfe['startsWith'](_0x549e0c);}['_getModelById'](_0x4cae47,_0xc97672){return _0x4cae47['find'](_0x3f8881=>vi(_0x3f8881)&&'auto'===_0xc97672?_0x3f8881:_0x3f8881['id']===_0xc97672)||null;}}function vi(_0x882afc){return _0x882afc['id']['startsWith']('agent');}function T(_0x2a4486){if(_0x2a4486 instanceof dt)return _0x2a4486;if(_0x2a4486?.['editors']&&_0x2a4486['editors']['get'](0x0))return _0x2a4486['editors']['length']>0x1&&console['warn']('AIChat:\x20Multiple\x20editor\x20instances\x20detected.\x20Only\x20the\x20first\x20editor\x20instance\x20will\x20be\x20used\x20for\x20AI\x20operations.\x20This\x20configuration\x20is\x20not\x20fully\x20supported\x20and\x20may\x20lead\x20to\x20unexpected\x20behavior.'),_0x2a4486['editors']['get'](0x0);throw new _0x54686c('ai-get-editor-from-context-no-editor');}function Z({editor:_0x2e62a8,interaction:_0x47c46e,reply:_0x41fe4a,groups:_0x387d33,transform:_0x4d1ec9,documentCompare:_0x47ca8e,documentCompareOptions:_0x1f8648}){const _0x4abc9b=_0x47c46e['getDocumentContext']();if(!_0x4abc9b)return[];const _0x1fae18=_0x4abc9b['content'],_0x460140=_0x4abc9b['version'],_0x3280f8=_0x41fe4a['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x1a2fbd}of _0x387d33){const _0xbbe166=_0x1a2fbd['filter'](_0x4db5e0=>'new'!=_0x4db5e0['type'])['map'](_0x1012be=>St('data-id',_0x1012be['id'],_0x3280f8)),_0x5f3ee4=_0x1a2fbd['filter'](_0x1fc950=>'removed'!=_0x1fc950['type'])['map'](_0x5a9f02=>_0x5a9f02['node']['cloneNode'](!0x0));let _0x655619=null;if(_0xbbe166['length']){_0x655619=_0xbbe166[0x0]['previousSibling'];for(let _0x492852=0x0;_0x492852<_0xbbe166['length'];_0x492852++)_0x2a3aa1(_0xbbe166[_0x492852]);}if(_0x5f3ee4['length']){_0x655619||(_0x1a2fbd[0x0]['anchorId']?_0x655619=St('data-id',_0x1a2fbd[0x0]['anchorId'],_0x3280f8):(_0x655619=_0x5f3ee4['shift'](),_0x47697d(_0x3280f8,_0x655619)));for(let _0x1fd8b0=0x0;_0x1fd8b0<_0x5f3ee4['length'];_0x1fd8b0++)_0x5a8aef(_0x655619,_0x5f3ee4[_0x1fd8b0]),_0x655619=_0x5f3ee4[_0x1fd8b0];}}const _0x16aa0e=Tt(_0x3280f8),_0x169448=_0x47ca8e['getDiff'](_0x1fae18,_0x16aa0e,_0x1f8648)['getOperations']();if(_0x4d1ec9){const _0x8175c3=_0x2e62a8['model']['document']['history']['getOperations'](_0x460140),_0x45293f={'document':_0x2e62a8['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return nt(_0x169448,_0x8175c3,_0x45293f)['operationsA'];}return _0x169448;}function Y(_0x306e05,_0xd89e90){if('marker'!=_0xd89e90['type'])return;const _0x32f013=_0x306e05['model']['markers']['get'](_0xd89e90['name']);_0x32f013&&(_0xd89e90['oldRange']=_0x32f013['getRange']());}class at extends _0x3de4b5{['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_aiChatBalloon'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];static get['requires'](){return[q,_0x29b670];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_bodyCollection']=new _0x74da33(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new It({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x42ec9a=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0xe5ae0b,_0x3332d7)=>{this['_handleUIUserMessage']({'userMessage':_0x3332d7});}),this['listenTo'](_0x42ec9a,'resizedTabs',(_0xe193aa,_0x2c5f69)=>{this['_setIsMaximized'](_0x2c5f69);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0x42ec9a['resize']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI'](),this['removeSelectionFromChatContext']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['addCurrentDocumentToChatContext']();}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x1f9325,_0x5e52a4)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x5e52a4));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0xa8ee15,_0x25c72b)=>{this['activeConversation']?.['addUrlToContext'](_0x25c72b);}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x23fbe9,_0x35732f)=>{_0x35732f['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0xe952af,_0x43f5fa)=>{this['activeConversation']?.['addResourceToContext'](_0x43f5fa['source'],_0x43f5fa['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x5d4328,_0x598ea0)=>{this['_removeFromContext'](_0x598ea0);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x3927cb,_0x20cdee)=>{this['activeConversation']?.['loadSourceResources'](_0x20cdee['sourceId'],_0x20cdee['query'],_0x20cdee['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x46627e,_0x14dd17)=>{this['activeConversation']?.['setModel'](_0x14dd17);}),this['listenTo'](this['_aiChatUi'],'like',(_0x5b1b93,{replyId:_0x3d2d91})=>{console['log']('Liked\x20response',_0x3d2d91);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x102dc8,{replyId:_0x25f4dd})=>{console['log']('Disliked\x20response',_0x25f4dd);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x65368c,_0x50c206)=>{this['_insertSuggestion'](_0x50c206);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x129e18,{replyId:_0x2a64e4,partIndex:_0x569c9e})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x2a64e4,_0x569c9e);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x40d1d9,{replyId:_0x903e2e,partIndex:_0x565562})=>{const _0x587fcc=this['_getDocumentRangeForReplyChanges'](_0x903e2e,_0x565562);_0x587fcc&&'$graveyard'!=_0x587fcc['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']([_0x587fcc['range']],'ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x3df237,_0x5ce62f)=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over'),this['_applySuggestion'](_0x5ce62f);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x5d5e14,{replyId:_0x58c9bb,showDiff:_0x31264c})=>{const {reply:_0x53badc}=this['getInteractionAndReplyById'](_0x58c9bb),_0x1f2ea9=_0x53badc['getContentParts']({'showDiff':_0x31264c});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x53badc['id'],'parts':_0x1f2ea9,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x502316,{replyId:_0x100ce5,partIndex:_0x21a887})=>{this['_rejectSuggestion']({'replyId':_0x100ce5,'partIndex':_0x21a887}),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['context']['plugins']['has']('AIChatBalloon')&&(this['_aiChatBalloon']=this['context']['plugins']['get']('AIChatBalloon'),this['set']('_aiChatBalloonShowDiff',!0x1),this['_aiChatBalloon']['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](this['_aiChatBalloon'],'toggleSuggestionDisplayMode',()=>{const {replyId:_0x316ba6,partIndex:_0x11e772}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x54b980}=this['getInteractionAndReplyById'](_0x316ba6),_0x376bfd=_0x54b980['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x11e772});this['_aiChatBalloon']['updateContent']({'part':_0x376bfd[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](this['_aiChatBalloon'],'applySuggestion',()=>{const {replyId:_0x3281f5,partIndex:_0x308ba7}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x3281f5,'partIndex':_0x308ba7}),this['_aiChatBalloon']['setState']('accepted');}),this['listenTo'](this['_aiChatBalloon'],'insertSuggestion',()=>{const {replyId:_0x172e18,partIndex:_0x2e0e63}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x172e18,'partIndex':_0x2e0e63}),this['_aiChatBalloon']['setState']('accepted');}),this['listenTo'](this['_aiChatBalloon'],'rejectSuggestion',()=>{const {replyId:_0x424383,partIndex:_0x8edffd}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x424383,'partIndex':_0x8edffd}),this['_aiChatBalloon']['setState']('rejected');}),this['listenTo'](this['_aiChatBalloon'],'showNext',()=>{const {replyId:_0x451908,partIndex:_0x566f59}=this['_currentPreviewedChangeGroup'],_0x576d46=this['_getPresentableSiblingContentPartIndex'](_0x451908,_0x566f59,'next');null!==_0x576d46&&this['_openBalloonFor'](_0x451908,_0x576d46);}),this['listenTo'](this['_aiChatBalloon'],'showPrevious',()=>{const {replyId:_0x3465d0,partIndex:_0x43d328}=this['_currentPreviewedChangeGroup'],_0x4fbfa2=this['_getPresentableSiblingContentPartIndex'](_0x3465d0,_0x43d328,'previous');null!==_0x4fbfa2&&this['_openBalloonFor'](_0x3465d0,_0x4fbfa2);}),this['listenTo'](this['_aiChatBalloon'],'dialogClosed',(_0x1278df,{id:_0x13b7b1})=>{if('aiChatBalloon'!==_0x13b7b1)return;const {replyId:_0x42a277,partIndex:_0x220eae}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x42a277,'index':_0x220eae,'isActive':!0x1});}));}async['afterInit'](){this['context']instanceof dt?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0xb04fb5,_0x367b9e)=>{_0x367b9e['on']('ready',()=>{this['_integrateEditor'](_0x367b9e);});});const _0x55ec0f=this['context']['config']['get']('ai.chat.initialConversation');let _0x32ea89=_0x55ec0f;if('lastCreated'!=_0x55ec0f||(_0x32ea89=await this['_getLastCreatedConversationId'](),_0x32ea89))return'new'==_0x32ea89?this['_startConversationSafely']():this['loadConversation'](_0x32ea89);}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_insertSuggestion'](_0x497408){const _0x51516a=T(this['context']);if(!_0x51516a['plugins']['has']('TrackChanges'))throw new _0x54686c('ai-no-track-changes',null);const _0x52fab1=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x202252,interaction:_0x537f1c}=this['getInteractionAndReplyById'](_0x497408['replyId']),_0x437745=this['_getDocumentRangeForReplyChanges'](_0x497408['replyId'],_0x497408['partIndex']),_0xe8c258=void 0x0!==_0x497408['partIndex']?[_0x202252['changeGroups'][_0x497408['partIndex']]]:_0x202252['changeGroups']['filter'](_0x1cc2f7=>'pending'==_0x1cc2f7['state']),_0xc5214d=_0xe8c258['map'](_0x2a0974=>_0x202252['changeGroups']['indexOf'](_0x2a0974));if(!_0x437745||'$graveyard'==_0x437745['range']['root']['rootName'])return void _0xc5214d['forEach'](_0x38afa9=>_0x202252['setChangeGroupState'](_0x38afa9,'outdated'));_0xc5214d['forEach'](_0x31258e=>_0x202252['setChangeGroupState'](_0x31258e,'accepted'));const _0x411574=Z({'editor':_0x51516a,'reply':_0x202252,'interaction':_0x537f1c,'groups':_0xe8c258,'transform':!0x0,'documentCompare':_0x52fab1,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x177c1d;_0x437745&&this['_scrollToSuggestionRange'](_0x437745['range']),_0x51516a['model']['change'](_0xda8c2=>{_0x177c1d=_0xda8c2['batch'],_0x51516a['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x411574),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['_batchToChanges']['set'](_0x177c1d,{'interactionId':_0x537f1c['id'],'replyId':_0x202252['id'],'indexes':_0xc5214d['slice']()}),this['_updateRatings'](_0x202252);}['_applySuggestion'](_0x11a58c){const _0x19deb6=T(this['context']),_0x14645b=this['context']['plugins']['get'](_0x29b670),{reply:_0x35308e,interaction:_0x3b42ff}=this['getInteractionAndReplyById'](_0x11a58c['replyId']),_0x2aefb5=this['_getDocumentRangeForReplyChanges'](_0x11a58c['replyId'],_0x11a58c['partIndex']),_0x467343=void 0x0!==_0x11a58c['partIndex']?[_0x35308e['changeGroups'][_0x11a58c['partIndex']]]:_0x35308e['changeGroups']['filter'](_0x1e54cf=>'pending'==_0x1e54cf['state']),_0x947131=_0x467343['map'](_0x2a49d4=>_0x35308e['changeGroups']['indexOf'](_0x2a49d4));if(!_0x2aefb5||'$graveyard'==_0x2aefb5['range']['root']['rootName'])return void _0x947131['forEach'](_0x177c9e=>_0x35308e['setChangeGroupState'](_0x177c9e,'outdated'));_0x947131['forEach'](_0x78e612=>_0x35308e['setChangeGroupState'](_0x78e612,'accepted'));const _0x2ce6dc=Z({'editor':_0x19deb6,'reply':_0x35308e,'interaction':_0x3b42ff,'groups':_0x467343,'transform':!0x0,'documentCompare':_0x14645b,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x71071c;_0x2aefb5&&this['_scrollToSuggestionRange'](_0x2aefb5['range']),_0x19deb6['model']['change'](_0x2a7625=>{_0x71071c=_0x2a7625['batch'];for(const _0x350bfb of _0x2ce6dc)_0x350bfb['baseVersion']=_0x19deb6['model']['document']['version'],Y(_0x19deb6,_0x350bfb),_0x2a7625['batch']['addOperation'](_0x350bfb),_0x19deb6['model']['applyOperation'](_0x350bfb);}),this['_batchToChanges']['set'](_0x71071c,{'interactionId':_0x3b42ff['id'],'replyId':_0x35308e['id'],'indexes':_0x947131['slice']()}),this['_updateRatings'](_0x35308e);}['_rejectSuggestion'](_0x1c2a59){const {reply:_0xc4a843}=this['getInteractionAndReplyById'](_0x1c2a59['replyId']);_0xc4a843['setChangeGroupState'](_0x1c2a59['partIndex'],'rejected');}['_openBalloonFor'](_0x32541e,_0x217848){if(!this['_aiChatBalloon'])return;const {reply:_0x3c2f4c}=this['getInteractionAndReplyById'](_0x32541e),_0x1df440=_0x3c2f4c['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});let _0xdfb79d,_0x9393b4;if(void 0x0!==_0x217848?(_0x9393b4=_0x1df440['find'](_0x3234ad=>_0x3234ad['index']==_0x217848),_0xdfb79d=_0x9393b4?.['index']):(_0x9393b4=_0x1df440[0x0],_0xdfb79d=_0x9393b4['index']),this['_currentPreviewedChangeGroup']?.['replyId']==_0x32541e&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0xdfb79d)return;const _0x2eec59=this['_getUserPresentableContentPartDocumentRange'](_0x32541e,_0x3c2f4c,_0x9393b4);if(!_0x2eec59)return void this['_aiChatBalloon']['close']();this['_currentPreviewedChangeGroup']={'replyId':_0x32541e,'partIndex':_0xdfb79d},this['_scrollToSuggestionRange'](_0x2eec59,!0x0);const _0x36d218=this['_getPresentableSiblingContentPartIndex'](_0x32541e,_0xdfb79d,'next');this['_aiChatBalloon']['updateContent']({'part':_0x9393b4,'renderingStrategy':'static'}),this['_aiChatBalloon']['open']({'index':_0xdfb79d,'title':i(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0xdfb79d+0x1)['toString']()),'showRotator':null!==_0x36d218,'ranges':[_0x2eec59],'areActionsDisabled':_0x3c2f4c['areActionsDisabled']}),this['_aiChatBalloon']['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x32541e,_0xdfb79d),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x32541e,'index':_0xdfb79d,'isActive':!0x0});}['_getPresentableSiblingContentPartIndex'](_0x346e74,_0xecd8d6,_0x32b81e){const {reply:_0x4742ec}=this['getInteractionAndReplyById'](_0x346e74),_0x42989a=_0x4742ec['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x42989a['length'])return null;const _0x257099=_0x42989a['findIndex'](_0x8d977f=>_0x8d977f['index']==_0xecd8d6),_0x4d3dc6='next'==_0x32b81e?0x1:-0x1;let _0x3ddbad=_0x42989a['at']((_0x257099+_0x4d3dc6)%_0x42989a['length'])['index'],_0x28da31=_0x42989a[_0x3ddbad];for(;!this['_getUserPresentableContentPartDocumentRange'](_0x346e74,_0x4742ec,_0x28da31);){if(_0x3ddbad=_0x42989a['at']((_0x3ddbad+_0x4d3dc6)%_0x42989a['length'])['index'],_0x3ddbad===_0x257099)return null;_0x28da31=_0x42989a[_0x3ddbad];}return _0x3ddbad;}['_getUserPresentableContentPartDocumentRange'](_0xceb7b,_0x27193b,_0x19a022){const _0x158f4c=_0x27193b['changeGroups'];if(!_0x19a022['hasChanges'])return null;const _0x42ed31=_0x158f4c['find'](_0x2799b0=>_0x2799b0['index']==_0x19a022['index']);if('pending'!==_0x42ed31?.['state'])return null;const _0x5a71cf=this['_getDocumentRangeForReplyChanges'](_0xceb7b,_0x19a022['index']);if(!_0x5a71cf)return null;const {range:_0x67419e,currentIndex:_0xb9037f}=_0x5a71cf;return'$graveyard'==_0x67419e['root']['rootName']?(_0x27193b['setChangeGroupState'](_0xb9037f,'outdated'),null):_0x5a71cf['range'];}['_getDocumentRangeForReplyChanges'](_0x1a10ca,_0x113ae8){const _0x587e91=T(this['context']),{reply:_0x13459d,interaction:_0x19ffaf}=this['getInteractionAndReplyById'](_0x1a10ca),_0xcdbce1=_0x13459d['changeGroups']['filter'](_0x408854=>'pending'==_0x408854['state']),_0x20b30f=_0xcdbce1['map'](_0x21c508=>_0x13459d['changeGroups']['indexOf'](_0x21c508));void 0x0===_0x113ae8&&(_0x113ae8=_0x20b30f[0x0]);const _0x4f29d4=_0x20b30f['indexOf'](_0x113ae8);if(-0x1==_0x4f29d4)return null;const _0x3244a6=_0xcdbce1[_0x4f29d4],_0x3e8e2f=new Et([]),_0x2b5c72=new Et([]);for(const _0xc86585 of _0x3244a6['changes'])if('removed'!=_0xc86585['type']&&_0x2b5c72['children']['push'](_0xc86585['node']['cloneNode'](!0x0)),'new'!=_0xc86585['type']){const _0x60bcb6=yt(_0x523097=>At(_0x523097,'data-id')==_0xc86585['id'],_0x13459d['documentContextContent'],!0x0);_0x3e8e2f['children']['push'](_0x60bcb6['cloneNode'](!0x0));}if(0x0==_0x3e8e2f['children']['length']){if(_0x3244a6['changes'][0x0]['anchorId']){const _0x4a6cc8=St('data-id',_0x3244a6['changes'][0x0]['anchorId'],_0x13459d['documentContextContent']);_0x3e8e2f['children']['unshift'](_0x4a6cc8['cloneNode'](!0x0)),_0x2b5c72['children']['unshift'](_0x4a6cc8['cloneNode'](!0x0)),_0x4a6cc8['nextSibling']&&(_0x3e8e2f['children']['push'](_0x4a6cc8['nextSibling']['cloneNode'](!0x0)),_0x2b5c72['children']['push'](_0x4a6cc8['nextSibling']['cloneNode'](!0x0)));}else{const _0x229782=_0x13459d['documentContextContent']['children'][0x0];if(!_0x229782)return null;_0x3e8e2f['children']['push'](_0x229782['cloneNode'](!0x0)),_0x2b5c72['children']['push'](_0x229782['cloneNode'](!0x0));}}const _0x3857b5=_0x19ffaf['getDocumentContext'](),_0x258fa2=_0x587e91['data']['parse'](_0x3857b5['content']),_0x48ea75=Tt(_0x3e8e2f),_0x263e0b=_0x587e91['data']['parse'](_0x48ea75),_0x29892d=_0x587e91['data']['parse'](_0x48ea75),_0x471c45=_0x587e91['model']['createPositionAt'](_0x263e0b,0x0),_0x46a3fa=Tt(_0x2b5c72),_0x1cba27={'anchor':_0x471c45,'markDeletions':!0x1},_0x22799a=_0x587e91['plugins']['get'](_0x29b670)['getDiff'](_0x48ea75,_0x46a3fa,_0x1cba27)['getOperations']();if(!_0x22799a['length'])return null;_0x587e91['model']['change'](_0x2f108d=>{for(const _0x48dbfa of _0x22799a)if('remove'==_0x48dbfa['type']){const _0x32daed=_0x48dbfa['sourcePosition'],_0x3589a4=_0x48dbfa['howMany'],_0x441495=new et(_0x32daed,_0x3589a4);_0x2f108d['batch']['addOperation'](_0x441495),_0x587e91['model']['applyOperation'](_0x441495);}else'marker'!==_0x48dbfa['type']&&(_0x48dbfa['baseVersion']=null,_0x48dbfa['isDocumentOperation']=!0x1,_0x2f108d['batch']['addOperation'](_0x48dbfa),_0x587e91['model']['applyOperation'](_0x48dbfa));});const _0xf5c9b6=mt(_0x587e91,_0x22799a,_0x263e0b);ft(_0x587e91['model'],_0xf5c9b6);const _0x1c8406=_0xf5c9b6['getFirstRange']()['start']['path']['slice'](),_0x39c9b9=_0xf5c9b6['getFirstRange']()['end']['path']['slice'](),_0x5c50cb=[];let _0x49ddb1=_0x263e0b,_0x5cd91a=_0x29892d;for(let _0x1ee63d=0x0;_0x1ee63d<_0x39c9b9['length'];_0x1ee63d++){const _0xab24cc=_0x49ddb1['maxOffset']-_0x39c9b9[_0x1ee63d];_0x5c50cb[_0x1ee63d]=_0x5cd91a['maxOffset']-_0xab24cc,_0x49ddb1=_0x49ddb1['getChildAtOffset'](_0x39c9b9[_0x1ee63d]),_0x5cd91a=_0x5cd91a['getChildAtOffset'](_0x5c50cb[_0x1ee63d]);}const _0x132717=_0x587e91['model']['createRange'](_0x587e91['model']['createPositionFromPath'](_0x29892d,_0x1c8406),_0x587e91['model']['createPositionFromPath'](_0x29892d,_0x5c50cb)),_0xacf60f=_0x29892d['getChild'](0x0)['getAttribute'](Ct),_0x495b94=Array['from'](_0x258fa2['getChildren']())['find'](_0x5baece=>_0x5baece['getAttribute'](Ct)==_0xacf60f)['getPath'](),_0x55fa08=_0x132717['start']['path']['slice'](),_0x4ef592=_0x132717['end']['path']['slice']();_0x55fa08[0x0]=_0x495b94[0x0]+_0x55fa08[0x0],_0x4ef592[0x0]=_0x495b94[0x0]+_0x4ef592[0x0];let _0x42556f=_0x587e91['model']['createRange'](_0x587e91['model']['createPositionFromPath'](_0x587e91['model']['document']['getRoot'](),_0x55fa08),_0x587e91['model']['createPositionFromPath'](_0x587e91['model']['document']['getRoot'](),_0x4ef592));const _0x17027d=_0x587e91['model']['document']['history']['getOperations'](_0x3857b5['version']);for(const _0x293fca of _0x17027d)_0x42556f=it['_createFromRanges'](_0x42556f['getTransformedByOperation'](_0x293fca));return{'range':_0x42556f,'currentIndex':_0x113ae8};}['_integrateEditor'](_0x20abd8){if(!_0x20abd8['plugins']['has']('Undo'))return;const _0x2cdd25=_0x20abd8['commands']['get']('undo'),_0x43e2f9=_0x20abd8['commands']['get']('redo');this['listenTo'](_0x2cdd25,'revert',(_0x2591ac,_0x371681,_0x291087)=>{const _0x268e86=this['_batchToChanges']['get'](_0x371681);if(!_0x268e86)return;const _0x4cede2=this['activeConversation']['getInteraction'](_0x268e86['interactionId'])['getReply'](_0x268e86['replyId']);_0x268e86['indexes']['forEach'](_0x35f1fb=>_0x4cede2['setChangeGroupState'](_0x35f1fb,'pending')),this['_batchToChanges']['delete'](_0x371681),this['_batchToChanges']['set'](_0x291087,_0x268e86);}),this['listenTo'](_0x43e2f9,'revert',(_0x5d521e,_0x1236d7,_0x4a1624)=>{const _0x1e89c6=this['_batchToChanges']['get'](_0x1236d7);if(!_0x1e89c6)return;const _0x388ddf=this['activeConversation']['getInteraction'](_0x1e89c6['interactionId'])['getReply'](_0x1e89c6['replyId']);_0x1e89c6['indexes']['forEach'](_0x2b95d8=>_0x388ddf['setChangeGroupState'](_0x2b95d8,'accepted')),this['_batchToChanges']['delete'](_0x1236d7),this['_batchToChanges']['set'](_0x4a1624,_0x1e89c6);});}async['loadConversation'](_0x5d1f89){this['context']['plugins']['has']('AIChatBalloon')&&this['context']['plugins']['get']('AIChatBalloon')['close'](),(this['context']['plugins']['get'](pt)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']());try{await this['_aiConnector']['fetchConversation'](_0x5d1f89)['getConversation'](),await this['_startConversationSafely'](_0x5d1f89),this['updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0x5d1f89,this['_aiEditing']['sessionId']),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x477961){this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x5d1f89}),this['_logError'](new _0x54686c('ai-chat-conversation-not-found',this,{'error':_0x477961}));}finally{this['_aiChatUi']['startAutoScroll'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}async['_getLastCreatedConversationId'](){const _0x5b0804=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x11aac7=await _0x5b0804['getConversations']();return _0x11aac7['length']?_0x11aac7[0x0]['id']:'new';}catch(_0x3c3a81){return this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x589eaf()}),this['_logError'](new _0x54686c('ai-chat-conversation-init-failed',this,{'error':_0x3c3a81})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}['handleRemovedConversation'](_0x1f3320){this['activeConversation']['id']===_0x1f3320&&this['_startConversationSafely']();}['addCurrentDocumentToChatContext'](){this['activeConversation']?.['addCurrentDocumentToContext'](i(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](){const _0x49000b=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x49000b),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_startConversationSafely']();}async['sendMessage']({message:_0x131eab,attributes:_0x46f71b}){await this['_handleUIUserMessage']({'userMessage':_0x131eab,'attributes':_0x46f71b});}['getGroupId'](){const _0x4e3e46=this['context']['config']['get']('collaboration.channelId');if(!_0x4e3e46)throw new _0x54686c('ai-chat-missing-channel-id',this);return _0x4e3e46;}async['_startConversationSafely'](_0x2b8222){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x2b8222);}catch(_0x4f7965){this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x2b8222||_0x589eaf()}),console['error'](_0x4f7965),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation'](_0x12fe4e){let _0x1cb7d3;this['context']['plugins']['has']('AIChatBalloon')&&this['context']['plugins']['get']('AIChatBalloon')['close'](),_0x12fe4e||!this['activeConversation']?_0x1cb7d3=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x1cb7d3=this['activeConversation']['selectedModel']['id']),await this['_stopLastInteraction']();const _0x4d1a88=this['getGroupId'](),_0xab9e13=_0x12fe4e||_0x589eaf();this['activeConversation']=new _t({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x1cb7d3,'conversationId':_0xab9e13,'group':_0x4d1a88,'getEditor':()=>T(this['context']),'isFromHistory':!!_0x12fe4e}),this['activeConversation']['delegate']('toolDataReceived','interactionStarted')['to'](this),this['activeConversation']['on']('conversationInitialized',(_0x18cd1b,_0x25f518)=>{this['_aiChatUi']['createConversation'](_0x25f518),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x12fe4e||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['activeConversation']['on']('uploadProgressChanged',(_0xbc23bf,_0x5d8f24)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x5d8f24['isUploadInProgress']);}),this['activeConversation']['on']('interactionCreated',(_0x2a35ab,_0x4e830c)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x4e830c);}),this['activeConversation']['on']('webSearchStarted',()=>{const _0x2ddb53=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x2ddb53);}),this['activeConversation']['on']('reasoningStarted',()=>{const _0x2b2102=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x2b2102);}),this['activeConversation']['on']('webSearchFinished',(_0x407ab9,_0x371e62)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x371e62,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x21edf8,_0x41c7c9)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x41c7c9,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x17a297,_0x528fff)=>{this['_aiChatUi']['removeFeedInteraction'](_0x528fff['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x395d11,_0x3a15c8,_0x510553)=>{this['updateConversationTitle'](_0x3a15c8,_0x510553);}),this['activeConversation']['on']('replyCreated',(_0x20f79a,_0x2382b7)=>{'text'===_0x2382b7['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x2382b7):this['_aiChatUi']['addFeedItemAISuggestion'](_0x2382b7);}),this['activeConversation']['on']('replyContentUpdated',async(_0x513ef8,_0x38cc02)=>{await this['_updateReplyContent']({'reply':_0x38cc02});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x10c48a,{reply:_0x47dc77,index:_0x433b72,state:_0x173e38})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x47dc77['id'],'index':_0x433b72,'state':_0x173e38}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x47dc77['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x433b72&&this['_aiChatBalloon']?.['setState'](_0x173e38);}),this['activeConversation']['on']('contextItemAdded',(_0x3ca366,_0x46ae59)=>{if(this['_aiChatUi']['addContextItem'](_0x46ae59['contextItem'],_0x46ae59['isLoading']),'selection'===_0x46ae59['contextItem']['type']){const _0x24169f=[...T(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection'](_0x24169f,'ai-conversation-'+this['activeConversation']?.['id']);}}),this['activeConversation']['on']('contextItemRemoved',(_0x78973a,_0x463c0c)=>{this['_aiChatUi']['removeContextItem'](_0x463c0c['uiId']),'current-document'==_0x463c0c['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x463c0c['type']&&this['_aiEditing']['hideFakeVisualSelection']('ai-conversation-'+this['activeConversation']?.['id']);}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x37ff03,_0x158df6)=>{this['_aiChatUi']['setContextItemLoading'](_0x158df6['contextItem']['uiId'],_0x158df6['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x408ba0,_0x4220cb)=>{this['_aiChatUi']['setConversationContext'](_0x4220cb['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x401222,_0x40d814)=>{this['_aiChatUi']['setAddContextOptions'](_0x40d814['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x4829ec,_0x5a567d)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x5a567d['sourceId'],_0x5a567d['source'],_0x5a567d['resources'],_0x5a567d['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x16c5a4,_0x24bb4a)=>{this['_aiChatUi']['updateResourceState'](_0x24bb4a['sourceId'],_0x24bb4a['resourceId'],_0x24bb4a['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x50e4fe,_0xa7a7d3)=>{this['_aiChatUi']['updateCapabilities'](_0xa7a7d3);}),this['activeConversation']['on']('modelSelected',async(_0x2f436c,_0x2431aa)=>{const _0x5d1b11=(await this['_aiChatModels']['getAll']())['find'](_0x5f55e5=>_0x5f55e5['id']===_0x2431aa['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x5d1b11,_0x2431aa['isDisabled']);}),this['activeConversation']['on']('error',(_0x3e728,{error:_0x269051,interactionId:_0x3ba856,fileName:_0x281882,url:_0x179442,sourceId:_0x526f58,sourceLabel:_0x3ea553})=>{const _0x2b42ce=_0x3ba856?_0x3ba856+':'+_0x589eaf():_0x589eaf();_0x269051['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':i(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x2b42ce}):_0x269051['message']['startsWith']('ai-chat-conversation-init-failed')||_0x269051['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x281882),'id':_0x2b42ce}):_0x269051['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x179442),'id':_0x2b42ce}):_0x269051['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x2b42ce}):_0x269051['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x2b42ce}):_0x269051['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x526f58&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x526f58),this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x3ea553||'source'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-context-file-too-many-pages')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x2b42ce}),this['_logError'](_0x269051)):_0x269051['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x2b42ce}),this['_logError'](_0x269051)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':i(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x2b42ce}),this['_logError'](_0x269051));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x12fe4e||await this['activeConversation']['start']();}async['_handleUIUserMessage']({userMessage:_0x184c70,attributes:_0x5055e5}){if(!this['activeConversation'])throw new _0x54686c('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x3bb062=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentInContext'](_0x3bb062);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x184c70,'attributes':_0x5055e5});}['_showConversationHistory'](){console['log']('Showing\x20conversation\x20history...');}['_setIsMaximized'](_0x5facf){this['_aiChatUi']['setIsMaximized'](_0x5facf);}['_logError'](_0x543453){gt(_0x543453['message']);}['_removeFromContext'](_0x4ea78c){this['activeConversation']?.['removeFromContext'](_0x4ea78c);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x3566f0){const [_0xcf1ccd,_0x55bc78]=_0x3566f0['split'](':'),_0x304ec0=this['activeConversation']['getInteraction'](_0xcf1ccd),_0x4617d9=_0x304ec0['getReply'](_0x55bc78);return{'interaction':_0x304ec0,'reply':_0x4617d9};}['_scrollToSuggestionRange'](_0x2e45ca,_0x3caec0=!0x1){const _0x1c63d8=T(this['context']),_0x398394={'target':_0x1c63d8['editing']['view']['domConverter']['viewRangeToDom'](_0x1c63d8['editing']['mapper']['toViewRange'](_0x2e45ca)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x3caec0};_0x3caec0&&(_0x398394['alignToTop']=!0x0),_0x1dbe2e(_0x398394);}['updateConversationTitle'](_0x535517,_0x42afbf=!0x1){this['_aiChatUi']['setConversationTitle'](_0x535517||i(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x42afbf);}async['_updateReplyContent']({reply:_0x57e580,renderingStrategy:_0x2f1644}){const {id:_0x527d5a,interactionId:_0x48aef8,isDone:_0xfe08f3,type:_0x4bb625,parsedContent:_0x39548c}=_0x57e580,_0x3a06b7=_0x48aef8+':'+_0x527d5a;if('modification'===_0x4bb625){const _0x341c78=_0x57e580['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x3a06b7,'parts':_0x341c78,'renderingStrategy':_0x2f1644,'isDone':_0xfe08f3});}else'text'===_0x4bb625&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x3a06b7,'parsedContent':_0x39548c,'renderingStrategy':_0x2f1644,'isDone':_0xfe08f3});_0xfe08f3&&_0x57e580['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x3a06b7,_0x57e580['sources']);}async['_stopLastInteraction'](){const _0x52510e=this['activeConversation']?.['lastInteraction'];_0x52510e&&(_0x52510e['stop'](),this['_aiChatUi']['stopInteraction'](_0x52510e));}async['_flushLastInteractionUI'](){const _0x40c56b=this['activeConversation']?.['lastInteraction'];if(_0x40c56b){for await(const _0x5c84e0 of _0x40c56b['replies'])await this['_updateReplyContent']({'reply':_0x5c84e0,'renderingStrategy':'static'});}}['_updateRatings'](_0x420230){const _0x40d334={'positiveCount':_0x420230['changeGroups']['filter'](_0x2405fa=>'accepted'===_0x2405fa['state'])['length'],'totalCount':_0x420230['changeGroups']['length'],'modificationId':_0x420230['id']},_0x48e60b=this['activeConversation']['getInteraction'](_0x420230['interactionId'])['messageId'];_0x48e60b&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x48e60b,_0x40d334);}['_registerToolDataCallback'](_0x376266){let _0x5cf757=null,_0x5c10db=null;this['on']('toolDataReceived',(_0xbcdf4f,_0x4334b2,_0xeafe46)=>{_0xeafe46['id']!==_0x5cf757&&(_0x5cf757=_0xeafe46['id'],_0x5c10db=this['_getAIChatInteractionAPI'](_0xeafe46)),_0x376266(_0x4334b2,_0x5c10db);});}['_getAIChatInteractionAPI'](_0x4de9d3){const _0x5a3936=this['_aiChatUi'],_0x2b5167=()=>{_0x4de9d3['resetWebSearchState'](),_0x4de9d3['resetReasoningState'](),_0x5a3936['clearLoadingMessage']();},_0xfd7567=()=>{_0x4de9d3['currentReply']&&(_0x4de9d3['currentReply']['done'](),_0x4de9d3['currentReply']=void 0x0);};return{'insertTextReply':(_0x14f0bd,_0x207804)=>{_0xfd7567(),_0x2b5167();const _0x1a5149=_0x4de9d3['currentReply']=_0x4de9d3['createReply']({'type':'text','interactionId':_0x4de9d3['id'],'content':_0x14f0bd,'id':_0x207804||_0x589eaf()});return _0xfd7567(),_0x1a5149;},'insertCustomElement':async(_0x1715d0,_0x1aa6b0)=>(_0xfd7567(),_0x2b5167(),_0x5a3936['addFeedItemCustomElement'](_0x1715d0,_0x1aa6b0||_0x589eaf())),'setLoadingMessage':_0x20efa8=>{_0x5a3936['setLoadingMessage'](_0x20efa8);},'clearLoadingMessage':()=>{_0x5a3936['clearLoadingMessage']();}};}}const R='ai-selection';class D extends _0x3de4b5{constructor(_0x3f5a80){super(_0x3f5a80),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_displayedFakeSelectionId']=null;['_displayedFakeSelectionLocked']=!0x1;['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x557f27=T(this['context']),_0x1d5294=_0x557f27['plugins']['has']('RealTimeCollaborationClient')&&_0x557f27['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x1d5294||_0x589eaf();}return this['_sessionId'];}async['getDocumentData'](){const _0x112c8a=T(this['context']),_0x2779ef=_0x112c8a['model'],_0x20b2a1=_0x112c8a['data']['toView'](_0x2779ef['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x2400c0=new Dt(_0x112c8a['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x20b2a1,_0x2400c0);let _0x43107f=await this['_getDocumentDataStringFromView'](_0x20b2a1);const _0x2c122c=this['_getMarkersInDocumentOrder'](),_0x7924b2=[];for(const _0x15e648 of _0x2c122c){const _0x4c8251='<'+_0x15e648['name']+':start></'+_0x15e648['name']+':start>',_0x2421e8=_0x43107f['indexOf'](_0x4c8251);_0x43107f=_0x43107f['substring'](0x0,_0x2421e8)+_0x43107f['substring'](_0x2421e8+_0x4c8251['length']);const _0x5c5e9a='<'+_0x15e648['name']+':end></'+_0x15e648['name']+':end>',_0x40f2a9=_0x43107f['indexOf'](_0x5c5e9a);_0x43107f=_0x43107f['substring'](0x0,_0x40f2a9)+_0x43107f['substring'](_0x40f2a9+_0x5c5e9a['length']),_0x7924b2['push']({'markerName':_0x15e648['name'],'start':_0x2421e8,'end':_0x40f2a9,'htmlFragment':_0x43107f['substring'](_0x2421e8,_0x40f2a9)});}return{'content':_0x43107f,'version':_0x112c8a['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x7924b2};}async['afterInit'](){this['context']instanceof dt?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x13a635,_0x391b9a)=>{_0x391b9a['on']('ready',()=>{this['_integrateEditor'](_0x391b9a);});});}['_setOutputDataProcessor'](_0x53600b){this['_outputDataProcessor']=_0x53600b;}async['_getDocumentDataStringFromView'](_0xb02f95){let _0x637e1f;const _0x396895=T(this['context']);if(this['_outputDataProcessor']){const _0xc5a778=_0x396895['data']['processor']['domConverter']['viewToDom'](_0xb02f95),_0x14c58b=await this['_outputDataProcessor'](_0xc5a778);_0x637e1f=_0x396895['data']['processor']['htmlWriter']['getHtml'](_0x14c58b);}else _0x637e1f=_0x396895['data']['processor']['toData'](_0xb02f95);return _0x637e1f;}['_integrateEditor'](_0xc96b1c){_0xc96b1c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':R,'view':{'classes':['ck-fake-ai-selection','ck-ai-assistant-ui_theme'],'priority':0xc}}),_0xc96b1c['conversion']['for']('dataDowncast')['markerToElement']({'model':R,'view':(_0x55b41c,{writer:_0x18cdb4,options:_0x226313})=>_0x226313['convertAiChatSelectionMarker']?_0x18cdb4['createUIElement'](_0x55b41c['markerName']+':'+(_0x55b41c['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x192671,_0x28f130,_0x16ff8a=!0x1,_0x3044db=!0x1){if(this['_displayedFakeSelectionLocked']&&!_0x3044db)return!0x1;const _0x6ba3c=T(this['context'])['model'];return _0x6ba3c['change'](_0x4a01fe=>{this['_displayedFakeSelectionId']&&this['hideFakeVisualSelection'](this['_displayedFakeSelectionId']),this['_displayedFakeSelectionId']=_0x28f130,this['_displayedFakeSelectionLocked']=_0x16ff8a;let _0x421201=0x0;for(let _0x131812 of _0x192671){const _0xfb6ad=R+':'+_0x421201;if(_0x131812['start']['isAtEnd']){const _0x297a4a=_0x131812['start']['getLastMatchingPosition'](({item:_0x3ace3a})=>!_0x6ba3c['schema']['isContent'](_0x3ace3a),{'boundaries':_0x131812});_0x131812=_0x4a01fe['createRange'](_0x297a4a,_0x131812['end']);}_0x4a01fe['addMarker'](_0xfb6ad,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x131812}),_0x421201++;}}),window['getSelection']()?.['removeAllRanges'](),!0x0;}['hideFakeVisualSelection'](_0x1417b2){if(this['_displayedFakeSelectionId']!=_0x1417b2)return!0x1;this['_displayedFakeSelectionId']=null,this['_displayedFakeSelectionLocked']=!0x1;const _0x1c9fca=T(this['context']),_0x34f9e4=_0x1c9fca['model']['markers']['getMarkersGroup'](R);return _0x1c9fca['model']['change'](_0x3d2674=>{for(const _0x2771ce of _0x34f9e4)_0x3d2674['removeMarker'](_0x2771ce);}),!0x0;}async['modelToDataWithIds'](_0x570b05){const _0x30213f=T(this['context']),_0x98c10a=_0x30213f['data']['toView'](_0x570b05),_0x138146=new Dt(_0x30213f['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x98c10a,_0x138146),this['_getDocumentDataStringFromView'](_0x98c10a);}['_setDataIdsOnChildren'](_0x5eb28f,_0x3da923){let _0xea6385=!0x1;const _0x375419=new Set();for(const _0x41a7f0 of _0x5eb28f['getChildren']()){const _0x497cf4=_0x41a7f0['is']('emptyElement')||_0x41a7f0['is']('containerElement');if(!_0x41a7f0['is']('element'))continue;(this['_setDataIdsOnChildren'](_0x41a7f0,_0x3da923)||_0x497cf4)&&(_0x3da923['setAttribute']('data-id',this['_nextDataId'](_0x375419),_0x41a7f0),_0xea6385=!0x0);}return _0xea6385;}['_nextDataId'](_0x4cefd9){let _0x215870;do{_0x215870='';for(let _0x14a07b=0x0;_0x14a07b<0x4;_0x14a07b++)_0x215870+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x4cefd9['has'](_0x215870));return _0x4cefd9['add'](_0x215870),_0x215870;}['getSelectionText'](){const {model:_0x797d37}=T(this['context']),_0x156485=_0x797d37['document']['selection'],_0x5a2e8c=[];for(const _0x191eff of _0x156485['getRanges']())for(const _0x107424 of _0x191eff['getItems']())_0x107424['is']('$textProxy')?_0x5a2e8c['push'](_0x107424['data']):_0x107424['is']('element')&&_0x5a2e8c['length']>0x0&&'\x20'!==_0x5a2e8c[_0x5a2e8c['length']-0x1]&&_0x5a2e8c['push']('\x20');return _0x5a2e8c['length']?'\x22'+_0x5a2e8c['join']('')['trim']()+'\x22':i(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_getMarkersInDocumentOrder'](){const _0x5b1b2f=T(this['context'])['model'];return Array['from'](_0x5b1b2f['markers']['getMarkersGroup'](R))['sort']((_0x43dae6,_0x327778)=>_0x43dae6['getStart']()['isBefore'](_0x327778['getStart']())?-0x1:_0x43dae6['getStart']()['isAfter'](_0x327778['getStart']())?0x1:0x0);}}const ut=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],bt=[...ut,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class ha{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x4b1773){this['options']={'delay':_0x4b1773['delay']??0x14,'textNodeStyle':_0x4b1773['textNodeStyle'],'onStreamUpdate':_0x4b1773['onStreamUpdate']||(()=>{})};}async['stream']({document:_0x15fc6d,targetElement:_0x3dee86,abortSignal:_0x1f8535}){this['isStreaming']&&this['stop'](),_0x1f8535?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0xe31279(_0x15fc6d,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x1a9f3f=0x0;_0x1a9f3f<this['currentIndex'];_0x1a9f3f++)this['nodesList'][_0x1a9f3f]['shouldBeStreamed']=!0x0;do{const _0x8dd3f1=Date['now'](),_0x3becec=this['nodesList'][this['currentIndex']],_0x4d6e45=_0x8dd3f1-this['lastUpdateTime'];if(_0x3becec){_0x3becec['shouldBeStreamed']=!0x0;let _0x1e1bf9=_0x3becec['parent'];for(;_0x1e1bf9;)_0x1e1bf9['shouldBeStreamed']=!0x0,_0x1e1bf9=_0x1e1bf9['parent'];}if(_0x4d6e45<this['options']['delay'])try{const {promise:_0x1d6f45,abortController:_0x1f30f7}=Ds(this['options']['delay']-_0x4d6e45);this['timeoutAbortController']=_0x1f30f7,await _0x1d6f45;}catch(_0x384089){return;}_0x5470ef(_0x3dee86,'<'+_0x3dee86['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x3dee86['tagName']+'>',{'childrenOnly':!0x0}),this['options']['onStreamUpdate']&&this['options']['onStreamUpdate'](),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:_0x4b06d2}){Array['from'](_0x4b06d2['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x36e999=>{_0x36e999['replaceWith'](_0x36e999['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x297ef1){let _0x2852d1='';if(function(_0x36b5a3){return _0x4d2112(_0x36b5a3);}(_0x297ef1)){for(const _0x36e7e7 of _0x297ef1['children'])_0x2852d1+=this['renderNode'](_0x36e7e7);}else{if(Ts(_0x297ef1)){if(!_0x297ef1['shouldBeStreamed'])return'';const _0x4dca1b=_0x297ef1,_0x4afc80=Object['entries'](_0x4dca1b['attribs'])['map'](([_0x1dcd83,_0x7bd428])=>_0x1dcd83+'=\x22'+_0x7bd428+'\x22')['join']('\x20');_0x2852d1+='<'+_0x4dca1b['tagName']+(_0x4afc80?'\x20'+_0x4afc80:'')+'>';for(const _0x219262 of _0x3d261d(_0x4dca1b))_0x2852d1+=this['renderNode'](_0x219262);_0x2852d1+='</'+_0x4dca1b['tagName']+'>';}else{if(!Ss(_0x297ef1))return'';if(!_0x297ef1['shouldBeStreamed'])return'';!function(_0x15a71a){if(!_0x15a71a['parent']||!Ts(_0x15a71a['parent']))return!0x1;if(!ys['includes'](_0x15a71a['parent']['tagName']))return!0x1;return!_0x63493(_0x15a71a)['match'](/^\s*[<>]\s*$/);}(_0x297ef1)?_0x2852d1+=_0x3d00aa(_0x297ef1):_0x2852d1+=_0x3d00aa(new _0x5fd8c8('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x297ef1]));}}return _0x2852d1;}['getParsedDocumentNodeList'](){const _0x48af65=[];return function(_0x51ff76,_0x2f54cc){const _0x3b99f2=_0x1fbd98=>{if(_0x2f54cc(_0x1fbd98),_0x1fbd98 instanceof _0x74a3ae)for(let _0x1e1344=0x0;_0x1e1344<_0x1fbd98['children']['length'];_0x1e1344++){const _0x3b4374=_0x1fbd98['children'][_0x1e1344];_0x3b99f2(_0x3b4374);}};for(let _0x49bdb9=0x0;_0x49bdb9<_0x51ff76['children']['length'];_0x49bdb9++)_0x3b99f2(_0x51ff76['children'][_0x49bdb9]);}(this['document'],_0xe41058=>{if(Ss(_0xe41058)){const _0x2c7f80=this['splitTextNodeIntoWordNodes'](_0xe41058);_0x2c7f80['length']&&_0x48af65['push'](..._0x2c7f80);}_0xe41058['isWordSplitSource']||_0xe41058['isWordSplitResult']||_0x48af65['push'](_0xe41058);}),_0x48af65;}['splitTextNodeIntoWordNodes'](_0x4adbec){if(_0x4adbec['isWordSplitSource']||_0x4adbec['isWordSplitResult'])return[];const _0x185393=_0x63493(_0x4adbec)['match'](/(?:\s*\S+\s*)/g),_0x3f0883=[];if(_0x185393&&_0x185393['length']>0x1){for(const _0x46a6ab of _0x185393){const _0x3c11d9=new _0x5dcbfa(_0x46a6ab);_0x3c11d9['isWordSplitResult']=!0x0,_0x17e3d4(_0x4adbec,_0x3c11d9),_0x3f0883['push'](_0x3c11d9);}_0x4adbec['isWordSplitSource']=!0x0,_0x2a3aa1(_0x4adbec);}return _0x3f0883;}}const ys=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function Ss(_0x5431a3){return _0x1f8133(_0x5431a3);}function Ts(_0x568500){return _0x1415cb(_0x568500);}function Ds(_0x27571b){const _0x1003fb=new AbortController();return{'promise':new Promise((_0x404d5c,_0x3a4e95)=>{const _0x2a1204=setTimeout(_0x404d5c,_0x27571b);_0x1003fb['signal']['addEventListener']('abort',()=>{clearTimeout(_0x2a1204),_0x3a4e95();});}),'abortController':_0x1003fb};}class Fr extends _0x25f6b6{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x441ece){super();const _0x5bce73=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new ha({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x441ece,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x5bce73['if']('isDone','ck-ai-chat__feed__item_done'),_0x5bce73['if']('isVisible','ck-hidden',_0x3b2f55=>!_0x3b2f55),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){this['htmlStreamer']['cleanUpAnimations']({'targetElement':this['element']}),this['element']['querySelectorAll']('[data-id]')['forEach'](_0x103ef1=>{_0x103ef1['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x5c6620,_0xd5fe56,_0x2eae75){await this['htmlStreamer']['stream']({'document':_0x5c6620,'targetElement':_0xd5fe56,'abortSignal':_0x2eae75});}}class oa extends _0x25f6b6{['showChangesToggleView'];constructor(_0x272210,_0xe5f8a1){super(_0x272210),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Zn(_0x272210),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','label':i(_0x272210,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0xe5f8a1['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x2d3f47=>_0x2d3f47?_0x6ecf94:_0xe8e21c),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x3ee2db=new _0x283d41();_0x3ee2db['content']=_0x239981,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0xe5f8a1['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x3ee2db,{'tag':'span','children':[i(_0x272210,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class Zn extends _0x28db64{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}const Or={'accepted':_0x161dde,'rejected':_0x3ada2f,'outdated':_0x3ada2f};class ws extends _0x25f6b6{['stateIconView'];constructor(_0x4eddce){super(_0x4eddce);const _0xf80196=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new Nr(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0xf80196['to']('state',_0x324629=>'ck-ai-suggestion__content-part-state_'+_0x324629),_0xf80196['if']('isVisible','ck-hidden',_0x5487a9=>!_0x5487a9)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0xf80196['to']('state',_0x27702c=>{switch(_0x27702c){case'accepted':return i(_0x4eddce,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return i(_0x4eddce,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return i(_0x4eddce,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x4c4231){this['state']=_0x4c4231;}}class Nr extends _0x283d41{constructor(){super(),this['set']('state','accepted'),this['content']=Or[this['state']],this['on']('change:state',()=>{this['content']=Or[this['state']];});}}class cs extends _0x28f204{['_applyButton'];['_suggestButton'];constructor(_0x428014,_0x361068,_0x3cff96){super(_0x428014);const _0xdbd5fc=Boolean(_0x3cff96);this['set']('isEnabled',!_0xdbd5fc),this['set']('isVisible',!0x0),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x545d53=[];if(_0xdbd5fc){const _0x187e01=new _0x28db64(_0x428014);_0x187e01['set']({'label':i(_0x428014,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3f0ea0}),_0x545d53['push'](_0x187e01);}else{_0x361068['includes']('applySuggestion')&&(this['_applyButton']=new _0x28db64(_0x428014),this['_applyButton']['set']({'label':i(_0x428014,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x161dde}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x545d53['push'](this['_applyButton'])),_0x361068['includes']('insertSuggestion')&&(this['_suggestButton']=new _0x28db64(_0x428014),this['_suggestButton']['set']({'label':i(_0x428014,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0xd1c008}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x545d53['push'](this['_suggestButton']));const _0x3f8141=new _0x28db64(_0x428014);_0x3f8141['set']({'label':i(_0x428014,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3ada2f}),_0x3f8141['bind']('isEnabled')['to'](this),_0x3f8141['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x545d53['push'](_0x3f8141);}this['items']['addMany'](_0x545d53);const _0x5a5a1f=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x5a5a1f['if']('isVisible','ck-hidden',_0x4ab56b=>!_0x4ab56b)]}});}['setButtonsVisibility']({showApplyButton:_0xf0fb83,showSuggestButton:_0x3ef8af}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0xf0fb83),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x3ef8af);}}class vn extends _0x25f6b6{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0xaae1f6,{part:_0x519bc7,uiIndex:_0x1bfbf7,availableActions:_0x5a4379,areActionsDisabled:_0x145115}){super(_0xaae1f6),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['toolbarView']=new cs(_0xaae1f6,_0x5a4379,_0x145115),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x519bc7['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x519bc7['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x519bc7['index']});}),this['toolbarView']['bind']('isEnabled')['to'](this),this['stateView']=new ws(_0xaae1f6),this['titleLabelView']=new Sn(_0xaae1f6,_0x1bfbf7),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',(_0x313f7a,_0x311856,_0xfd3bd2,_0x591bd3)=>{'pending'===_0x591bd3?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0xfd3bd2?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0xfd3bd2),this['children']['add'](this['stateView']));});}}class Sn extends _0x25f6b6{constructor(_0x4eb281,_0x3c6f6d){super(_0x4eb281),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[i(_0x4eb281,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x3c6f6d['toString']())]});}}class as extends _0x25f6b6{['htmlStreamer'];constructor(_0x4a3585){super(_0x4a3585),this['htmlStreamer']=new ha({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async['update']({part:_0x7cdd7d,renderingStrategy:_0x4d3550,abortSignal:_0x615259}){'streaming'===_0x4d3550?await this['htmlStreamer']['stream']({'document':_0x7cdd7d['content'],'targetElement':this['element'],'abortSignal':_0x615259}):this['element']['innerHTML']=Tt(_0x7cdd7d['content']);}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='';}}class na extends _0x25f6b6{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x350de4,{part:_0x33b583,uiIndex:_0x19cf30,areActionsDisabled:_0x540f4d,availableActions:_0x12733c}){super(_0x350de4);const _0x287a1c=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1);const _0x2b5a06=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x540f4d;};this['on']('change:state',_0x2b5a06),this['on']('change:isDone',_0x2b5a06),_0x2b5a06(),this['_children']=this['createCollection'](),this['_headerView']=new vn(_0x350de4,{'part':_0x33b583,'uiIndex':_0x19cf30,'availableActions':_0x12733c,'areActionsDisabled':_0x540f4d}),this['_headerView']['bind']('isEnabled','state')['to'](this),this['_headerView']['delegate'](...ut)['to'](this),this['_streamableContentView']=new as(_0x350de4),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x287a1c['to']('state',_0x2b5c6e=>'ck-ai-suggestion__body__content-part_'+_0x2b5c6e),_0x287a1c['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x287a1c['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x287a1c['if']('isVisible','ck-hidden',_0x41e8ae=>!_0x41e8ae)]},'children':this['_children'],'on':{'mouseenter':_0x287a1c['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x33b583['index']});}),'mouseleave':_0x287a1c['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x33b583['index']});}),'click':_0x287a1c['to'](_0x4aabed=>{const _0xe1d14e=_0x4aabed['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0xe1d14e)&&this['fire']('showChangeInText',{'index':_0x33b583['index']});})}});}async['updateContent']({part:_0x1e752c,renderingStrategy:_0x45a83d,showUnchangedParts:_0x3bd080=!0x1,abortSignal:_0x2c28de}){this['partDefinition']=_0x1e752c,this['isVisible']=this['partDefinition']['hasChanges']||_0x3bd080,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x1e752c,'renderingStrategy':_0x45a83d,'abortSignal':_0x2c28de});}['markAsDone'](){this['isDone']=!0x0;}}class z extends _0x12cec9(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x1aab25){const _0x32b157=this['createTask'](_0x1aab25);return this['queue']['push'](_0x32b157),this['_processQueue'](),_0x32b157['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(_0x498575=>{this['once']('_queueEmpty',()=>{_0x498575();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x3e87bf=this['queue']['shift']();try{await _0x3e87bf['callback'](this['_abortController']['signal']),_0x3e87bf['resolve']();}catch(_0x40c9a3){_0x3e87bf['reject'](_0x40c9a3);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x31ad94){let _0x5d6e4a,_0x372c19;const _0x343ad1=new Promise((_0x40cdee,_0x53ce3a)=>{_0x5d6e4a=_0x40cdee,_0x372c19=_0x53ce3a;});return{'callback':_0x31ad94,'resolve':_0x5d6e4a,'reject':_0x372c19,'completePromise':_0x343ad1};}}class Ze extends Fr{constructor(_0x1ddb0d){super(_0x1ddb0d),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x1ddb0d['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x5276a4){this['element']['innerHTML']=_0x5276a4;}}const ot=['applySuggestion','insertSuggestion'];class ra extends _0x25f6b6{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x1a4c48,_0x3b9475=[...ot],_0x2feda4){super(_0x1a4c48);const _0x5bd814=this['bindTemplate'],_0x1dffe6=Boolean(_0x2feda4);if(this['set']('isEnabled',!_0x1dffe6),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x1dffe6){const _0x571341=new _0x28db64(_0x1a4c48);_0x571341['set']({'label':i(_0x1a4c48,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3f0ea0});const _0x4cf67e=new _0x25f6b6(_0x1a4c48);_0x4cf67e['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[i(_0x1a4c48,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x571341]}]}),this['children']['add'](_0x4cf67e);}else this['_applyChangesButton']=new _0x28db64(_0x1a4c48),this['_applyChangesButton']['set']({'label':i(_0x1a4c48,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x3b9475['includes']('applySuggestion'),'class':'ck-ai-button-primary'}),this['_insertSuggestionsButton']=new _0x28db64(_0x1a4c48),this['_insertSuggestionsButton']['set']({'label':i(_0x1a4c48,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x3b9475['includes']('insertSuggestion'),'class':'ck-ai-button-secondary'}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x4ec54c=>{_0x4ec54c['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',_0x5bd814['if']('isVisible','ck-hidden',_0x47e1ce=>!_0x47e1ce)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x5cca87){this['isVisible']=_0x5cca87;}['_switchButtonLabelsPlurality'](_0xef54f4){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0xef54f4?(this['_applyChangesButton']['label']=i(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=i(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=i(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=i(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}}class Sr extends _0x25f6b6{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0xac6d0b,_0x2ed856){super(_0xac6d0b),this['bodyCollection']=_0x2ed856,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',_0x2fac3c=>!_0x2fac3c)]},'children':this['children']});const _0x216bd7=new _0x25f6b6(this['locale']),_0x49da72=new _0x283d41();_0x49da72['content']=_0x395f9,_0x216bd7['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x49da72,{'tag':'span','children':[{'text':i(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x216bd7),this['_setupBalloonPanel'](_0xac6d0b);}['addSource'](_0x3b098f){this['children']['add'](new qr(this['locale'],_0x3b098f,this['balloonPanelView']));}['_setupBalloonPanel'](_0xbd27a5){this['balloonPanelView']=new _0x132eb0(_0xbd27a5),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class qr extends _0x28db64{['balloonPanelView'];['source'];constructor(_0x30c4b2,_0x33a5aa,_0x31567e){super(_0x30c4b2),this['source']=_0x33a5aa,this['balloonPanelView']=_0x31567e,this['set']({'label':_0x33a5aa['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x55236e=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x55236e['to'](()=>{window['open'](_0x33a5aa['url'],'_blank');}),'mouseenter':_0x55236e['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x55236e['to'](()=>{this['_hideTooltip']();})}}),_0x33a5aa['favicon']){const _0x4887fe=new _0x25f6b6(_0x30c4b2);_0x4887fe['setTemplate']({'tag':'img','attributes':{'src':_0x33a5aa['favicon']||_0x395f9,'alt':_0x33a5aa['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x4887fe);}else this['set']('icon',_0x395f9);}['_createTooltipContentView'](_0x321565,_0x3feb70){const _0x209639=new _0x25f6b6(_0x321565),_0xc1f475=[];let _0x210680;_0x3feb70?.['favicon']?(_0x210680=new _0x25f6b6(_0x321565),_0x210680['setTemplate']({'tag':'img','attributes':{'src':_0x3feb70['favicon'],'alt':_0x3feb70['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x210680=new _0x283d41(),_0x210680['content']=_0x395f9,_0x210680['extendTemplate']({'attributes':{'alt':_0x3feb70['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0xc1f475['push'](_0x210680);const _0x227307=new _0x25f6b6(_0x321565);_0x227307['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x3feb70['url']},'children':[{'text':new URL(_0x3feb70['url'])?.['hostname']}]}),_0xc1f475['push'](_0x227307);const _0xcba21=new _0x25f6b6(_0x321565);_0xcba21['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0xc1f475});const _0x4c17d0=new _0x25f6b6(_0x321565);return _0x4c17d0['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x3feb70['title']['length']>0x190?_0x3feb70['title']['substring'](0x0,0x190)+'...':_0x3feb70['title']}]}),_0x209639['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0xcba21,_0x4c17d0]}),_0x209639;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[_0x132eb0['defaultPositions']['northArrowSouth'],_0x132eb0['defaultPositions']['northArrowSouthWest'],_0x132eb0['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 _0x390e53=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x390e53);}}class ca extends _0x25f6b6{['_actionsView'];['_sourcesView'];['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x14541a,_0x433c60){super(_0x14541a);const {areActionsDisabled:_0x5dadb9,showUnchangedParts:_0x22c87e,availableActions:_0x10ca8f}=_0x433c60;this['_areActionsDisabled']=_0x5dadb9,this['_showUnchangedParts']=_0x22c87e,this['_availableActions']=_0x10ca8f,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new z(),this['_emptyPartsWarningView']=new Ze({'id':'empty-parts-warning','initialContent':i(_0x14541a,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new ra(_0x14541a,_0x433c60['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new Sr(this['locale'],_0x433c60['bodyCollection']),_0x433c60['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...ut)['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']]});}get['partsCount'](){return this['_children']['length'];}async['updateContentParts']({parts:_0x4cf1be,renderingStrategy:_0x5fae10,abortSignal:_0x8a7099}){this['_children']['length']?_0x4cf1be['forEach'](_0x2ae06f=>{const _0x4b3d50=this['_cachedContentParts']['findIndex'](_0x12db8c=>_0x12db8c['index']==_0x2ae06f['index']);-0x1===_0x4b3d50?this['_cachedContentParts']['push'](_0x2ae06f):this['_cachedContentParts'][_0x4b3d50]=_0x2ae06f;}):this['_cachedContentParts']=_0x4cf1be;const _0x1f5fa1=this['_showUnchangedParts']?_0x4cf1be:_0x4cf1be['filter'](_0x3ff453=>_0x3ff453['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x1f5fa1['length']>0x1);for(const _0x5895d2 of _0x1f5fa1)this['_updateContentPartsPromiseQueue']['enqueue'](async _0xc22f57=>{let _0x3f651a=this['getPartView'](_0x5895d2['index']);_0x3f651a||(_0x3f651a=new na(this['locale'],{'part':_0x5895d2,'uiIndex':this['_children']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x3f651a['delegate'](...ut)['to'](this),this['_children']['add'](_0x3f651a),this['hasPendingParts']=!0x0),await _0x3f651a['updateContent']({'part':_0x5895d2,'renderingStrategy':_0x5fae10,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0xc22f57}),_0x3f651a['markAsDone']();});return _0x8a7099?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x14738f,_0x25ce5d){const _0x223b5a=this['getPartView'](_0x14738f);_0x223b5a&&(_0x223b5a['state']=_0x25ce5d),this['hasPendingParts']='pending'==_0x25ce5d||Array['from'](this['_children'])['some'](_0x355a39=>'pending'==_0x355a39['state']);}['setPartActive'](_0x3e9ef8,_0x3d7990){if(!0x1===_0x3e9ef8){for(const _0x596c51 of this['_children'])_0x596c51['isActive']=!0x1;}else{const _0x4c660a=this['getPartView'](_0x3e9ef8);_0x4c660a&&(_0x4c660a['isActive']=_0x3d7990);}}['updateSources'](_0x262fb3){_0x262fb3['forEach'](_0x41dfcd=>this['_sourcesView']['addSource'](_0x41dfcd)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x273b9f){return this['_children']['find'](_0x4db11e=>_0x4db11e['partDefinition']['index']==_0x273b9f)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x50ec1d=!this['_cachedContentParts']['find'](({hasChanges:_0x4e74da})=>_0x4e74da),_0x22a789=!!this['_cachedContentParts']['find'](({hasChanges:_0x7c6104})=>!_0x7c6104);this['_emptyPartsWarningView']['isVisible']=0x0==this['_children']['length']||_0x22a789,_0x50ec1d?this['_emptyPartsWarningView']['setContent'](i(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](i(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_children']['forEach'](_0xd379c7=>_0xd379c7['markAsDone']()),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}get['hasNonEmptyParts'](){return this['_children']['filter'](_0x366455=>_0x366455['partDefinition']['hasChanges'])['length']>0x0;}}class gn extends _0x25f6b6{['bodyView'];['children'];['headerView'];constructor(_0xe33528,_0x203bfa,_0x502cdb){super(_0xe33528);const {showDiff:_0x48fdfe,areActionsDisabled:_0x3550aa,showUnchangedParts:_0x3fe4e3,availableActions:_0x2d12e0}=_0x203bfa;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new oa(_0xe33528,{'showDiff':_0x48fdfe}),this['headerView']['on']('toggleShowChanges',(_0x993703,_0x438b8e)=>{this['areChangesVisible']=_0x438b8e['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x438b8e['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new ca(_0xe33528,{'areActionsDisabled':_0x3550aa,'showUnchangedParts':!!_0x3fe4e3,'availableActions':_0x2d12e0,'bodyCollection':_0x502cdb}),this['bodyView']['delegate'](...ut)['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'](_0x4ef035){await this['bodyView']['updateContentParts'](_0x4ef035);}['updateSources'](_0x16af72){this['bodyView']['updateSources'](_0x16af72);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class Qe extends Fr{['containerView'];constructor(_0x437c10,_0x269b3e,_0x4ef66d){super(_0x269b3e),this['set']('isTrackChangesOn',!0x1),this['containerView']=new gn(_0x437c10,{'showDiff':_0x269b3e['showDiff'],'areActionsDisabled':_0x269b3e['areActionsDisabled'],'availableActions':_0x269b3e['availableActions']},_0x4ef66d),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x5f0738,_0xd0f9ac)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0xd0f9ac['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',(_0x2acd41,{index:_0x395cad})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x395cad});}),this['containerView']['on']('applySuggestion',(_0x6e62e7,{index:_0x4770c7}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x4770c7});}),this['containerView']['on']('insertSuggestion',(_0x52b0e8,{index:_0x47de3e}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x47de3e});}),this['containerView']['on']('rejectSuggestion',(_0x6c1c62,{index:_0x40fa49})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x40fa49});}),this['containerView']['on']('mouseOverSuggestion',(_0x2e4fd9,{index:_0x5149f5})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x5149f5});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x2b5af1,{index:_0x473328})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x473328});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x1ce9b2){await this['containerView']['updateContent'](_0x1ce9b2);}['updatePartState'](_0x8e89bd,_0x21f59e){this['containerView']['bodyView']['updatePartState'](_0x8e89bd,_0x21f59e);}['setPartActive'](_0x1adae4,_0x3e6315){!0x1===_0x1adae4?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x1adae4,_0x3e6315);}['updateSources'](_0x1a6336){this['containerView']['updateSources'](_0x1a6336);}['getPartView'](_0x5c469d){return this['containerView']['bodyView']['getPartView'](_0x5c469d);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class Xe extends Fr{['replyContainer'];['_bodyCollection'];constructor(_0x3c6fbe,_0x52e212,_0x1afce1){super(_0x52e212),this['_bodyCollection']=_0x1afce1,this['locale']=_0x3c6fbe,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x25f6b6(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':ji(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x53f030,renderingStrategy:_0x12e9a9,abortSignal:_0x3385cd}){'streaming'===_0x12e9a9?await this['streamIntoElement'](_0x53f030,this['replyContainer']['element'],_0x3385cd):this['replyContainer']['element']['innerHTML']=_0x3d00aa(_0x53f030);}['updateSources'](_0x551a96){const _0x18e5e0=new Sr(this['locale'],this['_bodyCollection']);_0x18e5e0['children']['addMany'](_0x551a96['map'](_0x1c072d=>new qr(this['locale'],_0x1c072d,_0x18e5e0['balloonPanelView']))),_0x18e5e0['isVisible']=!0x0,this['children']['add'](_0x18e5e0);}}class li extends _0x39a237{constructor(_0x15d176=void 0x0){super();const _0x291c80=_0x15d176?'ck-ai-spinner_'+_0x15d176:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x291c80]}});}}const xn={'file':_0x4f5d8d,'document':_0x5e59e8,'web-resource':_0x11a450,'text':_0x4f5d8d,'selection':_0x50d8ea,'mcp-tool-context':_0x5e59e8},Ur='ck-ai-chat-context-chip',Wr='ck-ai-chat-context-chip_wide',Yr='ck-ai-chat-context-chip_document',$r='ck-ai-chat-context-chip__label',Qr='ck-ai-chat-context-chip__type-icon',Xr='ck-ai-chat-context-controls__chip-tooltip',Cn='n';class Vo extends _0x28db64{constructor(_0x45a95a,_0x2a2325,_0x4b920f,_0x363ffc,_0x51308c=!0x1){super(_0x45a95a),this['_isAnimationOnEnterEnabled']=_0x363ffc,this['_initializeProperties'](_0x2a2325,_0x4b920f,_0x51308c),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'](_0x339872,_0x4b294b,_0xd9091){this['set']('label',_0x339872['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x339872['type']),this['set']('id',_0x339872['uiId']),this['set']('readonly',_0x4b294b),this['set']('isLoading',_0xd9091);}['_setupTemplate'](){const _0x4dfad1=this['_createIconView'](),_0x2e242b=this['_createRemoveButton'](),_0xe4baf9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0xe4baf9),'children':this['_createTemplateChildren'](_0x4dfad1,_0x2e242b,_0xe4baf9)});}['_createTemplateAttributes'](_0x8e518b){return{'class':[Ur,_0x8e518b['if']('itemType',Yr,_0x31e5ec=>'document'==_0x31e5ec),_0x8e518b['if']('itemType',Wr,_0x5b4483=>'selection'==_0x5b4483)],'data-cke-tooltip-text':_0x8e518b['to']('label',In),'data-cke-tooltip-position':Cn,'data-cke-tooltip-class':Xr};}['_createTemplateChildren'](_0x88d8ad,_0x23d2ca,_0x52a7bd){const _0x22ceec=this['_createLabelElement'](_0x52a7bd),_0x152f38=this['_createLoaderIcon']();return this['readonly']?[_0x88d8ad,_0x22ceec]:[_0x88d8ad,_0x152f38,_0x22ceec,_0x23d2ca];}['_createLabelElement'](_0x4fd707){return{'tag':'span','attributes':{'class':$r},'children':[{'text':_0x4fd707['to']('label')}]};}['_createRemoveButton'](){const _0x448de3=new _0x28db64(this['locale']);return _0x448de3['set']({'label':i(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x373232}),this['_setupRemoveButtonEvent'](_0x448de3),_0x448de3;}['_setupRemoveButtonEvent'](_0x471836){_0x471836['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x27c352=this['bindTemplate'],_0x43f50a=new _0x283d41();return _0x43f50a['content']=xn[this['itemType']],_0x43f50a['extendTemplate']({'attributes':{'class':[Qr,_0x27c352['if']('isLoading','ck-hidden',_0x5325e3=>_0x5325e3)]}}),_0x43f50a;}['_handleAnimationEndOnce'](_0x593df1,_0x47cc66){if(!_0x593df1)return;const _0x45317c=()=>{_0x47cc66(),_0x593df1['removeEventListener']('animationend',_0x45317c),_0x593df1['removeEventListener']('webkitAnimationEnd',_0x45317c);};_0x593df1['addEventListener']('animationend',_0x45317c),_0x593df1['addEventListener']('webkitAnimationEnd',_0x45317c);}['_createLoaderIcon'](){const _0x4e8c20=new li('small');return _0x4e8c20['bind']('isVisible')['to'](this,'isLoading',_0x2b1072=>_0x2b1072),_0x4e8c20;}}function In(_0x3c98a5){if(!_0x3c98a5)return _0x3c98a5;if(_0x3c98a5['length']<=0x78)return _0x3c98a5;const _0x1b55cb=_0x3c98a5['slice'](0x0,0x78),_0x460a63=_0x1b55cb['lastIndexOf']('\x20');return(_0x460a63>0x0?_0x1b55cb['slice'](0x0,_0x460a63):_0x1b55cb)+'…';}const hn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},an='300px';class Ro{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x5ac619,_0x1dac79,_0x2e37e3,_0x5b3d24,_0x522029){this['_locale']=_0x5ac619,this['_visibleChips']=_0x1dac79,this['_config']={...hn,..._0x2e37e3,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x2e37e3['cssClasses']}},this['_overflowChips']=new _0x207453(),this['_bodyCollection']=_0x5b3d24,this['_parentView']=_0x522029||null;}['setContainerElement'](_0x2fac0f){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x2fac0f,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 _0x2f680c=[...this['_visibleChips'],...this['_overflowChips']],_0x240b2e=this['_createCalculationContainer'](),_0xb83d2=this['_calculateOverflowInContainer'](_0x240b2e,_0x2f680c),_0x39954e=_0x240b2e['_ancestorsToRestore'];_0x39954e&&this['_restoreAncestorVisibility'](_0x39954e),_0x240b2e['remove'](),this['_applyOverflowResults'](_0x2f680c,_0xb83d2);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x13f50b({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x2f5f57=new _0x28db64(this['_locale']);_0x2f5f57['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x196913=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x196913['push'](this['_config']['cssClasses']['controlsButton']),_0x2f5f57['extendTemplate']({'attributes':{'class':_0x196913}}),_0x2f5f57;}['_createShowMoreBalloonPanelView'](){const _0x34611b=new _0x132eb0(this['_locale']);return _0x34611b['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x34611b),_0x34611b;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x44632c=>{_0x44632c['disableAnimationOnEnter']();});const _0x350dbd=new _0x25f6b6(this['_locale']);_0x350dbd['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x350dbd);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x1ea107=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x1ea107?'':'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'](_0x3350d5){const _0x51730c=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x33abd6=this['_containerElement']?.['classList'];if(_0x33abd6){const _0x55d2bb=_0x33abd6[0x0]||'',_0x5de2cc=_0x3350d5['querySelector']('.'+_0x55d2bb),_0x5220ff=_0x3350d5['querySelector'](_0x51730c);return _0x5de2cc||_0x5220ff||_0x3350d5;}return _0x3350d5['querySelector'](_0x51730c)||_0x3350d5;}['_calculateContainerWidth'](){const _0x291763=this['_parentView']?.['element']||this['_containerElement'];if(!_0x291763)return an;const _0x511225=window['getComputedStyle'](_0x291763)['width'];if('auto'===_0x511225||'0px'===_0x511225||!_0x511225){const _0x2a60cb=_0x291763['parentElement'];if(_0x2a60cb){const _0x32ab54=window['getComputedStyle'](_0x2a60cb);return'auto'!==_0x32ab54['width']?_0x32ab54['width']:an;}return an;}return _0x511225;}['_applyCalculationStyles'](_0x189cc5,_0x356b2d){this['_config']['cssClasses']['calculationContainer']&&_0x189cc5['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x189cc5['style']['width']=_0x356b2d,_0x189cc5['style']['position']='absolute',_0x189cc5['style']['top']='-9999px',_0x189cc5['style']['left']='-9999px',_0x189cc5['style']['opacity']='0',_0x189cc5['style']['pointerEvents']='none',_0x189cc5['style']['zIndex']='-1',_0x189cc5['style']['visibility']='visible\x20!important',_0x189cc5['style']['display']='block\x20!important',_0x189cc5['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x571100){_0x571100['forEach'](({element:_0x38a73a,originalDisplay:_0x3ee310,originalVisibility:_0x36385c})=>{_0x38a73a['style']['display']=_0x3ee310,_0x38a73a['style']['visibility']=_0x36385c;});}['_makeAncestorsVisible'](_0x10fc48){const _0x21f9e3=[];let _0x497c5f=_0x10fc48;for(;_0x497c5f&&_0x497c5f!==document['body'];){const _0x550d43=window['getComputedStyle'](_0x497c5f);'none'!==_0x550d43['display']&&'hidden'!==_0x550d43['visibility']||(_0x21f9e3['push']({'element':_0x497c5f,'originalDisplay':_0x497c5f['style']['display'],'originalVisibility':_0x497c5f['style']['visibility']}),_0x497c5f['style']['display']='block',_0x497c5f['style']['visibility']='visible'),_0x497c5f=_0x497c5f['parentElement'];}return _0x21f9e3;}['_createContainerElements'](){let _0x108353,_0x281cba;return this['_parentView']?.['element']?(_0x108353=this['_parentView']['element']['cloneNode'](!0x0),_0x281cba=this['_findTargetContainer'](_0x108353)):(_0x108353=document['createElement']('div'),_0x281cba=_0x108353),{'calculationContainer':_0x108353,'targetContainer':_0x281cba};}['_createCalculationContainer'](){const {calculationContainer:_0x917a97,targetContainer:_0x342a55}=this['_createContainerElements'](),_0x3d707=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x917a97,_0x3d707);const _0x557296=this['_parentView']?.['element']||this['_containerElement'],_0x4e9a63=_0x557296?.['parentElement'];_0x4e9a63?_0x4e9a63['appendChild'](_0x917a97):document['body']['appendChild'](_0x917a97),_0x917a97['_targetContainer']=_0x342a55;const _0x2ff06f=this['_makeAncestorsVisible'](_0x4e9a63||null);return _0x917a97['offsetWidth'],_0x917a97['_ancestorsToRestore']=_0x2ff06f,_0x917a97;}['_calculateOverflowInContainer'](_0x32c7d9,_0x5b838d){const _0x18f1b2=_0x32c7d9['_targetContainer']||_0x32c7d9,_0x1c1b0a=[],{rowCount:_0x1dcd0e}=this['_renderChipsAndCountRows'](_0x18f1b2,_0x5b838d);if(_0x1dcd0e<=this['_config']['maxVisibleRows'])return _0x1c1b0a;const _0x4acf81=_0x5b838d['slice']();for(;_0x4acf81['length']>0x0;){if(this['_testButtonFit'](_0x32c7d9,_0x18f1b2,_0x4acf81)){const _0x57cddc=_0x5b838d['filter'](_0x314857=>!_0x4acf81['includes'](_0x314857));_0x1c1b0a['push'](..._0x57cddc);break;}if(!_0x4acf81['pop']())break;}return _0x1c1b0a;}['_renderChipsAndCountRows'](_0x323c55,_0x41a4be){_0x323c55['innerHTML']='',_0x41a4be['forEach'](_0x556a6c=>{if(_0x556a6c['element']){const _0x287853=_0x556a6c['element']['cloneNode'](!0x0);_0x323c55['appendChild'](_0x287853);}}),_0x323c55['offsetWidth'];const _0x1f789b=_0x323c55['children'],_0x309164=[];return Array['from'](_0x1f789b)['forEach'](_0x2aea87=>{const _0x338327=_0x2aea87['getBoundingClientRect']()['top'];_0x309164['some'](_0x40238e=>Math['abs'](_0x40238e-_0x338327)<this['_config']['rowDetectionTolerance'])||_0x309164['push'](_0x338327);}),{'rowCount':_0x309164['length']};}['_createMockButton'](){const _0x37e97d=document['createElement']('button');return _0x37e97d['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x37e97d['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x37e97d['textContent']='+\x201',_0x37e97d;}['_testButtonFit'](_0x8ba7cc,_0x218c46,_0x523f5e){this['_renderChipsAndCountRows'](_0x218c46,_0x523f5e);const _0x20845f=this['_createMockButton']();_0x8ba7cc['appendChild'](_0x20845f),_0x8ba7cc['offsetWidth'];const _0x5bab2a=[..._0x218c46['children'],_0x20845f],_0x24fc38=[];_0x5bab2a['forEach'](_0x20bc85=>{const _0x58690c=_0x20bc85['getBoundingClientRect']()['top'];_0x24fc38['some'](_0x715887=>Math['abs'](_0x715887-_0x58690c)<this['_config']['rowDetectionTolerance'])||_0x24fc38['push'](_0x58690c);});const _0x94db5=_0x24fc38['length'];return _0x20845f['remove'](),_0x94db5<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x27e4bd,_0x1af197){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x27e4bd['forEach'](_0x4ea36a=>{_0x1af197['includes'](_0x4ea36a)?this['_overflowChips']['add'](_0x4ea36a):this['_visibleChips']['add'](_0x4ea36a);});}['_updateOverflowUI'](_0x52cfd2){if(_0x52cfd2>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x52cfd2>0x0&&this['_showMoreButtonView']){const _0x226b54=''+this['_config']['showMoreLabelPrefix']+(_0x52cfd2<0x63?_0x52cfd2:'99');this['_showMoreButtonView']['label']=_0x226b54;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x1158b8,_0x370ece){this['_distributeChips'](_0x1158b8,_0x370ece),this['_updateOverflowUI'](_0x370ece['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x38e631=>{_0x38e631[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 _0x514b3c=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x514b3c['width']||0x0===_0x514b3c['height'])return!0x1;const _0x25c81c=window['innerHeight']||document['documentElement']['clientHeight'],_0x141a02=window['innerWidth']||document['documentElement']['clientWidth'],_0x40d33e=0xc8;return _0x514b3c['bottom']>=-0xc8&&_0x514b3c['top']<=_0x25c81c+_0x40d33e&&_0x514b3c['right']>=-0xc8&&_0x514b3c['left']<=_0x141a02+_0x40d33e;}}const Zr='ck-ai-chat__feed__context-chips',la='ck-ai-chat-context-chips-wrapper',ua='ck-ai-chat-context-chips-wrapper-balloon',da='ck-ai-chat-controls-button',_a='ck-ai-chat-controls_context_show-more-button',Aa='ck-ai-chat-context-controls__show-more-balloon-panel';class _h extends _0x25f6b6{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x5bf65a,_0xe9df76,_0x13fe22){super(_0x5bf65a),this['_bodyCollection']=_0x13fe22,this['_createContextChips'](_0xe9df76);const _0x28e196={'cssClasses':{'showMoreButton':_a,'showMoreBalloon':Aa,'overflowContainer':ua,'controlsButton':da}};this['_overflowManager']=new Ro(_0x5bf65a,this['_contextChips'],_0x28e196,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[Zr,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':la},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x53d60e=this['element']['querySelector']('.'+la);_0x53d60e&&(this['_overflowManager']['setContainerElement'](_0x53d60e),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x521051){for(const _0x52aff7 of _0x521051){const _0x4ad9ab=new Vo(this['locale'],_0x52aff7,!0x0,!0x1);this['_contextChips']['add'](_0x4ad9ab);}}}class Ye extends Fr{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x5b06e2,_0x2ce75b,_0x207675){super(_0x2ce75b),this['_locale']=_0x5b06e2,this['_bodyCollection']=_0x207675,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 _h(this['_locale'],this['options']['contextItems']['filter'](_0x142ead=>!_0x142ead['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x25f6b6(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__message-content'}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}}class Mt extends Fr{['capabilities'];constructor(_0x4698d4,_0x1237c5){super(_0x1237c5);const {isWebSearchEnabled:_0x504bdd,isReasoningEnabled:_0x477bb8}=_0x1237c5['capabilities'],_0x4fd955=[];let _0x3f1c41='';_0x504bdd&&_0x477bb8?(_0x3f1c41=i(_0x4698d4,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x4fd955['push'](aa(_0x395f9)),_0x4fd955['push'](aa(_0x6f2f23))):_0x504bdd?(_0x3f1c41=i(_0x4698d4,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x4fd955['push'](aa(_0x395f9))):_0x477bb8&&(_0x3f1c41=i(_0x4698d4,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x4fd955['push'](aa(_0x6f2f23))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x3f1c41?'':'ck-hidden']}});const _0xd433da=new _0x25f6b6();_0xd433da['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x4fd955,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x3f1c41]}]}),this['children']['add'](_0xd433da),this['capabilities']=_0x1237c5['capabilities'];}}function aa(_0x2b47e6){const _0x5efa3b=new _0x283d41();return _0x5efa3b['content']=_0x2b47e6,_0x5efa3b;}const Fs=['wheel','touchstart','pointerdown','keydown'],Us=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class $e{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x55be1e){this['element']=_0x55be1e,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x1b216e of Fs){const _0x13e60b='keydown'!==_0x1b216e;this['element']['addEventListener'](_0x1b216e,this['_onUserEvent']['bind'](this),{'passive':_0x13e60b,'signal':this['abortController']['signal']});}}['start'](){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0x12578f){if(this['isRunning']){if('keydown'===_0x12578f['type']){const _0x1134b6=_0x12578f['key'];if(!Us['includes'](_0x1134b6))return;}_0x12578f instanceof WheelEvent?_0x12578f['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0xcead31,scrollHeight:_0x4719b8,clientHeight:_0x2a0b7c}=this['element'];return _0x4719b8-_0xcead31-_0x2a0b7c<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class ai extends _0x25f6b6{constructor(_0x1c395f,_0x1d4f9a){super(_0x1c395f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x1d4f9a)});}['_createSkeletonItems'](_0x3abdbb){const _0x2e023c=['ck','ck-ai-skeleton__item'];return _0x3abdbb['map'](_0x256d4b=>{let _0xfb342c='';switch(_0x256d4b['attributes']['align']){case'right':_0xfb342c='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0xfb342c='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0xfb342c='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x256d4b['tag'],'attributes':{'class':[..._0x2e023c,_0x256d4b['attributes']['class']?_0x256d4b['attributes']['class']:''],'style':'width:\x20'+_0x256d4b['attributes']['width']+';\x20height:\x20'+_0x256d4b['attributes']['height']+';'+_0xfb342c}};});}}const di={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':ta(0x5,'100%','44px','right'),'aiChatResources':ta(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function ta(_0xafe557,_0x44f616,_0x1858ef,_0x5a7b80){return new Array(_0xafe557)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x44f616,'height':_0x1858ef,'align':_0x5a7b80}}));}class mi extends Fr{constructor(_0x34e17c){super(_0x34e17c),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']);}}class ui extends _0x25f6b6{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x4b6ce1,_0xe489d3){super(_0x4b6ce1),this['_bodyCollection']=_0xe489d3,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...bt)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new $e(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x3bd5bd,_0x489d5e){let _0x53c0be;return'ai-reply'===_0x3bd5bd?_0x53c0be=new Xe(this['locale'],_0x489d5e,this['_bodyCollection']):'ai-suggestion-reply'===_0x3bd5bd?(_0x53c0be=new Qe(this['locale'],_0x489d5e,this['_bodyCollection']),_0x53c0be['bind']('isTrackChangesOn')['to'](this)):_0x53c0be='user-message'===_0x3bd5bd?new Ye(this['locale'],_0x489d5e,this['_bodyCollection']):'interaction-header'===_0x3bd5bd?new Mt(this['locale'],_0x489d5e):'custom-element'===_0x3bd5bd?new mi(_0x489d5e):new Ze(_0x489d5e),this['children']['add'](_0x53c0be),_0x53c0be;}async['updateReplyItem']({id:_0x39aa7e,parsedContent:_0x3eaef1,renderingStrategy:_0x42f5eb,abortSignal:_0x5081cb}){const _0x5cef64=this['getItemById'](_0x39aa7e);if(!(_0x5cef64 instanceof Xe))throw new _0x54686c('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x5cef64,'id':_0x39aa7e,'parsedContent':_0x3eaef1});await _0x5cef64['updateContent']({'parsedContent':_0x3eaef1,'renderingStrategy':_0x42f5eb,'abortSignal':_0x5081cb});}async['updateWebSources'](_0x2cfd0b,_0x2341bf){const _0x139e37=this['getItemById'](_0x2cfd0b);if(_0x139e37 instanceof Qe)_0x139e37['updateSources'](_0x2341bf);else{if(!(_0x139e37 instanceof Xe))throw new _0x54686c('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x139e37,'id':_0x2cfd0b,'sources':_0x2341bf});_0x139e37['updateSources'](_0x2341bf);}}async['updateSuggestionItem']({id:_0x54e6c6,parts:_0x2e6225,renderingStrategy:_0xed7334,abortSignal:_0x1dbea0}){const _0x1d99db=this['getItemById'](_0x54e6c6);if(!(_0x1d99db instanceof Qe))throw new _0x54686c('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x1d99db,'id':_0x54e6c6,'parts':_0x2e6225});await _0x1d99db['updateContent']({'parts':_0x2e6225,'renderingStrategy':_0xed7334,'abortSignal':_0x1dbea0});}['updateSuggestionPartState']({id:_0x5f500d,index:_0x1ea419,state:_0x5e68e8}){const _0xf13b02=this['getItemById'](_0x5f500d);if(!(_0xf13b02 instanceof Qe))throw new _0x54686c('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x5f500d});_0xf13b02['updatePartState'](_0x1ea419,_0x5e68e8);}['setSuggestionPartActive']({id:_0x239fa8,index:_0x4754ea,isActive:_0x678e23}){const _0x5a8ec5=this['getItemById'](_0x239fa8);if(!(_0x5a8ec5 instanceof Qe))throw new _0x54686c('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x239fa8});this['children']['filter'](_0x50ca3d=>_0x50ca3d instanceof Qe)['forEach'](_0x13c529=>{_0x13c529['setPartActive'](!0x1);}),_0x5a8ec5['setPartActive'](_0x4754ea,_0x678e23);}['markItemAsDone'](_0x53ba3d){this['getItemById'](_0x53ba3d)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x305e7c=>_0x305e7c['options']['id']);}['removeItem'](_0x1a05ba){this['children']['remove'](this['getItemById'](_0x1a05ba));}['hasItem'](_0x267960){return!!this['children']['find'](_0x557aa4=>_0x557aa4['options']['id']['includes'](_0x267960));}['scrollToSuggestion'](_0x207d74,_0x35bae8){const _0x4f98dc=this['getItemById'](_0x207d74);if(!(_0x4f98dc instanceof Qe))return void _0x73e170('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x207d74,'partIndex':_0x35bae8});const _0x5bcb29=_0x4f98dc['getPartView'](_0x35bae8);_0x5bcb29?_0x59e8aa(_0x5bcb29['element'],0x14,this['element']['parentElement'],!0x0,!0x0):_0x73e170('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x207d74,'partIndex':_0x35bae8});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x20222c=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x20222c,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x462cd4=new ai(this['locale'],di['aiFeed']);return _0x462cd4['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0x8d4014=>!_0x8d4014)]}}),_0x462cd4;}['_createFeedItems'](){const _0xf00db=new _0x25f6b6(this['locale']);return _0xf00db['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0xf00db;}['_createFeedLoader'](){const _0x39b51c=new _0x25f6b6(this['locale']);return _0x39b51c['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0x12140d=>!_0x12140d)]},'children':this['_createLoaderChildren']()}),_0x39b51c;}['_createLoaderChildren'](){const _0x5983e3=new li();return _0x5983e3['isVisible']=!0x0,[_0x5983e3,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x22c284){const _0x46202c=this['children']['find'](_0x476bf3=>_0x476bf3['options']['id']['includes'](_0x22c284));if(!_0x46202c)throw new _0x54686c('ai-chat-feed-view-item-not-found',this,{'id':_0x22c284});return _0x46202c;}['setLoadingMessage'](_0x14880c){this['set']('loadingMessage',_0x14880c);}['toggleLoadingSkeleton'](_0x54aab8){this['set']('isLoadingSkeletonVisible',_0x54aab8);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class nh extends _0x56abe9{['filter'](){let _0x5b114f=0x0;for(const _0x40547b of this['items'])_0x5b114f+=_0x40547b['items']['length'];return{'resultsCount':_0x5b114f,'totalItemsCount':_0x5b114f};}}const ah='ck-ai-chat__prompt-input_highlighted';class _s extends _0x19cfd0{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x4572a7,_0x3beac2){super(_0x4572a7,{'queryView':{'label':'','creator':_0x17d079,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new nh(_0x4572a7),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x3beac2,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=_s['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=_s['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',(_0x1d6ffc,_0x5a06f1)=>!_0x1d6ffc&&!_0x5a06f1),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x15c5b0,_0x2a1022)=>{this['isUploadInProgress']||this['isEmpty']||_0x15c5b0['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x2a1022());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x9b63c7=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x9b63c7)return this['queryView']['errorText']=i(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x509061=_0x169b70(_0x9b63c7);this['fire']('sendUserMessage',_0x509061),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x3e05e4){this['queryView']['fieldView']['set']('placeholder',_0x3e05e4);}['focus'](_0x1212e1=!0x1){super['focus'](),_0x1212e1&&(this['element']['classList']['contains'](ah)||(this['element']['classList']['add'](ah),setTimeout(()=>{this['element']['classList']['remove'](ah);},0x320)));}['_createSubmitButton'](){const _0x1414c3=new _0x28db64(this['locale']);return _0x1414c3['set']({'icon':_0x2a6e28,'label':i(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button','isEnabled':!0x1}),_0x1414c3['on']('execute',()=>{this['submit']();}),_0x1414c3;}['setIsUploadInProgress'](_0x1c602b){this['isUploadInProgress']=_0x1c602b;}['_setUpAddContextButtonPositioning'](){const _0x13ba73=this['locale'],_0x131cec=()=>{_0x4b8472['window']['requestAnimationFrame'](()=>{if(_0x23b8f5(this['element'])){const _0x40a7a9=new _0x182987(this['queryView']['fieldView']['element']),_0x41ff11=new _0x182987(this['_addContextButtonView']['element']),_0x57dd86=_0x40a7a9['width'],_0xbb6783='rtl'===_0x13ba73['uiLanguageDirection']?'right':'left';_0x40a7a9['excludeScrollbarsAndBorders']();const _0x1ec479=_0x57dd86-_0x40a7a9['width']+0x1;this['_addContextButtonView']['element']['style'][_0xbb6783]='calc('+(_0x57dd86-_0x41ff11['width']-_0x1ec479)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x131cec),this['on']('render',()=>{_0x131cec(),this['_queryViewResizeObserver']=new _0x477005(this['queryView']['fieldView']['element'],()=>{_0x131cec();});});}}const ga='ck-ai-chat__prompt-capabilities',Ia='ck-ai-chat-controls-button',Ea='ck-ai-chat-controls-button--commands',Ta='ck-ai-button-tertiary',pa='ck-ai-chat-controls__model-selection',ma='ck-ai-chat-controls__model-selection__item-name',Ca='ck-ai-chat-controls__model-selection__item-description',wa='ck-ai-chat-controls__model-selection__item-capabilities',fa='n';class vs extends _0x25f6b6{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0xa541e6){super(_0xa541e6),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',_0x56bfd6=>'selector'===_0x56bfd6),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x55be58=>_0x55be58?this['_modelSelectionDropdown']['buttonView']['label']:i(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x48a20d=>_0x48a20d),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x42008f=>_0x42008f),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0xe9ddfd=>i(this['locale'],_0xe9ddfd?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x4e4657=>_0x4e4657),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x1204aa=>i(this['locale'],_0x1204aa?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[ga]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _0x207453(),_0x1fdd70(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x18b891,_0x4e0a05){if(_0x4e0a05)this['set']('modelDisplayMode','hidden');else{const _0x114e27=0x1===_0x18b891['length'];this['set']('modelDisplayMode',_0x114e27?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x18b891?.['length'])for(const _0x2b7ee4 of _0x18b891){const _0x307dbd=new _0x173411({'label':_0x2b7ee4['name'],'withText':!0x0,'role':'menuitemradio','id':_0x2b7ee4['id'],'model':_0x2b7ee4});_0x307dbd['bind']('isOn')['to'](this,'activeModelId',_0x1ee437=>_0x1ee437===_0x2b7ee4['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x307dbd,'labelView':new Sa(this['locale'],_0x2b7ee4)});}}['setWebSearch'](_0x266135){this['set']('webSearchActive',_0x266135);}['setReasoning'](_0x158b50){this['set']('reasoningActive',_0x158b50);}['setModel'](_0x566ef6){if(!_0x566ef6)return;this['activeModelId']=_0x566ef6['id'],this['activeModelName']=_0x566ef6['name']||_0x566ef6['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x566ef6['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x566ef6['name']);const _0x539cf2=_0x566ef6['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x539cf2),this['_webSearchButton']['set']('isVisible',_0x539cf2);const _0x4043b1=_0x566ef6['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x4043b1),this['_reasoningButton']['set']('isVisible',_0x4043b1);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x2effe1){this['set']('modelSelectorEnabled',!0x1),_0x2effe1&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x43fb8d=new _0x28db64();return _0x43fb8d['set']({'label':i(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x395f9,'class':Ia,'isToggleable':!0x0,'tooltipPosition':fa}),_0x43fb8d['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x43fb8d;}['_createReasoningButton'](){const _0x2902a2=new _0x28db64();return _0x2902a2['set']({'label':i(this['locale'],'AI_CHAT_REASONING'),'icon':_0x6f2f23,'class':Ia,'isToggleable':!0x0,'tooltipPosition':fa}),_0x2902a2['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x2902a2;}['_createCommandsButton'](){const _0x40f8b2=new _0x28db64();return _0x40f8b2['set']({'label':i(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x187a3e,'withText':!0x0,'class':Ia,'isToggleable':!0x0,'tooltip':i(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':fa}),_0x40f8b2['extendTemplate']({'attributes':{'class':[Ea]}}),_0x40f8b2['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x40f8b2;}['_createModelSelectionDropdown'](){const _0x1aab66=_0x340743(this['locale']);return _0x1aab66['set']({'panelPosition':'ne','class':[pa]}),_0x1aab66['buttonView']['set']({'label':i(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':fa,'class':Ta}),this['listenTo'](_0x1aab66,'execute',_0x1a3067=>{this['fire']('selectModel',_0x1a3067['source']['model']);}),_0x1aab66;}['_createModelNameView'](){const _0x4f5957=new ba(this['locale']);return _0x4f5957['bind']('text')['to'](this,'activeModelName',_0x2ffc37=>_0x2ffc37??''),_0x4f5957['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1a2dc1=>'name'===_0x1a2dc1),_0x4f5957;}}let Sa=class extends _0x594a98{constructor(_0x4d4388,_0x4c370c){super();const _0x431714=this['bindTemplate'],_0x9c160b=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x431714['to']('style'),'id':_0x431714['to']('id')},'children':[{'tag':'div','attributes':{'class':[ma]},'children':[{'text':_0x431714['to']('text')}]},{'tag':'div','attributes':{'class':[Ca]},'children':[{'tag':'span','children':[{'text':_0x4c370c['description']}]}]},{'tag':'div','attributes':{'class':[wa]},'children':_0x9c160b}]}),_0x9c160b['addMany'](this['_getCapabilityParts'](_0x4d4388,_0x395f9,'AI_CHAT_SEARCH_WEB',_0x4c370c['capabilities']['webSearch']?.['enabled']??!0x1)),_0x9c160b['addMany'](this['_getCapabilityParts'](_0x4d4388,_0x6f2f23,'AI_CHAT_REASONING',_0x4c370c['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x51b9ef,_0x56eaa2,_0xa8aeb1,_0x1580b8){const _0x5ad96e=new _0x283d41();_0x5ad96e['content']=_0x56eaa2;const _0x245f2b=new _0x25f6b6(_0x51b9ef);_0x245f2b['setTemplate']({'tag':'span','children':[{'text':i(_0x51b9ef,_0xa8aeb1)+':\x20'}]});const _0x1cdc73=new _0x25f6b6(_0x51b9ef);return _0x1cdc73['setTemplate']({'tag':'span','children':[{'text':i(_0x51b9ef,_0x1580b8?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x5ad96e,_0x245f2b,_0x1cdc73];}},ba=class extends _0x25f6b6{constructor(_0x43ffd1){super(_0x43ffd1),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x1cddad=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x1cddad['if']('isVisible','ck-hidden',_0x3804b8=>!_0x3804b8)]},'children':[{'text':_0x1cddad['to']('text')}]});}};const Ra='ck-ai-chat-context-controls__url-form',Oa='ck-ai-chat-context-controls__url-input-section';class Po extends _0x25f6b6{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x40df1c){super(_0x40df1c),this['focusTracker']=new _0x49bffd(),this['keystrokes']=new _0x287999(),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 _0x596602({'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'](_0x206b86=>{this['focusTracker']['add'](_0x206b86['element']),this['keystrokes']['listenTo'](_0x206b86['element']);}),_0x3b3248({'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'](_0x15ab5f){this['urlInputField']['errorText']=_0x15ab5f,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x4a2292=new _0x28db64(this['locale']);return _0x4a2292['set']({'icon':_0x40452e,'tooltip':i(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x470a40,_0x48f61e,_0x3a2b82)=>{_0x4a2292['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x3a2b82?'':'\x20ck-hidden')]});}),_0x4a2292;}['_createUrlInputField'](){const _0x1cd412=new _0x4318b8(this['locale'],th);return _0x1cd412['set']({'label':i(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x1cd412['fieldView']['set']({'placeholder':i(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x1cd412;}['_createConfirmButton'](){const _0x1d26eb=new _0x28db64(this['locale']);return _0x1d26eb['set']({'icon':_0x5d07bd,'tooltip':i(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x1d26eb;}['_setupTemplate'](){const _0x298e42=new _0x214d1d(this['locale'],{'label':i(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x298e42['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':Ra,'tabindex':'-1'},'children':[_0x298e42,{'tag':'div','attributes':{'class':Oa},'children':[this['urlInputField'],this['confirmButton']]}]});}['_setupEventHandlers'](){this['backButton']['on']('execute',()=>{this['clear'](),this['fire']('cancel');}),this['urlInputField']['fieldView']['on']('input',()=>{this['clearError'](),this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}),this['on']('submit',_0xf2e5ef=>{_0xf2e5ef['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x132c47,_0xbe2d43)=>{this['clear'](),this['fire']('cancel'),_0xbe2d43();});}['_handleSubmit'](){const _0x59f40f=this['getValue']()['trim']();_0x59f40f?this['_isValidUrl'](_0x59f40f)?(this['clearError'](),this['fire']('submitUrl',_0x59f40f)):this['setError'](i(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](i(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x5e9a97=this['getValue']()['trim'](),_0x4e41d5=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x5e9a97['length']>0x0&&!_0x4e41d5;}['_isValidUrl'](_0x7939df){try{return!!new URL(_0x7939df);}catch{return!0x1;}}}const ka='ck-ai-chat-resources__item',Na='ck-ai-chat-resources__item--in-context',va='ck-ai-chat-resources__item-title',ya='ck-ai-chat-resources__item__icon';class hc extends _0x1cf10a{['resource'];['_titleView'];['_iconView'];constructor(_0x4e28bf,_0x247e5b){super(_0x4e28bf),this['resource']=_0x247e5b,this['set']('isInContext',!!_0x247e5b['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x5bfa2e){if(_0x5bfa2e['isInContext'])return _0x5d07bd;switch(_0x5bfa2e['type']){case qe['DOCUMENT']:return _0x5e59e8;case qe['URL']:return _0x11a450;case qe['FILE']:case qe['TEXT']:return _0x4f5d8d;default:return _0xc05306;}}['highlightText'](_0x237e33){if(!_0x237e33||''===_0x237e33['trim']())return void this['_titleView']['highlightText'](null);const _0x1fdfec=new RegExp(_0x2fe64e(_0x237e33),'gi');this['_titleView']['highlightText'](_0x1fdfec);}['updateResourceState'](_0x518357){this['resource']['isInContext']=_0x518357,this['isInContext']=_0x518357,this['_updateIcon']();}['_createTitleView'](){const _0x5a1ae4=new _0x139c4b();return _0x5a1ae4['text']=this['resource']['label'],_0x5a1ae4['extendTemplate']({'tag':'span','attributes':{'class':[va]}}),_0x5a1ae4;}['_createIconView'](){const _0x20fbba=new _0x283d41();return _0x20fbba['content']=this['getResourceIcon'](this['resource']),_0x20fbba;}['_setupTemplate'](){const _0x10527e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[ka,_0x10527e['if']('isVisible','ck-hidden',_0x224c6b=>!_0x224c6b),_0x10527e['if']('isInContext',Na)]},'children':[{'tag':'div','attributes':{'class':[ya]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x10527e['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const xa='ck-ai-chat-resources__list';class Lr extends _0x56abe9{['_source'];constructor(_0x2b79fd,_0x4b1ac9){super(_0x2b79fd),this['_source']=_0x4b1ac9,this['extendTemplate']({'attributes':{'class':[xa]}});}['setResources'](_0x21827c,_0x326441){this['items']['clear']();let _0x83bf71=_0x21827c;if(this['_source']['useDefaultFiltering']&&_0x326441&&''!==_0x326441['trim']()){const _0x4bdd22=new RegExp(_0x326441['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x83bf71=_0x21827c['filter'](_0x2d0b5c=>_0x4bdd22['test'](_0x2d0b5c['label']));}for(const _0x15a893 of _0x83bf71){const _0x1f0b29=new hc(this['locale'],_0x15a893);_0x1f0b29['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x15a893);}),this['items']['add'](_0x1f0b29);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x326441);}['highlightText'](_0x526c31){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x3fb4f4=>{_0x3fb4f4['highlightText'](_0x526c31);});}['updateResourceState'](_0x13289f,_0x43eeff){for(const _0x20d5d9 of this['items']){const _0x4cc563=_0x20d5d9;_0x4cc563['resource']['id']===_0x13289f&&_0x4cc563['updateResourceState'](_0x43eeff);}}['_handleResourceSelection'](_0x592b77,_0x56e387){this['fire']('addResourceToContext',{'source':_0x592b77,'resource':_0x56e387});}}class Tr extends _0x4318b8{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0xa39c0f){const t=_0xa39c0f['t'],_0x55e14d={'showResetButton':!0x0,'showIcon':!0x0,'creator':th,'label':i(_0xa39c0f,'AI_CHAT_SEARCH_RESOURCES')};super(_0xa39c0f,_0x55e14d['creator']),this['label']=_0x55e14d['label'],this['_viewConfig']=_0x55e14d,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0xa39c0f,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x55bb7a){this['fire']('search',_0x55bb7a);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x283d41(),this['iconView']['content']=_0x1a07b3,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x3d0685,t){this['resetButtonView']=new _0x28db64(_0x3d0685),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x58fd68,'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',_0x11b4fc=>!_0x11b4fc),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}class lc extends _0x25f6b6{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x2f9f35,_0x5ce79b){super(_0x2f9f35),this['_source']=_0x5ce79b['source'],this['_searchInputVisibleFrom']=_0x5ce79b['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 _0x3fe74c([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new Tr(this['locale']);}['_createSearchSection'](){const _0x10d117=new _0x25f6b6(this['locale']);return _0x10d117['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x1794bc,_0x4b3d99)=>{this['loadResources'](_0x4b3d99),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x4b3d99);}),_0x10d117;}['_createResourcesListView'](){const _0x14a3bb=new Lr(this['locale'],this['_source']);return _0x14a3bb['delegate']('addResourceToContext')['to'](this),_0x14a3bb['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x14a3bb;}['_createSkeletonView'](){const _0x5a4548=new ai(this['locale'],di['aiChatResources']);return _0x5a4548['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x4a89a4=>!_0x4a89a4)]}}),_0x5a4548;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x5b1cff){const _0x2e1245=_0x589eaf();this['_latestLoadResourcesUid']=_0x2e1245,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x5b1cff,'uid':_0x2e1245}),this['isLoading']=!0x0;}['setResources'](_0x258998,_0x318491){if(_0x318491&&_0x318491!==this['_latestLoadResourcesUid'])return;const _0x2721ba=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x258998,_0x2721ba),_0x258998['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x1ba308,_0xee7cb2){this['_resourcesListView']['updateResourceState'](_0x1ba308,_0xee7cb2);}}const La='ck-ai-chat-context-controls__source-balloon-panel',Da='ck-button-icon\x20ck-button-back',Pa='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class Oo{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x85f8a0,_0x458b73,_0x2d9fe9){this['_locale']=_0x85f8a0,this['_bodyCollection']=_0x458b73,this['_config']=_0x2d9fe9;}['showSourceResourcesBalloon']({source:_0x1ea49b,withBackButton:_0x2ab219}){let _0x2e62a0=this['_sourceResourceBalloons']['get'](_0x1ea49b['id']);_0x2e62a0||(_0x2e62a0=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x1ea49b['id'],_0x2e62a0),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x2e62a0)),this['_addSourceResourceContent']({'balloonPanel':_0x2e62a0,'source':_0x1ea49b,'withBackButton':_0x2ab219}),_0x2e62a0['show']();const _0x2100b4=this['_config']['getTargetElement']();_0x2100b4&&_0x2e62a0['pin']({'target':_0x2100b4,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x48717f,_0x17aa81,_0xbaedf6){const _0x432e5d=this['_sourceResourceBalloons']['get'](_0x48717f);if(!_0x432e5d)return;const _0x1dc8e4=this['_getResourcesViewFromBalloon'](_0x432e5d);_0x1dc8e4&&(_0x1dc8e4['setResources'](_0x17aa81,_0xbaedf6),_0x1dc8e4['once']('change:isLoading',()=>{_0x432e5d['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x1fabf1){const _0x5458fe=this['_sourceResourceBalloons']['get'](_0x1fabf1);_0x5458fe&&requestAnimationFrame(()=>{_0x5458fe['hide'](),this['_sourceResourceBalloons']['delete'](_0x1fabf1),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x9fbd27 of this['_sourceResourceBalloons']['values']())if(_0x9fbd27['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x2c6f47,_0x372ad3,_0xdf9a87){const _0xac0a7f=this['_sourceResourceBalloons']['get'](_0x2c6f47);if(!_0xac0a7f||!_0xac0a7f['isVisible'])return;const _0x1ed3be=this['_config']['getTargetElement']();if(!_0x1ed3be)return;_0xac0a7f['pin']({'target':_0x1ed3be,'limiter':this['_config']['getLimiterElement']()});const _0x59ab53=this['_getResourcesViewFromBalloon'](_0xac0a7f);_0x59ab53&&_0x59ab53['updateResourceState'](_0x372ad3,_0xdf9a87);}['destroy'](){for(const _0x33420a of this['_sourceResourceBalloons']['values']())_0x33420a['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x1275c1=new _0x132eb0(this['_locale']);return _0x1275c1['extendTemplate']({'attributes':{'class':La}}),this['_bodyCollection']['add'](_0x1275c1),_0x1275c1;}['_addSourceResourceContent']({balloonPanel:_0x5b011a,source:_0x22a5c0,withBackButton:_0x51f996}){_0x5b011a['content']['clear']();const _0x1113c6=this['_createBalloonHeader']({'balloonPanel':_0x5b011a,'source':_0x22a5c0,'withBackButton':_0x51f996});_0x5b011a['content']['add'](_0x1113c6);const _0x242dc5=this['_createBalloonResourcesView'](_0x22a5c0);_0x5b011a['content']['add'](_0x242dc5);}['_createBalloonHeader']({balloonPanel:_0x8e56b6,source:_0x51ed62,withBackButton:_0x16ef6b}){const _0x29f191=new _0x214d1d(this['_locale'],{'label':_0x51ed62['label'],'class':Pa});return _0x16ef6b&&_0x29f191['children']['add'](this['_createBackButton'](_0x8e56b6),0x0),_0x29f191;}['_createBackButton'](_0x1b6a0d){const _0x3701d6=new _0x28db64(this['_locale']);return _0x3701d6['set']({'icon':_0x40452e,'tooltip':i(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':Da}),_0x3701d6['on']('execute',()=>{_0x1b6a0d['hide'](),this['_config']['onBackToContext']();}),_0x3701d6;}['_createBalloonResourcesView'](_0x3cbc0d){const _0x3812f9=new lc(this['_locale'],{'source':_0x3cbc0d,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x3812f9['on']('loadSourceResources',(_0x4bfeba,_0x5009a8)=>{this['_config']['onLoadSourceResources'](_0x5009a8);}),_0x3812f9['on']('addResourceToContext',(_0x431b21,_0x2e385c)=>{this['_config']['onResourceSelected'](_0x2e385c['source'],_0x2e385c['resource']),this['closeSourceResourceBalloon'](_0x3cbc0d['id']);}),_0x3812f9;}['_getResourcesViewFromBalloon'](_0x48f27d){const _0x1cf62c=_0x48f27d['content']['get'](0x1);return _0x1cf62c instanceof lc?_0x1cf62c:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x3f4abb){_0x13f50b({'emitter':_0x3f4abb,'contextElements':[_0x3f4abb['element']],'callback':()=>{_0x3f4abb['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x3f4abb['isVisible']});}}const xs=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],Uo='ck-ai-chat-context-controls',Lo='ck-ai-chat-context-controls__pending-contexts',No='ck-ai-chat-context-controls__add-context-balloon-panel',Mo='ck-ai-chat-context-controls__add-context-button',Ho='ck-ai-chat-context-controls__url-balloon-panel',jo='ck-ai-chat-context-controls__balloon-button',Fo='ck-ai-chat-context-controls__balloon-button-source',Xo='ck-ai-chat-controls-button',Do='ck-ai-chat-context-chips-wrapper-balloon',$o='ck-ai-chat-controls_context_show-more-button',Wo='ck-ai-chat-context-controls__show-more-balloon-panel',qo='ck-ai-chat',zo=[_0x132eb0['defaultPositions']['northArrowSouthWest'],_0x132eb0['defaultPositions']['northArrowSouth'],_0x132eb0['defaultPositions']['northArrowSouthEast'],_0x132eb0['defaultPositions']['southArrowNorthWest'],_0x132eb0['defaultPositions']['southArrowNorth'],_0x132eb0['defaultPositions']['southArrowNorthEast']];class Is extends _0x25f6b6{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x107b47,_0x2228d6){super(_0x107b47),this['bodyCollection']=_0x2228d6['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x107b47),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x107b47),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x107b47),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x107b47,_0x2228d6);const _0x442882={'cssClasses':{'showMoreButton':$o,'showMoreBalloon':Wo,'overflowContainer':Do,'controlsButton':Xo}};this['_overflowManager']=new Ro(_0x107b47,this['_currentContextsChips'],_0x442882,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'](_0x225785,_0x4147bf){const _0x52da61=this['_createContextButton'](_0x225785,'current',!0x0,_0x4147bf);this['_addContextToCollection'](_0x52da61,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x3aa8be){this['_removeContextFromCollection'](_0x3aa8be,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x3aa8be,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x58e365,_0x36f98d){let _0x3b2288=this['_currentContextsChips']['find'](_0x413898=>_0x413898['id']===_0x58e365);_0x3b2288||(_0x3b2288=this['_overflowManager']['overflowChips']['find'](_0x140667=>_0x140667['id']===_0x58e365)),_0x3b2288&&(_0x3b2288['isLoading']=_0x36f98d);}['setConversationContext'](_0x21d561){this['_conversationContextsChips']['clear']();for(const _0x1e5acf of _0x21d561){const _0x52bd02=this['_createContextButton'](_0x1e5acf,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x52bd02,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x315f4c,_0x147cf8,_0x1f64dc){this['_resourcesBalloonView']['updateResourceState'](_0x315f4c,_0x147cf8,_0x1f64dc);}['hideAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x1);}['showAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x0);}['hideUrlBalloonPanel'](){this['_urlBalloonPanelView']['hide'](),this['addContextButtonView']['isOn']=!0x1,this['_urlInputView']&&this['_urlInputView']['clear']();}['showUrlBalloonPanel'](){this['_urlBalloonPanelView']['show'](),this['addContextButtonView']['isOn']=!0x0;}['_showSourceResourcesBalloon']({source:_0x415a26,withBackButton:_0x33a9b2}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x415a26,'withBackButton':_0x33a9b2}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x47f8a0,_0x438ff1,_0x81e3e1,_0x5e5a02){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x47f8a0,_0x81e3e1,_0x5e5a02);}['closeSourceResourceBalloon'](_0x2ceb79){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x2ceb79),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x316907){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x316907),this['_setAddContextButtonEnabled'](_0x316907);}['_setAddContextButtonEnabled'](_0x2ca55d){const _0x41b6f9=!_0x2ca55d['document']['isHidden']&&_0x2ca55d['document']['enabled'],_0x4c1394=_0x2ca55d['urls']['enabled'],_0x45b4c5=_0x2ca55d['files']['enabled'],_0x277267=_0x2ca55d['sources']['length']>0x0,_0x35e01e=_0x2ca55d['customItems']&&_0x2ca55d['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x41b6f9||_0x4c1394||_0x45b4c5||_0x277267||_0x35e01e;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Uo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Lo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x32a4be){const _0x3d0db4=new _0x28db64(_0x32a4be);return _0x3d0db4['set']({'label':i(_0x32a4be,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Xo+'\x20'+Mo,'icon':_0xe48ba7,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x3d0db4;}['_createAddContextBalloonPanelView'](_0xa08e56){return this['_createBaseBalloonPanel'](_0xa08e56,No);}['_createUrlBalloonPanelView'](_0xd305d1){const _0x10a333=this['_createBaseBalloonPanel'](_0xd305d1,Ho);return this['_addUrlContent'](_0x10a333,_0xd305d1),_0x10a333;}['_createResourcesBalloonView'](_0x3d9b0d,_0x244454){const _0x16150c={'searchInputVisibleFrom':_0x244454['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo});},'onResourceSelected':(_0x432582,_0x9b83d2)=>{this['fire']('addResourceToContext',{'source':_0x432582,'resource':_0x9b83d2});},'onLoadSourceResources':_0x38c985=>{this['fire']('loadSourceResources',_0x38c985);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Oo(_0x3d9b0d,_0x244454['bodyCollection'],_0x16150c);}['_getLimiterElement'](){return this['element']?.['closest']('.'+qo)||document['body'];}['_createBaseBalloonPanel'](_0x1e71d4,_0x415e23){const _0x35add8=new _0x132eb0(_0x1e71d4);return _0x35add8['extendTemplate']({'attributes':{'class':_0x415e23}}),this['bodyCollection']['add'](_0x35add8),_0x35add8;}['_setBalloonPanelContent'](_0x128f4a,_0x49aff5,_0x112bf9){if(_0x128f4a['content']['clear'](),!_0x112bf9['document']['isHidden']&&_0x112bf9['document']['enabled']){const _0x31bfd2=this['_createBalloonButton'](_0x49aff5,{'label':i(_0x49aff5,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x5e59e8});_0x31bfd2['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x128f4a['content']['add'](_0x31bfd2);}if(_0x112bf9['urls']['enabled']){const _0xadf1a9=this['_createBalloonButton'](_0x49aff5,{'label':i(_0x49aff5,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x11a450});_0xadf1a9['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo}),this['_urlInputView']['focus']();}),_0x128f4a['content']['add'](_0xadf1a9);}if(_0x112bf9['files']['enabled']){const _0x549355=new _0x7b6044(_0x49aff5);_0x549355['set']({'label':i(_0x49aff5,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x5e20bd,'withText':!0x0,'tooltip':!0x0,'class':jo,'allowMultipleFiles':!0x0}),_0x549355['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x549355['on']('done',(_0x1a5822,_0x46d944)=>{this['fire']('addFileToContext',_0x46d944);}),_0x549355['tooltip']=!0x0,_0x128f4a['content']['add'](_0x549355);}for(const _0x595cb9 of _0x112bf9['sources']){const _0x2766b4=this['_createBalloonButton'](_0x49aff5,{'label':_0x595cb9['label'],'icon':_0x595cb9['icon']||_0xc05306,'type':'source'});_0x128f4a['content']['add'](_0x2766b4),_0x2766b4['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x595cb9,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x176442 of _0x112bf9['customItems']||[]){const _0x358dbb=this['_createBalloonButton'](_0x49aff5,{'label':_0x176442['label'],'icon':_0x176442['icon']||_0xc05306,'type':'customItem'});_0x128f4a['content']['add'](_0x358dbb),_0x358dbb['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x176442);});}this['_hasExactlyOneSource']=0x1===_0x128f4a['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x363078,_0x369de6){this['_urlInputView']=new Po(_0x369de6),this['_urlInputView']['on']('submitUrl',(_0xdb435,_0x1a844a)=>{this['_handleUrlSubmit'](_0x1a844a);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo});}),_0x363078['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x8335cc,_0x2f7928){const _0x179488='source'===_0x2f7928['type']?new Ha(_0x8335cc):new _0x28db64(_0x8335cc);return _0x179488['set']({'label':_0x2f7928['label'],'icon':_0x2f7928['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':jo}),_0x179488;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x13f50b({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x12b8e6){const _0x2efb46=this['_addContextBalloonConfig'];_0x2efb46['buttonView']['isOn']=_0x12b8e6,_0x12b8e6?_0x2efb46['balloonView']['show']():_0x2efb46['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x12e2c7,buttonView:_0x30629c,hideMethod:_0x93d369}=this['_addContextBalloonConfig'];_0x13f50b({'emitter':_0x12e2c7,'contextElements':[_0x12e2c7['element'],_0x30629c['element']],'callback':()=>{_0x93d369();},'activator':()=>_0x30629c['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x4fa193,_0x214bf0,_0x1d2ba1=!0x1,_0x486910=!0x1){const _0x29486b='conversation'===_0x214bf0||!0x0===_0x4fa193['isReadOnly'],_0x44a264=new Vo(this['locale'],_0x4fa193,_0x29486b,_0x1d2ba1,_0x486910);return _0x29486b||_0x44a264['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x44a264['id']);}),_0x44a264;}['_addContextToCollection'](_0x118db4,_0x58b372){_0x58b372['add'](_0x118db4,0x0);}['_removeContextFromCollection'](_0x409de2,_0x46ce9a){const _0x2ba55d=_0x46ce9a['find'](_0x28f896=>_0x28f896['id']===_0x409de2);_0x2ba55d&&_0x46ce9a['remove'](_0x2ba55d);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0x6cd277){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x6cd277);}}class Ha extends _0x28db64{['arrowView'];constructor(_0x149e2d){super(_0x149e2d),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Fo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x31d742=new _0x283d41();return _0x31d742['content']=_0x4f22f1,_0x31d742['extendTemplate']({'attributes':{'class':Fo+'__arrow'}}),_0x31d742;}}class Cs extends _0x25f6b6{['_cancelButtonView'];['_loaderView'];constructor(_0x4d9f86){super(_0x4d9f86),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 _0x45b5e9=new _0x28db64(this['locale']);return _0x45b5e9['set']({'label':i(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-button-stop-generating','icon':_0xaf27a6}),_0x45b5e9['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x45b5e9;}['_createLoaderView'](){const _0x31140f=new _0x25f6b6(this['locale']);return _0x31140f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}}]},{'text':i(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x31140f;}}class pi extends _0x25f6b6{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x23baa7,_0x58c71c){super(_0x23baa7),this['_contextPanelView']=this['_createContextPanelView'](_0x23baa7,{'bodyCollection':_0x58c71c['bodyCollection'],'searchInputVisibleFrom':_0x58c71c['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x23baa7),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x23baa7),this['_loaderView']=this['_createLoaderView'](_0x23baa7),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x23baa7),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage')['to'](this),this['_loaderView']['delegate']('abortPromptStream')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleWebSearch')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleReasoning')['to'](this),this['_promptCapabilitiesView']['delegate']('selectModel')['to'](this),this['_contextPanelView']['delegate'](...xs)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x371c7c=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x371c7c['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x371c7c['if']('isLoading','ck-hidden',_0x417b69=>_0x417b69||!this['isModelAvailable']),_0x371c7c['if']('isModelAvailable','ck-hidden',_0x200ca8=>!_0x200ca8||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x371c7c['if']('isLoading','ck-hidden',_0x3cc384=>!_0x3cc384)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x371c7c['if']('isModelAvailable','ck-hidden',_0x547cc8=>_0x547cc8)]},'children':[this['_modelUnavailableMessageView']]}]}),_0x13f50b({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0x21f0c6,_0x5b3e16){return new Is(_0x21f0c6,_0x5b3e16);}['_createPromptInputView'](_0x4d08af){return new _s(_0x4d08af,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x1167fc){return new vs(_0x1167fc);}['_createLoaderView'](_0xca8f53){return new Cs(_0xca8f53);}['_createModelUnavailableMessageView'](_0x4555cd){const _0x277086=new As(_0x4555cd);return _0x277086['delegate']('startConversation')['to'](this),_0x277086;}['_handlePromptInputFocus'](_0x2a52d1,_0x10cab5,_0x2d5991){_0x2d5991?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x3076a2,_0x12678f){this['_contextPanelView']['addContextItem'](_0x3076a2,_0x12678f);}['removeContextItem'](_0x3cd195){this['_contextPanelView']['removeContextItem'](_0x3cd195);}['setContextItemLoading'](_0xe85944,_0xd19e8c){this['_contextPanelView']['setContextItemLoading'](_0xe85944,_0xd19e8c);}['setIsUploadInProgress'](_0x39c4f8){this['_promptInputView']['setIsUploadInProgress'](_0x39c4f8);}['setConversationContext'](_0x37befd){this['_contextPanelView']['setConversationContext'](_0x37befd);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0xa8b486,_0x3480e2,_0x40846d){this['_contextPanelView']['updateResourceState'](_0xa8b486,_0x3480e2,_0x40846d);}['setWebSearch'](_0x1d83d7){this['_promptCapabilitiesView']['setWebSearch'](_0x1d83d7);}['setReasoning'](_0x58a95c){this['_promptCapabilitiesView']['setReasoning'](_0x58a95c);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x5e0a1d){this['_contextPanelView']['setAddContextOptions'](_0x5e0a1d);}['setInputPlaceholder'](_0x1443ba){this['_promptInputView']['setPlaceholderText'](_0x1443ba);}['setModelList'](_0x2f8f71,_0x15961f){this['_promptCapabilitiesView']['setModelList'](_0x2f8f71,_0x15961f);}['setModel'](_0x2307a2){_0x2307a2?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x2307a2)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x20ecb3){this['_promptCapabilitiesView']['disableModelSelector'](_0x20ecb3);}['populateSourceResourceBalloon'](_0x2da5bd,_0x4444d0,_0xf528e,_0x25e654){this['_contextPanelView']['populateSourceResourceBalloon'](_0x2da5bd,_0x4444d0,_0xf528e,_0x25e654);}['closeSourceResourceBalloon'](_0x264d1b){this['_contextPanelView']['closeSourceResourceBalloon'](_0x264d1b);}['focusPromptInput'](_0xb3f01e=!0x1){this['_promptInputView']['focus'](_0xb3f01e);}['setPromptInputValue'](_0x17c014){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x17c014;}}class As extends _0x25f6b6{constructor(_0x39b18f){super(_0x39b18f);const _0x5cf971=new _0x28db64(_0x39b18f);_0x5cf971['set']({'label':i(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x5cf971['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':i(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x5cf971]}]});}}class wi extends _0x214d1d{['conversationStartButton'];['resizeButton'];constructor(_0x1d05e7,_0x4cbaa8){super(_0x1d05e7,{'label':i(_0x1d05e7,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':vt}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0x1d05e7),this['children']['add'](this['conversationStartButton']),_0x4cbaa8&&(this['resizeButton']=Hs(_0x1d05e7,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x28a7b1){const _0x3798ab=new _0x28db64(_0x28a7b1);return _0x3798ab['set']({'label':i(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x5deb17,'class':'ck-ai-chat__start-conversation'}),_0x3798ab['on']('execute',()=>{this['fire']('startConversation');}),_0x3798ab;}}class fi extends _0x25f6b6{constructor(_0x5b3c73){super(_0x5b3c73),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':i(_0x5b3c73,'AI_DISCLAIMER_TEXT')}]}]});}}class Pt extends _0x25f6b6{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x5f1862,_0x561b9c){super(_0x5f1862),this['_bodyCollection']=new _0x74da33(_0x5f1862),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new wi(_0x5f1862,_0x561b9c['showResizeButton']),this['chatHeader']['delegate'](...bt)['to'](this),this['chatFeed']=new ui(_0x5f1862,this['_bodyCollection']),this['chatFeed']['delegate'](...bt)['to'](this),this['chatControls']=new pi(_0x5f1862,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x561b9c['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...bt)['to'](this),this['chatDisclaimer']=new fi(_0x5f1862),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x5f1862['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x5cd107,_0x309620,_0x180eda,_0x56d60b){this['chatControls']['populateSourceResourceBalloon'](_0x5cd107,_0x309620,_0x180eda,_0x56d60b);}['closeSourceResourceBalloon'](_0x1ab8d3){this['chatControls']['closeSourceResourceBalloon'](_0x1ab8d3);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class ct extends _0x3de4b5{static get['requires'](){return[pt];}['_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(_0x197c8d){super(_0x197c8d);const _0x581af3=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new z(),this['_view']=new Pt(this['context']['locale'],{'showResizeButton':_0x581af3['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate'](...bt)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x26c75b,{showDiff:_0x1dcc64})=>{this['showDiff']=_0x1dcc64;}),_0x581af3['view']['addTab']({'id':'chat','buttonLabel':i(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':vt,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x17b13c=>_0x17b13c),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0x39980c=>_0x39980c),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x35ba5c){const _0x4890e7=this['context']['config']['get']('ai.chat.welcomeMessage')??i(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x35ba5c['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x4890e7}),this['fire']('conversationCreated');}['addFeedItemStaticMessage']({id:_0xd7b65b,staticMessage:_0x30297f}){this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0xd7b65b,'initialContent':'<p>'+_0x30297f+'</p>'});}['addFeedItemUserMessage'](_0x27384b){const _0x568f1a=_0x27384b['attributes']?.['displayedPrompt']||_0x27384b['userMessage'];this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x27384b['contextItems']['values']()),'initialContent':'<p>'+_0x568f1a+'</p>','id':_0x27384b['id']});}['addFeedItemError']({errorMessage:_0x17f026,id:_0x4a5b2a}){this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x17f026+'</p>','id':_0x4a5b2a});}['addFeedItemAIReply'](_0x247654){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x247654['interactionId']+':'+_0x247654['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x516530){const _0x242772=T(this['context']);let _0x40c8a5=_0x242772['config']['get']('ai.availableReplyActions')||[...ot];if(_0x242772['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0x28d8a8=_0x242772['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0x28d8a8,'value');}}else _0x40c8a5=_0x40c8a5['filter'](_0x22c747=>'insertSuggestion'!=_0x22c747);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x516530['interactionId']+':'+_0x516530['id'],'areActionsDisabled':_0x516530['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x40c8a5}),this['clearLoadingMessage']();});}['addFeedInteractionHeader'](_0x187b9d,_0x4461fd){const _0x1b300d=this['_view']['chatFeed']['children']['last'];if(_0x1b300d instanceof Mt)return this['_view']['chatFeed']['children']['remove'](_0x1b300d),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x187b9d['id'],'capabilities':{'isWebSearchEnabled':_0x1b300d['capabilities']['isWebSearchEnabled']||_0x4461fd['isWebSearchEnabled'],'isReasoningEnabled':_0x1b300d['capabilities']['isReasoningEnabled']||_0x4461fd['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x187b9d['id'],'capabilities':_0x4461fd});}async['addFeedItemCustomElement'](_0x4befe2,_0x52ace1){let _0x3b07cd;return await this['_promiseQueue']['enqueue'](async()=>{_0x3b07cd=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x4befe2,'id':_0x52ace1});}),_0x3b07cd;}['removeFeedItem'](_0x2d0a45){this['_view']['chatFeed']['removeItem'](_0x2d0a45);}['hasFeedItem'](_0x362daa){return this['_view']['chatFeed']['hasItem'](_0x362daa);}['updateFeedInteractionHeader'](_0x75dc05){const _0x3183ea=this['_view']['chatFeed']['children']['find'](_0x588c99=>_0x588c99['options']['id']==_0x75dc05['id']&&_0x588c99 instanceof Mt);_0x3183ea&&_0x3183ea['set']('isVisible',_0x75dc05['isVisible']);}async['updateFeedItemAIReplyContent'](_0x17925e){const _0x4116de=_0x17925e['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x37bad8=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x17925e,'abortSignal':_0x37bad8,'renderingStrategy':_0x4116de}),_0x17925e['isDone']&&this['markFeedItemAsDone'](_0x17925e['id']);});}['updateFeedItemAIReplySources'](_0x2d08ec,_0x5afff5){this['_view']['chatFeed']['updateWebSources'](_0x2d08ec,_0x5afff5);}async['updateFeedItemAIReplySuggestionContent'](_0x9ed837){const _0x5010a7=_0x9ed837['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x30e6c2=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x9ed837,'abortSignal':_0x30e6c2,'renderingStrategy':_0x5010a7}),_0x9ed837['isDone']&&this['markFeedItemAsDone'](_0x9ed837['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x34b366){this['_view']['chatFeed']['updateSuggestionPartState'](_0x34b366);}['setFeedItemAIReplySuggestionPartActive'](_0x482782){this['_view']['chatFeed']['setSuggestionPartActive'](_0x482782);}['markFeedItemAsDone'](_0x125dcc){this['_view']['chatFeed']['markItemAsDone'](_0x125dcc);}['removeFeedInteraction'](_0x516a39){this['_view']['chatFeed']['getItemIds']()['filter'](_0x245f1c=>_0x245f1c['startsWith'](_0x516a39))['forEach'](_0x5e806b=>this['_view']['chatFeed']['removeItem'](_0x5e806b));}['startInteraction'](){const _0x299178=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x299178),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x679923){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x9939d0=>_0x9939d0['startsWith'](_0x679923['id']))['forEach'](_0x5f1e78=>this['markFeedItemAsDone'](_0x5f1e78)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x4c74eb,_0x2bfb75){this['_view']['chatControls']['addContextItem'](_0x4c74eb,_0x2bfb75);}['removeContextItem'](_0x945ec5){this['_view']['chatControls']['removeContextItem'](_0x945ec5);}['setContextItemLoading'](_0x3a9cb2,_0x3562ca){this['_view']['chatControls']['setContextItemLoading'](_0x3a9cb2,_0x3562ca);}['setIsUploadInProgress'](_0x265b53){this['_view']['chatControls']['setIsUploadInProgress'](_0x265b53);}['setConversationContext'](_0x1ef28d){this['_view']['chatControls']['setConversationContext'](_0x1ef28d);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x5ef302,_0x110646,_0x3e0825){this['_view']['chatControls']['updateResourceState'](_0x5ef302,_0x110646,_0x3e0825);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x46cdf9){this['_view']['chatControls']['setAddContextOptions'](_0x46cdf9);}['updateCapabilities'](_0x627a0d){this['_view']['chatControls']['setWebSearch'](_0x627a0d['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x627a0d['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x627a0d));}['setSelectedModel'](_0x3438e9,_0x5b4117){this['_view']['chatControls']['setModel'](_0x3438e9),_0x5b4117&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x25cfc1){this['feedItemRenderingStrategy']=_0x25cfc1;}['toggleLoadingSkeleton'](_0x28fc20){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x28fc20);}['resetConversationTitle'](){this['setConversationTitle'](i(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x18362e,_0x1a593d=!0x1){if(_0x1a593d&&!Rt()&&_0x18362e['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x18362e);this['_view']['chatHeader']['label']=_0x18362e;}['setLoadingMessage'](_0x1aab9f){this['_view']['chatFeed']['setLoadingMessage'](_0x1aab9f);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x44f82c){let _0x3d466f=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x44f82c[_0x3d466f],_0x3d466f++,_0x3d466f===_0x44f82c['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x316a3d){this['_view']['chatHeader']['isMaximized']=_0x316a3d;}['prepareLoadingMessage'](_0x55198e){return _0x55198e['isWebSearchEnabled']&&_0x55198e['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x55198e['isWebSearchEnabled']?i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x55198e['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):i(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x5296d7){return _0x5296d7?_0x5296d7['isWebSearchEnabled']&&_0x5296d7['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x5296d7['isWebSearchEnabled']?i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x5296d7['isReasoningEnabled']?i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):i(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x3a9982,_0xa9c5e8,_0x4c2477,_0x44bd35){this['_view']['populateSourceResourceBalloon'](_0x3a9982,_0xa9c5e8,_0x4c2477,_0x44bd35);}['closeSourceResourceBalloon'](_0x2f2770){this['_view']['closeSourceResourceBalloon'](_0x2f2770);}['setPromptInputValue'](_0x606c1b){this['_view']['chatControls']['setPromptInputValue'](_0x606c1b);}['focusPromptInput'](_0x18ce52=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x18ce52);}['scrollFeedToSuggestion'](_0x45c4d3,_0x5e4ac3){this['_view']['chatFeed']['scrollToSuggestion'](_0x45c4d3,_0x5e4ac3);}['startAutoScroll'](){this['_view']['chatFeed']['startAutoScroll']();}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class yi extends _0x56abe9{['sections'];constructor(_0x130ac7,_0x273d97){super(_0x130ac7),this['sections']=_0x273d97,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x5bc35b){let _0xe0ecd5=0x0,_0x424bd3=0x0;for(const _0x32fc6c of this['sections']){const {resultsCount:_0x2779fc,totalItemsCount:_0x45c15e}=_0x32fc6c['filter'](_0x5bc35b);_0xe0ecd5+=_0x2779fc,_0x424bd3+=_0x45c15e;}return{'resultsCount':_0xe0ecd5,'totalItemsCount':_0x424bd3};}}class Ei extends _0x1cf10a{['title'];['itemsViews'];['_itemsListView'];constructor(_0x10a28b,{title:_0x500a01,items:_0x51226a}){super(_0x10a28b);const _0x23880c=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x500a01,this['itemsViews']=_0x51226a;const _0x5f03c9=new _0x25f6b6(_0x10a28b);_0x5f03c9['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new _0x56abe9(_0x10a28b),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x23880c['if']('isVisible','ck-hidden',_0x576b20=>!_0x576b20)]},'children':[_0x5f03c9,this['_itemsListView']]});}['filter'](_0x4ab7e7){const _0x5bdff6=this['itemsViews']['length'];let _0x4dc1b6=0x0;for(const _0x46b3dd of this['itemsViews']){if(_0x4ab7e7){const _0x58094c=_0x46b3dd['isMatching'](_0x4ab7e7);_0x46b3dd['isVisible']=!!_0x58094c,_0x46b3dd['highlightText'](_0x4ab7e7);}else _0x46b3dd['isVisible']=!0x0,_0x46b3dd['highlightText'](null);_0x46b3dd['isVisible']&&_0x4dc1b6++;}return this['isVisible']=_0x4dc1b6>0x0,{'resultsCount':_0x4dc1b6,'totalItemsCount':_0x5bdff6};}['getItem'](_0x47fd35){return this['itemsViews']['find'](_0x4829be=>_0x4829be['id']===_0x47fd35);}['removeItem'](_0xf94de){const _0x4ef3f5=this['itemsViews']['indexOf'](_0xf94de);-0x1!==_0x4ef3f5&&(this['itemsViews']['splice'](_0x4ef3f5,0x1),this['_itemsListView']['items']['remove'](_0xf94de));}}class Ri extends/* #__PURE__ -- @preserve */
27
- _0x4d7972(_0x1cf10a){['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(_0x449b65,_0x2e175b){super(_0x449b65);const _0x1b00ed=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x2e175b['pinned']),this['set']('loadingState',null),this['id']=_0x2e175b['id'];const {title:_0x4bee4b,createdAt:_0x2d0131,active:_0x106a45=!0x1}=_0x2e175b;this['_titleView']=new _0x139c4b(),this['_titleView']['text']=_0x4bee4b,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x4b1459=this['_createCheckView'](),_0x116611=this['_createPinButtonView'](_0x449b65),_0x3e2c93=this['_createMenuDropdownView'](),_0x3b7b7a=this['_createEditInputView'](_0x449b65,_0x4bee4b),_0x2fda5b=this['_createAcceptEditButtonView'](_0x449b65,_0x3b7b7a),_0x31c7e4=this['_createCancelEditButtonView'](_0x449b65,_0x3b7b7a);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x116611),this['actions']['add'](_0x3e2c93),this['on']('change:isEdit',(_0xb89e65,_0x2b36ad,_0x28903a)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x28903a?(this['actions']['add'](_0x2fda5b),this['actions']['add'](_0x31c7e4),this['mainContent']['add'](_0x3b7b7a),_0x3b7b7a['element']['focus']()):(this['actions']['add'](_0x116611),this['actions']['add'](_0x3e2c93),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x106a45?'ck-ai-chat-history__item--active':'',_0x1b00ed['if']('isVisible','ck-hidden',_0x30d579=>!_0x30d579),_0x1b00ed['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',_0x1b00ed['if']('loadingState','ck-hidden',_0x9dae0d=>!!_0x9dae0d)]},'children':_0x106a45?[_0x4b1459]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x1b00ed['if']('loadingState','ck-hidden',_0x66cb1c=>!_0x66cb1c)]},'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',_0x1b00ed['if']('loadingState','ck-hidden',_0x1de0d6=>!!_0x1de0d6)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x1b00ed['if']('loadingState','ck-hidden',_0x5f01e4=>!_0x5f01e4)]},'children':[{'text':_0x1b00ed['to']('loadingState',_0x19ddfd=>_0x19ddfd?i(this['locale'],Ri['LOADING_LABELS'][_0x19ddfd]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x2d0131]}]},{'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'](_0x5e7b60){this['_titleView']['text']=_0x169b70(_0x5e7b60);}['updateLoadingState'](_0x16f683,_0x443a6c){this['set']('loadingState',_0x443a6c?_0x16f683:null);}['_createCheckView'](){const _0x47da9b=new _0x283d41();return _0x47da9b['set']({'content':_0x13f61e}),_0x47da9b;}['_createPinButtonView'](_0x15f268){const _0x2282b6=new _0x28db64(_0x15f268);return _0x2282b6['set']({'label':i(_0x15f268,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x194933,'withText':!0x1,'tooltip':!0x0}),_0x2282b6['bind']('isOn')['to'](this,'pinned'),_0x2282b6['on']('execute',()=>{const _0x3045b8=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x3045b8});}),_0x2282b6;}['_createMenuDropdownView'](){const _0x2c2563=_0x340743(this['locale'],_0x5c73fa),_0x52feeb=_0x2c2563['panelView']['children'];_0x2c2563['buttonView']['set']({'label':i(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x38a34c}),_0x2c2563['panelPosition']='sw';const _0x30fae5=new _0x28db64(this['locale']);_0x30fae5['label']=i(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x30fae5['withText']=!0x0,_0x30fae5['on']('execute',()=>{this['isEdit']=!0x0;});const _0x28858f=new _0x28db64(this['locale']);_0x28858f['label']=i(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x28858f['withText']=!0x0,_0x28858f['on']('execute',()=>{this['showConfirm'](i(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x1f38db=new _0x56abe9(this['locale']),_0x4b4cb9=new _0x1cf10a(this['locale']);_0x4b4cb9['children']['add'](_0x30fae5);const _0x499b9e=new _0x1cf10a(this['locale']);return _0x499b9e['children']['add'](_0x28858f),_0x1f38db['items']['addMany']([_0x4b4cb9,_0x499b9e]),_0x52feeb['add'](_0x1f38db),_0x2c2563;}['_createEditInputView'](_0xdcee54,_0x5f127c){const _0x1ee257=new _0x19df65(_0xdcee54),_0x78ef7=_0x1ee257['bindTemplate'];return _0x1ee257['value']=_0x5f127c,_0x1ee257['extendTemplate']({'on':{'keydown':_0x78ef7['to'](_0x2de706=>{'Enter'==_0x2de706['key']&&this['_commitEditInputValue'](_0x1ee257);})}}),_0x1ee257;}['_createAcceptEditButtonView'](_0x4ba6c3,_0x179423){const _0x4aa971=new _0x28db64(_0x4ba6c3);return _0x4aa971['set']({'icon':_0x13f61e,'withText':!0x1,'tooltip':i(_0x4ba6c3,'AI_CHAT_HISTORY_ACCEPT')}),_0x4aa971['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x4aa971['on']('execute',()=>{this['_commitEditInputValue'](_0x179423);}),_0x4aa971;}['_commitEditInputValue'](_0x23bee0){const _0x2f41e0=_0x23bee0['element']['value']||'';this['_titleView']['text']=_0x2f41e0,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x2f41e0});}['_createCancelEditButtonView'](_0x5ec4f6,_0x34b15e){const _0x471d33=new _0x28db64(_0x5ec4f6);return _0x471d33['set']({'icon':_0x58fd68,'withText':!0x1,'tooltip':i(_0x5ec4f6,'AI_CHAT_HISTORY_CANCEL')}),_0x471d33['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x471d33['on']('execute',()=>{this['isEdit']=!0x1,_0x34b15e['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0x471d33;}['_createSpinnerView'](){const _0x5c76a9=new li('tiny');return _0x5c76a9['isVisible']=!0x0,_0x5c76a9;}['isMatching'](_0x48d909){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x48d909)?{'title':!0x0}:null;}['highlightText'](_0x3c1d16){this['_titleView']['highlightText'](_0x3c1d16);}}class wt extends _0x25f6b6{['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0xa6f52f,_0xaf8c20){super(_0xa6f52f),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isMaximized',!0x1),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x49de72=new _0x214d1d(_0xa6f52f,{'label':i(_0xa6f52f,'AI_CHAT_HISTORY_HEADING'),'icon':Nt,'class':'ck-ai-header\x20ck-ai-header_history'});_0xaf8c20&&(this['resizeButton']=Hs(_0xa6f52f,this),_0x49de72['children']['add'](this['resizeButton'])),this['sectionsView']=new yi(_0xa6f52f,[]),this['sectionsView']['delegate'](...Mi)['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',_0x5d8a29=>!_0x5d8a29)]}}),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':[_0x49de72,{'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 _0x2287c4=new _0x39747a(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':i(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x422051=>i(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x422051),'secondary':i(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x14f5ab=this['_createErrorView']();return _0x14f5ab['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x2b5f47=>!_0x2b5f47)]}}),_0x2287c4['on']('render',()=>{_0x2287c4['children']['add'](_0x14f5ab,0x1);}),_0x2287c4['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x37298c=>!_0x37298c)]}}),_0x2287c4;}['_createSkeletonView'](){const _0x44441e=new ai(this['locale'],di['aiHistory']);return _0x44441e['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x4d4962=>!_0x4d4962)]}}),_0x44441e;}['_createErrorView'](){const _0x46f934=new _0x25f6b6(this['locale']),_0x2ab093=new _0x28db64(this['locale']);_0x2ab093['set']({'withText':!0x1,'icon':_0x58fd68,'class':'ck-ai-notification_error__dismiss-button'}),_0x2ab093['bind']('isVisible')['to'](this,'hasItems',_0x1bb817=>!!_0x1bb817),_0x2ab093['on']('execute',()=>{this['errorMessage']='';});const _0x2d229c=this['bindTemplate'];return _0x46f934['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x2d229c['to']('errorMessage')}]},_0x2ab093]}),_0x46f934;}['_createEmptyStateView'](){const _0x21fbff=new _0x28db64(this['locale']);_0x21fbff['set']({'label':i(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x5deb17,'class':'ck-ai-chat__start-conversation'}),_0x21fbff['on']('execute',()=>{this['fire']('openChat');});const _0x30ed91=new _0x25f6b6(this['locale']);return _0x30ed91['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x5d896d=>!_0x5d896d)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[i(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x21fbff]}),_0x30ed91;}['_createListItemViews'](_0x1242c3,_0x465f43){const _0x5629f0=[];for(const _0x39ce38 of _0x1242c3){const _0x58395b=new Ri(_0x465f43,_0x39ce38);_0x58395b['delegate'](...Mi)['to'](this),_0x5629f0['push'](_0x58395b);}return _0x5629f0;}['updateHistoryItemsWithCategories'](_0x2c2338){const _0x15bb2b=this['locale']||'en',_0x724301=[];for(const _0x4f3e44 of _0x2c2338){const _0x31dc1f=this['_createListItemViews'](_0x4f3e44['items'],_0x15bb2b);_0x724301['push'](new Ei(_0x15bb2b,{'title':_0x4f3e44['title'],'items':_0x31dc1f}));}this['sectionsView']['sections']=_0x724301,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x724301),this['hasItems']=_0x2c2338['some'](_0x407c8d=>_0x407c8d['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x5ad2ff){for(const _0x5edf76 of this['sectionsView']['sections']){const _0x325d5c=_0x5edf76['getItem'](_0x5ad2ff);if(_0x325d5c){if(_0x5edf76['removeItem'](_0x325d5c),0x0===_0x5edf76['itemsViews']['length']){const _0x3d3100=this['sectionsView']['sections']['indexOf'](_0x5edf76);-0x1!==_0x3d3100&&(this['sectionsView']['sections']['splice'](_0x3d3100,0x1),this['sectionsView']['items']['remove'](_0x5edf76));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x2aa089,_0x2a94dd){for(const _0x4b0782 of this['sectionsView']['sections']){const _0x5eeed5=_0x4b0782['getItem'](_0x2aa089);if(_0x5eeed5){_0x5eeed5['updateTitle'](_0x2a94dd);break;}}}['updateItemLoadingState'](_0x506dee,_0x50957b,_0x299dbb){for(const _0x304ad5 of this['sectionsView']['sections']){const _0x401ae4=_0x304ad5['getItem'](_0x506dee);if(_0x401ae4){_0x401ae4['updateLoadingState'](_0x50957b,_0x299dbb);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x35f914=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x35f914);}}}const Mi=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class xt extends _0x3de4b5{static get['requires'](){return[pt];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x275083){super(_0x275083);const _0x37e420=this['context']['plugins']['get']('AITabs');this['_historyView']=new wt(this['context']['locale'],_0x37e420['showResizeButton']),this['_historyView']['delegate'](...Mi)['to'](this),_0x37e420['view']['addTab']({'id':'history','buttonLabel':i(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':Nt,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x2fb255){this['_historyView']['removeHistoryItem'](_0x2fb255);}['updateItems'](_0x2962fa){this['_historyView']['updateHistoryItemsWithCategories'](_0x2962fa);}['updateItemTitle'](_0x2e3e28,_0x4f2d91){this['_historyView']['updateItemTitle'](_0x2e3e28,_0x4f2d91);}['updateItemLoadingState'](_0x49364f,_0x58a0c7,_0xde9cc0){this['_historyView']['updateItemLoadingState'](_0x49364f,_0x58a0c7,_0xde9cc0);}['setLoadingSkeleton'](_0x4b5f5c){this['_historyView']['isLoading']=_0x4b5f5c;}['showError'](_0x5238bc){this['_historyView']['errorMessage']=_0x5238bc;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x549401){this['_historyView']['isMaximized']=_0x549401;}}class nr extends ts(){['id'];['createdAt'];constructor({id:_0x2c7948,title:_0x78387,createdAt:_0x176bfe,updatedAt:_0x215804,pinned:_0xdf37b7}){super(),this['id']=_0x2c7948,this['createdAt']=new Date(_0x176bfe),this['set']('title',_0x78387),this['set']('updatedAt',_0x215804?new Date(_0x215804):null),this['set']('pinned',_0xdf37b7||!0x1);}['updateTitle'](_0x54a499){this['set']('title',_0x169b70(_0x54a499)),this['updatedAt']=new Date();}['updatePinned'](_0x2e408e){this['set']('pinned',_0x2e408e),this['updatedAt']=new Date();}}class Ht extends _0x12cec9(){['items']=[];['connector'];['group'];constructor({connector:_0x3da72e,group:_0x6b5eb2}){super(),this['connector']=_0x3da72e,this['group']=_0x6b5eb2;}async['init'](){try{const _0x578fec=this['connector']['fetchConversations'](this['group']),_0xa35982=await _0x578fec['getConversations']();this['loadItems'](_0xa35982);}catch(_0x1e3222){this['fire']('error',{'error':_0x1e3222,'operation':'init'});}}['addItem'](_0x28e2d9){this['items']['push'](_0x28e2d9);}async['removeItem'](_0x522365){const _0x386b20=this['items']['findIndex'](_0x3b60af=>_0x3b60af['id']===_0x522365);if(-0x1===_0x386b20)return!0x1;try{return await this['connector']['deleteConversation'](_0x522365)['execute'](),this['items']['splice'](_0x386b20,0x1),this['fire']('itemRemoved',{'itemId':_0x522365}),!0x0;}catch(_0x4d67e8){return this['fire']('error',{'error':_0x4d67e8,'operation':'removeItem','itemId':_0x522365}),!0x1;}}['getItem'](_0x421c28){return this['items']['find'](_0xa5a4ee=>_0xa5a4ee['id']===_0x421c28);}async['updateItemTitle'](_0x17646e,_0x35c58a){const _0x47aacd=this['getItem'](_0x17646e);if(!_0x47aacd)return!0x1;try{return await this['connector']['updateConversation'](_0x17646e,{'title':_0x35c58a})['getResult'](),_0x47aacd['updateTitle'](_0x35c58a),this['fire']('itemUpdated',{'itemId':_0x17646e,'updates':{'title':_0x35c58a}}),!0x0;}catch(_0x513936){return this['fire']('error',{'error':_0x513936,'operation':'updateItemTitle','itemId':_0x17646e}),!0x1;}}async['updateItemPinned'](_0xd6511e,_0x1180c9){const _0x22d6ab=this['getItem'](_0xd6511e);if(!_0x22d6ab)return!0x1;try{return await this['connector']['updateConversation'](_0xd6511e,{'pinned':_0x1180c9})['getResult'](),_0x22d6ab['updatePinned'](_0x1180c9),this['fire']('itemUpdated',{'itemId':_0xd6511e,'updates':{'pinned':_0x1180c9}}),!0x0;}catch(_0x46a699){return this['fire']('error',{'error':_0x46a699,'operation':'updateItemPinned','itemId':_0xd6511e}),!0x1;}}['loadItems'](_0xc00137){try{this['items']=[],_0xc00137['map'](_0x56e145=>{this['addItem'](new nr(_0x56e145));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x22243d){this['fire']('error',{'error':_0x22243d,'operation':'loadItems'});}}['getItems'](_0x2f22d0={}){const _0x3fad7d=void 0x0!==_0x2f22d0['pinned']&&_0x2f22d0['pinned'],_0x1b4efa=_0x2f22d0['from']?new Date(_0x2f22d0['from']['getFullYear'](),_0x2f22d0['from']['getMonth'](),_0x2f22d0['from']['getDate']()):null,_0x3de3b5=_0x2f22d0['to']?new Date(_0x2f22d0['to']['getFullYear'](),_0x2f22d0['to']['getMonth'](),_0x2f22d0['to']['getDate']()):null;return this['items']['filter'](_0x37804e=>{if(_0x37804e['pinned']!==_0x3fad7d)return!0x1;if(_0x3de3b5){const _0x21a6f8=new Date(_0x37804e['createdAt']['getFullYear'](),_0x37804e['createdAt']['getMonth'](),_0x37804e['createdAt']['getDate']());return _0x1b4efa?_0x1b4efa['getTime']()===_0x3de3b5['getTime']()?_0x21a6f8['getTime']()===_0x1b4efa['getTime']():_0x21a6f8<_0x3de3b5&&_0x21a6f8>=_0x1b4efa:_0x21a6f8<_0x3de3b5;}return!0x0;});}}class jt extends _0x3de4b5{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[q,at,xt,pt];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](q),this['_aiChatHistoryUi']=this['context']['plugins']['get'](xt),this['_aiChatController']=this['context']['plugins']['get'](at);const _0x13fb5e=this['context']['plugins']['get'](pt);try{const _0x4c9be1=this['_aiChatController']['getGroupId']();this['history']=new Ht({'connector':this['_aiConnector'],'group':_0x4c9be1}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x2a0676,_0x507d5c)=>{this['_setItemLoading'](_0x507d5c['id'],'remove'),this['_handleRemove'](_0x507d5c['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0xb5ca07,_0xb32e60)=>{this['_setItemLoading'](_0xb32e60['id'],'rename'),this['_handleEditTitle'](_0xb32e60['id'],_0xb32e60['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x1743bd,_0x5a246c)=>{void 0x0!==_0x5a246c['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x5a246c['itemId'],_0x5a246c['updates']['title']),void 0x0!==_0x5a246c['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x5a246c['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x1fe373,_0x3650c5)=>{this['_aiChatController']['handleRemovedConversation'](_0x3650c5['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x3650c5['itemId']),this['_clearItemLoading'](_0x3650c5['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x3667a0,_0x15cbaf)=>{this['_handleHistoryErrorUI'](_0x15cbaf['error'],_0x15cbaf['operation'],_0x15cbaf['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x41becc,_0x19f884)=>{this['_handleSelectConversation'](_0x19f884['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0xa9ed3,_0x1307b4)=>{const _0x480948=_0x1307b4['pinned']?'pin':'unpin';this['_setItemLoading'](_0x1307b4['id'],_0x480948),this['_handleTogglePin'](_0x1307b4['id'],_0x1307b4['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0x13fb5e['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x13fb5e['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0x13fb5e,'resizedTabs',(_0x1518f3,_0x5626d0)=>{this['_setIsMaximized'](_0x5626d0);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0x13fb5e['resize']();});}catch(_0x311628){this['_handleHistoryErrorUI'](_0x311628,'init');}}async['_handleEditTitle'](_0x2bea70,_0x10007f){await this['history']['updateItemTitle'](_0x2bea70,_0x10007f);}async['_handleTogglePin'](_0x54a6ef,_0x53ac6d){await this['history']['updateItemPinned'](_0x54a6ef,_0x53ac6d);}async['_handleRemove'](_0x282ab7){await this['history']['removeItem'](_0x282ab7);}async['_handleSelectConversation'](_0x164abc){await this['_aiChatController']['loadConversation'](_0x164abc);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x5d9678=this['_aiChatController']['activeConversation']?.['id'],_0x48da47=this['_getCategorizedItems']()['map'](_0xaeeb0a=>({'title':_0xaeeb0a['title'],'items':_0xaeeb0a['items']['map'](_0x3e084e=>({'id':_0x3e084e['id'],'title':_0x3e084e['title']||i(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x3e084e['createdAt'])['toLocaleDateString'](),'active':_0x3e084e['id']===_0x5d9678,'pinned':_0x3e084e['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x48da47);}['_setItemLoading'](_0x178bb5,_0x4e2474){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x178bb5,_0x4e2474,!0x0);}['_clearItemLoading'](_0x358db3){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x358db3,null,!0x1);}['_handleHistoryErrorUI'](_0x5bf69d,_0x575956,_0x1593bd){const _0x42f447=this['_generateErrorMessage'](_0x575956,_0x1593bd);this['_aiChatHistoryUi']['showError'](_0x42f447),_0x1593bd&&this['_clearItemLoading'](_0x1593bd),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x1ffb8,_0x48cb9c){const _0x3c1765=_0x48cb9c?this['history']['getItem'](_0x48cb9c):null,_0x47a593=_0x3c1765?.['title']||i(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x1ffb8){case'updateItemTitle':return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x47a593);case'updateItemPinned':{const _0x2bf816=i(this['context']['locale'],_0x3c1765?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x2bf816,_0x47a593]);}case'removeItem':return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x47a593);case'init':case'loadItems':return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return i(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x1f04e7=new Date(),_0x2d7381=new Date(_0x1f04e7['getFullYear'](),_0x1f04e7['getMonth'](),_0x1f04e7['getDate']()),_0xd4d0f6=new Date(_0x2d7381);_0xd4d0f6['setDate'](_0xd4d0f6['getDate']()-0x1);const _0x1a985d=new Date(_0x2d7381);_0x1a985d['setDate'](_0x1a985d['getDate']()-0xe);const _0x1e2c86=this['history']['getItems']({'pinned':!0x0}),_0x569eab=this['history']['getItems']({'from':_0x2d7381,'to':_0x2d7381}),_0x202ec1=this['history']['getItems']({'from':_0xd4d0f6,'to':_0xd4d0f6}),_0xf36a26=this['history']['getItems']({'from':_0x1a985d,'to':_0xd4d0f6}),_0xe5d8d9=this['history']['getItems']({'to':_0x1a985d}),_0x53a241=[];return _0x1e2c86['length']>0x0&&_0x53a241['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x1e2c86}),_0x569eab['length']>0x0&&_0x53a241['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x569eab}),_0x202ec1['length']>0x0&&_0x53a241['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x202ec1}),_0xf36a26['length']>0x0&&_0x53a241['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0xf36a26}),_0xe5d8d9['length']>0x0&&_0x53a241['push']({'title':i(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0xe5d8d9}),_0x53a241;}['_setIsMaximized'](_0x5e5b35){this['_aiChatHistoryUi']['setIsMaximized'](_0x5e5b35);}}class ht extends _0x3de4b5{static get['requires'](){return[jt,xt];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Ma extends _0x3de4b5{static get['requires'](){return[at,D,ct,ht];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x485ac2){super(_0x485ac2),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this['context']['config']['define']('ai.chat.initialConversation','new');}async['addSelectionToChatContext'](){await this['context']['plugins']['get'](at)['addSelectionToChatContext']();}async['startConversation'](){await this['context']['plugins']['get'](at)['startConversation']();}async['sendMessage']({message:_0x46c0eb,attributes:_0x16b558}){await this['context']['plugins']['get'](at)['sendMessage']({'message':_0x46c0eb,'attributes':_0x16b558});}['removeSelectionFromChatContext'](){this['context']['plugins']['get'](at)['removeSelectionFromChatContext']();}['focusPromptInput'](){this['context']['plugins']['get'](at)['focusPromptInput']();}['registerToolDataCallback'](_0x22a724){this['context']['plugins']['get'](at)['_registerToolDataCallback'](_0x22a724);}}class fs extends _0x28db64{['id'];constructor(_0x1c1c19,_0xabffda){super(_0x1c1c19);const {id:_0x477165,type:_0x410ff8,icon:_0x44cc7f}=_0xabffda;this['id']=_0x477165,this['set']({'label':_0xabffda['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0xabffda['id']}}),_0x44cc7f?this['icon']=_0x44cc7f:'chat'===_0x410ff8?this['icon']=_0x4e54e3:'review'===_0x410ff8?this['icon']=_0x3f4a47:'translate'===_0x410ff8&&(this['icon']=Vt);}}class kt extends _0x25f6b6{['listView'];constructor(_0xc6e26f,_0x4e56c2){super(_0xc6e26f);const _0x4d39dc=_0x4e56c2['map'](_0x579d39=>{const _0x444a75=new _0x1cf10a(this['locale']),_0x5bae6e=new fs(this['locale'],_0x579d39);return _0x444a75['children']['add'](_0x5bae6e),_0x5bae6e['delegate']('execute')['to'](this),_0x444a75;});this['listView']=new _0x56abe9(this['locale']),this['listView']['items']['addMany'](_0x4d39dc),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const Ut='chat-shortcuts';var Ua=function(_0x19bb95){return _0x19bb95['CHAT']='chat',_0x19bb95['REVIEW']='review',_0x19bb95['TRANSLATE']='translate',_0x19bb95;}({});class Va extends _0x3de4b5{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];static get['requires'](){return[ct];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](ct),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x55e560=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{_0x55e560['activeConversation']['isFromHistory']||this['_injectShortcuts']();}),this['listenTo'](_0x55e560,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x324b1d=Object['values'](Ua);this['_shortcuts']['forEach'](_0x419481=>{let _0x5b0369=!0x0;if(_0x419481['id']&&_0x419481['label']&&_0x324b1d['includes'](_0x419481['type'])?'chat'===_0x419481['type']&&(_0x5b0369='string'==typeof _0x419481['prompt']):_0x5b0369=!0x1,!_0x5b0369)throw new _0x54686c('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x419481});});}['_injectShortcuts'](){const _0x3daffd=this['context']['plugins']['get'](ct);this['_shortcutsView']=new kt(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),_0x3daffd['addFeedItemCustomElement'](this['_shortcutsView']['element'],Ut),this['_shortcutsView']['on']('execute',_0x49eb75=>{const _0x371f3f=_0x49eb75['source']['id'];this['_executeShortcut'](_0x371f3f);});}['_removeShortcuts'](){const _0x30d331=this['context']['plugins']['get'](ct);_0x30d331['hasFeedItem'](Ut)&&_0x30d331['removeFeedItem'](Ut),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x48fae3){const _0x1c2feb=this['_shortcuts']['find'](_0x354f3f=>_0x354f3f['id']===_0x48fae3),_0xb702a7=_0x1c2feb['type'];'chat'===_0xb702a7?this['_runChatShortcut'](_0x1c2feb):'review'===_0xb702a7?_0x1c2feb['check']?this['_runReviewShortcut'](_0x1c2feb):this['_switchTab']('reviewMode'):'translate'===_0xb702a7&&(_0x1c2feb['language']?this['_runTranslateShortcut'](_0x1c2feb):this['_switchTab']('translate'));}['_switchTab'](_0x43760f){if(!this['context']['plugins']['has']('AITabs'))throw new _0x54686c('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x43760f});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x43760f);}async['_runChatShortcut']({prompt:_0x33b26e,draftMode:_0x311acc,useWebSearch:_0x1dfb37=!0x1,useReasoning:_0x2d692f=!0x1,model:_0x175c9b}){const _0x517be4=this['context']['plugins']['get']('AIChat'),_0x172770=this['context']['plugins']['get']('AIChatController'),_0x1d6b9d=_0x172770['activeConversation'];let _0x3587f5;_0x3587f5=_0x175c9b?await _0x1d6b9d['chatModels']['getModel'](_0x175c9b):await _0x1d6b9d['chatModels']['getDefault'](),_0x3587f5&&await _0x1d6b9d['setModel'](_0x3587f5),_0x1d6b9d['setWebSearch'](_0x1dfb37),_0x1d6b9d['setReasoning'](_0x2d692f),_0x172770['addCurrentDocumentToChatContext'](),_0x311acc?(this['_aiChatUI']['setPromptInputValue'](_0x33b26e),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x517be4['sendMessage']({'message':_0x33b26e});}['_runReviewShortcut']({check:_0x3e6bb8,model:_0x5bcc13,prompt:_0x2260dc,params:_0x24e5cb}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new _0x54686c('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x5da44b={'id':_0x3e6bb8,'isCustom':'custom'===_0x3e6bb8};_0x5bcc13&&_0x2260dc&&(_0x5da44b['args']={'model':_0x5bcc13,'prompt':_0x2260dc}),_0x24e5cb&&(_0x5da44b['params']=_0x24e5cb),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x5da44b);}['_runTranslateShortcut']({language:_0x392eff}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new _0x54686c('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x392eff,'args':{'language':_0x392eff}});}}class io extends Lt{constructor(_0x4d09b7){super(_0x4d09b7);const _0x3c6b6d=_0x4d09b7['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x3c6b6d,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x17a177=this['editor']['plugins']['get']('AITabs')['view'];_0x17a177['isVisible']=!_0x17a177['isVisible'];}}class qt extends _0x558b99{static get['requires'](){return[pt];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5b7e43=this['editor'];_0x5b7e43['commands']['add']('toggleAi',new io(_0x5b7e43)),_0x5b7e43['ui']['componentFactory']['add']('toggleAi',()=>{const _0x1b583d=this['_createAIUIButton'](_0x28db64);return _0x1b583d['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x1b583d;}),_0x5b7e43['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x432dd4=this['_createAIUIButton'](_0x42f0b4);return _0x432dd4['set']({'role':'menuitemcheckbox'}),_0x432dd4;});}['_createAIUIButton'](_0x4fe073){const _0x541374=this['editor'],_0x13abe6=_0x541374['commands']['get']('toggleAi'),_0x191bd5=new _0x4fe073(_0x541374['locale']);return _0x191bd5['set']({'label':i(_0x541374['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x2533ea,'isToggleable':!0x0}),_0x191bd5['bind']('isEnabled')['to'](_0x13abe6),_0x191bd5['bind']('isOn')['to'](_0x13abe6,'value',_0x3e32ec=>!!_0x3e32ec),this['listenTo'](_0x191bd5,'execute',()=>{_0x13abe6['execute']();}),_0x191bd5;}}const F=['applySuggestion','insertSuggestion','showNext','showPrevious'];class ls extends _0x25f6b6{['_errorView'];constructor(_0x2e7805){super(_0x2e7805),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x1bb76a){this['showError'](_0x1bb76a);}['showError'](_0x3537d3){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x3537d3,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x272365=new _0x25f6b6(this['locale']),_0x445f8e=new _0x25f6b6(this['locale']);return _0x445f8e['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x272365['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x328c41=>!_0x328c41)]},'children':[_0x445f8e]}),_0x272365;}}const $=0xa;class Q extends _0x3de4b5{static get['requires'](){return[D];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_isUpdatingMarkers']=!0x1;['open'](_0x4b9761){const {id:_0x33cd19}=this['_currentConfig']??{};this['_currentConfig']=_0x4b9761;const {id:_0x48f0e2}=this['_currentConfig'];this['isOpen']&&_0x33cd19===_0x48f0e2?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x3ec4f7=T(this['context'])['plugins']['get']('Dialog');_0x3ec4f7['isOpen']&&this['_currentConfig']&&_0x3ec4f7['id']===this['_currentConfig']['id']&&_0x3ec4f7['hide']();}['_updateDialog'](){const _0x2007a8=T(this['context'])['plugins']['get']('Dialog'),{icon:_0x382a24,title:_0x847d3a}=this['_currentConfig'];_0x2007a8['view']?.['headerView']&&(_0x2007a8['view']['headerView']['label']=_0x847d3a,_0x2007a8['view']['headerView']['iconView']&&_0x382a24&&(_0x2007a8['view']['headerView']['iconView']['content']=_0x382a24)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x2007a8['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](D)['showFakeVisualSelection'](this['_currentConfig']['ranges'],'ai-balloon-'+this['_currentConfig']['index'],!0x0,!0x0);}['_hideFakeVisualSelection'](_0x40d086){this['context']['plugins']['get'](D)['hideFakeVisualSelection']('ai-balloon-'+_0x40d086);}['_showDialog'](){const _0xcffd8a=T(this['context'])['plugins']['get']('Dialog'),{id:_0x139d90,title:_0x5b0896,icon:_0x55a36f,class:_0x104ade,mainView:_0x1d3c08}=this['_currentConfig'];_0x1d3c08['delegate'](...F)['to'](this),_0xcffd8a['show']({'title':_0x5b0896,'icon':_0x55a36f,'hasCloseButton':!0x0,'id':_0x139d90,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x104ade||''),'content':_0x1d3c08,'onShow':_0xa4d5dd=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener']();const _0x116da9=this['_getSelectionElements']();_0x116da9&&_0x116da9[0x0]&&_0x1dbe2e({'target':_0x116da9[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0xa4d5dd['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x139d90});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](this['_currentConfig']['index']),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x139d90}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x2c3ba2,_0x35e650){if(!_0x35e650)return null;const _0x4e9e61=this['_getSelectionElements']();if(!_0x4e9e61||0x0===_0x4e9e61['length'])return{'left':Math['round'](_0x35e650['left']+_0x35e650['width']/0x2-_0x2c3ba2['width']/0x2),'top':Math['round'](_0x35e650['top']+_0x35e650['height']/0x2-_0x2c3ba2['height']/0x2)};const _0x54055b=Math['round'](_0x35e650['left']+_0x35e650['width']/0x2-_0x2c3ba2['width']/0x2),_0x5e5bc0=_0x4e9e61['map'](_0x4148cf=>new _0x182987(_0x4148cf)),_0x122b36=_0x2c3ba2['height'];return{'left':_0x54055b,'top':this['_calculateOptimalTopPosition'](_0x5e5bc0,_0x122b36,_0x35e650)};}['_calculateOptimalTopPosition'](_0x2f49e0,_0x1e0b47,_0x596b77){const _0x560926=new _0x182987(_0x4b8472['window']),_0x1f083c=_0x2f49e0['map'](_0x20b492=>_0x20b492['getVisible']())['filter'](_0x3ad2bb=>_0x3ad2bb),_0x272a7c=_0x182987['getBoundingRect'](_0x1f083c);if(!_0x272a7c)return Math['round'](_0x596b77['top']+_0x596b77['height']/0x2);const _0x366c03=_0x560926['getIntersection'](_0x272a7c);if(!_0x366c03)return Math['round'](_0x596b77['top']+_0x596b77['height']/0x2);const _0x2e35c2=_0x596b77['getVisible'](),_0x296919=_0x2e35c2&&_0x272a7c['height']>_0x2e35c2['height'],_0x1fc3c5=_0x366c03['top'],_0x220f09=_0x366c03['bottom'];if(_0x296919){const _0x48e2fe=(_0x2e35c2||_0x560926)['height']/0x2-_0x1e0b47/0x2,_0x18fac5=_0x1fc3c5-$-_0x596b77['top'],_0x4f5541=_0x596b77['bottom']-_0x220f09-$;return _0x18fac5>=_0x1e0b47?Math['max']($,_0x1fc3c5-_0x1e0b47-$):_0x4f5541>=_0x1e0b47?_0x220f09+$:Math['max']($,_0x48e2fe);}const _0x5e56fe=_0x1fc3c5-_0x1e0b47,_0xbebd77=_0x596b77['bottom']-_0x220f09-$,_0x212e39=_0x1fc3c5-$-_0x596b77['top'];let _0x1eade0;if(_0xbebd77>=_0x1e0b47)_0x1eade0=_0x220f09+$;else{if(_0x212e39>=_0x1e0b47)_0x1eade0=_0x5e56fe-$;else _0x1eade0=_0x1fc3c5+_0x272a7c['height']/0x2-_0x1e0b47/0x2;}return _0x1eade0;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x3df711=T(this['context']);this['listenTo'](_0x3df711['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x1e23c0,data:{newRange:_0x4b54e5}}of _0x3df711['model']['document']['differ']['getChangedMarkers']())if(_0x1e23c0['startsWith'](R+':')&&(_0x4b54e5&&(_0x4b54e5['start']['isEqual'](_0x4b54e5['end'])||'$graveyard'==_0x4b54e5['root']['rootName'])||null==_0x4b54e5)){const _0x321882=i(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x321882),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x974a65=T(this['context']);this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x974a65['model']['document']);}['_getSelectionElements'](){const _0x1deebf=T(this['context']);return _0x133f0e(_0x1deebf['editing'],[..._0x1deebf['model']['markers']['getMarkersGroup']('ai-selection'),..._0x1deebf['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}}class us extends _0x28f204{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x393319,_0x55cf54={}){super(_0x393319),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x55cf54};const _0x13c259=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x13c259?'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'](_0x1174c0){this['showChangesButton']['isEnabled']=_0x1174c0;}['_setupRatingButtons'](){this['likeButton']=new _0x28db64(this['locale']),this['likeButton']['set']({'icon':_0x37c703,'label':i(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new _0x28db64(this['locale']),this['dislikeButton']['set']({'icon':_0x4bfbd1,'label':i(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new _0x28db64(this['locale']),this['copyButton']['set']({'icon':_0x1e31e5,'label':i(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button','tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x3ddb75=new _0x283d41();_0x3ddb75['set']({'content':_0x5d07bd}),_0x3ddb75['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied',setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button';},0x7d0);}),this['copyButton']['children']['add'](_0x3ddb75);}['_setupShowChangesButton'](){this['showChangesButton']=new _0x28db64(this['locale']),this['showChangesButton']['set']({'icon':_0x37b528,'label':i(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':'ck-ai-button-tertiary'}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x1791a5=>_0x1791a5?_0x477b28:_0x37b528),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}}class lt extends ls{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x37e3a8,_0x14f0cd){super(_0x37e3a8);const _0x1f8cf4=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new _0x49bffd(),this['_keystrokes']=new _0x287999(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x596602({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x14f0cd,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new as(_0x37e3a8),this['_partToolbarView']=new cs(_0x37e3a8,_0x14f0cd['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x14f0cd),this['_stateView']=new ws(_0x37e3a8),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new us(_0x37e3a8,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new ms(_0x37e3a8,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x21abeb,_0x1e5900,_0x1a1f74,_0xfab20e)=>{let _0x42e456,_0x4d32c5;'pending'===_0xfab20e?(_0x42e456=this['_partToolbarView'],_0x4d32c5=this['_stateView']):(_0x42e456=this['_stateView'],_0x4d32c5=this['_partToolbarView']),this['_stateView']['setState'](_0x1a1f74),_0x42e456['isVisible']=!0x1,_0x4d32c5['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x1f8cf4['to']('_state',_0x51a35=>'ck-ai-chat-balloon-main_state_'+_0x51a35)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x14f0cd);});}['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'](_0x5e7f9b){_0x5e7f9b?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x5e7f9b);}['setState'](_0x43e1a3){this['_state']=_0x43e1a3;}['showError'](_0x5f44c6){super['showError'](_0x5f44c6),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x403602){super['showBlockingError'](_0x403602),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x4520ab){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x4520ab;}['togglePartToolbarEnabled'](_0x47676d){this['_partToolbarView']['isEnabled']=_0x47676d;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x3657fc,showSuggestButton:_0x340872}){_0x3657fc=_0x3657fc&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x340872=_0x340872&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x3657fc,'showSuggestButton':_0x340872});}['_createNextButtonView'](){const _0x33dd93=new _0x28db64(this['locale']);return _0x33dd93['set']({'icon':_0x2d9b3b,'label':i(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x33dd93['on']('execute',()=>{this['fire']('showNext');}),_0x33dd93;}['_createPreviousButtonView'](){const _0x51742f=new _0x28db64(this['locale']);return _0x51742f['set']({'icon':_0x10f0b1,'label':i(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x51742f['on']('execute',()=>{this['fire']('showPrevious');}),_0x51742f;}}class ms extends _0x25f6b6{constructor(_0x49892f,_0x13da44){super(_0x49892f),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x13da44});}}class Ot extends _0x558b99{static get['requires'](){return[_0x14d881,Q];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x4688d4){super(_0x4688d4),this['set']('showDiff',!0x1);}['open'](_0x10758b){const _0x3bd655=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x3bd655['plugins']['get']('AIBalloon')['open']({..._0x10758b,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x10758b['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x10758b['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x4c6709){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x4c6709);}['setState'](_0xbc4fb4){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0xbc4fb4);}['_createChatBalloonView'](){const _0x387fcd=this['editor'],_0x621680=_0x387fcd['plugins']['get']('AIBalloon'),_0xc75dea=_0x387fcd['commands']['get']('trackChanges');let _0x493c17=_0x387fcd['config']['get']('ai.availableReplyActions')||[...ot];_0x387fcd['plugins']['has']('TrackChanges')||(_0x493c17=_0x493c17['filter'](_0x27f148=>'insertSuggestion'!=_0x27f148));const _0x27ccce=new lt(_0x387fcd['locale'],{'availableActions':_0x493c17,'showApplyButton':!0x0,'showSuggestButton':!!_0xc75dea});return _0x27ccce['bind']('showDiff')['to'](this),_0x27ccce['delegate'](...ut)['to'](this),_0x27ccce['delegate']('showPrevious','showNext')['to'](this),_0x621680['delegate']('dialogClosed')['to'](this),_0x27ccce['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x27ccce['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x27ccce['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0xc75dea&&_0x27ccce['bind']('isTrackChangesOn')['to'](_0xc75dea,'value'),_0x27ccce['render'](),_0x27ccce;}['_toggleRotatorButtonsInDialogHeader'](_0x3173eb){const _0x56566c=this['editor'],_0x1884c9=_0x56566c['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x3173eb),_0x1884c9['has'](this['_chatBalloonView']['previousButtonView'])||(_0x1884c9['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x56566c['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x1884c9['remove'](this['_chatBalloonView']['previousButtonView']),_0x1884c9['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class Ba extends _0x558b99{static get['requires'](){return[qt,Ot,zt];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Zt(_0x43e805){const {editor:_0x2bd609,action:_0xe9c8cf,withText:_0x3cfb35=!0x1,withIcon:_0x3e943d=!0x0,isInDropdown:_0x3336c1=!0x0,shouldPreventFocus:_0x5dfcd4=!0x1}=_0x43e805;return()=>{const _0x2bbe7d=_0x2bd609['locale'],_0x21b295=new _0x28db64(_0x2bbe7d),_0x38605e=_0x21b295['bindTemplate'];_0x3336c1&&_0x21b295['extendTemplate']({'on':{'mouseenter':_0x38605e['to'](()=>{_0x5dfcd4&&_0x5dfcd4()||_0x21b295['focus']();})}});const _0x45b596=_0xe9c8cf['icon']??_0xe9c8cf['parent']?.['icon'];return _0x21b295['set']({'label':_0xe9c8cf['displayedPrompt'],'withText':_0x3cfb35,'role':'menuitem','icon':_0x3e943d?_0x45b596??_0x12fe1f:void 0x0,'tooltip':!_0x3cfb35,'class':'ck-ai-quick-actions-button','isEnabled':_0xe9c8cf['isEnabled']}),_0x21b295['on']('execute',()=>{_0x2bd609['editing']['view']['focus'](),_0x2bd609['commands']['execute']('aiQuickAction',_0xe9c8cf);}),_0x21b295;};}class Ps extends _0x484834{['arrowView'];constructor(_0x2c7aaf,_0x576b03){super(_0x2c7aaf,_0x576b03);const _0x3742d4=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',_0x1936bd=>String(_0x1936bd)),'data-cke-tooltip-disabled':_0x3742d4['to']('isOn')},'on':{'mouseenter':_0x3742d4['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x50b399=new _0x283d41();return _0x50b399['content']=_0x4f22f1,_0x50b399['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x50b399;}}class Ls extends _0x56abe9{['_allListItems'];['_allSearchableItems'];constructor(_0x153ccb,_0x287527,_0x5a9093){super(_0x153ccb),this['_allListItems']=_0x287527,this['_allSearchableItems']=_0x5a9093;}['filter'](_0x5ae10d){if(!_0x5ae10d)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x466a85=_0x5ae10d['source']['toLowerCase']()['trim'](),_0x2dea5d=this['_allSearchableItems']['filter'](_0x4722f7=>(_0x4722f7['groupLabel']?_0x4722f7['label']+'\x20('+_0x4722f7['groupLabel']+')':_0x4722f7['label'])['toLowerCase']()['includes'](_0x466a85));return this['items']['clear'](),this['items']['addMany'](_0x2dea5d['sort']((_0x5ed37e,_0x4747bb)=>{const _0x38e355=_0x5ed37e['groupLabel'],_0x1010c5=_0x4747bb['groupLabel'];return _0x38e355||_0x1010c5?_0x38e355?0x1:-0x1:0x0;})['map'](_0x255477=>_0x255477['item'])),this['_highlightQuery'](_0x466a85,_0x2dea5d),{'resultsCount':_0x2dea5d['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0xe80ad6,_0x37d193){if(!_0xe80ad6)return;const _0xb6405b=new RegExp(_0x2fe64e(_0xe80ad6),'gi');_0x37d193['forEach'](_0xeff9a=>{_0xeff9a['highlightViews']&&_0xeff9a['highlightViews']['forEach'](_0x2db5ce=>{'function'==typeof _0x2db5ce['highlightText']&&_0x2db5ce['highlightText'](_0xb6405b);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x1c8324=>{_0x1c8324['highlightViews']&&_0x1c8324['highlightViews']['forEach'](_0x11c7c2=>{'function'==typeof _0x11c7c2['highlightText']&&_0x11c7c2['highlightText'](null);});});}}const Qs='menu',Gs='menuitem';class co extends _0x25f6b6{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];constructor(_0x146492,_0x18083c,_0x10a7b1,_0x2a2f4,_0x55ea80=!0x1){const _0x57e2bc=_0x146492['locale'];super(_0x57e2bc),this['_bodyCollection']=_0x2a2f4,this['_hasSearch']=_0x55ea80;const _0x4bdfa0=this['_createListItems'](_0x146492,_0x18083c,_0x10a7b1);this['optionsListView']=new Ls(_0x57e2bc,_0x4bdfa0,this['_allSearchableItems']),this['optionsListView']['role']=Qs,this['optionsListView']['items']['addMany'](_0x4bdfa0),this['focusTracker']=new _0x49bffd(),this['keystrokes']=new _0x287999(),_0x55ea80&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x4bdfa0,this['focusCycler']=new _0x596602({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x55ea80&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x54778b=_0x55ea80&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x3fe74c(_0x54778b),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x57e2bc['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x39747a(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':i(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':i(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x57370c=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x57370c);}['_createListItems'](_0x4f6c58,_0x3680a4,_0x200127){const _0x5df3ff=new _0x3fe74c();return _0x3680a4['forEach'](_0x3e5900=>{if('actions'in _0x3e5900){const {listItem:_0x1c866a}=this['_createActionGroupButton'](_0x4f6c58,_0x3e5900,_0x200127);_0x5df3ff['add'](_0x1c866a),_0x3e5900['actions']['forEach'](_0xc6201b=>{this['_createActionButton'](_0x4f6c58,_0xc6201b,_0x3e5900['label'],_0x3e5900['icon']);const {listItem:_0x4778fc,highlightViews:_0x3c36bb}=this['_createSearchResultActionButton'](_0x4f6c58,_0xc6201b,_0x3e5900['label'],_0x3e5900['icon']);this['_allSearchableItems']['push']({'item':_0x4778fc,'label':_0xc6201b['displayedPrompt'],'groupLabel':_0x3e5900['label'],'highlightViews':_0x3c36bb});});}else{const {listItem:_0x27627d}=this['_createActionButton'](_0x4f6c58,_0x3e5900);_0x5df3ff['add'](_0x27627d);const _0x3d412d=_0x27627d['children']['first'];if(_0x3d412d){const {listItem:_0x38841e,highlightViews:_0xb62ff0}=this['_createSearchResultActionButton'](_0x4f6c58,_0x3e5900);this['_allSearchableItems']['push']({'item':_0x38841e,'label':_0x3d412d['label']||'','highlightViews':_0xb62ff0});}}}),_0x5df3ff;}['_createActionButton'](_0x361721,_0x4aabdb,_0x285b5e,_0x213fad){const _0x26816f=new _0x1cf10a(this['locale']);if(_0x285b5e&&_0x213fad){const _0xa70cd9=new _0x28db64(this['locale']),_0x416281=_0xa70cd9['bindTemplate'],_0x56c258=new _0x139c4b();_0x56c258['text']=_0x4aabdb['displayedPrompt'];const _0x37698d=new _0x139c4b();_0x37698d['text']=_0x285b5e;const _0x25b7b2=new _0x283d41();_0x25b7b2['content']=_0x213fad,_0x25b7b2['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x2a5c77=new _0x25f6b6(this['locale']);_0x2a5c77['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x58137a=new _0x25f6b6(this['locale']);return _0x58137a['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0xa70cd9['set']({'label':_0x4aabdb['displayedPrompt']+'\x20('+_0x285b5e+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1}),_0xa70cd9['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group'],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x56c258,_0x2a5c77,_0x25b7b2,_0x37698d,_0x58137a],'on':{'mouseenter':_0x416281['to'](()=>{this['_isSearchFocused']()||_0xa70cd9['focus']();}),'click':_0x416281['to'](()=>{_0xa70cd9['fire']('execute');})}}),_0xa70cd9['on']('execute',()=>{_0x361721['editing']['view']['focus'](),_0x361721['commands']['execute']('aiQuickAction',_0x4aabdb);}),_0x26816f['children']['add'](_0xa70cd9),{'listItem':_0x26816f,'highlightViews':[_0x56c258,_0x37698d]};}{const _0x4abb4f=new _0x4a5be9(),_0x3f7941=new _0x28db64(this['locale'],_0x4abb4f),_0x4ceb50=_0x3f7941['bindTemplate'],_0x3476c3=_0x4aabdb['icon']??_0x4aabdb['parent']?.['icon'],_0x3da11f=void 0x0!==_0x4aabdb['icon'];return _0x3f7941['set']({'label':_0x4aabdb['displayedPrompt'],'withText':!0x0,'role':'menuitem','icon':_0x3da11f?_0x3476c3??_0x12fe1f:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button'}),_0x3f7941['extendTemplate']({'on':{'mouseenter':_0x4ceb50['to'](()=>{this['_isSearchFocused']()||_0x3f7941['focus']();})}}),_0x3f7941['on']('execute',()=>{_0x361721['editing']['view']['focus'](),_0x361721['commands']['execute']('aiQuickAction',_0x4aabdb);}),_0x26816f['children']['add'](_0x3f7941),{'listItem':_0x26816f,'highlightViews':[_0x4abb4f]};}}['_createSearchResultActionButton'](_0xaea42c,_0xebf988,_0x50063c,_0x5709f6){return _0x50063c&&_0x5709f6?this['_createSearchResultGroupedActionButton'](_0xaea42c,_0xebf988,_0x50063c,_0x5709f6):this['_createSearchResultIndividualActionButton'](_0xaea42c,_0xebf988);}['_createSearchResultGroupedActionButton'](_0x111f06,_0x56ebed,_0x1ed5dd,_0x57b606){const _0x355d11=new _0x1cf10a(this['locale']),_0x29600d=new _0x28db64(this['locale']),_0x107603=_0x29600d['bindTemplate'],{view:_0x19296d,highlightView:_0xbc8b54}=this['_createSearchResultGroupRow'](_0x1ed5dd,_0x57b606),{view:_0x1c628e,highlightView:_0x128195}=this['_createSearchResultActionRow'](_0x56ebed['displayedPrompt']),_0x217428=this['_createSearchResultContentView'](_0x19296d,_0x1c628e);return _0x29600d['set']({'label':_0x56ebed['displayedPrompt'],'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}),_0x29600d['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'],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x217428],'on':{'mouseenter':_0x107603['to'](()=>{this['_isSearchFocused']()||_0x29600d['focus']();}),'click':_0x107603['to'](()=>{this['_handleSearchResultButtonClick'](_0x29600d);})}}),this['_setupActionButtonExecution'](_0x29600d,_0x111f06,_0x56ebed),_0x355d11['children']['add'](_0x29600d),{'listItem':_0x355d11,'highlightViews':[_0xbc8b54,_0x128195]};}['_createSearchResultIndividualActionButton'](_0x56ee59,_0xc0de94){const _0x3a2960=new _0x1cf10a(this['locale']),_0x376e96=new _0x4a5be9(),_0x5b284e=new _0x28db64(this['locale'],_0x376e96),_0x1bd90d=_0x5b284e['bindTemplate'];return _0x5b284e['set']({'label':_0xc0de94['displayedPrompt'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button'}),_0x5b284e['extendTemplate']({'on':{'mouseenter':_0x1bd90d['to'](()=>{this['_isSearchFocused']()||_0x5b284e['focus']();})}}),this['_setupActionButtonExecution'](_0x5b284e,_0x56ee59,_0xc0de94),_0x3a2960['children']['add'](_0x5b284e),{'listItem':_0x3a2960,'highlightViews':[_0x376e96]};}['_createSearchResultGroupRow'](_0x31e2e9,_0x316761){const _0x4fc9a5=new _0x25f6b6(this['locale']),_0x10f0ac=new _0x283d41();_0x10f0ac['content']=_0x316761,_0x10f0ac['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x186533=new _0x139c4b();return _0x186533['text']=_0x31e2e9,_0x4fc9a5['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x10f0ac,_0x186533]}),{'view':_0x4fc9a5,'highlightView':_0x186533};}['_createSearchResultActionRow'](_0x2684fe){const _0x3dcda9=new _0x25f6b6(this['locale']),_0x27bde0=new _0x139c4b();return _0x27bde0['text']=_0x2684fe,_0x3dcda9['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x27bde0]}),{'view':_0x3dcda9,'highlightView':_0x27bde0};}['_createSearchResultContentView'](_0x429996,_0x135235){const _0x150fe9=new _0x25f6b6(this['locale']);return _0x150fe9['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x429996,_0x135235]}),_0x150fe9;}['_setupActionButtonExecution'](_0x33d820,_0x1e1c3a,_0x22efbd){_0x33d820['on']('execute',()=>{_0x1e1c3a['editing']['view']['focus'](),_0x1e1c3a['commands']['execute']('aiQuickAction',_0x22efbd);});}['_createActionGroupButton'](_0x1c66cd,_0x217a61,_0x39ae7a){const _0x42c273=new _0x1cf10a(this['locale']),_0xc0be43=new _0x4a5be9(),_0x1c60ec=new Ps(this['locale'],_0xc0be43),_0x52b382=_0x1c60ec['bindTemplate'],_0x1ea76f=this['_getPanelKeystroke'](_0x39ae7a),_0x183d59=this['_createGroupActionsList'](_0x1c66cd,_0x217a61['actions'],_0x39ae7a);_0x1c60ec['set']({'label':_0x217a61['label'],'withText':!0x0,'role':Gs,'icon':_0x217a61['icon']??_0x12fe1f,'isEnabled':_0x217a61['actions']['some'](_0x430f01=>_0x430f01['isEnabled'])}),_0x1c60ec['extendTemplate']({'on':{'mouseenter':_0x52b382['to'](()=>{this['_isSearchFocused']()||_0x1c60ec['focus']();})}});const _0x3ee013=new _0x132eb0(this['locale']);return _0x3ee013['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x52b382['to'](_0x5880f9=>{this['_handlePanelKeydown'](_0x5880f9,_0x1ea76f,_0x1c60ec,_0x3ee013);})}}),_0x1c60ec['bind']('isOn')['to'](_0x3ee013,'isVisible'),this['_bodyCollection']['add'](_0x3ee013),_0x3ee013['content']['add'](_0x183d59),this['_setupGroupMenuBehavior'](_0x1c60ec,_0x3ee013),_0x42c273['children']['add'](_0x1c60ec),{'listItem':_0x42c273,'highlightView':_0xc0be43};}['_createGroupActionsList'](_0x13961a,_0x7b9a51,_0x4a324e){const _0x51fe8c=new _0x56abe9(this['locale']);return _0x51fe8c['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x7b9a51['forEach'](_0x2650dc=>{const _0x4b9bce=new _0x1cf10a(this['locale']),_0x4ac079=Zt({'editor':_0x13961a,'action':_0x2650dc,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused']()})();_0x4b9bce['children']['add'](_0x4ac079),_0x4a324e['focusTracker']['add'](_0x4ac079),_0x51fe8c['items']['add'](_0x4b9bce);}),_0x51fe8c;}['_setupGroupMenuBehavior'](_0x23eb42,_0x3ce05c){const _0x1ad3e3=_0x23eb42['bindTemplate'],_0x4730f5=this['_getButtonKeystroke'](_0x23eb42);_0x23eb42['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x1ad3e3['to'](()=>{this['_showNestedPanel'](_0x3ce05c,_0x23eb42);}),'mouseleave':_0x1ad3e3['to'](_0x38a36e=>{const _0x110525=_0x38a36e['relatedTarget'];this['_isMovingToNestedMenu'](_0x110525,_0x3ce05c)||this['_hideNestedPanel'](_0x3ce05c);}),'keydown':_0x1ad3e3['to'](_0x58b96d=>{_0x58b96d['key']==_0x4730f5&&(this['_showNestedPanel'](_0x3ce05c,_0x23eb42),_0x3ce05c['content']['get'](0x0)['focus']());})}}),_0x3ce05c['on']('render',()=>{_0x3ce05c['element']?.['addEventListener']('mouseleave',_0xa26fb9=>{const _0x4d0b67=_0xa26fb9['relatedTarget'];_0x23eb42['element']?.['contains'](_0x4d0b67)||this['_isMovingToNestedMenu'](_0x4d0b67,_0x3ce05c)||this['_hideNestedPanel'](_0x3ce05c);});});}['_showNestedPanel'](_0x5f3cf0,_0x31b7a2){this['_openNestedPanels']['forEach'](_0x403512=>{_0x403512!==_0x5f3cf0&&_0x403512['isVisible']&&_0x403512['hide']();}),_0x5f3cf0['show'](),_0x5f3cf0['pin']({'positions':[_0x20372a['eastSouth']],'target':_0x31b7a2['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x5f3cf0);}['_hideNestedPanel'](_0x19619a){_0x19619a['hide'](),this['_openNestedPanels']['delete'](_0x19619a);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0xd6430d=>_0xd6430d['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x174382,_0x27e9e3){if(!_0x174382)return!0x1;if(_0x27e9e3['element']?.['contains'](_0x174382))return!0x0;const _0x240677=_0x174382;return _0x240677['closest']&&(null!==_0x240677['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x240677['closest']('.ck-ai-quick-actions-group-list')||null!==_0x240677['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'](_0x3d7ff9){return'rtl'===_0x3d7ff9['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x129001){return'rtl'===_0x129001['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x36318f,_0x5ac76e,_0x998fc9,_0x4efd2d){_0x36318f['key']==_0x5ac76e&&(_0x998fc9['focus'](),this['_hideNestedPanel'](_0x4efd2d));}['_handleSearchResultButtonClick'](_0x3dedd2){_0x3dedd2['fire']('execute');}}function Xt(_0xd20e90){const {editor:_0xe64b38,content:_0x395e59,buttonDefinition:_0x3e5831,bodyCollection:_0x5a667f,hasSearch:_0xa1b48c=!0x1}=_0xd20e90;return()=>{const _0x3dd9d5=_0xe64b38['locale'],_0x3f7f74=_0x340743(_0x3dd9d5);_0x3f7f74['buttonView']['set']({'icon':_0x3e5831['icon']??_0x12fe1f,'label':_0x3e5831['label'],'tooltip':!0x0}),_0x3f7f74['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x4c610f=new co(_0xe64b38,_0x395e59,_0x3f7f74,_0x5a667f,_0xa1b48c);if(_0x3f7f74['panelView']['children']['add'](_0x4c610f),_0xa1b48c){const _0x58d839='ai-quick-actions-dropdown-selection';_0x3f7f74['on']('change:isOpen',(_0x33ca35,_0x103044,_0x23123a)=>{if(_0x23123a){if(_0xe64b38['plugins']['has']('AIEditing')){const _0x109dd4=_0xe64b38['plugins']['get'](D),_0x1fc716=_0xe64b38['model']['document']['selection'],_0x3fd98f=Array['from'](_0x1fc716['getRanges']());_0x3fd98f['length']>0x0&&_0x109dd4['showFakeVisualSelection'](_0x3fd98f,_0x58d839,!0x1,!0x0);}}else _0xe64b38['plugins']['has']('AIEditing')&&_0xe64b38['plugins']['get'](D)['hideFakeVisualSelection'](_0x58d839),_0x4c610f['resetSearch']();});}return _0x3f7f74;};}const ee='<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ie='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ne='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>';var Qt=function(_0x3475d0){return _0x3475d0['CHAT']='CHAT',_0x3475d0['ACTION']='ACTION',_0x3475d0['REVIEW']='REVIEW',_0x3475d0;}({}),Ga=function(_0x392d4e){return _0x392d4e['CHAT']='AIChat',_0x392d4e['ACTION']='AIActions',_0x392d4e['REVIEW']='AIReviewMode',_0x392d4e;}({});class ii extends _0x558b99{static get['requires'](){return[te,q];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){const _0x4e8ede=await this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x4e8ede),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x373f0d){return function(_0x19da1a){const _0x294fe7=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x19da1a['uiLanguage']),_0x3f6f7b=_0x294fe7||'English',_0x4e03bb=[{'id':'ask-ai','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_ASK_AI'),'type':'CHAT','icon':Gt},{'id':'chat-commands','label':i(_0x19da1a,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':Gt,'actions':[{'id':'explain','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':ee['replace']('%0',_0x3f6f7b),'type':'CHAT'},{'id':'summarize','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ie['replace']('%0',_0x3f6f7b),'type':'CHAT'},{'id':'highlight-key-points','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':ne['replace']('%0',_0x3f6f7b),'type':'CHAT'}]},{'id':'improve-writing','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'ACTION','icon':Bt},{'id':'continue','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'ACTION','icon':Ft},{'id':'fix-grammar','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'ACTION','icon':Wt},{'id':'adjust-length','label':i(_0x19da1a,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':Kt,'actions':[{'id':'make-shorter','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'ACTION'},{'id':'make-longer','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'ACTION'}]},{'id':'change-tone','label':i(_0x19da1a,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':Yt,'actions':[{'id':'make-tone-casual','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'ACTION'},{'id':'make-tone-direct','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'ACTION'},{'id':'make-tone-friendly','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'ACTION'},{'id':'make-tone-confident','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'ACTION'},{'id':'make-tone-professional','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'ACTION'}]},{'id':'translate','label':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':Vt,'actions':[{'id':'translate-to-english','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'ACTION','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'ACTION','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'ACTION','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'ACTION','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'ACTION','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'ACTION','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'ACTION','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'ACTION','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'ACTION','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','displayedPrompt':i(_0x19da1a,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'ACTION','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':i(_0x19da1a,'AI_QUICK_ACTIONS_OTHER'),'icon':Jt,'actions':[]}];return _0x4e03bb;}(_0x373f0d);}async['_getDefaultAndCustomActions'](){const _0x304f42=ii['getDefaultQuickActions'](this['editor']['locale']),_0x1f7799=this['editor']['config']['get']('ai.quickActions.extraCommands')||[];let _0xb37437=[];try{_0xb37437=await new It({'connector':this['editor']['plugins']['get']('AIConnector'),'locale':this['editor']['locale']})['getAll']();}catch(_0x48b09c){const _0x17cbb3=new _0x54686c('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x48b09c});gt(_0x17cbb3['message']);}finally{const _0x42b65c=_0x1f7799['map'](_0x49c0b5=>({..._0x49c0b5,'icon':void 0x0}));_0x304f42['find'](_0x3684f1=>'other'===_0x3684f1['id'])['actions']['push'](..._0x42b65c),_0x304f42['forEach'](_0x32d290=>{if('actions'in _0x32d290)_0x32d290['actions']['forEach'](_0x6abdf8=>{if(_0x6abdf8['isEnabled']=!!_0xb37437['find'](_0x2b2d0f=>_0x2b2d0f['id']===_0x6abdf8['model'])||void 0x0===_0x6abdf8['model'],!_0x6abdf8['isEnabled']){const _0x315520=new _0x54686c('ai-quick-actions-unavailable-model',this,{'actionId':_0x6abdf8['id'],'modelId':_0x6abdf8['model']});gt(_0x315520['message']);}});else{if(_0x32d290['isEnabled']=!!_0xb37437['find'](_0x529a03=>_0x529a03['id']===_0x32d290['model'])||void 0x0===_0x32d290['model'],!_0x32d290['isEnabled']){const _0x3b0b62=new _0x54686c('ai-quick-actions-unavailable-model',this,{'actionId':_0x32d290['id'],'modelId':_0x32d290['model']});gt(_0x3b0b62['message']);}}});}return _0x304f42;}['_initializeQuickActionsComponentsAndCommands'](){const _0x5b76e5=new _0x74da33(this['editor']['locale']);_0x5b76e5['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x5b76e5),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x5b76e5);}['_initializeQuickActionsDropdown'](_0x1a2bdc){const _0x1bdcd5=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Xt({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x12fe1f,'label':i(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x1a2bdc,'hasSearch':_0x1bdcd5}));}['_prepareQuickActionsDefinition'](_0x292fdf){this['_quickActionsDefinition']=_0x292fdf['map'](_0x37c979=>{if('actions'in _0x37c979){const _0x26786e=_0x37c979;return{..._0x26786e,'actions':_0x26786e['actions']['map'](_0x17e051=>{const {actions:_0x48556f,..._0x3d487b}=_0x26786e;return{..._0x17e051,'parent':_0x3d487b};})['filter'](_0x509e35=>this['_shouldIncludeAction'](_0x509e35))};}return _0x37c979;})['filter'](_0x19e6fa=>'actions'in _0x19e6fa?_0x19e6fa['actions']['length']>0x0:this['_shouldIncludeAction'](_0x19e6fa));}['_shouldIncludeAction'](_0x108d72){const _0x366a70=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ga[_0x108d72['type']])&&!_0x366a70['includes'](_0x108d72['id'])&&!('CHAT'===_0x108d72['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x17a9ad){this['_quickActionsDefinition']['forEach'](_0x2a2e32=>{if('actions'in _0x2a2e32){const _0x55e7f2=Xt({'editor':this['editor'],'content':_0x2a2e32['actions'],'buttonDefinition':_0x2a2e32,'bodyCollection':_0x17a9ad});this['editor']['ui']['componentFactory']['add'](_0x2a2e32['id'],_0x55e7f2),_0x2a2e32['actions']['forEach'](_0x1b6176=>{const _0x56bfdc=Zt({'editor':this['editor'],'action':_0x1b6176});this['editor']['ui']['componentFactory']['add'](_0x1b6176['id'],_0x56bfdc);});}else{const _0x127a90=Zt({'editor':this['editor'],'action':_0x2a2e32,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1});this['editor']['ui']['componentFactory']['add'](_0x2a2e32['id'],_0x127a90);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x382f9d=>{const _0x3882b5=new _0x2e7068(_0x382f9d),_0x3dd710=i(_0x382f9d,'AI_QUICK_ACTIONS_HEADING');_0x3882b5['buttonView']['set']({'label':_0x3dd710,'icon':_0x12fe1f});const _0x1cd319=new _0x3d7509(_0x382f9d);_0x1cd319['set']({'ariaLabel':_0x3dd710,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x3a524a=>{if('actions'in _0x3a524a){const _0x113869=_0x3a524a,_0x3d85f1=new _0x11788c(_0x382f9d,_0x3882b5),_0x1abf89=new _0x2e7068(_0x382f9d),_0x592c54=new _0x3d7509(_0x382f9d);_0x1abf89['buttonView']['set']({'label':_0x113869['label'],'icon':_0x113869['icon']}),_0x113869['actions']['forEach'](_0x173ec0=>{const _0x87651c=new _0x11788c(_0x382f9d,_0x1abf89),_0x18ba9a=new _0x42f0b4(_0x382f9d);_0x18ba9a['set']({'label':_0x173ec0['displayedPrompt'],'icon':_0x173ec0['icon'],'role':'menuitem','isEnabled':_0x173ec0['isEnabled']}),_0x18ba9a['on']('execute',()=>{this['_executeQuickAction'](_0x173ec0);}),_0x18ba9a['delegate']('execute')['to'](_0x1abf89),_0x87651c['children']['add'](_0x18ba9a),_0x592c54['items']['add'](_0x87651c);}),_0x1abf89['panelView']['children']['add'](_0x592c54),_0x3d85f1['children']['add'](_0x1abf89),_0x1cd319['items']['add'](_0x3d85f1);}else{const _0x32376b=_0x3a524a,_0x461eff=new _0x11788c(_0x382f9d,_0x3882b5),_0x589ef5=new _0x42f0b4(_0x382f9d);_0x589ef5['set']({'label':_0x32376b['displayedPrompt'],'icon':_0x32376b['icon'],'role':'menuitem','isEnabled':_0x32376b['isEnabled']}),_0x589ef5['on']('execute',()=>{this['_executeQuickAction'](_0x32376b);}),_0x589ef5['delegate']('execute')['to'](_0x3882b5),_0x461eff['children']['add'](_0x589ef5),_0x1cd319['items']['add'](_0x461eff);}});const _0x227bbf=Object['values'](Ga)['some'](_0x2028ec=>this['editor']['plugins']['has'](_0x2028ec));return _0x3882b5['set']({'isEnabled':_0x227bbf}),_0x3882b5['panelView']['children']['add'](_0x1cd319),_0x3882b5;});}['_executeQuickAction'](_0xb17141){const _0x30fdea=this['editor'];_0x30fdea['editing']['view']['focus'](),_0x30fdea['commands']['execute']('aiQuickAction',_0xb17141);const _0x6e0de7=_0x30fdea['ui']['view']['menuBarView'];_0x6e0de7&&_0x6e0de7['close']&&_0x6e0de7['close']();}}class ci extends Lt{['execute'](_0xe89662){switch(this['_expandSelectionIfCollapsed'](),_0xe89662['type']){case Qt['CHAT']:if(!this['editor']['plugins']['has']('AIChat')){const _0x51ca6b=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new _0x54686c('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x51ca6b});}this['_handleAIChatAction'](_0xe89662);break;case Qt['ACTION']:if(!this['editor']['plugins']['has']('AIActions')){const _0x46ddbd=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new _0x54686c('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x46ddbd});}this['_handleAIActionsAction'](_0xe89662);break;case Qt['REVIEW']:if(!this['editor']['plugins']['has']('AIReviewMode')){const _0x48efd4=i(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIReviewMode');throw new _0x54686c('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x48efd4});}this['_handleAIReviewAction'](_0xe89662);}}async['_handleAIChatAction'](_0x51f563){const _0x59150c=this['editor']['plugins']['get']('AIChat'),_0x5b5df4=this['editor']['plugins']['get']('AIChatController'),_0x5e188b=this['editor']['plugins']['get']('AITabs')['view'];if(_0x5e188b['isVisible']||(_0x5e188b['isVisible']=!0x0),'chat'!==_0x5e188b['activeTab']&&_0x5e188b['activateTab']('chat'),'ask-ai'===_0x51f563['id'])_0x5b5df4['removeSelectionFromChatContext'](),await _0x59150c['addSelectionToChatContext'](),_0x59150c['focusPromptInput']();else await _0x59150c['startConversation'](),_0x5b5df4['removeSelectionFromChatContext'](),await _0x59150c['addSelectionToChatContext'](),_0x59150c['focusPromptInput'](),await _0x59150c['sendMessage']({'message':_0x51f563['prompt']||_0x51f563['displayedPrompt'],'attributes':{'quickActionData':{'id':_0x51f563['id']},'displayedPrompt':_0x51f563['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x1c7bc4=this['editor'],_0x5a0d71=_0x1c7bc4['model']['document']['selection'];if(!_0x5a0d71['isCollapsed'])return;const _0x461114=_0x97da1c(_0x5a0d71['getSelectedBlocks']())||_0x1c7bc4['model']['schema']['getLimitElement'](_0x5a0d71);_0x1c7bc4['model']['change'](_0x388eeb=>{_0x388eeb['setSelection'](_0x461114,'in');});}['_handleAIActionsActionLabel'](_0x76e3bb){return _0x76e3bb['parent']?.['label']&&'other'!==_0x76e3bb['parent']?.['id']?_0x76e3bb['parent']['label']+':\x20'+_0x76e3bb['displayedPrompt']:_0x76e3bb['displayedPrompt'];}async['_handleAIActionsAction'](_0x36c95b){const _0x3fa00d=this['editor']['plugins']['get']('AIActions'),_0x4de707=_0x36c95b['prompt']?{'userMessage':_0x36c95b['prompt'],'model':_0x36c95b['model']}:{'actionName':_0x36c95b['actionName']||_0x36c95b['id'],'args':_0x36c95b['args']},_0x22cbd0=this['_handleAIActionsActionLabel'](_0x36c95b);await _0x3fa00d['executeAction'](_0x4de707,_0x22cbd0,_0x36c95b['icon']);}async['_handleAIReviewAction'](_0x561264){console['log']('handleAIReviewAction',_0x561264);}}class ti extends _0x558b99{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x8e1ae2=this['editor'],_0x1e8a60=new ci(this['editor']);if(_0x8e1ae2['commands']['add']('aiQuickAction',_0x1e8a60),_0x8e1ae2['plugins']['has']('AIChat')){const _0x591a57=this['editor']['plugins']['get']('AIChat');_0x8e1ae2['model']['document']['selection']['on']('change:range',(_0xd32ffc,_0x5dec3e)=>{_0x5dec3e['directChange']&&_0x591a57['removeSelectionFromChatContext']();});}}}class De extends Ge{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x3b132c=this['documentContextContent']['children']['map'](_0x282d12=>({'node':_0x282d12,'id':At(_0x282d12,'data-id')})),_0x39f992=this['parsedMergedContent']['children']['map'](_0x41e757=>({'node':_0x41e757,'id':At(_0x41e757,'data-id')||_0x589eaf()})),_0x364741=_0xaf8377(_0x3b132c,_0x39f992,{'comparator':(_0x1435ec,_0x28dad9)=>_0x1435ec['id']==_0x28dad9['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x364741['length']&&_0x364741[_0x364741['length']-0x1]['removed'];)_0x364741['pop']();}const _0x5d39fb=_0x364741['map'](_0x2fa2fe=>{const _0xef370=_0x2fa2fe['added']?'new':_0x2fa2fe['removed']?'removed':'modified';return{'node':_0x2fa2fe['value'][0x0]['node'],'type':_0xef370,'id':_0x2fa2fe['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x5d39fb,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x654f28,_0x4986cd){return _0x4986cd;}}class W extends xe{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;constructor(_0x3b79d0){super(_0x3b79d0),this['content']=_0x3b79d0['content'],this['version']=_0x3b79d0['version'],this['actionName']=_0x3b79d0['actionName'],this['args']=_0x3b79d0['args'],this['userMessage']=_0x3b79d0['userMessage'],this['model']=_0x3b79d0['model'];}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':qe['TEXT'],'content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x4de33a){const _0x5b4599=new De({'editor':this['editor'],'documentContextContent':this['content'],..._0x4de33a});return this['replies']['push'](_0x5b4599),_0x5b4599['delegate'](...ye)['to'](this),this['fire']('replyCreated',_0x5b4599),_0x5b4599;}}class Bn extends _0x28f204{constructor(_0x213dec,_0xed89d4=!0x0,_0x54975a=!0x0){super(_0x213dec),this['set']('isEnabled',!0x1),_0xed89d4&&(this['applyButton']=this['_createButton'](i(_0x213dec,'AI_BALLOON_APPLY_BUTTON'),'ck-ai-button-primary'),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x54975a&&(this['suggestButton']=this['_createButton'](i(_0x213dec,'AI_BALLOON_SUGGEST_BUTTON'),_0xed89d4?'ck-ai-button-secondary':'ck-ai-button-primary'),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0xed89d4,'showSuggestButton':_0x54975a}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x40f3dc,showSuggestButton:_0x45527c}){this['applyButton']&&(this['applyButton']['isVisible']=_0x40f3dc),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x45527c);}['_createButton'](_0x535bd5,_0x126daf){const _0x592028=new _0x28db64(this['locale']);return _0x592028['set']({'label':_0x535bd5,'class':_0x126daf,'isVisible':!0x0,'withText':!0x0}),_0x592028;}}class yn extends _0x25f6b6{constructor(_0x24cb29){super(_0x24cb29),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':i(_0x24cb29,'AI_DISCLAIMER_TEXT')}]}]});}}class Nn extends _0x25f6b6{constructor(_0x78683c){super(_0x78683c),this['set']('isVisible',!0x0);const _0x245c0d=new li('small');_0x245c0d['isVisible']=!0x0;const _0x230ea2=new _0x25f6b6(this['locale']);_0x230ea2['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[i(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0xe3a551=>!_0xe3a551)]},'children':[_0x245c0d,_0x230ea2]});}}class rt extends ls{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x28dc88,_0x4a1d61){super(_0x28dc88),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x4a1d61,this['_focusTracker']=new _0x49bffd(),this['_keystrokes']=new _0x287999(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x596602({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x3fe74c(),this['_addContentWrapper'](_0x4a1d61),this['_addDisclaimerView'](),this['_addToolbar'](_0x4a1d61),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'](_0x4a1d61);});}['render'](){super['render']();for(const _0x2b8ce9 of this['_focusables'])this['_focusTracker']['add'](_0x2b8ce9['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x58dc1a){-0x1===_0x58dc1a?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x312345){this['_isLoading']=_0x312345;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x432eed){super['showError'](_0x432eed),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x2b9732){super['showBlockingError'](_0x2b9732),this['setErrorState']();}['addMiniToolbarItem'](_0x5550ee){this['_miniToolbarView']['items']['has'](_0x5550ee)||this['_miniToolbarView']['items']['add'](_0x5550ee);}['removeMiniToolbarItem'](_0x3fe389){this['_miniToolbarView']['items']['has'](_0x3fe389)&&this['_miniToolbarView']['items']['remove'](_0x3fe389);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x923e15,showSuggestButton:_0x47b460}){_0x923e15=_0x923e15&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x47b460=_0x47b460&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x923e15,'showSuggestButton':_0x47b460});}async['updateContent'](_0x3b0a06){await this['_streamableContentView']['update'](_0x3b0a06);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x1af9d6){this['_contentWrapper']=new _0x25f6b6(this['locale']),this['_contentWrapper']['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content-wrapper']},'children':[this['_createLoaderView'](),this['_createStreamableContentView']()]},this['_createMiniToolbar'](_0x1af9d6['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new yn(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x349d3f,showSuggestButton:_0x42a62b}){this['_toolbarView']=new Bn(this['locale'],_0x349d3f,_0x42a62b),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',(_0x4b170d,_0x120cae,_0x491a73)=>!(_0x4b170d||_0x120cae||_0x491a73)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x349d3f,'showSuggestButton':_0x42a62b}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0x4039c1){return this['_miniToolbarView']=new us(this['locale'],_0x4039c1),this['_miniToolbarView']['delegate'](...ut)['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',(_0x210de2,_0x4330b1)=>!(_0x210de2||_0x4330b1)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new Nn(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new as(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0x1fc562=new _0x28db64(this['locale']),_0x4982f3=new _0x28db64(this['locale']),_0xdf9644=new Ln(this['locale']),_0x42ba69=new _0x28db64(this['locale']);_0x1fc562['set']({'icon':_0x19fd2d,'label':i(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button'}),_0x4982f3['set']({'icon':_0x40452e,'tooltip':i(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button'}),_0x42ba69['set']({'icon':_0x3efd11,'tooltip':i(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button'}),_0x1fc562['bind']('isEnabled')['to'](this,'isBusy',_0x314c9f=>!_0x314c9f),_0x1fc562['on']('execute',()=>{this['fire']('tryAgain');}),_0x4982f3['bind']('isEnabled')['to'](this,'isBusy',_0x29440f=>!_0x29440f),_0x4982f3['on']('execute',()=>{this['fire']('showPrevious');}),_0x42ba69['bind']('isEnabled')['to'](this,'isBusy',_0x1d475b=>!_0x1d475b),_0x42ba69['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x4982f3,this['_navigationCounter']=_0xdf9644,this['_navigationNextButton']=_0x42ba69,this['_navigationTryAgainButton']=_0x1fc562;}['updateMiniToolbarButtons'](_0x3c8e91,_0x56554f){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x204d1d=_0x3c8e91>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x204d1d){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x50061d=_0x3c8e91-_0x56554f;this['_navigationCounter']['setInteractionCount'](_0x50061d+'/'+_0x3c8e91),this['_navigationPreviousButton']['isEnabled']=_0x56554f<_0x3c8e91-0x1,this['_navigationNextButton']['isEnabled']=_0x56554f>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'](_0x15b08a){this['_isLoading']=_0x15b08a;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0x562865=this['_getScrollableElement']();_0x562865&&!this['_scrollManager']&&(this['_scrollManager']=new $e(_0x562865));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class Ln extends _0x25f6b6{constructor(_0x49a6c8){super(_0x49a6c8);const _0x471f72=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x471f72['to']('interactionCount')}]});}['setInteractionCount'](_0xd79f7){this['set']('interactionCount',_0xd79f7);}}class ri extends _0x558b99{static get['requires'](){return[q,_0x14d881,D,Q,_0x29b670];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_promiseQueue'];['_bodyCollection'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}['_actionsBalloonView'];constructor(_0x15b9e9){super(_0x15b9e9),this['_bodyCollection']=new _0x74da33(this['editor']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new z();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x1f11a0,_0x1f0b11,_0x3f132d){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x2e3a9a,anchorData:_0x30ca6f}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x1f11a0,_0x2e3a9a,_0x30ca6f,_0x1f0b11,_0x3f132d);}}const {modelFragment:_0x93734e,anchorData:_0xa02b}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x1f11a0,_0x93734e,_0xa02b,_0x1f0b11,_0x3f132d);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x5808c=this['editor']['plugins']['has']('TrackChanges');let _0x4d2157=this['editor']['config']['get']('ai.availableReplyActions')||[...ot];_0x5808c||(_0x4d2157=_0x4d2157['filter'](_0x1c577a=>'insertSuggestion'!=_0x1c577a));const _0x208ce0=this['editor']['commands']['get']('trackChanges'),_0x1e2c54=new rt(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x5808c,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x4d2157});return _0x1e2c54['bind']('isBusy')['to'](this),_0x208ce0&&_0x1e2c54['bind']('isTrackChangesOn')['to'](_0x208ce0,'value'),_0x1e2c54['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x1e2c54['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x1e2c54['on']('showNext',()=>{this['_navigateToNext']();}),_0x1e2c54;}['_getExecuteDataRegular'](){const _0x462a92=this['editor']['model']['document']['selection'];if(_0x462a92['isCollapsed']){const _0xe5a9c=_0x97da1c(_0x462a92['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x462a92);this['editor']['model']['change'](_0x116908=>{_0x116908['setSelection'](_0xe5a9c,'in');});}const _0x31352b=_0x462a92['getFirstRange'](),_0x225104=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x462a92),_0x31352b['start'],_0x31352b['end']);this['_copyMarkersToFragment'](_0x225104,_0x462a92,{'isTableSelection':!0x1});const _0x1c3174=_0x462a92['getFirstRange']()['start'],_0x4bcca8=new Map();let _0x15150d=_0x225104;for(let _0xba4284=0x0;_0xba4284<_0x1c3174['path']['length'];_0xba4284++)_0x4bcca8['set'](_0x15150d,_0x1c3174['path'][_0xba4284]),_0x15150d=_0x15150d['getChild'](0x0);return{'modelFragment':_0x225104,'anchorData':_0x4bcca8};}['_getExecuteDataInTable'](){const _0x30637d=this['editor']['model']['document']['selection'],_0x411921=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0x4262ea=_0x30637d['getFirstRange']()['start']['parent']['parent'],_0x18d28a=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x4262ea),this['editor']['model']['createPositionAfter'](_0x4262ea)),_0xf6922c=this['_wrapWithCommonAncestors'](_0x411921,_0x18d28a['start'],_0x18d28a['end']);this['_copyMarkersToFragment'](_0xf6922c,_0x30637d,{'isTableSelection':!0x0});const _0x25d744=_0x30637d['getFirstRange']()['start'],_0x387dd5=new Map();let _0x26a228=_0xf6922c;for(let _0x28f17a=0x0;_0x28f17a<_0x25d744['path']['length'];_0x28f17a++)if(_0x387dd5['set'](_0x26a228,_0x25d744['path'][_0x28f17a]),_0x28f17a<_0x25d744['path']['length']-0x1)_0x26a228=_0x26a228['getChild'](0x0);else{let _0x3687ed=_0x26a228['nextSibling'];for(;_0x3687ed;)_0x387dd5['set'](_0x3687ed,_0x25d744['path'][_0x28f17a]),_0x3687ed=_0x3687ed['nextSibling'];}return{'modelFragment':_0xf6922c,'anchorData':_0x387dd5};}async['_executeAction'](_0x52527b,_0x10ec7e,_0x19ea61,_0x30dcce,_0x2d73b8){const _0x38870b=this['editor']['plugins']['get'](D),_0x38ad90=this['editor']['plugins']['get'](Q),_0x24c873=this['editor']['model']['document']['selection'],_0x2f153c=await _0x38870b['modelToDataWithIds'](_0x10ec7e),_0x129a74=this['editor']['model']['document']['version'],_0x386c5a=[..._0x24c873['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_actionsBalloonView']['clearContent'](),_0x38ad90['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x30dcce,'icon':_0x2d73b8||_0x12fe1f,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x386c5a,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x38ad90),this['_interactionParams']={'action':_0x52527b,'content':_0x2f153c,'version':_0x129a74,'aiBalloon':_0x38ad90,'modelFragment':_0x10ec7e,'anchorData':_0x19ea61},this['_setupApplyListeners'](),this['listenTo'](_0x38ad90,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x38ad90,'dialogClosed',(_0x2ff8bf,{id:_0x1c88dd})=>{if('aiActionsBalloon'===_0x1c88dd){if(this['_interaction']&&this['_interaction']['replies']['length']>0x0){const _0x51291f=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x1726d3=_0x51291f['changeGroups'][0x0];_0x1726d3&&'pending'===_0x1726d3['state']&&_0x51291f['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x38ad90);}}),this['_createInteraction'](_0x2f153c,_0x129a74,_0x38ad90,_0x52527b);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x2b903e,anchorData:_0x34026a}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x2b903e,_0x34026a,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x2b903e,_0x34026a,!0x0);});}['_wrapWithCommonAncestors'](_0x5b23da,_0x49179b,_0x2f095f){const _0x2533f5=this['editor']['model']['createRange'](_0x49179b,_0x2f095f)['getCommonAncestor'](),_0xaaa15a=_0x2533f5['is']('documentFragment')?[]:_0x2533f5['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0xaaa15a['length']){const _0x5f3743=_0xaaa15a['map'](_0x4838de=>_0x4838de['_clone'](!0x1));for(let _0x5dc473=0x1;_0x5dc473<_0x5f3743['length'];_0x5dc473++)_0x5f3743[_0x5dc473-0x1]['_appendChild'](_0x5f3743[_0x5dc473]);return _0x5f3743[_0x5f3743['length']-0x1]['_appendChild'](_0x5b23da),new tt(_0x5f3743[0x0]);}return _0x5b23da;}['_copyMarkersToFragment'](_0x339fc1,_0x3008ee,_0x8da918={'isTableSelection':!0x1}){const _0x24e0e0=this['editor']['model'],_0x651888=Array['from'](_0x3008ee['getRanges']()),_0x262613=_0x3008ee['getFirstRange']()['start'];for(const _0x1c8931 of _0x24e0e0['markers']){if(_0x1c8931['name']['startsWith'](R)||!_0x1c8931['affectsData'])continue;const _0x4b219d=_0x1c8931['getRange']();if(!_0x651888['some'](_0x2bb7c3=>_0x2bb7c3['containsRange'](_0x4b219d,!0x0)))continue;const _0x424dc4=this['_regularCalculateMarkerPath'](_0x4b219d['start'],_0x262613,_0x8da918['isTableSelection']),_0xc725c2=this['_regularCalculateMarkerPath'](_0x4b219d['end'],_0x262613,_0x8da918['isTableSelection']),_0x5d47a5=_0x24e0e0['createPositionFromPath'](_0x339fc1,_0x424dc4),_0x914aa7=_0x24e0e0['createPositionFromPath'](_0x339fc1,_0xc725c2);if(!_0x5d47a5['isEqual'](_0x914aa7)){const _0x3bc2eb=_0x24e0e0['createRange'](_0x5d47a5,_0x914aa7);_0x339fc1['markers']['set'](_0x1c8931['name'],_0x3bc2eb);}}}['_regularCalculateMarkerPath'](_0x19e122,_0x1c9e9f,_0x1c5c1d=!0x1){const _0x2794a2=[..._0x19e122['path']['slice']()];for(let _0x2db5f2=0x0;_0x2db5f2<Math['max'](_0x1c9e9f['path']['length'],_0x19e122['path']['length']);_0x2db5f2++){const _0x16afe9=_0x1c9e9f['path'][_0x2db5f2]||0x0,_0x22848c=(_0x19e122['path'][_0x2db5f2]||0x0)-_0x16afe9;if(_0x2794a2[_0x2db5f2]=_0x22848c,0x0!==_0x22848c&&!_0x1c5c1d)break;}return _0x2794a2;}async['_createInteraction'](_0x394f97,_0xc35f24,_0x4ff8cc,_0x3a7ca4){const _0x2b7559=this['editor'];this['_interactionParams']||(this['_interactionParams']={'action':_0x3a7ca4,'content':_0x394f97,'version':_0xc35f24,'aiBalloon':_0x4ff8cc,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map()});const _0x362215=new W({'connector':this['_aiConnector'],'editor':_0x2b7559,'content':_0x394f97,'version':_0xc35f24,..._0x3a7ca4});this['_interactions']['push'](_0x362215);const _0x49e65b=(_0x1ffa05,_0x43d845=!0x1,_0x2e5465='streaming')=>this['_promiseQueue']['enqueue'](async _0x4108a6=>{try{const _0x2481c9=J({'editor':_0x2b7559,'changeGroups':_0x1ffa05['changeGroups'],'documentContextContent':_0x1ffa05['documentContextContent'],'showDiff':_0x43d845,'trimUnchanged':!0x1});_0x2481c9['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x2481c9[0x0],'renderingStrategy':_0x2e5465,'abortSignal':_0x4108a6});}catch(_0x455612){if(this['_isAbortError'](_0x455612))return;throw _0x455612;}});this['_interaction']['on']('replyCreated',(_0x2c8fb6,_0x202f3f)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x49e65b(_0x202f3f)['catch'](_0x4f5e80=>{this['_isAbortError'](_0x4f5e80)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x4f5e80),this['_setErrorState'](_0x362215));});}),this['_interaction']['on']('replyContentUpdated',(_0x319464,_0xe649d6)=>{_0x49e65b(_0xe649d6)['catch'](_0x16b126=>{this['_isAbortError'](_0x16b126)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x16b126),this['_setErrorState'](_0x362215));});}),this['_interaction']['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x426576){this['_isAbortError'](_0x426576)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x426576),this['_setErrorState'](_0x362215));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x1ea46b,{showDiff:_0x5d0d8a})=>{try{this['_balloonShowDiff']=_0x5d0d8a;const _0x457496=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x457496&&await _0x49e65b(_0x457496,_0x5d0d8a,'static');}catch(_0x5d291a){this['_isAbortError'](_0x5d291a)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x5d291a),this['_setErrorState'](_0x362215));}}),this['_interaction']['on']('replyChangeGroupStateUpdated',(_0xc2c3c6,{reply:_0x38e9e6})=>{const _0x276f40={'positiveCount':_0x38e9e6['changeGroups']['filter'](_0x57e51a=>'accepted'===_0x57e51a['state'])['length'],'totalCount':_0x38e9e6['changeGroups']['length']},_0xa91b49=this['_interaction']['actionCallId'],_0x387a5e=this['_interaction']['actionName'];_0x387a5e?this['_aiConnector']['upsertAIActionRating'](_0x387a5e,_0xa91b49,_0x276f40):this['_aiConnector']['upsertCustomAIActionRating'](_0xa91b49,_0x276f40);}),this['_setLoadingState']();try{const _0x2e24fd=await this['_interaction']['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x2e24fd;}catch(_0x34f7b6){if(this['_isAbortError'](_0x34f7b6))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x362215);}}['_applyChanges'](_0x5f3cf5,_0x27e6ed,_0xf73154){const _0x46f451=this['editor'];if(_0xf73154&&!_0x46f451['plugins']['has']('TrackChanges'))throw new _0x54686c('ai-no-track-changes',null);const _0x36d2bd=this['editor']['plugins']['get'](_0x29b670),_0x13cc24=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x13cc24||!_0x13cc24['replies']['length'])return;const _0x33c693=_0x13cc24['replies'][_0x13cc24['replies']['length']-0x1],_0x367cc7=_0x33c693['changeGroups'];_0x33c693['setChangeGroupState'](0x0,'accepted');let _0x570391=Z({'editor':_0x46f451,'reply':_0x33c693,'interaction':_0x13cc24,'groups':_0x367cc7,'transform':!0x1,'documentCompare':_0x36d2bd,'documentCompareOptions':{'anchor':_0x46f451['model']['createPositionAt'](_0x5f3cf5,0x0),'markDeletions':_0xf73154}});_0x570391=this['_filterOperationsOutsideRange'](_0x570391,_0x27e6ed);for(const _0x422bf2 of _0x570391)this['_anchorOperation'](_0x27e6ed,_0x422bf2,_0x46f451['model']['document']['getRoot']());const _0x1eacd1=_0x13cc24['getDocumentContext']()['version'],_0x2e1882=_0x46f451['model']['document']['history']['getOperations'](_0x1eacd1),_0x15e7d2={'document':_0x46f451['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x22d423=nt(_0x570391,_0x2e1882,_0x15e7d2)['operationsA'];_0x46f451['model']['change'](_0x2b4e63=>{if(_0x2b4e63['setSelection'](_0x46f451['model']['document']['selection']['focus']),_0xf73154)_0x46f451['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x22d423);else{for(const _0x21ed1c of _0x22d423)_0x21ed1c['baseVersion']=_0x46f451['model']['document']['version'],Y(_0x46f451,_0x21ed1c),_0x2b4e63['batch']['addOperation'](_0x21ed1c),_0x46f451['model']['applyOperation'](_0x21ed1c);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x4691cc,_0x88ffc9){return _0x4691cc['filter'](_0x3d6cdb=>{if('rename'==_0x3d6cdb['type']){const _0x2ec45c=_0x3d6cdb['position']['nodeAfter'];return!_0x88ffc9['has'](_0x2ec45c);}if(_0x3d6cdb['type']['indexOf']('Attribute')>-0x1){const _0x10e34b=_0x3d6cdb['range']['start']['nodeAfter'];return!_0x88ffc9['has'](_0x10e34b);}return!0x0;});}['_anchorOperation'](_0x156d5b,_0x2692b4,_0x5aa35e){const _0x36d3fd=_0x2692b4['clone']();for(const _0x442175 in _0x2692b4){const _0x3bc1cb=_0x2692b4[_0x442175];_0x3bc1cb instanceof it?_0x2692b4[_0x442175]=new it(_0xfe81aa(_0x3bc1cb['start']),_0xfe81aa(_0x3bc1cb['end'])):_0x3bc1cb instanceof st&&(_0x2692b4[_0x442175]=_0xfe81aa(_0x3bc1cb));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x36d3fd['type'])){if(_0x36d3fd['isDocumentOperation']=!0x1,_0x36d3fd['baseVersion']=null,'remove'==_0x36d3fd['type']){const _0x34312b=_0x36d3fd['sourcePosition'],_0x3f6cb7=_0x36d3fd['howMany'];new et(_0x34312b,_0x3f6cb7)['_execute']();}else _0x36d3fd['_execute']();}function _0xfe81aa(_0x38949d){if('$graveyard'==_0x38949d['root']['rootName'])return _0x38949d;const _0x47f7d2=[];let _0x559a12=_0x38949d['root'];for(let _0x3766a2=0x0;_0x3766a2<_0x38949d['path']['length'];_0x3766a2++){const _0x1fbab2=_0x156d5b['get'](_0x559a12)||0x0;_0x47f7d2[_0x3766a2]=_0x38949d['path'][_0x3766a2]+_0x1fbab2,_0x559a12=_0x559a12['getChildAtOffset'](_0x38949d['path'][_0x3766a2]);}return new st(_0x5aa35e,_0x47f7d2,_0x38949d['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x178d70,content:_0x122510,version:_0x424bb5,aiBalloon:_0x4b01dd}=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'](_0x122510,_0x424bb5,_0x4b01dd,_0x178d70)['catch'](_0x19e788=>{this['_isAbortError'](_0x19e788)||console['error']('Error\x20refreshing\x20interaction:',_0x19e788);});}['_isAbortError'](_0x9c53d6){return!!_0x9c53d6['message']&&_0x9c53d6['message']['startsWith']('ai-request-aborted');}['_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 _0x5a7f6a=this['_interactions']['length'];this['_currentInteractionIndex']<_0x5a7f6a-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x2e1847){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x2e1847;const _0x2fb72c=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x2fb72c)return;if(_0x2fb72c['hasError'])return this['_setErrorState'](_0x2fb72c),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x2fb72c['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x3db897=_0x2fb72c['replies'][_0x2fb72c['replies']['length']-0x1];if(_0x3db897){const _0x3109f1=this['editor'];try{const _0xfa2a80=J({'editor':_0x3109f1,'changeGroups':_0x3db897['changeGroups'],'documentContextContent':_0x3db897['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x1bb842=>setTimeout(_0x1bb842,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0xfa2a80[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x40f461){this['_isAbortError'](_0x40f461)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x40f461);}}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x5b11be){const _0x45a1f4=i(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x45a1f4),_0x5b11be['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);}}class Fa extends _0x558b99{static get['requires'](){return[ii,ti,ri];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x166a4c){super(_0x166a4c),_0x166a4c['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class Ys extends _0x25f6b6{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x139608,_0x58c19a){super(_0x139608),this['id']=_0x58c19a,this['set']('status','pending'),this['set']('changeId',_0x58c19a),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',(_0x6f1cf,_0x1f31aa)=>{_0x1f31aa&&_0x1f31aa['target']&&'A'===_0x1f31aa['target']['tagName']&&_0x1f31aa['preventDefault'](),this['fire']('activateChange',{'id':_0x58c19a,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x58c19a,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x58c19a,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x131080=new _0x25f6b6(this['locale']);return _0x131080['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',_0x242d1f=>!_0x242d1f)]}}),_0x131080;}['_createAcceptButtonView'](){const _0x2bec57=new _0x28db64(this['locale']);return _0x2bec57['set']({'label':i(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x2bec57['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x528e02=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x528e02['stopPropagation']();})},'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-result-accept-button',this['bindTemplate']['if']('status','ck-hidden',_0x53cfd5=>'pending'!==_0x53cfd5&&'accepted'!==_0x53cfd5),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-accept-button',_0x5cd648=>'pending'===_0x5cd648),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x1e2f56=>'accepted'===_0x1e2f56)]}}),this['on']('change:status',(_0x3bafbc,_0x399a63,_0x3b76ed)=>{_0x2bec57['isEnabled']='pending'===_0x3b76ed,'accepted'===_0x3b76ed&&(_0x2bec57['label']=i(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x2bec57['icon']=_0x13f61e);}),_0x2bec57;}['_createDismissButtonView'](){const _0x33c488=new _0x28db64(this['locale']);return _0x33c488['set']({'label':i(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x33c488['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x42e098=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x42e098['stopPropagation']();})},'attributes':{'class':['ck-ai-button-tertiary',this['bindTemplate']['if']('status','ck-hidden',_0x29dc9d=>'pending'!==_0x29dc9d&&'rejected'!==_0x29dc9d),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x44770e=>'pending'===_0x44770e),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x344b06=>'rejected'===_0x344b06)]}}),this['on']('change:status',(_0x489c47,_0x411477,_0x3fb1e8)=>{_0x33c488['isEnabled']='pending'===_0x3fb1e8,'rejected'===_0x3fb1e8&&(_0x33c488['label']=i(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x33c488['icon']=_0x58fd68);}),_0x33c488;}['_createInfoButtonView'](){const _0x4e3f22=new _0x28db64(this['locale']);return _0x4e3f22['set']({'label':i(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x3f0ea0,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':'ck-ai-button-tertiary\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x4e3f22['bind']('isOn')['to'](this,'isInfoToggleOn',_0x320afa=>_0x320afa),_0x4e3f22['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x4e3f22;}['_createOutdatedButtonView'](){const _0x17dbd4=new _0x28db64(this['locale']);return _0x17dbd4['set']({'label':i(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':tc,'withText':!0x0,'isEnabled':!0x1}),_0x17dbd4['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x3ff605=>'outdated'!==_0x3ff605)],'disabled':'disabled'}}),_0x17dbd4;}}class me extends _0x132eb0{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x2988d6,_0xc4bd){super(_0x2988d6),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']()),_0xc4bd['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x4db743){this['resultItemView']['changeId']=_0x4db743['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x4db743['contentDiffed'];}['showBalloon'](_0x3f7e2d,_0x39ac5a,_0x142be3,_0x54c3ba,_0x3f0b51,_0x3c83cf){const _0x448233=_0x39ac5a();if(!_0x448233)return;this['updateContent'](_0x3f7e2d),this['show']();const _0x307f49=Array['from'](_0x448233['getClientRects']())['reverse'](),_0x240d76=this['_getPointedRectIndexFromEvent'](_0x142be3,_0x307f49),_0x35d69d=_0x307f49[_0x240d76??0x0];'click'===_0x54c3ba?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x39ac5a(),_0x240d76,_0x3f7e2d['id'],_0x3f0b51,_0x3c83cf)||_0x35d69d})):'hover'===_0x54c3ba&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x39ac5a(),_0x240d76,_0x3f7e2d['id'])||_0x35d69d}));}['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'](){_0x13f50b({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x15c8ab=[this['element']];return this['_pinnedTargetElement']&&_0x15c8ab['push'](this['_pinnedTargetElement']),_0x15c8ab;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x53c151=new _0x25f6b6();return this['resultItemView']=new Ys(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x53c151['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']]}]}),_0x53c151;}['_getBestRectPositionOnClick'](_0x4ee6b7,_0x140c39,_0x427495,_0xcb7205,_0x16f132){if(!_0x4ee6b7)return null;const _0x16045d=this['position']['replace']('arrow_',''),_0x859860=Array['from'](_0x4ee6b7['getClientRects']());let _0x5c2752,_0x4520c2=_0x859860['reverse']();return void 0x0!==_0x140c39&&this['_isPinnedRectVisible'](_0x4520c2[_0x140c39],_0xcb7205,_0x16f132)?(_0x5c2752=_0x4520c2[_0x140c39],this['_pinnedRectIndex']=_0x140c39):this['_isPinnedRectVisible'](_0x4520c2[0x0],_0xcb7205,_0x16f132)&&void 0x0===_0x140c39?_0x5c2752=_0x4520c2[0x0]:(_0x4520c2='s'==_0x16045d[0x0]?[..._0x859860]['reverse']():_0x859860,_0x4520c2['forEach'](_0x135f86=>{this['_isPinnedRectVisible'](_0x135f86,_0xcb7205,_0x16f132)&&(_0x5c2752=_0x135f86);})),this['_pinnedTargetChangeId']=_0x427495,this['_pinnedTargetElement']=_0x4ee6b7,_0x5c2752||_0x4ee6b7['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x39aab4,_0x1eab26,_0x3a594c){if(!_0x39aab4)return null;const _0x56a7cb=Array['from'](_0x39aab4['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x1eab26&&this['_pinnedTargetChangeId']!==_0x3a594c)return this['_pinnedRectIndex']=_0x1eab26,this['_pinnedTargetElement']=_0x39aab4,this['_pinnedTargetChangeId']=_0x3a594c,_0x56a7cb[_0x1eab26];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x3a594c){if(_0x39aab4!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x56a7cb[this['_pinnedRectIndex']];}return void 0x0!==_0x1eab26&&this['_pinnedTargetChangeId']!==_0x3a594c?(this['_pinnedRectIndex']=_0x1eab26,this['_pinnedTargetElement']=_0x39aab4,this['_pinnedTargetChangeId']=_0x3a594c,_0x56a7cb[_0x1eab26]):_0x39aab4['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0xc35418,_0x4cb30b){if(_0xc35418)for(let _0x37412e=0x0;_0x37412e<_0x4cb30b['length'];_0x37412e++){const _0x34e7c9=_0x4cb30b[_0x37412e];if(_0xc35418['clientX']>=_0x34e7c9['left']-0x3&&_0xc35418['clientX']<=_0x34e7c9['right']+0x3&&_0xc35418['clientY']>=_0x34e7c9['top']-0x3&&_0xc35418['clientY']<=_0x34e7c9['bottom']+0x3)return _0x37412e;}}['_isPinnedRectVisible'](_0x2bb652,_0x5635c6,_0x2ec465){const _0x14615a=new _0x182987(_0x2bb652),_0x2614d3=_0x5635c6||document['documentElement'],_0x1fdef9=_0x14615a['getIntersection'](_0x48c4b5(_0x2ec465)),_0x46d71d=new _0x182987(_0x2614d3)['getIntersection'](_0x14615a);return!!(_0x1fdef9&&_0x46d71d&&_0x14615a['width']>0x0);}}const ih=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class Me extends _0x3de4b5{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[pt];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5e9bab){super(_0x5e9bab),this['_bodyCollection']=new _0x74da33(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...ih)['to'](this),this['_balloonSuggestionView']=new me(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x5e0bc8=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x5e0bc8);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x359302){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x265827=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x359302,_0x265827);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x5ed77c){_0x5ed77c&&('error-general'!==_0x5ed77c['status']?'error-chunk'!==_0x5ed77c['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x5968ab){this['_mainView']['addCheckRunResult'](_0x5968ab);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x73470b){this['_mainView']['showGeneralReviewCoreErrorView'](_0x73470b??i(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x48c8cc,_0x28499f){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x48c8cc,_0x28499f);}['setActiveStateInResults'](_0x359c4b){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x13bc11=>{_0x13bc11['id']===_0x359c4b&&_0x13bc11['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x5f3b63=>_0x5f3b63['setItemAsInactive']());}['updateChangeState'](_0xafbecc,_0x2f4a2e){'accepted'===_0x2f4a2e||'rejected'===_0x2f4a2e||'outdated'===_0x2f4a2e?this['_mainView']['reviewCheckResultsView']['hideResult'](_0xafbecc,_0x2f4a2e):this['_mainView']['reviewCheckResultsView']['showResult'](_0xafbecc,_0x2f4a2e);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x21b35b,_0x5acefb,_0x209031,_0x38f60c,_0xb0b0e6,_0x9d9b16){this['_balloonSuggestionView']['showBalloon'](_0x21b35b,_0x5acefb,_0x209031,_0x38f60c,_0xb0b0e6,_0x9d9b16);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x28193f){const _0x1d8666=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x4c324e=>_0x4c324e['id']===_0x28193f);return _0x1d8666?_0x1d8666['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class sh extends _0x25f6b6{constructor(_0x78f025){super(_0x78f025),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x5537fe=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x5537fe['if']('isVisible','ck-hidden',_0x3785b9=>!_0x3785b9)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x5537fe['to']('errorMessage')}]}]});}}class Ae extends _0x25f6b6{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x5e0e84,_0x471d6e){super(_0x5e0e84),this['reviewCoreHeader']=_0x471d6e['header'],this['generalErrorView']=new sh(_0x5e0e84),this['reviewCheckListView']=_0x471d6e['list'],this['reviewCheckListView']['delegate'](...ih)['to'](this),this['reviewCheckResultsView']=_0x471d6e['results'],this['reviewCheckResultsView']['delegate'](...ih)['to'](this),this['reviewCompletedView']=_0x471d6e['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'](_0x44db19){this['reviewCheckResultsView']['addResult'](_0x44db19),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'](_0x17fab5){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x17fab5;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class vr extends _0x28db64{constructor(_0x3dd463,_0x3411e1){super(_0x3411e1),this['set']({'label':_0x3dd463,'withText':!0x0,'class':'ck-ai-button-primary'}),this['on']('execute',()=>{this['fire']('finishReview');});}}class Ve extends _0x1cf10a{['_resultViews'];['_resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x3ec12a,_0x224b88){super(_0x3ec12a),this['_contents']=_0x224b88,this['_resultViews']=new _0x3fe74c(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['_resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new fi(_0x3ec12a),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 _0x546687=this['_createCombinedSkeletonLoader'](),_0x5cf56f=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x5cf56f['if']('isLoading','ck-ai_review__check-run_loading',_0x413edf=>_0x413edf),_0x5cf56f['if']('isResultReady','ck-ai_review__check-run_ready',_0x3271fb=>_0x3271fb),_0x5cf56f['if']('isVisible','ck-hidden',_0x1f1b09=>!_0x1f1b09)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x1c4369=>_0x1c4369)]},'children':this['_resultViews']},_0x546687]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x2996ba){const _0x3dcfc2=new Ys(this['locale'],_0x2996ba['id']);_0x3dcfc2['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x3dcfc2),_0x3dcfc2['resultResponseView']['element']['innerHTML']=_0x2996ba['contentDiffed'];}['hideResult'](_0x2f13b4,_0x28b1b7){if('pending'===_0x28b1b7)return;const _0x5a8d03=this['_resultViews']['find'](_0x284485=>_0x284485['id']===_0x2f13b4);_0x5a8d03&&(_0x5a8d03['status']=_0x28b1b7,_0x5a8d03['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x207b05,_0x2df4a2){if('pending'!==_0x2df4a2)return;const _0x46b50a=this['_resultViews']['find'](_0x5bb899=>_0x5bb899['id']===_0x207b05);_0x46b50a&&(_0x46b50a['status']=_0x2df4a2,_0x46b50a['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x325efd,_0x3eb7ab){this['headerTitle']=_0x325efd,this['headerSubtitle']=_0x3eb7ab||'';}['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 ai(this['locale'],di['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x2eb812=new _0x25f6b6(this['locale']),_0x49fda8=[];for(let _0x5e02e2=0x0;_0x5e02e2<0x10;_0x5e02e2++){const _0x5db331=this['_createSkeletonLoader']();_0x5db331['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x49fda8['push'](_0x5db331);}return _0x2eb812['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x542d98=>!_0x542d98)]},'children':_0x49fda8}),_0x2eb812;}['_createErrorView'](){const _0x3f2a18=new _0x25f6b6(this['locale']),_0x3f1412=new _0x28db64(this['locale']),t=this['locale']['t'];return _0x3f2a18['delegate']('retryReview')['to'](this),_0x3f1412['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai_review__check-run-error-retry-button'}),_0x3f1412['on']('execute',()=>{this['fire']('retryReview');}),_0x3f2a18['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x3901ab=>!_0x3901ab),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x18e013=>'chunk'===_0x18e013)]},'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',_0x25395e=>'chunk'===_0x25395e)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x2a939d=>'general'!==_0x2a939d)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x115177=>'chunk'!==_0x115177)]},'children':[{'text':i(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x3f1412]}),_0x3f2a18;}['_createCancelButtonView'](){const _0x2f3605=new _0x28db64(this['locale']);return _0x2f3605['set']({'label':i(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ck-ai-button-secondary\x20ck-ai-button-stop-generating'],'icon':_0xaf27a6}),_0x2f3605['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x477df2=>_0x477df2),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x32051f=>_0x32051f)]}}),_0x2f3605['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x2f3605;}['_createToggleDiffButtonView'](){const _0x4309a=new _0x28db64(this['locale']);_0x4309a['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x4309a['bind']('isEnabled')['to'](this,'isError',_0x5ba26a=>!_0x5ba26a),_0x4309a['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x131794=>!_0x131794),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1e8918=>_0x1e8918)]}});const _0x3b9a3c=i(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x5836ee=i(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x4309a['bind']('isOn')['to'](this,'isToggleDiffOn',_0x21d7ba=>_0x21d7ba),_0x4309a['bind']('icon')['to'](this,'isToggleDiffOn',_0x19f21a=>_0x19f21a?_0x146a4f:_0x541710),_0x4309a['bind']('label')['to'](this,'isToggleDiffOn',_0xaa0f2c=>_0xaa0f2c?_0x3b9a3c:_0x5836ee),_0x4309a['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x4309a;}['_createAcceptAllButtonView'](){const _0x151da6=new _0x28db64(this['locale']);return _0x151da6['set']({'label':i(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x151da6['bind']('isEnabled')['to'](this,'isError',_0x11a1ba=>!_0x11a1ba),_0x151da6['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4df53c=>!_0x4df53c),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x5b9ec9=>_0x5b9ec9)]}}),_0x151da6['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x151da6;}['_createExitReviewButtonView'](){const _0x3046bf=new _0x28db64(this['locale']);return _0x3046bf['set']({'label':i(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x3046bf['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary','ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x3f316a=>!_0x3f316a),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x74c377=>_0x74c377)]}}),_0x3046bf['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x3046bf;}['_createResultHeaderView'](){const _0x3b668d=new _0x25f6b6(this['locale']),_0x32e28b=this['_createTitleView']();return _0x3b668d['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x4891f1=>_0x4891f1)]},'children':[_0x32e28b,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x3b668d;}['_createTitleView'](){const _0x4f8a05=new _0x25f6b6(this['locale']),_0x4e3a18=new li();return _0x4e3a18['bind']('isVisible')['to'](this,'isResultReady',_0x4cc335=>!_0x4cc335),_0x4f8a05['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper']},'children':[_0x4e3a18,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x43a036=>_0x43a036)]},'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')}]}]},{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x59a6dd=>!_0x59a6dd)]},'children':[{'text':i(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x4f8a05;}['_createFinishReviewButtonView'](){const _0x5019be=new vr(i(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x5019be['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x59bb9b=>!_0x59bb9b)]}}),_0x5019be['delegate']('finishReview')['to'](this),_0x5019be;}}class be extends _0x1cf10a{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x38df3f,_0x1e43ba){super(_0x38df3f),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x1e43ba['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x1e43ba['headerText']);const _0x12979d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x12979d['if']('isVisible','ck-hidden',_0x564094=>!_0x564094)]},'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':_0x1e43ba['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x1b0b06){const _0x18db7f=new vr(_0x1b0b06,this['locale']);return _0x18db7f['delegate']('finishReview')['to'](this),_0x18db7f;}['_createResultHeaderView'](_0x29dadc){const _0x2e7a90=new _0x25f6b6(this['locale']);return _0x2e7a90['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title']},'children':[{'text':_0x29dadc}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x2e7a90;}}class Dr extends _0x25f6b6{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x439a9b,_0x4f1f1d){super(_0x439a9b),this['_defaultValue']=_0x4f1f1d['default']||(_0x4f1f1d['data']['length']>0x0?_0x4f1f1d['data'][0x0]['id']:''),this['_defaultLabel']=_0x4f1f1d['data']['find'](_0x5404e5=>_0x5404e5['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x340743(this['locale']);const _0xd24d99=this['_prepareListOptions'](_0x4f1f1d['data']);_0x1fdd70(this['_dropdownView'],_0xd24d99,{'role':'menu','ariaLabel':_0x4f1f1d['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x4a6c2b=>{_0x4a6c2b['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x5cb151=>{this['formValue']=_0x5cb151['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x5cb151['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'](_0x5efbc3=[]){const _0x3c94ba=new _0x207453();this['resetToDefault']();for(const _0x59b399 of _0x5efbc3){const _0x102724=new _0x173411({'label':_0x59b399['label'],'withText':!0x0,'role':'menuitemradio','id':_0x59b399['id'],'model':_0x59b399});_0x102724['bind']('isOn')['to'](this,'formValue',_0x15acfc=>_0x15acfc===_0x102724['id']);const _0x35754b={'type':'button','model':_0x102724};_0x3c94ba['add'](_0x35754b);}return _0x3c94ba;}}class sc extends _0x1cf10a{['_formItem']=null;constructor(_0x2b0901,_0x40a9ca,_0x140c4f){super(_0x2b0901),this['argsKey']=_0x40a9ca?.['argsKey'];if('dropdown'===_0x40a9ca['formType'])this['_formItem']=new Dr(this['locale'],_0x40a9ca);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x401b5a=new _0x273186(this['locale'],{'children':[this['_formItem']],'class':[_0x140c4f?'ck-form__row_with-submit':'']});_0x140c4f&&_0x401b5a['children']['add'](_0x140c4f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x401b5a]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class po extends _0x247703{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0xecead3){super(_0xecead3),this['set']('isEmpty',!0x0),this['keystrokes']=new _0x287999(),this['minRows']=po['MIN_ROWS'],this['maxRows']=po['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']);}}class cc extends _0x25f6b6{['focusTracker']=new _0x49bffd();['keystrokes']=new _0x287999();['focusCycler'];['_focusables']=new _0x3fe74c();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x65e670,_0xdd2383,_0x2b7273=!0x1){super(_0x65e670),this['_check']=_0xdd2383,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0xdd2383['defaultModel']?_0xdd2383['defaultModel']['id']:'',this['_defaultLabel']=_0xdd2383['defaultModel']?_0xdd2383['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x4318b8(this['locale'],()=>new po(_0x65e670)),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 _0x207453(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x2b7273),_0x1fdd70(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new _0x273186(this['locale'],{'children':[this['promptInputView']]}),new _0x273186(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x5198bf,_0xd21dfe)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0xd21dfe()):_0xd21dfe();}),this['focusCycler']=new _0x596602({'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'](_0x41bf46=>{this['_focusables']['add'](_0x41bf46),this['focusTracker']['add'](_0x41bf46['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 _0x7cfeb3 of this['_getFormValidators']()){const _0x5de6f4=_0x7cfeb3();if(_0x5de6f4)return this['promptInputView']['errorText']=_0x5de6f4,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return i(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x327724=new _0x28db64(this['locale']),t=this['locale']['t'];return _0x327724['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x327724['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x327724;}['_createCancelButtonView'](){const _0x4eae1c=new _0x28db64(this['locale']),t=this['locale']['t'];return _0x4eae1c['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary'}),_0x4eae1c['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x5f1888=>{_0x5f1888['stopPropagation']();})}}),_0x4eae1c['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x4eae1c;}['_setModelList'](_0x4c53bf){this['_modelSelectionDropdownItems']['clear']();const _0x754300=this['_check']['models'];if(_0x4c53bf)this['set']('modelDisplayMode','hidden');else{const _0x614c30=0x1===_0x754300['length'];this['set']('modelDisplayMode',_0x614c30?'name':'selector');}if(this['resetToDefault'](),_0x754300?.['length']){0x1===_0x754300['length']&&this['set']('activeModelName',_0x754300[0x0]['name']||_0x754300[0x0]['id']);for(const _0x25fb74 of _0x754300){const _0x85b78f=new _0x173411({'label':_0x25fb74['name'],'withText':!0x0,'role':'menuitemradio','id':_0x25fb74['id'],'model':_0x25fb74});_0x85b78f['bind']('isOn')['to'](this,'modelId',_0x5f1edd=>_0x5f1edd===_0x25fb74['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x85b78f,'labelView':new ko(this['locale'],_0x25fb74)});}}}['_createModelSelectionDropdown'](){const _0x1779f1=_0x340743(this['locale']);return _0x1779f1['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x1779f1['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),_0x1779f1['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1dcb26=>'selector'===_0x1dcb26),this['listenTo'](_0x1779f1,'execute',_0x2e597d=>{this['modelId']=_0x2e597d['source']['model']['id'],_0x1779f1['buttonView']['label']=_0x2e597d['source']['label'];}),_0x1779f1;}['_createModelNameView'](){const _0xa900f4=new _o(this['locale']);return _0xa900f4['bind']('text')['to'](this,'activeModelName',_0x30bb56=>_0x30bb56??''),_0xa900f4['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1ed3c0=>'name'===_0x1ed3c0),_0xa900f4;}['_createActionsFooterView'](){const _0x325725=new _0x25f6b6(this['locale']);return _0x325725['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']]}]}),_0x325725;}}class _o extends _0x25f6b6{constructor(_0x5ad506){super(_0x5ad506),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x1be5cc=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x1be5cc['if']('isVisible','ck-hidden',_0x2f1f06=>!_0x2f1f06)]},'children':[{'text':_0x1be5cc['to']('text')}]});}}class ko extends _0x594a98{constructor(_0x540fb8,_0x394623){super();const _0x1bcf4d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x1bcf4d['to']('style'),'id':_0x1bcf4d['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x1bcf4d['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x394623['description']||'']}]}]});}}class ec extends _0x1cf10a{['_formItemsCollection']=new _0x3fe74c();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0xdf0e14,_0x4d1ed4,_0x1a8ff2,_0x21e92f=!0x1){super(_0xdf0e14),this['_hideModels']=_0x21e92f,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x4d1ed4['isParameterized']);const _0x3a5c28=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',_0x516b0d=>_0x516b0d),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0xcf7677=>_0xcf7677)],'style':{'--ck-ai-review-check-list-item-index':_0x1a8ff2}},'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':_0x4d1ed4['title']}]},_0x3a5c28]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x4d1ed4['description']?[{'text':_0x4d1ed4['description']}]:[]}]}]},..._0x4d1ed4['isParameterized']?[this['_createParameterizedView'](_0x4d1ed4)]:[],...'custom'===_0x4d1ed4['id']?[this['_createCustomView'](_0x4d1ed4,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x4d1ed4['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x4d1ed4['id'],'args':_0x4d1ed4['useArgs']?_0x4d1ed4['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x13f50b({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x3a357e=>{_0x3a357e['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x26b82b=new _0x283d41();return _0x26b82b['content']=_0x4df6ac,_0x26b82b['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x26b82b;}['_createParameterizedView'](_0x5c08ea){const _0x101b0a=new _0x25f6b6(),_0x5ebc88=this['_createFormView'](_0x5c08ea);return _0x101b0a['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x2a29e5=>!_0x2a29e5)]},'children':[_0x5ebc88]}),_0x101b0a;}['_createFormView'](_0x18e2e8){const _0x38ab06=new _0x25f6b6(),_0x388ff3=Array['isArray'](_0x18e2e8['options'])?_0x18e2e8['options']:[],_0x32ebf6=new _0x28db64(this['locale']),t=this['locale']['t'];_0x32ebf6['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x32ebf6['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xb93ac0=>{_0xb93ac0['stopPropagation']();})}}),_0x32ebf6['on']('execute',()=>{const _0x145fa6=[],_0x426b74={};this['_formItemsCollection']['forEach'](_0x4e724d=>{_0x145fa6['push'](_0x4e724d['value']),_0x18e2e8['useArgs']&&_0x18e2e8['options']&&(_0x426b74[_0x4e724d['argsKey']]=_0x4e724d['value']);}),this['fire']('runReviewCheck',{'id':_0x18e2e8['id'],'params':_0x145fa6['length']?_0x145fa6:void 0x0,'args':Object['keys'](_0x426b74)['length']?_0x426b74:void 0x0});});const _0x37b30c=_0x388ff3['length'];return _0x388ff3['forEach']((_0x5189d2,_0x47db55)=>{const _0x86d769=_0x47db55===_0x37b30c-0x1;this['_formItemsCollection']['add'](new sc(this['locale'],_0x5189d2,_0x86d769?_0x32ebf6:null));}),_0x38ab06['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x38ab06;}['_createCustomView'](_0x1829b2,_0x11b803=!0x1){return this['_customCheckView']=new cc(this['locale'],_0x1829b2,_0x11b803),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',_0x527436=>!_0x527436)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x2794ed,_0x59d5a2,_0x9a2c2a)=>{_0x9a2c2a||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class je extends _0x1cf10a{['_checkViews'];constructor(_0x3f7a3a){super(_0x3f7a3a),this['_checkViews']=new _0x3fe74c(),this['_setupTemplate']();}['setChecks'](_0x44fec8,_0xcb9243=!0x1){this['_checkViews']['clear']();for(const [_0x3f1519,_0x3ce818]of _0x44fec8['entries']()){const _0x305f06=new ec(this['locale'],_0x3ce818,_0x3f1519,_0xcb9243);_0x305f06['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x305f06);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x56bdfd of this['_checkViews'])_0x56bdfd instanceof ec&&_0x56bdfd['resetToDefault']();}['_setupTemplate'](){const _0x2eb341=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x2eb341['if']('isVisible','ck-hidden',_0x46ec09=>!_0x46ec09)]},'children':this['_checkViews']});}}class ge extends Me{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x4ac5bc=this['context']['locale'],_0x5c0973=new _0x214d1d(_0x4ac5bc,{'label':i(_0x4ac5bc,'AI_REVIEW_MODE'),'icon':_0x2dc573,'class':'ck-ai-header\x20ck-ai-header_review'});return new Ae(this['context']['locale'],{'header':_0x5c0973,'list':new je(_0x4ac5bc),'results':new Ve(_0x4ac5bc,{'generalErrorText':i(_0x4ac5bc,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new be(_0x4ac5bc,{'headerText':i(_0x4ac5bc,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':i(_0x4ac5bc,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':i(_0x4ac5bc,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x340a1f=this['context']['plugins']['get']('AITabs');_0x340a1f['view']['on']('activateTab',(_0x516ff3,_0x50d6d8)=>{'reviewMode'===_0x50d6d8?this['fire']('getReviewCheckList'):this['fire']('leaveReview');}),_0x340a1f['view']['addTab']({'id':'reviewMode','buttonLabel':i(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x2dc573,'order':0x0,'content':this['_mainView']});}}const fe='review-';class de extends _0x3de4b5{static get['requires'](){return[_0x29b670,D];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];constructor(_0x352122){super(_0x352122),this['_domEmitter']=new(_0x3d476c())(),this['_eventEmitter']=new(_0x12cec9())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x2c4b2b=T(this['context']);_0x2c4b2b['conversion']['for']('editingDowncast')['markerToElement']({'model':fe+'insert','view':(_0x59aa63,{writer:_0x1c5e4c})=>{const _0x2f2613=this['_markers']['get'](_0x59aa63['markerName']),_0x5c2be7={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x2f2613?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x59aa63['markerName']};return _0x1c5e4c['createUIElement']('span',_0x5c2be7,function(_0x5db7a3){const _0x43b886=this['toDomElement'](_0x5db7a3);return _0x43b886['innerHTML']=_0x2f2613?.['content']?.['asString']||'',_0x43b886;});}}),_0x2c4b2b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':fe+'remove-only','view':_0x3983bb=>{const _0x4874c0=this['_markers']['get'](_0x3983bb['markerName']),_0x153f85=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x4874c0?.['id']||'')&&_0x153f85['push']('ck-ai_review__change_active'),{'classes':_0x153f85,'attributes':{'data-marker-id':_0x3983bb['markerName']}};}}),_0x2c4b2b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':fe+'remove-context','view':_0x42fd9e=>{const _0x28bcf0=this['_markers']['get'](_0x42fd9e['markerName']),_0x2d41ba=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x28bcf0?.['id']||'')&&_0x2d41ba['push']('ck-ai_review__change_active'),{'classes':_0x2d41ba,'attributes':{'data-marker-id':_0x42fd9e['markerName']}};}}),_0x2c4b2b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':fe+'remove-text','view':_0x7fc12f=>{const _0xcc74f0=this['_markers']['get'](_0x7fc12f['markerName']),_0x323e03=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0xcc74f0?.['id']||'')&&_0x323e03['push']('ck-ai_review__change_active'),{'classes':_0x323e03,'attributes':{'data-marker-id':_0x7fc12f['markerName']}};}}),_0x2c4b2b['conversion']['for']('dataDowncast')['markerToElement']({'model':fe+'suggestion-context','view':(_0x20a745,{writer:_0x452ebd})=>_0x452ebd['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x20a745['isOpening']?'start':'end')})}),_0x2c4b2b['conversion']['for']('downcast')['attributeToAttribute']({'model':Ct,'view':_0x3b8ea2});const _0x1a016d=_0x2c4b2b['ui']['getEditableElement']()||document['body'];this['_domEmitter']['listenTo'](_0x1a016d,'mouseup',(_0x4c7b58,_0x38d3f1)=>{const _0x3c6466=_0x38d3f1['target'],_0x3f2bc2=this['_findMarkerElement'](_0x3c6466);if(!_0x3f2bc2)return;const _0x52b8a7=_0x3f2bc2['getAttribute']('data-marker-id'),_0x4d834e=_0x52b8a7['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x52b8a7,'changeId':_0x4d834e,'markerElement':()=>this['_findMarkerElementById'](_0x52b8a7),'domEvent':_0x38d3f1});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x1a016d,'mouseover',(_0x57aca2,_0x2b560a)=>{const _0x1789f1=_0x2b560a['target'],_0x2d3a04=_0x2b560a['relatedTarget'];let _0x2c946d=this['_findMarkerElement'](_0x1789f1);if(!_0x2c946d&&_0x2d3a04&&(_0x2c946d=this['_findMarkerElement'](_0x2d3a04)),!_0x2c946d)return;const _0x141122=_0x2c946d['getAttribute']('data-marker-id'),_0x563c2b=_0x141122['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x563c2b,'markerElement':()=>this['_findMarkerElementById'](_0x141122),'domEvent':_0x2b560a});}),this['_domEmitter']['listenTo'](document,'mouseover',_0x3dc05e((_0x221d1,_0x10f680)=>{const _0x2d3d51=_0x10f680['target'];if(this['_findMarkerElement'](_0x2d3d51))return;_0x2d3d51['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8)),_0x2c4b2b['model']['document']['registerPostFixer'](_0x54a957=>this['_validateMarkers'](_0x2c4b2b,_0x54a957)),_0x2c4b2b['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x2c4b2b));}['getDocumentData'](){const _0xe1ad5=this['context']['plugins']['get']('AIEditing'),_0x28a065=T(this['context']),_0x267e32=_0x28a065['model'],_0x511f1e=new tt();for(const _0x41ce38 of _0x267e32['document']['getRoot']()['getChildren']()){const _0x499252=_0x41ce38['_clone'](!0x0);_0x511f1e['_appendChild'](_0x499252);}for(const _0x2ac02c of _0x267e32['markers'])_0x511f1e['markers']['set'](_0x2ac02c['name'],this['_changeRangeOwnerDocument'](_0x2ac02c['getRange']()['clone'](),_0x511f1e));const _0x40be5e=new _0x18a58a({'ignoreElementEnd':!0x0,'startPosition':_0x267e32['createPositionAt'](_0x511f1e,0x0)}),_0x4eee52=new Set(),_0x1b74a4=new Map();for(const {item:_0x143531}of _0x40be5e){if(!_0x143531['is']('$textProxy'))continue;const _0x51f085=_0x143531['parent'];if(_0x51f085&&_0x51f085['is']('element')){const _0x1966dc=this['_upsertDataId'](_0x51f085,()=>_0xe1ad5['_nextDataId'](_0x4eee52));_0x4eee52['add'](_0x1966dc);for(const _0x5f2d0d of _0x51f085['getChildren']())_0x5f2d0d['is']('element')&&_0x4eee52['add'](this['_upsertDataId'](_0x5f2d0d,()=>_0xe1ad5['_nextDataId'](_0x4eee52)));let _0xf0ab12=_0x51f085;for(;_0xf0ab12['parent']&&!_0xf0ab12['parent']['is']('documentFragment');)_0xf0ab12=_0xf0ab12['parent'],_0xf0ab12['hasAttribute'](Ct)&&_0xf0ab12['_removeAttribute'](Ct);_0x1b74a4['set'](_0x1966dc,{'path':_0x51f085['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0xf0ab12['_clone'](!0x0),_0x1966dc,_0x28a065['data'])}),_0x40be5e['jumpTo'](_0x267e32['createPositionAfter'](_0x51f085));}}return{'content':_0x28a065['data']['processor']['toData'](_0x28a065['data']['toView'](_0x511f1e)),'version':_0x28a065['model']['document']['version'],'elements':_0x1b74a4};}['diffContent'](_0x8f2ef9,_0x2bdf8e,_0x1df5d4=!0x1){const _0x2c537a=[],_0x3c015f=T(this['context']),_0x135f5b=_0x3c015f['data']['parse'](_0x2bdf8e,'$documentFragment'),_0x358b88=_0x3c015f['data']['parse'](_0x8f2ef9,'$documentFragment'),_0x9645fc=_0x3c015f['model']['createPositionAt'](_0x358b88,0x0);if(this['_haveSingleTopLevelElement'](_0x135f5b)){if(!this['_hasSameTopLevelElement'](_0x358b88,_0x135f5b))return _0x2c537a;}else{const _0x4fbda5=_0x3c015f['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x358b88,_0x4fbda5)||!this['_haveOnlyInlineContent'](_0x135f5b,_0x4fbda5))return _0x2c537a;}const _0x48af4e=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x8f2ef9,_0x2bdf8e,{'anchor':_0x9645fc,'markDeletions':!0x0})['getOperations']()['filter'](_0x2d1ec0=>'insert'===_0x2d1ec0['type']||'marker'===_0x2d1ec0['type']&&_0x2d1ec0['name']['startsWith']('$markedRemove')),_0x4672b1=this['_groupAdjacentOperations'](_0x48af4e),_0x3a94e3=[];if(_0x1df5d4){if(_0x4672b1['length']){const _0x51374b=_0x4672b1[0x0]['operations'][0x0],_0x3368a9='insert'===_0x51374b['type']?_0x51374b['position']:_0x51374b['newRange']['start'],_0x557cb6=this['_getPositionLimitingRange'](_0x3368a9,_0x3c015f,'inside'),_0x19ce98=_0x557cb6?_0x135f5b['getChild'](0x0)['getChildren']():_0x135f5b['getChildren'](),_0x2f6829=_0x557cb6||_0x3c015f['model']['createRangeIn'](_0x358b88),_0x10d36d=[new _0x3f2bd2('$markedRemove:synthetic'+_0x589eaf(),null,_0x2f6829,_0x3c015f['model']['document']['model']['markers'],!0x0,_0x3c015f['model']['document']['version']+0x1),new _0x58153c(_0x2f6829['end'],_0x19ce98,_0x3c015f['model']['document']['version']+0x2)];_0x3a94e3['push']({'operations':_0x10d36d,'operationsIsolated':_0x10d36d,'groupOffset':0x0});}}else _0x3a94e3['push'](..._0x4672b1);let _0x546aa2=0x0;return _0x3c015f['model']['change'](_0x2092cd=>{for(let _0x1d4007=0x0;_0x1d4007<_0x3a94e3['length'];_0x1d4007++){const _0x1f20e5=_0x3a94e3[_0x1d4007],_0x404494=_0x2092cd['createDocumentFragment']();for(const _0x345e31 of _0x358b88['getChildren']())_0x2092cd['append'](_0x345e31['_clone'](!0x0),_0x404494);for(const _0x367f69 of _0x1f20e5['operationsIsolated'])if('insert'===_0x367f69['type']){const _0x52b6bc=_0x367f69;_0x52b6bc['baseVersion']=null,_0x52b6bc['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x52b6bc,_0x404494),_0x2092cd['batch']['addOperation'](_0x367f69),_0x3c015f['model']['applyOperation'](_0x367f69);const _0x5b2c3a='suggestion:insertion:id:authorId:'+_0x546aa2++,_0x31f474=_0x3c015f['model']['createRange'](_0x52b6bc['position'],_0x52b6bc['position']['getShiftedBy'](_0x52b6bc['howMany']));_0x404494['markers']['set'](_0x5b2c3a,_0x31f474);}else{if('marker'===_0x367f69['type']&&_0x367f69['name']['startsWith']('$markedRemove')){const _0x2433a6=_0x367f69,_0x5f2c74='suggestion:deletion:id:authorId:'+_0x546aa2++;this['_changeOperationOwnerDocument'](_0x2433a6,_0x404494),_0x404494['markers']['set'](_0x5f2c74,_0x2433a6['newRange']);}}if(_0x1df5d4)_0x2c537a['push']({..._0x1f20e5,'context':this['_createGetContentFn'](_0x358b88,_0x3c015f['data']),'content':this['_createGetContentFn'](_0x358b88,_0x3c015f['data'])});else{const _0x365685=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x1f20e5['operationsIsolated'][0x0]),_0x404494),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x1f20e5['operationsIsolated'][_0x1f20e5['operationsIsolated']['length']-0x1]),_0x404494));_0x404494['markers']['set'](fe+'suggestion-context',new it(_0x365685['start'],_0x365685['end'])),_0x2c537a['push']({..._0x1f20e5,'context':this['_createGetContextFn'](_0x404494,_0x3c015f['data'],{'ellipsisBefore':_0x365685['hasContentBefore'],'ellipsisAfter':_0x365685['hasContentAfter']}),'content':this['_createGetContentFn'](_0x404494,_0x3c015f['data'])});}}}),_0x2c537a;}['markChangePositionInEditorContent'](_0x51f7b7,_0x439e77){if(!_0x51f7b7['length'])return;const _0x5e0539=_0x51f7b7[0x0]['parent']['id'],_0x45c9d5=_0x439e77['elements']['get'](_0x5e0539);if(!_0x45c9d5)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x5e0539);const _0x2ff7f7=_0x45c9d5['path'],_0x2b0fc7=T(this['context']),_0x3f0168=_0x2b0fc7['model']['document']['history']['getOperations'](_0x439e77['version']),_0x373de4=[];for(const _0x4084df of _0x51f7b7){const _0x38e4fd=_0x4084df['operationsIsolated']['map'](_0x594b8b=>this['_translateOperationToEditorContent'](_0x594b8b,_0x2ff7f7,_0x2b0fc7['model']['document']['getRoots']()[0x0]));if(!_0x38e4fd||!_0x38e4fd['length'])continue;const _0x46c5d9=_0x38e4fd['every'](_0x6de001=>'marker'===_0x6de001['type']&&_0x6de001['name']['startsWith']('$markedRemove')),_0x1b38f2={'document':_0x2b0fc7['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x303717=nt(_0x38e4fd,_0x3f0168,_0x1b38f2)['operationsA'];for(const _0x179455 of _0x303717)if('insert'===_0x179455['type']){const _0x597ab1=_0x179455,_0x478706=_0x597ab1['nodes'];_0x2b0fc7['model']['change'](_0x124898=>{const _0x427641=_0x124898['createDocumentFragment']();for(const _0x38b5ad of _0x478706)_0x124898['append'](_0x38b5ad['_clone'](!0x0),_0x427641);_0x373de4['push']({'start':_0x597ab1['position'],'end':_0x597ab1['position'],'type':'insert','groupId':_0x4084df['id'],'content':{'asString':this['_createGetContentFn'](_0x427641,_0x2b0fc7['data'])(),'asFragment':_0x427641}});});}else{if('marker'===_0x179455['type']&&_0x179455['name']['startsWith']('$markedRemove')){const _0x4c617d=_0x179455;let _0x1c1065='remove-text';if(_0x46c5d9){const _0x95dbef=this['_findAdjacentContextDistance'](_0x4c617d['newRange']['start'],'backward',_0x2b0fc7['model']['schema']),_0x141ce0=this['_findAdjacentContextDistance'](_0x4c617d['newRange']['end'],'forward',_0x2b0fc7['model']['schema']);if(_0x95dbef||_0x141ce0){const _0xe84d28=_0x4c617d['newRange']['start']['getShiftedBy'](-_0x95dbef),_0x1e4957=_0x4c617d['newRange']['end']['getShiftedBy'](_0x141ce0);_0x373de4['push']({'start':_0xe84d28,'end':_0x1e4957,'groupId':_0x4084df['id'],'type':'remove-context'});}else _0x1c1065='remove-only';}_0x373de4['push']({'start':_0x4c617d['newRange']['start'],'end':_0x4c617d['newRange']['end'],'groupId':_0x4084df['id'],'type':_0x1c1065});}}}this['_insertMarkers'](_0x373de4);}['clearAllMarkers'](){const _0x37693c=T(this['context']);_0x37693c['model']['change'](_0x2b969b=>{for(const _0x37d3d3 of this['_markers']['keys']())_0x37693c['model']['markers']['get'](_0x37d3d3)&&_0x2b969b['removeMarker'](_0x37d3d3);}),this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){T(this['context'])['enableReadOnlyMode']('ai-review');}['switchToEdit'](){T(this['context'])['disableReadOnlyMode']('ai-review');}['applyChange'](_0x4d9747){const _0x16ac55=T(this['context']),_0x14ea6f=_0x16ac55['model'],_0x38cd6b=_0x4d9747['map'](_0x418c02=>this['_getMarkersDataForGroup'](_0x418c02))['flat']();_0x14ea6f['change'](_0x1a7c0d=>{for(const _0x33065e of _0x38cd6b){const _0x2dcfe7=_0x16ac55['model']['markers']['get'](_0x33065e['id']);if(_0x2dcfe7){if('insert'===_0x33065e['type']){if(!_0x33065e['content'])continue;_0x14ea6f['insertContent'](_0x33065e['content']['asFragment']||null,_0x2dcfe7['getRange']()['start']);}else'remove-text'!==_0x33065e['type']&&'remove-only'!==_0x33065e['type']||_0x14ea6f['deleteContent'](_0x14ea6f['createSelection'](_0x2dcfe7['getRange']()));_0x1a7c0d['removeMarker'](_0x33065e['id']),this['_markers']['delete'](_0x33065e['id']);}}});}['rejectChange'](_0x98002b){const _0x556fec=T(this['context']),_0x2a017a=this['_getMarkersDataForGroup'](_0x98002b);_0x556fec['model']['change'](_0x3abc27=>{for(const _0x59a75c of _0x2a017a)_0x3abc27['removeMarker'](_0x59a75c['id']),this['_markers']['delete'](_0x59a75c['id']);});}['getEditor'](){return T(this['context']);}['getMarkerElementForChange'](_0x4811c4){const _0x2739df=Array['from'](this['_markers']['values']())['filter'](_0x23d0c9=>_0x23d0c9['groupId']===_0x4811c4);if(!_0x2739df['length'])return null;const _0x3ddf5d=0x1===_0x2739df['length']?_0x2739df[0x0]:this['_sortMarkers'](_0x2739df)[0x0],_0x2fb4ca=T(this['context'])['model']['markers']['get'](_0x3ddf5d['id']);if(!_0x2fb4ca)return null;return{'modelRange':_0x2fb4ca['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x3ddf5d['id'])};}['getContentElementForChange'](_0x3560ea){const _0x4aa667=Array['from'](this['_markers']['values']())['filter'](_0x5d15ff=>_0x5d15ff['groupId']===_0x3560ea);if(!_0x4aa667['length'])return null;const _0x55b532=0x1===_0x4aa667['length']?_0x4aa667[0x0]:this['_sortMarkers'](_0x4aa667)[0x0],_0xb568c0=T(this['context']),_0x249e49=_0xb568c0['model']['markers']['get'](_0x55b532['id']);if(!_0x249e49)return null;const _0x132543=_0x249e49['getRange'](),_0x20ca6f=_0xb568c0['editing']['view']['getDomRoot']();if(!_0x20ca6f||!_0x132543)return null;let _0x44a201=_0x132543['start']['parent'];for(;_0x44a201['parent']&&'$root'!==_0x44a201['parent']['name'];)_0x44a201=_0x44a201['parent'];if(!_0x44a201||!_0x44a201['name'])return null;const _0x21b219=_0x20ca6f['querySelector']('[data-marker-id=\x22'+_0x55b532['id']+'\x22]');if(!_0x21b219)return null;let _0x56a65a=null;_0xb568c0['model']['change'](_0x181ba5=>{_0x56a65a=_0x181ba5['createDocumentFragment'](),_0x181ba5['append'](_0x44a201['_clone'](!0x0),_0x56a65a);});const _0x3d0ffc=_0xb568c0['data']['toView'](_0x56a65a)['getChild'](0x0);return _0x21b219['closest'](_0x3d0ffc['name']);}['reactivateMarkers'](_0x2ac5bb){const _0x2c0424=this['_getMarkersDataForGroup'](_0x2ac5bb);if(!_0x2c0424['length'])return;const _0x4f2083=Array['from'](this['_activeMarkers'])['sort'](),_0x47b998=Array['from'](new Set(_0x2c0424['map'](_0x18d20c=>_0x18d20c['id'])))['sort']();_0x4f2083['join']('|')!==_0x47b998['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x2ac5bb));}['setMarkersInElementAsActive'](_0x12c8fa){const _0x2afa91=this['_getMarkersDataForGroup'](_0x12c8fa);if(!_0x2afa91['length'])return;const _0x565384=T(this['context']),_0xdfb9e1=new Set(_0x2afa91['map'](_0x3e2cf5=>_0x3e2cf5['id'])),_0x722845=Array['from'](_0xdfb9e1['values']())['map'](_0x46cbed=>_0x565384['model']['markers']['get'](_0x46cbed))['filter'](_0x44b084=>!!_0x44b084);_0xdfb9e1['forEach'](_0x231edd=>{this['_activeMarkers']['add'](_0x231edd);}),_0x565384['model']['change'](()=>{_0x722845['forEach'](_0x55b01f=>{_0x565384['editing']['reconvertMarker'](_0x55b01f);});});}['setAllMarkersAsInactive'](){const _0x14d342=Array['from'](this['_activeMarkers']);if(!_0x14d342['length'])return;this['_activeMarkers']['clear']();const _0x1473a5=T(this['context']),_0x17e3e0=_0x14d342['map'](_0x404df0=>_0x1473a5['model']['markers']['get'](_0x404df0))['filter'](_0x4844cd=>!!_0x4844cd);_0x1473a5['model']['change'](()=>{_0x17e3e0['forEach'](_0x10f26d=>{_0x1473a5['editing']['reconvertMarker'](_0x10f26d);});});}['_getPositionLimitingRange'](_0x2bca45,_0x47d90e,_0xa421b5='outside'){if(!_0x2bca45)return null;let _0x3e7771=_0x2bca45['parent'];for(;_0x3e7771&&_0x3e7771['parent']&&'$root'!==_0x3e7771['parent']['name']&&!_0x47d90e['model']['schema']['isLimit'](_0x3e7771)&&!_0x47d90e['model']['schema']['isBlock'](_0x3e7771);)_0x3e7771=_0x3e7771['parent'];if(!_0x3e7771||!_0x3e7771['name']||'$root'===_0x3e7771['name'])return null;let _0x92e91b=null;return _0x47d90e['model']['change'](_0x203bb4=>{_0x92e91b='inside'===_0xa421b5?_0x203bb4['createRangeIn'](_0x3e7771):_0x203bb4['createRangeOn'](_0x3e7771);}),_0x92e91b;}['_validateMarkers'](_0x3802ed,_0x31fa83){const _0x2215f3=Array['from'](this['_markers']['keys']()),_0x3e6906=new Map();for(const _0x50f5af of _0x2215f3){const _0x5e1095=_0x3802ed['model']['markers']['get'](_0x50f5af);if(!_0x5e1095)continue;const _0x4e0532=_0x5e1095['getStart']()['path'][0x0];_0x3e6906['has'](_0x4e0532)||_0x3e6906['set'](_0x4e0532,[]),_0x3e6906['get'](_0x4e0532)['push'](_0x5e1095);}const _0x13c9c8=new Set();for(const _0x1cd1ac of _0x3802ed['model']['document']['differ']['getChanges']()){let _0x3f558e=-0x1,_0x55ea42=null;if('insert'===_0x1cd1ac['type'])_0x55ea42=new it(_0x1cd1ac['position'],_0x1cd1ac['position']['getShiftedBy'](_0x1cd1ac['length'])),_0x3f558e=_0x1cd1ac['position']['path'][0x0];else{if('remove'!==_0x1cd1ac['type'])continue;_0x55ea42=new it(_0x1cd1ac['position']),_0x3f558e=_0x1cd1ac['position']['path'][0x0];}const _0x16f1fa=_0x3e6906['get'](_0x3f558e)||[];if(_0x16f1fa['length']){for(const _0x506925 of _0x16f1fa)if(_0x55ea42['root']['rootName']===_0x506925['getRange']()['root']['rootName']&&('insert'!==_0x1cd1ac['type']||!_0x55ea42['containsRange'](_0x506925['getRange']()))&&(_0x55ea42['isIntersecting'](_0x506925['getRange']())||_0x55ea42['start']['isTouching'](_0x506925['getRange']()['end'])||_0x55ea42['end']['isTouching'](_0x506925['getRange']()['start']))){const _0x3d079f=this['_parseMarkerName'](_0x506925['name']);Array['from'](this['_markers']['values']())['filter'](_0x30e335=>_0x30e335['groupId']===_0x3d079f['groupId'])['forEach'](_0x3ae96b=>_0x13c9c8['add'](_0x3ae96b['id']));}}}if(_0x13c9c8['size']){for(const _0x5b3160 of _0x13c9c8)_0x31fa83['removeMarker'](_0x5b3160);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x5980ef){for(const {name:_0x5a8069,data:_0x3fc045}of _0x5980ef['model']['document']['differ']['getChangedMarkers']()){if(!_0x5a8069['startsWith'](fe))continue;const _0x23db4a=_0x3fc045['oldRange'],_0x377de7=_0x3fc045['newRange'],_0x4e55d9=_0x23db4a&&'$graveyard'===_0x23db4a['root']['rootName'],_0x1b5b95=_0x377de7&&'$graveyard'===_0x377de7['root']['rootName'];if(_0x4e55d9&&_0x1b5b95)continue;const _0x500b77=this['_parseMarkerName'](_0x5a8069);this['_markers']['get'](_0x5a8069)&&(_0x1b5b95||!_0x377de7?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x5a8069,'changeId':_0x500b77['groupId']}):_0x4e55d9&&_0x377de7&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x5a8069,'changeId':_0x500b77['groupId']}));}}['_parseMarkerName'](_0x354f49){const _0x57cd3e=_0x354f49['split'](':'),_0x11bf8c=(_0x57cd3e[0x1]||'')['split']('_');return{'prefix':_0x57cd3e[0x0],'groupId':_0x11bf8c[0x0],'suffix':_0x11bf8c[0x1]};}['_translateOperationToEditorContent'](_0x3ea9bd,_0x4c44c6,_0x18b37d){if('insert'===_0x3ea9bd['type']){const _0x488dbc=_0x3ea9bd;return new _0x58153c(this['_changePosition'](_0x4c44c6['concat'](_0x488dbc['position']['offset']),_0x18b37d),_0x488dbc['nodes'],_0x488dbc['baseVersion']);}if('marker'===_0x3ea9bd['type']&&_0x3ea9bd['name']['startsWith']('$markedRemove')){const _0x1a02b9=_0x3ea9bd;return new _0x3f2bd2(_0x1a02b9['name'],_0x1a02b9['oldRange'],this['_changeRange'](_0x1a02b9['newRange'],_0x4c44c6['concat'](_0x1a02b9['newRange']['start']['offset']),_0x4c44c6['concat'](_0x1a02b9['newRange']['end']['offset']),_0x18b37d),_0x1a02b9['_markers'],_0x1a02b9['affectsData'],_0x1a02b9['baseVersion']);}return _0x3ea9bd;}['_groupAdjacentOperations'](_0x4f20e9){if(!_0x4f20e9['length'])return[];const _0x14d2f6=[];let _0x293b0e=0x0,_0x6a0072=0x0,_0x5925db=[];for(let _0x4d6c5e=0x0;_0x4d6c5e<=_0x4f20e9['length'];_0x4d6c5e++){const _0x740e36=_0x4f20e9[_0x4d6c5e],_0x4fd474=_0x4f20e9[_0x4d6c5e-0x1];!_0x740e36||_0x4fd474&&!this['_getOperationEnd'](_0x4fd474)['isTouching'](this['_getOperationStart'](_0x740e36))?(_0x14d2f6['push']({'operations':_0x5925db,'operationsIsolated':_0x5925db['map'](_0x4e1840=>this['_shiftOperation'](_0x4e1840['clone'](),-_0x6a0072)),'groupOffset':_0x293b0e}),_0x5925db=_0x740e36?[_0x740e36]:[],_0x6a0072+=_0x293b0e,_0x293b0e=0x0):_0x5925db['push'](_0x740e36),_0x740e36&&'insert'===_0x740e36['type']&&(_0x293b0e+=_0x740e36['howMany']);}return _0x14d2f6;}['_findAdjacentContextDistance'](_0x236efc,_0x32482b,_0x14eb6a,_0x5daa8f=0x1){const _0x11b653=new _0x18a58a({'startPosition':_0x236efc,'direction':_0x32482b});let _0x42a06f=0x0;for(let _0x3f1203=0x0;_0x3f1203<_0x5daa8f;_0x3f1203++){let _0x24a1bd=0x0,_0x55a5a1=!0x1,_0x425094='forward'===_0x32482b?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x5dbce0}of _0x11b653)if(_0x5dbce0['is']('$textProxy')){const _0x359343=_0x425094['exec'](_0x5dbce0['data']);if(_0x359343&&_0x359343['length']){if(_0x24a1bd+='forward'===_0x32482b?_0x359343['index']+_0x359343[0x0]['length']:_0x5dbce0['data']['length']-_0x359343['index'],_0x359343[0x0]['length']!==_0x5dbce0['data']['length'])break;_0x55a5a1=!0x0,_0x425094='forward'===_0x32482b?/^\w+/:/\w+$/;}else{if(_0x55a5a1)break;_0x24a1bd+=_0x5dbce0['offsetSize'];}}else{if(_0x5dbce0['is']('element')){_0x14eb6a['isInline'](_0x5dbce0)&&!_0x55a5a1&&(_0x24a1bd+=0x1);break;}}_0x42a06f+=_0x24a1bd,_0x11b653['jumpTo'](_0x236efc['getShiftedBy']('forward'===_0x32482b?_0x42a06f:-_0x42a06f));}return _0x42a06f;}['_getChangeContext'](_0x5aaa8c,_0x5b650d){const _0x330dce=T(this['context'])['model']['schema'],_0x17e62a=this['_findAdjacentContextDistance'](_0x5aaa8c,'backward',_0x330dce,0x6),_0x530760=this['_findAdjacentContextDistance'](_0x5b650d,'forward',_0x330dce,0x6),_0x2084cb=_0x5aaa8c['getShiftedBy'](-_0x17e62a),_0x2e4acf=_0x5b650d['getShiftedBy'](_0x530760);return{'start':_0x2084cb,'end':_0x2e4acf,'hasContentBefore':!_0x2084cb['isAtStart'],'hasContentAfter':!_0x2e4acf['isAtEnd']};}['_insertMarkers'](_0x4080d4){const _0x21f41a=this['context']['plugins']['get']('AIEditing'),_0x52d111=new Set();T(this['context'])['model']['change'](_0x3b763f=>{for(const _0x493873 of _0x4080d4){const _0x2277e4=''+fe+_0x493873['type']+':'+_0x493873['groupId']+'_'+_0x21f41a['_nextDataId'](_0x52d111);this['_markers']['set'](_0x2277e4,{'id':_0x2277e4,'groupId':_0x493873['groupId'],'type':_0x493873['type'],'content':_0x493873['content']}),_0x3b763f['addMarker'](_0x2277e4,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3b763f['createRange'](_0x493873['start'],_0x493873['end'])});}});}['_createGetContextFn'](_0x4a9571,_0x569179,_0x531e8a){let _0x506968='';return()=>{if(!_0x506968){const _0x2e5630=_0x569179['toView'](_0x4a9571,{'showSuggestionHighlights':!0x0});let _0x4ebeea=_0x2e5630['getChild'](0x0);if(_0x4ebeea['is']('containerElement')||(_0x4ebeea=_0x2e5630),!_0x4ebeea)return'';let _0x4471f3=!0x1;const _0x4dc834=[];for(const _0x4ca6ad of _0x4ebeea['getChildren']())_0x4ca6ad['is']('element','span')&&_0x4ca6ad['hasClass']('ck-ai_review-marker_context-end')&&(_0x4471f3=!0x1),_0x4471f3&&_0x4dc834['push'](_0x4ca6ad),_0x4ca6ad['is']('element','span')&&_0x4ca6ad['hasClass']('ck-ai_review-marker_context-start')&&(_0x4471f3=!0x0);_0x4ebeea['_removeChildren'](0x0,_0x4ebeea['childCount']),_0x531e8a?.['ellipsisBefore']&&_0x4ebeea['_appendChild']('…'),_0x4ebeea['_appendChild'](_0x4dc834),_0x531e8a?.['ellipsisAfter']&&_0x4ebeea['_appendChild']('…');const _0x285203=_0x569179['htmlProcessor']['domConverter']['viewToDom'](_0x2e5630),_0x52e326=_0x569179['htmlProcessor']['htmlWriter']['getHtml'](_0x285203);_0x506968=_0x52e326;}return _0x506968;};}['_createGetContentFn'](_0x1ef624,_0x1c5024){let _0x526b0b='';return()=>(_0x526b0b||(_0x526b0b=_0x1c5024['stringify'](_0x1ef624,{'showSuggestionHighlights':!0x0})),_0x526b0b);}['_createGetContentUsingDataIdFn'](_0xef20c3,_0x1b8717,_0x3866dd){let _0x1febb4='';return()=>{if(!_0x1febb4){const _0x1004e5=_0x3866dd['toView'](new tt(_0xef20c3)),_0x49f95c=_0x3866dd['htmlProcessor']['domConverter']['viewToDom'](_0x1004e5)['querySelector']('[data-id=\x22'+_0x1b8717+'\x22]');_0x1febb4=_0x49f95c?.['outerHTML']||'';}return _0x1febb4;};}['_findMarkerElement'](_0x130706,_0x456aa7=0x5){let _0x4b5dff=_0x130706,_0x51d8b0=null;for(let _0x50cc85=0x0;_0x50cc85<_0x456aa7&&_0x4b5dff;_0x50cc85++){if(!_0x4b5dff['className']){_0x4b5dff=_0x4b5dff['parentElement'];continue;}if(!(''+_0x4b5dff['className'])['includes']('ck-ai_review-marker_')){_0x4b5dff=_0x4b5dff['parentElement'];continue;}if(!_0x4b5dff['getAttribute']('data-marker-id'))break;_0x51d8b0=_0x4b5dff;break;}return _0x51d8b0;}['_findMarkerElementById'](_0x194661){const _0x38ee22=T(this['context']),_0x158f2a=_0x38ee22['model']['markers']['get'](_0x194661);return _0x158f2a?_0x301572(_0x38ee22['editing'],_0x158f2a):null;}['_getMarkersDataForGroup'](_0x3e4671){return Array['from'](this['_markers']['values']())['filter'](_0x2e4d4e=>_0x2e4d4e['groupId']===_0x3e4671);}['_getOperationStart'](_0x5b6ed7){return'insert'===_0x5b6ed7['type']?_0x5b6ed7['position']:_0x5b6ed7['newRange']['start'];}['_getOperationEnd'](_0x5eef86,_0x33ad18=!0x1){return'insert'===_0x5eef86['type']?_0x33ad18?_0x5eef86['position']:_0x5eef86['position']['getShiftedBy'](_0x5eef86['howMany']):_0x5eef86['newRange']['end'];}['_shiftOperation'](_0x228907,_0x43a0bb){return'insert'===_0x228907['type']?_0x228907['position']=_0x228907['position']['getShiftedBy'](_0x43a0bb):'marker'===_0x228907['type']&&_0x228907['newRange']&&(_0x228907['newRange']=new it(_0x228907['newRange']['start']['getShiftedBy'](_0x43a0bb),_0x228907['newRange']['end']['getShiftedBy'](_0x43a0bb))),_0x228907;}['_changeOperationOwnerDocument'](_0x3a32b8,_0x42a612){'insert'===_0x3a32b8['type']?_0x3a32b8['position']=this['_changePositionOwnerDocument'](_0x3a32b8['position'],_0x42a612):'marker'===_0x3a32b8['type']&&_0x3a32b8['newRange']&&(_0x3a32b8['newRange']=this['_changeRangeOwnerDocument'](_0x3a32b8['newRange'],_0x42a612));}['_changePositionOwnerDocument'](_0x4ced8e,_0x291ff8){return new st(_0x291ff8,_0x4ced8e['path']);}['_changeRangeOwnerDocument'](_0x3fa91c,_0x2efc65){return new it(this['_changePositionOwnerDocument'](_0x3fa91c['start'],_0x2efc65),this['_changePositionOwnerDocument'](_0x3fa91c['end'],_0x2efc65));}['_changePosition'](_0x1fe486,_0x1ed679){return new st(_0x1ed679,[..._0x1fe486]);}['_changeRange'](_0x168360,_0x69a061,_0xb7904e,_0x167a12){return new it(this['_changePosition'](_0x69a061,_0x167a12),this['_changePosition'](_0xb7904e,_0x167a12));}['_sortMarkers'](_0x4b5691){const _0x3eaa7c=_0x5aea82=>{switch(_0x5aea82){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x4b5691['sort']((_0x4226fb,_0x3ac75f)=>_0x3eaa7c(_0x4226fb['type'])-_0x3eaa7c(_0x3ac75f['type']));}['_hasSameTopLevelElement'](_0x3aa087,_0xf3be08){const _0x381801=_0x3aa087['getChild'](0x0),_0x5a6c37=_0xf3be08['getChild'](0x0);return!(!_0x381801||!_0x5a6c37)&&((!_0x381801['is']('element')||!_0x5a6c37['is']('element')||_0x381801['name']===_0x5a6c37['name'])&&!(_0x381801['is']('element')&&!_0x5a6c37['is']('element')||!_0x381801['is']('element')&&_0x5a6c37['is']('element')));}['_haveSingleTopLevelElement'](_0x22dbf5){return 0x1===_0x22dbf5['childCount'];}['_haveOnlyInlineContent'](_0x3ea9a1,_0x31052a){for(const _0x45958f of _0x3ea9a1['getChildren']())if(_0x45958f['is']('element')&&!_0x31052a['isInline'](_0x45958f))return!0x1;return!0x0;}['_upsertDataId'](_0x67996f,_0xd86860){let _0x51f64c=_0x67996f['getAttribute'](Ct);return _0x51f64c||(_0x51f64c=_0xd86860(),_0x67996f['_setAttribute'](Ct,_0x51f64c)),_0x51f64c;}}class Os extends _0x12cec9(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x2aae2c,contentNew:_0x2ff7c8,contentInitial:_0x486032,documentVersion:_0x403a3b}){super(),this['id']=_0x2aae2c,this['contentNew']=_0x2ff7c8,this['contentInitial']=_0x486032,this['documentVersion']=_0x403a3b;}}class Ks extends ts(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x1f509d,_0x267f04,_0x14e25d){super(),this['id']=_0x1f509d,this['parent']=_0x14e25d,this['_data']=_0x267f04,this['set']('isActivated',!0x1),this['set']('isRated',!0x1),this['set']('status','pending'),this['on']('change:status',()=>{'pending'!==this['status']&&this['isActivated']&&(this['isActivated']=!0x1);});}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class Ws extends ts(){['id']=_0x589eaf();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x5eba3c,_0x3884dc,_0x3415a6,_0x29007b,_0x321ffc){super(),this['_sourceCheck']=_0x3884dc,this['_documentData']=_0x5eba3c,this['_aiConnector']=_0x3415a6,this['_reviewParams']=_0x29007b,this['_reviewArgs']=_0x321ffc,this['on']('change:status',(_0x26e592,_0x453e5e,_0x36413a)=>{'aborted'==_0x36413a&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x36413a,'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'](_0x22b60a=>'pending'===_0x22b60a['status']);}get['currentError'](){return this['_currentError'];}['updateDocumentData'](_0x3213ae){this['_documentData']=_0x3213ae;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x5f4c28=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x52c497 of _0x5f4c28)'unmodified'!==_0x52c497['data']['operation']&&('error'!==_0x52c497['data']['operation']?'review-metadata'!==_0x52c497['event']?this['_addReviewCheckResult'](_0x52c497['data']['dataId'],_0x52c497['data']['textDelta']):this['callId']=_0x52c497['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(_0x4c272c){this['_currentError']=_0x4c272c,_0x4c272c instanceof Error&&_0x4c272c['message']['includes']('ai-request-aborted')?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async['restart'](){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,await this['start']();}['addResultChanges'](_0x3a99f7,_0x6d6216){const _0x5aa49e=this['_results']['get'](_0x3a99f7);if(!_0x5aa49e)return;if(0x0===_0x6d6216['length'])return;const _0x34d3d2=[];_0x6d6216['forEach']((_0x1a2e43,_0x4fa9fc)=>{const _0x37c02c=new Ks(_0x5aa49e['id']+'-'+_0x4fa9fc,_0x1a2e43,_0x5aa49e);_0x37c02c['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x37c02c,'status':_0x37c02c['status']});}),_0x37c02c['on']('change:isActivated',()=>{_0x37c02c['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x37c02c}):this['fire']('reviewCheckResultDeactivated',{'change':_0x37c02c});}),this['_changes']['push'](_0x37c02c),_0x34d3d2['push'](_0x37c02c);}),this['fire']('reviewCheckResultReady',{'changes':_0x34d3d2,'result':_0x5aa49e,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x462a8b){const _0x2567e5=this['_changes']['find'](_0x2daaeb=>_0x2daaeb['id']===_0x462a8b);return!(!_0x2567e5||'pending'!==_0x2567e5['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x38f520=>!0x0===_0x38f520['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x51bca0=>'pending'===_0x51bca0['status']);}['getChangeById'](_0x33ef14){return this['_changes']['find'](_0xb1b1f5=>_0xb1b1f5['id']===_0x33ef14);}['markAllChangesAsAccepted'](){for(const _0x313176 of this['_changes'])'pending'===_0x313176['status']&&(_0x313176['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x48cc2c){const _0x117dd5=this['_changes']['find'](_0xbb92a9=>_0xbb92a9['id']===_0x48cc2c);_0x117dd5&&'pending'===_0x117dd5['status']&&(_0x117dd5['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x5f5875){const _0x3591c3=this['_changes']['find'](_0x14564d=>_0x14564d['id']===_0x5f5875);_0x3591c3&&'pending'===_0x3591c3['status']&&(_0x3591c3['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x1d4219){const _0x40455e=this['_changes']['find'](_0x1bbaeb=>_0x1bbaeb['id']===_0x1d4219);_0x40455e&&'pending'===_0x40455e['status']&&(_0x40455e['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x4771b2){const _0x561391=this['_changes']['find'](_0x3ba2a4=>_0x3ba2a4['id']===_0x4771b2);_0x561391&&'outdated'===_0x561391['status']&&(_0x561391['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x59a997){this['_changes']['filter'](_0x3413eb=>_0x3413eb['isActivated']&&_0x3413eb['id']!==_0x59a997)['forEach'](_0x4a9aba=>{_0x4a9aba['isActivated']=!0x1;});const _0x3aedbb=this['_changes']['find'](_0x259b3a=>_0x259b3a['id']===_0x59a997);_0x3aedbb&&'pending'===_0x3aedbb['status']&&(_0x3aedbb['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x4b7e31=>_0x4b7e31['isActivated'])['forEach'](_0x447918=>{_0x447918['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x1832ec){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x577f26;if(_0x1832ec){const _0x43fa1b=this['_changes']['find'](_0x41184e=>_0x41184e['id']===_0x1832ec);if(_0x43fa1b&&_0x43fa1b['isRated'])return;_0x43fa1b&&(_0x577f26=_0x43fa1b['parent']['id'],_0x43fa1b['isRated']=!0x0);}const _0x516195={'positiveCount':this['_changes']['filter'](_0x395371=>'accepted'===_0x395371['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x516195,this['callId'],_0x577f26);}['_addReviewCheckResult'](_0x15d442,_0x2510c0){const _0x3fedc3=this['_documentData']['elements']['get'](_0x15d442);if(!_0x3fedc3)return;const _0x456a09=_0x3fedc3['getContent']();if(_0x456a09===_0x2510c0)return;const _0x18e96b=new Os({'id':_0x15d442,'contentInitial':_0x456a09,'contentNew':_0x2510c0,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x18e96b['id'],_0x18e96b),this['fire']('reviewCheckResultAdded',{'result':_0x18e96b,'source':this});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x5e8b51=>'pending'===_0x5e8b51['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x457adf=>'pending'===_0x457adf['status'])['length']&&(this['status']='finished'));}}class si extends Ws{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x17df2e=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x32ab8a=0x0;_0x32ab8a<this['_reviewParams']['length'];_0x32ab8a++){if(!this['_reviewParams'][_0x32ab8a]||!this['_sourceCheck']['options'][_0x32ab8a])continue;const _0x3f90ce=this['_sourceCheck']['options'][_0x32ab8a],_0x1c186c=_0x3f90ce['data']?.['find'](_0x27ff74=>_0x27ff74['id']===this['_reviewParams'][_0x32ab8a]);_0x1c186c&&_0x17df2e['push'](_0x1c186c['label']);}return _0x17df2e['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x5e217f,_0x1554b4,_0x48b532){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x1554b4,_0x5e217f,_0x48b532);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class ve extends _0x3de4b5{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['requires'](){return[q];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){this['_initRequiredPlugins'](),this['_aiReviewCheckList']=await this['_getChecksList'](),this['listenTo'](this['_aiReviewCoreUi'],'getReviewCheckList',()=>{this['_aiReviewCoreUi']['setAvailableChecks'](this['_aiReviewCheckList']['checks']);}),this['listenTo'](this['_aiReviewCoreUi'],'runReviewCheck',async(_0x40589c,_0x44894a)=>{const _0xb4a871=this['_aiReviewCheckList']['getCheckById'](_0x44894a['id']);if(_0xb4a871){this['_onReviewCheckRun'](_0x44894a),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x44894a,_0xb4a871),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0xf41f24,_0x51751c)=>{switch(_0x51751c['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x51751c);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 _0x54686c('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new _0x54686c('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'!==_0x51751c['status']&&'error-chunk'!==_0x51751c['status']&&'error-general'!==_0x51751c['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x7f0e31,_0x4f314c)=>{if(!this['_currentReviewCheckRun'])throw new _0x54686c('ai-review-mode-no-current-check-run',this);const _0x1b3460=this['_diffContent'](_0x4f314c['result']['contentInitial'],_0x4f314c['result']['contentNew']);_0x4f314c['source']['addResultChanges'](_0x4f314c['result']['id'],_0x1b3460);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x294531,_0x5d022b)=>{for(const _0x459ddb of _0x5d022b['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x459ddb);this['_markChangePositionInEditorContent'](_0x5d022b['changes'],_0x5d022b['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x3d4468,_0x4a8892)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x4a8892['change']['id'],_0x4a8892['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x18e6f0,_0x324ecd)=>{this['_onReviewCheckResultActivated'](_0x324ecd);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x9288d0){_0x9288d0 instanceof Error&&_0x9288d0['message']['includes']('ai-request-aborted')||(_0x9288d0 instanceof _0x54686c?this['_logError'](_0x9288d0):this['_logError'](new _0x54686c('ai-review-mode-check-run-failed',this,void 0x0,_0x9288d0)));}}else this['_logError'](new _0x54686c('ai-review-mode-source-check-not-found',this,{'checkId':_0x44894a['id']}));}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReview',()=>{this['_onReviewRunLeave']();}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReviewCoreResultList',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'abortReviewStream',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}),this['listenTo'](this['_aiReviewCoreUi'],'finishReview',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x44e67f=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x44e67f['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x44e67f['map'](_0x441c0d=>_0x441c0d['id']));const _0x34e649=this['_currentReviewCheckRun'];_0x34e649['markAllChangesAsAccepted'](),_0x34e649['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0xffbb82,_0x39b9ae)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x39b9ae['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x39b9ae['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x39b9ae['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x39b9ae['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x3b58f3,_0x22ca18)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x22ca18['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x22ca18['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x22ca18['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x22ca18['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',(_0x1fe542,_0x3ef04d)=>{this['_onActivateChange'](_0x3ef04d);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0xb0f97a,_0x163e0a)=>{this['_onDeactivateChange'](_0x163e0a);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0xbbcd6c,_0x50db04)=>{this['_onChangeMarkerClicked'](_0xbbcd6c,_0x50db04);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x708aeb,_0x2d1b1a)=>{this['_onChangeMarkerHovered'](_0x708aeb,_0x2d1b1a);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x56ffdf,_0x20c9a1)=>{this['_onChangeMarkerRemoved'](_0x56ffdf,_0x20c9a1);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x30ed3d,_0xcbd25a)=>{this['_onChangeMarkerRestored'](_0x30ed3d,_0xcbd25a);});}['_createReviewCheckRun'](_0x384720,_0x5656f1){return new si(this['_aiReviewCoreEditing']['getDocumentData'](),_0x5656f1,this['_aiConnector'],_0x384720['params'],_0x384720['args']);}['_onChangeMarkerRemoved'](_0x1afdc9,_0x3d3e3c){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x3d3e3c['changeId']);}['_onChangeMarkerRestored'](_0x132add,_0x155d7b){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x155d7b['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0x99d360=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x99d360&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x2fa371=this['_aiReviewCoreEditing']['getEditor']();_0x2fa371&&_0x2fa371['editing']['view']['change'](_0x8dab86=>{const _0x1ca139=_0x2fa371['editing']['view']['document']['getRoot']();_0x8dab86['removeClass']('ck-ai_review-diff',_0x1ca139),_0x8dab86['removeClass']('ck-ai_review-highlights',_0x1ca139),_0x8dab86['removeClass']('ck-ai-translate-mode-content',_0x1ca139);});}['_getTranslationWithDefault'](_0x15057f,_0x28633a){const _0x2f0802=i(this['context']['locale'],_0x15057f);return _0x2f0802===_0x15057f?_0x28633a:_0x2f0802;}['_logError'](_0x1ecc0e,_0x139712=!0x1){gt(_0x1ecc0e['message']),_0x139712||(_0x1ecc0e['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x58d861){if('content'===this['_changeActivationSource']){const _0x339799=this['_aiReviewCoreUi']['getChangeElement'](_0x58d861);_0x339799&&_0x59e8aa(_0x339799['closest']('.ck-ai_review__check-run-result')||_0x339799);}else{if('panel'===this['_changeActivationSource']){const _0xb39159=this['_getChangeContentElement'](_0x58d861);if(!_0xb39159)return;_0x1dbe2e({'target':_0xb39159,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}const we=[{'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'}]}]}];class Js{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x5e0e8c){this['id']=_0x5e0e8c['id'],this['commandId']=_0x5e0e8c['commandId'],this['title']=_0x5e0e8c['title'],this['description']=_0x5e0e8c['description'],this['isParameterized']=_0x5e0e8c['isParameterized'],this['useArgs']=_0x5e0e8c['useArgs'],this['options']=_0x5e0e8c['options'],this['args']=_0x5e0e8c['args'];}}class vo extends ts(){['_checks']=[];['setupChecks'](_0x923e7b){this['_checks']=_0x923e7b['map'](_0x24763d=>new Js(_0x24763d));}get['checks'](){return this['_checks'];}['getCheckById'](_0x4a8f76){return this['checks']['find'](_0x2818b8=>_0x2818b8['id']===_0x4a8f76);}['removeCheckById'](_0x486dcb){this['_checks']=this['_checks']['filter'](_0xebfd6=>_0xebfd6['id']!==_0x486dcb);}}class ke extends Js{['_models']=[];['_defaultModel']=null;constructor(_0x3d7285,_0x42de54,_0x2cad01){super(_0x3d7285),this['_models']=_0x42de54,this['_defaultModel']=_0x2cad01;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class Ie extends Js{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x34557d,_0x418dd0,_0x1883bd){super(_0x34557d),this['prompt']=_0x34557d['prompt'],this['model']=_0x34557d['model'],this['model']?this['_defaultModel']=_0x418dd0['find'](_0x29d9e0=>_0x29d9e0['id']===this['model'])||null:this['_defaultModel']=_0x1883bd;}get['defaultModel'](){return this['_defaultModel'];}}class _e extends vo{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x157014,_0x5d34d5,_0x2afa52){super(),this['_allModels']=_0x157014,this['_recommendedModels']=_0x5d34d5,this['_defaultModel']=_0x2afa52;}['setupChecks'](_0x4d2520){this['_checks']=_0x4d2520['map'](_0x10c479=>!0x0===_0x10c479['isExtra']?new Ie(_0x10c479,this['_allModels'],this['_defaultModel']):'custom'===_0x10c479['id']?new ke(_0x10c479,this['_recommendedModels'],this['_defaultModel']):new Js(_0x10c479));}}class Ce extends Ws{['_prompt'];['_model'];constructor(_0x502192,_0x4daeeb,_0x40af2a,_0x423d00,_0x106e6d){super(_0x40af2a,_0x423d00,_0x106e6d),this['_prompt']=_0x502192,this['_model']=_0x4daeeb;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x31ecc8,_0x2f7d03,_0x2b8df0){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x2f7d03,_0x31ecc8,_0x2b8df0);}}class Re extends Ce{get['subTitle'](){return'';}set['prompt'](_0x300ed3){this['_prompt']=_0x300ed3;}set['model'](_0x5e9067){this['_model']=_0x5e9067;}}class pe extends ve{static get['pluginName'](){return'AIReviewModeController';}['_isDiffOn']=!0x1;['_hasDefaultAvailableCommands']=!0x1;constructor(_0x35f6df){super(_0x35f6df),this['_hasDefaultAvailableCommands']=!this['context']['config']['get']('ai.review.availableCommands'),this['context']['config']['define']('ai.review.availableCommands',we['map'](_0x33361e=>_0x33361e['id'])),this['context']['config']['define']('ai.review.extraCommands',[]);}async['init'](){await super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x56788c,_0x1b1b2a)=>{this['_isDiffOn']=_0x1b1b2a['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x5856df,_0x1d7e43){return _0x5856df['isCustom']?new Ce(_0x5856df['args']['prompt'],_0x5856df['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x1d7e43,this['_aiConnector']):_0x1d7e43['isExtra']?new Re(_0x1d7e43['prompt'],_0x1d7e43['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x1d7e43,this['_aiConnector']):new si(this['_aiReviewCoreEditing']['getDocumentData'](),_0x1d7e43,this['_aiConnector'],_0x5856df['params'],_0x5856df['args']);}['_onReviewCheckResultActivated'](_0x45389b){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x45389b['change']['id']),this['_scrollToChange'](_0x45389b['change']['id']);const _0x1d4bc7=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x45389b['change']['id']);if(!_0x1d4bc7)return;const _0x55ab27=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x45389b['change'],()=>_0x1d4bc7['getElement'](),void 0x0,'click',_0x55ab27?.['editing']?.['view']?.['getDomRoot'](),_0x55ab27?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x45389b['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x5adfec){this['_currentReviewCheckRun']&&'click'===_0x5adfec['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x5adfec['id']));}['_onDeactivateChange'](_0x39a034){this['_currentReviewCheckRun']&&'balloon'===_0x39a034['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x113039,_0x35d611){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x35d611['changeId']);const _0x5662c4=this['_currentReviewCheckRun']['getChangeById'](_0x35d611['changeId']);if(!_0x5662c4)return;const _0x48fe71=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x5662c4,_0x35d611['markerElement'],_0x35d611['domEvent'],'click',_0x48fe71?.['editing']?.['view']?.['getDomRoot'](),_0x48fe71?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x2b85af,_0xb5347b){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x1c1284=this['_currentReviewCheckRun']['getChangeById'](_0xb5347b['changeId']);if(!_0x1c1284)return;const _0x229fef=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x1c1284,_0xb5347b['markerElement'],_0xb5347b['domEvent'],'hover',_0x229fef?.['editing']?.['view']?.['getDomRoot'](),_0x229fef?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0x3cf21e){const _0x3655d6=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3cf21e);return _0x3655d6?_0x3655d6['getElement']():null;}['_markChangePositionInEditorContent'](_0x2106f0,_0x8d44cc){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x2106f0,_0x8d44cc);}['_diffContent'](_0x552418,_0x379148){return this['_aiReviewCoreEditing']['diffContent'](_0x552418,_0x379148);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x3f4f4d){const _0x21f6f1=this['_aiReviewCoreEditing']['getEditor']();_0x3f4f4d?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon'](),_0x21f6f1&&_0x21f6f1['editing']['view']['change'](_0xb2b4d=>{const _0x24f4ed=_0x21f6f1['editing']['view']['document']['getRoot']();for(const _0x509c09 of _0x24f4ed['getClassNames']())_0x509c09['startsWith']('ck-ai_review-')&&_0xb2b4d['removeClass'](_0x509c09,_0x24f4ed);_0xb2b4d['addClass'](_0x3f4f4d?'ck-ai_review-diff':'ck-ai_review-highlights',_0x24f4ed);});}async['_getChecksList'](){const _0x2e14ac=[...we,...this['_getExtraChecks']()],_0x14afa1=this['context']['config']['get']('ai.review.availableCommands')||[];this['_logErrorForNonExistentChecks'](_0x14afa1,_0x2e14ac);let _0x82984e=_0x2e14ac;this['_hasDefaultAvailableCommands']||(_0x82984e=_0x14afa1['map'](_0x5f3bb8=>_0x2e14ac['find'](_0x379caf=>_0x379caf['id']===_0x5f3bb8))['filter'](_0x57b744=>!!_0x57b744)),_0x82984e=_0x82984e['map'](_0x221108=>_0x221108['isExtra']?_0x221108:this['_translateReviewCheck'](_0x221108));const _0x35daec=_0x82984e['some'](_0x3bc14b=>_0x3bc14b['isExtra']||'custom'===_0x3bc14b['id']);let _0x58ddc8=[],_0x4c2850=[],_0x22e3ee=null;if(_0x35daec){const _0x539528=await this['_getModels']();_0x58ddc8=_0x539528['all'],_0x4c2850=_0x539528['recommended'],_0x22e3ee=_0x539528['default'];}const _0x2fffc9=new _e(_0x58ddc8,_0x4c2850,_0x22e3ee);return _0x2fffc9['setupChecks'](_0x82984e),_0x35daec&&this['_filterChecksWithMissingModel'](_0x2fffc9),_0x2fffc9;}['_getExtraChecks'](){return(this['context']['config']['get']('ai.review.extraCommands')||[])['map'](_0x175bd8=>({'id':_0x175bd8['id'],'commandId':_0x175bd8['id'],'title':_0x175bd8['label'],'description':_0x175bd8['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x175bd8['prompt'],'model':_0x175bd8['model']}));}['_logErrorForNonExistentChecks'](_0x5414b1,_0x5216d8){const _0x213037=_0x5414b1['filter'](_0x4dfa8d=>!_0x5216d8['some'](_0x39d099=>_0x39d099['id']===_0x4dfa8d));_0x213037['length']&&this['_logError'](new _0x54686c('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0x213037['join'](',\x20')}),!0x0);}async['_getModels'](){try{const _0x3a9ff6=new It({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});return{'all':await _0x3a9ff6['getAll'](),'recommended':await _0x3a9ff6['getAvailableModels'](),'default':await _0x3a9ff6['getDefault']()};}catch(_0x239f3d){return this['_logError'](new _0x54686c('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x239f3d)),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x32aab5){const _0x203d0e='AI_REVIEW_CHECK_'+_0x32aab5['id']['toUpperCase']()['replaceAll']('-','_'),_0x4e7f1b={..._0x32aab5,'title':this['_getTranslationWithDefault'](_0x203d0e+'_TITLE',_0x32aab5['title']),'description':this['_getTranslationWithDefault'](_0x203d0e+'_DESCRIPTION',_0x32aab5['description'])};return _0x32aab5['options']&&(_0x4e7f1b['options']=_0x32aab5['options']['map'](_0x315a8a=>({..._0x315a8a,'label':this['_getTranslationWithDefault'](_0x203d0e+'_OPTIONS_LABEL',_0x315a8a['label']||''),'data':_0x315a8a['data']?_0x315a8a['data']['map'](_0x52519e=>({..._0x52519e,'label':this['_getTranslationWithDefault'](_0x203d0e+'_OPTIONS_DATA_'+_0x52519e['id']['toUpperCase'](),_0x52519e['label'])})):void 0x0}))),_0x4e7f1b;}['_filterChecksWithMissingModel'](_0x13686a){const _0x3682d4=[];_0x13686a['checks']['forEach'](_0x1047c0=>{(_0x1047c0 instanceof Ie&&!_0x1047c0['defaultModel']||_0x1047c0 instanceof ke&&!_0x1047c0['models']['length'])&&_0x3682d4['push'](_0x1047c0['id']);}),_0x3682d4['length']&&_0x3682d4['forEach'](_0x640e9d=>{_0x13686a['removeCheckById'](_0x640e9d),this['_logError'](new _0x54686c('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0x640e9d}),!0x0);});}}class Ka extends _0x3de4b5{static get['requires'](){return[pe,ge,de];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class jr extends Js{get['apiId'](){return'translate';}}class Pe extends vo{['setupChecks'](_0x373614){this['_checks']=_0x373614['map'](_0x3ff9a0=>new jr(_0x3ff9a0));}}class Se extends si{['_title'];constructor(_0x461199,_0x2c774e,_0x58457b,_0x1711f5,_0x5e43b0,_0x5ef37f){super(_0x461199,_0x2c774e,_0x58457b,_0x5e43b0,_0x5ef37f),this['_title']=_0x1711f5;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class rr extends ve{static get['pluginName'](){return'AITranslateController';}constructor(_0x3abada){super(_0x3abada),this['context']['config']['define']('ai.translate.languages',[{'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'}]);}['_onCheckRunFinished'](){this['_onReviewRunLeave'](!0x0);}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AITranslateUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x255e8d,_0x2e0604){return new Se(this['_aiReviewCoreEditing']['getDocumentData'](),_0x2e0604,this['_aiConnector'],i(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x255e8d['params'],_0x255e8d['args']);}['_onReviewCheckResultActivated'](_0x551748){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x551748['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x551748['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x5f31f0){this['_currentReviewCheckRun']&&('hover'===_0x5f31f0['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x5f31f0['id'])),'click'===_0x5f31f0['uiInteraction']&&this['_scrollToChange'](_0x5f31f0['id']));}['_onDeactivateChange'](_0x5bef2e){this['_currentReviewCheckRun']&&'panel'===_0x5bef2e['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x5dff24,_0x694f6c){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x694f6c['changeId']),this['_scrollToChange'](_0x694f6c['changeId']));}['_onChangeMarkerHovered'](_0x1584a5,_0x29a1e5){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x29a1e5['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x29a1e5['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x1c6781){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x1c6781);}['_markChangePositionInEditorContent'](_0x39163c,_0x5511b7){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x39163c,_0x5511b7);}['_diffContent'](_0x1c9997,_0x36850){return this['_aiReviewCoreEditing']['diffContent'](_0x1c9997,_0x36850,!0x0);}['_onReviewCheckRun'](){const _0x440e47=this['_aiReviewCoreEditing']['getEditor']();_0x440e47&&_0x440e47['editing']['view']['change'](_0x105677=>{const _0x5b5b6b=_0x440e47['editing']['view']['document']['getRoot']();for(const _0x54613b of _0x5b5b6b['getClassNames']())(_0x54613b['startsWith']('ck-ai-review-')||'ck-ai-translate-'===_0x54613b)&&_0x105677['removeClass'](_0x54613b,_0x5b5b6b);_0x105677['addClass']('ck-ai-translate-mode-content',_0x5b5b6b);});}async['_getChecksList'](){const _0x28ffe7=[],_0x3d5c5b=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x2ee52d of _0x3d5c5b)_0x28ffe7['push']({'title':_0x2ee52d['label'],'id':_0x2ee52d['id'],'commandId':_0x2ee52d['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x2ee52d['id']}});const _0x1ac08c=new Pe();return _0x1ac08c['setupChecks'](this['_translateChecks'](_0x28ffe7)),_0x1ac08c;}['_translateChecks'](_0x334162){return _0x334162['map'](_0x4fc9cf=>{const _0x222281='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x4fc9cf['title']['toUpperCase']()['replaceAll']('-','_');return{..._0x4fc9cf,'title':this['_getTranslationWithDefault'](_0x222281,_0x4fc9cf['title'])};});}}class Le extends Ve{constructor(_0x5329e1,_0x304308){super(_0x5329e1,_0x304308),this['on']('set:isLoading',(_0x4457c7,_0xe2e68,_0x18226c)=>{_0x18226c&&(this['headerTitle']=i(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x5ba979,_0x130ac0,_0x2bf7ff)=>{_0x2bf7ff&&(this['headerTitle']=i(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x1b04cc=super['_createAcceptAllButtonView']();return _0x1b04cc['set']('label',i(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x1b04cc;}['_createExitReviewButtonView'](){const _0x303282=super['_createExitReviewButtonView']();return _0x303282['set']('label',i(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x303282;}}class Ne extends je{['_setupTemplate'](){const _0x4edc6b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x4edc6b['if']('isVisible','ck-hidden',_0xe68312=>!_0xe68312)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':i(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':i(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x4edc6b['if']('isVisible','ck-hidden',_0x238b71=>!_0x238b71)]},'children':this['_checkViews']}]});}}class tr extends Me{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x3ff038=this['context']['locale'],_0x389901=new _0x214d1d(_0x3ff038,{'label':i(_0x3ff038,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x1cce89,'class':'ck-ai-header\x20ck-ai-header_review-translate'}),_0x22b4ed=new Ae(_0x3ff038,{'header':_0x389901,'list':new Ne(_0x3ff038),'results':new Le(_0x3ff038,{'generalErrorText':i(_0x3ff038,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new be(_0x3ff038,{'headerText':i(_0x3ff038,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':i(_0x3ff038,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':i(_0x3ff038,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x22b4ed['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x22b4ed;}['registerTab'](){const _0xc69beb=this['context']['plugins']['get']('AITabs');_0xc69beb['view']['on']('activateTab',(_0x4f8255,_0x4b6a67)=>{'translate'===_0x4b6a67?this['fire']('getReviewCheckList'):this['fire']('leaveReview');}),_0xc69beb['view']['addTab']({'id':'translate','buttonLabel':i(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x1cce89,'order':0x0,'content':this['_mainView']});}}class Wa extends _0x3de4b5{static get['requires'](){return[rr,tr,de];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{ri as AIActions,K as AIAdapter,$n as AIAssistant,n as AIAssistantUI,Q as AIBalloon,Ma as AIChat,at as AIChatController,ht as AIChatHistory,jt as AIChatHistoryController,xt as AIChatHistoryUI,Va as AIChatShortcuts,ct as AIChatUI,q as AIConnector,D as AIEditing,Ba as AIEditorIntegration,Qt as AIQuickActionType,Fa as AIQuickActions,ii as AIQuickActionsUI,er as AIRequestError,Js as AIReviewCheck,Os as AIReviewCheckResult,Ws as AIReviewCheckRun,Ka as AIReviewMode,ve as AIReviewModeController,de as AIReviewModeEditing,ge as AIReviewModeUI,pt as AITabs,ar as AITextAdapter,qt as AIToggleButtonUI,Wa as AITranslate,rr as AITranslateController,tr as AITranslateUI,Xn as AWSTextAdapter,Qn as OpenAITextAdapter,E as ShowAIAssistantCommand,io as ToggleAICommand,Hs as createResizeButton,qn as getDefaultAICommands};
23
+ import{Plugin as _0x15c7b1,Command as Lt,ContextPlugin as _0x4c91f3,Editor as dt}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x783ed9,IconCheck as _0x1eb4e2,IconError as _0x3caacb,IconSubmit as _0x212593,IconAIHistory as Nt,IconMagicWand as _0x3d67cb,IconRobotPencil as _0x1f0ffd,IconMaximize as _0x51b882,IconMinimize as _0x2efe1c,IconShowChangesOn as _0x2ff118,IconShowChangesOff as _0x23cab0,IconDocument as _0x5d67fc,IconBoxWithCross as _0x4038a1,IconBoxWithCheck as _0x290d16,IconBoxWithMarker as _0x3003f1,IconInfo as _0x344200,IconLoupe as _0x25b572,IconCancel as _0x156d6f,IconStop as _0x440aca,IconAIChat as vt,IconPlus as _0x14218a,IconPin as _0x464425,IconThreeHorizontalDots as _0x4de071,IconChevronDown as _0x21ddfb,IconChevronUp as _0x5ba620,IconOutdated as _0x3d364b,IconEye as _0x3b56d9,IconEyeCrossedOut as _0x47eee9,IconChevronRight as _0x239047,IconAIReview as _0x3afb4f,IconAITranslate as _0x816b5e}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as _0xdd667e,CKEditorError as _0x58d4fd,ObservableMixin as ts,global as it,isVisible as _0xba857d,Rect as ot,Collection as _0x1bcbb3,FocusTracker as _0x5c8f71,KeystrokeHandler as _0x3c8954,first as _0x36e963,logWarning as _0xe86b4e,logError as gt,toArray as _0x19d9a5,EmitterMixin as _0x28403e,scrollViewportToShowTarget as st,scrollAncestorsToShowTarget as _0x1bcb68,ResizeObserver as _0x17adc8,_isMotionReduced as Rt,getConstrainedViewportRect as _0x2c6598,DomEmitterMixin as _0x4a292b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as _0x49554f,ButtonView as _0x1e4cb7,View as _0x4f00f9,SpinnerView as _0x296c5f,IconView as _0x34c834,AutocompleteView as _0x1693a1,ListView as _0x57044f,ListItemGroupView as _0x4c5d5c,ListItemView as _0x4bde75,ButtonLabelView as _0x4de453,FocusCycler as _0x34e257,createLabeledTextarea as _0x1cb2f5,Dialog as _0x57a31c,createDropdown as _0x4f71f0,addMenuToDropdown as _0x136d22,MenuBarMenuView as _0x4f89bd,MenuBarMenuListItemButtonView as _0x2193c2,DialogViewPosition as _0x47181d,MenuBarMenuListView as _0x2f3751,MenuBarMenuListItemView as _0x5c8a28,BodyCollection as _0x566c6f,BalloonPanelView as _0x3a6b06,clickOutsideHandler as _0x479747,addListToDropdown as _0x2015bd,UIModel as _0x4a7009,submitHandler as _0x3976b3,LabeledFieldView as _0x2d3604,createLabeledInputText as th,FormHeaderView as _0x30e0ff,HighlightedTextView as _0x165b24,ViewCollection as _0x42190d,FileDialogButtonView as _0x423553,InputTextView as _0x358937,SearchTextView as _0x174b13,ListItemButtonView as _0x5275d9,ButtonLabelWithHighlightView as _0x4f7064,DropdownMenuPanelPositioningFunctions as _0x5c6c47,BalloonToolbar as te,FormRowView as _0x57009f,TextareaView as _0x59b559}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x29f498,ClipboardMarkersUtils as _0x4a15bd}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0xb5b28a,ViewDataTransfer as _0x1648e2,ViewUpcastWriter as _0x1c8df2,Matcher as _0x21e54c,_DetachOperation as _0x1724cb,_insertIntoModelNodeList as _0x5e6e63,_removeFromModelNodeList as to,ModelRange as _0x2b9aa0,transformOperationSets as _0x1a47a5,ViewDowncastWriter as Dt,ModelDocumentFragment as _0xed521a,ModelPosition as _0x1cd1ff,ModelTreeWalker as _0x12cc85,MarkerOperation as _0x573f17,InsertOperation as _0x34edca}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x299faf,escape as _0x2d76c5,escapeRegExp as _0x5ebcd3,debounce as _0x34e356}from'es-toolkit/compat';import{createParser as $t}from'eventsource-parser';import{parseDocument as _0x358350}from'htmlparser2';import{isTag as _0x50745c,findOne as yt,getParent as _0x3093a6,findAll as _0x436305,removeElement as _0x444a18,replaceElement as _0x414a60,prepend as _0x2960ac,prependChild as _0x2e7100,appendChild as _0x3e9d6c,append as _0x2867c8,find as _0x25e992,isComment as _0x4505a1,getChildren as _0x516025,textContent as _0x5d0511}from'domutils';import _0x33b624 from'dom-serializer';import{Document as Et,Element as _0x4f49bb,Text as _0x53258d,cloneNode as _0x488350,isDocument as _0x493c5e,isText as _0x1667e9,NodeWithChildren as _0x3d9ef7}from'domhandler';import{MarkdownGfmMdToHtml as _0x5ca5a2}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import{fixElementSuggestionRange as _0x421acf,DocumentCompare as _0x510327,DATA_ID_MODEL_ATTRIBUTE as Ct,ConfirmMixin as _0x7596c1,LateFocusDropdownButtonView as _0x2357ea,getAllMarkersDomElementsSorted as tt,SuggestionsConversion as zt,DATA_ID_VIEW_ATTRIBUTE as _0x8180d3,getMarkerDomElement as _0x332d78}from'ckeditor5-collaboration/dist/index.js';import{cloneDeep as _0x39254f}from'es-toolkit';import _0x4e12ba from'morphdom';import{IconWeb as _0x37a2c6,IconClose as _0x981da6,IconDocument as _0x13352b,IconSelection as _0x367c23,IconFileUpload as _0x4cc498,IconLink as _0x312558,IconBulb as _0x404323,IconAI as _0x2e50e7,IconPreviousArrow as _0x2d923c,IconCheck as _0x3228b0,IconDocumentOutline as _0x420897,IconPaperClip as _0x56eb08,IconBrowseFiles as _0x1d54b5,IconDropdownArrow as _0x43e3d1,IconAIChat as _0x3e9122,IconAIReview as _0x35278d,IconAITranslate as Vt,IconAIAskAI as _0xb66712,IconThumbUp as _0xc4806d,IconThumbDown as _0x13e5f2,IconCopy as _0x27240f,IconShowChangesOff as _0x522d82,IconShowChangesOn as _0x49c974,IconAIQuickActions as _0x4fb5f7,IconAIChatCommands as Gt,IconAIImproveWriting as Bt,IconAIContinueWriting as Ft,IconAIGrammarCheck as Wt,IconAIAdjustLength as Kt,IconAIChangeTone as Yt,IconAIOther as Jt,IconRefresh as _0x3b636d,IconNextArrow as _0x4fb790}from'@ckeditor/ckeditor5-icons/dist/index.js';import{diffArrays as _0x47eeea}from'diff';const G='_ungrouppedCommands';function T(_0x3ac779,_0x4df875){const _0x53234e=(0x0,_0x4df875['t'])('Other');return _0x3ac779['length']?'groupId'in _0x3ac779[0x0]?_0x3ac779:[{'groupId':G,'groupLabel':_0x53234e,'order':0x1/0x0,'commands':_0x3ac779}]:[{'groupId':G,'groupLabel':_0x53234e,'order':0x1/0x0,'commands':[]}];}const Kn=globalThis['DataTransfer'],P='ai-ui';class x extends _0x15c7b1{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x9c11c3}=this,_0x415957=['ck-fake-ai-selection'];_0x9c11c3['config']['get']('ai.assistant.useTheme')&&_0x415957['push']('ck-ai-assistant-ui_theme'),_0x9c11c3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':P,'view':{'classes':_0x415957,'priority':0xc}}),_0x9c11c3['conversion']['for']('editingDowncast')['markerToElement']({'model':P,'view':(_0x15eec1,{writer:_0xaf19bd})=>{if(!_0x15eec1['markerRange']['isCollapsed'])return null;const _0x183e12=_0xaf19bd['createUIElement']('span');return _0xaf19bd['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x183e12),_0x183e12;}});}['afterInit'](){!async function(_0x57ca62){const _0x502dc1=_0x3cb574([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x48abf1=0x3dffc4e1,_0x3bc100=0x3df84389^_0x48abf1,_0x194189=window[_0x3cb574([0x44,0x61,0x74,0x65])][_0x3cb574([0x6e,0x6f,0x77])](),_0x985d7e=_0x57ca62[_0x3cb574([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5f4bf0=new window[(_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x375933=>{_0x985d7e[_0x3cb574([0x6f,0x6e,0x63,0x65])](_0x3cb574([0x72,0x65,0x61,0x64,0x79]),_0x375933);}),_0x554384={[_0x3cb574([0x6b,0x74,0x79])]:_0x3cb574([0x45,0x43]),[_0x3cb574([0x75,0x73,0x65])]:_0x3cb574([0x73,0x69,0x67]),[_0x3cb574([0x63,0x72,0x76])]:_0x3cb574([0x50,0x2d,0x32,0x35,0x36]),[_0x3cb574([0x78])]:_0x3cb574([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x3cb574([0x79])]:_0x3cb574([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x3cb574([0x61,0x6c,0x67])]:_0x3cb574([0x45,0x53,0x32,0x35,0x36])},_0x3b395f=_0x985d7e[_0x3cb574([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3cb574([0x67,0x65,0x74])](_0x3cb574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x543d1a(){let _0x34986b,_0x4cfbf6=null,_0x420234=null;try{if(_0x3b395f==_0x3cb574([0x47,0x50,0x4c]))return _0x3cb574([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x34986b=_0xb11bc(),!_0x34986b)return _0x3cb574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x34986b[_0x3cb574([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x420234=_0x32747a(_0x34986b[_0x3cb574([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x34986b[_0x3cb574([0x6a,0x74,0x69])])),await _0x1f3457()?_0x12af6b()?_0x1a6953()?_0x3cb574([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x15b02b()?(_0x34986b[_0x3cb574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3cb574([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4cfbf6=_0x598d9e(_0x3cb574([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x579a8a()):_0x3cb574([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3cb574([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3cb574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3cb574([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1a6953(){const _0x3a201a=[_0x3cb574([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3cb574([0x74,0x72,0x69,0x61,0x6c])][_0x3cb574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x34986b[_0x3cb574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x194189/0x3e8:0xe10*_0x3bc100;return _0x34986b[_0x3cb574([0x65,0x78,0x70])]<_0x3a201a;}function _0x12af6b(){const _0x20fc30=_0x34986b[_0x3cb574([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x20fc30&&(!!_0x20fc30[_0x3cb574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3cb574([0x2a]))||!!_0x20fc30[_0x3cb574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3cb574([0x41,0x49])));}function _0x15b02b(){const _0x2de71c=_0x34986b[_0x3cb574([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2de71c||0x0==_0x2de71c[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5907bc}=new URL(window[_0x3cb574([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2de71c[_0x3cb574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5907bc))return!0x0;const _0x3f7bbd=_0x5907bc[_0x3cb574([0x73,0x70,0x6c,0x69,0x74])](_0x3cb574([0x2e]));return _0x2de71c[_0x3cb574([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53bbc9=>_0x53bbc9[_0x3cb574([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3cb574([0x2a])))[_0x3cb574([0x6d,0x61,0x70])](_0x1bd491=>_0x1bd491[_0x3cb574([0x73,0x70,0x6c,0x69,0x74])](_0x3cb574([0x2e])))[_0x3cb574([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bc60b=>_0x3bc60b[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3f7bbd[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3cb574([0x6d,0x61,0x70])](_0x314019=>Array(_0x3f7bbd[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x314019[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3cb574([0x66,0x69,0x6c,0x6c])](_0x314019[0x0]===_0x3cb574([0x2a])?_0x3cb574([0x2a]):'')[_0x3cb574([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x314019))[_0x3cb574([0x73,0x6f,0x6d,0x65])](_0x4d6222=>_0x3f7bbd[_0x3cb574([0x65,0x76,0x65,0x72,0x79])]((_0x76753,_0x34f4a7)=>_0x4d6222[_0x34f4a7]===_0x76753||_0x4d6222[_0x34f4a7]===_0x3cb574([0x2a])));}function _0x579a8a(){return _0x4cfbf6&&_0x420234?new window[(_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f580e,_0x5e3939)=>{_0x4cfbf6[_0x3cb574([0x74,0x68,0x65,0x6e])](_0x1f580e,_0x5e3939),_0x420234[_0x3cb574([0x74,0x68,0x65,0x6e])](_0x53c0c4=>{_0x53c0c4!=_0x3cb574([0x56,0x61,0x6c,0x69,0x64])&&_0x1f580e(_0x53c0c4);},_0x5e3939);}):_0x4cfbf6||_0x420234||_0x3cb574([0x56,0x61,0x6c,0x69,0x64]);}}function _0x32747a(_0x35fd1d,_0xdcdb66){return new window[(_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x508d6b=>{if(_0x5f4e89())return _0x508d6b(_0x3cb574([0x56,0x61,0x6c,0x69,0x64]));_0xfc8ee(),_0x985d7e[_0x3cb574([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3cb574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x31a822=!0x1;const _0x590a08=_0xdd667e();function _0x1ab09c(_0x5c1fc1){return!!_0x5c1fc1&&(typeof _0x5c1fc1===_0x3cb574([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5c1fc1===_0x3cb574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5c1fc1[_0x3cb574([0x74,0x68,0x65,0x6e])]===_0x3cb574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5c1fc1[_0x3cb574([0x63,0x61,0x74,0x63,0x68])]===_0x3cb574([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x231960(_0x3696d4){_0x4efc98(_0x3696d4)[_0x3cb574([0x74,0x68,0x65,0x6e])](_0x1dc654=>{if(!_0x1dc654||_0x1dc654[_0x3cb574([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3cb574([0x6f,0x6b]))return _0x3cb574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x293c6e(_0x598d45(_0x590a08+_0xdcdb66))!=_0x1dc654[_0x3cb574([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3cb574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3cb574([0x56,0x61,0x6c,0x69,0x64]);})[_0x3cb574([0x74,0x68,0x65,0x6e])](_0x4a873a=>(_0xdbdaa3(),_0x4a873a),()=>{const _0x2bd455=_0xbdbad7();return null==_0x2bd455?(_0xdbdaa3(),_0x3cb574([0x56,0x61,0x6c,0x69,0x64])):_0x3cb574(_0x194189-_0x2bd455>(0x19f340e1^_0x48abf1)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3cb574([0x74,0x68,0x65,0x6e])](_0x508d6b)[_0x3cb574([0x63,0x61,0x74,0x63,0x68])](()=>{_0x508d6b(_0x3cb574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x29ea8d=0x3dc92a61^_0x48abf1;function _0xdbdaa3(){const _0x2dc53b=_0x3cb574([0x6c,0x6c,0x63,0x74,0x2d])+_0x293c6e(_0x598d45(_0x35fd1d)),_0x4c3029=_0xb96e39(_0x293c6e(window[_0x3cb574([0x4d,0x61,0x74,0x68])][_0x3cb574([0x63,0x65,0x69,0x6c])](_0x194189/_0x29ea8d)));window[_0x3cb574([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3cb574([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2dc53b,_0x4c3029);}function _0xbdbad7(){const _0x5b8dd4=_0x3cb574([0x6c,0x6c,0x63,0x74,0x2d])+_0x293c6e(_0x598d45(_0x35fd1d)),_0x3c85d3=window[_0x3cb574([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3cb574([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5b8dd4);return _0x3c85d3?window[_0x3cb574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb96e39(_0x3c85d3),0x10)*_0x29ea8d:null;}function _0x4efc98(_0x3030c8){return new window[(_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b16db,_0x1b7b7b)=>{_0x3030c8[_0x3cb574([0x74,0x68,0x65,0x6e])](_0x1b16db,_0x1b7b7b),window[_0x3cb574([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1b7b7b,0x3dfe1021^_0x48abf1);});}}_0x985d7e[_0x3cb574([0x6f,0x6e])](_0x3cb574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x224036,_0x376b35)=>{if(_0x376b35[0x0]!=_0x35fd1d)return _0x508d6b(_0x3cb574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x376b35[0x1]={..._0x376b35[0x1],[_0x3cb574([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x590a08};},{[_0x3cb574([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3cb574([0x68,0x69,0x67,0x68])}),_0x985d7e[_0x3cb574([0x6f,0x6e])](_0x3cb574([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x30954e=>{_0x1ab09c(_0x30954e[_0x3cb574([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x31a822=!0x0,_0x231960(_0x30954e[_0x3cb574([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3cb574([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3cb574([0x6c,0x6f,0x77])}),_0x5f4bf0[_0x3cb574([0x74,0x68,0x65,0x6e])](()=>{_0x31a822||_0x508d6b(_0x3cb574([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5f4e89(){return _0x985d7e[_0x3cb574([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3cb574([0x76,0x69,0x65,0x77])][_0x3cb574([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3cb574([0x61,0x75,0x74,0x6f]);}function _0xfc8ee(){_0x985d7e[_0x3cb574([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3cb574([0x76,0x69,0x65,0x77])][_0x3cb574([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3cb574([0x61,0x75,0x74,0x6f]);}}function _0x598d9e(_0x22be02){const _0x207e5c=[new window[(_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e896d=>setTimeout(_0x5e896d,0x3df6fa2d^_0x48abf1)),_0x5f4bf0[_0x3cb574([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30f493=>{let _0x1545a9=0x0;_0x985d7e[_0x3cb574([0x6d,0x6f,0x64,0x65,0x6c])][_0x3cb574([0x6f,0x6e])](_0x3cb574([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x282aab,_0x45e219)=>{_0x45e219[0x0][_0x3cb574([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1545a9++,_0x1545a9==(0x3dffc109^_0x48abf1)&&(_0x30f493(),_0x282aab[_0x3cb574([0x6f,0x66,0x66])]());});}))];return window[_0x3cb574([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3cb574([0x72,0x61,0x63,0x65])](_0x207e5c)[_0x3cb574([0x74,0x68,0x65,0x6e])](()=>_0x22be02);}async function _0x2b353c(){await _0x5f4bf0,_0x985d7e[_0x3cb574([0x6d,0x6f,0x64,0x65,0x6c])][_0x3cb574([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x739971,_0x985d7e[_0x3cb574([0x6d,0x6f,0x64,0x65,0x6c])][_0x3cb574([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x739971,_0x985d7e[_0x3cb574([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3cb574([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x563407(_0x3a536a){const _0x5bfa01=_0x27b9a0();_0x985d7e[_0x5bfa01]=_0x3cb574([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3a536a,_0x3a536a!=_0x3cb574([0x56,0x61,0x6c,0x69,0x64])&&_0x2b353c();}function _0x27b9a0(){const _0x261735=window[_0x3cb574([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3cb574([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3cb574([0x6e,0x6f,0x77])]())[_0x3cb574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3cb574([0x2e]),'');let _0x38f7fd=_0x3cb574([0x6e]);for(let _0x46747c=0x0;_0x46747c<_0x261735[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x46747c+=0x2){let _0x5bbbe9=window[_0x3cb574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x261735[_0x3cb574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x46747c,_0x46747c+0x2));_0x5bbbe9>=_0x502dc1[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5bbbe9-=_0x502dc1[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x38f7fd+=_0x502dc1[_0x5bbbe9];}return _0x38f7fd;}function _0xb11bc(){const _0x35ca96=_0x3b395f[_0x3cb574([0x73,0x70,0x6c,0x69,0x74])](_0x3cb574([0x2e]));if(0x3!=_0x35ca96[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x788039(_0x35ca96[0x1]);function _0x788039(_0x33b95c){const _0x150a56=_0x3b7b33(_0x33b95c);return _0x150a56&&_0x42746d()?_0x150a56:null;function _0x42746d(){const _0x5846e=_0x150a56[_0x3cb574([0x6a,0x74,0x69])],_0x223002=window[_0x3cb574([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5846e[_0x3cb574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5846e[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4a3c64={..._0x150a56,[_0x3cb574([0x6a,0x74,0x69])]:_0x5846e[_0x3cb574([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5846e[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4a3c64[_0x3cb574([0x76,0x63])],_0x598d45(_0x4a3c64)==_0x223002;}}}async function _0x1f3457(){let _0x14f4bf=!0x0;try{const _0x5622a1=_0x3b395f[_0x3cb574([0x73,0x70,0x6c,0x69,0x74])](_0x3cb574([0x2e])),[_0x4ace09,_0x3b06df,_0x426631]=_0x5622a1;return _0x19191b(_0x4ace09),await _0x59537d(_0x4ace09,_0x3b06df,_0x426631),_0x14f4bf;}catch{return!0x1;}function _0x19191b(_0x26cda7){const _0x494a0e=_0x3b7b33(_0x26cda7);_0x494a0e&&_0x494a0e[_0x3cb574([0x61,0x6c,0x67])]==_0x3cb574([0x45,0x53,0x32,0x35,0x36])||(_0x14f4bf=!0x1);}async function _0x59537d(_0x23b12f,_0x1f185a,_0x326024){const _0xd646e9=window[_0x3cb574([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3cb574([0x66,0x72,0x6f,0x6d])](_0x425800(_0x326024),_0x1b31bf=>_0x1b31bf[_0x3cb574([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xd1c9c1=new window[(_0x3cb574([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3cb574([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x23b12f+_0x3cb574([0x2e])+_0x1f185a),_0x293f7c=window[_0x3cb574([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3cb574([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x293f7c)return;const _0x57b237=await _0x293f7c[_0x3cb574([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3cb574([0x6a,0x77,0x6b]),_0x554384,{[_0x3cb574([0x6e,0x61,0x6d,0x65])]:_0x3cb574([0x45,0x43,0x44,0x53,0x41]),[_0x3cb574([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3cb574([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3cb574([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x293f7c[_0x3cb574([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3cb574([0x6e,0x61,0x6d,0x65])]:_0x3cb574([0x45,0x43,0x44,0x53,0x41]),[_0x3cb574([0x68,0x61,0x73,0x68])]:{[_0x3cb574([0x6e,0x61,0x6d,0x65])]:_0x3cb574([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x57b237,_0xd646e9,_0xd1c9c1)||(_0x14f4bf=!0x1);}}function _0x3b7b33(_0x2bcb8b){return _0x2bcb8b[_0x3cb574([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3cb574([0x65,0x79]))?JSON[_0x3cb574([0x70,0x61,0x72,0x73,0x65])](_0x425800(_0x2bcb8b)):null;}function _0x425800(_0x26afa5){return window[_0x3cb574([0x61,0x74,0x6f,0x62])](_0x26afa5[_0x3cb574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3cb574([0x2b]))[_0x3cb574([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3cb574([0x2f])));}function _0x598d45(_0x5c1c15){let _0x18ec45=0x1505;function _0x1610d9(_0x53cd49){for(let _0x47c0b5=0x0;_0x47c0b5<_0x53cd49[_0x3cb574([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47c0b5++){const _0x5a7889=_0x53cd49[_0x3cb574([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x47c0b5);_0x18ec45=(_0x18ec45<<0x5)+_0x18ec45+_0x5a7889,_0x18ec45&=_0x18ec45;}}function _0x2cbe64(_0x5ab766){Array[_0x3cb574([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5ab766)?_0x5ab766[_0x3cb574([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2cbe64):_0x5ab766&&typeof _0x5ab766==_0x3cb574([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3cb574([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5ab766)[_0x3cb574([0x73,0x6f,0x72,0x74])]()[_0x3cb574([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2e7984,_0x280fb2])=>{_0x1610d9(_0x2e7984),_0x2cbe64(_0x280fb2);}):_0x1610d9(window[_0x3cb574([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5ab766));}return _0x2cbe64(_0x5c1c15),_0x18ec45>>>0x0;}function _0x293c6e(_0x4c77b6){return _0x4c77b6[_0x3cb574([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3cb574([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3cb574([0x30]));}function _0xb96e39(_0x157e80){return _0x157e80[_0x3cb574([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3cb574([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3cb574([0x6a,0x6f,0x69,0x6e])]('');}function _0x739971(){}function _0x3cb574(_0x23e53d){return _0x23e53d['map'](_0x166dda=>String['fromCharCode'](_0x166dda))['join']('');}_0x563407(await _0x543d1a());}(this);}['showFakeVisualSelection'](){const _0x520272=this['editor']['model'];_0x520272['change'](_0x2a28e8=>{const _0x2c14bb=_0x520272['document']['selection']['getRanges']();let _0x1d3629=0x0;for(const _0x3cde91 of _0x2c14bb){const _0x5086c1=P+':'+_0x1d3629;if(_0x520272['markers']['has'](_0x5086c1))_0x2a28e8['updateMarker'](_0x5086c1,{'range':_0x3cde91});else{if(_0x3cde91['start']['isAtEnd']){const _0x12c5aa=_0x3cde91['start']['getLastMatchingPosition'](({item:_0x45bca3})=>!_0x520272['schema']['isContent'](_0x45bca3),{'boundaries':_0x3cde91});_0x2a28e8['addMarker'](_0x5086c1,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2a28e8['createRange'](_0x12c5aa,_0x3cde91['end'])});}else _0x2a28e8['addMarker'](_0x5086c1,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x3cde91});}_0x1d3629++;}});}['hideFakeVisualSelection'](){const _0x410be1=this['editor']['model'],_0x301e38=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](P));_0x301e38['length']&&_0x410be1['change'](_0xd13aa9=>{_0x301e38['forEach'](_0x2ef7d2=>{_0xd13aa9['removeMarker'](_0x2ef7d2);});});}['insertContent'](_0x2b1323,_0x129681){const _0x4203b9=this['_getAISelection'](),_0x31180e=_0x129681||_0x4203b9['getFirstRange']();this['editor']['model']['canEditAt'](_0x31180e)&&this['editor']['model']['change'](_0x4a3b33=>{this['hideFakeVisualSelection'](),_0x129681||this['_resetContentOfSelectedTableCells'](_0x4a3b33,_0x4203b9),this['_pasteHTMLUsingClipboard']({'insertAt':_0x31180e,'writer':_0x4a3b33,'html':_0x2b1323});});}['insertContentBelow'](_0x54450d){const {model:_0x189e3a}=this['editor'],_0x524687=this['_getAISelection']();_0x189e3a['change'](()=>{const _0x47e0df=this['_prepareTableInsertBelowPosition'](_0x54450d,_0x524687)||this['_getDefaultInsertBelowPosition'](_0x524687);this['insertContent'](_0x54450d,_0x47e0df);});}['_getAISelection'](){const _0x44cedf=this['editor']['model'],_0x419262=Array['from'](_0x44cedf['markers']['getMarkersGroup'](P))['map'](_0x3c0597=>_0x3c0597['getRange']());return _0x44cedf['createSelection'](_0x419262);}['_pasteHTMLUsingClipboard']({writer:_0x3c3cac,html:_0x10967b,insertAt:_0x1d497a}){const {view:_0x4b33f5}=this['editor']['editing'],_0x473892=this['editor']['plugins']['get'](_0x29f498),_0x378942=new Kn();_0x378942['setData']('text/html',_0x10967b);const _0x219903=new ClipboardEvent('paste',{'clipboardData':_0x378942}),_0x49632d=new _0xb5b28a(_0x4b33f5,_0x219903,{'dataTransfer':new _0x1648e2(_0x378942)});_0x3c3cac['setSelection'](_0x1d497a);const _0x19871e=(_0x1d7a8e,_0x62557f)=>{_0x62557f['resultRange']&&_0x3c3cac['setSelection'](_0x62557f['resultRange']);};_0x473892['once']('contentInsertion',_0x19871e,{'priority':'lowest'}),_0x4b33f5['document']['fire']('paste',_0x49632d),_0x473892['off']('contentInsertion',_0x19871e);}['_getDefaultInsertBelowPosition'](_0x140222){const {model:_0x4c4cd5}=this['editor'],_0x4cd5aa=Array['from'](_0x140222['getSelectedBlocks']());return _0x4cd5aa['length']?_0x4c4cd5['createPositionAfter'](_0x4cd5aa['pop']()):_0x140222['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x1e9ff1,_0x1156e1){const {model:_0x557212,plugins:_0xc05d0c}=this['editor'];if(_0xc05d0c['has']('TableUtils')){const _0x3f633f=_0xc05d0c['get']('TableUtils')['getSelectedTableCells'](_0x1156e1);if(_0x3f633f['length']){const _0x47a08d=this['_getTableRowCountFromContent'](_0x1e9ff1),_0x276cd9=this['_createEmptyTableRows'](_0x3f633f,_0x47a08d);return _0x557212['createPositionAt'](_0x276cd9,0x0);}}return null;}['_getTableRowCountFromContent'](_0x4ffe3b){const _0x3a57cd=this['editor']['plugins']['get']('TableUtils'),_0xbcad5a=this['editor']['data']['parse'](_0x4ffe3b),_0xa71638=Array['from'](_0xbcad5a['getChildren']())['filter'](_0x2d94ff=>_0x2d94ff['is']('element','table'));let _0x1502a1=0x0;return _0xa71638['forEach'](_0x2a227c=>{_0x1502a1+=_0x3a57cd['getRows'](_0x2a227c);}),_0x1502a1;}['_createEmptyTableRows'](_0xa33c6a,_0x2fec6f){const _0x58a2b2=this['editor']['plugins']['get']('TableUtils'),_0x16d9dd=_0x58a2b2['getRowIndexes'](_0xa33c6a),_0x279a22=_0x58a2b2['getColumnIndexes'](_0xa33c6a),_0x58756c=_0x16d9dd['last']+0x1,_0x1d299f=_0x279a22['first'],_0x126064=_0xa33c6a[0x0]['findAncestor']('table');for(let _0x3f3222=0x0;_0x3f3222<_0x2fec6f;_0x3f3222++)_0x58a2b2['insertRows'](_0x126064,{'at':_0x58756c});return _0x126064['getChild'](_0x58756c)['getChild'](_0x1d299f);}['_resetContentOfSelectedTableCells'](_0x595354,_0x5474e9){const {plugins:_0x40b9f6}=this['editor'],{model:_0x1bd6a7}=_0x595354;if(!_0x40b9f6['has']('TableUtils'))return;_0x40b9f6['get']('TableUtils')['getSelectedTableCells'](_0x5474e9)['length']&&_0x1bd6a7['deleteContent'](_0x5474e9);}}class z extends _0x15c7b1{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new _0x58d4fd('aiadapter-text-adapter-not-set',null);}}class er extends Error{constructor(_0x1e50cb){super(_0x1e50cb),this['name']='AIRequestError';}}function Wn(_0x2f9d93,_0x2f962f,_0xe5429b){const t=_0x2f9d93['t'];switch(_0x2f962f){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',_0xe5429b);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0xe5429b);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'},_0xe5429b);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 _0x2f962f;}}class R extends Lt{['_commandDefinitions'];constructor(_0xe04a86,_0xdfb2d3){super(_0xe04a86),this['_commandDefinitions']=_0xdfb2d3,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x2b539f,_0x1f8fa2,_0x4e375a)=>{this['isEnabled']&&(this['enabledCommandsIds']=ns(this['_commandDefinitions'],_0x4e375a));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x1d6ff2,_0x3175df,_0x4db0d)=>{this['enabledCommandsIds']=_0x4db0d?ns(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x26f98d=this['editor']['model'];this['_hasContext']=function(_0x4a1a14){const _0x1df552=_0x4a1a14['document']['selection'];return _0x1df552['isCollapsed']?0x0!==[..._0x1df552['getSelectedBlocks']()]['length']&&![..._0x1df552['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x4a1a14['hasContent'](_0x1df552['getFirstRange']());}(_0x26f98d);const _0x2ccf0c=_0x26f98d['document']['selection'],_0x5d4fac=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x39b4dd of _0x2ccf0c['getRanges']())for(const _0x1bef9c of _0x39b4dd['getItems']())if(_0x1bef9c['is']('element')&&_0x5d4fac['includes'](_0x1bef9c['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x36a380='',_0x4a8fc1='',_0x52acea='custom'){this['editor']['plugins']['get'](I)['showUI'](_0x36a380,_0x4a8fc1,_0x52acea);}}function ns(_0x555c9b,_0x23e7da){const _0xafdc67=new Set();for(const _0x3da960 of _0x555c9b['values']())(_0x23e7da||!0x1===_0x3da960['requiresContent'])&&_0xafdc67['add'](_0x3da960['id']);return Array['from'](_0xafdc67);}const hs=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class F extends/* #__PURE__ -- @preserve */
24
+ ts(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0xb7ad56,_0x1bca82,_0x389e6a){super(),this['editor']=_0xb7ad56,this['textAdapter']=_0x1bca82,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x389e6a,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x18e3e5,_0x58952d,_0x55c1ec)=>{this['view']['value']=this['_sanitizeHTML'](_0x55c1ec);}),this['listenTo'](this['view'],'submitPrompt',(_0x313fad,_0x13e471)=>{const _0xeb1641=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x13e471,_0xeb1641,'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:_0x9983c5,query:_0x567cfc,htmlContent:_0x530d21,label:_0x51dd13,mainActionLabel:_0x527eec}){this['view']['prompt']=_0x51dd13,this['view']['mainAction']=_0x527eec,this['initialContext']=_0x530d21,_0x567cfc&&(this['view']['isRendered']?this['_handleQuery'](_0x567cfc,_0x530d21,_0x9983c5,_0x51dd13):this['view']['once']('render',()=>{this['_handleQuery'](_0x567cfc,_0x530d21,_0x9983c5,_0x51dd13);}));}['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'](_0x4ccb26,_0x433a70,_0x56f33b,_0x250699){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x433a70,this['previousQuery']=_0x4ccb26,this['previousLabel']=_0x250699||_0x4ccb26,this['previousActionId']=_0x56f33b,new Promise(_0x185e52=>{this['textAdapter']['makeRequest']({'query':_0x4ccb26,'context':_0x433a70,'onData':_0x3531e8=>{this['currentResponse']=_0x3531e8,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x56f33b})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x4f7704=>{_0x4f7704 instanceof er?this['view']['handleError'](_0x4f7704['message']):this['view']['handleError'](),_0x185e52();})['finally'](()=>{this['stopProcessing'](),_0x185e52();});});}['_parseAndNormalizeContent'](_0x2917ac,_0x1adad3=!0x1){const _0x3dec09=hs['exec'](_0x2917ac);_0x2917ac=_0x3dec09?_0x2917ac['substring'](_0x3dec09[0x1]['length']):_0x2917ac['length']<0x64&&!_0x1adad3?'':this['_stripMarkdownSyntax'](_0x2917ac);const _0x4f44ec=this['_domParser']['parseFromString'](_0x2917ac,'text/html');if(_0x3dec09){const _0x2bd9dd=Array['from'](_0x4f44ec['body']['childNodes']);_0x2bd9dd['reverse']();for(const _0x564ea8 of _0x2bd9dd){if(_0x564ea8['nodeType']==Node['ELEMENT_NODE'])break;_0x564ea8['remove']();}}const _0x3e5d61=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x4f44ec['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x3e5d61);const _0x5ca4dd=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x2bdfaa=this['editor']['data']['toModel'](_0x3e5d61);return _0x5ca4dd||_0x2bdfaa['markers']['clear'](),this['editor']['data']['stringify'](_0x2bdfaa);}['_normalizeResponseHeadings'](_0x386269){const _0x79f15d=new _0x1c8df2(this['editor']['editing']['view']['document']),_0x1ecb69=new _0x21e54c({'name':/^h[1-5]$/}),_0x4e917f=[];let _0x2c4cc3=!0x1;for(const _0x4e7809 of _0x386269)_0x4e7809['is']('element')&&_0x1ecb69['match'](_0x4e7809)&&(_0x4e917f['push'](_0x4e7809),'h1'==_0x4e7809['name']&&(_0x2c4cc3=!0x0));if(_0x2c4cc3){for(const _0xaa7f87 of _0x4e917f)_0x79f15d['rename']('h'+(parseInt(_0xaa7f87['name'][0x1])+0x1),_0xaa7f87);}}['_isH1TagSupportEnabled'](){const {data:_0x55a7e7,editing:_0x547618}=this['editor'],_0x14387b=_0x55a7e7['htmlProcessor']['toView']('<h1></h1>'),_0x1c8be5=_0x55a7e7['toView'](_0x55a7e7['toModel'](_0x14387b));return!!_0x547618['view']['domConverter']['viewToDom'](_0x1c8be5)['querySelector']('h1');}['_sanitizeHTML'](_0x3e7dfa){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x3e7dfa),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x164d97){const _0x2c29dd=_0x164d97['trim']();return _0x2c29dd['startsWith']('```html')?_0x2c29dd['endsWith']('```')?_0x2c29dd['substring'](0x7,_0x2c29dd['length']-0x3):_0x2c29dd['substring'](0x7):_0x164d97;}}const Q={'REPLACE':'replace','INSERT':'insert'};class Pr extends _0x49554f{constructor(_0x2f7ef0){super(_0x2f7ef0),this['set']('isVisible',!0x1),this['set']('mainAction',Q['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x83caf0=>Wn(_0x2f7ef0,'AI_'+_0x83caf0['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Wn(_0x2f7ef0,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Wn(_0x2f7ef0,'Try\x20again')),this['stopButton']=this['_createButton'](Wn(_0x2f7ef0,'Stop'));const _0x270299=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x270299['if']('isVisible','ck-hidden',_0x5e01d2=>!_0x5e01d2)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x10c301,_0x334fda){const _0x5e1065=new _0x1e4cb7(this['locale']);return _0x5e1065['set']({'label':_0x10c301,'class':_0x334fda||'','isVisible':!0x0,'withText':!0x0}),_0x5e1065;}}class Vr extends _0x4f00f9{['contentFieldView'];['copyButtonView'];constructor(_0x398e98,_0xeac52b=''){super(_0x398e98),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x5c2b39=this['bindTemplate'];this['contentFieldView']=new Yn(_0x398e98,_0xeac52b),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x5c2b39['if']('isVisible','ck-hidden',_0xce75d6=>!_0xce75d6)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x5c2b39['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 _0x4ecd18=!0x1;this['on']('change:value',(_0xa75c90,_0x203d5e,_0x5bb5e8)=>{const _0x1bc6d6=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x5bb5e8),this['isProcessing']&&_0x1bc6d6&&!_0x4ecd18&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x17e049,_0x1e3564,_0x4545ff)=>{_0x4ecd18=!0x1,_0x4545ff?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x4ecd18=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x4ecd18=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x29018f=this['locale'],_0x1c9cab=new _0x1e4cb7(this['locale']),_0x2e268='ck-ai-form__copy-button';return _0x1c9cab['set']({'label':Wn(_0x29018f,'Copy'),'icon':_0x783ed9,'class':_0x2e268,'tooltip':!0x0}),_0x1c9cab['bind']('isVisible')['to'](this,'value',_0x46532b=>!!_0x46532b),_0x1c9cab['bind']('isEnabled')['to'](this,'isProcessing',_0x456c75=>!_0x456c75),_0x1c9cab['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x1c9cab['icon']=_0x1eb4e2,_0x1c9cab['class']=_0x2e268+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x1c9cab['icon']=_0x783ed9,_0x1c9cab['class']=_0x2e268;},0x3e8);}),_0x1c9cab;}['_copyHTMLToClipboard'](_0x361f4e){const {window:_0x5a72f8,document:_0x245b2e}=it;if(_0x5a72f8['ClipboardItem']){const {Blob:_0x3d27dd,ClipboardItem:_0xd8b7ff}=_0x5a72f8,_0x428722=[new _0xd8b7ff({'text/html':new _0x3d27dd([_0x361f4e['innerHTML']],{'type':'text/html'}),'text/plain':new _0x3d27dd([_0x361f4e['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x428722);}else{const _0x8d8412=_0x245b2e['createElement']('div');_0x8d8412['style']['position']='absolute',_0x8d8412['style']['left']='-9999px',_0x8d8412['innerHTML']='<span>[</span>'+_0x361f4e['innerHTML']+'<span>]</span>',_0x245b2e['body']['appendChild'](_0x8d8412);const _0x38cb01=_0x245b2e['createRange']();_0x38cb01['setStartAfter'](_0x8d8412['firstElementChild']),_0x38cb01['setEndBefore'](_0x8d8412['lastElementChild']);const _0x1a9bf8=_0x5a72f8['getSelection']();_0x1a9bf8['removeAllRanges'](),_0x1a9bf8['addRange'](_0x38cb01),_0x245b2e['execCommand']('copy'),_0x8d8412['remove']();}}}class Yn extends _0x4f00f9{constructor(_0x18df0f,_0x300382=''){super(_0x18df0f),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x300382,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x17b3e9){this['element']['innerHTML']=_0x17b3e9;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x3897c2=new _0x4f00f9(),_0x1b1c14=this['locale'],_0x142bca=new _0x296c5f();return _0x142bca['isVisible']=!0x0,_0x3897c2['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x142bca,{'text':Wn(_0x1b1c14,'AI\x20is\x20writing...')}]}),_0x3897c2['render'](),_0x3897c2;}}class Cr extends _0x4f00f9{constructor(_0x1080e9,_0x57a735=''){super(_0x1080e9);const _0x4d4487=new _0x34c834(),_0x17e4ed=this['bindTemplate'];this['set']('text',_0x57a735),_0x4d4487['content']=_0x3caacb,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x4d4487,{'text':_0x17e4ed['to']('text')}]});}}class Hr extends _0x1693a1{['submitButtonView'];['showHistoryButtonView'];constructor(_0x550c96,_0x299507){super(_0x550c96,_0x299507),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',(_0x2694d4,_0x4b3c39)=>{_0x2694d4['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x4b3c39());});}['_createSubmitButton'](){const _0x2f1739=new _0x1e4cb7(this['locale']),_0x2e482b=this['locale'];return _0x2f1739['set']({'icon':_0x212593,'label':Wn(_0x2e482b,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x2f1739['on']('execute',()=>{this['submit']();}),_0x2f1739['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x482874,_0x26e28a)=>!_0x482874&&_0x26e28a),_0x2f1739;}['_createShowHistoryButton'](){const _0x411c82=new _0x1e4cb7(this['locale']),_0xae0986=this['resultsView'],_0x1827a4=this['locale'];_0x411c82['set']({'label':Wn(_0x1827a4,'History'),'withText':!0x1,'icon':Nt,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x411c82['bind']('isOn')['to'](_0xae0986,'isVisible'),_0x411c82['bind']('isEnabled')['to'](this,'isEnabled'),_0x411c82['on']('execute',()=>{_0xae0986['isVisible']=!_0xae0986['isVisible'],_0xae0986['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x5bad23=()=>{it['window']['requestAnimationFrame'](()=>{if(_0xba857d(this['element'])){const _0x2c35cb=new ot(this['queryView']['fieldView']['element']),_0x3be02b=_0x2c35cb['width'],_0x450554='rtl'===_0x1827a4['uiLanguageDirection']?'left':'right';_0x2c35cb['excludeScrollbarsAndBorders'](),_0x411c82['element']['style'][_0x450554]=_0x3be02b-_0x2c35cb['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x5bad23),this['on']('render',_0x5bad23),_0x411c82;}['submit'](){const _0x8f0ee3=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x8f0ee3);}['focus'](_0x39216b){-0x1===_0x39216b?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class Rr extends _0x57044f{['historyGroupView'];['clearHistoryButton'];constructor(_0x3f1871){super(_0x3f1871),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new _0x4c5d5c(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Wn(_0x3f1871,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0xd5ccfa=0x0;for(const _0x25e854 of this['items'])_0xd5ccfa+=_0x25e854['items']['length'];return{'resultsCount':_0xd5ccfa,'totalItemsCount':_0xd5ccfa};}['_createClearHistoryButton'](){const _0x306e49=this['locale'],_0x4fc32c=new _0x1e4cb7(this['locale']);return _0x4fc32c['set']({'label':'('+Wn(_0x306e49,'Clear')+')','withText':!0x0}),_0x4fc32c['on']('execute',()=>this['fire']('clearHistory')),_0x4fc32c;}}class Br extends _0x4bde75{constructor(_0x28dfe5){super();const _0x574238=new _0x4de453(),_0x3d4d01=new _0x1e4cb7(this['locale'],_0x574238);this['children']['add'](_0x3d4d01),_0x3d4d01['set']({'label':_0x28dfe5['prompt'],'withText':!0x0}),_0x3d4d01['on']('execute',()=>{this['fire']('execute',{'value':_0x299faf(_0x28dfe5['prompt'])});});}}const So='CKEditor/AIFormView/PromptHistory';class Tr extends _0x1bcbb3{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x3ae0f1,_0x402f07)=>{const _0x3ab472=go(_0x402f07['prompt']);for(const _0x1d0b15 of this)if(_0x1d0b15!=_0x402f07&&go(_0x1d0b15['prompt'])===_0x3ab472){this['remove'](_0x1d0b15);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x2f1c81=sessionStorage['getItem'](So)||'[]';this['addMany'](JSON['parse'](_0x2f1c81));}['_saveToSessionStorage'](){sessionStorage['setItem'](So,JSON['stringify'](this['map'](_0x6bb080=>_0x6bb080)));}}function go(_0x522dff){return _0x522dff['toLowerCase']()['trim']();}class J extends _0x4f00f9{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x52f198,_0x20b1e6,_0x1ab32f=''){super(_0x52f198),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',Q['REPLACE']),this['_promptHistory']=new Tr(),this['errorView']=new Cr(_0x52f198),this['contentArea']=new Vr(_0x52f198,_0x1ab32f),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 _0x5c8f71(),this['keystrokes']=new _0x3c8954(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new _0x34e257({'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 _0x5bdc1d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x20b1e6],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x5bdc1d['if']('isError','ck-hidden',_0x1e6ced=>!_0x1e6ced)]},'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'](_0x36901a=0x1){-0x1===_0x36901a?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 _0x2c48ad=this['locale'],_0x53626c=new Hr(_0x2c48ad,{'queryView':{'label':Wn(_0x2c48ad,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x1cb2f5,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Wn(_0x2c48ad,'Empty\x20history'),'secondary':Wn(_0x2c48ad,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x53626c['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x3c3154,_0x4ef075)=>_0x3c3154&&!_0x4ef075),this['listenTo'](_0x53626c,'submit',(_0x216e9c,_0xf5a181)=>{this['prompt']=_0xf5a181;const _0x47501f=_0x2d76c5(_0xf5a181);this['fire']('submitPrompt',_0x47501f),_0xf5a181['trim']()&&this['_promptHistory']['add']({'prompt':_0x47501f},0x0);},{'priority':'high'}),_0x53626c;}['_createHistoryView'](){const _0xaa4a1b=new Rr(this['locale']);return _0xaa4a1b['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Br),_0xaa4a1b['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0xaa4a1b;}['_createToolbar'](){const _0x8911ca=new Pr(this['locale']);return _0x8911ca['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x528a51,_0x22caca,_0x3710c3)=>_0x528a51&&!_0x22caca&&!!_0x3710c3),_0x8911ca['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x8911ca['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x246507,_0x526d5d,_0xb8cffc)=>_0x246507&&!_0x526d5d&&!!_0xb8cffc),_0x8911ca['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x8911ca['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x3f7d46,_0x33d4c3)=>_0x3f7d46&&!_0x33d4c3),_0x8911ca['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x8911ca['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x8911ca['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x8911ca;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x5838dc=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Wn(_0x5838dc,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x292ce1){const _0x2bea66=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x292ce1||Wn(_0x2bea66,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const j=globalThis['DataTransfer'];class I extends _0x15c7b1{['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[_0x4a15bd,x,z,_0x57a31c];}constructor(_0x251233){super(_0x251233),_0x251233['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x251233['config']['define']('ai.assistant.contentAreaCssClass',''),_0x251233['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x251233['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x5a9793}=this;this['_aiAdapter']=_0x5a9793['plugins']['get'](z),this['_dialog']=_0x5a9793['plugins']['get'](_0x57a31c),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x1aafb1=new R(_0x5a9793,Array['from'](this['_commandDefinitions']['values']()));_0x5a9793['commands']['add']('showAIAssistant',_0x1aafb1),_0x5a9793['ui']['componentFactory']['add']('aiCommands',_0x4e24f5=>{const _0x2d2da1=_0x4f71f0(_0x4e24f5);return _0x2d2da1['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x2d2da1['buttonView']['set']({'label':Wn(_0x4e24f5,'AI\x20Commands'),'icon':_0x3d67cb,'tooltip':!0x0}),_0x2d2da1['on']('execute',_0xb04645=>this['_onExecute'](_0xb04645['source']['id'])),_0x136d22(_0x2d2da1,_0x5a9793['ui']['view']['body'],function(_0x591152){const _0x27d551=T(_0x591152['config']['get']('ai.assistant.commands'),_0x591152['locale']),_0x41283b=Y(_0x591152,_0x27d551)['filter'](_0x56ae09=>_0x56ae09['commands']['length']);if(0x1===_0x41283b['length'])return Y(_0x591152,_0x41283b[0x0]['commands'])['map'](_0x29ba57=>({'id':_0x29ba57['id'],'label':_0x29ba57['label']}));return _0x41283b['map'](_0x478d43=>{const {groupId:_0x14e320,groupLabel:_0x541bef,commands:_0x540bd2}=_0x478d43,_0x26872f=Y(_0x591152,_0x540bd2)['map'](_0x30df2b=>({'id':_0x30df2b['id'],'label':_0x30df2b['label']}));return{'id':_0x14e320,'menu':_0x541bef||_0x14e320,'children':_0x26872f};});}(_0x5a9793),{'ariaLabel':Wn(_0x4e24f5,'AI\x20Commands')}),_0x2d2da1['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x1aafb1['on']('change:enabledCommandsIds',_0x1761ae),_0x2d2da1['menuView']['once']('render',_0x1761ae),_0x2d2da1;function _0x1761ae(){_0x2d2da1['isEnabled']=_0x1aafb1['enabledCommandsIds']['length']>0x0;for(const _0x44628b of _0x2d2da1['menuView']['buttons'])_0x44628b['isEnabled']=_0x1aafb1['enabledCommandsIds']['includes'](_0x44628b['id']);}}),_0x5a9793['ui']['componentFactory']['add']('menuBar:aiCommands',_0x1a9804=>{const _0xd705bd=new _0x4f89bd(_0x1a9804);_0xd705bd['buttonView']['set']({'label':Wn(_0x1a9804,'AI\x20Commands'),'icon':_0x3d67cb}),_0xd705bd['bind']('isEnabled')['to'](_0x1aafb1,'enabledCommandsIds',_0x50fc86=>_0x50fc86['length']>0x0);const _0x5987da=T(_0x5a9793['config']['get']('ai.assistant.commands'),_0x1a9804);return this['_populateMenuBarMenu'](_0x1aafb1,_0xd705bd,_0x5987da,_0x5ecae7=>this['_onExecute'](_0x5ecae7)),_0xd705bd;}),_0x5a9793['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x4d560c=this['_createAIAssistantUIButton'](_0x1e4cb7);return _0x4d560c['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x4d560c;}),_0x5a9793['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x52f982=this['_createAIAssistantUIButton'](_0x2193c2);return _0x52f982['set']({'role':'menuitemcheckbox'}),_0x52f982;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2b5316=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x15358c;for(const _0x4c731e in _0x2b5316){const _0x307fa6=_0x4c731e,_0x43a084=_0x2b5316[_0x307fa6];if('aiLicenseKeyValid'==_0x43a084||'aiLicenseKeyInvalid'==_0x43a084||'aiLicenseKeyExpired'==_0x43a084||'aiLicenseKeyDomainLimit'==_0x43a084||'aiLicenseKeyNotAllowed'==_0x43a084||'aiLicenseKeyEvaluationLimit'==_0x43a084||'aiLicenseKeyUsageLimit'==_0x43a084){delete _0x2b5316[_0x307fa6],_0x15358c=_0x43a084,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x15358c&&_0x2b5316['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x15358c&&_0x2b5316['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x15358c&&_0x2b5316['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x15358c&&_0x2b5316['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x15358c&&_0x2b5316['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x15358c&&_0x2b5316['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x54156c='',_0xa1fba4='',_0x2ce3af='custom'){const _0x1b4ec3=this['editor'],_0x1fd0c2=_0x1b4ec3['editing']['view'],_0x35c321=_0x1b4ec3['plugins']['get'](x),_0x465f7e=_0x1b4ec3['plugins']['get'](_0x4a15bd);_0x35c321['showFakeVisualSelection']();const _0x57d313=new j(),_0x7d031a=new ClipboardEvent('copy',{'clipboardData':_0x57d313}),_0x1b401d=new _0x1648e2(_0x57d313),_0x585b73=new _0xb5b28a(_0x1fd0c2,_0x7d031a,{'dataTransfer':_0x1b401d});_0x465f7e['_forceMarkersCopy']('comment',()=>{_0x1fd0c2['document']['fire']('copy',_0x585b73);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new F(_0x1b4ec3,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x277aeb=_0x1b401d['getData']('text/html');const _0x3b3647=_0x1b4ec3['model']['document']['selection'],_0x2517ea=Array['from'](_0x3b3647['getRanges']());0x1===_0x2517ea['length']&&_0x2517ea[0x0]['isFlat']&&!_0x3b3647['getSelectedElement']()&&''!==_0x277aeb['replace'](/&nbsp;/g,'')['trim']()&&(_0x277aeb='<p>'+_0x277aeb+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x2ce3af,'query':_0x54156c,'htmlContent':_0x277aeb,'label':_0xa1fba4,'mainActionLabel':Q[_0x1b4ec3['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x1f0ffd,'title':Wn(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':_0x47181d['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x35c321['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x5b3d95=new Map(),_0x4ae306=T(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0xd0820b of _0x4ae306)for(const _0x2cebd3 of _0xd0820b['commands'])_0x5b3d95['set'](_0x2cebd3['id'],{..._0x2cebd3,'groupId':_0xd0820b['groupId'],'groupLabel':_0xd0820b['groupLabel']||_0xd0820b['groupId']});return _0x5b3d95;}['_createAIAssistantUIButton'](_0x32877c){const _0x51eb0e=this['editor'],_0x1f136b=_0x51eb0e['commands']['get']('showAIAssistant'),_0x1d4317=new _0x32877c(_0x51eb0e['locale']);return _0x1d4317['set']({'label':Wn(_0x51eb0e['locale'],'AI\x20Assistant'),'icon':_0x1f0ffd,'isToggleable':!0x0}),_0x1d4317['bind']('isEnabled')['to'](_0x1f136b),_0x1d4317['bind']('isOn')['to'](this['_dialog'],'id',_0x4fc748=>'aiAssistant'===_0x4fc748),this['listenTo'](_0x1d4317,'execute',()=>{_0x1d4317['isOn']?this['hideUI']():_0x1f136b['execute']();}),_0x1d4317;}['_initView'](){const _0x1edc8a=this['editor']['plugins']['get'](x);this['_formView']=new J(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',()=>{_0x1edc8a['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x1edc8a['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x247c6c,ui:{ariaLiveAnnouncer:_0x4b15cc}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x27fb80,_0x527156,_0x31a2cd)=>{const _0x356a3a=this['_aiAssistantController']['currentContext'];_0x31a2cd?_0x4b15cc['announce'](Wn(_0x247c6c,'AI\x20is\x20writing')):_0x356a3a&&_0x4b15cc['announce'](Wn(_0x247c6c,'Generated\x20content:\x20%0',_0x356a3a),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x1b7888,_0x59d078,_0x21a597)=>{if(_0x21a597){const _0x18edf1=this['_formView']['errorView']['text'];_0x4b15cc['announce'](Wn(_0x247c6c,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x18edf1));}});}['_onExecute'](_0x1d4482){const _0xdcea5b=this['_commandDefinitions']['get'](_0x1d4482),_0x3352c4=this['editor'],_0x4f4587=_0x3352c4['model']['document']['selection'],_0xf3423a=_0x3352c4['commands']['get']('showAIAssistant'),_0x1be4f5=_0x3352c4['plugins']['get'](x),_0x5a3111=''+(_0xdcea5b['groupId']!==G?_0xdcea5b['groupLabel']+':\x20':'')+_0xdcea5b['label'];if(!0x1!==_0xdcea5b['requiresContent']&&_0x4f4587['isCollapsed']){const _0x3c6b18=_0x36e963(_0x4f4587['getSelectedBlocks']())||_0x3352c4['model']['schema']['getLimitElement'](_0x4f4587);_0x3352c4['model']['change'](_0xb24bd3=>{_0xb24bd3['setSelection'](_0x3c6b18,'in');});}_0x1be4f5['showFakeVisualSelection'](),_0xf3423a['execute'](_0xdcea5b['prompt'],_0x5a3111,'command:'+_0x1d4482);}['_populateMenuBarMenu'](_0x1ece72,_0x4fc95c,_0x349104,_0x5985ba){const _0x5e299d=this['editor'],_0x5757a5=_0x5e299d['locale'],_0x1a8da2=new _0x2f3751(_0x5757a5),_0x323b7f=Y(_0x5e299d,_0x349104)['filter'](_0x3fc0db=>_0x3fc0db['commands']['length']);0x1===_0x323b7f['length']?this['_getMenuBarGroupButtons']({'command':_0x1ece72,'commands':_0x323b7f[0x0]['commands'],'parentMenuView':_0x4fc95c,'onExecute':_0x5985ba})['forEach'](_0x4c3582=>_0x1a8da2['items']['add'](_0x4c3582)):_0x323b7f['forEach'](({groupId:_0x378a21,groupLabel:_0x423d20,commands:_0x2ad6cd})=>{const _0x148354=new _0x5c8a28(_0x5757a5,_0x4fc95c),_0x196a49=new _0x4f89bd(_0x5757a5),_0x57be67=new _0x2f3751(_0x5757a5),_0x5de521=this['_getMenuBarGroupButtons']({'command':_0x1ece72,'commands':_0x2ad6cd,'parentMenuView':_0x196a49,'onExecute':_0x5985ba});_0x196a49['buttonView']['set']({'label':_0x423d20||_0x378a21}),_0x196a49['delegate']('execute')['to'](_0x4fc95c),_0x57be67['items']['addMany'](_0x5de521),_0x196a49['panelView']['children']['add'](_0x57be67),_0x148354['children']['add'](_0x196a49),_0x1a8da2['items']['add'](_0x148354);}),_0x4fc95c['panelView']['children']['add'](_0x1a8da2);}['_getMenuBarGroupButtons']({command:_0x2d79b4,commands:_0x3f8ee4,parentMenuView:_0x4d502e,onExecute:_0xe05cc0}){const _0x368bbd=this['editor'],_0x2fc554=_0x368bbd['locale'];return Y(_0x368bbd,_0x3f8ee4)['map'](_0x3c9102=>{const _0x195333=new _0x5c8a28(_0x2fc554,_0x4d502e),_0x5b735d=new _0x2193c2(_0x2fc554);return _0x5b735d['set']({'label':_0x3c9102['label']}),_0x5b735d['delegate']('execute')['to'](_0x4d502e),_0x5b735d['on']('execute',()=>_0xe05cc0(_0x3c9102['id'])),_0x5b735d['bind']('isEnabled')['to'](_0x2d79b4,'enabledCommandsIds',_0x3fba34=>_0x3fba34['includes'](_0x3c9102['id'])),_0x195333['children']['add'](_0x5b735d),_0x195333;});}}function X(_0x15697f,_0x5844cb){return void 0x0!==_0x15697f['order']&&void 0x0===_0x5844cb['order']?0x1:void 0x0===_0x15697f['order']&&void 0x0!==_0x5844cb['order']?-0x1:void 0x0!==_0x15697f['order']&&void 0x0!==_0x5844cb['order']?_0x15697f['order']-_0x5844cb['order']:0x0;}function Y(_0x4ee192,_0x43742a){_0x43742a['sort'](X);const _0x185c04={},_0xf9b51f=[];for(const _0x2eca4e of _0x43742a)if(void 0x0!==_0x2eca4e['order']){if(_0x2eca4e['order']in _0x185c04)throw new _0x58d4fd('ai-commands-config-order-collision',_0x4ee192,{'conflictingDefinitions':[_0x2eca4e,_0x185c04[_0x2eca4e['order']]]});_0x185c04[_0x2eca4e['order']]=_0x2eca4e,_0xf9b51f['splice'](_0x2eca4e['order'],0x0,_0x2eca4e);}else _0xf9b51f['push'](_0x2eca4e);return _0xf9b51f;}class $n extends _0x15c7b1{static get['requires'](){return[I,x];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3fbb58){super(_0x3fbb58);const _0x390cab=_0x3fbb58['config'],_0x1c712d=_0x3fbb58['locale'];_0x390cab['define']('ai.assistant.preserveComments',!0x0),_0x390cab['define']('ai.assistant.commands',qn(_0x1c712d)),_0x390cab['define']('ai.assistant.extraCommandGroups',[]),_0x390cab['define']('ai.assistant.removeCommands',[]);let _0x35a30a=T(_0x390cab['get']('ai.assistant.commands'),_0x1c712d);const _0x1c2659=_0x390cab['get']('ai.assistant.extraCommandGroups'),_0x309682=_0x390cab['get']('ai.assistant.removeCommands');_0x1c2659['forEach'](_0x1af4ab=>{const _0x246ea9=_0x35a30a['find'](_0x228dd9=>_0x228dd9['groupId']===_0x1af4ab['groupId']);_0x246ea9?_0x246ea9['commands']=_0x246ea9['commands']['concat'](_0x1af4ab['commands']):_0x35a30a['push'](_0x1af4ab);}),_0x35a30a=_0x35a30a['filter'](_0x59ad24=>!_0x309682['includes'](_0x59ad24['groupId'])),_0x35a30a['forEach'](_0x1ff75d=>{_0x1ff75d['commands']=_0x1ff75d['commands']['filter'](_0x364c10=>!_0x309682['includes'](_0x364c10['id']));}),_0x390cab['set']('ai.assistant.commands',_0x35a30a);}}function qn(_0x2b710e){return[{'groupId':'editOrReview','groupLabel':Wn(_0x2b710e,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Wn(_0x2b710e,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Wn(_0x2b710e,'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':Wn(_0x2b710e,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Wn(_0x2b710e,'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':Wn(_0x2b710e,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Wn(_0x2b710e,'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':Wn(_0x2b710e,'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':Wn(_0x2b710e,'Change\x20tone'),'commands':[{'id':'professional','label':Wn(_0x2b710e,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Wn(_0x2b710e,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Wn(_0x2b710e,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Wn(_0x2b710e,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Wn(_0x2b710e,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Wn(_0x2b710e,'Change\x20style'),'commands':[{'id':'business','label':Wn(_0x2b710e,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Wn(_0x2b710e,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Wn(_0x2b710e,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Wn(_0x2b710e,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Wn(_0x2b710e,'Translate'),'commands':[{'id':'translateEnglish','label':Wn(_0x2b710e,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Wn(_0x2b710e,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Wn(_0x2b710e,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Wn(_0x2b710e,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Wn(_0x2b710e,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Wn(_0x2b710e,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Wn(_0x2b710e,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Wn(_0x2b710e,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class ar extends _0x15c7b1{['abortController'];static get['requires'](){return[z];}constructor(_0x44db11){super(_0x44db11),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](z)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x8ad149){return this['sendRequest'](_0x8ad149)['catch'](_0x5977ef=>{if(_0x5977ef instanceof er)return Promise['reject'](_0x5977ef);if('AbortError'==_0x5977ef['name'])return Promise['resolve']();throw console['error'](_0x5977ef),new _0x58d4fd('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x4f26fb,_0x43a7b0){const _0x337c51=this['editor']['locale'],_0x4ec0e5={'Content-Type':'application/json'};if('object'==typeof _0x4f26fb)Object['assign'](_0x4ec0e5,_0x4f26fb);else{if(_0x4f26fb)try{const _0x4173bb=await _0x4f26fb(_0x43a7b0);Object['assign'](_0x4ec0e5,_0x4173bb);}catch{return Promise['reject'](new er(Wn(_0x337c51,'AI_ERROR_GET_HEADERS')));}}return _0x4ec0e5;}async['_prepareRequestParameters'](_0x3a52ed,_0x5d0507){const _0x5724fb=this['editor']['locale'];if('object'==typeof _0x3a52ed)return _0x3a52ed;try{return await _0x3a52ed(_0x5d0507);}catch{return Promise['reject'](new er(Wn(_0x5724fb,'AI_ERROR_GET_PARAMETERS')));}}}class Qn extends ar{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x44b1d8){super(_0x44b1d8),_0x44b1d8['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x44b1d8['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x44b1d8['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x44b1d8['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x44b1d8['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x44b1d8['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x5b59ad,context:_0xda2123,onData:_0xf60e6c,actionId:_0x819b78}){const _0x317f7f=this['editor']['locale'],_0x5933f6=await this['prepareMessages'](_0x5b59ad,_0xda2123,_0x819b78),_0x2dc5ca=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x819b78),_0x373bbb=await this['_prepareRequestParameters'](this['_requestParameters'],_0x819b78),_0x1c97c1={'messages':_0x5933f6,..._0x373bbb},_0x1a6ac9={'method':'POST','headers':_0x2dc5ca,'body':JSON['stringify'](_0x1c97c1),'signal':this['abortController']['signal']},_0x40d7f1=await fetch(this['_apiUrl'],_0x1a6ac9);if(_0x40d7f1['ok'])return _0x373bbb['stream']?await this['_readStreamableResponse'](_0x40d7f1,_0xf60e6c):await this['_readStaticResponse'](_0x40d7f1,_0xf60e6c),Promise['resolve']();{const _0xe37931=await _0x40d7f1['text']();return _0xe37931['includes']('context_length_exceeded')?Promise['reject'](new er(Wn(_0x317f7f,'AI_ERROR_CONTEXT_LENGTH'))):_0xe37931['includes']('Moderation')?Promise['reject'](new er(Wn(_0x317f7f,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0xe37931));}}async['prepareMessages'](_0x1ba7c8,_0x34f5b5,_0x2a7869){let _0x3fd854,_0x477e14;return _0x34f5b5?(_0x3fd854='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.',_0x477e14='Instruction:\x0a'+_0x1ba7c8+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x34f5b5):(_0x3fd854='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.',_0x477e14=_0x1ba7c8),[{'role':'system','content':_0x3fd854},{'role':'user','content':_0x477e14}];}async['_readStreamableResponse'](_0x2a3133,_0x437c3a){const _0x3fa191=_0x2a3133['body']['getReader'](),_0xec1890=new TextDecoder();let _0x5ac502='',_0x2e14f1='',_0x1ee5d6='',_0x3e9936=!0x1;for(;!_0x3e9936;){const {done:_0xf4128f,value:_0x73a192}=await _0x3fa191['read'](),_0x34d080=_0x5ac502+_0xec1890['decode'](_0x73a192);let _0x2e9cb4='';_0x3e9936=_0xf4128f;try{_0x2e9cb4=this['_cleanUpData'](_0x34d080),_0x5ac502='';}catch{_0x5ac502=_0x34d080;continue;}_0x2e14f1+=_0x2e9cb4,!_0x3e9936&&this['_isBufferIncomplete'](_0x2e14f1)||_0x2e14f1&&(_0x1ee5d6+=_0x2e14f1,_0x2e14f1='',_0x437c3a(_0x1ee5d6));}return Promise['resolve']();}async['_readStaticResponse'](_0x3830c6,_0x118b76){return _0x118b76((await _0x3830c6['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x299580){const _0xe35e50=_0x299580['split']('<')['length']!==_0x299580['split']('>')['length'],_0x4b026b=_0x299580['length']<0x1e;return _0xe35e50&&_0x4b026b;}['_cleanUpData'](_0xac5640){return _0xac5640['split'](/\n(?![^{]*\})/g)['map'](_0x13325b=>_0x13325b['replace']('data:\x20',''))['filter'](_0x51bc4c=>_0x51bc4c&&_0x51bc4c['length']>0x0&&'[DONE]'!==_0x51bc4c)['map'](_0x4b8c20=>{const {choices:_0x578685}=JSON['parse'](_0x4b8c20);if(_0x578685[0x0]?.['delta']?.['content'])return _0x578685[0x0]['delta']['content'];})['filter'](_0x568a52=>_0x568a52)['join']('');}}class Xn extends ar{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),_0xe86b4e('ai-aws-adapter-not-supported');}async['sendRequest'](_0x124826){throw gt('ai-aws-adapter-not-supported'),new er(Wn(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class ia extends _0x1e4cb7{constructor(_0x2695be,_0xeab42c={}){super(_0x2695be),this['isToggleable']=!0x0,this['set']('side',_0xeab42c['side']||'top');const _0x3ed149=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',..._0x19d9a5(_0xeab42c['class']||[]),_0x3ed149['to']('side',_0x313252=>'ck-tab-button_'+_0x313252),_0x3ed149['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ea extends _0x4f00f9{['children'];constructor(_0x2e4257,_0x5c47bd={}){super(_0x2e4257);const _0x5da874=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',..._0x19d9a5(_0x5c47bd['class']||[]),_0x5da874['to']('class'),_0x5da874['if']('isVisible','ck-hidden',_0x49241d=>!_0x49241d)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ss extends _0x4f00f9{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x56f4a1,_0xbaaed1={}){super(_0x56f4a1),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0xbaaed1['side']||'top'),this['set']('isMaximized',!0x1);const _0x2af9c4=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',..._0x19d9a5(_0xbaaed1['class']||[]),_0x2af9c4['to']('side',_0x2c5a7e=>'ck-tabs_'+_0x2c5a7e),_0x2af9c4['to']('class'),_0x2af9c4['to']('isMaximized',_0xe0b04d=>_0xe0b04d?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x2af9c4['to']('side',_0x3e88a4=>'ck-tabs__buttons-container_'+_0x3e88a4)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x2af9c4['to']('side',_0x38d7b5=>'ck-tabs__panels-container_'+_0x38d7b5)]},'children':this['panelViews']},..._0x19d9a5(_0xbaaed1['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x4a713e){const _0x33c047=this['_tabs']['get'](_0x4a713e);return _0x33c047||null;}['addTab'](_0x11cacf){const _0x48dc3b=this['_setupButton']({'id':_0x11cacf['id'],'label':_0x11cacf['buttonLabel'],'icon':_0x11cacf['buttonIcon'],'order':_0x11cacf['order']}),_0x2bb754=new ea(this['locale']);return _0x2bb754['render'](),_0x11cacf['content']&&_0x2bb754['children']['add'](_0x11cacf['content']),this['panelViews']['add'](_0x2bb754),this['_tabs']['set'](_0x11cacf['id'],{'button':_0x48dc3b,'panel':_0x2bb754,'order':void 0x0!==_0x11cacf['order']?_0x11cacf['order']:null}),this['fire']('addTab:'+_0x11cacf['id'],{'id':_0x11cacf['id'],'button':_0x48dc3b,'panel':_0x2bb754}),null===this['activeTab']?this['activateTab'](_0x11cacf['id']):this['_hidePanel'](_0x11cacf['id']),{'button':_0x48dc3b,'panel':_0x2bb754};}['activateTab'](_0x1db8e1){if(null!==_0x1db8e1&&!this['getTab'](_0x1db8e1))throw new _0x58d4fd('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x1db8e1});this['activeTab']!==_0x1db8e1&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x1db8e1,_0x1db8e1&&this['_showPanel'](_0x1db8e1),this['fire']('activateTab:'+_0x1db8e1,_0x1db8e1));}['showTab'](_0x550c95){if(!this['getTab'](_0x550c95))throw new _0x58d4fd('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x550c95});this['_showPanel'](_0x550c95),this['_showButton'](_0x550c95),this['fire']('show:'+_0x550c95,_0x550c95);}['hideTab'](_0x45bf56){if(!this['getTab'](_0x45bf56))throw new _0x58d4fd('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x45bf56});const _0x50588b=this['activeTab'];this['_hidePanel'](_0x45bf56),this['_hideButton'](_0x45bf56);const _0x490c21=this['getTabIds']();_0x50588b===_0x45bf56&&_0x490c21['length']>0x1&&this['activateTab'](_0x490c21['find'](_0x11be4f=>_0x11be4f!==_0x45bf56)),this['fire']('hide:'+_0x45bf56,_0x45bf56);}['_getPanel'](_0x45f0b7){const _0x2ecf67=this['_tabs']['get'](_0x45f0b7);return _0x2ecf67?_0x2ecf67['panel']:null;}['_showPanel'](_0xced4a4){null!==this['activeTab']&&this['activeTab']!==_0xced4a4||this['_getPanel'](_0xced4a4)['show']();}['_hidePanel'](_0x5a050b){const _0x535646=this['_getPanel'](_0x5a050b);_0x535646['isVisible']&&(this['activeTab']===_0x5a050b&&(this['activeTab']=null),_0x535646['hide']());}['_getButton'](_0x54ae9f){const _0x3c48b4=this['_tabs']['get'](_0x54ae9f);return _0x3c48b4?_0x3c48b4['button']:null;}['_showButton'](_0x3e33e){this['_getButton'](_0x3e33e)['show']();}['_hideButton'](_0x112797){this['_getButton'](_0x112797)['hide']();}['_setupButton'](_0x17736e){const _0x5eb19c=new ia(this['locale'],{'side':this['side']}),_0x20af8d=this['buttonViews'];if(_0x5eb19c['set']({'label':_0x17736e['label'],'icon':_0x17736e['icon'],'tooltip':!0x0,'withText':!0x0}),_0x5eb19c['bind']('isOn')['to'](this,'activeTab',_0x189ba8=>_0x189ba8===_0x17736e['id']),_0x5eb19c['bind']('side')['to'](this,'side'),_0x17736e['order']){const _0x51e975=[...this['_tabs']]['reduce']((_0x308ebb,_0x2fa02e)=>{const _0x2e0973=_0x2fa02e[0x0],{order:_0x49d523}=_0x2fa02e[0x1];return!_0x49d523||_0x49d523>_0x17736e['order']?_0x308ebb:_0x49d523>=_0x308ebb['order']?{'id':_0x2e0973,'order':_0x49d523}:_0x308ebb;},{'id':'','order':0x0}),_0xf4954b=_0x20af8d['getIndex'](this['_getButton'](_0x51e975['id']));_0x20af8d['add'](_0x5eb19c,_0xf4954b+0x1);}else _0x20af8d['add'](_0x5eb19c);return _0x5eb19c['on']('execute',()=>{this['activateTab'](_0x17736e['id']);}),_0x5eb19c;}}const ni=['overlay','sidebar','custom'],oi=['left','right'];class hi extends ss{constructor(_0x201e2b,_0x13d14e={}){super(_0x201e2b,_0x13d14e),this['set']('type',_0x13d14e['type']||'sidebar'),this['set']('side',_0x13d14e['side']||'right'),this['set']('isVisible',_0x13d14e['visibleByDefault']??!0x0);const _0xb7f87d=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0xb7f87d['if']('type','ck-ai-tabs__overlay',_0x14d1d8=>'overlay'===_0x14d1d8),_0xb7f87d['if']('type','ck-ai-tabs__sidebar',_0x1f0752=>'sidebar'===_0x1f0752),_0xb7f87d['if']('isVisible','ck-hidden',_0x3c72e9=>!_0x3c72e9)]}}),this['buttonViews']['on']('add',(_0x7e4921,_0x52f118)=>{_0x52f118['set']('withText',!0x1);});}}class pt extends _0x4c91f3{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1f9eea){super(_0x1f9eea);const _0x3d4f42=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x3d4f42)throw new _0x58d4fd('ai-tabs-configuration-not-found');if(void 0x0!==_0x3d4f42['showResizeButton']&&(this['showResizeButton']=_0x3d4f42['showResizeButton']),'sidebar'!==_0x3d4f42['type']&&'overlay'!==_0x3d4f42['type']||_0x3d4f42['side']&&(this['side']=_0x3d4f42['side']),'sidebar'===_0x3d4f42['type']){if(this['container']=_0x3d4f42['element'],this['set']('type','sidebar'),!this['container'])throw new _0x58d4fd('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x3d4f42['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new hi(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':void 0x0===_0x3d4f42['visibleByDefault']||_0x3d4f42['visibleByDefault']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof dt&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x438863){if(_0x438863&&this['type']!==_0x438863){if(!ni['includes'](_0x438863))throw new _0x58d4fd('ai-tabs-unsupported-ui-type');this['type']=_0x438863;}}['switchSide'](_0x35b38c){if(_0x35b38c&&this['side']!==_0x35b38c){if(!oi['includes'](_0x35b38c))throw new _0x58d4fd('ai-tabs-unsupported-ui-side');this['side']=_0x35b38c;}}['resize'](){this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class s extends _0x4c91f3{['_apiUrl'];['_token'];['_decoder'];static get['requires'](){return['CloudServices'];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3a03d3){super(_0x3a03d3),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl'),this['_token']=null,this['_decoder']=new TextDecoder();}['init'](){const _0x348f8d=this['context']['plugins']['get']('CloudServices');if(!_0x348f8d['token'])throw new _0x58d4fd('ai-missing-token',this);this['_token']=_0x348f8d['token'];}['startConversation'](_0x38f62b,_0x4d9e96){const _0x536cae=this['_sendApiRequest']('/conversations','POST',{'id':_0x38f62b,'group':_0x4d9e96});return{'getConversation':async()=>(await _0x536cae['request'])['json'](),'abortController':_0x536cae['abortController']};}['queryAssistant']({message:_0x5d3579,conversationId:_0x2902a1,parts:_0x1cc67f,capabilities:_0x5f5980,model:_0x3224f1,attributes:_0x16132f}){const _0x356b5e={'prompt':_0x5d3579,'content':_0x1cc67f,'model':_0x3224f1,..._0x5f5980&&{'capabilities':_0x5f5980},..._0x16132f&&{'attributes':_0x16132f}},_0x4c81a4=this['_sendApiRequest']('/conversations/'+_0x2902a1+'/messages','POST',_0x356b5e);return{'getStream':async()=>{const _0x4901f7=(await _0x4c81a4['request'])['body'];return this['_getStreamReader'](_0x4901f7);},'abortController':_0x4c81a4['abortController']};}['executeCustomAction']({content:_0x1e41c1,message:_0x21bfd1,model:_0x5a8dcf,outputFormat:_0x550444}){const _0x5b32e9={'content':[{'type':'text','content':_0x1e41c1}],'prompt':_0x21bfd1,'model':_0x5a8dcf,'outputFormat':_0x550444},_0x5aad3a=this['_sendApiRequest']('/actions/custom/calls','POST',_0x5b32e9);return{'getStream':async()=>{const _0x646a7e=(await _0x5aad3a['request'])['body'];return this['_getStreamReader'](_0x646a7e);},'abortController':_0x5aad3a['abortController']};}['executeAction']({actionName:_0x3db17f,content:_0x591f39,args:_0x55ab4d}){const _0x37e5f9={'content':[{'type':'text','content':_0x591f39}],'args':_0x55ab4d},_0x140f30=this['_sendApiRequest']('/actions/system/'+_0x3db17f+'/calls','POST',_0x37e5f9);return{'getStream':async()=>{const _0x1ae1d1=(await _0x140f30['request'])['body'];return this['_getStreamReader'](_0x1ae1d1);},'abortController':_0x140f30['abortController']};}['uploadFile'](_0x3ae3dc,_0x471821,_0x356676){const _0xf3c2cc=new FormData();_0xf3c2cc['append']('file',_0x471821,_0x471821['name']),_0x356676&&_0xf3c2cc['append']('attributes',JSON['stringify'](_0x356676));const _0x23d4ef=this['_sendApiRequest']('/conversations/'+_0x3ae3dc+'/files','POST',_0xf3c2cc);return{'getId':async()=>(await _0x23d4ef['request'])['json'](),'abortController':_0x23d4ef['abortController']};}['fetchDocument'](_0x24fe5f,_0x1bb967){const _0x3df530=this['_sendApiRequest']('/conversations/'+_0x24fe5f+'/documents/'+_0x1bb967,'GET');return{'getDocument':async()=>(await _0x3df530['request'])['json'](),'abortController':_0x3df530['abortController']};}['uploadDocument'](_0x5c6ded,_0x41b705,_0x137fa5){const _0x22316d={'content':_0x41b705};_0x137fa5&&(_0x22316d['attributes']=_0x137fa5);const _0x5a9a80=this['_sendApiRequest']('/conversations/'+_0x5c6ded+'/documents','POST',_0x22316d);return{'getId':async()=>(await _0x5a9a80['request'])['json'](),'abortController':_0x5a9a80['abortController']};}['fetchConversations'](_0x474a5c,_0x5a3f49={}){const _0x2f5cbc=new URLSearchParams();_0x2f5cbc['append']('group',_0x474a5c),_0x2f5cbc['append']('excludeEmpty',!0x1!==_0x5a3f49['excludeEmpty']?'true':'false'),_0x2f5cbc['append']('limit',_0x5a3f49['limit']?_0x5a3f49['limit']['toString']():'100'),_0x2f5cbc['append']('sortBy',_0x5a3f49['sortBy']?_0x5a3f49['sortBy']:'createdAt'),_0x2f5cbc['append']('order',_0x5a3f49['order']?_0x5a3f49['order']:'desc');const _0x30e7e8=this['_sendApiRequest']('/conversations?'+_0x2f5cbc['toString'](),'GET');return{'getConversations':async()=>{const _0x1cd3ae=await _0x30e7e8['request'];return(await _0x1cd3ae['json']())['items'];},'abortController':_0x30e7e8['abortController']};}['deleteConversation'](_0x409d1c){const _0x129d0a=this['_sendApiRequest']('/conversations/'+_0x409d1c,'DELETE');return{'execute':async()=>{await _0x129d0a['request'];},'abortController':_0x129d0a['abortController']};}['updateConversation'](_0x3466b3,_0x3031e3){const _0x1d11e4=this['_sendApiRequest']('/conversations/'+_0x3466b3,'PATCH',_0x3031e3);return{'getResult':async()=>(await _0x1d11e4['request'],_0x3031e3),'abortController':_0x1d11e4['abortController']};}['fetchConversation'](_0x25fd99){const _0x20e3aa=this['_sendApiRequest']('/conversations/'+_0x25fd99,'GET');return{'getConversation':async()=>(await _0x20e3aa['request'])['json'](),'abortController':_0x20e3aa['abortController']};}['fetchConversationMessages'](_0xa74704){const _0x4450d8=this['_sendApiRequest']('/conversations/'+_0xa74704+'/messages','GET');return{'getMessages':async()=>{const _0x59a20f=await _0x4450d8['request'];return(await _0x59a20f['json']())['items'];},'abortController':_0x4450d8['abortController']};}['uploadUrl'](_0x440b85,_0x174d10,_0x1752c1){const _0x1babe9=this['_sendApiRequest']('/conversations/'+_0x440b85+'/web-resources','POST',{'url':_0x174d10,'attributes':_0x1752c1});return{'getId':async()=>(await _0x1babe9['request'])['json'](),'abortController':_0x1babe9['abortController']};}['getModels'](_0x5b5d8c='en'){const _0x56b518=new URLSearchParams();_0x56b518['append']('language',_0x5b5d8c);const _0x951e39='/models/1?'+_0x56b518['toString'](),_0x134edc=this['_sendApiRequest'](_0x951e39,'GET');return{'list':async()=>await(await _0x134edc['request'])['json'](),'abortController':_0x134edc['abortController']};}['deleteFile'](_0x5d3d10,_0x2dfe6f){const _0x3fe5da=this['_sendApiRequest']('/conversations/'+_0x5d3d10+'/files/'+_0x2dfe6f,'DELETE');return{'execute':async()=>{await _0x3fe5da['request'];},'abortController':_0x3fe5da['abortController']};}['deleteDocument'](_0x1d5e25,_0x42e6fb){const _0x37e507=this['_sendApiRequest']('/conversations/'+_0x1d5e25+'/documents/'+_0x42e6fb,'DELETE');return{'execute':async()=>{await _0x37e507['request'];},'abortController':_0x37e507['abortController']};}['deleteWebResource'](_0x2c8a35,_0x3758a3){const _0x422c58=this['_sendApiRequest']('/conversations/'+_0x2c8a35+'/web-resources/'+_0x3758a3,'DELETE');return{'execute':async()=>{await _0x422c58['request'];},'abortController':_0x422c58['abortController']};}['callSystemReview']({reviewName:_0x5a8c92,content:_0x143231,args:_0x5db156}){const _0x405f76=this['_sendApiRequest']('/reviews/system/'+_0x5a8c92+'/calls','POST',{'content':[{'type':'text','content':_0x143231}],'args':_0x5db156});return{'getStream':async()=>{const _0x6cb585=(await _0x405f76['request'])['body'];return this['_getStreamReader'](_0x6cb585);},'abortController':_0x405f76['abortController']};}['callCustomReview']({content:_0x35161d,prompt:_0x178549,model:_0x4b0f52}){const _0x3e33e8=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x35161d}],'prompt':_0x178549,'model':_0x4b0f52});return{'getStream':async()=>{const _0x37b320=(await _0x3e33e8['request'])['body'];return this['_getStreamReader'](_0x37b320);},'abortController':_0x3e33e8['abortController']};}['upsertAIChatRating'](_0x12d79f,_0x3a2b5e,_0x41093c){const _0x483e55=this['_sendApiRequest']('/conversations/'+_0x12d79f+'/messages/'+_0x3a2b5e+'/ratings','PUT',{'positiveCount':_0x41093c['positiveCount'],'totalCount':_0x41093c['totalCount'],'modificationId':_0x41093c['modificationId']});return{'execute':async()=>{await _0x483e55['request'];},'abortController':_0x483e55['abortController']};}['upsertAIActionRating'](_0x1c58ab,_0x4d2a8b,_0x2a6364){const _0x3ca264=this['_sendApiRequest']('/actions/system/'+_0x1c58ab+'/calls/'+_0x4d2a8b+'/ratings','PUT',{'positiveCount':_0x2a6364['positiveCount'],'totalCount':_0x2a6364['totalCount']});return{'execute':async()=>{await _0x3ca264['request'];},'abortController':_0x3ca264['abortController']};}['upsertCustomAIActionRating'](_0x1e1602,_0x7534d0){const _0x29f2b5=this['_sendApiRequest']('/actions/custom/calls/'+_0x1e1602+'/ratings','PUT',{'positiveCount':_0x7534d0['positiveCount'],'totalCount':_0x7534d0['totalCount']});return{'execute':async()=>{await _0x29f2b5['request'];},'abortController':_0x29f2b5['abortController']};}['upsertAIReviewRating'](_0x5e0a37,_0x41f43d,_0xcaead9,_0x40e485){const _0x52b49b=this['_sendApiRequest']('/reviews/system/'+_0x5e0a37+'/calls/'+_0x41f43d+'/ratings','PUT',{'positiveCount':_0xcaead9['positiveCount'],'totalCount':_0xcaead9['totalCount'],'dataId':_0x40e485});return{'execute':async()=>{await _0x52b49b['request'];},'abortController':_0x52b49b['abortController']};}['upsertCustomAIReviewRating'](_0x43ef53,_0xcf477,_0x120912){const _0x5f2006=this['_sendApiRequest']('/reviews/custom/calls/'+_0x43ef53+'/ratings','PUT',{'positiveCount':_0xcf477['positiveCount'],'totalCount':_0xcf477['totalCount'],'dataId':_0x120912});return{'execute':async()=>{await _0x5f2006['request'];},'abortController':_0x5f2006['abortController']};}['_sendApiRequest'](_0x516993,_0x2c86b3,_0x14b945){const _0x96cea3=new AbortController(),_0x29ef9d=_0x14b945 instanceof FormData,_0x241c18={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0x14b945&&!_0x29ef9d&&(_0x241c18['Content-Type']='application/json');const _0x56cd60={'method':_0x2c86b3,'headers':_0x241c18,'signal':_0x96cea3['signal']};return _0x14b945&&(_0x56cd60['body']=_0x29ef9d?_0x14b945:JSON['stringify'](_0x14b945)),{'request':fetch(''+this['_apiUrl']+_0x516993,_0x56cd60)['catch'](_0x48910d=>{this['_handleError'](_0x48910d);})['then'](_0x1435f8=>_0x1435f8['ok']?_0x1435f8:_0x1435f8['json']()['then'](_0x5160a3=>{throw{'url':this['_apiUrl'],'path':_0x516993,'method':_0x2c86b3,'body':_0x14b945,'status':(_0x1435f8||{})['status'],'statusText':(_0x1435f8||{})['statusText'],'code':_0x5160a3['code'],'message':_0x5160a3['message'],'traceId':_0x5160a3['traceId']};})),'abortController':_0x96cea3};}async*['_getStreamReader'](_0x40443b){const _0xaa533c=[],_0x4c7d95=_0x40443b['getReader'](),_0x8b5ec6=$t({'onError':_0x12fd5f=>{this['_handleError'](_0x12fd5f);},'onEvent':_0x10dda9=>{_0x10dda9['data']=JSON['parse'](_0x10dda9['data']),_0xaa533c['push'](_0x10dda9);}});try{let _0x56f491=!0x1;for(;!_0x56f491;){const {done:_0x4a2669,value:_0x4ec7ce}=await _0x4c7d95['read']();_0x4a2669&&(_0x56f491=!0x0),_0x8b5ec6['feed'](this['_decoder']['decode'](_0x4ec7ce,{'stream':!0x0})),yield*_0xaa533c,_0xaa533c['length']=0x0;}}catch(_0x436dc8){this['_handleError'](_0x436dc8);}finally{_0x4c7d95['releaseLock'](),_0x8b5ec6['reset']();}}['_handleError'](_0x5af3c9){if(_0x5af3c9 instanceof _0x58d4fd)throw _0x5af3c9;if(_0x5af3c9 instanceof Error&&'AbortError'===_0x5af3c9['name'])throw new _0x58d4fd('ai-request-aborted',this,{'originalError':_0x5af3c9});throw new _0x58d4fd('ai-request-failed',this,{'originalError':_0x5af3c9});}}function m(_0x2c8307,_0x3b50ad,_0x17cd6a){const t=_0x2c8307['t'];switch(_0x3b50ad){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'},_0x17cd6a);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':'The\x20request\x20was\x20aborted.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_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.'},_0x17cd6a);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.'},_0x17cd6a);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_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.'},_0x17cd6a);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'},_0x17cd6a);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x17cd6a);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'},_0x17cd6a);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.'},_0x17cd6a);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.'},_0x17cd6a);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.'},_0x17cd6a);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.'},_0x17cd6a);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'},_0x17cd6a);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.'},_0x17cd6a);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 _0x3b50ad;}}function Hs(_0x3d189f,_0x161771){const _0x224584=new _0x1e4cb7(_0x3d189f),_0x747521=m(_0x3d189f,'AI_TABS_LABEL_MINIMIZE'),_0x2d3464=m(_0x3d189f,'AI_TABS_LABEL_MAXIMIZE');return _0x224584['set']({'withText':!0x1,'icon':_0x51b882,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20ck-ai-button-tertiary'}),_0x224584['bind']('label')['to'](_0x161771,'isMaximized',_0x11f9c5=>_0x11f9c5?_0x747521:_0x2d3464),_0x224584['bind']('icon')['to'](_0x161771,'isMaximized',_0x496f71=>_0x496f71?_0x2efe1c:_0x51b882),_0x224584['bind']('isOn')['to'](_0x161771,'isMaximized'),_0x224584['on']('execute',()=>{_0x161771['fire']('resizeTabs');}),_0x224584;}function mr(_0xacbc94){return _0x358350(_0xacbc94);}function Tt(_0x5e529f){return _0x33b624(_0x5e529f);}function St(_0x2b997f,_0x25f67d,_0x5f2fd0){const _0x2cd30f=null!==_0x25f67d?_0x1510fa=>_0x1510fa['attribs'][_0x2b997f]===_0x25f67d:_0x5e8c91=>Boolean(_0x5e8c91['attribs'][_0x2b997f]);return yt(_0x312304=>_0x50745c(_0x312304)&&_0x2cd30f(_0x312304),_0x5f2fd0);}function Ni(_0x4eeed0,_0x5ad50e,_0x20bd58){const _0x475b90=null!==_0x5ad50e?_0x1798da=>_0x1798da['attribs'][_0x4eeed0]===_0x5ad50e:_0x3c7830=>Boolean(_0x3c7830['attribs'][_0x4eeed0]);return _0x436305(_0x39534c=>_0x50745c(_0x39534c)&&_0x475b90(_0x39534c),_0x20bd58);}function At(_0x45c628,_0x35d71a){return _0x45c628&&_0x50745c(_0x45c628)?_0x45c628['attribs'][_0x35d71a]:null;}function ji(_0x2be8ca,_0x2d92f1,_0x2ffc02){_0x50745c(_0x2be8ca)&&(null===_0x2ffc02?delete _0x2be8ca['attribs'][_0x2d92f1]:_0x2be8ca['attribs'][_0x2d92f1]=_0x2ffc02);}function Di(_0x107e42,_0x103f53,_0x2fad85){const _0x2831f2=_0x103f53['cloneNode'](!0x0);'beforebegin'===_0x2fad85?_0x2960ac(_0x107e42,_0x2831f2):'afterbegin'===_0x2fad85?_0x2e7100(_0x107e42,_0x2831f2):'beforeend'===_0x2fad85?_0x3e9d6c(_0x107e42,_0x2831f2):'afterend'===_0x2fad85&&_0x2867c8(_0x107e42,_0x2831f2);}function Li(_0x5d746a){const _0x54bb60=[];let _0x5825a3=_0x5d746a;for(;_0x5825a3;)_0x5825a3=_0x3093a6(_0x5825a3),_0x5825a3&&_0x54bb60['push'](_0x5825a3);return _0x54bb60;}function zn(_0x4acd15){return _0x4acd15['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function qi(_0x568b4a){let _0xfd182c=0x0;for(;_0x568b4a['parentNode'];)_0x568b4a=_0x568b4a['parentNode'],_0xfd182c++;return _0xfd182c;}function Gi(_0x58c79e){const _0x336fc9=[];let _0x1fe105=_0x58c79e['nextSibling'];for(;_0x1fe105;)_0x336fc9['push'](_0x1fe105),_0x1fe105=_0x1fe105['nextSibling'];_0x336fc9['forEach'](_0x10fec6=>{_0x444a18(_0x10fec6);});}class Yi extends/* #__PURE__ -- @preserve */
25
+ ts(){['_m2html'];constructor(){super(),this['_m2html']=new _0x5ca5a2();}['convertMarkdownToHTML'](_0x3c3b02){const _0x110f37=this['_m2html']['parse'](_0x3c3b02);return this['parseAndNormalizeHTML'](_0x110f37);}['parseAndNormalizeHTML'](_0x473f22){return this['_parseHTML'](_0x473f22);}['_parseHTML'](_0xe3ebab){const _0x1f8681=mr('<dummy>'+_0xe3ebab['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x1f8681['children']=_0x1f8681['children'][0x0]['children'],_0x1f8681;}}class Zi extends/* #__PURE__ -- @preserve */
26
+ ts(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x3a6555){super(),this['_generateUid']=_0x3a6555||_0xdd667e;}['merge'](_0x3ecf38,_0xd22293,_0x4f2ab4){const _0x341778=_0x3ecf38['cloneNode'](!0x0);if(0x0===_0xd22293['childNodes']['length']){const _0x531666=[];return Ni('data-id','new-element',_0x341778)['forEach'](_0x37888f=>{const _0x1583c0=this['_generateUid']();ji(_0x37888f,'data-id',_0x1583c0),_0x531666['push'](_0x1583c0);}),this['_removeSpecialComments'](_0x341778),{'parsedContent':_0x341778,'newNodeIds':_0x531666,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x4f2ab4&&_0x4f2ab4['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x341778),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(Ni('data-id',null,_0xd22293)['map'](_0x5600db=>At(_0x5600db,'data-id'))['filter'](_0x2cfe62=>!!_0x2cfe62));let _0x3870e4=-0x1,_0x338784=!0x1;const _0x3bd579=_0x341778['childNodes'],_0x192e2a=Array['from'](_0x3bd579)['filter'](_0x2322fc=>!(0x3===_0x2322fc['nodeType']&&''===Tt(_0x2322fc)['trim']())),_0x50e97d=_0x192e2a['length'];for(let _0x3e3887=0x0;_0x3e3887<_0x50e97d;_0x3e3887++){const _0x17b456=_0x192e2a[_0x3e3887],_0xa916c6=_0x192e2a[_0x3e3887+0x1];if(this['_isNewNode'](_0x17b456)){if(-0x1===_0x3870e4&&(_0x3870e4=_0x3e3887),this['_markWrappedElements'](_0x17b456),!this['_isNewNode'](_0xa916c6)){const [_0x42defc,_0x314e11]=this['_findReferenceNode'](_0x17b456,_0x338784,_0xd22293);if(_0x42defc){const _0xb99c38=Array['from'](_0x192e2a)['slice'](_0x3870e4,_0x3e3887+0x1);this['_insertNodes'](_0x42defc,_0xb99c38,_0x314e11),_0x3870e4=-0x1;}}}else{if(this['_isExistingContentComment'](_0x17b456))_0x338784=!0x0;else{if(this['_isExistingNode'](_0x17b456)){const _0x8fdae2=At(_0x17b456,'data-id');if(_0x8fdae2&&this['_existingDataIds']['has'](_0x8fdae2)){const _0xd803d5=St('data-id',_0x8fdae2,_0xd22293);this['_replaceNode'](_0xd803d5,_0x17b456);}if(this['_touchedNodesState']['removedIds']['includes'](_0x8fdae2)){const _0x4923c2=this['_touchedNodesState']['removedIds']['indexOf'](_0x8fdae2);this['_touchedNodesState']['removedIds']['splice'](_0x4923c2,0x1);}}else{if(this['_isDelNode'](_0x17b456)){const _0x4ad956=At(_0x17b456,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x4ad956)||this['_storeDeletedElementIds'](_0x17b456);}}}}}for(const _0x165cd7 of this['_touchedNodesState']['removedIds']){const _0x44d69a=St('data-id',_0x165cd7,_0xd22293);if(_0x44d69a){if(_0x4f2ab4&&_0x4f2ab4['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x165cd7;const _0x181bb3=_0x4f2ab4['replaceRemovedWith']['cloneNode'](!0x0);ji(_0x181bb3,'data-id',_0x165cd7),ji(_0x181bb3,'data-removed','true'),_0x414a60(_0x44d69a,_0x181bb3);}else _0x444a18(_0x44d69a);}}if(Ni('data-wrapped-id',null,_0xd22293)['forEach'](_0x4acde0=>{const _0x5ba829=St('data-id',At(_0x4acde0,'data-wrapped-id'),_0xd22293);var _0x5b6b5c,_0x515bbb;_0x5ba829&&(_0x515bbb=_0x4acde0,_0x444a18(_0x5b6b5c=_0x5ba829),_0x414a60(_0x515bbb,_0x5b6b5c));}),Ni('data-id','new-element',_0xd22293)['forEach'](_0x26c928=>{const _0x49902=this['_getUid'](_0x26c928);ji(_0x26c928,'data-id',_0x49902),this['_touchedNodesState']['newIds']['push'](_0x49902);}),this['_removeSpecialComments'](_0xd22293),_0x4f2ab4&&_0x4f2ab4['markUnstableElements']&&this['_markUnstableElements'](_0xd22293,_0x4f2ab4['markUnstableElementsDepth']||0x0),_0x4f2ab4&&_0x4f2ab4['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x148569=St('data-id',this['_touchedNodesState']['lastTouchedId'],_0xd22293);for(;_0x148569;)Gi(_0x148569),_0x148569=_0x148569['parentNode'];}return{'parsedContent':_0xd22293,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x2ca576,_0x2ef0a3,_0x531a13){for(const _0x1ead53 of _0x2ef0a3){const _0x400709=this['_getUid'](_0x1ead53);ji(_0x1ead53,'data-id',_0x400709),this['_touchedNodesState']['newIds']['push'](_0x400709),this['_touchedNodesState']['lastTouchedId']=_0x400709;}const _0x37a60c='afterbegin'===_0x531a13||'afterend'===_0x531a13?_0x2ef0a3['reverse']():_0x2ef0a3;for(const _0x3963db of _0x37a60c)Di(_0x2ca576,_0x3963db,_0x531a13);}['_replaceNode'](_0x515352,_0x2ea3a9){if(!_0x515352)return;if(_0x1efc78=_0x2ea3a9,zn(Tt(_0x515352))===zn(Tt(_0x1efc78)))return;var _0x1efc78;const _0x10e58a=this['_getUid'](_0x515352);ji(_0x2ea3a9,'data-id',_0x10e58a),this['_touchedNodesState']['modifiedIds']['push'](_0x10e58a),this['_touchedNodesState']['lastTouchedId']=_0x10e58a,_0x414a60(_0x515352,_0x2ea3a9['cloneNode'](!0x0));}['_findReferenceNode'](_0x7616ba,_0x24987f,_0x13c5e1){const _0x1d2af3=this['_findPrevElementWithDataId'](_0x7616ba,!0x1);if(_0x1d2af3){const _0x4c38ec=this['_getNodeDataId'](_0x1d2af3),_0x83763c=St('data-id',_0x4c38ec,_0x13c5e1);if(_0x83763c)return[_0x83763c,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x4c38ec);}const _0x16df28=this['_findNextElementWithDataId'](_0x7616ba,!0x1);if(_0x16df28){const _0x10c7ce=this['_getNodeDataId'](_0x16df28),_0x5bb2db=St('data-id',_0x10c7ce,_0x13c5e1);if(_0x5bb2db)return[_0x5bb2db,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x10c7ce);}return _0x24987f?_0x7616ba['nextSibling']?this['_findFallbackReferenceNode'](_0x7616ba,_0x13c5e1):[_0x13c5e1['childNodes'][_0x13c5e1['childNodes']['length']-0x1],'afterend']:[_0x13c5e1['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x14de6b,_0x210594){const _0x3d7d4b=[],_0x4f0007=this['_findPrevElementWithDataId'](_0x14de6b,!0x0);if(_0x4f0007){const _0x5e73dc=St('data-id',this['_getNodeDataId'](_0x4f0007),_0x210594);_0x5e73dc&&_0x3d7d4b['push']([_0x5e73dc,'afterend']);}const _0x2552a9=this['_findNextElementWithDataId'](_0x14de6b,!0x0);if(_0x2552a9){const _0x30c037=St('data-id',this['_getNodeDataId'](_0x2552a9),_0x210594);_0x30c037&&_0x3d7d4b['push']([_0x30c037,'beforebegin']);}if(_0x3d7d4b['length']>0x1)return qi(_0x3d7d4b[0x0][0x0])<=qi(_0x3d7d4b[0x1][0x0])?_0x3d7d4b[0x0]:_0x3d7d4b[0x1];return 0x1===_0x3d7d4b['length']?_0x3d7d4b[0x0]:[_0x210594['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x391b8d,_0xa4595a){let _0x5ef739=_0x391b8d['nextSibling'],_0xae0d76=null,_0x4aed35=!0x1;for(;_0x5ef739;){if(_0x4505a1(_0x5ef739)){if(this['_isDelNode'](_0x5ef739)&&(_0xae0d76=_0x5ef739),this['_isExistingContentComment'](_0x5ef739)&&_0xa4595a&&!_0x4aed35){_0x4aed35=!0x0,_0x5ef739=_0x5ef739['nextSibling'];continue;}break;}const _0xca7c2b=At(_0x5ef739,'data-id');if(_0xca7c2b&&'new-element'!==_0xca7c2b&&this['_existingDataIds']['has'](_0xca7c2b)){_0xae0d76=_0x5ef739;break;}_0x5ef739=_0x5ef739['nextSibling'];}return _0xae0d76;}['_findPrevElementWithDataId'](_0x2d39d3,_0xd33228){let _0x51b035=_0x2d39d3['previousSibling'],_0x1cbf56=null,_0x3e47d7=!0x1;for(;_0x51b035;){if(_0x4505a1(_0x51b035)){if(this['_isDelNode'](_0x51b035)&&(_0x1cbf56=_0x51b035),this['_isExistingContentComment'](_0x51b035)&&_0xd33228&&!_0x3e47d7){_0x3e47d7=!0x0,_0x51b035=_0x51b035['previousSibling'];continue;}break;}const _0xc248f0=At(_0x51b035,'data-id');if(_0xc248f0&&'new-element'!==_0xc248f0&&this['_existingDataIds']['has'](_0xc248f0)){_0x1cbf56=_0x51b035;break;}_0x51b035=_0x51b035['previousSibling'];}return _0x1cbf56;}['_markWrappedElements'](_0x198b85){_0x50745c(_0x198b85)&&Ni('data-id',null,_0x198b85)['forEach'](_0x47813a=>{this['_isExistingNode'](_0x47813a)&&!this['_hasWrappedParent'](_0x47813a)&&(ji(_0x47813a,'data-wrapped-id',At(_0x47813a,'data-id')),ji(_0x47813a,'data-id',null));});}['_getNodeDataId'](_0x5bef42){if(!_0x5bef42)return null;if(_0x50745c(_0x5bef42))return At(_0x5bef42,'data-id');if(_0x4505a1(_0x5bef42)){const _0x3c3230=Tt(_0x5bef42)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x3c3230&&_0x3c3230[0x1])return _0x3c3230[0x1];}return null;}['_storeDeletedElementIds'](_0x24118b){if(_0x4505a1(_0x24118b)){const _0x3c4d1c=Tt(_0x24118b)['match'](/removed[\s*-]data-id="([^"]+)"/);_0x3c4d1c&&_0x3c4d1c[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0x3c4d1c[0x1]);}}['_getUid'](_0x1ffa23){return this['_isExistingNode'](_0x1ffa23)?At(_0x1ffa23,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x1bd2ff){(function(_0x52330b){return _0x25e992(_0x7f3bc1=>_0x4505a1(_0x7f3bc1),_0x52330b,!0x0,0x1/0x0);}(_0x1bd2ff)['filter'](_0x2aaf31=>this['_isDelNode'](_0x2aaf31)||this['_isExistingContentComment'](_0x2aaf31))['forEach'](_0x10cff6=>{_0x444a18(_0x10cff6);}));}['_markLastTagElementUnstable'](_0x118562){const _0x420fdd=_0x118562['childNodes'],_0x43922d=_0x420fdd[_0x420fdd['length']-0x1];_0x43922d&&_0x50745c(_0x43922d)&&ji(_0x43922d,'data-unstable','true');}['_markUnstableElements'](_0x390134,_0x309007){const _0x13fe90=St('data-unstable','true',_0x390134);if(!_0x13fe90)return;const _0x71dea0=Li(_0x13fe90)['slice'](0x0,-0x1),_0x208cbc=_0x71dea0['length'];let _0x735caf=_0x13fe90;if(_0x208cbc>_0x309007){let _0x201c63=_0x208cbc,_0x3f8ae1=null;for(;_0x201c63>_0x309007&&_0x201c63>=0x0;)_0x201c63--,_0x3f8ae1=_0x71dea0[_0x201c63];_0x3f8ae1&&(_0x735caf=_0x3f8ae1,ji(_0x13fe90,'data-unstable',null),ji(_0x3f8ae1,'data-unstable','true'));}else{if(_0x208cbc<_0x309007){let _0x3dc0ff=_0x208cbc,_0x54c15=_0x13fe90;for(;_0x3dc0ff<_0x309007;){const _0x3c84a4=_0x54c15['childNodes']['filter'](_0x494afe=>_0x50745c(_0x494afe));if(0x0===_0x3c84a4['length'])break;_0x3dc0ff++,_0x54c15=_0x3c84a4[_0x3c84a4['length']-0x1];}_0x54c15&&(_0x735caf=_0x54c15,ji(_0x13fe90,'data-unstable',null),ji(_0x54c15,'data-unstable','true'));}}let _0x29d6a4=_0x735caf;for(;_0x29d6a4;){for(;_0x29d6a4['nextSibling'];)_0x29d6a4=_0x29d6a4['nextSibling'],_0x50745c(_0x29d6a4)&&ji(_0x29d6a4,'data-unstable','true');_0x29d6a4=_0x29d6a4['parentNode'];}}['_isNewNode'](_0x479d51){return Boolean('new-element'===At(_0x479d51,'data-id'));}['_isExistingNode'](_0x4ba8d1){return Boolean((At(_0x4ba8d1,'data-id')||'')['length']>0x0&&'new-element'!==At(_0x4ba8d1,'data-id'));}['_isDelNode'](_0x46e5ad){return!!_0x46e5ad&&Boolean(_0x4505a1(_0x46e5ad)&&Tt(_0x46e5ad)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x31eb3d){let _0x1b905a=_0x31eb3d['parentNode'];for(;_0x1b905a;){if(At(_0x1b905a,'data-wrapped-id'))return!0x0;_0x1b905a=_0x1b905a['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x3b2d66){return Boolean(_0x4505a1(_0x3b2d66)&&Tt(_0x3b2d66)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function f({editor:_0x460a89,changeGroups:_0x5da5eb,documentContextContent:_0x250c9b,showDiff:_0x6ce630,trimUnchanged:_0x7a825=!0x0}){return _0x5da5eb['map'](_0xccc862=>{const _0x230f25=new Et([]),_0x4a5d25=new Et([]);for(const _0x5f32df of _0xccc862['changes'])if(_0x6ce630&&'removed'==_0x5f32df['type']||_0x4a5d25['children']['push'](_0x5f32df['node']['cloneNode'](!0x0)),'new'!=_0x5f32df['type']&&(_0x6ce630||'removed'!=_0x5f32df['type'])){const _0x4a4bf1=yt(_0x345bb3=>At(_0x345bb3,'data-id')==_0x5f32df['id'],_0x250c9b,!0x0);_0x4a4bf1&&_0x230f25['children']['push'](_0x4a4bf1['cloneNode'](!0x0));}const {content:_0x137eed,hasChanges:_0x4db479}=function(_0x171717,_0x43728f,_0x36a625,_0x309291,_0xed4065=!0x0){const _0x386007=_0x171717['plugins']['get']('DocumentCompare'),_0x1baf42=Tt(_0x43728f),_0x2b1404=Tt(_0x36a625),_0x40cf2e=_0x171717['data']['parse'](_0x1baf42,'$root'),_0xbec061=_0x171717['model']['createPositionAt'](_0x40cf2e,0x0),_0x51c57a=_0x386007['getDiff'](_0x1baf42,_0x2b1404,{'anchor':_0xbec061,'markDeletions':_0x309291}),_0x4f60cd=_0x51c57a['getOperations']();if(0x0==_0x4f60cd['length'])return{'content':_0x43728f['cloneNode'](!0x0),'hasChanges':!0x1};_0x309291?function(_0x36063b,_0x5e7206,_0xc139ab){if(0x0==_0x36063b['length'])return;const _0x5f0d40=_0xc139ab['plugins']['get']('DocumentCompare'),_0x4c13f0=_0xc139ab['plugins']['get']('SuggestionsConversion');_0xc139ab['model']['change'](_0x114c18=>{const _0x585001=new Set();for(let _0x342c3a=0x0;_0x342c3a<_0x36063b['length'];_0x342c3a++){const _0xa16408=_0x36063b[_0x342c3a];if(_0xa16408['baseVersion']=null,_0xa16408['isDocumentOperation']=!0x1,_0x5f0d40['isMarkedRemoveOperation'](_0xa16408)){const _0x48d83a=_0x421acf(_0xa16408['newRange'],_0xc139ab['model']),_0x6e5837='suggestion:deletion:'+_0xdd667e()+':$aiSuggestion';_0x5e7206['markers']['set'](_0x6e5837,_0x48d83a);}else switch(_0xa16408['type']){case'rename':{if(_0xa16408['oldName']==_0xa16408['newName'])break;_0x114c18['batch']['addOperation'](_0xa16408),_0xc139ab['model']['applyOperation'](_0xa16408);const _0x4431fd='$elementName',_0x27467f=_0xa16408['position'],_0x43fe2b=_0xc139ab['model']['createRange'](_0x27467f,_0xc139ab['model']['createPositionAt'](_0x27467f['nodeAfter'],'end')),_0xc424db='suggestion:attribute:'+_0x4431fd+':'+_0xdd667e()+':$aiSuggestion';_0x5e7206['markers']['set'](_0xc424db,_0x43fe2b);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0xa16408['oldValue']==_0xa16408['newValue'])break;_0x114c18['batch']['addOperation'](_0xa16408),_0xc139ab['model']['applyOperation'](_0xa16408);const _0xb7c657=_0xa16408['key'];if(!_0x4c13f0['isRegisteredAttribute'](_0xb7c657))break;const _0x3ffc60=_0x421acf(_0xa16408['range'],_0xc139ab['model']),_0x32bc71='suggestion:attribute:'+_0xb7c657+':'+_0xdd667e()+':$aiSuggestion';_0x5e7206['markers']['set'](_0x32bc71,_0x3ffc60);break;}case'insert':{_0x114c18['batch']['addOperation'](_0xa16408),_0xc139ab['model']['applyOperation'](_0xa16408);if(_0x36063b[_0x342c3a+0x1]&&'move'==_0x36063b[_0x342c3a+0x1]['type']){no(_0x5e7206,_0xa16408);break;}const _0x410e26=_0xa16408['position'],_0x378a4f=_0xa16408['howMany'],_0x513b3c=_0x421acf(_0xc139ab['model']['createRange'](_0x410e26,_0x410e26['getShiftedBy'](_0x378a4f)),_0xc139ab['model']),_0x3bd945='suggestion:insertion:'+_0xdd667e()+':$aiSuggestion';_0x5e7206['markers']['set'](_0x3bd945,_0x513b3c);break;}case'split':{_0x114c18['batch']['addOperation'](_0xa16408),_0xc139ab['model']['applyOperation'](_0xa16408);const _0x25994c=_0xa16408['splitPosition'],_0x3005f7=_0xa16408['moveTargetPosition'],_0x36391=_0xc139ab['model']['createRange'](_0x25994c,_0x3005f7),_0xd4018b='suggestion:insertion:'+_0xdd667e()+':$aiSuggestion';_0x5e7206['markers']['set'](_0xd4018b,_0x36391);break;}case'move':{_0x114c18['batch']['addOperation'](_0xa16408),_0xc139ab['model']['applyOperation'](_0xa16408),_0x36063b[_0x342c3a-0x1]&&'insert'==_0x36063b[_0x342c3a-0x1]['type']&&no(_0x5e7206,_0xa16408);const _0x594754=_0xa16408['getMovedRangeStart'](),_0x134c44=_0xa16408['howMany'];for(let _0x1463e8=0x0;_0x1463e8<_0x134c44;_0x1463e8++){const _0x4a3a90=_0x594754['getShiftedBy'](_0x1463e8)['nodeAfter'];_0x585001['add'](_0x4a3a90);}break;}case'remove':{const _0x913cc0=_0xa16408['sourcePosition'],_0x2e391a=_0xa16408['howMany'],_0x117661=new _0x1724cb(_0x913cc0,_0x2e391a);_0x114c18['batch']['addOperation'](_0x117661),_0xc139ab['model']['applyOperation'](_0x117661);break;}}}for(const _0x522c92 of _0x585001){const _0x5a88aa=_0xc139ab['model']['createRangeOn'](_0x522c92),_0x2d01ae='suggestion:formatBlock:$fakeWrap:'+_0xdd667e()+':$aiSuggestion';_0x5e7206['markers']['set'](_0x2d01ae,_0x421acf(_0x5a88aa,_0xc139ab['model']));}});}(_0x4f60cd,_0x40cf2e,_0x171717):_0x171717['model']['change'](_0x47e154=>{for(const _0x5f3c56 of _0x4f60cd)if('remove'==_0x5f3c56['type']){const _0x369d1a=_0x5f3c56['sourcePosition'],_0x16725d=_0x5f3c56['howMany'],_0x2393fb=new _0x1724cb(_0x369d1a,_0x16725d);_0x47e154['batch']['addOperation'](_0x2393fb),_0x171717['model']['applyOperation'](_0x2393fb);}else{if('marker'==_0x5f3c56['type']){const _0x4de04a=_0x5f3c56['name'],_0x4a91eb=_0x5f3c56['newRange'];null!==_0x4a91eb?_0x40cf2e['markers']['set'](_0x4de04a,_0x4a91eb):_0x40cf2e['markers']['delete'](_0x4de04a);}else _0x5f3c56['baseVersion']=null,_0x5f3c56['isDocumentOperation']=!0x1,_0x47e154['batch']['addOperation'](_0x5f3c56),_0x171717['model']['applyOperation'](_0x5f3c56);}});if(_0xed4065){const _0x46af74=mt(_0x171717,_0x4f60cd,_0x40cf2e);ft(_0x171717['model'],_0x46af74),function(_0x34c714,_0x2fd137){const _0x3f2cea=_0x2fd137['getFirstRange']()['start'];let _0x346980=_0x2fd137['getFirstRange']()['end'];const _0x248999=_0x3f2cea['root'];(_0x346980['textNode']||_0x346980['nodeAfter']&&_0x346980['nodeAfter']['is']('$text'))&&(_0x5e6e63(_0x346980,'...'),_0x346980=_0x346980['getShiftedBy'](0x3)),(_0x3f2cea['textNode']||_0x3f2cea['nodeBefore']&&_0x3f2cea['nodeBefore']['is']('$text'))&&(_0x5e6e63(_0x3f2cea,'...'),function(_0x4f3fb5,_0x5d3171,_0x14f178){for(let [_0x462b46,_0x16d407]of _0x4f3fb5['markers']){const _0x4e1318=_0x16d407['_getTransformedByInsertion'](_0x5d3171,_0x14f178,!0x1);_0x16d407=_0x4e1318[0x0],_0x4f3fb5['markers']['set'](_0x462b46,_0x16d407);}}(_0x248999,_0x3f2cea,0x3),_0x3f2cea['parent']==_0x346980['parent']&&(_0x346980=_0x346980['getShiftedBy'](0x3)));const _0xc62640=_0x34c714['createRange'](_0x34c714['createPositionAt'](_0x248999,0x0),_0x3f2cea),_0x476b24=_0x34c714['createRange'](_0x346980,_0x34c714['createPositionAt'](_0x248999,'end')),_0x3f33bc=[..._0xc62640['getMinimalFlatRanges'](),..._0x476b24['getMinimalFlatRanges']()];_0x3f33bc['reverse']();for(const _0x4f5739 of _0x3f33bc)to(_0x4f5739),Jn(_0x248999,_0x4f5739);}(_0x171717['model'],_0x46af74);}const _0x152db9=_0x171717['data']['stringify'](_0x40cf2e,{'showSuggestionHighlights':!0x0});return{'content':mr(_0x152db9),'hasChanges':!0x0};}(_0x460a89,_0x230f25,_0x4a5d25,_0x6ce630,_0x7a825);return{'type':_0xccc862['changes'][0x0]['type'],'index':_0xccc862['index'],'content':_0x137eed,'hasChanges':_0x4db479};});}function no(_0x4100e6,_0x5c0cf0){for(const [_0xc3793d,_0x36334b]of _0x4100e6['markers']){const _0x4d4e76=_0x2b9aa0['_createFromRanges'](_0x36334b['getTransformedByOperation'](_0x5c0cf0));_0x4100e6['markers']['set'](_0xc3793d,_0x4d4e76);}}function mt(_0x42cab9,_0x3b4726,_0x444678){const _0x4e4a51=_0x42cab9['plugins']['get']('DocumentCompare');let _0x29ff89=_0x42cab9['model']['createPositionAt'](_0x444678,Number['POSITIVE_INFINITY']),_0x4f1b73=_0x42cab9['model']['createPositionAt'](_0x444678,0x0);for(const _0x4e7f21 of _0x3b4726){let _0x4ef04f,_0x3b4e49;if(_0x4e4a51['isMarkedRemoveOperation'](_0x4e7f21))_0x4ef04f=_0x4e7f21['newRange']['start'],_0x3b4e49=_0x4e7f21['newRange']['end'];else switch(_0x29ff89=_0x29ff89['getTransformedByOperation'](_0x4e7f21),_0x4f1b73=_0x4f1b73['getTransformedByOperation'](_0x4e7f21),_0x4e7f21['type']){case'rename':_0x4ef04f=_0x4e7f21['position'],_0x3b4e49=_0x4ef04f['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x4ef04f=_0x4e7f21['range']['start'],_0x3b4e49=_0x4e7f21['range']['end'];break;case'insert':_0x4ef04f=_0x4e7f21['position'],_0x3b4e49=_0x4ef04f['getShiftedBy'](_0x4e7f21['howMany']);break;case'split':_0x4ef04f=_0x4e7f21['splitPosition'],_0x3b4e49=_0x4e7f21['moveTargetPosition'];break;case'merge':{const _0x2ce057=_0x4e7f21['targetPosition']['path']['slice'](0x0,-0x1);_0x4ef04f=_0x42cab9['model']['createPositionFromPath'](_0x444678,_0x2ce057),_0x3b4e49=_0x4ef04f['getShiftedBy'](0x1);break;}case'remove':{const _0x59e152=_0x4e7f21['howMany'],_0x361cd4=_0x4e7f21['sourcePosition']['_getTransformedByInsertion'](_0x4e7f21['targetPosition'],_0x59e152),_0x314a62=_0x4e7f21['getMovedRangeStart']();'remove'==_0x4e7f21['type']?(_0x4ef04f=_0x361cd4,_0x3b4e49=_0x361cd4):(_0x4ef04f=_0x314a62,_0x3b4e49=_0x314a62['getShiftedBy'](_0x59e152));break;}}_0x4ef04f&&_0x4ef04f['isBefore'](_0x29ff89)&&(_0x29ff89=_0x4ef04f['clone'](),_0x29ff89['stickiness']='toNone'),_0x3b4e49&&_0x3b4e49['isAfter'](_0x4f1b73)&&(_0x4f1b73=_0x3b4e49['clone'](),_0x4f1b73['stickiness']='toNone');}return _0x42cab9['model']['createSelection'](_0x42cab9['model']['createRange'](_0x29ff89,_0x4f1b73));}function ft(_0x436faa,_0x7a1d46){ro(_0x436faa,_0x7a1d46,'forward');const _0x18190a=_0x7a1d46['getFirstRange']();_0x7a1d46['setTo']([]),_0x7a1d46['setTo'](_0x18190a,{'backward':!0x0}),ro(_0x436faa,_0x7a1d46,'backward');}function ro(_0x31be7e,_0x2a2f77,_0x57cf20){let _0x35f9a1=0x14;for(;_0x35f9a1;){_0x31be7e['modifySelection'](_0x2a2f77,{'unit':'word','direction':_0x57cf20}),_0x35f9a1--;const _0x2366ff=_0x2a2f77['focus']['forward'==_0x57cf20?'nodeBefore':'nodeAfter'];if(_0x2366ff&&_0x2366ff['is']('element')&&_0x31be7e['schema']['isBlock'](_0x2366ff)&&_0x31be7e['schema']['isObject'](_0x2366ff))break;}}function Jn(_0x581e92,_0x33ca16){for(const [_0x5de7c8,_0x4b582a]of _0x581e92['markers']){const _0x46d3e1=_0x4b582a['_getTransformedByDeletion'](_0x33ca16['start'],_0x33ca16['end']['offset']-_0x33ca16['start']['offset']);null!=_0x46d3e1?_0x581e92['markers']['set'](_0x5de7c8,_0x46d3e1):_0x581e92['markers']['delete'](_0x5de7c8);}}class Ge extends ts(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new Et([]);['parsedMergedContent']=new Et([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x43b7f7,content:_0xfd5cdc='',isDone:_0x4d6ef4=!0x1,interactionId:_0x5ae267,areActionsDisabled:_0x1cd8e4,documentContextContent:_0x56b0b1,editor:_0x1d5a52,id:_0x38de28}){super(),this['id']=_0x38de28||_0xdd667e(),this['interactionId']=_0x5ae267,this['type']=_0x43b7f7,this['areActionsDisabled']=!!_0x1cd8e4,this['editor']=_0x1d5a52,this['aiResponseParser']=new Yi(),this['aiResponseApplier']=new Zi(),this['documentContextContent']=mr(_0x56b0b1||''),this['set']('isDone',_0x4d6ef4),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0xfd5cdc);}['appendContent'](_0x300596){this['set']('content',this['content']+_0x300596);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x4c96cf,_0x57c624){this['changeGroups'][_0x4c96cf]['state']=_0x57c624,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x4c96cf,'state':_0x57c624});}['getContentParts']({showDiff:_0x4f58fd,groupIndex:_0x3d7024}){if(!this['editor'])throw new _0x58d4fd('ai-get-editor-from-context-no-editor',null,{'aiReply':this});const _0x453bf0=this['_getCachedContentParts'](_0x4f58fd,_0x3d7024);if(_0x453bf0)return _0x453bf0;let _0x4f93fa=[];if(void 0x0===_0x3d7024)_0x4f93fa=this['changeGroups'];else{const _0x10e4a5=this['changeGroups']['find'](({index:_0x12c389})=>_0x12c389===_0x3d7024);if(!_0x10e4a5)throw new _0x58d4fd('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x3d7024});_0x4f93fa=[_0x10e4a5];}const _0x5b80ee=f({'editor':this['editor'],'showDiff':_0x4f58fd,'changeGroups':_0x4f93fa,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x4f58fd,_0x5b80ee),_0x5b80ee;}['_getCachedContentParts'](_0x5237a6,_0x5a2b57){const _0x358856=_0x5237a6?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x358856]['length'])return null;const _0xb7e45c=this['cachedSuggestionContentParts'][_0x358856];if(void 0x0===_0x5a2b57)return _0xb7e45c['length']>0x0&&_0xb7e45c['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x5237a6,null),null):_0x39254f(_0xb7e45c);{const _0x366566=_0xb7e45c['find'](({index:_0x456815})=>_0x456815===_0x5a2b57);if(_0x366566)return[_0x39254f(_0x366566)];}return null;}['_setCachedContentParts'](_0x5004e5,_0x436ebb){const _0x5f1cfc=_0x5004e5?'withDiff':'withoutDiff';_0x436ebb?_0x436ebb['forEach'](_0x47f0c7=>{const _0x422fdc=this['cachedSuggestionContentParts'][_0x5f1cfc],_0x2931c4=_0x422fdc['find'](({index:_0x1de2e7})=>_0x1de2e7===_0x47f0c7['index']);if(_0x2931c4){const _0x259622=_0x422fdc['indexOf'](_0x2931c4);_0x422fdc['splice'](_0x259622,0x1,_0x47f0c7);}else _0x422fdc['push'](_0x47f0c7);}):this['cachedSuggestionContentParts'][_0x5f1cfc]['length']=0x0;}['onContentChange'](){if('modification'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x3534b3=this['changeGroups'];this['updateChangeGroups']();const _0x596b93=this['_getDifferentChangeGroups'](_0x3534b3,this['changeGroups']);(_0x596b93['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x596b93),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x4558e9,_0x1c66a2){const _0x56a2cd=[];for(const _0x470dcb of _0x1c66a2){const _0x2421bb=_0x4558e9[_0x470dcb['index']];_0x2421bb?_0x2421bb['changes']['length']!==_0x470dcb['changes']['length']?_0x56a2cd['push'](_0x470dcb):_0x2421bb['changes']['forEach']((_0x2abb06,_0x320184)=>{const _0x8517df=_0x470dcb['changes'][_0x320184];_0x2abb06['id']!==_0x8517df['id']&&_0x56a2cd['push'](_0x470dcb);}):_0x56a2cd['push'](_0x470dcb);}return _0x56a2cd;}['updateChangeGroups'](){const _0x424a11=new _0x4f49bb('p',{},[new _0x4f49bb('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x53258d(m(this['editor']['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x71a73b=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x424a11,'cutAfterLastChange':!this['isDone']});if(!_0x71a73b['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x71a73b['parsedContent'];let _0x5f397b=[];if(_0x436305(_0x38ad12=>{const _0xa94905=At(_0x38ad12,'data-id');if(!_0xa94905||!_0x2d5fa3(_0xa94905))return!0x1;const _0x34b006=[_0x38ad12,...Li(_0x38ad12)]['at'](-0x2);if(_0x38ad12!=_0x34b006){const _0xd4d60b=At(_0x34b006,'data-id');_0x2d5fa3(_0xd4d60b)||(_0x5f397b['push']({'node':_0x34b006,'id':_0xd4d60b,'type':'modified'}),_0x71a73b['modifiedNodeIds']['push'](_0xd4d60b));}else _0x71a73b['modifiedNodeIds']['includes'](_0xa94905)?_0x5f397b['push']({'node':_0x38ad12,'type':'modified','id':_0xa94905}):_0x71a73b['newNodeIds']['includes'](_0xa94905)?_0x5f397b['push']({'node':_0x38ad12,'type':'new','id':_0xa94905,'anchorId':At(_0x38ad12['previousSibling'],'data-id')}):_0x5f397b['push']({'node':_0x38ad12,'type':'removed','id':_0xa94905});return!0x0;},this['parsedMergedContent']),_0x5f397b=_0x5f397b['filter'](({node:_0x21855c})=>[...Li(_0x21855c),_0x21855c]['every'](_0x498e7c=>!At(_0x498e7c,'data-unstable'))),0x0==_0x5f397b['length'])return;const _0x54b18d=[[_0x5f397b[0x0]]];for(let _0x4f2776=0x1;_0x4f2776<_0x5f397b['length'];_0x4f2776++){const _0x1a7275=_0x54b18d[_0x54b18d['length']-0x1],_0x353bed=_0x1a7275[_0x1a7275['length']-0x1];_0x5f397b[_0x4f2776]['node']['previousSibling']==_0x353bed['node']&&'modified'!=_0x5f397b[_0x4f2776]['type']&&'modified'!=_0x353bed['type']?_0x1a7275['push'](_0x5f397b[_0x4f2776]):_0x54b18d['push']([_0x5f397b[_0x4f2776]]);}for(const _0x29ae7f of _0x54b18d){const _0x25d4c3=_0x29ae7f[0x0],_0x1bc85a=_0x29ae7f[_0x29ae7f['length']-0x1],_0x3f4fc4=_0x3d7a2c(_0x25d4c3['node']['previousSibling']);_0x3f4fc4&&_0x29ae7f['unshift'](_0x3f4fc4);const _0x321b7c=_0x3d7a2c(_0x1bc85a['node']['nextSibling']);_0x321b7c&&_0x29ae7f['push'](_0x321b7c);}function _0x2d5fa3(_0x1dbdb2){return _0x71a73b['modifiedNodeIds']['includes'](_0x1dbdb2)||_0x71a73b['newNodeIds']['includes'](_0x1dbdb2)||_0x71a73b['removedNodeIds']['includes'](_0x1dbdb2);}function _0x3d7a2c(_0x146f36){if(_0x146f36&&At(_0x146f36,'data-id')&&!At(_0x146f36,'data-unstable')){const _0x545d27=At(_0x146f36,'data-id');if(!_0x2d5fa3(_0x545d27))return{'node':_0x146f36,'type':'context','id':_0x545d27};}return null;}this['changeGroups']=_0x54b18d['map']((_0x839841,_0x296f6a)=>({'changes':_0x839841,'state':'pending','index':_0x296f6a}));}}const ye=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];class xe extends _0x28403e(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;constructor({connector:_0xc98353,editor:_0x2c9c58}){super(),this['id']=_0xdd667e(),this['connector']=_0xc98353,this['isStopped']=!0x0,this['editor']=_0x2c9c58;}async['start'](){const _0x366af9=[];let _0x243d66,_0x1894f4,_0x448c2d;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0xc5c5d5=await this['currentRequest']['getStream']();for await(const _0x4b81e9 of _0xc5c5d5){if(this['isStopped'])return;if('error'==_0x4b81e9['event'])return void this['fire']('error',{'error':new _0x58d4fd('ai-chat-interaction-error',this)});switch(_0x4b81e9['event']){case'message-metadata':this['messageId']=_0x4b81e9['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x4b81e9['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x4b81e9['data']['conversationTitle'],!0x0);break;case'source':_0x366af9['push'](_0x4b81e9['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'](),_0x243d66='modification-delta'==_0x4b81e9['event']?'modification':'text',_0x1894f4='modification-delta'==_0x4b81e9['event']?_0x4b81e9['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x243d66&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x243d66,'interactionId':this['id'],'id':_0x1894f4}),'modification'==_0x243d66&&(this['currentReply']['sources']=_0x366af9['splice'](0x0))),this['currentReply']['appendContent'](_0x4b81e9['data']['textDelta']);break;case'mcp-tool-result':_0x448c2d=JSON['parse'](_0x4b81e9['data']['result']),this['_handleToolResultData']({'toolName':_0x4b81e9['data']['toolName'],'data':_0x448c2d['data'],'attributes':_0x448c2d['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x4b81e9['data']['toolName'],'data':_0x4b81e9['data']['data']});}}}finally{this['isStopped']||(this['currentReply']&&_0x366af9['length']>0x0&&(this['currentReply']['sources']=_0x366af9['splice'](0x0)),this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x3a3256){return this['replies']['find'](_0x24b199=>_0x24b199['id']===_0x3a3256);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x23fe3c=>_0x23fe3c['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x467f1d){const _0x3c2907=new Ge({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0x467f1d});return this['replies']['push'](_0x3c2907),_0x3c2907['delegate'](...ye)['to'](this),this['fire']('replyCreated',_0x3c2907),_0x3c2907;}['setConversationTitle'](_0x448b0d,_0x2bf1bc=!0x1){this['fire']('setConversationTitle',_0x448b0d,_0x2bf1bc);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x2cfb11){this['fire']('toolDataReceived',{'type':'result','toolName':_0x2cfb11['toolName'],'data':structuredClone(_0x2cfb11['data']||{}),'attributes':structuredClone(_0x2cfb11['attributes']||{})},this);}['_handleToolNotificationData'](_0x33792c){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x33792c['toolName'],'data':structuredClone(_0x33792c['data'])},this);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}var qe=function(_0x117746){return _0x117746['TOOL']='mcp-tool-context',_0x117746['FILE']='file',_0x117746['DOCUMENT']='document',_0x117746['URL']='web-resource',_0x117746['TEXT']='text',_0x117746['SELECTION']='selection',_0x117746;}({}),Fe=function(_0x1db9f4){return _0x1db9f4['TEXT']='text',_0x1db9f4['MARKDOWN']='markdown',_0x1db9f4['HTML']='html',_0x1db9f4;}({});const Ue=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']]),He=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class We extends ts(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x6edfbf,config:_0x5b7fca,ownerId:_0x5b9124}){super(),this['_connector']=_0x6edfbf,this['_config']=_0x5b7fca,this['_ownerId']=_0x5b9124;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0x20a258){const _0x2917c0=await this['_createContextItemFromContent'](_0x20a258);return this['_addToConversationContextItem'](_0x2917c0),'current-document'===_0x2917c0['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x2917c0;}async['_createContextItemFromContent'](_0x3c2eca){if(_0x3c2eca['type']===qe['DOCUMENT']){const _0x439df4=await this['_connector']['fetchDocument'](this['_ownerId'],_0x3c2eca['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x3c2eca['type'],'content':_0x439df4['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x439df4['attributes']?.['version'],'sessionId':_0x439df4['attributes']?.['sessionId']};}if(_0x3c2eca['type']===qe['TOOL'])return{'id':_0x3c2eca['id'],'uiId':_0x3c2eca['id'],'label':_0x3c2eca['data']?.['label']||_0x3c2eca['id'],'type':qe['TOOL'],'mcpServerName':_0x3c2eca['mcpServerName'],'toolName':_0x3c2eca['toolName'],'data':_0x3c2eca['data']||{}};return{'id':_0x3c2eca['id'],'uiId':_0x3c2eca['id'],'label':_0x3c2eca['attributes']?.['label']||_0x3c2eca['name']||_0x3c2eca['url']||_0x3c2eca['id'],'type':_0x3c2eca['type'],..._0x3c2eca?.['attributes']?.['resourceId']?{'resourceId':_0x3c2eca['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x11f924){const _0x43e51e=this['_pendingContextItems']['get'](_0x11f924);_0x43e51e?.['isReadOnly']||this['_removeContextItem'](_0x11f924);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x4025f6 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x4025f6['uiId']);const _0x1499e8=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x1499e8&&this['_addContextItem']({..._0x1499e8,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x5316db){for(const _0x4c9d91 of _0x5316db['values']())this['_addToConversationContextItem'](_0x4c9d91);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'](_0x318bcb){return Array['from'](_0x318bcb['values']())['map'](_0x391314=>this['_mapContextItemToRequestData'](_0x391314))['filter'](_0x45aa32=>null!==_0x45aa32);}async['addFilesToContext'](_0x3f6633,_0x21e1ee,_0x58b73f=qe['FILE']){const _0x485f27='files-'+_0xdd667e();this['_startUploadOperation'](_0x485f27);try{await Promise['all'](_0x3f6633['map'](async _0x1ca52f=>{const _0x310da9='file-'+_0xdd667e(),_0x2df0aa=_0x2d76c5(_0x1ca52f['name']);try{this['_addContextItem']({'type':_0x58b73f,'label':_0x21e1ee?.['label']||_0x2df0aa,'uiId':_0x310da9,'resourceId':_0x21e1ee?.['resourceId']},!0x0);const _0x52214b=this['_connector']['uploadFile'](this['_ownerId'],_0x1ca52f,_0x21e1ee);this['_ongoingUploads']['set'](_0x310da9,_0x52214b['abortController']);const {id:_0x74a693}=await _0x52214b['getId']();this['_ongoingUploads']['delete'](_0x310da9),this['_finishContextItemLoading']({'type':_0x58b73f,'id':_0x74a693,'label':_0x21e1ee?.['label']||_0x2df0aa,'uiId':_0x310da9,'resourceId':_0x21e1ee?.['resourceId']},!0x1);}catch(_0x1f48bf){this['_ongoingUploads']['delete'](_0x310da9);if(!(_0x1f48bf instanceof _0x58d4fd&&_0x1f48bf['message']['startsWith']('ai-request-aborted'))){const _0x252caa=Ue['get'](_0x1f48bf['code'])||'ai-chat-file-upload-failed',_0x291b91=new _0x58d4fd(_0x252caa,null,{'fileName':_0x2df0aa,..._0x1f48bf});_0x291b91['stack']=_0x1f48bf['stack'],this['fire']('error',{'error':_0x291b91});}this['_removeContextItem'](_0x310da9);}}));}finally{this['_finishUploadOperation'](_0x485f27);}}['addCurrentDocumentToContext'](_0x51221e){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x3ba804={'type':qe['DOCUMENT'],'uiId':'current-document','label':_0x51221e,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x3ba804);}async['updateCurrentDocument'](_0x2ecebe,_0x2d47d3,_0x572b8e,_0x1b57cd){const _0x553c49=this['_pendingContextItems']['get']('current-document');if(_0x553c49&&_0x2ecebe){_0x553c49['selection']=_0x1b57cd?_0x1b57cd['map'](_0x4eff20=>({'start':_0x4eff20['start'],'end':_0x4eff20['end']})):[];try{if(_0x553c49['version']===_0x2d47d3)return;const {id:_0x1f9db4}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x2ecebe,{'version':_0x2d47d3,'sessionId':_0x572b8e})['getId']();_0x553c49['id']=_0x1f9db4,_0x553c49['content']=_0x2ecebe,_0x553c49['version']=_0x2d47d3,_0x553c49['sessionId']=_0x572b8e;}catch(_0x3a42ee){const _0x1bfe78=new _0x58d4fd('ai-chat-document-upload-failed',null);_0x1bfe78['stack']=_0x3a42ee['stack'],this['fire']('error',{'error':_0x1bfe78});}}}['addSelectionToContext'](_0xd27d1f){this['_addContextItem']({'type':qe['SELECTION'],'label':_0xd27d1f,'uiId':'selection','content':_0xd27d1f});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x3d006c,_0x450385){const _0x50812f='url-'+_0xdd667e();this['_startUploadOperation'](_0x50812f);const _0x47957a='url-'+_0xdd667e();try{this['_addContextItem']({'type':qe['URL'],'label':_0x450385?.['label']||_0x3d006c,'uiId':_0x47957a,'resourceId':_0x450385?.['resourceId']},!0x0);const _0x104693=this['_connector']['uploadUrl'](this['_ownerId'],_0x3d006c,_0x450385);this['_ongoingUploads']['set'](_0x47957a,_0x104693['abortController']);const {id:_0x2ec3a8}=await _0x104693['getId']();this['_ongoingUploads']['delete'](_0x47957a),this['_finishContextItemLoading']({'type':qe['URL'],'id':_0x2ec3a8,'label':_0x450385?.['label']||_0x3d006c,'uiId':_0x47957a,'resourceId':_0x450385?.['resourceId']},!0x1);}catch(_0x127da8){this['_ongoingUploads']['delete'](_0x47957a),(_0x127da8['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new _0x58d4fd('ai-chat-url-upload-failed',this,{'url':_0x3d006c,'originalError':_0x127da8}),'url':_0x3d006c}),this['_removeContextItem'](_0x47957a));}finally{this['_finishUploadOperation'](_0x50812f);}}['addToolItemToContext'](_0x516c61){_0x516c61['id']=_0x516c61['id']??_0xdd667e()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x516c61['uiId'],_0x516c61),this['fire']('contextItemAdded',{'contextItem':_0x516c61,'isLoading':!0x1});}async['loadSourceResources'](_0x2ee857,_0x3461e1,_0x398ba1){const _0x417e9d=this['_addContextOptionsState']['sources']['find'](_0x56d4a6=>_0x56d4a6['id']===_0x2ee857);if(!_0x417e9d)return this['fire']('error',{'error':new _0x58d4fd('ai-chat-source-not-found',this,{'sourceId':_0x2ee857}),'sourceId':_0x2ee857}),[];try{const _0x4e6634=(await _0x417e9d['getResources'](_0x3461e1))['map'](_0x5cca58=>{const _0x1c642d=this['_isResourceInContext'](_0x5cca58['id']);return{..._0x5cca58,'isInContext':_0x1c642d};});return _0x417e9d['resources']=_0x4e6634,this['fire']('sourceResourcesLoaded',{'sourceId':_0x2ee857,'source':_0x417e9d,'resources':_0x4e6634,'uid':_0x398ba1}),_0x4e6634;}catch(_0x5b9147){return this['fire']('error',{'error':new _0x58d4fd('ai-chat-source-resources-load-failed',this,{'sourceId':_0x2ee857,'originalError':_0x5b9147}),'sourceId':_0x2ee857,'sourceLabel':_0x417e9d['label']}),[];}}async['addResourceToContext'](_0x51c579,_0x50a584){if(this['_isResourceInContext'](_0x50a584['id']))return;let _0x597bc8=_0x50a584['data'];if(!_0x597bc8&&_0x51c579['getData'])try{_0x597bc8=await _0x51c579['getData'](_0x50a584['id']);}catch(_0x6f8e82){return void this['fire']('error',{'error':new _0x58d4fd('ai-chat-resource-load-failed',this,{'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id'],'originalError':_0x6f8e82}),'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']});}if(_0x597bc8)switch(_0x50a584['type']){case qe['URL']:if('string'!=typeof _0x597bc8)return void this['fire']('error',{'error':new _0x58d4fd('ai-chat-context-invalid-data',this,{'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id'],'expectedType':'string','actualType':typeof _0x597bc8}),'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']});await this['addUrlToContext'](_0x597bc8,{'label':_0x50a584['label'],'resourceId':_0x50a584['id']});break;case qe['FILE']:if(!(_0x597bc8 instanceof File))return void this['fire']('error',{'error':new _0x58d4fd('ai-chat-context-invalid-data',this,{'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id'],'expectedType':'File','actualType':typeof _0x597bc8}),'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']});await this['addFilesToContext']([_0x597bc8],{'label':_0x50a584['label'],'resourceId':_0x50a584['id']});break;case qe['TEXT']:if('object'!=typeof _0x597bc8||!('content'in _0x597bc8)||!('type'in _0x597bc8))return void this['fire']('error',{'error':new _0x58d4fd('ai-chat-context-invalid-data',this,{'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x597bc8}),'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']});_0x597bc8=We['_convertTextResourceToFile'](_0x597bc8,_0x50a584['label']),await this['addFilesToContext']([_0x597bc8],{'label':_0x50a584['label'],'resourceId':_0x50a584['id']},qe['TEXT']);break;case qe['TOOL']:break;default:this['fire']('error',{'error':new _0x58d4fd('ai-chat-context-unsupported-type',this,{'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id'],'resourceType':_0x50a584['type']}),'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']});}else this['fire']('error',{'error':new _0x58d4fd('ai-chat-resource-no-data',this,{'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']}),'resourceId':_0x50a584['id'],'sourceId':_0x51c579['id']});}static['_convertTextResourceToFile'](_0x42786f,_0x338dd5){switch(_0x42786f['type']){case Fe['MARKDOWN']:return new File([_0x42786f['content']],_0x338dd5,{'type':'text/markdown'});case Fe['HTML']:return new File([_0x42786f['content']],_0x338dd5,{'type':'text/html'});default:return new File([_0x42786f['content']],_0x338dd5,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x25006f){switch(_0x25006f['type']){case qe['FILE']:return{'type':qe['FILE'],'id':_0x25006f['id']};case qe['URL']:return{'type':qe['URL'],'id':_0x25006f['id']};case qe['DOCUMENT']:return{'type':qe['DOCUMENT'],'id':_0x25006f['id'],..._0x25006f['selection']?.['length']&&{'selection':_0x25006f['selection']}};case qe['TEXT']:return{'type':qe['FILE'],'id':_0x25006f['id']};case qe['TOOL']:{const _0x5bbba1=_0x25006f;return{'type':qe['TOOL'],'mcpServerName':_0x5bbba1['mcpServerName'],'toolName':_0x5bbba1['toolName'],'data':_0x5bbba1['data'],'id':_0x5bbba1['id']};}default:return null;}}['_addContextItem'](_0x101eab,_0x1b7048=!0x1){if(this['_pendingContextItems']['set'](_0x101eab['uiId'],_0x101eab),_0x101eab['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x101eab,'isLoading':_0x1b7048}),'current-document'===_0x101eab['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x101eab['resourceId']){const _0xda51a5=this['_findSourceIdsByResourceId'](_0x101eab['resourceId']);_0xda51a5&&_0xda51a5['forEach'](_0x3fc4d9=>{this['_updateResourceInContextState'](_0x3fc4d9,_0x101eab['resourceId'],!0x0);});}}['_removeContextItem'](_0x2e0995){const _0x1445dd=this['_pendingContextItems']['get'](_0x2e0995),_0x55db0b=this['_ongoingUploads']['get'](_0x2e0995);if(_0x55db0b&&(_0x55db0b['abort'](),this['_ongoingUploads']['delete'](_0x2e0995)),_0x1445dd?.['resourceId']){const _0x38ad7b=this['_findSourceIdsByResourceId'](_0x1445dd['resourceId']);_0x38ad7b&&_0x38ad7b['forEach'](_0x1e99c8=>{this['_updateResourceInContextState'](_0x1e99c8,_0x1445dd['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x2e0995),this['fire']('contextItemRemoved',{'uiId':_0x2e0995,'type':_0x1445dd?.['type']}),'current-document'===_0x2e0995&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x21b7fd,_0x5e2134){if(this['_pendingContextItems']['has'](_0x21b7fd['uiId'])&&(this['_pendingContextItems']['set'](_0x21b7fd['uiId'],_0x21b7fd),this['fire']('contextItemLoadingEnded',{'contextItem':_0x21b7fd,'isLoading':_0x5e2134}),_0x21b7fd['resourceId'])){const _0x166490=this['_findSourceIdsByResourceId'](_0x21b7fd['resourceId']);_0x166490&&_0x166490['forEach'](_0x3493fb=>{this['_updateResourceInContextState'](_0x3493fb,_0x21b7fd['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x4b2155){this['_conversationContextItems']['set'](_0x4b2155['uiId'],_0x4b2155);}['_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'](_0x1891c6=>({..._0x1891c6,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x4539f1=>({..._0x4539f1,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x5021f0=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x5021f0,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x5c82f2){for(const _0x4a3ea4 of this['_pendingContextItems']['values']())if(_0x4a3ea4['resourceId']===_0x5c82f2)return!0x0;for(const _0x51867f of this['_conversationContextItems']['values']())if(_0x51867f['resourceId']===_0x5c82f2)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x265e51){const _0x306d86=[];for(const _0x12242c of this['_addContextOptionsState']['sources']){_0x12242c['resources']['find'](_0x5ae4ae=>_0x5ae4ae['id']===_0x265e51)&&_0x306d86['push'](_0x12242c['id']);}return 0x0===_0x306d86['length']?null:_0x306d86;}['_updateResourceInContextState'](_0x1c9dcd,_0x3ca4de,_0x555fd4){const _0x5331a2=this['_addContextOptionsState']['sources']['find'](_0x266afb=>_0x266afb['id']===_0x1c9dcd);if(!_0x5331a2)return;const _0x2f8bb0=_0x5331a2['resources']['find'](_0x1e42bb=>_0x1e42bb['id']===_0x3ca4de);_0x2f8bb0&&(_0x2f8bb0['isInContext']=_0x555fd4,this['fire']('resourceStateChanged',{'sourceId':_0x1c9dcd,'resourceId':_0x3ca4de,'isInContext':_0x555fd4}));}['_startUploadOperation'](_0x49588d){this['_ongoingUploadOperations']['set'](_0x49588d,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x830e7d){this['_ongoingUploadOperations']['delete'](_0x830e7d),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Be=['capabilitiesUpdated'];class Je extends _0x28403e(){['_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'](_0x2cfdbb){const _0x587f1f={};return _0x2cfdbb&&_0x2cfdbb['isWebSearchEnabled']&&(_0x587f1f['webSearch']={}),_0x2cfdbb&&_0x2cfdbb['isReasoningEnabled']&&(_0x587f1f['reasoning']={}),_0x587f1f;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x5b73b1){_0x5b73b1!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x5b73b1,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x530a26){_0x530a26!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x530a26,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Ke extends xe{['userMessage'];['conversationId'];['contextItems']=new Map();['model'];['attributes'];constructor(_0xca770a){super(_0xca770a),this['conversationId']=_0xca770a['conversationId'],this['contextItems']=_0xca770a['contextItems'],this['capabilities']=_0xca770a['capabilities'],this['userMessage']=_0xca770a['userMessage'],this['model']=_0xca770a['model'],this['attributes']=_0xca770a['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':We['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Je['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class _t extends _0x28403e(){['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0xefcb25){super(),this['options']=_0xefcb25,this['connector']=_0xefcb25['connector'],this['chatModels']=_0xefcb25['chatModels'],this['id']=_0xefcb25['conversationId'],this['isFromHistory']=_0xefcb25['isFromHistory'];}async['init'](_0x22bf04){try{this['chatContext']=new We({'connector':this['connector'],'config':_0x22bf04,'ownerId':this['id']}),this['chatContext']['delegate'](...He)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Je(),this['chatCapabilities']['delegate'](...Be)['to'](this),this['chatCapabilities']['init']();const _0x1265b6=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x1265b6});const _0x4b88d3=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x4b88d3&&await this['setModel'](_0x4b88d3);}catch(_0x55087a){const _0x3490ec=new _0x58d4fd('ai-chat-conversation-init-failed',null,{'message':_0x55087a['message']||_0x55087a});_0x3490ec['stack']=_0x55087a['stack'],this['fire']('error',{'error':_0x3490ec});}}async['start'](){if(this['isStarted'])throw new _0x58d4fd('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new _0x58d4fd('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x5daf30}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x5daf30,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x2985b2){const _0x37f4fb=new _0x58d4fd('ai-chat-conversation-start-failed',null,{'message':_0x2985b2['message'],'conversationId':this['id']});throw _0x37f4fb['stack']=_0x2985b2['stack'],this['fire']('error',{'error':_0x37f4fb}),_0x37f4fb;}}async['load'](_0x2b413c,_0x4629b2){try{const _0x1e5840=await this['connector']['fetchConversation'](_0x2b413c)['getConversation'](),_0x20f671=await this['connector']['fetchConversationMessages'](_0x2b413c)['getMessages'](),_0x596b0e=_0x20f671[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x1e5840['id'],'title'in _0x1e5840?this['fire']('setConversationTitle',_0x1e5840['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x55eafa=(await this['chatModels']['getAll']())['find'](_0x4ed91a=>_0x4ed91a['id']['toLowerCase']()===_0x596b0e['toLowerCase']());return this['selectedModel']=_0x55eafa,this['fire']('modelSelected',{'selectedModel':_0x55eafa,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x20f671,_0x4629b2,_0x596b0e),this['currentInteraction']=void 0x0,this;}catch(_0x4ed29f){const _0x24fd09=new _0x58d4fd('ai-chat-conversation-init-from-id-failed',null,{'message':_0x4ed29f['message'],'conversationId':_0x2b413c});throw _0x24fd09['stack']=_0x4ed29f['stack'],this['fire']('error',{'error':_0x24fd09}),_0x24fd09;}}async['_processMessagesToInteractions'](_0x87f15,_0x405cfa,_0x5e488b){let _0x1791d3;for(const _0x47b7ce of _0x87f15)if('user'===_0x47b7ce['role']){const _0x50620d=await this['_extractContextItems'](_0x47b7ce),_0x4d04dc={'isReasoningEnabled':Object['hasOwn'](_0x47b7ce['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x47b7ce['capabilities'],'webSearch')};_0x1791d3=this['createInteraction']({'userMessage':_0x47b7ce['prompt'],'contextItems':_0x50620d,'capabilities':_0x4d04dc,'modelId':_0x5e488b,'attributes':_0x47b7ce['attributes']}),this['currentInteraction']=_0x1791d3,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x47b7ce['role']&&_0x1791d3){const _0x19a2de=[];for(const _0x5109ea of _0x47b7ce['content'])switch(_0x5109ea['type']){case'text':case'modification':{const _0x814a1e=_0x1791d3['getDocumentContext']()?.['sessionId']!==_0x405cfa;_0x1791d3['currentReply']=_0x1791d3['createReply']({'type':_0x5109ea['type'],'isDone':!0x0,'interactionId':_0x1791d3['id'],'areActionsDisabled':_0x814a1e}),_0x1791d3['currentReply']['appendContent'](_0x5109ea['content']),_0x19a2de['length']>0x0&&(_0x1791d3['currentReply']['sources']=_0x19a2de['splice'](0x0));break;}case'url':_0x19a2de['push'](_0x5109ea);break;case'mcp-tool-result':{const {data:_0x9e6e34,attributes:_0x502479}=JSON['parse'](_0x5109ea['content']);_0x1791d3['_handleToolResultData']({'toolName':_0x5109ea['toolName'],'data':_0x9e6e34,'attributes':_0x502479});break;}}}}}async['_extractContextItems'](_0x30de51){const _0x37d3e6=new Map();if(!_0x30de51['content'])return _0x37d3e6;for(const _0x408154 of _0x30de51['content']){const _0x335c26=await this['chatContext']['populateFromMessage'](_0x408154);_0x335c26&&_0x37d3e6['set'](_0x335c26['id'],_0x335c26);}return _0x37d3e6;}async['handleUserInteraction']({userMessage:_0x4b85fb,attributes:_0xaa1fc9}){if(!this['isStarted'])throw new _0x58d4fd('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new _0x58d4fd('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x2b60cc=this['chatContext']['getPendingContextItems'](),_0x175c2d=this['chatCapabilities']['getCapabilitiesConfig'](),_0x51e291=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x4b85fb,'contextItems':_0x2b60cc,'capabilities':_0x175c2d,'modelId':_0x51e291,'attributes':_0xaa1fc9}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x36a30f){if(_0x36a30f instanceof _0x58d4fd)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x36a30f});else{const _0x371444=Ue['get'](_0x36a30f['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new _0x58d4fd(_0x371444,null,{'error':_0x36a30f})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x2e8f2e,contextItems:_0x5abfc8,capabilities:_0x300e32,modelId:_0x3d7006,attributes:_0x348b04}){const _0x173c9b=new Ke({'userMessage':_0x2e8f2e,'contextItems':_0x5abfc8,'capabilities':_0x300e32,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0x3d7006,'attributes':_0x348b04});return _0x173c9b['delegate'](...ye)['to'](this),this['interactions']['push'](_0x173c9b),this['fire']('interactionCreated',_0x173c9b),_0x173c9b;}['getInteraction'](_0x4d6c30){return this['interactions']['find'](_0x2448f8=>_0x2448f8['id']===_0x4d6c30);}['removeInteraction'](_0x30aacb){const _0x879f7e=this['getInteraction'](_0x30aacb);_0x879f7e&&(_0x879f7e['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x879f7e),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x41c40f){this['chatContext']['addCurrentDocumentToContext'](_0x41c40f);}async['updateCurrentDocumentInContext']({content:_0x49f4ee,version:_0x1af05e,sessionId:_0x348129,selections:_0x3a1ee2}){await this['chatContext']['updateCurrentDocument'](_0x49f4ee,_0x1af05e,_0x348129,_0x3a1ee2);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x448234){this['chatContext']['addSelectionToContext'](_0x448234);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x147703){this['chatContext']['addFilesToContext'](_0x147703);}['addUrlToContext'](_0x62b93){this['chatContext']['addUrlToContext'](_0x62b93);}['addToolItemToContext'](_0x49bd75){this['chatContext']['addToolItemToContext'](_0x49bd75);}['addResourceToContext'](_0x21288b,_0x1f8a17){this['chatContext']['addResourceToContext'](_0x21288b,_0x1f8a17);}['loadSourceResources'](_0x12431b,_0x15a72a,_0x52c501){return this['chatContext']['loadSourceResources'](_0x12431b,_0x15a72a,_0x52c501);}['removeFromContext'](_0x56c52e){this['chatContext']['removeFromContext'](_0x56c52e);}['setWebSearch'](_0x7e6293){this['chatCapabilities']['setWebSearch'](_0x7e6293);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x6c26a8){this['chatCapabilities']['setReasoning'](_0x6c26a8);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x17c626){_0x17c626?!0x1===await this['chatModels']['isAvailable'](_0x17c626)&&(_0xe86b4e('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x17c626}),_0x17c626=(await this['chatModels']['getAvailableModels']())[0x0]):(_0xe86b4e('ai-chat-conversation-set-model-null',{'conversation':this}),_0x17c626=(await this['chatModels']['getAvailableModels']())[0x0]),_0x17c626['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x17c626,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x17c626}));}}class It extends _0x28403e(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x36b079,config:_0x53ab5f,locale:_0x56af1a}){super(),this['_connector']=_0x36b079,this['_config']=_0x53ab5f,this['_locale']=_0x56af1a;}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 _0x1b0d84=await this['getAll']();let _0x1d9e9c;return _0x1d9e9c=this['_availableModels']?this['_filterModels'](_0x1b0d84,this['_availableModels']):_0x1b0d84['filter'](_0x748fb2=>_0x748fb2['recommended']),_0x1d9e9c;}async['getModel'](_0x51941b){const _0x169519=await this['getAll']();if(!_0x169519['length'])return null;if(_0x51941b){const _0x4c1b4a=this['_getModelById'](_0x169519,_0x51941b);if(_0x4c1b4a)return _0x4c1b4a;_0xe86b4e('ai-chat-model-id-unrecognized',{'modelId':_0x51941b,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x687c3b=await this['getAvailableModels']();if(!_0x687c3b['length'])return null;if(this['_defaultModelId']){const _0x33b581=this['_getModelById'](_0x687c3b,this['_defaultModelId']);if(_0x33b581)return _0x33b581;_0xe86b4e('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x687c3b[0x0]['id']});}return _0x687c3b[0x0];}async['isAvailable'](_0x56e70c){return(await this['getAvailableModels']())['some'](_0x5c62d3=>_0x5c62d3['name']===_0x56e70c['name']&&_0x5c62d3['provider']===_0x56e70c['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x503dbb=this['_locale']['uiLanguage']||'en',_0x123b9f=this['_connector']['getModels'](_0x503dbb),_0x8a7a66=await _0x123b9f['list']();this['_modelList']=_0x8a7a66['items']['map'](_0x1d3545=>Ji(_0x1d3545)?{..._0x1d3545,'name':m(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x1d3545);}catch(_0x1defef){throw gt('ai-models-unable-to-retrieve',{'error':_0x1defef}),_0x1defef;}return[...this['_modelList']];}['_filterModels'](_0x57f51c,_0x303f14){let _0x33354d;if(_0x303f14){_0x33354d=[];const _0xfd336a=new Set(),_0x4457c4='string'==typeof _0x303f14?[_0x303f14['toLocaleLowerCase']()]:_0x303f14['map'](_0x372d21=>_0x372d21['toLocaleLowerCase']());for(const _0x129c78 of _0x4457c4)for(const _0x155e29 of _0x57f51c)!_0xfd336a['has'](_0x155e29['id'])&&this['_isMatchingFilter'](_0x155e29,_0x129c78)&&(_0x33354d['push'](_0x155e29),_0xfd336a['add'](_0x155e29['id']));}else _0x33354d=_0x57f51c;return _0x33354d;}['_isMatchingFilter'](_0x464536,_0x138216){const _0x58f952=_0x464536['id']['toLocaleLowerCase'](),_0x4d0a18=_0x464536['name']['toLocaleLowerCase'](),_0xfaae44=_0x464536['provider']['toLocaleLowerCase']();return _0x58f952===_0x138216||_0x4d0a18===_0x138216||Ji(_0x464536)&&'auto'===_0x138216||_0xfaae44===_0x138216||_0x58f952['startsWith'](_0x138216);}['_getModelById'](_0x339d21,_0x4af563){return _0x339d21['find'](_0x4d4978=>Ji(_0x4d4978)&&'auto'===_0x4af563?_0x4d4978:_0x4d4978['id']===_0x4af563)||null;}}function Ji(_0x102bd4){return _0x102bd4['id']['startsWith']('agent');}function et(_0x265e07){if(_0x265e07 instanceof dt)return _0x265e07;if(_0x265e07?.['editors']&&_0x265e07['editors']['get'](0x0))return _0x265e07['editors']['length']>0x1&&console['warn']('AIChat:\x20Multiple\x20editor\x20instances\x20detected.\x20Only\x20the\x20first\x20editor\x20instance\x20will\x20be\x20used\x20for\x20AI\x20operations.\x20This\x20configuration\x20is\x20not\x20fully\x20supported\x20and\x20may\x20lead\x20to\x20unexpected\x20behavior.'),_0x265e07['editors']['get'](0x0);throw new _0x58d4fd('ai-get-editor-from-context-no-editor');}function y({editor:_0x49911a,interaction:_0x52fbf2,reply:_0x471a5f,groups:_0x506e56,transform:_0x43ff1e,documentCompare:_0x565731,documentCompareOptions:_0x2e27}){const _0x2eed37=_0x52fbf2['getDocumentContext']();if(!_0x2eed37)return[];const _0x2ce40f=_0x2eed37['content'],_0x3415d2=_0x2eed37['version'],_0x5b3150=_0x471a5f['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x3db330}of _0x506e56){const _0xeeb0f1=_0x3db330['filter'](_0x476287=>'new'!=_0x476287['type'])['map'](_0x4c8fb3=>St('data-id',_0x4c8fb3['id'],_0x5b3150)),_0x19b8ea=_0x3db330['filter'](_0x163a5e=>'removed'!=_0x163a5e['type'])['map'](_0x250cc5=>_0x250cc5['node']['cloneNode'](!0x0));let _0x10d935=null;if(_0xeeb0f1['length']){_0x10d935=_0xeeb0f1[0x0]['previousSibling'];for(let _0x4b8351=0x0;_0x4b8351<_0xeeb0f1['length'];_0x4b8351++)_0x444a18(_0xeeb0f1[_0x4b8351]);}if(_0x19b8ea['length']){_0x10d935||(_0x3db330[0x0]['anchorId']?_0x10d935=St('data-id',_0x3db330[0x0]['anchorId'],_0x5b3150):(_0x10d935=_0x19b8ea['shift'](),_0x2e7100(_0x5b3150,_0x10d935)));for(let _0x3d587f=0x0;_0x3d587f<_0x19b8ea['length'];_0x3d587f++)_0x2867c8(_0x10d935,_0x19b8ea[_0x3d587f]),_0x10d935=_0x19b8ea[_0x3d587f];}}const _0x3c0ef8=Tt(_0x5b3150),_0x55ca01=_0x565731['getDiff'](_0x2ce40f,_0x3c0ef8,_0x2e27)['getOperations']();if(_0x43ff1e){const _0x2b9211=_0x49911a['model']['document']['history']['getOperations'](_0x3415d2),_0x5c3b54={'document':_0x49911a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x1a47a5(_0x55ca01,_0x2b9211,_0x5c3b54)['operationsA'];}return _0x55ca01;}function d(_0x1ce95f,_0xbbc7bb){if('marker'!=_0xbbc7bb['type'])return;const _0x2786b4=_0x1ce95f['model']['markers']['get'](_0xbbc7bb['name']);_0x2786b4&&(_0xbbc7bb['oldRange']=_0x2786b4['getRange']());}class rt extends _0x4c91f3{['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_aiChatBalloon'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];static get['requires'](){return[s,_0x510327];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_bodyCollection']=new _0x566c6f(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new It({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x488960=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x1b88f1,_0x54a59f)=>{this['_handleUIUserMessage']({'userMessage':_0x54a59f});}),this['listenTo'](_0x488960,'resizedTabs',(_0x13d118,_0x2a32e4)=>{this['_setIsMaximized'](_0x2a32e4);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0x488960['resize']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI'](),this['removeSelectionFromChatContext']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['addCurrentDocumentToChatContext']();}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x48f83f,_0x45f1bf)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x45f1bf));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x2fd790,_0x3708aa)=>{this['activeConversation']?.['addUrlToContext'](_0x3708aa);}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x49215c,_0x111898)=>{_0x111898['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x5dd4d1,_0x289672)=>{this['activeConversation']?.['addResourceToContext'](_0x289672['source'],_0x289672['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x3b0081,_0x25e2f3)=>{this['_removeFromContext'](_0x25e2f3);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x3c7306,_0x465813)=>{this['activeConversation']?.['loadSourceResources'](_0x465813['sourceId'],_0x465813['query'],_0x465813['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0xf67eae,_0x138fd3)=>{this['activeConversation']?.['setModel'](_0x138fd3);}),this['listenTo'](this['_aiChatUi'],'like',(_0x562041,{replyId:_0xe51da3})=>{console['log']('Liked\x20response',_0xe51da3);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x5b5fff,{replyId:_0xfc1dea})=>{console['log']('Disliked\x20response',_0xfc1dea);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0xd0764e,_0x3833e7)=>{this['_insertSuggestion'](_0x3833e7);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x3e2500,{replyId:_0x4d702f,partIndex:_0xdaa1a1})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x4d702f,_0xdaa1a1);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x32d62b,{replyId:_0x4432c8,partIndex:_0x520b9c})=>{const _0x12edb3=this['_getDocumentRangeForReplyChanges'](_0x4432c8,_0x520b9c);_0x12edb3&&'$graveyard'!=_0x12edb3['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']([_0x12edb3['range']],'ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x58b147,_0x514fb4)=>{this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over'),this['_applySuggestion'](_0x514fb4);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x2668eb,{replyId:_0x5f0b45,showDiff:_0x3150e4})=>{const {reply:_0x32d9aa}=this['getInteractionAndReplyById'](_0x5f0b45),_0x22b54e=_0x32d9aa['getContentParts']({'showDiff':_0x3150e4});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x32d9aa['id'],'parts':_0x22b54e,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x3015fa,{replyId:_0x20b540,partIndex:_0x44e355})=>{this['_rejectSuggestion']({'replyId':_0x20b540,'partIndex':_0x44e355}),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['context']['plugins']['has']('AIChatBalloon')&&(this['_aiChatBalloon']=this['context']['plugins']['get']('AIChatBalloon'),this['set']('_aiChatBalloonShowDiff',!0x1),this['_aiChatBalloon']['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](this['_aiChatBalloon'],'toggleSuggestionDisplayMode',()=>{const {replyId:_0x51e438,partIndex:_0x316659}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x4627b8}=this['getInteractionAndReplyById'](_0x51e438),_0x384f97=_0x4627b8['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x316659});this['_aiChatBalloon']['updateContent']({'part':_0x384f97[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](this['_aiChatBalloon'],'applySuggestion',()=>{const {replyId:_0x161422,partIndex:_0x524683}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x161422,'partIndex':_0x524683}),this['_aiChatBalloon']['setState']('accepted');}),this['listenTo'](this['_aiChatBalloon'],'insertSuggestion',()=>{const {replyId:_0x14d427,partIndex:_0x355afb}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x14d427,'partIndex':_0x355afb}),this['_aiChatBalloon']['setState']('accepted');}),this['listenTo'](this['_aiChatBalloon'],'rejectSuggestion',()=>{const {replyId:_0x35d013,partIndex:_0x10ee17}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x35d013,'partIndex':_0x10ee17}),this['_aiChatBalloon']['setState']('rejected');}),this['listenTo'](this['_aiChatBalloon'],'showNext',()=>{const {replyId:_0x393852,partIndex:_0x36d41f}=this['_currentPreviewedChangeGroup'],_0xb5e2d3=this['_getPresentableSiblingContentPartIndex'](_0x393852,_0x36d41f,'next');null!==_0xb5e2d3&&this['_openBalloonFor'](_0x393852,_0xb5e2d3);}),this['listenTo'](this['_aiChatBalloon'],'showPrevious',()=>{const {replyId:_0x5926fb,partIndex:_0x41b5e3}=this['_currentPreviewedChangeGroup'],_0x15765f=this['_getPresentableSiblingContentPartIndex'](_0x5926fb,_0x41b5e3,'previous');null!==_0x15765f&&this['_openBalloonFor'](_0x5926fb,_0x15765f);}),this['listenTo'](this['_aiChatBalloon'],'dialogClosed',(_0x57a1a6,{id:_0x5db6c7})=>{if('aiChatBalloon'!==_0x5db6c7)return;const {replyId:_0x58d0ef,partIndex:_0x14b003}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x58d0ef,'index':_0x14b003,'isActive':!0x1});}));}async['afterInit'](){this['context']instanceof dt?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x5cd51a,_0x524e11)=>{_0x524e11['on']('ready',()=>{this['_integrateEditor'](_0x524e11);});});const _0x3a3d05=this['context']['config']['get']('ai.chat.initialConversation');let _0x34a3a5=_0x3a3d05;if('lastCreated'!=_0x3a3d05||(_0x34a3a5=await this['_getLastCreatedConversationId'](),_0x34a3a5))return'new'==_0x34a3a5?this['_startConversationSafely']():this['loadConversation'](_0x34a3a5);}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_insertSuggestion'](_0xd2f920){const _0x1039c4=et(this['context']);if(!_0x1039c4['plugins']['has']('TrackChanges'))throw new _0x58d4fd('ai-no-track-changes',null);const _0x22eed7=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x27b2cf,interaction:_0x46e360}=this['getInteractionAndReplyById'](_0xd2f920['replyId']),_0x459c6b=this['_getDocumentRangeForReplyChanges'](_0xd2f920['replyId'],_0xd2f920['partIndex']),_0x52f29c=void 0x0!==_0xd2f920['partIndex']?[_0x27b2cf['changeGroups'][_0xd2f920['partIndex']]]:_0x27b2cf['changeGroups']['filter'](_0x48b7c2=>'pending'==_0x48b7c2['state']),_0x83f2a1=_0x52f29c['map'](_0xc02ba2=>_0x27b2cf['changeGroups']['indexOf'](_0xc02ba2));if(!_0x459c6b||'$graveyard'==_0x459c6b['range']['root']['rootName'])return void _0x83f2a1['forEach'](_0x5955e6=>_0x27b2cf['setChangeGroupState'](_0x5955e6,'outdated'));_0x83f2a1['forEach'](_0x466bb3=>_0x27b2cf['setChangeGroupState'](_0x466bb3,'accepted'));const _0xa31a64=y({'editor':_0x1039c4,'reply':_0x27b2cf,'interaction':_0x46e360,'groups':_0x52f29c,'transform':!0x0,'documentCompare':_0x22eed7,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x280130;_0x459c6b&&this['_scrollToSuggestionRange'](_0x459c6b['range']),_0x1039c4['model']['change'](_0x55a1c9=>{_0x280130=_0x55a1c9['batch'],_0x1039c4['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0xa31a64),this['_aiEditing']['hideFakeVisualSelection']('ai-chat-controller-mouse-over');}),this['_batchToChanges']['set'](_0x280130,{'interactionId':_0x46e360['id'],'replyId':_0x27b2cf['id'],'indexes':_0x83f2a1['slice']()}),this['_updateRatings'](_0x27b2cf);}['_applySuggestion'](_0x43018e){const _0x198210=et(this['context']),_0x11ad32=this['context']['plugins']['get'](_0x510327),{reply:_0x3567ca,interaction:_0x54ac39}=this['getInteractionAndReplyById'](_0x43018e['replyId']),_0x4b997a=this['_getDocumentRangeForReplyChanges'](_0x43018e['replyId'],_0x43018e['partIndex']),_0x33ddc1=void 0x0!==_0x43018e['partIndex']?[_0x3567ca['changeGroups'][_0x43018e['partIndex']]]:_0x3567ca['changeGroups']['filter'](_0x39044b=>'pending'==_0x39044b['state']),_0x2632fd=_0x33ddc1['map'](_0x7cec89=>_0x3567ca['changeGroups']['indexOf'](_0x7cec89));if(!_0x4b997a||'$graveyard'==_0x4b997a['range']['root']['rootName'])return void _0x2632fd['forEach'](_0x2db05e=>_0x3567ca['setChangeGroupState'](_0x2db05e,'outdated'));_0x2632fd['forEach'](_0x35cac8=>_0x3567ca['setChangeGroupState'](_0x35cac8,'accepted'));const _0x3d22c4=y({'editor':_0x198210,'reply':_0x3567ca,'interaction':_0x54ac39,'groups':_0x33ddc1,'transform':!0x0,'documentCompare':_0x11ad32,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x5dbf6b;_0x4b997a&&this['_scrollToSuggestionRange'](_0x4b997a['range']),_0x198210['model']['change'](_0x559da4=>{_0x5dbf6b=_0x559da4['batch'];for(const _0x1ddd79 of _0x3d22c4)_0x1ddd79['baseVersion']=_0x198210['model']['document']['version'],d(_0x198210,_0x1ddd79),_0x559da4['batch']['addOperation'](_0x1ddd79),_0x198210['model']['applyOperation'](_0x1ddd79);}),this['_batchToChanges']['set'](_0x5dbf6b,{'interactionId':_0x54ac39['id'],'replyId':_0x3567ca['id'],'indexes':_0x2632fd['slice']()}),this['_updateRatings'](_0x3567ca);}['_rejectSuggestion'](_0x32103d){const {reply:_0x2adb2e}=this['getInteractionAndReplyById'](_0x32103d['replyId']);_0x2adb2e['setChangeGroupState'](_0x32103d['partIndex'],'rejected');}['_openBalloonFor'](_0x23262e,_0x4d28c3){if(!this['_aiChatBalloon'])return;const {reply:_0x69d901}=this['getInteractionAndReplyById'](_0x23262e),_0x4ccd28=_0x69d901['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});let _0x394ab2,_0x336193;if(void 0x0!==_0x4d28c3?(_0x336193=_0x4ccd28['find'](_0x15c064=>_0x15c064['index']==_0x4d28c3),_0x394ab2=_0x336193?.['index']):(_0x336193=_0x4ccd28[0x0],_0x394ab2=_0x336193['index']),this['_currentPreviewedChangeGroup']?.['replyId']==_0x23262e&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x394ab2)return;const _0x23b228=this['_getUserPresentableContentPartDocumentRange'](_0x23262e,_0x69d901,_0x336193);if(!_0x23b228)return void this['_aiChatBalloon']['close']();this['_currentPreviewedChangeGroup']={'replyId':_0x23262e,'partIndex':_0x394ab2},this['_scrollToSuggestionRange'](_0x23b228,!0x0);const _0x2dd19e=this['_getPresentableSiblingContentPartIndex'](_0x23262e,_0x394ab2,'next');this['_aiChatBalloon']['updateContent']({'part':_0x336193,'renderingStrategy':'static'}),this['_aiChatBalloon']['open']({'index':_0x394ab2,'title':m(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x394ab2+0x1)['toString']()),'showRotator':null!==_0x2dd19e,'ranges':[_0x23b228],'areActionsDisabled':_0x69d901['areActionsDisabled']}),this['_aiChatBalloon']['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x23262e,_0x394ab2),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x23262e,'index':_0x394ab2,'isActive':!0x0});}['_getPresentableSiblingContentPartIndex'](_0x3cd9e9,_0x71f6ac,_0x24350b){const {reply:_0x1d8cfe}=this['getInteractionAndReplyById'](_0x3cd9e9),_0x1946f4=_0x1d8cfe['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x1946f4['length'])return null;const _0x537e56=_0x1946f4['findIndex'](_0x1764f4=>_0x1764f4['index']==_0x71f6ac),_0x3f3318='next'==_0x24350b?0x1:-0x1;let _0x31b833=_0x1946f4['at']((_0x537e56+_0x3f3318)%_0x1946f4['length'])['index'],_0xb9f521=_0x1946f4[_0x31b833];for(;!this['_getUserPresentableContentPartDocumentRange'](_0x3cd9e9,_0x1d8cfe,_0xb9f521);){if(_0x31b833=_0x1946f4['at']((_0x31b833+_0x3f3318)%_0x1946f4['length'])['index'],_0x31b833===_0x537e56)return null;_0xb9f521=_0x1946f4[_0x31b833];}return _0x31b833;}['_getUserPresentableContentPartDocumentRange'](_0x1e459e,_0x186650,_0x480f17){const _0x209995=_0x186650['changeGroups'];if(!_0x480f17['hasChanges'])return null;const _0x3aad19=_0x209995['find'](_0x3cef43=>_0x3cef43['index']==_0x480f17['index']);if('pending'!==_0x3aad19?.['state'])return null;const _0x5d0002=this['_getDocumentRangeForReplyChanges'](_0x1e459e,_0x480f17['index']);if(!_0x5d0002)return null;const {range:_0x999958,currentIndex:_0x352497}=_0x5d0002;return'$graveyard'==_0x999958['root']['rootName']?(_0x186650['setChangeGroupState'](_0x352497,'outdated'),null):_0x5d0002['range'];}['_getDocumentRangeForReplyChanges'](_0x3b669c,_0x271dac){const _0x1eebf0=et(this['context']),{reply:_0x2452ed,interaction:_0x437d1e}=this['getInteractionAndReplyById'](_0x3b669c),_0x24331e=_0x2452ed['changeGroups']['filter'](_0x250f33=>'pending'==_0x250f33['state']),_0x2dd337=_0x24331e['map'](_0xf4eb89=>_0x2452ed['changeGroups']['indexOf'](_0xf4eb89));void 0x0===_0x271dac&&(_0x271dac=_0x2dd337[0x0]);const _0x5f2c8a=_0x2dd337['indexOf'](_0x271dac);if(-0x1==_0x5f2c8a)return null;const _0x290c94=_0x24331e[_0x5f2c8a],_0x5aa131=new Et([]),_0x37f778=new Et([]);for(const _0x2e6fc7 of _0x290c94['changes'])if('removed'!=_0x2e6fc7['type']&&_0x37f778['children']['push'](_0x2e6fc7['node']['cloneNode'](!0x0)),'new'!=_0x2e6fc7['type']){const _0x33a2be=yt(_0x3144c9=>At(_0x3144c9,'data-id')==_0x2e6fc7['id'],_0x2452ed['documentContextContent'],!0x0);_0x5aa131['children']['push'](_0x33a2be['cloneNode'](!0x0));}if(0x0==_0x5aa131['children']['length']){if(_0x290c94['changes'][0x0]['anchorId']){const _0x5ab513=St('data-id',_0x290c94['changes'][0x0]['anchorId'],_0x2452ed['documentContextContent']);_0x5aa131['children']['unshift'](_0x5ab513['cloneNode'](!0x0)),_0x37f778['children']['unshift'](_0x5ab513['cloneNode'](!0x0)),_0x5ab513['nextSibling']&&(_0x5aa131['children']['push'](_0x5ab513['nextSibling']['cloneNode'](!0x0)),_0x37f778['children']['push'](_0x5ab513['nextSibling']['cloneNode'](!0x0)));}else{const _0x367932=_0x2452ed['documentContextContent']['children'][0x0];if(!_0x367932)return null;_0x5aa131['children']['push'](_0x367932['cloneNode'](!0x0)),_0x37f778['children']['push'](_0x367932['cloneNode'](!0x0));}}const _0x5a87a9=_0x437d1e['getDocumentContext'](),_0x16093c=_0x1eebf0['data']['parse'](_0x5a87a9['content']),_0x19aa99=Tt(_0x5aa131),_0x483e72=_0x1eebf0['data']['parse'](_0x19aa99),_0x352184=_0x1eebf0['data']['parse'](_0x19aa99),_0x25fc36=_0x1eebf0['model']['createPositionAt'](_0x483e72,0x0),_0x1ef916=Tt(_0x37f778),_0x382bec={'anchor':_0x25fc36,'markDeletions':!0x1},_0x3fa346=_0x1eebf0['plugins']['get'](_0x510327)['getDiff'](_0x19aa99,_0x1ef916,_0x382bec)['getOperations']();if(!_0x3fa346['length'])return null;_0x1eebf0['model']['change'](_0x7f5f8d=>{for(const _0x165c30 of _0x3fa346)if('remove'==_0x165c30['type']){const _0x35fb8b=_0x165c30['sourcePosition'],_0xf71acc=_0x165c30['howMany'],_0x1ad01b=new _0x1724cb(_0x35fb8b,_0xf71acc);_0x7f5f8d['batch']['addOperation'](_0x1ad01b),_0x1eebf0['model']['applyOperation'](_0x1ad01b);}else'marker'!==_0x165c30['type']&&(_0x165c30['baseVersion']=null,_0x165c30['isDocumentOperation']=!0x1,_0x7f5f8d['batch']['addOperation'](_0x165c30),_0x1eebf0['model']['applyOperation'](_0x165c30));});const _0x5bb8e8=mt(_0x1eebf0,_0x3fa346,_0x483e72);ft(_0x1eebf0['model'],_0x5bb8e8);const _0x51b466=_0x5bb8e8['getFirstRange']()['start']['path']['slice'](),_0x12138f=_0x5bb8e8['getFirstRange']()['end']['path']['slice'](),_0x778820=[];let _0x1cb721=_0x483e72,_0x21410f=_0x352184;for(let _0x2e11f1=0x0;_0x2e11f1<_0x12138f['length'];_0x2e11f1++){const _0x1fd843=_0x1cb721['maxOffset']-_0x12138f[_0x2e11f1];_0x778820[_0x2e11f1]=_0x21410f['maxOffset']-_0x1fd843,_0x1cb721=_0x1cb721['getChildAtOffset'](_0x12138f[_0x2e11f1]),_0x21410f=_0x21410f['getChildAtOffset'](_0x778820[_0x2e11f1]);}const _0x598dc5=_0x1eebf0['model']['createRange'](_0x1eebf0['model']['createPositionFromPath'](_0x352184,_0x51b466),_0x1eebf0['model']['createPositionFromPath'](_0x352184,_0x778820)),_0x92732f=_0x352184['getChild'](0x0)['getAttribute'](Ct),_0x3ae538=Array['from'](_0x16093c['getChildren']())['find'](_0x5bd589=>_0x5bd589['getAttribute'](Ct)==_0x92732f)['getPath'](),_0x5e4a22=_0x598dc5['start']['path']['slice'](),_0x21a4eb=_0x598dc5['end']['path']['slice']();_0x5e4a22[0x0]=_0x3ae538[0x0]+_0x5e4a22[0x0],_0x21a4eb[0x0]=_0x3ae538[0x0]+_0x21a4eb[0x0];let _0x2a6ade=_0x1eebf0['model']['createRange'](_0x1eebf0['model']['createPositionFromPath'](_0x1eebf0['model']['document']['getRoot'](),_0x5e4a22),_0x1eebf0['model']['createPositionFromPath'](_0x1eebf0['model']['document']['getRoot'](),_0x21a4eb));const _0x4316bf=_0x1eebf0['model']['document']['history']['getOperations'](_0x5a87a9['version']);for(const _0x654d83 of _0x4316bf)_0x2a6ade=_0x2b9aa0['_createFromRanges'](_0x2a6ade['getTransformedByOperation'](_0x654d83));return{'range':_0x2a6ade,'currentIndex':_0x271dac};}['_integrateEditor'](_0x18359b){if(!_0x18359b['plugins']['has']('Undo'))return;const _0xa6f8f4=_0x18359b['commands']['get']('undo'),_0x3ddb98=_0x18359b['commands']['get']('redo');this['listenTo'](_0xa6f8f4,'revert',(_0x3d5ab4,_0x24a4ef,_0x3def44)=>{const _0x3b2966=this['_batchToChanges']['get'](_0x24a4ef);if(!_0x3b2966)return;const _0x1854eb=this['activeConversation']['getInteraction'](_0x3b2966['interactionId'])['getReply'](_0x3b2966['replyId']);_0x3b2966['indexes']['forEach'](_0x226b58=>_0x1854eb['setChangeGroupState'](_0x226b58,'pending')),this['_batchToChanges']['delete'](_0x24a4ef),this['_batchToChanges']['set'](_0x3def44,_0x3b2966);}),this['listenTo'](_0x3ddb98,'revert',(_0x4a1db7,_0x49d9d6,_0x416bb7)=>{const _0x5ece40=this['_batchToChanges']['get'](_0x49d9d6);if(!_0x5ece40)return;const _0xd8055=this['activeConversation']['getInteraction'](_0x5ece40['interactionId'])['getReply'](_0x5ece40['replyId']);_0x5ece40['indexes']['forEach'](_0x258a15=>_0xd8055['setChangeGroupState'](_0x258a15,'accepted')),this['_batchToChanges']['delete'](_0x49d9d6),this['_batchToChanges']['set'](_0x416bb7,_0x5ece40);});}async['loadConversation'](_0xde7be1){this['context']['plugins']['has']('AIChatBalloon')&&this['context']['plugins']['get']('AIChatBalloon')['close'](),(this['context']['plugins']['get'](pt)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']());try{await this['_aiConnector']['fetchConversation'](_0xde7be1)['getConversation'](),await this['_startConversationSafely'](_0xde7be1),this['updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0xde7be1,this['_aiEditing']['sessionId']),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x1066b7){this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0xde7be1}),this['_logError'](new _0x58d4fd('ai-chat-conversation-not-found',this,{'error':_0x1066b7}));}finally{this['_aiChatUi']['startAutoScroll'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}async['_getLastCreatedConversationId'](){const _0x3d60e7=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x2abf56=await _0x3d60e7['getConversations']();return _0x2abf56['length']?_0x2abf56[0x0]['id']:'new';}catch(_0x40bcf9){return this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0xdd667e()}),this['_logError'](new _0x58d4fd('ai-chat-conversation-init-failed',this,{'error':_0x40bcf9})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}['handleRemovedConversation'](_0x108fbb){this['activeConversation']['id']===_0x108fbb&&this['_startConversationSafely']();}['addCurrentDocumentToChatContext'](){this['activeConversation']?.['addCurrentDocumentToContext'](m(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](){const _0x421ee3=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x421ee3),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_startConversationSafely']();}async['sendMessage']({message:_0x3d1921,attributes:_0x89a2c}){await this['_handleUIUserMessage']({'userMessage':_0x3d1921,'attributes':_0x89a2c});}['getGroupId'](){const _0x15c851=this['context']['config']['get']('collaboration.channelId');if(!_0x15c851)throw new _0x58d4fd('ai-chat-missing-channel-id',this);return _0x15c851;}async['_startConversationSafely'](_0x5e4f46){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x5e4f46);}catch(_0x4ead0f){this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x5e4f46||_0xdd667e()}),console['error'](_0x4ead0f),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation'](_0x20de69){let _0x57c33e;this['context']['plugins']['has']('AIChatBalloon')&&this['context']['plugins']['get']('AIChatBalloon')['close'](),_0x20de69||!this['activeConversation']?_0x57c33e=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x57c33e=this['activeConversation']['selectedModel']['id']),await this['_stopLastInteraction']();const _0x40566e=this['getGroupId'](),_0x5de675=_0x20de69||_0xdd667e();this['activeConversation']=new _t({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x57c33e,'conversationId':_0x5de675,'group':_0x40566e,'getEditor':()=>et(this['context']),'isFromHistory':!!_0x20de69}),this['activeConversation']['delegate']('toolDataReceived','interactionStarted')['to'](this),this['activeConversation']['on']('conversationInitialized',(_0x3fb06b,_0x40c218)=>{this['_aiChatUi']['createConversation'](_0x40c218),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x20de69||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['activeConversation']['on']('uploadProgressChanged',(_0x281ea2,_0xf56579)=>{this['_aiChatUi']['setIsUploadInProgress'](_0xf56579['isUploadInProgress']);}),this['activeConversation']['on']('interactionCreated',(_0x4dfc0a,_0x1d01b4)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x1d01b4);}),this['activeConversation']['on']('webSearchStarted',()=>{const _0x1ca2b5=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x1ca2b5);}),this['activeConversation']['on']('reasoningStarted',()=>{const _0x1113e0=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x1113e0);}),this['activeConversation']['on']('webSearchFinished',(_0xb1c5ff,_0x407fd6)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x407fd6,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x5ccb3c,_0x1886a9)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x1886a9,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x5552c2,_0x194f2a)=>{this['_aiChatUi']['removeFeedInteraction'](_0x194f2a['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x467fe1,_0x321542,_0x1c561f)=>{this['updateConversationTitle'](_0x321542,_0x1c561f);}),this['activeConversation']['on']('replyCreated',(_0x4515d2,_0x7349d6)=>{'text'===_0x7349d6['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x7349d6):this['_aiChatUi']['addFeedItemAISuggestion'](_0x7349d6);}),this['activeConversation']['on']('replyContentUpdated',async(_0x4b5d1b,_0x3673f5)=>{await this['_updateReplyContent']({'reply':_0x3673f5});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x3f5c5f,{reply:_0x106326,index:_0x56015f,state:_0x573068})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x106326['id'],'index':_0x56015f,'state':_0x573068}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x106326['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x56015f&&this['_aiChatBalloon']?.['setState'](_0x573068);}),this['activeConversation']['on']('contextItemAdded',(_0x5d08a6,_0xd216a8)=>{if(this['_aiChatUi']['addContextItem'](_0xd216a8['contextItem'],_0xd216a8['isLoading']),'selection'===_0xd216a8['contextItem']['type']){const _0xafdacd=[...et(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection'](_0xafdacd,'ai-conversation-'+this['activeConversation']?.['id']);}}),this['activeConversation']['on']('contextItemRemoved',(_0x242ac5,_0xcdfb14)=>{this['_aiChatUi']['removeContextItem'](_0xcdfb14['uiId']),'current-document'==_0xcdfb14['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0xcdfb14['type']&&this['_aiEditing']['hideFakeVisualSelection']('ai-conversation-'+this['activeConversation']?.['id']);}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x3f0576,_0x3176f3)=>{this['_aiChatUi']['setContextItemLoading'](_0x3176f3['contextItem']['uiId'],_0x3176f3['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x56abb7,_0x4fe6bf)=>{this['_aiChatUi']['setConversationContext'](_0x4fe6bf['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x2f4a98,_0x303a3f)=>{this['_aiChatUi']['setAddContextOptions'](_0x303a3f['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x177031,_0x1523b3)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x1523b3['sourceId'],_0x1523b3['source'],_0x1523b3['resources'],_0x1523b3['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x5af1ab,_0x3a6a09)=>{this['_aiChatUi']['updateResourceState'](_0x3a6a09['sourceId'],_0x3a6a09['resourceId'],_0x3a6a09['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x362991,_0x3bac27)=>{this['_aiChatUi']['updateCapabilities'](_0x3bac27);}),this['activeConversation']['on']('modelSelected',async(_0x4d17fa,_0x3f71ae)=>{const _0x34d395=(await this['_aiChatModels']['getAll']())['find'](_0x4f7241=>_0x4f7241['id']===_0x3f71ae['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x34d395,_0x3f71ae['isDisabled']);}),this['activeConversation']['on']('error',(_0x5e9c44,{error:_0x2477b4,interactionId:_0x1bcba5,fileName:_0x4d19fc,url:_0x182d42,sourceId:_0x590006,sourceLabel:_0x4b8fd5})=>{const _0x440441=_0x1bcba5?_0x1bcba5+':'+_0xdd667e():_0xdd667e();_0x2477b4['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':m(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x440441}):_0x2477b4['message']['startsWith']('ai-chat-conversation-init-failed')||_0x2477b4['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x4d19fc),'id':_0x440441}):_0x2477b4['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x182d42),'id':_0x440441}):_0x2477b4['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x440441}):_0x2477b4['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x440441}):_0x2477b4['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x590006&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x590006),this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x4b8fd5||'source'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-context-file-too-many-pages')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x440441}),this['_logError'](_0x2477b4)):_0x2477b4['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x440441}),this['_logError'](_0x2477b4)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':m(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x440441}),this['_logError'](_0x2477b4));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x20de69||await this['activeConversation']['start']();}async['_handleUIUserMessage']({userMessage:_0x3e93bc,attributes:_0x56e981}){if(!this['activeConversation'])throw new _0x58d4fd('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x2b801a=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentInContext'](_0x2b801a);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x3e93bc,'attributes':_0x56e981});}['_showConversationHistory'](){console['log']('Showing\x20conversation\x20history...');}['_setIsMaximized'](_0x5bacb2){this['_aiChatUi']['setIsMaximized'](_0x5bacb2);}['_logError'](_0x5af6bb){gt(_0x5af6bb['message']);}['_removeFromContext'](_0x225b4f){this['activeConversation']?.['removeFromContext'](_0x225b4f);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x1d0fbc){const [_0x586986,_0x17195f]=_0x1d0fbc['split'](':'),_0x24aadb=this['activeConversation']['getInteraction'](_0x586986),_0x29aee5=_0x24aadb['getReply'](_0x17195f);return{'interaction':_0x24aadb,'reply':_0x29aee5};}['_scrollToSuggestionRange'](_0x31179a,_0x3838ef=!0x1){const _0x27b93a=et(this['context']),_0x296b22={'target':_0x27b93a['editing']['view']['domConverter']['viewRangeToDom'](_0x27b93a['editing']['mapper']['toViewRange'](_0x31179a)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x3838ef};_0x3838ef&&(_0x296b22['alignToTop']=!0x0),st(_0x296b22);}['updateConversationTitle'](_0x3dcb06,_0x55bddb=!0x1){this['_aiChatUi']['setConversationTitle'](_0x3dcb06||m(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x55bddb);}async['_updateReplyContent']({reply:_0x3ede6d,renderingStrategy:_0xca28ea}){const {id:_0x21bd10,interactionId:_0x2359fe,isDone:_0x371ea4,type:_0x411d32,parsedContent:_0x3d2b66}=_0x3ede6d,_0x5468f4=_0x2359fe+':'+_0x21bd10;if('modification'===_0x411d32){const _0x42e6b4=_0x3ede6d['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x5468f4,'parts':_0x42e6b4,'renderingStrategy':_0xca28ea,'isDone':_0x371ea4});}else'text'===_0x411d32&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x5468f4,'parsedContent':_0x3d2b66,'renderingStrategy':_0xca28ea,'isDone':_0x371ea4});_0x371ea4&&_0x3ede6d['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x5468f4,_0x3ede6d['sources']);}async['_stopLastInteraction'](){const _0x9aa83a=this['activeConversation']?.['lastInteraction'];_0x9aa83a&&(_0x9aa83a['stop'](),this['_aiChatUi']['stopInteraction'](_0x9aa83a));}async['_flushLastInteractionUI'](){const _0x30a3ad=this['activeConversation']?.['lastInteraction'];if(_0x30a3ad){for await(const _0x11cea8 of _0x30a3ad['replies'])await this['_updateReplyContent']({'reply':_0x11cea8,'renderingStrategy':'static'});}}['_updateRatings'](_0x45a4de){const _0x42cbd2={'positiveCount':_0x45a4de['changeGroups']['filter'](_0x15c0de=>'accepted'===_0x15c0de['state'])['length'],'totalCount':_0x45a4de['changeGroups']['length'],'modificationId':_0x45a4de['id']},_0x2a2576=this['activeConversation']['getInteraction'](_0x45a4de['interactionId'])['messageId'];_0x2a2576&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x2a2576,_0x42cbd2);}['_registerToolDataCallback'](_0x33826c){let _0x5e24d9=null,_0x418ba4=null;this['on']('toolDataReceived',(_0x3b6a19,_0x37ac99,_0x1d70f8)=>{_0x1d70f8['id']!==_0x5e24d9&&(_0x5e24d9=_0x1d70f8['id'],_0x418ba4=this['_getAIChatInteractionAPI'](_0x1d70f8)),_0x33826c(_0x37ac99,_0x418ba4);});}['_getAIChatInteractionAPI'](_0x5206fd){const _0x6b1230=this['_aiChatUi'],_0x596472=()=>{_0x5206fd['resetWebSearchState'](),_0x5206fd['resetReasoningState'](),_0x6b1230['clearLoadingMessage']();},_0x92d971=()=>{_0x5206fd['currentReply']&&(_0x5206fd['currentReply']['done'](),_0x5206fd['currentReply']=void 0x0);};return{'insertTextReply':(_0x388b52,_0x3e6cf3)=>{_0x92d971(),_0x596472();const _0x4bb43d=_0x5206fd['currentReply']=_0x5206fd['createReply']({'type':'text','interactionId':_0x5206fd['id'],'content':_0x388b52,'id':_0x3e6cf3||_0xdd667e()});return _0x92d971(),_0x4bb43d;},'insertCustomElement':async(_0x754025,_0x40e705)=>(_0x92d971(),_0x596472(),_0x6b1230['addFeedItemCustomElement'](_0x754025,_0x40e705||_0xdd667e())),'setLoadingMessage':_0x1c5f48=>{_0x6b1230['setLoadingMessage'](_0x1c5f48);},'clearLoadingMessage':()=>{_0x6b1230['clearLoadingMessage']();}};}}const a='ai-selection';class o extends _0x4c91f3{constructor(_0x35d5a8){super(_0x35d5a8),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_displayedFakeSelectionId']=null;['_displayedFakeSelectionLocked']=!0x1;['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x1da370=et(this['context']),_0x337e0e=_0x1da370['plugins']['has']('RealTimeCollaborationClient')&&_0x1da370['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x337e0e||_0xdd667e();}return this['_sessionId'];}async['getDocumentData'](){const _0x2c0cb5=et(this['context']),_0x46ca21=_0x2c0cb5['model'],_0x350e6d=_0x2c0cb5['data']['toView'](_0x46ca21['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x480b7a=new Dt(_0x2c0cb5['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x350e6d,_0x480b7a);let _0x12827a=await this['_getDocumentDataStringFromView'](_0x350e6d);const _0x1b15c0=this['_getMarkersInDocumentOrder'](),_0x4a2f61=[];for(const _0x191a7f of _0x1b15c0){const _0x270351='<'+_0x191a7f['name']+':start></'+_0x191a7f['name']+':start>',_0x11f66e=_0x12827a['indexOf'](_0x270351);_0x12827a=_0x12827a['substring'](0x0,_0x11f66e)+_0x12827a['substring'](_0x11f66e+_0x270351['length']);const _0x5c315d='<'+_0x191a7f['name']+':end></'+_0x191a7f['name']+':end>',_0x4a4ffe=_0x12827a['indexOf'](_0x5c315d);_0x12827a=_0x12827a['substring'](0x0,_0x4a4ffe)+_0x12827a['substring'](_0x4a4ffe+_0x5c315d['length']),_0x4a2f61['push']({'markerName':_0x191a7f['name'],'start':_0x11f66e,'end':_0x4a4ffe,'htmlFragment':_0x12827a['substring'](_0x11f66e,_0x4a4ffe)});}return{'content':_0x12827a,'version':_0x2c0cb5['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x4a2f61};}async['afterInit'](){this['context']instanceof dt?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x405d23,_0x1e446a)=>{_0x1e446a['on']('ready',()=>{this['_integrateEditor'](_0x1e446a);});});}['_setOutputDataProcessor'](_0xf5ee27){this['_outputDataProcessor']=_0xf5ee27;}async['_getDocumentDataStringFromView'](_0x3994ae){let _0x29dd14;const _0x3d48c2=et(this['context']);if(this['_outputDataProcessor']){const _0xcaf364=_0x3d48c2['data']['processor']['domConverter']['viewToDom'](_0x3994ae),_0x18ef9a=await this['_outputDataProcessor'](_0xcaf364);_0x29dd14=_0x3d48c2['data']['processor']['htmlWriter']['getHtml'](_0x18ef9a);}else _0x29dd14=_0x3d48c2['data']['processor']['toData'](_0x3994ae);return _0x29dd14;}['_integrateEditor'](_0x42ea78){_0x42ea78['conversion']['for']('editingDowncast')['markerToHighlight']({'model':a,'view':{'classes':['ck-fake-ai-selection','ck-ai-assistant-ui_theme'],'priority':0xc}}),_0x42ea78['conversion']['for']('dataDowncast')['markerToElement']({'model':a,'view':(_0x31614d,{writer:_0xc28a2,options:_0xa1e81b})=>_0xa1e81b['convertAiChatSelectionMarker']?_0xc28a2['createUIElement'](_0x31614d['markerName']+':'+(_0x31614d['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x45401a,_0x164fef,_0x5798cd=!0x1,_0x15f5ae=!0x1){if(this['_displayedFakeSelectionLocked']&&!_0x15f5ae)return!0x1;const _0x5e9ce6=et(this['context'])['model'];return _0x5e9ce6['change'](_0x30e415=>{this['_displayedFakeSelectionId']&&this['hideFakeVisualSelection'](this['_displayedFakeSelectionId']),this['_displayedFakeSelectionId']=_0x164fef,this['_displayedFakeSelectionLocked']=_0x5798cd;let _0x5ec40f=0x0;for(let _0x2adc97 of _0x45401a){const _0x1b38e3=a+':'+_0x5ec40f;if(_0x2adc97['start']['isAtEnd']){const _0x36e0ee=_0x2adc97['start']['getLastMatchingPosition'](({item:_0x43ef6e})=>!_0x5e9ce6['schema']['isContent'](_0x43ef6e),{'boundaries':_0x2adc97});_0x2adc97=_0x30e415['createRange'](_0x36e0ee,_0x2adc97['end']);}_0x30e415['addMarker'](_0x1b38e3,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2adc97}),_0x5ec40f++;}}),window['getSelection']()?.['removeAllRanges'](),!0x0;}['hideFakeVisualSelection'](_0x563575){if(this['_displayedFakeSelectionId']!=_0x563575)return!0x1;this['_displayedFakeSelectionId']=null,this['_displayedFakeSelectionLocked']=!0x1;const _0x3d98ff=et(this['context']),_0x5edc41=_0x3d98ff['model']['markers']['getMarkersGroup'](a);return _0x3d98ff['model']['change'](_0x1aded1=>{for(const _0x471716 of _0x5edc41)_0x1aded1['removeMarker'](_0x471716);}),!0x0;}async['modelToDataWithIds'](_0x1348fd){const _0x5329fa=et(this['context']),_0x40dcc9=_0x5329fa['data']['toView'](_0x1348fd),_0x3dba15=new Dt(_0x5329fa['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x40dcc9,_0x3dba15),this['_getDocumentDataStringFromView'](_0x40dcc9);}['_setDataIdsOnChildren'](_0x59ea33,_0x156274){let _0x113fd5=!0x1;const _0x40a10a=new Set();for(const _0xc08757 of _0x59ea33['getChildren']()){const _0x55fb29=_0xc08757['is']('emptyElement')||_0xc08757['is']('containerElement');if(!_0xc08757['is']('element'))continue;(this['_setDataIdsOnChildren'](_0xc08757,_0x156274)||_0x55fb29)&&(_0x156274['setAttribute']('data-id',this['_nextDataId'](_0x40a10a),_0xc08757),_0x113fd5=!0x0);}return _0x113fd5;}['_nextDataId'](_0x43f0dd){let _0x1a6b48;do{_0x1a6b48='';for(let _0x3e0cd8=0x0;_0x3e0cd8<0x4;_0x3e0cd8++)_0x1a6b48+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x43f0dd['has'](_0x1a6b48));return _0x43f0dd['add'](_0x1a6b48),_0x1a6b48;}['getSelectionText'](){const {model:_0x299f72}=et(this['context']),_0x4512a1=_0x299f72['document']['selection'],_0x57cdf5=[];for(const _0x4e7b9b of _0x4512a1['getRanges']())for(const _0x35a093 of _0x4e7b9b['getItems']())_0x35a093['is']('$textProxy')?_0x57cdf5['push'](_0x35a093['data']):_0x35a093['is']('element')&&_0x57cdf5['length']>0x0&&'\x20'!==_0x57cdf5[_0x57cdf5['length']-0x1]&&_0x57cdf5['push']('\x20');return _0x57cdf5['length']?'\x22'+_0x57cdf5['join']('')['trim']()+'\x22':m(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_getMarkersInDocumentOrder'](){const _0x196b82=et(this['context'])['model'];return Array['from'](_0x196b82['markers']['getMarkersGroup'](a))['sort']((_0x2adeb4,_0x2db2f1)=>_0x2adeb4['getStart']()['isBefore'](_0x2db2f1['getStart']())?-0x1:_0x2adeb4['getStart']()['isAfter'](_0x2db2f1['getStart']())?0x1:0x0);}}const ut=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],bt=[...ut,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class ha{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0xbaf208){this['options']={'delay':_0xbaf208['delay']??0x14,'textNodeStyle':_0xbaf208['textNodeStyle'],'onStreamUpdate':_0xbaf208['onStreamUpdate']||(()=>{})};}async['stream']({document:_0x51c9a1,targetElement:_0x24477c,abortSignal:_0x5725dc}){this['isStreaming']&&this['stop'](),_0x5725dc?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x488350(_0x51c9a1,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x1e9cef=0x0;_0x1e9cef<this['currentIndex'];_0x1e9cef++)this['nodesList'][_0x1e9cef]['shouldBeStreamed']=!0x0;do{const _0x16f229=Date['now'](),_0x146a87=this['nodesList'][this['currentIndex']],_0x52b996=_0x16f229-this['lastUpdateTime'];if(_0x146a87){_0x146a87['shouldBeStreamed']=!0x0;let _0x13e272=_0x146a87['parent'];for(;_0x13e272;)_0x13e272['shouldBeStreamed']=!0x0,_0x13e272=_0x13e272['parent'];}if(_0x52b996<this['options']['delay'])try{const {promise:_0x2457e3,abortController:_0x1da0d8}=Ts(this['options']['delay']-_0x52b996);this['timeoutAbortController']=_0x1da0d8,await _0x2457e3;}catch(_0x34566d){return;}_0x4e12ba(_0x24477c,'<'+_0x24477c['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x24477c['tagName']+'>',{'childrenOnly':!0x0}),this['options']['onStreamUpdate']&&this['options']['onStreamUpdate'](),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:_0x541351}){Array['from'](_0x541351['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x123162=>{_0x123162['replaceWith'](_0x123162['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x50b8a3){let _0x383a20='';if(function(_0x4cec14){return _0x493c5e(_0x4cec14);}(_0x50b8a3)){for(const _0x499cde of _0x50b8a3['children'])_0x383a20+=this['renderNode'](_0x499cde);}else{if(Ns(_0x50b8a3)){if(!_0x50b8a3['shouldBeStreamed'])return'';const _0x17cecc=_0x50b8a3,_0x53a46b=Object['entries'](_0x17cecc['attribs'])['map'](([_0xb5c5c3,_0x27af94])=>_0xb5c5c3+'=\x22'+_0x27af94+'\x22')['join']('\x20');_0x383a20+='<'+_0x17cecc['tagName']+(_0x53a46b?'\x20'+_0x53a46b:'')+'>';for(const _0x5bd3b0 of _0x516025(_0x17cecc))_0x383a20+=this['renderNode'](_0x5bd3b0);_0x383a20+='</'+_0x17cecc['tagName']+'>';}else{if(!Ss(_0x50b8a3))return'';if(!_0x50b8a3['shouldBeStreamed'])return'';!function(_0x1919a0){if(!_0x1919a0['parent']||!Ns(_0x1919a0['parent']))return!0x1;if(!ys['includes'](_0x1919a0['parent']['tagName']))return!0x1;return!_0x5d0511(_0x1919a0)['match'](/^\s*[<>]\s*$/);}(_0x50b8a3)?_0x383a20+=_0x33b624(_0x50b8a3):_0x383a20+=_0x33b624(new _0x4f49bb('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x50b8a3]));}}return _0x383a20;}['getParsedDocumentNodeList'](){const _0x1b29df=[];return function(_0x502304,_0xa4f931){const _0x190c04=_0x3b6bab=>{if(_0xa4f931(_0x3b6bab),_0x3b6bab instanceof _0x3d9ef7)for(let _0x18921c=0x0;_0x18921c<_0x3b6bab['children']['length'];_0x18921c++){const _0x2a9e72=_0x3b6bab['children'][_0x18921c];_0x190c04(_0x2a9e72);}};for(let _0x18b65d=0x0;_0x18b65d<_0x502304['children']['length'];_0x18b65d++)_0x190c04(_0x502304['children'][_0x18b65d]);}(this['document'],_0x20111f=>{if(Ss(_0x20111f)){const _0x1a4207=this['splitTextNodeIntoWordNodes'](_0x20111f);_0x1a4207['length']&&_0x1b29df['push'](..._0x1a4207);}_0x20111f['isWordSplitSource']||_0x20111f['isWordSplitResult']||_0x1b29df['push'](_0x20111f);}),_0x1b29df;}['splitTextNodeIntoWordNodes'](_0x1d2571){if(_0x1d2571['isWordSplitSource']||_0x1d2571['isWordSplitResult'])return[];const _0x48c71d=_0x5d0511(_0x1d2571)['match'](/(?:\s*\S+\s*)/g),_0x4e08b9=[];if(_0x48c71d&&_0x48c71d['length']>0x1){for(const _0x3d4c31 of _0x48c71d){const _0x8edab9=new _0x53258d(_0x3d4c31);_0x8edab9['isWordSplitResult']=!0x0,_0x2960ac(_0x1d2571,_0x8edab9),_0x4e08b9['push'](_0x8edab9);}_0x1d2571['isWordSplitSource']=!0x0,_0x444a18(_0x1d2571);}return _0x4e08b9;}}const ys=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function Ss(_0x4eca3f){return _0x1667e9(_0x4eca3f);}function Ns(_0x45433c){return _0x50745c(_0x45433c);}function Ts(_0xdc81cb){const _0x347d46=new AbortController();return{'promise':new Promise((_0x14f681,_0x55943c)=>{const _0x31139b=setTimeout(_0x14f681,_0xdc81cb);_0x347d46['signal']['addEventListener']('abort',()=>{clearTimeout(_0x31139b),_0x55943c();});}),'abortController':_0x347d46};}class Fr extends _0x4f00f9{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x4b2e31){super();const _0x24d288=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new ha({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x4b2e31,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x24d288['if']('isDone','ck-ai-chat__feed__item_done'),_0x24d288['if']('isVisible','ck-hidden',_0x518bbc=>!_0x518bbc),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){this['htmlStreamer']['cleanUpAnimations']({'targetElement':this['element']}),this['element']['querySelectorAll']('[data-id]')['forEach'](_0x55a25e=>{_0x55a25e['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x4829d0,_0x1a6d75,_0x42e7e1){await this['htmlStreamer']['stream']({'document':_0x4829d0,'targetElement':_0x1a6d75,'abortSignal':_0x42e7e1});}}class oa extends _0x4f00f9{['showChangesToggleView'];constructor(_0x3c83fe,_0x46ecd1){super(_0x3c83fe),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Zn(_0x3c83fe),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button','label':m(_0x3c83fe,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x46ecd1['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x4ee910=>_0x4ee910?_0x2ff118:_0x23cab0),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x3baebe=new _0x34c834();_0x3baebe['content']=_0x5d67fc,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x46ecd1['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x3baebe,{'tag':'span','children':[m(_0x3c83fe,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class Zn extends _0x1e4cb7{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}const Or={'accepted':_0x290d16,'rejected':_0x4038a1,'outdated':_0x4038a1};class ws extends _0x4f00f9{['stateIconView'];constructor(_0x2156b6){super(_0x2156b6);const _0x5185b4=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new Nr(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x5185b4['to']('state',_0x5d0bda=>'ck-ai-suggestion__content-part-state_'+_0x5d0bda),_0x5185b4['if']('isVisible','ck-hidden',_0x96bd9b=>!_0x96bd9b)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x5185b4['to']('state',_0x18d3a3=>{switch(_0x18d3a3){case'accepted':return m(_0x2156b6,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return m(_0x2156b6,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return m(_0x2156b6,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x4dc499){this['state']=_0x4dc499;}}class Nr extends _0x34c834{constructor(){super(),this['set']('state','accepted'),this['content']=Or[this['state']],this['on']('change:state',()=>{this['content']=Or[this['state']];});}}class cs extends _0x49554f{['_applyButton'];['_suggestButton'];constructor(_0x47bec3,_0x2f282c,_0x487593){super(_0x47bec3);const _0x366076=Boolean(_0x487593);this['set']('isEnabled',!_0x366076),this['set']('isVisible',!0x0),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x264b64=[];if(_0x366076){const _0x385599=new _0x1e4cb7(_0x47bec3);_0x385599['set']({'label':m(_0x47bec3,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x344200}),_0x264b64['push'](_0x385599);}else{_0x2f282c['includes']('applySuggestion')&&(this['_applyButton']=new _0x1e4cb7(_0x47bec3),this['_applyButton']['set']({'label':m(_0x47bec3,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x290d16}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x264b64['push'](this['_applyButton'])),_0x2f282c['includes']('insertSuggestion')&&(this['_suggestButton']=new _0x1e4cb7(_0x47bec3),this['_suggestButton']['set']({'label':m(_0x47bec3,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3003f1}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x264b64['push'](this['_suggestButton']));const _0x147415=new _0x1e4cb7(_0x47bec3);_0x147415['set']({'label':m(_0x47bec3,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4038a1}),_0x147415['bind']('isEnabled')['to'](this),_0x147415['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x264b64['push'](_0x147415);}this['items']['addMany'](_0x264b64);const _0x17abb0=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x17abb0['if']('isVisible','ck-hidden',_0x490999=>!_0x490999)]}});}['setButtonsVisibility']({showApplyButton:_0x3472e4,showSuggestButton:_0x2cd5f0}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x3472e4),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x2cd5f0);}}class vn extends _0x4f00f9{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x446f21,{part:_0x5c5391,uiIndex:_0x2f6028,availableActions:_0x2d0666,areActionsDisabled:_0x4a75fe}){super(_0x446f21),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['toolbarView']=new cs(_0x446f21,_0x2d0666,_0x4a75fe),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x5c5391['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x5c5391['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x5c5391['index']});}),this['toolbarView']['bind']('isEnabled')['to'](this),this['stateView']=new ws(_0x446f21),this['titleLabelView']=new Sn(_0x446f21,_0x2f6028),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',(_0x26229a,_0x20db6c,_0x5c30e3,_0x3be857)=>{'pending'===_0x3be857?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x5c30e3?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x5c30e3),this['children']['add'](this['stateView']));});}}class Sn extends _0x4f00f9{constructor(_0x1d1862,_0x4ba3a9){super(_0x1d1862),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[m(_0x1d1862,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x4ba3a9['toString']())]});}}class as extends _0x4f00f9{['htmlStreamer'];constructor(_0x1aa24d){super(_0x1aa24d),this['htmlStreamer']=new ha({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async['update']({part:_0x512fc6,renderingStrategy:_0x50f92f,abortSignal:_0x54d45f}){'streaming'===_0x50f92f?await this['htmlStreamer']['stream']({'document':_0x512fc6['content'],'targetElement':this['element'],'abortSignal':_0x54d45f}):this['element']['innerHTML']=Tt(_0x512fc6['content']);}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='';}}class na extends _0x4f00f9{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x4f9f10,{part:_0x3f8201,uiIndex:_0x54fa02,areActionsDisabled:_0x4c087b,availableActions:_0x5bf698}){super(_0x4f9f10);const _0x5f1906=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1);const _0x39e640=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x4c087b;};this['on']('change:state',_0x39e640),this['on']('change:isDone',_0x39e640),_0x39e640(),this['_children']=this['createCollection'](),this['_headerView']=new vn(_0x4f9f10,{'part':_0x3f8201,'uiIndex':_0x54fa02,'availableActions':_0x5bf698,'areActionsDisabled':_0x4c087b}),this['_headerView']['bind']('isEnabled','state')['to'](this),this['_headerView']['delegate'](...ut)['to'](this),this['_streamableContentView']=new as(_0x4f9f10),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x5f1906['to']('state',_0x27a44c=>'ck-ai-suggestion__body__content-part_'+_0x27a44c),_0x5f1906['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x5f1906['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x5f1906['if']('isVisible','ck-hidden',_0x5ad3a8=>!_0x5ad3a8)]},'children':this['_children'],'on':{'mouseenter':_0x5f1906['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x3f8201['index']});}),'mouseleave':_0x5f1906['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x3f8201['index']});}),'click':_0x5f1906['to'](_0x386b40=>{const _0x2c5795=_0x386b40['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x2c5795)&&this['fire']('showChangeInText',{'index':_0x3f8201['index']});})}});}async['updateContent']({part:_0x24d701,renderingStrategy:_0x34ebe1,showUnchangedParts:_0x37c9ab=!0x1,abortSignal:_0x134f18}){this['partDefinition']=_0x24d701,this['isVisible']=this['partDefinition']['hasChanges']||_0x37c9ab,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x24d701,'renderingStrategy':_0x34ebe1,'abortSignal':_0x134f18});}['markAsDone'](){this['isDone']=!0x0;}}class g extends _0x28403e(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x4dc158){const _0x4d4d31=this['createTask'](_0x4dc158);return this['queue']['push'](_0x4d4d31),this['_processQueue'](),_0x4d4d31['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(_0x4a172c=>{this['once']('_queueEmpty',()=>{_0x4a172c();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x583735=this['queue']['shift']();try{await _0x583735['callback'](this['_abortController']['signal']),_0x583735['resolve']();}catch(_0x535b38){_0x583735['reject'](_0x535b38);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x3906f4){let _0x1390e0,_0x249b95;const _0x40bc5f=new Promise((_0x29b0b1,_0x372ffb)=>{_0x1390e0=_0x29b0b1,_0x249b95=_0x372ffb;});return{'callback':_0x3906f4,'resolve':_0x1390e0,'reject':_0x249b95,'completePromise':_0x40bc5f};}}class Ze extends Fr{constructor(_0x5e815a){super(_0x5e815a),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x5e815a['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x3636f7){this['element']['innerHTML']=_0x3636f7;}}const S=['applySuggestion','insertSuggestion'];class ra extends _0x4f00f9{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x227c7a,_0x11f8b7=[...S],_0xe7c54c){super(_0x227c7a);const _0x34a1c4=this['bindTemplate'],_0x50f4ec=Boolean(_0xe7c54c);if(this['set']('isEnabled',!_0x50f4ec),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x50f4ec){const _0x5b2b79=new _0x1e4cb7(_0x227c7a);_0x5b2b79['set']({'label':m(_0x227c7a,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x344200});const _0x480010=new _0x4f00f9(_0x227c7a);_0x480010['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[m(_0x227c7a,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x5b2b79]}]}),this['children']['add'](_0x480010);}else this['_applyChangesButton']=new _0x1e4cb7(_0x227c7a),this['_applyChangesButton']['set']({'label':m(_0x227c7a,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x11f8b7['includes']('applySuggestion'),'class':'ck-ai-button-primary'}),this['_insertSuggestionsButton']=new _0x1e4cb7(_0x227c7a),this['_insertSuggestionsButton']['set']({'label':m(_0x227c7a,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x11f8b7['includes']('insertSuggestion'),'class':'ck-ai-button-secondary'}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x60ed45=>{_0x60ed45['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',_0x34a1c4['if']('isVisible','ck-hidden',_0x413ad2=>!_0x413ad2)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x3e31e6){this['isVisible']=_0x3e31e6;}['_switchButtonLabelsPlurality'](_0x575022){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x575022?(this['_applyChangesButton']['label']=m(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=m(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=m(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=m(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}}class Sr extends _0x4f00f9{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0x492d2c,_0x52efac){super(_0x492d2c),this['bodyCollection']=_0x52efac,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',_0x44db69=>!_0x44db69)]},'children':this['children']});const _0x5cca08=new _0x4f00f9(this['locale']),_0x2ddda9=new _0x34c834();_0x2ddda9['content']=_0x37a2c6,_0x5cca08['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x2ddda9,{'tag':'span','children':[{'text':m(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x5cca08),this['_setupBalloonPanel'](_0x492d2c);}['addSource'](_0x519c47){this['children']['add'](new qr(this['locale'],_0x519c47,this['balloonPanelView']));}['_setupBalloonPanel'](_0x33c483){this['balloonPanelView']=new _0x3a6b06(_0x33c483),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class qr extends _0x1e4cb7{['balloonPanelView'];['source'];constructor(_0xf8744,_0x59ed69,_0x2b269a){super(_0xf8744),this['source']=_0x59ed69,this['balloonPanelView']=_0x2b269a,this['set']({'label':_0x59ed69['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x3af782=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x3af782['to'](()=>{window['open'](_0x59ed69['url'],'_blank');}),'mouseenter':_0x3af782['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x3af782['to'](()=>{this['_hideTooltip']();})}}),_0x59ed69['favicon']){const _0x2185d8=new _0x4f00f9(_0xf8744);_0x2185d8['setTemplate']({'tag':'img','attributes':{'src':_0x59ed69['favicon']||_0x37a2c6,'alt':_0x59ed69['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x2185d8);}else this['set']('icon',_0x37a2c6);}['_createTooltipContentView'](_0x100be5,_0x218dd5){const _0x3e2522=new _0x4f00f9(_0x100be5),_0x1cc8b1=[];let _0x22c765;_0x218dd5?.['favicon']?(_0x22c765=new _0x4f00f9(_0x100be5),_0x22c765['setTemplate']({'tag':'img','attributes':{'src':_0x218dd5['favicon'],'alt':_0x218dd5['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x22c765=new _0x34c834(),_0x22c765['content']=_0x37a2c6,_0x22c765['extendTemplate']({'attributes':{'alt':_0x218dd5['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x1cc8b1['push'](_0x22c765);const _0x1cec4c=new _0x4f00f9(_0x100be5);_0x1cec4c['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x218dd5['url']},'children':[{'text':new URL(_0x218dd5['url'])?.['hostname']}]}),_0x1cc8b1['push'](_0x1cec4c);const _0x13815c=new _0x4f00f9(_0x100be5);_0x13815c['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x1cc8b1});const _0x4d9d0e=new _0x4f00f9(_0x100be5);return _0x4d9d0e['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x218dd5['title']['length']>0x190?_0x218dd5['title']['substring'](0x0,0x190)+'...':_0x218dd5['title']}]}),_0x3e2522['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x13815c,_0x4d9d0e]}),_0x3e2522;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[_0x3a6b06['defaultPositions']['northArrowSouth'],_0x3a6b06['defaultPositions']['northArrowSouthWest'],_0x3a6b06['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 _0x38778b=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x38778b);}}class ca extends _0x4f00f9{['_actionsView'];['_sourcesView'];['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x2e31a0,_0x1a1e15){super(_0x2e31a0);const {areActionsDisabled:_0x3f6e03,showUnchangedParts:_0x13f973,availableActions:_0x2d4603}=_0x1a1e15;this['_areActionsDisabled']=_0x3f6e03,this['_showUnchangedParts']=_0x13f973,this['_availableActions']=_0x2d4603,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new g(),this['_emptyPartsWarningView']=new Ze({'id':'empty-parts-warning','initialContent':m(_0x2e31a0,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new ra(_0x2e31a0,_0x1a1e15['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new Sr(this['locale'],_0x1a1e15['bodyCollection']),_0x1a1e15['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...ut)['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']]});}get['partsCount'](){return this['_children']['length'];}async['updateContentParts']({parts:_0x5d07b7,renderingStrategy:_0x484a6f,abortSignal:_0x454ed9}){this['_children']['length']?_0x5d07b7['forEach'](_0x17de28=>{const _0xc7b8f3=this['_cachedContentParts']['findIndex'](_0x2eb3cb=>_0x2eb3cb['index']==_0x17de28['index']);-0x1===_0xc7b8f3?this['_cachedContentParts']['push'](_0x17de28):this['_cachedContentParts'][_0xc7b8f3]=_0x17de28;}):this['_cachedContentParts']=_0x5d07b7;const _0x7bf00b=this['_showUnchangedParts']?_0x5d07b7:_0x5d07b7['filter'](_0x37a476=>_0x37a476['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x7bf00b['length']>0x1);for(const _0x42537a of _0x7bf00b)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x229c0f=>{let _0x31496b=this['getPartView'](_0x42537a['index']);_0x31496b||(_0x31496b=new na(this['locale'],{'part':_0x42537a,'uiIndex':this['_children']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x31496b['delegate'](...ut)['to'](this),this['_children']['add'](_0x31496b),this['hasPendingParts']=!0x0),await _0x31496b['updateContent']({'part':_0x42537a,'renderingStrategy':_0x484a6f,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x229c0f}),_0x31496b['markAsDone']();});return _0x454ed9?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x2d4d5d,_0x58ced6){const _0x2e1ab6=this['getPartView'](_0x2d4d5d);_0x2e1ab6&&(_0x2e1ab6['state']=_0x58ced6),this['hasPendingParts']='pending'==_0x58ced6||Array['from'](this['_children'])['some'](_0x431687=>'pending'==_0x431687['state']);}['setPartActive'](_0x1f074e,_0x2db650){if(!0x1===_0x1f074e){for(const _0x137930 of this['_children'])_0x137930['isActive']=!0x1;}else{const _0x2e2d3c=this['getPartView'](_0x1f074e);_0x2e2d3c&&(_0x2e2d3c['isActive']=_0x2db650);}}['updateSources'](_0x56b4c5){_0x56b4c5['forEach'](_0x2617b6=>this['_sourcesView']['addSource'](_0x2617b6)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x7470dc){return this['_children']['find'](_0xae621d=>_0xae621d['partDefinition']['index']==_0x7470dc)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x5b933b=!this['_cachedContentParts']['find'](({hasChanges:_0x1d7b98})=>_0x1d7b98),_0x1cced8=!!this['_cachedContentParts']['find'](({hasChanges:_0x446ffc})=>!_0x446ffc);this['_emptyPartsWarningView']['isVisible']=0x0==this['_children']['length']||_0x1cced8,_0x5b933b?this['_emptyPartsWarningView']['setContent'](m(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](m(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_children']['forEach'](_0x206847=>_0x206847['markAsDone']()),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}get['hasNonEmptyParts'](){return this['_children']['filter'](_0x10dac4=>_0x10dac4['partDefinition']['hasChanges'])['length']>0x0;}}class gn extends _0x4f00f9{['bodyView'];['children'];['headerView'];constructor(_0x927db0,_0x2b9dd1,_0x4009b0){super(_0x927db0);const {showDiff:_0x43a3df,areActionsDisabled:_0x335e3e,showUnchangedParts:_0x31839d,availableActions:_0x40c25d}=_0x2b9dd1;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new oa(_0x927db0,{'showDiff':_0x43a3df}),this['headerView']['on']('toggleShowChanges',(_0x1e9c3a,_0x3126e9)=>{this['areChangesVisible']=_0x3126e9['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x3126e9['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new ca(_0x927db0,{'areActionsDisabled':_0x335e3e,'showUnchangedParts':!!_0x31839d,'availableActions':_0x40c25d,'bodyCollection':_0x4009b0}),this['bodyView']['delegate'](...ut)['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'](_0x358093){await this['bodyView']['updateContentParts'](_0x358093);}['updateSources'](_0x1bbde8){this['bodyView']['updateSources'](_0x1bbde8);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class Qe extends Fr{['containerView'];constructor(_0x5358ac,_0x560bc4,_0x2c6dce){super(_0x560bc4),this['set']('isTrackChangesOn',!0x1),this['containerView']=new gn(_0x5358ac,{'showDiff':_0x560bc4['showDiff'],'areActionsDisabled':_0x560bc4['areActionsDisabled'],'availableActions':_0x560bc4['availableActions']},_0x2c6dce),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x3c013e,_0x27e7ca)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x27e7ca['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',(_0x3919c8,{index:_0x48ce7f})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x48ce7f});}),this['containerView']['on']('applySuggestion',(_0x327afa,{index:_0x4349fb}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x4349fb});}),this['containerView']['on']('insertSuggestion',(_0x2d5f2c,{index:_0x6f7118}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x6f7118});}),this['containerView']['on']('rejectSuggestion',(_0x4a88fb,{index:_0x278ffb})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x278ffb});}),this['containerView']['on']('mouseOverSuggestion',(_0x50d0c0,{index:_0x5915d5})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x5915d5});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x3f39f2,{index:_0x23385f})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x23385f});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x377fb3){await this['containerView']['updateContent'](_0x377fb3);}['updatePartState'](_0x57e0ae,_0x445473){this['containerView']['bodyView']['updatePartState'](_0x57e0ae,_0x445473);}['setPartActive'](_0x1bc6e9,_0x5ab06){!0x1===_0x1bc6e9?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x1bc6e9,_0x5ab06);}['updateSources'](_0x5f32d6){this['containerView']['updateSources'](_0x5f32d6);}['getPartView'](_0x2004e){return this['containerView']['bodyView']['getPartView'](_0x2004e);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class Xe extends Fr{['replyContainer'];['_bodyCollection'];constructor(_0x136e02,_0x1bec93,_0x1e27a7){super(_0x1bec93),this['_bodyCollection']=_0x1e27a7,this['locale']=_0x136e02,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x4f00f9(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':mr(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x531506,renderingStrategy:_0x57ad61,abortSignal:_0x49e08e}){'streaming'===_0x57ad61?await this['streamIntoElement'](_0x531506,this['replyContainer']['element'],_0x49e08e):this['replyContainer']['element']['innerHTML']=_0x33b624(_0x531506);}['updateSources'](_0x5206e0){const _0x16a752=new Sr(this['locale'],this['_bodyCollection']);_0x16a752['children']['addMany'](_0x5206e0['map'](_0x3d3a80=>new qr(this['locale'],_0x3d3a80,_0x16a752['balloonPanelView']))),_0x16a752['isVisible']=!0x0,this['children']['add'](_0x16a752);}}class li extends _0x296c5f{constructor(_0x44e5c3=void 0x0){super();const _0x5ddd26=_0x44e5c3?'ck-ai-spinner_'+_0x44e5c3:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x5ddd26]}});}}const xn={'file':_0x4cc498,'document':_0x13352b,'web-resource':_0x312558,'text':_0x4cc498,'selection':_0x367c23,'mcp-tool-context':_0x13352b},Wr='ck-ai-chat-context-chip',Yr='ck-ai-chat-context-chip_wide',$r='ck-ai-chat-context-chip_document',Qr='ck-ai-chat-context-chip__label',Xr='ck-ai-chat-context-chip__type-icon',Zr='ck-ai-chat-context-controls__chip-tooltip',Cn='n';class Vo extends _0x1e4cb7{constructor(_0x240335,_0x374b16,_0x4031ec,_0x513775,_0x1844d2=!0x1){super(_0x240335),this['_isAnimationOnEnterEnabled']=_0x513775,this['_initializeProperties'](_0x374b16,_0x4031ec,_0x1844d2),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'](_0x158c63,_0xfba6d9,_0x3e429e){this['set']('label',_0x158c63['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x158c63['type']),this['set']('id',_0x158c63['uiId']),this['set']('readonly',_0xfba6d9),this['set']('isLoading',_0x3e429e);}['_setupTemplate'](){const _0xe779ce=this['_createIconView'](),_0x29b42a=this['_createRemoveButton'](),_0x436b12=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x436b12),'children':this['_createTemplateChildren'](_0xe779ce,_0x29b42a,_0x436b12)});}['_createTemplateAttributes'](_0x3ed9de){return{'class':[Wr,_0x3ed9de['if']('itemType',$r,_0x1ee015=>'document'==_0x1ee015),_0x3ed9de['if']('itemType',Yr,_0x51f770=>'selection'==_0x51f770)],'data-cke-tooltip-text':_0x3ed9de['to']('label',In),'data-cke-tooltip-position':Cn,'data-cke-tooltip-class':Zr};}['_createTemplateChildren'](_0x53e184,_0x18b558,_0x64eae8){const _0x1e3da=this['_createLabelElement'](_0x64eae8),_0x282e95=this['_createLoaderIcon']();return this['readonly']?[_0x53e184,_0x1e3da]:[_0x53e184,_0x282e95,_0x1e3da,_0x18b558];}['_createLabelElement'](_0x4d92c8){return{'tag':'span','attributes':{'class':Qr},'children':[{'text':_0x4d92c8['to']('label')}]};}['_createRemoveButton'](){const _0x4fd469=new _0x1e4cb7(this['locale']);return _0x4fd469['set']({'label':m(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x981da6}),this['_setupRemoveButtonEvent'](_0x4fd469),_0x4fd469;}['_setupRemoveButtonEvent'](_0x27b788){_0x27b788['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x526471=this['bindTemplate'],_0x29355d=new _0x34c834();return _0x29355d['content']=xn[this['itemType']],_0x29355d['extendTemplate']({'attributes':{'class':[Xr,_0x526471['if']('isLoading','ck-hidden',_0x374d1e=>_0x374d1e)]}}),_0x29355d;}['_handleAnimationEndOnce'](_0x2fab9b,_0x131600){if(!_0x2fab9b)return;const _0xc59437=()=>{_0x131600(),_0x2fab9b['removeEventListener']('animationend',_0xc59437),_0x2fab9b['removeEventListener']('webkitAnimationEnd',_0xc59437);};_0x2fab9b['addEventListener']('animationend',_0xc59437),_0x2fab9b['addEventListener']('webkitAnimationEnd',_0xc59437);}['_createLoaderIcon'](){const _0x16ab01=new li('small');return _0x16ab01['bind']('isVisible')['to'](this,'isLoading',_0x191868=>_0x191868),_0x16ab01;}}function In(_0x580e93){if(!_0x580e93)return _0x580e93;if(_0x580e93['length']<=0x78)return _0x580e93;const _0x37f128=_0x580e93['slice'](0x0,0x78),_0x47b23d=_0x37f128['lastIndexOf']('\x20');return(_0x47b23d>0x0?_0x37f128['slice'](0x0,_0x47b23d):_0x37f128)+'…';}const hn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},an='300px';class Ro{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x1649b6,_0x3b51c6,_0x419956,_0x4f9372,_0x5293f6){this['_locale']=_0x1649b6,this['_visibleChips']=_0x3b51c6,this['_config']={...hn,..._0x419956,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x419956['cssClasses']}},this['_overflowChips']=new _0x1bcbb3(),this['_bodyCollection']=_0x4f9372,this['_parentView']=_0x5293f6||null;}['setContainerElement'](_0xb2d87c){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0xb2d87c,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 _0x5e9a05=[...this['_visibleChips'],...this['_overflowChips']],_0x4d766c=this['_createCalculationContainer'](),_0x296aaa=this['_calculateOverflowInContainer'](_0x4d766c,_0x5e9a05),_0x5785aa=_0x4d766c['_ancestorsToRestore'];_0x5785aa&&this['_restoreAncestorVisibility'](_0x5785aa),_0x4d766c['remove'](),this['_applyOverflowResults'](_0x5e9a05,_0x296aaa);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x479747({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x17ed26=new _0x1e4cb7(this['_locale']);_0x17ed26['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x349eba=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x349eba['push'](this['_config']['cssClasses']['controlsButton']),_0x17ed26['extendTemplate']({'attributes':{'class':_0x349eba}}),_0x17ed26;}['_createShowMoreBalloonPanelView'](){const _0x5910f9=new _0x3a6b06(this['_locale']);return _0x5910f9['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x5910f9),_0x5910f9;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x208aa3=>{_0x208aa3['disableAnimationOnEnter']();});const _0x4751ea=new _0x4f00f9(this['_locale']);_0x4751ea['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x4751ea);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x4bfc74=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x4bfc74?'':'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'](_0x2ebcb2){const _0x12a284=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x2e81f9=this['_containerElement']?.['classList'];if(_0x2e81f9){const _0x360f61=_0x2e81f9[0x0]||'',_0x56ef26=_0x2ebcb2['querySelector']('.'+_0x360f61),_0x5f53a9=_0x2ebcb2['querySelector'](_0x12a284);return _0x56ef26||_0x5f53a9||_0x2ebcb2;}return _0x2ebcb2['querySelector'](_0x12a284)||_0x2ebcb2;}['_calculateContainerWidth'](){const _0xc76715=this['_parentView']?.['element']||this['_containerElement'];if(!_0xc76715)return an;const _0x3e3a0b=window['getComputedStyle'](_0xc76715)['width'];if('auto'===_0x3e3a0b||'0px'===_0x3e3a0b||!_0x3e3a0b){const _0x27f506=_0xc76715['parentElement'];if(_0x27f506){const _0x20650c=window['getComputedStyle'](_0x27f506);return'auto'!==_0x20650c['width']?_0x20650c['width']:an;}return an;}return _0x3e3a0b;}['_applyCalculationStyles'](_0x2f84ea,_0x57f355){this['_config']['cssClasses']['calculationContainer']&&_0x2f84ea['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x2f84ea['style']['width']=_0x57f355,_0x2f84ea['style']['position']='absolute',_0x2f84ea['style']['top']='-9999px',_0x2f84ea['style']['left']='-9999px',_0x2f84ea['style']['opacity']='0',_0x2f84ea['style']['pointerEvents']='none',_0x2f84ea['style']['zIndex']='-1',_0x2f84ea['style']['visibility']='visible\x20!important',_0x2f84ea['style']['display']='block\x20!important',_0x2f84ea['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x4bef4d){_0x4bef4d['forEach'](({element:_0x87020b,originalDisplay:_0x9b4932,originalVisibility:_0x32c192})=>{_0x87020b['style']['display']=_0x9b4932,_0x87020b['style']['visibility']=_0x32c192;});}['_makeAncestorsVisible'](_0x3fd69b){const _0x5bd722=[];let _0x40ebdf=_0x3fd69b;for(;_0x40ebdf&&_0x40ebdf!==document['body'];){const _0x17aa59=window['getComputedStyle'](_0x40ebdf);'none'!==_0x17aa59['display']&&'hidden'!==_0x17aa59['visibility']||(_0x5bd722['push']({'element':_0x40ebdf,'originalDisplay':_0x40ebdf['style']['display'],'originalVisibility':_0x40ebdf['style']['visibility']}),_0x40ebdf['style']['display']='block',_0x40ebdf['style']['visibility']='visible'),_0x40ebdf=_0x40ebdf['parentElement'];}return _0x5bd722;}['_createContainerElements'](){let _0x65c6df,_0x1c3d8e;return this['_parentView']?.['element']?(_0x65c6df=this['_parentView']['element']['cloneNode'](!0x0),_0x1c3d8e=this['_findTargetContainer'](_0x65c6df)):(_0x65c6df=document['createElement']('div'),_0x1c3d8e=_0x65c6df),{'calculationContainer':_0x65c6df,'targetContainer':_0x1c3d8e};}['_createCalculationContainer'](){const {calculationContainer:_0x4a65b4,targetContainer:_0x5cafd7}=this['_createContainerElements'](),_0x1acadf=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x4a65b4,_0x1acadf);const _0x5683d9=this['_parentView']?.['element']||this['_containerElement'],_0x27c761=_0x5683d9?.['parentElement'];_0x27c761?_0x27c761['appendChild'](_0x4a65b4):document['body']['appendChild'](_0x4a65b4),_0x4a65b4['_targetContainer']=_0x5cafd7;const _0x1bf71c=this['_makeAncestorsVisible'](_0x27c761||null);return _0x4a65b4['offsetWidth'],_0x4a65b4['_ancestorsToRestore']=_0x1bf71c,_0x4a65b4;}['_calculateOverflowInContainer'](_0x458e70,_0x29e760){const _0x4534a5=_0x458e70['_targetContainer']||_0x458e70,_0x36c97e=[],{rowCount:_0x38e535}=this['_renderChipsAndCountRows'](_0x4534a5,_0x29e760);if(_0x38e535<=this['_config']['maxVisibleRows'])return _0x36c97e;const _0x7cb77=_0x29e760['slice']();for(;_0x7cb77['length']>0x0;){if(this['_testButtonFit'](_0x458e70,_0x4534a5,_0x7cb77)){const _0x2977a8=_0x29e760['filter'](_0x3e3b69=>!_0x7cb77['includes'](_0x3e3b69));_0x36c97e['push'](..._0x2977a8);break;}if(!_0x7cb77['pop']())break;}return _0x36c97e;}['_renderChipsAndCountRows'](_0x4e720b,_0x4e1101){_0x4e720b['innerHTML']='',_0x4e1101['forEach'](_0x447953=>{if(_0x447953['element']){const _0x376182=_0x447953['element']['cloneNode'](!0x0);_0x4e720b['appendChild'](_0x376182);}}),_0x4e720b['offsetWidth'];const _0x3cb5aa=_0x4e720b['children'],_0x47d60d=[];return Array['from'](_0x3cb5aa)['forEach'](_0x279f3b=>{const _0x57eaa8=_0x279f3b['getBoundingClientRect']()['top'];_0x47d60d['some'](_0x3d7e38=>Math['abs'](_0x3d7e38-_0x57eaa8)<this['_config']['rowDetectionTolerance'])||_0x47d60d['push'](_0x57eaa8);}),{'rowCount':_0x47d60d['length']};}['_createMockButton'](){const _0x3a7015=document['createElement']('button');return _0x3a7015['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x3a7015['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x3a7015['textContent']='+\x201',_0x3a7015;}['_testButtonFit'](_0x50d352,_0x2ac834,_0x186cad){this['_renderChipsAndCountRows'](_0x2ac834,_0x186cad);const _0x113e12=this['_createMockButton']();_0x50d352['appendChild'](_0x113e12),_0x50d352['offsetWidth'];const _0xa9375c=[..._0x2ac834['children'],_0x113e12],_0x13b9de=[];_0xa9375c['forEach'](_0x43ef3c=>{const _0x3e65c1=_0x43ef3c['getBoundingClientRect']()['top'];_0x13b9de['some'](_0x199462=>Math['abs'](_0x199462-_0x3e65c1)<this['_config']['rowDetectionTolerance'])||_0x13b9de['push'](_0x3e65c1);});const _0x383bfc=_0x13b9de['length'];return _0x113e12['remove'](),_0x383bfc<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x3e67e3,_0xf13fc2){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x3e67e3['forEach'](_0x4a531b=>{_0xf13fc2['includes'](_0x4a531b)?this['_overflowChips']['add'](_0x4a531b):this['_visibleChips']['add'](_0x4a531b);});}['_updateOverflowUI'](_0x251924){if(_0x251924>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x251924>0x0&&this['_showMoreButtonView']){const _0x2db831=''+this['_config']['showMoreLabelPrefix']+(_0x251924<0x63?_0x251924:'99');this['_showMoreButtonView']['label']=_0x2db831;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x5afd80,_0x4bf8fb){this['_distributeChips'](_0x5afd80,_0x4bf8fb),this['_updateOverflowUI'](_0x4bf8fb['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x369938=>{_0x369938[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 _0x26b7d5=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x26b7d5['width']||0x0===_0x26b7d5['height'])return!0x1;const _0x53e381=window['innerHeight']||document['documentElement']['clientHeight'],_0x337609=window['innerWidth']||document['documentElement']['clientWidth'],_0x5127ef=0xc8;return _0x26b7d5['bottom']>=-0xc8&&_0x26b7d5['top']<=_0x53e381+_0x5127ef&&_0x26b7d5['right']>=-0xc8&&_0x26b7d5['left']<=_0x337609+_0x5127ef;}}const la='ck-ai-chat__feed__context-chips',ua='ck-ai-chat-context-chips-wrapper',da='ck-ai-chat-context-chips-wrapper-balloon',_a='ck-ai-chat-controls-button',Aa='ck-ai-chat-controls_context_show-more-button',ga='ck-ai-chat-context-controls__show-more-balloon-panel';class _h extends _0x4f00f9{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x1760f8,_0x33dd6d,_0x18b9e2){super(_0x1760f8),this['_bodyCollection']=_0x18b9e2,this['_createContextChips'](_0x33dd6d);const _0x5a84a1={'cssClasses':{'showMoreButton':Aa,'showMoreBalloon':ga,'overflowContainer':da,'controlsButton':_a}};this['_overflowManager']=new Ro(_0x1760f8,this['_contextChips'],_0x5a84a1,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[la,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':ua},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x5d445d=this['element']['querySelector']('.'+ua);_0x5d445d&&(this['_overflowManager']['setContainerElement'](_0x5d445d),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x1000f9){for(const _0x1faf66 of _0x1000f9){const _0xd57f2c=new Vo(this['locale'],_0x1faf66,!0x0,!0x1);this['_contextChips']['add'](_0xd57f2c);}}}class Ye extends Fr{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x2c1d9d,_0x3160c1,_0xa3798d){super(_0x3160c1),this['_locale']=_0x2c1d9d,this['_bodyCollection']=_0xa3798d,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 _h(this['_locale'],this['options']['contextItems']['filter'](_0x48ef43=>!_0x48ef43['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x4f00f9(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__message-content'}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}}class Mt extends Fr{['capabilities'];constructor(_0x20eb66,_0x5a7d1e){super(_0x5a7d1e);const {isWebSearchEnabled:_0x4b4057,isReasoningEnabled:_0x388ebe}=_0x5a7d1e['capabilities'],_0x145476=[];let _0x385403='';_0x4b4057&&_0x388ebe?(_0x385403=m(_0x20eb66,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x145476['push'](aa(_0x37a2c6)),_0x145476['push'](aa(_0x404323))):_0x4b4057?(_0x385403=m(_0x20eb66,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x145476['push'](aa(_0x37a2c6))):_0x388ebe&&(_0x385403=m(_0x20eb66,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x145476['push'](aa(_0x404323))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x385403?'':'ck-hidden']}});const _0x129469=new _0x4f00f9();_0x129469['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x145476,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x385403]}]}),this['children']['add'](_0x129469),this['capabilities']=_0x5a7d1e['capabilities'];}}function aa(_0x2f752a){const _0x41bac4=new _0x34c834();return _0x41bac4['content']=_0x2f752a,_0x41bac4;}const Fs=['wheel','touchstart','pointerdown','keydown'],Us=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class $e{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x5c661c){this['element']=_0x5c661c,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x485cc1 of Fs){const _0x316c87='keydown'!==_0x485cc1;this['element']['addEventListener'](_0x485cc1,this['_onUserEvent']['bind'](this),{'passive':_0x316c87,'signal':this['abortController']['signal']});}}['start'](){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0x5ee330){if(this['isRunning']){if('keydown'===_0x5ee330['type']){const _0x41bf07=_0x5ee330['key'];if(!Us['includes'](_0x41bf07))return;}_0x5ee330 instanceof WheelEvent?_0x5ee330['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x430ec7,scrollHeight:_0x47050f,clientHeight:_0x8e0fb8}=this['element'];return _0x47050f-_0x430ec7-_0x8e0fb8<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class ai extends _0x4f00f9{constructor(_0x49c617,_0x3ea59c){super(_0x49c617),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x3ea59c)});}['_createSkeletonItems'](_0x1b9d08){const _0x312ba8=['ck','ck-ai-skeleton__item'];return _0x1b9d08['map'](_0x456bac=>{let _0x130337='';switch(_0x456bac['attributes']['align']){case'right':_0x130337='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x130337='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x130337='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x456bac['tag'],'attributes':{'class':[..._0x312ba8,_0x456bac['attributes']['class']?_0x456bac['attributes']['class']:''],'style':'width:\x20'+_0x456bac['attributes']['width']+';\x20height:\x20'+_0x456bac['attributes']['height']+';'+_0x130337}};});}}const di={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':ta(0x5,'100%','44px','right'),'aiChatResources':ta(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function ta(_0x47bc76,_0x20833e,_0x67aac9,_0x4eb6af){return new Array(_0x47bc76)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x20833e,'height':_0x67aac9,'align':_0x4eb6af}}));}class mi extends Fr{constructor(_0x236565){super(_0x236565),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']);}}class ui extends _0x4f00f9{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x457dcd,_0x56a789){super(_0x457dcd),this['_bodyCollection']=_0x56a789,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...bt)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new $e(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0xb5efd,_0x4603a2){let _0x55aede;return'ai-reply'===_0xb5efd?_0x55aede=new Xe(this['locale'],_0x4603a2,this['_bodyCollection']):'ai-suggestion-reply'===_0xb5efd?(_0x55aede=new Qe(this['locale'],_0x4603a2,this['_bodyCollection']),_0x55aede['bind']('isTrackChangesOn')['to'](this)):_0x55aede='user-message'===_0xb5efd?new Ye(this['locale'],_0x4603a2,this['_bodyCollection']):'interaction-header'===_0xb5efd?new Mt(this['locale'],_0x4603a2):'custom-element'===_0xb5efd?new mi(_0x4603a2):new Ze(_0x4603a2),this['children']['add'](_0x55aede),_0x55aede;}async['updateReplyItem']({id:_0x4fd9e8,parsedContent:_0x26625d,renderingStrategy:_0x17f26b,abortSignal:_0x167024}){const _0x5e2334=this['getItemById'](_0x4fd9e8);if(!(_0x5e2334 instanceof Xe))throw new _0x58d4fd('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x5e2334,'id':_0x4fd9e8,'parsedContent':_0x26625d});await _0x5e2334['updateContent']({'parsedContent':_0x26625d,'renderingStrategy':_0x17f26b,'abortSignal':_0x167024});}async['updateWebSources'](_0x950931,_0x593fa9){const _0x4c383d=this['getItemById'](_0x950931);if(_0x4c383d instanceof Qe)_0x4c383d['updateSources'](_0x593fa9);else{if(!(_0x4c383d instanceof Xe))throw new _0x58d4fd('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x4c383d,'id':_0x950931,'sources':_0x593fa9});_0x4c383d['updateSources'](_0x593fa9);}}async['updateSuggestionItem']({id:_0x54eaef,parts:_0xb1c7c2,renderingStrategy:_0x1c841b,abortSignal:_0x56d7f2}){const _0x194e62=this['getItemById'](_0x54eaef);if(!(_0x194e62 instanceof Qe))throw new _0x58d4fd('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x194e62,'id':_0x54eaef,'parts':_0xb1c7c2});await _0x194e62['updateContent']({'parts':_0xb1c7c2,'renderingStrategy':_0x1c841b,'abortSignal':_0x56d7f2});}['updateSuggestionPartState']({id:_0x440d55,index:_0x196a78,state:_0x2011d8}){const _0x4c66d7=this['getItemById'](_0x440d55);if(!(_0x4c66d7 instanceof Qe))throw new _0x58d4fd('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x440d55});_0x4c66d7['updatePartState'](_0x196a78,_0x2011d8);}['setSuggestionPartActive']({id:_0x19600c,index:_0x39e5c7,isActive:_0x2adc17}){const _0x532060=this['getItemById'](_0x19600c);if(!(_0x532060 instanceof Qe))throw new _0x58d4fd('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x19600c});this['children']['filter'](_0x379472=>_0x379472 instanceof Qe)['forEach'](_0x432acf=>{_0x432acf['setPartActive'](!0x1);}),_0x532060['setPartActive'](_0x39e5c7,_0x2adc17);}['markItemAsDone'](_0x29f730){this['getItemById'](_0x29f730)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x483148=>_0x483148['options']['id']);}['removeItem'](_0xf6ef87){this['children']['remove'](this['getItemById'](_0xf6ef87));}['hasItem'](_0x5471e4){return!!this['children']['find'](_0x4d7efa=>_0x4d7efa['options']['id']['includes'](_0x5471e4));}['scrollToSuggestion'](_0x108d25,_0x1fa0e3){const _0x5e5b9e=this['getItemById'](_0x108d25);if(!(_0x5e5b9e instanceof Qe))return void _0xe86b4e('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x108d25,'partIndex':_0x1fa0e3});const _0x16ee84=_0x5e5b9e['getPartView'](_0x1fa0e3);_0x16ee84?_0x1bcb68(_0x16ee84['element'],0x14,this['element']['parentElement'],!0x0,!0x0):_0xe86b4e('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x108d25,'partIndex':_0x1fa0e3});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x18a6c9=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x18a6c9,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x191b08=new ai(this['locale'],di['aiFeed']);return _0x191b08['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0x27175d=>!_0x27175d)]}}),_0x191b08;}['_createFeedItems'](){const _0xf7d759=new _0x4f00f9(this['locale']);return _0xf7d759['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0xf7d759;}['_createFeedLoader'](){const _0x2d1529=new _0x4f00f9(this['locale']);return _0x2d1529['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0x459b20=>!_0x459b20)]},'children':this['_createLoaderChildren']()}),_0x2d1529;}['_createLoaderChildren'](){const _0x4d7530=new li();return _0x4d7530['isVisible']=!0x0,[_0x4d7530,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x503df1){const _0x410158=this['children']['find'](_0x3f2327=>_0x3f2327['options']['id']['includes'](_0x503df1));if(!_0x410158)throw new _0x58d4fd('ai-chat-feed-view-item-not-found',this,{'id':_0x503df1});return _0x410158;}['setLoadingMessage'](_0x575d08){this['set']('loadingMessage',_0x575d08);}['toggleLoadingSkeleton'](_0x1812db){this['set']('isLoadingSkeletonVisible',_0x1812db);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class nh extends _0x57044f{['filter'](){let _0x2c813d=0x0;for(const _0x571df6 of this['items'])_0x2c813d+=_0x571df6['items']['length'];return{'resultsCount':_0x2c813d,'totalItemsCount':_0x2c813d};}}const ah='ck-ai-chat__prompt-input_highlighted';class _s extends _0x1693a1{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x13a767,_0x2bd056){super(_0x13a767,{'queryView':{'label':'','creator':_0x1cb2f5,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new nh(_0x13a767),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x2bd056,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=_s['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=_s['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',(_0x1c7cfe,_0x48d53d)=>!_0x1c7cfe&&!_0x48d53d),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x166586,_0x549ae0)=>{this['isUploadInProgress']||this['isEmpty']||_0x166586['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x549ae0());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x192f3a=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x192f3a)return this['queryView']['errorText']=m(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x2247bd=_0x2d76c5(_0x192f3a);this['fire']('sendUserMessage',_0x2247bd),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x4d0f84){this['queryView']['fieldView']['set']('placeholder',_0x4d0f84);}['focus'](_0x216d99=!0x1){super['focus'](),_0x216d99&&(this['element']['classList']['contains'](ah)||(this['element']['classList']['add'](ah),setTimeout(()=>{this['element']['classList']['remove'](ah);},0x320)));}['_createSubmitButton'](){const _0x49a947=new _0x1e4cb7(this['locale']);return _0x49a947['set']({'icon':_0x212593,'label':m(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button','isEnabled':!0x1}),_0x49a947['on']('execute',()=>{this['submit']();}),_0x49a947;}['setIsUploadInProgress'](_0xe0487e){this['isUploadInProgress']=_0xe0487e;}['_setUpAddContextButtonPositioning'](){const _0x1573e5=this['locale'],_0x38ef8f=()=>{it['window']['requestAnimationFrame'](()=>{if(_0xba857d(this['element'])){const _0x30e8cf=new ot(this['queryView']['fieldView']['element']),_0x261594=new ot(this['_addContextButtonView']['element']),_0x440375=_0x30e8cf['width'],_0x13b2d3='rtl'===_0x1573e5['uiLanguageDirection']?'right':'left';_0x30e8cf['excludeScrollbarsAndBorders']();const _0x18d750=_0x440375-_0x30e8cf['width']+0x1;this['_addContextButtonView']['element']['style'][_0x13b2d3]='calc('+(_0x440375-_0x261594['width']-_0x18d750)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x38ef8f),this['on']('render',()=>{_0x38ef8f(),this['_queryViewResizeObserver']=new _0x17adc8(this['queryView']['fieldView']['element'],()=>{_0x38ef8f();});});}}const Ia='ck-ai-chat__prompt-capabilities',Ea='ck-ai-chat-controls-button',Ta='ck-ai-chat-controls-button--commands',pa='ck-ai-button-tertiary',ma='ck-ai-chat-controls__model-selection',Ca='ck-ai-chat-controls__model-selection__item-name',wa='ck-ai-chat-controls__model-selection__item-description',fa='ck-ai-chat-controls__model-selection__item-capabilities',Sa='n';class vs extends _0x4f00f9{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x527d8d){super(_0x527d8d),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',_0x30189e=>'selector'===_0x30189e),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0xcd5a3c=>_0xcd5a3c?this['_modelSelectionDropdown']['buttonView']['label']:m(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x2eb8e1=>_0x2eb8e1),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x22eb6b=>_0x22eb6b),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x27c3d1=>m(this['locale'],_0x27c3d1?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x50df8e=>_0x50df8e),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x66dc86=>m(this['locale'],_0x66dc86?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Ia]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _0x1bcbb3(),_0x2015bd(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x4b88cd,_0x25ef60){if(_0x25ef60)this['set']('modelDisplayMode','hidden');else{const _0x580fb0=0x1===_0x4b88cd['length'];this['set']('modelDisplayMode',_0x580fb0?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x4b88cd?.['length'])for(const _0xf6433a of _0x4b88cd){const _0x3b6f34=new _0x4a7009({'label':_0xf6433a['name'],'withText':!0x0,'role':'menuitemradio','id':_0xf6433a['id'],'model':_0xf6433a});_0x3b6f34['bind']('isOn')['to'](this,'activeModelId',_0x5d944b=>_0x5d944b===_0xf6433a['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x3b6f34,'labelView':new ba(this['locale'],_0xf6433a)});}}['setWebSearch'](_0x24b3a2){this['set']('webSearchActive',_0x24b3a2);}['setReasoning'](_0x3923f2){this['set']('reasoningActive',_0x3923f2);}['setModel'](_0x263657){if(!_0x263657)return;this['activeModelId']=_0x263657['id'],this['activeModelName']=_0x263657['name']||_0x263657['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x263657['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x263657['name']);const _0x25493b=_0x263657['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x25493b),this['_webSearchButton']['set']('isVisible',_0x25493b);const _0x3239e8=_0x263657['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x3239e8),this['_reasoningButton']['set']('isVisible',_0x3239e8);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x4a088b){this['set']('modelSelectorEnabled',!0x1),_0x4a088b&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x25bb12=new _0x1e4cb7();return _0x25bb12['set']({'label':m(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x37a2c6,'class':Ea,'isToggleable':!0x0,'tooltipPosition':Sa}),_0x25bb12['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x25bb12;}['_createReasoningButton'](){const _0xc7a48b=new _0x1e4cb7();return _0xc7a48b['set']({'label':m(this['locale'],'AI_CHAT_REASONING'),'icon':_0x404323,'class':Ea,'isToggleable':!0x0,'tooltipPosition':Sa}),_0xc7a48b['on']('execute',()=>{this['fire']('toggleReasoning');}),_0xc7a48b;}['_createCommandsButton'](){const _0x1f2ae4=new _0x1e4cb7();return _0x1f2ae4['set']({'label':m(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x2e50e7,'withText':!0x0,'class':Ea,'isToggleable':!0x0,'tooltip':m(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':Sa}),_0x1f2ae4['extendTemplate']({'attributes':{'class':[Ta]}}),_0x1f2ae4['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x1f2ae4;}['_createModelSelectionDropdown'](){const _0x49cece=_0x4f71f0(this['locale']);return _0x49cece['set']({'panelPosition':'ne','class':[ma]}),_0x49cece['buttonView']['set']({'label':m(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':Sa,'class':pa}),this['listenTo'](_0x49cece,'execute',_0x1b7cfe=>{this['fire']('selectModel',_0x1b7cfe['source']['model']);}),_0x49cece;}['_createModelNameView'](){const _0x2ef359=new Ra(this['locale']);return _0x2ef359['bind']('text')['to'](this,'activeModelName',_0x4f1980=>_0x4f1980??''),_0x2ef359['bind']('isVisible')['to'](this,'modelDisplayMode',_0x3c4a16=>'name'===_0x3c4a16),_0x2ef359;}}let ba=class extends _0x4de453{constructor(_0x3ddc43,_0x260fa5){super();const _0x29ff7a=this['bindTemplate'],_0x2854b0=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x29ff7a['to']('style'),'id':_0x29ff7a['to']('id')},'children':[{'tag':'div','attributes':{'class':[Ca]},'children':[{'text':_0x29ff7a['to']('text')}]},{'tag':'div','attributes':{'class':[wa]},'children':[{'tag':'span','children':[{'text':_0x260fa5['description']}]}]},{'tag':'div','attributes':{'class':[fa]},'children':_0x2854b0}]}),_0x2854b0['addMany'](this['_getCapabilityParts'](_0x3ddc43,_0x37a2c6,'AI_CHAT_SEARCH_WEB',_0x260fa5['capabilities']['webSearch']?.['enabled']??!0x1)),_0x2854b0['addMany'](this['_getCapabilityParts'](_0x3ddc43,_0x404323,'AI_CHAT_REASONING',_0x260fa5['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x95675d,_0xca7f78,_0x1707b5,_0x4c5efc){const _0x7a7e0a=new _0x34c834();_0x7a7e0a['content']=_0xca7f78;const _0xd65b7f=new _0x4f00f9(_0x95675d);_0xd65b7f['setTemplate']({'tag':'span','children':[{'text':m(_0x95675d,_0x1707b5)+':\x20'}]});const _0x2e9a81=new _0x4f00f9(_0x95675d);return _0x2e9a81['setTemplate']({'tag':'span','children':[{'text':m(_0x95675d,_0x4c5efc?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x7a7e0a,_0xd65b7f,_0x2e9a81];}},Ra=class extends _0x4f00f9{constructor(_0x4bda20){super(_0x4bda20),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x478f67=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x478f67['if']('isVisible','ck-hidden',_0x5d2921=>!_0x5d2921)]},'children':[{'text':_0x478f67['to']('text')}]});}};const Oa='ck-ai-chat-context-controls__url-form',ka='ck-ai-chat-context-controls__url-input-section';class Po extends _0x4f00f9{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x338505){super(_0x338505),this['focusTracker']=new _0x5c8f71(),this['keystrokes']=new _0x3c8954(),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 _0x34e257({'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'](_0x4fdf13=>{this['focusTracker']['add'](_0x4fdf13['element']),this['keystrokes']['listenTo'](_0x4fdf13['element']);}),_0x3976b3({'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'](_0xb88b04){this['urlInputField']['errorText']=_0xb88b04,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x32413e=new _0x1e4cb7(this['locale']);return _0x32413e['set']({'icon':_0x2d923c,'tooltip':m(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x4dcf82,_0x13d109,_0x46a618)=>{_0x32413e['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x46a618?'':'\x20ck-hidden')]});}),_0x32413e;}['_createUrlInputField'](){const _0x10d053=new _0x2d3604(this['locale'],th);return _0x10d053['set']({'label':m(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x10d053['fieldView']['set']({'placeholder':m(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x10d053;}['_createConfirmButton'](){const _0x273b03=new _0x1e4cb7(this['locale']);return _0x273b03['set']({'icon':_0x3228b0,'tooltip':m(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x273b03;}['_setupTemplate'](){const _0x4e337d=new _0x30e0ff(this['locale'],{'label':m(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x4e337d['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':Oa,'tabindex':'-1'},'children':[_0x4e337d,{'tag':'div','attributes':{'class':ka},'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',_0x1275c2=>{_0x1275c2['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x1a7aa3,_0x1a0d42)=>{this['clear'](),this['fire']('cancel'),_0x1a0d42();});}['_handleSubmit'](){const _0x229b7b=this['getValue']()['trim']();_0x229b7b?this['_isValidUrl'](_0x229b7b)?(this['clearError'](),this['fire']('submitUrl',_0x229b7b)):this['setError'](m(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](m(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x2ea64f=this['getValue']()['trim'](),_0x5bce2a=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x2ea64f['length']>0x0&&!_0x5bce2a;}['_isValidUrl'](_0x5c5bae){try{return!!new URL(_0x5c5bae);}catch{return!0x1;}}}const Na='ck-ai-chat-resources__item',va='ck-ai-chat-resources__item--in-context',ya='ck-ai-chat-resources__item-title',xa='ck-ai-chat-resources__item__icon';class hc extends _0x4bde75{['resource'];['_titleView'];['_iconView'];constructor(_0x384229,_0x4ab74b){super(_0x384229),this['resource']=_0x4ab74b,this['set']('isInContext',!!_0x4ab74b['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x138bd9){if(_0x138bd9['isInContext'])return _0x3228b0;switch(_0x138bd9['type']){case qe['DOCUMENT']:return _0x13352b;case qe['URL']:return _0x312558;case qe['FILE']:case qe['TEXT']:return _0x4cc498;default:return _0x420897;}}['highlightText'](_0x1c7d06){if(!_0x1c7d06||''===_0x1c7d06['trim']())return void this['_titleView']['highlightText'](null);const _0xff427b=new RegExp(_0x5ebcd3(_0x1c7d06),'gi');this['_titleView']['highlightText'](_0xff427b);}['updateResourceState'](_0x1b6bf0){this['resource']['isInContext']=_0x1b6bf0,this['isInContext']=_0x1b6bf0,this['_updateIcon']();}['_createTitleView'](){const _0x17dfec=new _0x165b24();return _0x17dfec['text']=this['resource']['label'],_0x17dfec['extendTemplate']({'tag':'span','attributes':{'class':[ya]}}),_0x17dfec;}['_createIconView'](){const _0x30ee97=new _0x34c834();return _0x30ee97['content']=this['getResourceIcon'](this['resource']),_0x30ee97;}['_setupTemplate'](){const _0x37c8bd=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[Na,_0x37c8bd['if']('isVisible','ck-hidden',_0x171d5b=>!_0x171d5b),_0x37c8bd['if']('isInContext',va)]},'children':[{'tag':'div','attributes':{'class':[xa]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x37c8bd['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const La='ck-ai-chat-resources__list';class Lr extends _0x57044f{['_source'];constructor(_0x3a63ea,_0x9afe34){super(_0x3a63ea),this['_source']=_0x9afe34,this['extendTemplate']({'attributes':{'class':[La]}});}['setResources'](_0x2dce87,_0x27d8ce){this['items']['clear']();let _0x1d1d86=_0x2dce87;if(this['_source']['useDefaultFiltering']&&_0x27d8ce&&''!==_0x27d8ce['trim']()){const _0x5ace=new RegExp(_0x27d8ce['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x1d1d86=_0x2dce87['filter'](_0x5984f6=>_0x5ace['test'](_0x5984f6['label']));}for(const _0x80c7dd of _0x1d1d86){const _0x54ab31=new hc(this['locale'],_0x80c7dd);_0x54ab31['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x80c7dd);}),this['items']['add'](_0x54ab31);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x27d8ce);}['highlightText'](_0x1854ef){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x13aea6=>{_0x13aea6['highlightText'](_0x1854ef);});}['updateResourceState'](_0x428c67,_0x13b078){for(const _0x3c549a of this['items']){const _0x4c3162=_0x3c549a;_0x4c3162['resource']['id']===_0x428c67&&_0x4c3162['updateResourceState'](_0x13b078);}}['_handleResourceSelection'](_0x5276d1,_0x2faa2b){this['fire']('addResourceToContext',{'source':_0x5276d1,'resource':_0x2faa2b});}}class Ur extends _0x2d3604{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x43bb67){const t=_0x43bb67['t'],_0x452b1f={'showResetButton':!0x0,'showIcon':!0x0,'creator':th,'label':m(_0x43bb67,'AI_CHAT_SEARCH_RESOURCES')};super(_0x43bb67,_0x452b1f['creator']),this['label']=_0x452b1f['label'],this['_viewConfig']=_0x452b1f,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x43bb67,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x39a158){this['fire']('search',_0x39a158);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new _0x34c834(),this['iconView']['content']=_0x25b572,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0xa486e3,t){this['resetButtonView']=new _0x1e4cb7(_0xa486e3),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x156d6f,'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',_0x1cffe1=>!_0x1cffe1),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}class lc extends _0x4f00f9{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x213ff8,_0x4dc213){super(_0x213ff8),this['_source']=_0x4dc213['source'],this['_searchInputVisibleFrom']=_0x4dc213['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 _0x42190d([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new Ur(this['locale']);}['_createSearchSection'](){const _0x14d7b4=new _0x4f00f9(this['locale']);return _0x14d7b4['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x3a4c06,_0x49e261)=>{this['loadResources'](_0x49e261),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x49e261);}),_0x14d7b4;}['_createResourcesListView'](){const _0x1a5a75=new Lr(this['locale'],this['_source']);return _0x1a5a75['delegate']('addResourceToContext')['to'](this),_0x1a5a75['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x1a5a75;}['_createSkeletonView'](){const _0x2ecf2e=new ai(this['locale'],di['aiChatResources']);return _0x2ecf2e['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x319b55=>!_0x319b55)]}}),_0x2ecf2e;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x123908){const _0x56728e=_0xdd667e();this['_latestLoadResourcesUid']=_0x56728e,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x123908,'uid':_0x56728e}),this['isLoading']=!0x0;}['setResources'](_0x162951,_0x5eace4){if(_0x5eace4&&_0x5eace4!==this['_latestLoadResourcesUid'])return;const _0x57379b=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x162951,_0x57379b),_0x162951['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x1e76d7,_0x4c6b54){this['_resourcesListView']['updateResourceState'](_0x1e76d7,_0x4c6b54);}}const Da='ck-ai-chat-context-controls__source-balloon-panel',Pa='ck-button-icon\x20ck-button-back',Ha='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class Oo{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x52f7e0,_0x51d600,_0x452f2a){this['_locale']=_0x52f7e0,this['_bodyCollection']=_0x51d600,this['_config']=_0x452f2a;}['showSourceResourcesBalloon']({source:_0x27ef1e,withBackButton:_0x161445}){let _0x48d7c8=this['_sourceResourceBalloons']['get'](_0x27ef1e['id']);_0x48d7c8||(_0x48d7c8=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x27ef1e['id'],_0x48d7c8),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x48d7c8)),this['_addSourceResourceContent']({'balloonPanel':_0x48d7c8,'source':_0x27ef1e,'withBackButton':_0x161445}),_0x48d7c8['show']();const _0x5d4e7a=this['_config']['getTargetElement']();_0x5d4e7a&&_0x48d7c8['pin']({'target':_0x5d4e7a,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x140c45,_0x2a1f50,_0x59dec4){const _0x2d52dc=this['_sourceResourceBalloons']['get'](_0x140c45);if(!_0x2d52dc)return;const _0x2e9ba6=this['_getResourcesViewFromBalloon'](_0x2d52dc);_0x2e9ba6&&(_0x2e9ba6['setResources'](_0x2a1f50,_0x59dec4),_0x2e9ba6['once']('change:isLoading',()=>{_0x2d52dc['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x19e362){const _0x111958=this['_sourceResourceBalloons']['get'](_0x19e362);_0x111958&&requestAnimationFrame(()=>{_0x111958['hide'](),this['_sourceResourceBalloons']['delete'](_0x19e362),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x2a1cc6 of this['_sourceResourceBalloons']['values']())if(_0x2a1cc6['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x4255fb,_0x16d728,_0x30fcd5){const _0x5c0a0d=this['_sourceResourceBalloons']['get'](_0x4255fb);if(!_0x5c0a0d||!_0x5c0a0d['isVisible'])return;const _0x47ceb1=this['_config']['getTargetElement']();if(!_0x47ceb1)return;_0x5c0a0d['pin']({'target':_0x47ceb1,'limiter':this['_config']['getLimiterElement']()});const _0x56e1f9=this['_getResourcesViewFromBalloon'](_0x5c0a0d);_0x56e1f9&&_0x56e1f9['updateResourceState'](_0x16d728,_0x30fcd5);}['destroy'](){for(const _0x4d8d7c of this['_sourceResourceBalloons']['values']())_0x4d8d7c['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x90c098=new _0x3a6b06(this['_locale']);return _0x90c098['extendTemplate']({'attributes':{'class':Da}}),this['_bodyCollection']['add'](_0x90c098),_0x90c098;}['_addSourceResourceContent']({balloonPanel:_0x1355d5,source:_0x169a3f,withBackButton:_0x44503a}){_0x1355d5['content']['clear']();const _0xa99902=this['_createBalloonHeader']({'balloonPanel':_0x1355d5,'source':_0x169a3f,'withBackButton':_0x44503a});_0x1355d5['content']['add'](_0xa99902);const _0x3f522a=this['_createBalloonResourcesView'](_0x169a3f);_0x1355d5['content']['add'](_0x3f522a);}['_createBalloonHeader']({balloonPanel:_0x41cd73,source:_0x50d978,withBackButton:_0x59bc48}){const _0x2a2f19=new _0x30e0ff(this['_locale'],{'label':_0x50d978['label'],'class':Ha});return _0x59bc48&&_0x2a2f19['children']['add'](this['_createBackButton'](_0x41cd73),0x0),_0x2a2f19;}['_createBackButton'](_0x5c2a68){const _0x6c3297=new _0x1e4cb7(this['_locale']);return _0x6c3297['set']({'icon':_0x2d923c,'tooltip':m(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':Pa}),_0x6c3297['on']('execute',()=>{_0x5c2a68['hide'](),this['_config']['onBackToContext']();}),_0x6c3297;}['_createBalloonResourcesView'](_0x1f82a5){const _0x127efe=new lc(this['_locale'],{'source':_0x1f82a5,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x127efe['on']('loadSourceResources',(_0x49b778,_0x4b0120)=>{this['_config']['onLoadSourceResources'](_0x4b0120);}),_0x127efe['on']('addResourceToContext',(_0xf40997,_0x427414)=>{this['_config']['onResourceSelected'](_0x427414['source'],_0x427414['resource']),this['closeSourceResourceBalloon'](_0x1f82a5['id']);}),_0x127efe;}['_getResourcesViewFromBalloon'](_0x59f55f){const _0x510dd1=_0x59f55f['content']['get'](0x1);return _0x510dd1 instanceof lc?_0x510dd1:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x3d7efc){_0x479747({'emitter':_0x3d7efc,'contextElements':[_0x3d7efc['element']],'callback':()=>{_0x3d7efc['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x3d7efc['isVisible']});}}const xs=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],Uo='ck-ai-chat-context-controls',Lo='ck-ai-chat-context-controls__pending-contexts',No='ck-ai-chat-context-controls__add-context-balloon-panel',Mo='ck-ai-chat-context-controls__add-context-button',Ho='ck-ai-chat-context-controls__url-balloon-panel',jo='ck-ai-chat-context-controls__balloon-button',Fo='ck-ai-chat-context-controls__balloon-button-source',Xo='ck-ai-chat-controls-button',Do='ck-ai-chat-context-chips-wrapper-balloon',$o='ck-ai-chat-controls_context_show-more-button',Wo='ck-ai-chat-context-controls__show-more-balloon-panel',qo='ck-ai-chat',zo=[_0x3a6b06['defaultPositions']['northArrowSouthWest'],_0x3a6b06['defaultPositions']['northArrowSouth'],_0x3a6b06['defaultPositions']['northArrowSouthEast'],_0x3a6b06['defaultPositions']['southArrowNorthWest'],_0x3a6b06['defaultPositions']['southArrowNorth'],_0x3a6b06['defaultPositions']['southArrowNorthEast']];class Is extends _0x4f00f9{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x2be5b5,_0xd89322){super(_0x2be5b5),this['bodyCollection']=_0xd89322['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x2be5b5),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x2be5b5),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x2be5b5),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x2be5b5,_0xd89322);const _0x2cfcc9={'cssClasses':{'showMoreButton':$o,'showMoreBalloon':Wo,'overflowContainer':Do,'controlsButton':Xo}};this['_overflowManager']=new Ro(_0x2be5b5,this['_currentContextsChips'],_0x2cfcc9,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'](_0x2eaf29,_0x11508e){const _0x25f604=this['_createContextButton'](_0x2eaf29,'current',!0x0,_0x11508e);this['_addContextToCollection'](_0x25f604,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x4719d0){this['_removeContextFromCollection'](_0x4719d0,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x4719d0,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0xc8e9d1,_0x1235c3){let _0xbf7ded=this['_currentContextsChips']['find'](_0x449a05=>_0x449a05['id']===_0xc8e9d1);_0xbf7ded||(_0xbf7ded=this['_overflowManager']['overflowChips']['find'](_0x47f134=>_0x47f134['id']===_0xc8e9d1)),_0xbf7ded&&(_0xbf7ded['isLoading']=_0x1235c3);}['setConversationContext'](_0xd6e55c){this['_conversationContextsChips']['clear']();for(const _0x53f3e4 of _0xd6e55c){const _0x38523d=this['_createContextButton'](_0x53f3e4,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x38523d,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x188d96,_0x210ef5,_0xb36638){this['_resourcesBalloonView']['updateResourceState'](_0x188d96,_0x210ef5,_0xb36638);}['hideAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x1);}['showAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x0);}['hideUrlBalloonPanel'](){this['_urlBalloonPanelView']['hide'](),this['addContextButtonView']['isOn']=!0x1,this['_urlInputView']&&this['_urlInputView']['clear']();}['showUrlBalloonPanel'](){this['_urlBalloonPanelView']['show'](),this['addContextButtonView']['isOn']=!0x0;}['_showSourceResourcesBalloon']({source:_0xffef3b,withBackButton:_0x4faebf}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0xffef3b,'withBackButton':_0x4faebf}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x489e3f,_0x1d58f9,_0x296bf6,_0x1202f8){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x489e3f,_0x296bf6,_0x1202f8);}['closeSourceResourceBalloon'](_0x3c58fe){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x3c58fe),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x475b5c){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x475b5c),this['_setAddContextButtonEnabled'](_0x475b5c);}['_setAddContextButtonEnabled'](_0x2c4dc8){const _0x293b83=!_0x2c4dc8['document']['isHidden']&&_0x2c4dc8['document']['enabled'],_0xcba771=_0x2c4dc8['urls']['enabled'],_0x26943a=_0x2c4dc8['files']['enabled'],_0x157009=_0x2c4dc8['sources']['length']>0x0,_0x33945a=_0x2c4dc8['customItems']&&_0x2c4dc8['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x293b83||_0xcba771||_0x26943a||_0x157009||_0x33945a;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Uo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Lo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x534cc7){const _0x4055dc=new _0x1e4cb7(_0x534cc7);return _0x4055dc['set']({'label':m(_0x534cc7,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Xo+'\x20'+Mo,'icon':_0x56eb08,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x4055dc;}['_createAddContextBalloonPanelView'](_0x5a792d){return this['_createBaseBalloonPanel'](_0x5a792d,No);}['_createUrlBalloonPanelView'](_0x567402){const _0x48d5c1=this['_createBaseBalloonPanel'](_0x567402,Ho);return this['_addUrlContent'](_0x48d5c1,_0x567402),_0x48d5c1;}['_createResourcesBalloonView'](_0x17ea5e,_0x40543f){const _0x1593bd={'searchInputVisibleFrom':_0x40543f['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo});},'onResourceSelected':(_0x10bf24,_0x51d5cd)=>{this['fire']('addResourceToContext',{'source':_0x10bf24,'resource':_0x51d5cd});},'onLoadSourceResources':_0x434bb3=>{this['fire']('loadSourceResources',_0x434bb3);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Oo(_0x17ea5e,_0x40543f['bodyCollection'],_0x1593bd);}['_getLimiterElement'](){return this['element']?.['closest']('.'+qo)||document['body'];}['_createBaseBalloonPanel'](_0x5d4325,_0x2bb6f2){const _0x1a94e7=new _0x3a6b06(_0x5d4325);return _0x1a94e7['extendTemplate']({'attributes':{'class':_0x2bb6f2}}),this['bodyCollection']['add'](_0x1a94e7),_0x1a94e7;}['_setBalloonPanelContent'](_0x243fd6,_0x5f52bf,_0x51b427){if(_0x243fd6['content']['clear'](),!_0x51b427['document']['isHidden']&&_0x51b427['document']['enabled']){const _0x213f28=this['_createBalloonButton'](_0x5f52bf,{'label':m(_0x5f52bf,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x13352b});_0x213f28['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x243fd6['content']['add'](_0x213f28);}if(_0x51b427['urls']['enabled']){const _0x487f05=this['_createBalloonButton'](_0x5f52bf,{'label':m(_0x5f52bf,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x312558});_0x487f05['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo}),this['_urlInputView']['focus']();}),_0x243fd6['content']['add'](_0x487f05);}if(_0x51b427['files']['enabled']){const _0x3aeabc=new _0x423553(_0x5f52bf);_0x3aeabc['set']({'label':m(_0x5f52bf,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x1d54b5,'withText':!0x0,'tooltip':!0x0,'class':jo,'allowMultipleFiles':!0x0}),_0x3aeabc['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x3aeabc['on']('done',(_0x2e9619,_0x26f461)=>{this['fire']('addFileToContext',_0x26f461);}),_0x3aeabc['tooltip']=!0x0,_0x243fd6['content']['add'](_0x3aeabc);}for(const _0x293e1f of _0x51b427['sources']){const _0x6e1734=this['_createBalloonButton'](_0x5f52bf,{'label':_0x293e1f['label'],'icon':_0x293e1f['icon']||_0x420897,'type':'source'});_0x243fd6['content']['add'](_0x6e1734),_0x6e1734['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x293e1f,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x90f98f of _0x51b427['customItems']||[]){const _0x3a2ac3=this['_createBalloonButton'](_0x5f52bf,{'label':_0x90f98f['label'],'icon':_0x90f98f['icon']||_0x420897,'type':'customItem'});_0x243fd6['content']['add'](_0x3a2ac3),_0x3a2ac3['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x90f98f);});}this['_hasExactlyOneSource']=0x1===_0x243fd6['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x4d2538,_0x144c09){this['_urlInputView']=new Po(_0x144c09),this['_urlInputView']['on']('submitUrl',(_0x50659d,_0x44cf35)=>{this['_handleUrlSubmit'](_0x44cf35);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo});}),_0x4d2538['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x3b3e7f,_0x3c4f53){const _0x26656d='source'===_0x3c4f53['type']?new Ma(_0x3b3e7f):new _0x1e4cb7(_0x3b3e7f);return _0x26656d['set']({'label':_0x3c4f53['label'],'icon':_0x3c4f53['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':jo}),_0x26656d;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x479747({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x1cb942){const _0x2575ed=this['_addContextBalloonConfig'];_0x2575ed['buttonView']['isOn']=_0x1cb942,_0x1cb942?_0x2575ed['balloonView']['show']():_0x2575ed['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x264a0b,buttonView:_0x2cbda7,hideMethod:_0x354241}=this['_addContextBalloonConfig'];_0x479747({'emitter':_0x264a0b,'contextElements':[_0x264a0b['element'],_0x2cbda7['element']],'callback':()=>{_0x354241();},'activator':()=>_0x2cbda7['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x54a07a,_0x1931ee,_0x38d0b8=!0x1,_0x8e4085=!0x1){const _0x5b875c='conversation'===_0x1931ee||!0x0===_0x54a07a['isReadOnly'],_0x425ede=new Vo(this['locale'],_0x54a07a,_0x5b875c,_0x38d0b8,_0x8e4085);return _0x5b875c||_0x425ede['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x425ede['id']);}),_0x425ede;}['_addContextToCollection'](_0x4e467e,_0x415310){_0x415310['add'](_0x4e467e,0x0);}['_removeContextFromCollection'](_0x14f52f,_0x5edf57){const _0x54e697=_0x5edf57['find'](_0x2e89d1=>_0x2e89d1['id']===_0x14f52f);_0x54e697&&_0x5edf57['remove'](_0x54e697);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':zo}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0x2b7065){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x2b7065);}}class Ma extends _0x1e4cb7{['arrowView'];constructor(_0x1ab932){super(_0x1ab932),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Fo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x294989=new _0x34c834();return _0x294989['content']=_0x43e3d1,_0x294989['extendTemplate']({'attributes':{'class':Fo+'__arrow'}}),_0x294989;}}class Cs extends _0x4f00f9{['_cancelButtonView'];['_loaderView'];constructor(_0x2cca20){super(_0x2cca20),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 _0x801a12=new _0x1e4cb7(this['locale']);return _0x801a12['set']({'label':m(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai-button-stop-generating','icon':_0x440aca}),_0x801a12['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x801a12;}['_createLoaderView'](){const _0xe16407=new _0x4f00f9(this['locale']);return _0xe16407['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':m(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0xe16407;}}class pi extends _0x4f00f9{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x433a37,_0x351f3d){super(_0x433a37),this['_contextPanelView']=this['_createContextPanelView'](_0x433a37,{'bodyCollection':_0x351f3d['bodyCollection'],'searchInputVisibleFrom':_0x351f3d['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x433a37),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x433a37),this['_loaderView']=this['_createLoaderView'](_0x433a37),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x433a37),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage')['to'](this),this['_loaderView']['delegate']('abortPromptStream')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleWebSearch')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleReasoning')['to'](this),this['_promptCapabilitiesView']['delegate']('selectModel')['to'](this),this['_contextPanelView']['delegate'](...xs)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x2ee16c=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x2ee16c['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x2ee16c['if']('isLoading','ck-hidden',_0x34ad33=>_0x34ad33||!this['isModelAvailable']),_0x2ee16c['if']('isModelAvailable','ck-hidden',_0x2ea0fd=>!_0x2ea0fd||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x2ee16c['if']('isLoading','ck-hidden',_0x40b6b2=>!_0x40b6b2)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x2ee16c['if']('isModelAvailable','ck-hidden',_0x2f8fc2=>_0x2f8fc2)]},'children':[this['_modelUnavailableMessageView']]}]}),_0x479747({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0x18f649,_0xb64a2f){return new Is(_0x18f649,_0xb64a2f);}['_createPromptInputView'](_0x4c96b8){return new _s(_0x4c96b8,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x5c7e4e){return new vs(_0x5c7e4e);}['_createLoaderView'](_0x4141dc){return new Cs(_0x4141dc);}['_createModelUnavailableMessageView'](_0x5ce58e){const _0x4af2ab=new As(_0x5ce58e);return _0x4af2ab['delegate']('startConversation')['to'](this),_0x4af2ab;}['_handlePromptInputFocus'](_0x217dec,_0x31533e,_0x56929d){_0x56929d?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x27d108,_0x2e275f){this['_contextPanelView']['addContextItem'](_0x27d108,_0x2e275f);}['removeContextItem'](_0x38d7ed){this['_contextPanelView']['removeContextItem'](_0x38d7ed);}['setContextItemLoading'](_0x1fa607,_0x2126b6){this['_contextPanelView']['setContextItemLoading'](_0x1fa607,_0x2126b6);}['setIsUploadInProgress'](_0xecf59){this['_promptInputView']['setIsUploadInProgress'](_0xecf59);}['setConversationContext'](_0x5e3a80){this['_contextPanelView']['setConversationContext'](_0x5e3a80);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x1b7ad6,_0x2297a4,_0x4838f2){this['_contextPanelView']['updateResourceState'](_0x1b7ad6,_0x2297a4,_0x4838f2);}['setWebSearch'](_0x32e741){this['_promptCapabilitiesView']['setWebSearch'](_0x32e741);}['setReasoning'](_0x86f392){this['_promptCapabilitiesView']['setReasoning'](_0x86f392);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x5ddd12){this['_contextPanelView']['setAddContextOptions'](_0x5ddd12);}['setInputPlaceholder'](_0x3664dc){this['_promptInputView']['setPlaceholderText'](_0x3664dc);}['setModelList'](_0x1a3055,_0x19059a){this['_promptCapabilitiesView']['setModelList'](_0x1a3055,_0x19059a);}['setModel'](_0xd8faa0){_0xd8faa0?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0xd8faa0)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x38e998){this['_promptCapabilitiesView']['disableModelSelector'](_0x38e998);}['populateSourceResourceBalloon'](_0x341b8d,_0x201492,_0xe36f5d,_0x5868dd){this['_contextPanelView']['populateSourceResourceBalloon'](_0x341b8d,_0x201492,_0xe36f5d,_0x5868dd);}['closeSourceResourceBalloon'](_0x1029d0){this['_contextPanelView']['closeSourceResourceBalloon'](_0x1029d0);}['focusPromptInput'](_0x1d44b8=!0x1){this['_promptInputView']['focus'](_0x1d44b8);}['setPromptInputValue'](_0x11844e){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x11844e;}}class As extends _0x4f00f9{constructor(_0x371101){super(_0x371101);const _0x2f0d68=new _0x1e4cb7(_0x371101);_0x2f0d68['set']({'label':m(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x2f0d68['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':m(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x2f0d68]}]});}}class wi extends _0x30e0ff{['conversationStartButton'];['resizeButton'];constructor(_0xb6bedd,_0x16d4ec){super(_0xb6bedd,{'label':m(_0xb6bedd,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':vt}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0xb6bedd),this['children']['add'](this['conversationStartButton']),_0x16d4ec&&(this['resizeButton']=Hs(_0xb6bedd,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x460ba7){const _0x1973ec=new _0x1e4cb7(_0x460ba7);return _0x1973ec['set']({'label':m(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x14218a,'class':'ck-ai-chat__start-conversation'}),_0x1973ec['on']('execute',()=>{this['fire']('startConversation');}),_0x1973ec;}}class fi extends _0x4f00f9{constructor(_0x1ea862){super(_0x1ea862),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':m(_0x1ea862,'AI_DISCLAIMER_TEXT')}]}]});}}class Pt extends _0x4f00f9{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x22f024,_0x1a088b){super(_0x22f024),this['_bodyCollection']=new _0x566c6f(_0x22f024),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new wi(_0x22f024,_0x1a088b['showResizeButton']),this['chatHeader']['delegate'](...bt)['to'](this),this['chatFeed']=new ui(_0x22f024,this['_bodyCollection']),this['chatFeed']['delegate'](...bt)['to'](this),this['chatControls']=new pi(_0x22f024,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x1a088b['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...bt)['to'](this),this['chatDisclaimer']=new fi(_0x22f024),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x22f024['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x59385c,_0x54df42,_0x35aab4,_0x2cbcc0){this['chatControls']['populateSourceResourceBalloon'](_0x59385c,_0x54df42,_0x35aab4,_0x2cbcc0);}['closeSourceResourceBalloon'](_0x5cf589){this['chatControls']['closeSourceResourceBalloon'](_0x5cf589);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class ct extends _0x4c91f3{static get['requires'](){return[pt];}['_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(_0x133af2){super(_0x133af2);const _0x477e6c=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new g(),this['_view']=new Pt(this['context']['locale'],{'showResizeButton':_0x477e6c['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate'](...bt)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x23db44,{showDiff:_0x1bab96})=>{this['showDiff']=_0x1bab96;}),_0x477e6c['view']['addTab']({'id':'chat','buttonLabel':m(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':vt,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x191d96=>_0x191d96),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0x47fe47=>_0x47fe47),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x4068d8){const _0x232390=this['context']['config']['get']('ai.chat.welcomeMessage')??m(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x4068d8['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x232390}),this['fire']('conversationCreated');}['addFeedItemStaticMessage']({id:_0x330902,staticMessage:_0x1d18c2}){this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x330902,'initialContent':'<p>'+_0x1d18c2+'</p>'});}['addFeedItemUserMessage'](_0x5e3b33){const _0x32f583=_0x5e3b33['attributes']?.['displayedPrompt']||_0x5e3b33['userMessage'];this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x5e3b33['contextItems']['values']()),'initialContent':'<p>'+_0x32f583+'</p>','id':_0x5e3b33['id']});}['addFeedItemError']({errorMessage:_0x2c174d,id:_0x5b0e59}){this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x2c174d+'</p>','id':_0x5b0e59});}['addFeedItemAIReply'](_0xfc4fb6){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0xfc4fb6['interactionId']+':'+_0xfc4fb6['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x39d4b2){const _0x50838b=et(this['context']);let _0x227cd2=_0x50838b['config']['get']('ai.availableReplyActions')||[...S];if(_0x50838b['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0x3dba2c=_0x50838b['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0x3dba2c,'value');}}else _0x227cd2=_0x227cd2['filter'](_0x5e58e7=>'insertSuggestion'!=_0x5e58e7);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x39d4b2['interactionId']+':'+_0x39d4b2['id'],'areActionsDisabled':_0x39d4b2['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x227cd2}),this['clearLoadingMessage']();});}['addFeedInteractionHeader'](_0xfe1293,_0x4a36e8){const _0x15d5ba=this['_view']['chatFeed']['children']['last'];if(_0x15d5ba instanceof Mt)return this['_view']['chatFeed']['children']['remove'](_0x15d5ba),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0xfe1293['id'],'capabilities':{'isWebSearchEnabled':_0x15d5ba['capabilities']['isWebSearchEnabled']||_0x4a36e8['isWebSearchEnabled'],'isReasoningEnabled':_0x15d5ba['capabilities']['isReasoningEnabled']||_0x4a36e8['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0xfe1293['id'],'capabilities':_0x4a36e8});}async['addFeedItemCustomElement'](_0x3db78e,_0x4f7619){let _0x3e82b4;return await this['_promiseQueue']['enqueue'](async()=>{_0x3e82b4=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x3db78e,'id':_0x4f7619});}),_0x3e82b4;}['removeFeedItem'](_0x5d9b67){this['_view']['chatFeed']['removeItem'](_0x5d9b67);}['hasFeedItem'](_0xa38842){return this['_view']['chatFeed']['hasItem'](_0xa38842);}['updateFeedInteractionHeader'](_0x303895){const _0x136496=this['_view']['chatFeed']['children']['find'](_0x2fa56c=>_0x2fa56c['options']['id']==_0x303895['id']&&_0x2fa56c instanceof Mt);_0x136496&&_0x136496['set']('isVisible',_0x303895['isVisible']);}async['updateFeedItemAIReplyContent'](_0x339240){const _0x59a72b=_0x339240['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x31a95a=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x339240,'abortSignal':_0x31a95a,'renderingStrategy':_0x59a72b}),_0x339240['isDone']&&this['markFeedItemAsDone'](_0x339240['id']);});}['updateFeedItemAIReplySources'](_0x2dcbf,_0x2696e6){this['_view']['chatFeed']['updateWebSources'](_0x2dcbf,_0x2696e6);}async['updateFeedItemAIReplySuggestionContent'](_0x5aa086){const _0x4ec8a5=_0x5aa086['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x45973d=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x5aa086,'abortSignal':_0x45973d,'renderingStrategy':_0x4ec8a5}),_0x5aa086['isDone']&&this['markFeedItemAsDone'](_0x5aa086['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x33abf9){this['_view']['chatFeed']['updateSuggestionPartState'](_0x33abf9);}['setFeedItemAIReplySuggestionPartActive'](_0x2c0f71){this['_view']['chatFeed']['setSuggestionPartActive'](_0x2c0f71);}['markFeedItemAsDone'](_0x29a894){this['_view']['chatFeed']['markItemAsDone'](_0x29a894);}['removeFeedInteraction'](_0x104e7e){this['_view']['chatFeed']['getItemIds']()['filter'](_0x2625c7=>_0x2625c7['startsWith'](_0x104e7e))['forEach'](_0x2d9ba5=>this['_view']['chatFeed']['removeItem'](_0x2d9ba5));}['startInteraction'](){const _0x3a8d04=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x3a8d04),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x5e74b1){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0xe9da97=>_0xe9da97['startsWith'](_0x5e74b1['id']))['forEach'](_0x342866=>this['markFeedItemAsDone'](_0x342866)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x18ebb4,_0x198bd0){this['_view']['chatControls']['addContextItem'](_0x18ebb4,_0x198bd0);}['removeContextItem'](_0x15cb2a){this['_view']['chatControls']['removeContextItem'](_0x15cb2a);}['setContextItemLoading'](_0x5a7a41,_0x1d3160){this['_view']['chatControls']['setContextItemLoading'](_0x5a7a41,_0x1d3160);}['setIsUploadInProgress'](_0x5dd8bc){this['_view']['chatControls']['setIsUploadInProgress'](_0x5dd8bc);}['setConversationContext'](_0x30863c){this['_view']['chatControls']['setConversationContext'](_0x30863c);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x452ef9,_0x2c3719,_0x8631da){this['_view']['chatControls']['updateResourceState'](_0x452ef9,_0x2c3719,_0x8631da);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x49c53b){this['_view']['chatControls']['setAddContextOptions'](_0x49c53b);}['updateCapabilities'](_0x1b747e){this['_view']['chatControls']['setWebSearch'](_0x1b747e['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x1b747e['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x1b747e));}['setSelectedModel'](_0x10344f,_0x133f30){this['_view']['chatControls']['setModel'](_0x10344f),_0x133f30&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x2d7145){this['feedItemRenderingStrategy']=_0x2d7145;}['toggleLoadingSkeleton'](_0x2a85ad){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x2a85ad);}['resetConversationTitle'](){this['setConversationTitle'](m(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x2b5cac,_0x23ba6a=!0x1){if(_0x23ba6a&&!Rt()&&_0x2b5cac['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x2b5cac);this['_view']['chatHeader']['label']=_0x2b5cac;}['setLoadingMessage'](_0x26569e){this['_view']['chatFeed']['setLoadingMessage'](_0x26569e);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x184241){let _0x14621e=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x184241[_0x14621e],_0x14621e++,_0x14621e===_0x184241['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x1bb1de){this['_view']['chatHeader']['isMaximized']=_0x1bb1de;}['prepareLoadingMessage'](_0x567ae5){return _0x567ae5['isWebSearchEnabled']&&_0x567ae5['isReasoningEnabled']?m(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x567ae5['isWebSearchEnabled']?m(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x567ae5['isReasoningEnabled']?m(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):m(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0xe7a935){return _0xe7a935?_0xe7a935['isWebSearchEnabled']&&_0xe7a935['isReasoningEnabled']?m(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0xe7a935['isWebSearchEnabled']?m(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0xe7a935['isReasoningEnabled']?m(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):m(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):m(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x1c48f0,_0x1b2f3d,_0x1d4719,_0x48e06b){this['_view']['populateSourceResourceBalloon'](_0x1c48f0,_0x1b2f3d,_0x1d4719,_0x48e06b);}['closeSourceResourceBalloon'](_0x153810){this['_view']['closeSourceResourceBalloon'](_0x153810);}['setPromptInputValue'](_0x3b567c){this['_view']['chatControls']['setPromptInputValue'](_0x3b567c);}['focusPromptInput'](_0x2bbf85=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x2bbf85);}['scrollFeedToSuggestion'](_0xb6d07a,_0x1feb55){this['_view']['chatFeed']['scrollToSuggestion'](_0xb6d07a,_0x1feb55);}['startAutoScroll'](){this['_view']['chatFeed']['startAutoScroll']();}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class yi extends _0x57044f{['sections'];constructor(_0x338866,_0x6eb2f5){super(_0x338866),this['sections']=_0x6eb2f5,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x1fa9e4){let _0x5e08fc=0x0,_0x27e2ac=0x0;for(const _0x289536 of this['sections']){const {resultsCount:_0x557061,totalItemsCount:_0xd76530}=_0x289536['filter'](_0x1fa9e4);_0x5e08fc+=_0x557061,_0x27e2ac+=_0xd76530;}return{'resultsCount':_0x5e08fc,'totalItemsCount':_0x27e2ac};}}class Ei extends _0x4bde75{['title'];['itemsViews'];['_itemsListView'];constructor(_0xd7c8db,{title:_0x1231b9,items:_0x465b1f}){super(_0xd7c8db);const _0x3d485d=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x1231b9,this['itemsViews']=_0x465b1f;const _0x5df2a1=new _0x4f00f9(_0xd7c8db);_0x5df2a1['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new _0x57044f(_0xd7c8db),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x3d485d['if']('isVisible','ck-hidden',_0x9acb28=>!_0x9acb28)]},'children':[_0x5df2a1,this['_itemsListView']]});}['filter'](_0x3f29eb){const _0x58c716=this['itemsViews']['length'];let _0x1cba19=0x0;for(const _0x281b0e of this['itemsViews']){if(_0x3f29eb){const _0x35709a=_0x281b0e['isMatching'](_0x3f29eb);_0x281b0e['isVisible']=!!_0x35709a,_0x281b0e['highlightText'](_0x3f29eb);}else _0x281b0e['isVisible']=!0x0,_0x281b0e['highlightText'](null);_0x281b0e['isVisible']&&_0x1cba19++;}return this['isVisible']=_0x1cba19>0x0,{'resultsCount':_0x1cba19,'totalItemsCount':_0x58c716};}['getItem'](_0x33decd){return this['itemsViews']['find'](_0x1f3ad6=>_0x1f3ad6['id']===_0x33decd);}['removeItem'](_0x81c3a3){const _0x1556be=this['itemsViews']['indexOf'](_0x81c3a3);-0x1!==_0x1556be&&(this['itemsViews']['splice'](_0x1556be,0x1),this['_itemsListView']['items']['remove'](_0x81c3a3));}}class Ri extends/* #__PURE__ -- @preserve */
27
+ _0x7596c1(_0x4bde75){['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(_0x57bae3,_0x5a28bb){super(_0x57bae3);const _0x8a9ca2=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x5a28bb['pinned']),this['set']('loadingState',null),this['id']=_0x5a28bb['id'];const {title:_0x58234d,createdAt:_0x18069c,active:_0x433c43=!0x1}=_0x5a28bb;this['_titleView']=new _0x165b24(),this['_titleView']['text']=_0x58234d,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x16fd15=this['_createCheckView'](),_0x28d0a3=this['_createPinButtonView'](_0x57bae3),_0x501027=this['_createMenuDropdownView'](),_0xff8f=this['_createEditInputView'](_0x57bae3,_0x58234d),_0x2f77d5=this['_createAcceptEditButtonView'](_0x57bae3,_0xff8f),_0x556414=this['_createCancelEditButtonView'](_0x57bae3,_0xff8f);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x28d0a3),this['actions']['add'](_0x501027),this['on']('change:isEdit',(_0x13d88b,_0x585168,_0x44652e)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x44652e?(this['actions']['add'](_0x2f77d5),this['actions']['add'](_0x556414),this['mainContent']['add'](_0xff8f),_0xff8f['element']['focus']()):(this['actions']['add'](_0x28d0a3),this['actions']['add'](_0x501027),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x433c43?'ck-ai-chat-history__item--active':'',_0x8a9ca2['if']('isVisible','ck-hidden',_0x400265=>!_0x400265),_0x8a9ca2['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',_0x8a9ca2['if']('loadingState','ck-hidden',_0x482c59=>!!_0x482c59)]},'children':_0x433c43?[_0x16fd15]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x8a9ca2['if']('loadingState','ck-hidden',_0x1a71c3=>!_0x1a71c3)]},'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',_0x8a9ca2['if']('loadingState','ck-hidden',_0x4f5aca=>!!_0x4f5aca)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x8a9ca2['if']('loadingState','ck-hidden',_0x1f9054=>!_0x1f9054)]},'children':[{'text':_0x8a9ca2['to']('loadingState',_0x23e7bf=>_0x23e7bf?m(this['locale'],Ri['LOADING_LABELS'][_0x23e7bf]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x18069c]}]},{'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'](_0x3e15ea){this['_titleView']['text']=_0x2d76c5(_0x3e15ea);}['updateLoadingState'](_0x51e66e,_0x2c43f6){this['set']('loadingState',_0x2c43f6?_0x51e66e:null);}['_createCheckView'](){const _0x5a4e91=new _0x34c834();return _0x5a4e91['set']({'content':_0x1eb4e2}),_0x5a4e91;}['_createPinButtonView'](_0x5b9f53){const _0x48c67d=new _0x1e4cb7(_0x5b9f53);return _0x48c67d['set']({'label':m(_0x5b9f53,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x464425,'withText':!0x1,'tooltip':!0x0}),_0x48c67d['bind']('isOn')['to'](this,'pinned'),_0x48c67d['on']('execute',()=>{const _0x453442=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x453442});}),_0x48c67d;}['_createMenuDropdownView'](){const _0x1155b8=_0x4f71f0(this['locale'],_0x2357ea),_0x5d7b53=_0x1155b8['panelView']['children'];_0x1155b8['buttonView']['set']({'label':m(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x4de071}),_0x1155b8['panelPosition']='sw';const _0x5586fb=new _0x1e4cb7(this['locale']);_0x5586fb['label']=m(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x5586fb['withText']=!0x0,_0x5586fb['on']('execute',()=>{this['isEdit']=!0x0;});const _0x19f3b1=new _0x1e4cb7(this['locale']);_0x19f3b1['label']=m(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x19f3b1['withText']=!0x0,_0x19f3b1['on']('execute',()=>{this['showConfirm'](m(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x4b4340=new _0x57044f(this['locale']),_0x95a7e9=new _0x4bde75(this['locale']);_0x95a7e9['children']['add'](_0x5586fb);const _0x3b82a8=new _0x4bde75(this['locale']);return _0x3b82a8['children']['add'](_0x19f3b1),_0x4b4340['items']['addMany']([_0x95a7e9,_0x3b82a8]),_0x5d7b53['add'](_0x4b4340),_0x1155b8;}['_createEditInputView'](_0x23f9c6,_0x4d667d){const _0xffa9d6=new _0x358937(_0x23f9c6),_0x5e2cd5=_0xffa9d6['bindTemplate'];return _0xffa9d6['value']=_0x4d667d,_0xffa9d6['extendTemplate']({'on':{'keydown':_0x5e2cd5['to'](_0x3198d0=>{'Enter'==_0x3198d0['key']&&this['_commitEditInputValue'](_0xffa9d6);})}}),_0xffa9d6;}['_createAcceptEditButtonView'](_0x2f8506,_0x2f9da3){const _0x1ac669=new _0x1e4cb7(_0x2f8506);return _0x1ac669['set']({'icon':_0x1eb4e2,'withText':!0x1,'tooltip':m(_0x2f8506,'AI_CHAT_HISTORY_ACCEPT')}),_0x1ac669['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x1ac669['on']('execute',()=>{this['_commitEditInputValue'](_0x2f9da3);}),_0x1ac669;}['_commitEditInputValue'](_0x3db108){const _0x6163e9=_0x3db108['element']['value']||'';this['_titleView']['text']=_0x6163e9,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x6163e9});}['_createCancelEditButtonView'](_0x1e4819,_0x7cbb4e){const _0x196152=new _0x1e4cb7(_0x1e4819);return _0x196152['set']({'icon':_0x156d6f,'withText':!0x1,'tooltip':m(_0x1e4819,'AI_CHAT_HISTORY_CANCEL')}),_0x196152['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x196152['on']('execute',()=>{this['isEdit']=!0x1,_0x7cbb4e['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0x196152;}['_createSpinnerView'](){const _0x5015d5=new li('tiny');return _0x5015d5['isVisible']=!0x0,_0x5015d5;}['isMatching'](_0x1994f6){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x1994f6)?{'title':!0x0}:null;}['highlightText'](_0x2dae9e){this['_titleView']['highlightText'](_0x2dae9e);}}class wt extends _0x4f00f9{['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0x5ae8f4,_0x52a50e){super(_0x5ae8f4),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isMaximized',!0x1),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x479a5b=new _0x30e0ff(_0x5ae8f4,{'label':m(_0x5ae8f4,'AI_CHAT_HISTORY_HEADING'),'icon':Nt,'class':'ck-ai-header\x20ck-ai-header_history'});_0x52a50e&&(this['resizeButton']=Hs(_0x5ae8f4,this),_0x479a5b['children']['add'](this['resizeButton'])),this['sectionsView']=new yi(_0x5ae8f4,[]),this['sectionsView']['delegate'](...Mi)['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',_0x52a296=>!_0x52a296)]}}),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':[_0x479a5b,{'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 _0x3e930f=new _0x174b13(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':m(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x390731=>m(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x390731),'secondary':m(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x48936a=this['_createErrorView']();return _0x48936a['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x39a447=>!_0x39a447)]}}),_0x3e930f['on']('render',()=>{_0x3e930f['children']['add'](_0x48936a,0x1);}),_0x3e930f['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x1e49b5=>!_0x1e49b5)]}}),_0x3e930f;}['_createSkeletonView'](){const _0x3f175c=new ai(this['locale'],di['aiHistory']);return _0x3f175c['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0xaa4f75=>!_0xaa4f75)]}}),_0x3f175c;}['_createErrorView'](){const _0x1cfc36=new _0x4f00f9(this['locale']),_0x269f47=new _0x1e4cb7(this['locale']);_0x269f47['set']({'withText':!0x1,'icon':_0x156d6f,'class':'ck-ai-notification_error__dismiss-button'}),_0x269f47['bind']('isVisible')['to'](this,'hasItems',_0x11e076=>!!_0x11e076),_0x269f47['on']('execute',()=>{this['errorMessage']='';});const _0x18dbc7=this['bindTemplate'];return _0x1cfc36['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x18dbc7['to']('errorMessage')}]},_0x269f47]}),_0x1cfc36;}['_createEmptyStateView'](){const _0x3c00f8=new _0x1e4cb7(this['locale']);_0x3c00f8['set']({'label':m(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x14218a,'class':'ck-ai-chat__start-conversation'}),_0x3c00f8['on']('execute',()=>{this['fire']('openChat');});const _0x226dcf=new _0x4f00f9(this['locale']);return _0x226dcf['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x5e2254=>!_0x5e2254)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[m(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x3c00f8]}),_0x226dcf;}['_createListItemViews'](_0x5e9d1b,_0x4b5909){const _0x4fc7b9=[];for(const _0x17a5a7 of _0x5e9d1b){const _0x5e231c=new Ri(_0x4b5909,_0x17a5a7);_0x5e231c['delegate'](...Mi)['to'](this),_0x4fc7b9['push'](_0x5e231c);}return _0x4fc7b9;}['updateHistoryItemsWithCategories'](_0x237763){const _0xb0bf45=this['locale']||'en',_0x5ef21b=[];for(const _0x143fb3 of _0x237763){const _0xd5495e=this['_createListItemViews'](_0x143fb3['items'],_0xb0bf45);_0x5ef21b['push'](new Ei(_0xb0bf45,{'title':_0x143fb3['title'],'items':_0xd5495e}));}this['sectionsView']['sections']=_0x5ef21b,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x5ef21b),this['hasItems']=_0x237763['some'](_0x15a171=>_0x15a171['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x2f79a2){for(const _0x45b488 of this['sectionsView']['sections']){const _0x37de7f=_0x45b488['getItem'](_0x2f79a2);if(_0x37de7f){if(_0x45b488['removeItem'](_0x37de7f),0x0===_0x45b488['itemsViews']['length']){const _0x350381=this['sectionsView']['sections']['indexOf'](_0x45b488);-0x1!==_0x350381&&(this['sectionsView']['sections']['splice'](_0x350381,0x1),this['sectionsView']['items']['remove'](_0x45b488));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x1ae191,_0x24f6e3){for(const _0x3e9a7e of this['sectionsView']['sections']){const _0x298256=_0x3e9a7e['getItem'](_0x1ae191);if(_0x298256){_0x298256['updateTitle'](_0x24f6e3);break;}}}['updateItemLoadingState'](_0x3830d3,_0x20a312,_0x28411e){for(const _0x26a91f of this['sectionsView']['sections']){const _0x401d53=_0x26a91f['getItem'](_0x3830d3);if(_0x401d53){_0x401d53['updateLoadingState'](_0x20a312,_0x28411e);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x3b53a3=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x3b53a3);}}}const Mi=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class xt extends _0x4c91f3{static get['requires'](){return[pt];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ac7c2){super(_0x2ac7c2);const _0x3b144d=this['context']['plugins']['get']('AITabs');this['_historyView']=new wt(this['context']['locale'],_0x3b144d['showResizeButton']),this['_historyView']['delegate'](...Mi)['to'](this),_0x3b144d['view']['addTab']({'id':'history','buttonLabel':m(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':Nt,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x45ba1a){this['_historyView']['removeHistoryItem'](_0x45ba1a);}['updateItems'](_0x12178f){this['_historyView']['updateHistoryItemsWithCategories'](_0x12178f);}['updateItemTitle'](_0x3bb343,_0x434b19){this['_historyView']['updateItemTitle'](_0x3bb343,_0x434b19);}['updateItemLoadingState'](_0xa10b63,_0x60b214,_0x3ac99c){this['_historyView']['updateItemLoadingState'](_0xa10b63,_0x60b214,_0x3ac99c);}['setLoadingSkeleton'](_0x5c2507){this['_historyView']['isLoading']=_0x5c2507;}['showError'](_0x194b60){this['_historyView']['errorMessage']=_0x194b60;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x4fa764){this['_historyView']['isMaximized']=_0x4fa764;}}class nr extends ts(){['id'];['createdAt'];constructor({id:_0x8ff3ed,title:_0x5cd995,createdAt:_0x425c60,updatedAt:_0x309500,pinned:_0x39f9cd}){super(),this['id']=_0x8ff3ed,this['createdAt']=new Date(_0x425c60),this['set']('title',_0x5cd995),this['set']('updatedAt',_0x309500?new Date(_0x309500):null),this['set']('pinned',_0x39f9cd||!0x1);}['updateTitle'](_0x125a12){this['set']('title',_0x2d76c5(_0x125a12)),this['updatedAt']=new Date();}['updatePinned'](_0x5c035f){this['set']('pinned',_0x5c035f),this['updatedAt']=new Date();}}class Ht extends _0x28403e(){['items']=[];['connector'];['group'];constructor({connector:_0x3b68e6,group:_0x172497}){super(),this['connector']=_0x3b68e6,this['group']=_0x172497;}async['init'](){try{const _0x1d5608=this['connector']['fetchConversations'](this['group']),_0x223133=await _0x1d5608['getConversations']();this['loadItems'](_0x223133);}catch(_0x312b6e){this['fire']('error',{'error':_0x312b6e,'operation':'init'});}}['addItem'](_0x212f32){this['items']['push'](_0x212f32);}async['removeItem'](_0x571bd4){const _0x5688c4=this['items']['findIndex'](_0x1dd779=>_0x1dd779['id']===_0x571bd4);if(-0x1===_0x5688c4)return!0x1;try{return await this['connector']['deleteConversation'](_0x571bd4)['execute'](),this['items']['splice'](_0x5688c4,0x1),this['fire']('itemRemoved',{'itemId':_0x571bd4}),!0x0;}catch(_0x2825d2){return this['fire']('error',{'error':_0x2825d2,'operation':'removeItem','itemId':_0x571bd4}),!0x1;}}['getItem'](_0x1e22eb){return this['items']['find'](_0x5b430d=>_0x5b430d['id']===_0x1e22eb);}async['updateItemTitle'](_0x4b151c,_0x2ddd33){const _0x238b28=this['getItem'](_0x4b151c);if(!_0x238b28)return!0x1;try{return await this['connector']['updateConversation'](_0x4b151c,{'title':_0x2ddd33})['getResult'](),_0x238b28['updateTitle'](_0x2ddd33),this['fire']('itemUpdated',{'itemId':_0x4b151c,'updates':{'title':_0x2ddd33}}),!0x0;}catch(_0x384beb){return this['fire']('error',{'error':_0x384beb,'operation':'updateItemTitle','itemId':_0x4b151c}),!0x1;}}async['updateItemPinned'](_0x2caba1,_0x5f0b1d){const _0x4b8f0c=this['getItem'](_0x2caba1);if(!_0x4b8f0c)return!0x1;try{return await this['connector']['updateConversation'](_0x2caba1,{'pinned':_0x5f0b1d})['getResult'](),_0x4b8f0c['updatePinned'](_0x5f0b1d),this['fire']('itemUpdated',{'itemId':_0x2caba1,'updates':{'pinned':_0x5f0b1d}}),!0x0;}catch(_0x5cbf6b){return this['fire']('error',{'error':_0x5cbf6b,'operation':'updateItemPinned','itemId':_0x2caba1}),!0x1;}}['loadItems'](_0x35d856){try{this['items']=[],_0x35d856['map'](_0x352cde=>{this['addItem'](new nr(_0x352cde));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x140d66){this['fire']('error',{'error':_0x140d66,'operation':'loadItems'});}}['getItems'](_0x134782={}){const _0x359d28=void 0x0!==_0x134782['pinned']&&_0x134782['pinned'],_0x277fc2=_0x134782['from']?new Date(_0x134782['from']['getFullYear'](),_0x134782['from']['getMonth'](),_0x134782['from']['getDate']()):null,_0x4b8e17=_0x134782['to']?new Date(_0x134782['to']['getFullYear'](),_0x134782['to']['getMonth'](),_0x134782['to']['getDate']()):null;return this['items']['filter'](_0x2a49c2=>{if(_0x2a49c2['pinned']!==_0x359d28)return!0x1;if(_0x4b8e17){const _0x2a25dc=new Date(_0x2a49c2['createdAt']['getFullYear'](),_0x2a49c2['createdAt']['getMonth'](),_0x2a49c2['createdAt']['getDate']());return _0x277fc2?_0x277fc2['getTime']()===_0x4b8e17['getTime']()?_0x2a25dc['getTime']()===_0x277fc2['getTime']():_0x2a25dc<_0x4b8e17&&_0x2a25dc>=_0x277fc2:_0x2a25dc<_0x4b8e17;}return!0x0;});}}class jt extends _0x4c91f3{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[s,rt,xt,pt];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](s),this['_aiChatHistoryUi']=this['context']['plugins']['get'](xt),this['_aiChatController']=this['context']['plugins']['get'](rt);const _0x3dfb8e=this['context']['plugins']['get'](pt);try{const _0x139003=this['_aiChatController']['getGroupId']();this['history']=new Ht({'connector':this['_aiConnector'],'group':_0x139003}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x2dfef6,_0x114214)=>{this['_setItemLoading'](_0x114214['id'],'remove'),this['_handleRemove'](_0x114214['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x233dcb,_0x3e2f60)=>{this['_setItemLoading'](_0x3e2f60['id'],'rename'),this['_handleEditTitle'](_0x3e2f60['id'],_0x3e2f60['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x6ecdc5,_0xcf3313)=>{void 0x0!==_0xcf3313['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0xcf3313['itemId'],_0xcf3313['updates']['title']),void 0x0!==_0xcf3313['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0xcf3313['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x1e24ae,_0x5b37ad)=>{this['_aiChatController']['handleRemovedConversation'](_0x5b37ad['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x5b37ad['itemId']),this['_clearItemLoading'](_0x5b37ad['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x489bb7,_0x1f033d)=>{this['_handleHistoryErrorUI'](_0x1f033d['error'],_0x1f033d['operation'],_0x1f033d['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x4d3b65,_0x1c1c19)=>{this['_handleSelectConversation'](_0x1c1c19['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x1d062e,_0x2a981d)=>{const _0x48e3f5=_0x2a981d['pinned']?'pin':'unpin';this['_setItemLoading'](_0x2a981d['id'],_0x48e3f5),this['_handleTogglePin'](_0x2a981d['id'],_0x2a981d['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0x3dfb8e['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x3dfb8e['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0x3dfb8e,'resizedTabs',(_0x480b6b,_0x915022)=>{this['_setIsMaximized'](_0x915022);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0x3dfb8e['resize']();});}catch(_0x1aff35){this['_handleHistoryErrorUI'](_0x1aff35,'init');}}async['_handleEditTitle'](_0x4cd7b1,_0x5473fe){await this['history']['updateItemTitle'](_0x4cd7b1,_0x5473fe);}async['_handleTogglePin'](_0x4fa67f,_0x10fe6c){await this['history']['updateItemPinned'](_0x4fa67f,_0x10fe6c);}async['_handleRemove'](_0x48dd4a){await this['history']['removeItem'](_0x48dd4a);}async['_handleSelectConversation'](_0x10d156){await this['_aiChatController']['loadConversation'](_0x10d156);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x227f3c=this['_aiChatController']['activeConversation']?.['id'],_0x52e2ee=this['_getCategorizedItems']()['map'](_0x316eb8=>({'title':_0x316eb8['title'],'items':_0x316eb8['items']['map'](_0x15a0d8=>({'id':_0x15a0d8['id'],'title':_0x15a0d8['title']||m(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x15a0d8['createdAt'])['toLocaleDateString'](),'active':_0x15a0d8['id']===_0x227f3c,'pinned':_0x15a0d8['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x52e2ee);}['_setItemLoading'](_0x2f2a20,_0x316a09){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x2f2a20,_0x316a09,!0x0);}['_clearItemLoading'](_0x32a748){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x32a748,null,!0x1);}['_handleHistoryErrorUI'](_0x3eca55,_0xa68323,_0x48b4d5){const _0x508e42=this['_generateErrorMessage'](_0xa68323,_0x48b4d5);this['_aiChatHistoryUi']['showError'](_0x508e42),_0x48b4d5&&this['_clearItemLoading'](_0x48b4d5),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x5e1b56,_0xad2d0){const _0x4bcde9=_0xad2d0?this['history']['getItem'](_0xad2d0):null,_0x3dc840=_0x4bcde9?.['title']||m(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x5e1b56){case'updateItemTitle':return m(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x3dc840);case'updateItemPinned':{const _0x9a8062=m(this['context']['locale'],_0x4bcde9?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return m(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x9a8062,_0x3dc840]);}case'removeItem':return m(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x3dc840);case'init':case'loadItems':return m(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return m(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x2583be=new Date(),_0x5926ff=new Date(_0x2583be['getFullYear'](),_0x2583be['getMonth'](),_0x2583be['getDate']()),_0x26b0f6=new Date(_0x5926ff);_0x26b0f6['setDate'](_0x26b0f6['getDate']()-0x1);const _0x2eefba=new Date(_0x5926ff);_0x2eefba['setDate'](_0x2eefba['getDate']()-0xe);const _0x5846bb=this['history']['getItems']({'pinned':!0x0}),_0x235c49=this['history']['getItems']({'from':_0x5926ff,'to':_0x5926ff}),_0x2cdcd9=this['history']['getItems']({'from':_0x26b0f6,'to':_0x26b0f6}),_0x29b3c2=this['history']['getItems']({'from':_0x2eefba,'to':_0x26b0f6}),_0x283664=this['history']['getItems']({'to':_0x2eefba}),_0x591365=[];return _0x5846bb['length']>0x0&&_0x591365['push']({'title':m(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x5846bb}),_0x235c49['length']>0x0&&_0x591365['push']({'title':m(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x235c49}),_0x2cdcd9['length']>0x0&&_0x591365['push']({'title':m(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x2cdcd9}),_0x29b3c2['length']>0x0&&_0x591365['push']({'title':m(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x29b3c2}),_0x283664['length']>0x0&&_0x591365['push']({'title':m(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x283664}),_0x591365;}['_setIsMaximized'](_0x299445){this['_aiChatHistoryUi']['setIsMaximized'](_0x299445);}}class ht extends _0x4c91f3{static get['requires'](){return[jt,xt];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Ua extends _0x4c91f3{static get['requires'](){return[rt,o,ct,ht];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29b6eb){super(_0x29b6eb),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[]}),this['context']['config']['define']('ai.chat.initialConversation','new');}async['addSelectionToChatContext'](){await this['context']['plugins']['get'](rt)['addSelectionToChatContext']();}async['startConversation'](){await this['context']['plugins']['get'](rt)['startConversation']();}async['sendMessage']({message:_0x35ede8,attributes:_0x422b66}){await this['context']['plugins']['get'](rt)['sendMessage']({'message':_0x35ede8,'attributes':_0x422b66});}['removeSelectionFromChatContext'](){this['context']['plugins']['get'](rt)['removeSelectionFromChatContext']();}['focusPromptInput'](){this['context']['plugins']['get'](rt)['focusPromptInput']();}['registerToolDataCallback'](_0x5cd432){this['context']['plugins']['get'](rt)['_registerToolDataCallback'](_0x5cd432);}}class fs extends _0x1e4cb7{['id'];constructor(_0xbf7e6f,_0x4cb00a){super(_0xbf7e6f);const {id:_0x1a2995,type:_0x4167ff,icon:_0x52a86c}=_0x4cb00a;this['id']=_0x1a2995,this['set']({'label':_0x4cb00a['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x4cb00a['id']}}),_0x52a86c?this['icon']=_0x52a86c:'chat'===_0x4167ff?this['icon']=_0x3e9122:'review'===_0x4167ff?this['icon']=_0x35278d:'translate'===_0x4167ff&&(this['icon']=Vt);}}class kt extends _0x4f00f9{['listView'];constructor(_0x4a17a9,_0x4ac74c){super(_0x4a17a9);const _0x449e33=_0x4ac74c['map'](_0x212703=>{const _0x136aa2=new _0x4bde75(this['locale']),_0x59c655=new fs(this['locale'],_0x212703);return _0x136aa2['children']['add'](_0x59c655),_0x59c655['delegate']('execute')['to'](this),_0x136aa2;});this['listView']=new _0x57044f(this['locale']),this['listView']['items']['addMany'](_0x449e33),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const Ut='chat-shortcuts';var Va=function(_0x283da0){return _0x283da0['CHAT']='chat',_0x283da0['REVIEW']='review',_0x283da0['TRANSLATE']='translate',_0x283da0;}({});class Ba extends _0x4c91f3{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];static get['requires'](){return[ct];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](ct),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x127dcb=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{_0x127dcb['activeConversation']['isFromHistory']||this['_injectShortcuts']();}),this['listenTo'](_0x127dcb,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x2e6d1b=Object['values'](Va);this['_shortcuts']['forEach'](_0x58b51d=>{let _0x4341c8=!0x0;if(_0x58b51d['id']&&_0x58b51d['label']&&_0x2e6d1b['includes'](_0x58b51d['type'])?'chat'===_0x58b51d['type']&&(_0x4341c8='string'==typeof _0x58b51d['prompt']):_0x4341c8=!0x1,!_0x4341c8)throw new _0x58d4fd('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x58b51d});});}['_injectShortcuts'](){const _0x30cff1=this['context']['plugins']['get'](ct);this['_shortcutsView']=new kt(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),_0x30cff1['addFeedItemCustomElement'](this['_shortcutsView']['element'],Ut),this['_shortcutsView']['on']('execute',_0x31f9eb=>{const _0x1e6d4e=_0x31f9eb['source']['id'];this['_executeShortcut'](_0x1e6d4e);});}['_removeShortcuts'](){const _0x225363=this['context']['plugins']['get'](ct);_0x225363['hasFeedItem'](Ut)&&_0x225363['removeFeedItem'](Ut),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0xb0b2a8){const _0x4cb216=this['_shortcuts']['find'](_0x2bcaf3=>_0x2bcaf3['id']===_0xb0b2a8),_0x4abb73=_0x4cb216['type'];'chat'===_0x4abb73?this['_runChatShortcut'](_0x4cb216):'review'===_0x4abb73?_0x4cb216['check']?this['_runReviewShortcut'](_0x4cb216):this['_switchTab']('reviewMode'):'translate'===_0x4abb73&&(_0x4cb216['language']?this['_runTranslateShortcut'](_0x4cb216):this['_switchTab']('translate'));}['_switchTab'](_0x38a453){if(!this['context']['plugins']['has']('AITabs'))throw new _0x58d4fd('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x38a453});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x38a453);}async['_runChatShortcut']({prompt:_0x117224,draftMode:_0x239d2e,useWebSearch:_0x3271ba=!0x1,useReasoning:_0x1accc0=!0x1,model:_0x5e51da}){const _0x102293=this['context']['plugins']['get']('AIChat'),_0x23b2fa=this['context']['plugins']['get']('AIChatController'),_0x1bd76a=_0x23b2fa['activeConversation'];let _0x1c588f;_0x1c588f=_0x5e51da?await _0x1bd76a['chatModels']['getModel'](_0x5e51da):await _0x1bd76a['chatModels']['getDefault'](),_0x1c588f&&await _0x1bd76a['setModel'](_0x1c588f),_0x1bd76a['setWebSearch'](_0x3271ba),_0x1bd76a['setReasoning'](_0x1accc0),_0x23b2fa['addCurrentDocumentToChatContext'](),_0x239d2e?(this['_aiChatUI']['setPromptInputValue'](_0x117224),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x102293['sendMessage']({'message':_0x117224});}['_runReviewShortcut']({check:_0x4896ac,model:_0x48fb78,prompt:_0x35943f,params:_0x24a5e4}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new _0x58d4fd('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x33e773={'id':_0x4896ac,'isCustom':'custom'===_0x4896ac};_0x48fb78&&_0x35943f&&(_0x33e773['args']={'model':_0x48fb78,'prompt':_0x35943f}),_0x24a5e4&&(_0x33e773['params']=_0x24a5e4),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x33e773);}['_runTranslateShortcut']({language:_0x5bb25a}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new _0x58d4fd('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x5bb25a,'args':{'language':_0x5bb25a}});}}class io extends Lt{constructor(_0x5ecd7e){super(_0x5ecd7e);const _0x226921=_0x5ecd7e['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x226921,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x1c773a=this['editor']['plugins']['get']('AITabs')['view'];_0x1c773a['isVisible']=!_0x1c773a['isVisible'];}}class qt extends _0x15c7b1{static get['requires'](){return[pt];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x26fd8c=this['editor'];_0x26fd8c['commands']['add']('toggleAi',new io(_0x26fd8c)),_0x26fd8c['ui']['componentFactory']['add']('toggleAi',()=>{const _0x5593be=this['_createAIUIButton'](_0x1e4cb7);return _0x5593be['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x5593be;}),_0x26fd8c['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x23ad20=this['_createAIUIButton'](_0x2193c2);return _0x23ad20['set']({'role':'menuitemcheckbox'}),_0x23ad20;});}['_createAIUIButton'](_0xbb15bc){const _0x25b71e=this['editor'],_0x286d2c=_0x25b71e['commands']['get']('toggleAi'),_0x4ad51b=new _0xbb15bc(_0x25b71e['locale']);return _0x4ad51b['set']({'label':m(_0x25b71e['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0xb66712,'isToggleable':!0x0}),_0x4ad51b['bind']('isEnabled')['to'](_0x286d2c),_0x4ad51b['bind']('isOn')['to'](_0x286d2c,'value',_0x1d0180=>!!_0x1d0180),this['listenTo'](_0x4ad51b,'execute',()=>{_0x286d2c['execute']();}),_0x4ad51b;}}const nt=['applySuggestion','insertSuggestion','showNext','showPrevious'];class ls extends _0x4f00f9{['_errorView'];constructor(_0x45f3f2){super(_0x45f3f2),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x2cb5d6){this['showError'](_0x2cb5d6);}['showError'](_0x574bd8){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x574bd8,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x25356d=new _0x4f00f9(this['locale']),_0x20f417=new _0x4f00f9(this['locale']);return _0x20f417['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x25356d['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x5609c3=>!_0x5609c3)]},'children':[_0x20f417]}),_0x25356d;}}const at=0xa;class u extends _0x4c91f3{static get['requires'](){return[o];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_isUpdatingMarkers']=!0x1;['open'](_0x16584b){const {id:_0x10479a}=this['_currentConfig']??{};this['_currentConfig']=_0x16584b;const {id:_0x34c633}=this['_currentConfig'];this['isOpen']&&_0x10479a===_0x34c633?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x188a79=et(this['context'])['plugins']['get']('Dialog');_0x188a79['isOpen']&&this['_currentConfig']&&_0x188a79['id']===this['_currentConfig']['id']&&_0x188a79['hide']();}['_updateDialog'](){const _0x21c08b=et(this['context'])['plugins']['get']('Dialog'),{icon:_0x5c06fd,title:_0x16c512}=this['_currentConfig'];_0x21c08b['view']?.['headerView']&&(_0x21c08b['view']['headerView']['label']=_0x16c512,_0x21c08b['view']['headerView']['iconView']&&_0x5c06fd&&(_0x21c08b['view']['headerView']['iconView']['content']=_0x5c06fd)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x21c08b['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](o)['showFakeVisualSelection'](this['_currentConfig']['ranges'],'ai-balloon-'+this['_currentConfig']['index'],!0x0,!0x0);}['_hideFakeVisualSelection'](_0x32f406){this['context']['plugins']['get'](o)['hideFakeVisualSelection']('ai-balloon-'+_0x32f406);}['_showDialog'](){const _0x39d54d=et(this['context'])['plugins']['get']('Dialog'),{id:_0x335c43,title:_0x5cab09,icon:_0x549088,class:_0xd9fecd,mainView:_0x5e8702}=this['_currentConfig'];_0x5e8702['delegate'](...nt)['to'](this),_0x39d54d['show']({'title':_0x5cab09,'icon':_0x549088,'hasCloseButton':!0x0,'id':_0x335c43,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0xd9fecd||''),'content':_0x5e8702,'onShow':_0x3336aa=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener']();const _0x2c0cba=this['_getSelectionElements']();_0x2c0cba&&_0x2c0cba[0x0]&&st({'target':_0x2c0cba[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x3336aa['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x335c43});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](this['_currentConfig']['index']),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x335c43}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x547273,_0x3213fa){if(!_0x3213fa)return null;const _0x261ccd=this['_getSelectionElements']();if(!_0x261ccd||0x0===_0x261ccd['length'])return{'left':Math['round'](_0x3213fa['left']+_0x3213fa['width']/0x2-_0x547273['width']/0x2),'top':Math['round'](_0x3213fa['top']+_0x3213fa['height']/0x2-_0x547273['height']/0x2)};const _0x4bda6b=Math['round'](_0x3213fa['left']+_0x3213fa['width']/0x2-_0x547273['width']/0x2),_0x10725a=_0x261ccd['map'](_0x576e29=>new ot(_0x576e29)),_0x35abbf=_0x547273['height'];return{'left':_0x4bda6b,'top':this['_calculateOptimalTopPosition'](_0x10725a,_0x35abbf,_0x3213fa)};}['_calculateOptimalTopPosition'](_0x576b7f,_0x49bcc8,_0x13b2fd){const _0x55e5fa=new ot(it['window']),_0xb00c11=_0x576b7f['map'](_0x2376c8=>_0x2376c8['getVisible']())['filter'](_0x2f949f=>_0x2f949f),_0x37b66c=ot['getBoundingRect'](_0xb00c11);if(!_0x37b66c)return Math['round'](_0x13b2fd['top']+_0x13b2fd['height']/0x2);const _0x52bc21=_0x55e5fa['getIntersection'](_0x37b66c);if(!_0x52bc21)return Math['round'](_0x13b2fd['top']+_0x13b2fd['height']/0x2);const _0x53948c=_0x13b2fd['getVisible'](),_0x337b19=_0x53948c&&_0x37b66c['height']>_0x53948c['height'],_0x5421dd=_0x52bc21['top'],_0x1180f0=_0x52bc21['bottom'];if(_0x337b19){const _0x16a090=(_0x53948c||_0x55e5fa)['height']/0x2-_0x49bcc8/0x2,_0x58a926=_0x5421dd-at-_0x13b2fd['top'],_0x1407d5=_0x13b2fd['bottom']-_0x1180f0-at;return _0x58a926>=_0x49bcc8?Math['max'](at,_0x5421dd-_0x49bcc8-at):_0x1407d5>=_0x49bcc8?_0x1180f0+at:Math['max'](at,_0x16a090);}const _0x2f53db=_0x5421dd-_0x49bcc8,_0x4c17dc=_0x13b2fd['bottom']-_0x1180f0-at,_0x34bddb=_0x5421dd-at-_0x13b2fd['top'];let _0x480db1;if(_0x4c17dc>=_0x49bcc8)_0x480db1=_0x1180f0+at;else{if(_0x34bddb>=_0x49bcc8)_0x480db1=_0x2f53db-at;else _0x480db1=_0x5421dd+_0x37b66c['height']/0x2-_0x49bcc8/0x2;}return _0x480db1;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0xdf6b61=et(this['context']);this['listenTo'](_0xdf6b61['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x453b80,data:{newRange:_0x5d6080}}of _0xdf6b61['model']['document']['differ']['getChangedMarkers']())if(_0x453b80['startsWith'](a+':')&&(_0x5d6080&&(_0x5d6080['start']['isEqual'](_0x5d6080['end'])||'$graveyard'==_0x5d6080['root']['rootName'])||null==_0x5d6080)){const _0x513c8c=m(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x513c8c),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x47ec70=et(this['context']);this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x47ec70['model']['document']);}['_getSelectionElements'](){const _0x249f40=et(this['context']);return tt(_0x249f40['editing'],[..._0x249f40['model']['markers']['getMarkersGroup']('ai-selection'),..._0x249f40['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}}class us extends _0x49554f{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x522a73,_0x203cc5={}){super(_0x522a73),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x203cc5};const _0x1104fb=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x1104fb?'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'](_0x4c5c5f){this['showChangesButton']['isEnabled']=_0x4c5c5f;}['_setupRatingButtons'](){this['likeButton']=new _0x1e4cb7(this['locale']),this['likeButton']['set']({'icon':_0xc4806d,'label':m(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new _0x1e4cb7(this['locale']),this['dislikeButton']['set']({'icon':_0x13e5f2,'label':m(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new _0x1e4cb7(this['locale']),this['copyButton']['set']({'icon':_0x27240f,'label':m(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button','tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x1dd76e=new _0x34c834();_0x1dd76e['set']({'content':_0x3228b0}),_0x1dd76e['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied',setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button';},0x7d0);}),this['copyButton']['children']['add'](_0x1dd76e);}['_setupShowChangesButton'](){this['showChangesButton']=new _0x1e4cb7(this['locale']),this['showChangesButton']['set']({'icon':_0x522d82,'label':m(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':'ck-ai-button-tertiary'}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x53e080=>_0x53e080?_0x49c974:_0x522d82),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}}class lt extends ls{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x59c8fc,_0x3d5faa){super(_0x59c8fc);const _0x10c967=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new _0x5c8f71(),this['_keystrokes']=new _0x3c8954(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x34e257({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x3d5faa,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new as(_0x59c8fc),this['_partToolbarView']=new cs(_0x59c8fc,_0x3d5faa['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x3d5faa),this['_stateView']=new ws(_0x59c8fc),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new us(_0x59c8fc,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new ms(_0x59c8fc,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x34b074,_0x32e4c7,_0x3b8b03,_0x291f76)=>{let _0x32a5e3,_0x19ac8b;'pending'===_0x291f76?(_0x32a5e3=this['_partToolbarView'],_0x19ac8b=this['_stateView']):(_0x32a5e3=this['_stateView'],_0x19ac8b=this['_partToolbarView']),this['_stateView']['setState'](_0x3b8b03),_0x32a5e3['isVisible']=!0x1,_0x19ac8b['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x10c967['to']('_state',_0x4738ef=>'ck-ai-chat-balloon-main_state_'+_0x4738ef)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x3d5faa);});}['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'](_0x5be0a0){_0x5be0a0?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x5be0a0);}['setState'](_0x159e0d){this['_state']=_0x159e0d;}['showError'](_0x543ff6){super['showError'](_0x543ff6),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0xae33e2){super['showBlockingError'](_0xae33e2),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x482062){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x482062;}['togglePartToolbarEnabled'](_0x5609a0){this['_partToolbarView']['isEnabled']=_0x5609a0;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x1eb417,showSuggestButton:_0x4de384}){_0x1eb417=_0x1eb417&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x4de384=_0x4de384&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x1eb417,'showSuggestButton':_0x4de384});}['_createNextButtonView'](){const _0x5a4fb0=new _0x1e4cb7(this['locale']);return _0x5a4fb0['set']({'icon':_0x21ddfb,'label':m(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x5a4fb0['on']('execute',()=>{this['fire']('showNext');}),_0x5a4fb0;}['_createPreviousButtonView'](){const _0x28c071=new _0x1e4cb7(this['locale']);return _0x28c071['set']({'icon':_0x5ba620,'label':m(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x28c071['on']('execute',()=>{this['fire']('showPrevious');}),_0x28c071;}}class ms extends _0x4f00f9{constructor(_0x6a8f01,_0x39cd24){super(_0x6a8f01),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x39cd24});}}class Ot extends _0x15c7b1{static get['requires'](){return[_0x57a31c,u];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x185ae5){super(_0x185ae5),this['set']('showDiff',!0x1);}['open'](_0x35eb65){const _0x36b411=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x36b411['plugins']['get']('AIBalloon')['open']({..._0x35eb65,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x35eb65['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x35eb65['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x1f18c3){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x1f18c3);}['setState'](_0x144f1a){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x144f1a);}['_createChatBalloonView'](){const _0x3545e9=this['editor'],_0x4bc527=_0x3545e9['plugins']['get']('AIBalloon'),_0x39c4c9=_0x3545e9['commands']['get']('trackChanges');let _0x40ee31=_0x3545e9['config']['get']('ai.availableReplyActions')||[...S];_0x3545e9['plugins']['has']('TrackChanges')||(_0x40ee31=_0x40ee31['filter'](_0xb673f3=>'insertSuggestion'!=_0xb673f3));const _0x16120f=new lt(_0x3545e9['locale'],{'availableActions':_0x40ee31,'showApplyButton':!0x0,'showSuggestButton':!!_0x39c4c9});return _0x16120f['bind']('showDiff')['to'](this),_0x16120f['delegate'](...ut)['to'](this),_0x16120f['delegate']('showPrevious','showNext')['to'](this),_0x4bc527['delegate']('dialogClosed')['to'](this),_0x16120f['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x16120f['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x16120f['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x39c4c9&&_0x16120f['bind']('isTrackChangesOn')['to'](_0x39c4c9,'value'),_0x16120f['render'](),_0x16120f;}['_toggleRotatorButtonsInDialogHeader'](_0x528b19){const _0x1e5513=this['editor'],_0x42c674=_0x1e5513['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x528b19),_0x42c674['has'](this['_chatBalloonView']['previousButtonView'])||(_0x42c674['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x1e5513['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x42c674['remove'](this['_chatBalloonView']['previousButtonView']),_0x42c674['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class Ga extends _0x15c7b1{static get['requires'](){return[qt,Ot,zt];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Zt(_0x5a7ded){const {editor:_0x2ee290,action:_0x4aa5c8,withText:_0x586003=!0x1,withIcon:_0x405499=!0x0,isInDropdown:_0x21c198=!0x0,shouldPreventFocus:_0x1f46be=!0x1}=_0x5a7ded;return()=>{const _0x1d46ad=_0x2ee290['locale'],_0x2ae95c=new _0x1e4cb7(_0x1d46ad),_0xef299=_0x2ae95c['bindTemplate'];_0x21c198&&_0x2ae95c['extendTemplate']({'on':{'mouseenter':_0xef299['to'](()=>{_0x1f46be&&_0x1f46be()||_0x2ae95c['focus']();})}});const _0x475216=_0x4aa5c8['icon']??_0x4aa5c8['parent']?.['icon'];return _0x2ae95c['set']({'label':_0x4aa5c8['displayedPrompt'],'withText':_0x586003,'role':'menuitem','icon':_0x405499?_0x475216??_0x4fb5f7:void 0x0,'tooltip':!_0x586003,'class':'ck-ai-quick-actions-button','isEnabled':_0x4aa5c8['isEnabled']}),_0x2ae95c['on']('execute',()=>{_0x2ee290['editing']['view']['focus'](),_0x2ee290['commands']['execute']('aiQuickAction',_0x4aa5c8);}),_0x2ae95c;};}class Ps extends _0x5275d9{['arrowView'];constructor(_0x789bae,_0x4f0f3f){super(_0x789bae,_0x4f0f3f);const _0x2f7c27=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',_0x187586=>String(_0x187586)),'data-cke-tooltip-disabled':_0x2f7c27['to']('isOn')},'on':{'mouseenter':_0x2f7c27['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x53238e=new _0x34c834();return _0x53238e['content']=_0x43e3d1,_0x53238e['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x53238e;}}class Ls extends _0x57044f{['_allListItems'];['_allSearchableItems'];constructor(_0x21f2ce,_0x10aecb,_0x2ba838){super(_0x21f2ce),this['_allListItems']=_0x10aecb,this['_allSearchableItems']=_0x2ba838;}['filter'](_0x1001b1){if(!_0x1001b1)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0xcf59d1=_0x1001b1['source']['toLowerCase']()['trim'](),_0x126ca2=this['_allSearchableItems']['filter'](_0x2ee267=>(_0x2ee267['groupLabel']?_0x2ee267['label']+'\x20('+_0x2ee267['groupLabel']+')':_0x2ee267['label'])['toLowerCase']()['includes'](_0xcf59d1));return this['items']['clear'](),this['items']['addMany'](_0x126ca2['sort']((_0x20d94d,_0x54a8cd)=>{const _0x329ea4=_0x20d94d['groupLabel'],_0x3f59d2=_0x54a8cd['groupLabel'];return _0x329ea4||_0x3f59d2?_0x329ea4?0x1:-0x1:0x0;})['map'](_0x3e6050=>_0x3e6050['item'])),this['_highlightQuery'](_0xcf59d1,_0x126ca2),{'resultsCount':_0x126ca2['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x20c2c4,_0x12926e){if(!_0x20c2c4)return;const _0x4a693b=new RegExp(_0x5ebcd3(_0x20c2c4),'gi');_0x12926e['forEach'](_0x2957d0=>{_0x2957d0['highlightViews']&&_0x2957d0['highlightViews']['forEach'](_0x26edf0=>{'function'==typeof _0x26edf0['highlightText']&&_0x26edf0['highlightText'](_0x4a693b);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0xc9531=>{_0xc9531['highlightViews']&&_0xc9531['highlightViews']['forEach'](_0xbe1f6c=>{'function'==typeof _0xbe1f6c['highlightText']&&_0xbe1f6c['highlightText'](null);});});}}const Qs='menu',Gs='menuitem';class co extends _0x4f00f9{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];constructor(_0x1a49b9,_0x54059e,_0x3218cd,_0x4d319e,_0x407511=!0x1){const _0x8c623a=_0x1a49b9['locale'];super(_0x8c623a),this['_bodyCollection']=_0x4d319e,this['_hasSearch']=_0x407511;const _0x2273bc=this['_createListItems'](_0x1a49b9,_0x54059e,_0x3218cd);this['optionsListView']=new Ls(_0x8c623a,_0x2273bc,this['_allSearchableItems']),this['optionsListView']['role']=Qs,this['optionsListView']['items']['addMany'](_0x2273bc),this['focusTracker']=new _0x5c8f71(),this['keystrokes']=new _0x3c8954(),_0x407511&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x2273bc,this['focusCycler']=new _0x34e257({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x407511&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x1be58e=_0x407511&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x42190d(_0x1be58e),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x8c623a['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x174b13(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':m(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':m(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x172ff5=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x172ff5);}['_createListItems'](_0x536d26,_0x54ad37,_0x561272){const _0x2d91ed=new _0x42190d();return _0x54ad37['forEach'](_0x37f890=>{if('actions'in _0x37f890){const {listItem:_0x4c4866}=this['_createActionGroupButton'](_0x536d26,_0x37f890,_0x561272);_0x2d91ed['add'](_0x4c4866),_0x37f890['actions']['forEach'](_0x2f251c=>{this['_createActionButton'](_0x536d26,_0x2f251c,_0x37f890['label'],_0x37f890['icon']);const {listItem:_0x27a9ef,highlightViews:_0x208128}=this['_createSearchResultActionButton'](_0x536d26,_0x2f251c,_0x37f890['label'],_0x37f890['icon']);this['_allSearchableItems']['push']({'item':_0x27a9ef,'label':_0x2f251c['displayedPrompt'],'groupLabel':_0x37f890['label'],'highlightViews':_0x208128});});}else{const {listItem:_0x4fdd29}=this['_createActionButton'](_0x536d26,_0x37f890);_0x2d91ed['add'](_0x4fdd29);const _0x1664c4=_0x4fdd29['children']['first'];if(_0x1664c4){const {listItem:_0x5750e5,highlightViews:_0x554439}=this['_createSearchResultActionButton'](_0x536d26,_0x37f890);this['_allSearchableItems']['push']({'item':_0x5750e5,'label':_0x1664c4['label']||'','highlightViews':_0x554439});}}}),_0x2d91ed;}['_createActionButton'](_0x5db489,_0x420a37,_0x3a5cb0,_0x381e25){const _0x495226=new _0x4bde75(this['locale']);if(_0x3a5cb0&&_0x381e25){const _0xfaca60=new _0x1e4cb7(this['locale']),_0x13b0d9=_0xfaca60['bindTemplate'],_0x5bf0cb=new _0x165b24();_0x5bf0cb['text']=_0x420a37['displayedPrompt'];const _0x33e4db=new _0x165b24();_0x33e4db['text']=_0x3a5cb0;const _0x15dc4a=new _0x34c834();_0x15dc4a['content']=_0x381e25,_0x15dc4a['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x3d67fe=new _0x4f00f9(this['locale']);_0x3d67fe['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0xcb8fe5=new _0x4f00f9(this['locale']);return _0xcb8fe5['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0xfaca60['set']({'label':_0x420a37['displayedPrompt']+'\x20('+_0x3a5cb0+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1}),_0xfaca60['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group'],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x5bf0cb,_0x3d67fe,_0x15dc4a,_0x33e4db,_0xcb8fe5],'on':{'mouseenter':_0x13b0d9['to'](()=>{this['_isSearchFocused']()||_0xfaca60['focus']();}),'click':_0x13b0d9['to'](()=>{_0xfaca60['fire']('execute');})}}),_0xfaca60['on']('execute',()=>{_0x5db489['editing']['view']['focus'](),_0x5db489['commands']['execute']('aiQuickAction',_0x420a37);}),_0x495226['children']['add'](_0xfaca60),{'listItem':_0x495226,'highlightViews':[_0x5bf0cb,_0x33e4db]};}{const _0x336cfc=new _0x4f7064(),_0x588b66=new _0x1e4cb7(this['locale'],_0x336cfc),_0x4a00b8=_0x588b66['bindTemplate'],_0x961f04=_0x420a37['icon']??_0x420a37['parent']?.['icon'],_0x31658e=void 0x0!==_0x420a37['icon'];return _0x588b66['set']({'label':_0x420a37['displayedPrompt'],'withText':!0x0,'role':'menuitem','icon':_0x31658e?_0x961f04??_0x4fb5f7:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button'}),_0x588b66['extendTemplate']({'on':{'mouseenter':_0x4a00b8['to'](()=>{this['_isSearchFocused']()||_0x588b66['focus']();})}}),_0x588b66['on']('execute',()=>{_0x5db489['editing']['view']['focus'](),_0x5db489['commands']['execute']('aiQuickAction',_0x420a37);}),_0x495226['children']['add'](_0x588b66),{'listItem':_0x495226,'highlightViews':[_0x336cfc]};}}['_createSearchResultActionButton'](_0x55fffc,_0x200ed7,_0x26a8d1,_0x2edcbd){return _0x26a8d1&&_0x2edcbd?this['_createSearchResultGroupedActionButton'](_0x55fffc,_0x200ed7,_0x26a8d1,_0x2edcbd):this['_createSearchResultIndividualActionButton'](_0x55fffc,_0x200ed7);}['_createSearchResultGroupedActionButton'](_0x4518e8,_0x5475ca,_0x4548f8,_0x29d61f){const _0x247b8a=new _0x4bde75(this['locale']),_0x3191a7=new _0x1e4cb7(this['locale']),_0x1c1720=_0x3191a7['bindTemplate'],{view:_0xc42f6e,highlightView:_0x4f1c09}=this['_createSearchResultGroupRow'](_0x4548f8,_0x29d61f),{view:_0x4575fe,highlightView:_0x362e21}=this['_createSearchResultActionRow'](_0x5475ca['displayedPrompt']),_0x42fd24=this['_createSearchResultContentView'](_0xc42f6e,_0x4575fe);return _0x3191a7['set']({'label':_0x5475ca['displayedPrompt'],'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}),_0x3191a7['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'],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x42fd24],'on':{'mouseenter':_0x1c1720['to'](()=>{this['_isSearchFocused']()||_0x3191a7['focus']();}),'click':_0x1c1720['to'](()=>{this['_handleSearchResultButtonClick'](_0x3191a7);})}}),this['_setupActionButtonExecution'](_0x3191a7,_0x4518e8,_0x5475ca),_0x247b8a['children']['add'](_0x3191a7),{'listItem':_0x247b8a,'highlightViews':[_0x4f1c09,_0x362e21]};}['_createSearchResultIndividualActionButton'](_0x38e064,_0x117a0d){const _0x455772=new _0x4bde75(this['locale']),_0x4baddd=new _0x4f7064(),_0x5007b3=new _0x1e4cb7(this['locale'],_0x4baddd),_0x38817c=_0x5007b3['bindTemplate'];return _0x5007b3['set']({'label':_0x117a0d['displayedPrompt'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button'}),_0x5007b3['extendTemplate']({'on':{'mouseenter':_0x38817c['to'](()=>{this['_isSearchFocused']()||_0x5007b3['focus']();})}}),this['_setupActionButtonExecution'](_0x5007b3,_0x38e064,_0x117a0d),_0x455772['children']['add'](_0x5007b3),{'listItem':_0x455772,'highlightViews':[_0x4baddd]};}['_createSearchResultGroupRow'](_0x20b9ce,_0x325110){const _0x529956=new _0x4f00f9(this['locale']),_0x190ad6=new _0x34c834();_0x190ad6['content']=_0x325110,_0x190ad6['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x15b714=new _0x165b24();return _0x15b714['text']=_0x20b9ce,_0x529956['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x190ad6,_0x15b714]}),{'view':_0x529956,'highlightView':_0x15b714};}['_createSearchResultActionRow'](_0x2ca0b0){const _0x4612a0=new _0x4f00f9(this['locale']),_0x4968b1=new _0x165b24();return _0x4968b1['text']=_0x2ca0b0,_0x4612a0['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x4968b1]}),{'view':_0x4612a0,'highlightView':_0x4968b1};}['_createSearchResultContentView'](_0x430127,_0x5b1fcb){const _0x40a04e=new _0x4f00f9(this['locale']);return _0x40a04e['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x430127,_0x5b1fcb]}),_0x40a04e;}['_setupActionButtonExecution'](_0x41ffe6,_0xa2f1f1,_0x1e7496){_0x41ffe6['on']('execute',()=>{_0xa2f1f1['editing']['view']['focus'](),_0xa2f1f1['commands']['execute']('aiQuickAction',_0x1e7496);});}['_createActionGroupButton'](_0x5f0ba9,_0x4367b7,_0x37b0b0){const _0x645de8=new _0x4bde75(this['locale']),_0x3f2007=new _0x4f7064(),_0x482fdd=new Ps(this['locale'],_0x3f2007),_0x1c3a9a=_0x482fdd['bindTemplate'],_0x143d85=this['_getPanelKeystroke'](_0x37b0b0),_0xc8596c=this['_createGroupActionsList'](_0x5f0ba9,_0x4367b7['actions'],_0x37b0b0);_0x482fdd['set']({'label':_0x4367b7['label'],'withText':!0x0,'role':Gs,'icon':_0x4367b7['icon']??_0x4fb5f7,'isEnabled':_0x4367b7['actions']['some'](_0x5d6249=>_0x5d6249['isEnabled'])}),_0x482fdd['extendTemplate']({'on':{'mouseenter':_0x1c3a9a['to'](()=>{this['_isSearchFocused']()||_0x482fdd['focus']();})}});const _0x4d900e=new _0x3a6b06(this['locale']);return _0x4d900e['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x1c3a9a['to'](_0xc9db94=>{this['_handlePanelKeydown'](_0xc9db94,_0x143d85,_0x482fdd,_0x4d900e);})}}),_0x482fdd['bind']('isOn')['to'](_0x4d900e,'isVisible'),this['_bodyCollection']['add'](_0x4d900e),_0x4d900e['content']['add'](_0xc8596c),this['_setupGroupMenuBehavior'](_0x482fdd,_0x4d900e),_0x645de8['children']['add'](_0x482fdd),{'listItem':_0x645de8,'highlightView':_0x3f2007};}['_createGroupActionsList'](_0x28fda7,_0x13f25f,_0x45ed20){const _0x143867=new _0x57044f(this['locale']);return _0x143867['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x13f25f['forEach'](_0x1f4286=>{const _0x110c10=new _0x4bde75(this['locale']),_0x5e4a71=Zt({'editor':_0x28fda7,'action':_0x1f4286,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused']()})();_0x110c10['children']['add'](_0x5e4a71),_0x45ed20['focusTracker']['add'](_0x5e4a71),_0x143867['items']['add'](_0x110c10);}),_0x143867;}['_setupGroupMenuBehavior'](_0x2bfbc5,_0x5ccac9){const _0x3ee046=_0x2bfbc5['bindTemplate'],_0x39203a=this['_getButtonKeystroke'](_0x2bfbc5);_0x2bfbc5['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x3ee046['to'](()=>{this['_showNestedPanel'](_0x5ccac9,_0x2bfbc5);}),'mouseleave':_0x3ee046['to'](_0x5df12e=>{const _0x3572ec=_0x5df12e['relatedTarget'];this['_isMovingToNestedMenu'](_0x3572ec,_0x5ccac9)||this['_hideNestedPanel'](_0x5ccac9);}),'keydown':_0x3ee046['to'](_0x4a7fbe=>{_0x4a7fbe['key']==_0x39203a&&(this['_showNestedPanel'](_0x5ccac9,_0x2bfbc5),_0x5ccac9['content']['get'](0x0)['focus']());})}}),_0x5ccac9['on']('render',()=>{_0x5ccac9['element']?.['addEventListener']('mouseleave',_0x5a51f3=>{const _0x314a4a=_0x5a51f3['relatedTarget'];_0x2bfbc5['element']?.['contains'](_0x314a4a)||this['_isMovingToNestedMenu'](_0x314a4a,_0x5ccac9)||this['_hideNestedPanel'](_0x5ccac9);});});}['_showNestedPanel'](_0x25eb3a,_0x54a190){this['_openNestedPanels']['forEach'](_0x589f40=>{_0x589f40!==_0x25eb3a&&_0x589f40['isVisible']&&_0x589f40['hide']();}),_0x25eb3a['show'](),_0x25eb3a['pin']({'positions':[_0x5c6c47['eastSouth']],'target':_0x54a190['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x25eb3a);}['_hideNestedPanel'](_0x348c99){_0x348c99['hide'](),this['_openNestedPanels']['delete'](_0x348c99);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x3e1c8c=>_0x3e1c8c['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0xf909d5,_0x40c0c3){if(!_0xf909d5)return!0x1;if(_0x40c0c3['element']?.['contains'](_0xf909d5))return!0x0;const _0x1e13fb=_0xf909d5;return _0x1e13fb['closest']&&(null!==_0x1e13fb['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x1e13fb['closest']('.ck-ai-quick-actions-group-list')||null!==_0x1e13fb['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'](_0x3bde9b){return'rtl'===_0x3bde9b['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x4f9b22){return'rtl'===_0x4f9b22['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x40815b,_0x18bb95,_0x2f8dce,_0x1497a3){_0x40815b['key']==_0x18bb95&&(_0x2f8dce['focus'](),this['_hideNestedPanel'](_0x1497a3));}['_handleSearchResultButtonClick'](_0x2a0fb7){_0x2a0fb7['fire']('execute');}}function Xt(_0x4dd0eb){const {editor:_0x1317cd,content:_0x32c1c3,buttonDefinition:_0x318894,bodyCollection:_0x3c936e,hasSearch:_0x4edbf1=!0x1}=_0x4dd0eb;return()=>{const _0x3f6e25=_0x1317cd['locale'],_0x1ae5e3=_0x4f71f0(_0x3f6e25);_0x1ae5e3['buttonView']['set']({'icon':_0x318894['icon']??_0x4fb5f7,'label':_0x318894['label'],'tooltip':!0x0}),_0x1ae5e3['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x2f9578=new co(_0x1317cd,_0x32c1c3,_0x1ae5e3,_0x3c936e,_0x4edbf1);if(_0x1ae5e3['panelView']['children']['add'](_0x2f9578),_0x4edbf1){const _0x21498c='ai-quick-actions-dropdown-selection';_0x1ae5e3['on']('change:isOpen',(_0x6af86c,_0x1d3ee8,_0x4e0df1)=>{if(_0x4e0df1){if(_0x1317cd['plugins']['has']('AIEditing')){const _0x1c9f18=_0x1317cd['plugins']['get'](o),_0x498172=_0x1317cd['model']['document']['selection'],_0xcc0484=Array['from'](_0x498172['getRanges']());_0xcc0484['length']>0x0&&_0x1c9f18['showFakeVisualSelection'](_0xcc0484,_0x21498c,!0x1,!0x0);}}else _0x1317cd['plugins']['has']('AIEditing')&&_0x1317cd['plugins']['get'](o)['hideFakeVisualSelection'](_0x21498c),_0x2f9578['resetSearch']();});}return _0x1ae5e3;};}const ee='<task>For\x20given\x20selected\x20part\x20of\x20HTML\x20document\x20you\x20must\x20explain\x20the\x20meaning\x20of\x20it\x27s\x20content\x20clearly\x20and\x20in\x20plain\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20explanation.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ie='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20summarize\x20its\x20content\x20in\x20a\x20few\x20sentences,\x20keeping\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20summary.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>',ne='<task>For\x20the\x20given\x20selected\x20part\x20of\x20an\x20HTML\x20document\x20you\x20must\x20extract\x20and\x20present\x20the\x20key\x20points\x20from\x20its\x20content.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form.-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><constraints>1.\x20You\x20MUST\x20NOT\x20perform\x20any\x20edits\x20or\x20modifications\x20on\x20the\x20provided\x20document.2.\x20You\x20MUST\x20NOT\x20include\x20document\x20modifications\x20in\x20your\x20response.3.\x20Your\x20message\x20should\x20only\x20include\x20the\x20extracted\x20key\x20points.\x20Do\x20not\x20add\x20any\x20additional\x20text,\x20flattery,\x20questions\x20or\x20followup\x20suggestions.</constraints>';var Qt=function(_0x538cb3){return _0x538cb3['CHAT']='CHAT',_0x538cb3['ACTION']='ACTION',_0x538cb3['REVIEW']='REVIEW',_0x538cb3;}({}),Fa=function(_0x4808ba){return _0x4808ba['CHAT']='AIChat',_0x4808ba['ACTION']='AIActions',_0x4808ba['REVIEW']='AIReviewMode',_0x4808ba;}({});class ii extends _0x15c7b1{static get['requires'](){return[te,s];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){const _0x47ad40=await this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x47ad40),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x3043f5){return function(_0x1e7bad){const _0x5ebaec=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x1e7bad['uiLanguage']),_0x575d87=_0x5ebaec||'English',_0xa11633=[{'id':'ask-ai','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_ASK_AI'),'type':'CHAT','icon':Gt},{'id':'chat-commands','label':m(_0x1e7bad,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':Gt,'actions':[{'id':'explain','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':ee['replace']('%0',_0x575d87),'type':'CHAT'},{'id':'summarize','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ie['replace']('%0',_0x575d87),'type':'CHAT'},{'id':'highlight-key-points','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':ne['replace']('%0',_0x575d87),'type':'CHAT'}]},{'id':'improve-writing','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'ACTION','icon':Bt},{'id':'continue','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'ACTION','icon':Ft},{'id':'fix-grammar','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'ACTION','icon':Wt},{'id':'adjust-length','label':m(_0x1e7bad,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':Kt,'actions':[{'id':'make-shorter','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'ACTION'},{'id':'make-longer','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'ACTION'}]},{'id':'change-tone','label':m(_0x1e7bad,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':Yt,'actions':[{'id':'make-tone-casual','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'ACTION'},{'id':'make-tone-direct','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'ACTION'},{'id':'make-tone-friendly','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'ACTION'},{'id':'make-tone-confident','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'ACTION'},{'id':'make-tone-professional','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'ACTION'}]},{'id':'translate','label':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':Vt,'actions':[{'id':'translate-to-english','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'ACTION','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'ACTION','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'ACTION','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'ACTION','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'ACTION','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'ACTION','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'ACTION','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'ACTION','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'ACTION','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','displayedPrompt':m(_0x1e7bad,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'ACTION','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':m(_0x1e7bad,'AI_QUICK_ACTIONS_OTHER'),'icon':Jt,'actions':[]}];return _0xa11633;}(_0x3043f5);}async['_getDefaultAndCustomActions'](){const _0x50c3b2=ii['getDefaultQuickActions'](this['editor']['locale']),_0x3fc8ef=this['editor']['config']['get']('ai.quickActions.extraCommands')||[];let _0x5633ee=[];try{_0x5633ee=await new It({'connector':this['editor']['plugins']['get']('AIConnector'),'locale':this['editor']['locale']})['getAll']();}catch(_0x529ff3){const _0x1d988d=new _0x58d4fd('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x529ff3});gt(_0x1d988d['message']);}finally{const _0x45b7d0=_0x3fc8ef['map'](_0x546d43=>({..._0x546d43,'icon':void 0x0}));_0x50c3b2['find'](_0x4055eb=>'other'===_0x4055eb['id'])['actions']['push'](..._0x45b7d0),_0x50c3b2['forEach'](_0x5ad205=>{if('actions'in _0x5ad205)_0x5ad205['actions']['forEach'](_0xbb8e54=>{if(_0xbb8e54['isEnabled']=!!_0x5633ee['find'](_0xeb5f8c=>_0xeb5f8c['id']===_0xbb8e54['model'])||void 0x0===_0xbb8e54['model'],!_0xbb8e54['isEnabled']){const _0x3d8836=new _0x58d4fd('ai-quick-actions-unavailable-model',this,{'actionId':_0xbb8e54['id'],'modelId':_0xbb8e54['model']});gt(_0x3d8836['message']);}});else{if(_0x5ad205['isEnabled']=!!_0x5633ee['find'](_0x5cad86=>_0x5cad86['id']===_0x5ad205['model'])||void 0x0===_0x5ad205['model'],!_0x5ad205['isEnabled']){const _0x3ecd7b=new _0x58d4fd('ai-quick-actions-unavailable-model',this,{'actionId':_0x5ad205['id'],'modelId':_0x5ad205['model']});gt(_0x3ecd7b['message']);}}});}return _0x50c3b2;}['_initializeQuickActionsComponentsAndCommands'](){const _0x5ab0f6=new _0x566c6f(this['editor']['locale']);_0x5ab0f6['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x5ab0f6),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x5ab0f6);}['_initializeQuickActionsDropdown'](_0x24e918){const _0x115c1=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Xt({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x4fb5f7,'label':m(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x24e918,'hasSearch':_0x115c1}));}['_prepareQuickActionsDefinition'](_0x4ab484){this['_quickActionsDefinition']=_0x4ab484['map'](_0x31b0d4=>{if('actions'in _0x31b0d4){const _0x2790e6=_0x31b0d4;return{..._0x2790e6,'actions':_0x2790e6['actions']['map'](_0x46c781=>{const {actions:_0x773f83,..._0x22dea8}=_0x2790e6;return{..._0x46c781,'parent':_0x22dea8};})['filter'](_0x4f1c56=>this['_shouldIncludeAction'](_0x4f1c56))};}return _0x31b0d4;})['filter'](_0x166ce5=>'actions'in _0x166ce5?_0x166ce5['actions']['length']>0x0:this['_shouldIncludeAction'](_0x166ce5));}['_shouldIncludeAction'](_0x449805){const _0x18cb9f=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Fa[_0x449805['type']])&&!_0x18cb9f['includes'](_0x449805['id'])&&!('CHAT'===_0x449805['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0xd1404){this['_quickActionsDefinition']['forEach'](_0x3b3397=>{if('actions'in _0x3b3397){const _0x131760=Xt({'editor':this['editor'],'content':_0x3b3397['actions'],'buttonDefinition':_0x3b3397,'bodyCollection':_0xd1404});this['editor']['ui']['componentFactory']['add'](_0x3b3397['id'],_0x131760),_0x3b3397['actions']['forEach'](_0x51911e=>{const _0x5b5087=Zt({'editor':this['editor'],'action':_0x51911e});this['editor']['ui']['componentFactory']['add'](_0x51911e['id'],_0x5b5087);});}else{const _0x1b4790=Zt({'editor':this['editor'],'action':_0x3b3397,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1});this['editor']['ui']['componentFactory']['add'](_0x3b3397['id'],_0x1b4790);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x1acbdb=>{const _0x50cf4a=new _0x4f89bd(_0x1acbdb),_0x11ba13=m(_0x1acbdb,'AI_QUICK_ACTIONS_HEADING');_0x50cf4a['buttonView']['set']({'label':_0x11ba13,'icon':_0x4fb5f7});const _0x562e95=new _0x2f3751(_0x1acbdb);_0x562e95['set']({'ariaLabel':_0x11ba13,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x5386e8=>{if('actions'in _0x5386e8){const _0x4ad5d0=_0x5386e8,_0x4bf555=new _0x5c8a28(_0x1acbdb,_0x50cf4a),_0x3b90d6=new _0x4f89bd(_0x1acbdb),_0x4a40fc=new _0x2f3751(_0x1acbdb);_0x3b90d6['buttonView']['set']({'label':_0x4ad5d0['label'],'icon':_0x4ad5d0['icon']}),_0x4ad5d0['actions']['forEach'](_0x28af3f=>{const _0x3c1cdd=new _0x5c8a28(_0x1acbdb,_0x3b90d6),_0x3ec3f8=new _0x2193c2(_0x1acbdb);_0x3ec3f8['set']({'label':_0x28af3f['displayedPrompt'],'icon':_0x28af3f['icon'],'role':'menuitem','isEnabled':_0x28af3f['isEnabled']}),_0x3ec3f8['on']('execute',()=>{this['_executeQuickAction'](_0x28af3f);}),_0x3ec3f8['delegate']('execute')['to'](_0x3b90d6),_0x3c1cdd['children']['add'](_0x3ec3f8),_0x4a40fc['items']['add'](_0x3c1cdd);}),_0x3b90d6['panelView']['children']['add'](_0x4a40fc),_0x4bf555['children']['add'](_0x3b90d6),_0x562e95['items']['add'](_0x4bf555);}else{const _0x5916ee=_0x5386e8,_0x171de3=new _0x5c8a28(_0x1acbdb,_0x50cf4a),_0x4e2c8e=new _0x2193c2(_0x1acbdb);_0x4e2c8e['set']({'label':_0x5916ee['displayedPrompt'],'icon':_0x5916ee['icon'],'role':'menuitem','isEnabled':_0x5916ee['isEnabled']}),_0x4e2c8e['on']('execute',()=>{this['_executeQuickAction'](_0x5916ee);}),_0x4e2c8e['delegate']('execute')['to'](_0x50cf4a),_0x171de3['children']['add'](_0x4e2c8e),_0x562e95['items']['add'](_0x171de3);}});const _0x123995=Object['values'](Fa)['some'](_0x28e80b=>this['editor']['plugins']['has'](_0x28e80b));return _0x50cf4a['set']({'isEnabled':_0x123995}),_0x50cf4a['panelView']['children']['add'](_0x562e95),_0x50cf4a;});}['_executeQuickAction'](_0x26be8f){const _0x3eae46=this['editor'];_0x3eae46['editing']['view']['focus'](),_0x3eae46['commands']['execute']('aiQuickAction',_0x26be8f);const _0x40fd14=_0x3eae46['ui']['view']['menuBarView'];_0x40fd14&&_0x40fd14['close']&&_0x40fd14['close']();}}class ci extends Lt{['execute'](_0x3464de){switch(this['_expandSelectionIfCollapsed'](),_0x3464de['type']){case Qt['CHAT']:if(!this['editor']['plugins']['has']('AIChat')){const _0x5f3a6e=m(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new _0x58d4fd('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x5f3a6e});}this['_handleAIChatAction'](_0x3464de);break;case Qt['ACTION']:if(!this['editor']['plugins']['has']('AIActions')){const _0x549b25=m(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new _0x58d4fd('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x549b25});}this['_handleAIActionsAction'](_0x3464de);break;case Qt['REVIEW']:if(!this['editor']['plugins']['has']('AIReviewMode')){const _0x84aa28=m(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIReviewMode');throw new _0x58d4fd('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x84aa28});}this['_handleAIReviewAction'](_0x3464de);}}async['_handleAIChatAction'](_0x20e3e0){const _0x311e8e=this['editor']['plugins']['get']('AIChat'),_0x41784e=this['editor']['plugins']['get']('AIChatController'),_0x57816c=this['editor']['plugins']['get']('AITabs')['view'];if(_0x57816c['isVisible']||(_0x57816c['isVisible']=!0x0),'chat'!==_0x57816c['activeTab']&&_0x57816c['activateTab']('chat'),'ask-ai'===_0x20e3e0['id'])_0x41784e['removeSelectionFromChatContext'](),await _0x311e8e['addSelectionToChatContext'](),_0x311e8e['focusPromptInput']();else await _0x311e8e['startConversation'](),_0x41784e['removeSelectionFromChatContext'](),await _0x311e8e['addSelectionToChatContext'](),_0x311e8e['focusPromptInput'](),await _0x311e8e['sendMessage']({'message':_0x20e3e0['prompt']||_0x20e3e0['displayedPrompt'],'attributes':{'quickActionData':{'id':_0x20e3e0['id']},'displayedPrompt':_0x20e3e0['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x405b20=this['editor'],_0x4b36c0=_0x405b20['model']['document']['selection'];if(!_0x4b36c0['isCollapsed'])return;const _0x27a4e4=_0x36e963(_0x4b36c0['getSelectedBlocks']())||_0x405b20['model']['schema']['getLimitElement'](_0x4b36c0);_0x405b20['model']['change'](_0x7700ce=>{_0x7700ce['setSelection'](_0x27a4e4,'in');});}['_handleAIActionsActionLabel'](_0x3ad3db){return _0x3ad3db['parent']?.['label']&&'other'!==_0x3ad3db['parent']?.['id']?_0x3ad3db['parent']['label']+':\x20'+_0x3ad3db['displayedPrompt']:_0x3ad3db['displayedPrompt'];}async['_handleAIActionsAction'](_0x4486fa){const _0xdeabed=this['editor']['plugins']['get']('AIActions'),_0x12c51b=_0x4486fa['prompt']?{'userMessage':_0x4486fa['prompt'],'model':_0x4486fa['model']}:{'actionName':_0x4486fa['actionName']||_0x4486fa['id'],'args':_0x4486fa['args']},_0x67c5cc=this['_handleAIActionsActionLabel'](_0x4486fa);await _0xdeabed['executeAction'](_0x12c51b,_0x67c5cc,_0x4486fa['icon']);}async['_handleAIReviewAction'](_0x1bb553){console['log']('handleAIReviewAction',_0x1bb553);}}class ti extends _0x15c7b1{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x480434=this['editor'],_0xfb5596=new ci(this['editor']);if(_0x480434['commands']['add']('aiQuickAction',_0xfb5596),_0x480434['plugins']['has']('AIChat')){const _0x373fb7=this['editor']['plugins']['get']('AIChat');_0x480434['model']['document']['selection']['on']('change:range',(_0x42a8ce,_0x4ee75a)=>{_0x4ee75a['directChange']&&_0x373fb7['removeSelectionFromChatContext']();});}}}class De extends Ge{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x4bed1d=this['documentContextContent']['children']['map'](_0x584046=>({'node':_0x584046,'id':At(_0x584046,'data-id')})),_0x506fa1=this['parsedMergedContent']['children']['map'](_0x248b7a=>({'node':_0x248b7a,'id':At(_0x248b7a,'data-id')||_0xdd667e()})),_0x21465a=_0x47eeea(_0x4bed1d,_0x506fa1,{'comparator':(_0x47ba90,_0x54035a)=>_0x47ba90['id']==_0x54035a['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x21465a['length']&&_0x21465a[_0x21465a['length']-0x1]['removed'];)_0x21465a['pop']();}const _0x27a84e=_0x21465a['map'](_0x305080=>{const _0x15c343=_0x305080['added']?'new':_0x305080['removed']?'removed':'modified';return{'node':_0x305080['value'][0x0]['node'],'type':_0x15c343,'id':_0x305080['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x27a84e,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x245303,_0x44a72f){return _0x44a72f;}}class h extends xe{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;constructor(_0x47dff1){super(_0x47dff1),this['content']=_0x47dff1['content'],this['version']=_0x47dff1['version'],this['actionName']=_0x47dff1['actionName'],this['args']=_0x47dff1['args'],this['userMessage']=_0x47dff1['userMessage'],this['model']=_0x47dff1['model'];}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':qe['TEXT'],'content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x54f74c){const _0x3e9ce0=new De({'editor':this['editor'],'documentContextContent':this['content'],..._0x54f74c});return this['replies']['push'](_0x3e9ce0),_0x3e9ce0['delegate'](...ye)['to'](this),this['fire']('replyCreated',_0x3e9ce0),_0x3e9ce0;}}class Bn extends _0x49554f{constructor(_0xbfaac3,_0x439df0=!0x0,_0x211af1=!0x0){super(_0xbfaac3),this['set']('isEnabled',!0x1),_0x439df0&&(this['applyButton']=this['_createButton'](m(_0xbfaac3,'AI_BALLOON_APPLY_BUTTON'),'ck-ai-button-primary'),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x211af1&&(this['suggestButton']=this['_createButton'](m(_0xbfaac3,'AI_BALLOON_SUGGEST_BUTTON'),_0x439df0?'ck-ai-button-secondary':'ck-ai-button-primary'),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x439df0,'showSuggestButton':_0x211af1}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x1b4c41,showSuggestButton:_0x5e5c92}){this['applyButton']&&(this['applyButton']['isVisible']=_0x1b4c41),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x5e5c92);}['_createButton'](_0x5c6810,_0x2de5cf){const _0x59d075=new _0x1e4cb7(this['locale']);return _0x59d075['set']({'label':_0x5c6810,'class':_0x2de5cf,'isVisible':!0x0,'withText':!0x0}),_0x59d075;}}class yn extends _0x4f00f9{constructor(_0x1176b1){super(_0x1176b1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':m(_0x1176b1,'AI_DISCLAIMER_TEXT')}]}]});}}class Nn extends _0x4f00f9{constructor(_0x5059da){super(_0x5059da),this['set']('isVisible',!0x0);const _0x58e259=new li('small');_0x58e259['isVisible']=!0x0;const _0x25959e=new _0x4f00f9(this['locale']);_0x25959e['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[m(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x466259=>!_0x466259)]},'children':[_0x58e259,_0x25959e]});}}class v extends ls{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x20a02b,_0x5d1945){super(_0x20a02b),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x5d1945,this['_focusTracker']=new _0x5c8f71(),this['_keystrokes']=new _0x3c8954(),this['_focusables']=this['createCollection'](),this['focusCycler']=new _0x34e257({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x42190d(),this['_addContentWrapper'](_0x5d1945),this['_addDisclaimerView'](),this['_addToolbar'](_0x5d1945),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'](_0x5d1945);});}['render'](){super['render']();for(const _0x3c15ce of this['_focusables'])this['_focusTracker']['add'](_0x3c15ce['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x165d77){-0x1===_0x165d77?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0xdd0a45){this['_isLoading']=_0xdd0a45;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0xd8fcf6){super['showError'](_0xd8fcf6),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x4d4e45){super['showBlockingError'](_0x4d4e45),this['setErrorState']();}['addMiniToolbarItem'](_0x3a70f4){this['_miniToolbarView']['items']['has'](_0x3a70f4)||this['_miniToolbarView']['items']['add'](_0x3a70f4);}['removeMiniToolbarItem'](_0x3daf2c){this['_miniToolbarView']['items']['has'](_0x3daf2c)&&this['_miniToolbarView']['items']['remove'](_0x3daf2c);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x2e930c,showSuggestButton:_0x18ad9e}){_0x2e930c=_0x2e930c&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x18ad9e=_0x18ad9e&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x2e930c,'showSuggestButton':_0x18ad9e});}async['updateContent'](_0x375375){await this['_streamableContentView']['update'](_0x375375);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x3e3a1e){this['_contentWrapper']=new _0x4f00f9(this['locale']),this['_contentWrapper']['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content-wrapper']},'children':[this['_createLoaderView'](),this['_createStreamableContentView']()]},this['_createMiniToolbar'](_0x3e3a1e['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new yn(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x162ea8,showSuggestButton:_0x27e746}){this['_toolbarView']=new Bn(this['locale'],_0x162ea8,_0x27e746),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',(_0x4b5fe9,_0x6865eb,_0x4f4fd3)=>!(_0x4b5fe9||_0x6865eb||_0x4f4fd3)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x162ea8,'showSuggestButton':_0x27e746}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0x595058){return this['_miniToolbarView']=new us(this['locale'],_0x595058),this['_miniToolbarView']['delegate'](...ut)['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',(_0x1cb3ee,_0x1d93ad)=>!(_0x1cb3ee||_0x1d93ad)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new Nn(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new as(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0x5bb510=new _0x1e4cb7(this['locale']),_0x518aa2=new _0x1e4cb7(this['locale']),_0x2b7dc5=new Ln(this['locale']),_0x560c85=new _0x1e4cb7(this['locale']);_0x5bb510['set']({'icon':_0x3b636d,'label':m(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button'}),_0x518aa2['set']({'icon':_0x2d923c,'tooltip':m(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button'}),_0x560c85['set']({'icon':_0x4fb790,'tooltip':m(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button'}),_0x5bb510['bind']('isEnabled')['to'](this,'isBusy',_0x5281ca=>!_0x5281ca),_0x5bb510['on']('execute',()=>{this['fire']('tryAgain');}),_0x518aa2['bind']('isEnabled')['to'](this,'isBusy',_0x4252a6=>!_0x4252a6),_0x518aa2['on']('execute',()=>{this['fire']('showPrevious');}),_0x560c85['bind']('isEnabled')['to'](this,'isBusy',_0x2fa096=>!_0x2fa096),_0x560c85['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x518aa2,this['_navigationCounter']=_0x2b7dc5,this['_navigationNextButton']=_0x560c85,this['_navigationTryAgainButton']=_0x5bb510;}['updateMiniToolbarButtons'](_0x20344c,_0x24a262){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x24bc4a=_0x20344c>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x24bc4a){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x13c90f=_0x20344c-_0x24a262;this['_navigationCounter']['setInteractionCount'](_0x13c90f+'/'+_0x20344c),this['_navigationPreviousButton']['isEnabled']=_0x24a262<_0x20344c-0x1,this['_navigationNextButton']['isEnabled']=_0x24a262>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'](_0x14fe6e){this['_isLoading']=_0x14fe6e;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0x742955=this['_getScrollableElement']();_0x742955&&!this['_scrollManager']&&(this['_scrollManager']=new $e(_0x742955));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class Ln extends _0x4f00f9{constructor(_0x4abbac){super(_0x4abbac);const _0x23d8b1=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x23d8b1['to']('interactionCount')}]});}['setInteractionCount'](_0x3ed7f2){this['set']('interactionCount',_0x3ed7f2);}}class ri extends _0x15c7b1{static get['requires'](){return[s,_0x57a31c,o,u,_0x510327];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_promiseQueue'];['_bodyCollection'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}['_actionsBalloonView'];constructor(_0x4a3ebc){super(_0x4a3ebc),this['_bodyCollection']=new _0x566c6f(this['editor']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new g();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x314279,_0x2ac2ca,_0x851d38){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x44fa65,anchorData:_0x138dbf}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x314279,_0x44fa65,_0x138dbf,_0x2ac2ca,_0x851d38);}}const {modelFragment:_0x137890,anchorData:_0x1d6a0c}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x314279,_0x137890,_0x1d6a0c,_0x2ac2ca,_0x851d38);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x574740=this['editor']['plugins']['has']('TrackChanges');let _0x21a56d=this['editor']['config']['get']('ai.availableReplyActions')||[...S];_0x574740||(_0x21a56d=_0x21a56d['filter'](_0x58da50=>'insertSuggestion'!=_0x58da50));const _0x2b7723=this['editor']['commands']['get']('trackChanges'),_0x2b3224=new v(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x574740,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x21a56d});return _0x2b3224['bind']('isBusy')['to'](this),_0x2b7723&&_0x2b3224['bind']('isTrackChangesOn')['to'](_0x2b7723,'value'),_0x2b3224['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x2b3224['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x2b3224['on']('showNext',()=>{this['_navigateToNext']();}),_0x2b3224;}['_getExecuteDataRegular'](){const _0x1b8c40=this['editor']['model']['document']['selection'];if(_0x1b8c40['isCollapsed']){const _0x1c5111=_0x36e963(_0x1b8c40['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x1b8c40);this['editor']['model']['change'](_0x79fca5=>{_0x79fca5['setSelection'](_0x1c5111,'in');});}const _0x47f05c=_0x1b8c40['getFirstRange'](),_0x11aa41=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x1b8c40),_0x47f05c['start'],_0x47f05c['end']);this['_copyMarkersToFragment'](_0x11aa41,_0x1b8c40,{'isTableSelection':!0x1});const _0x4182fe=_0x1b8c40['getFirstRange']()['start'],_0x37996c=new Map();let _0x56b585=_0x11aa41;for(let _0x463dd2=0x0;_0x463dd2<_0x4182fe['path']['length'];_0x463dd2++)_0x37996c['set'](_0x56b585,_0x4182fe['path'][_0x463dd2]),_0x56b585=_0x56b585['getChild'](0x0);return{'modelFragment':_0x11aa41,'anchorData':_0x37996c};}['_getExecuteDataInTable'](){const _0x5436d3=this['editor']['model']['document']['selection'],_0x119204=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0x4deb05=_0x5436d3['getFirstRange']()['start']['parent']['parent'],_0x1566a3=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x4deb05),this['editor']['model']['createPositionAfter'](_0x4deb05)),_0x45b264=this['_wrapWithCommonAncestors'](_0x119204,_0x1566a3['start'],_0x1566a3['end']);this['_copyMarkersToFragment'](_0x45b264,_0x5436d3,{'isTableSelection':!0x0});const _0x2ef760=_0x5436d3['getFirstRange']()['start'],_0x2358d5=new Map();let _0xfdc458=_0x45b264;for(let _0x2f361d=0x0;_0x2f361d<_0x2ef760['path']['length'];_0x2f361d++)if(_0x2358d5['set'](_0xfdc458,_0x2ef760['path'][_0x2f361d]),_0x2f361d<_0x2ef760['path']['length']-0x1)_0xfdc458=_0xfdc458['getChild'](0x0);else{let _0x3b18f3=_0xfdc458['nextSibling'];for(;_0x3b18f3;)_0x2358d5['set'](_0x3b18f3,_0x2ef760['path'][_0x2f361d]),_0x3b18f3=_0x3b18f3['nextSibling'];}return{'modelFragment':_0x45b264,'anchorData':_0x2358d5};}async['_executeAction'](_0x10400,_0x321ecf,_0x2579d8,_0x2570da,_0x5295d9){const _0x4177f0=this['editor']['plugins']['get'](o),_0x3cdcc1=this['editor']['plugins']['get'](u),_0x5dfaf5=this['editor']['model']['document']['selection'],_0xd8e1ef=await _0x4177f0['modelToDataWithIds'](_0x321ecf),_0x39d4bc=this['editor']['model']['document']['version'],_0x225c9a=[..._0x5dfaf5['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_actionsBalloonView']['clearContent'](),_0x3cdcc1['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x2570da,'icon':_0x5295d9||_0x4fb5f7,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x225c9a,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x3cdcc1),this['_interactionParams']={'action':_0x10400,'content':_0xd8e1ef,'version':_0x39d4bc,'aiBalloon':_0x3cdcc1,'modelFragment':_0x321ecf,'anchorData':_0x2579d8},this['_setupApplyListeners'](),this['listenTo'](_0x3cdcc1,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x3cdcc1,'dialogClosed',(_0x31cda3,{id:_0x2c1640})=>{if('aiActionsBalloon'===_0x2c1640){if(this['_interaction']&&this['_interaction']['replies']['length']>0x0){const _0x112067=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1],_0x316b44=_0x112067['changeGroups'][0x0];_0x316b44&&'pending'===_0x316b44['state']&&_0x112067['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x3cdcc1);}}),this['_createInteraction'](_0xd8e1ef,_0x39d4bc,_0x3cdcc1,_0x10400);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x38f2ed,anchorData:_0x4064a3}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x38f2ed,_0x4064a3,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x38f2ed,_0x4064a3,!0x0);});}['_wrapWithCommonAncestors'](_0x727cdf,_0x1306ae,_0x408155){const _0x30a54a=this['editor']['model']['createRange'](_0x1306ae,_0x408155)['getCommonAncestor'](),_0x3efb97=_0x30a54a['is']('documentFragment')?[]:_0x30a54a['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x3efb97['length']){const _0x2c4de0=_0x3efb97['map'](_0x22aeb4=>_0x22aeb4['_clone'](!0x1));for(let _0x1a2945=0x1;_0x1a2945<_0x2c4de0['length'];_0x1a2945++)_0x2c4de0[_0x1a2945-0x1]['_appendChild'](_0x2c4de0[_0x1a2945]);return _0x2c4de0[_0x2c4de0['length']-0x1]['_appendChild'](_0x727cdf),new _0xed521a(_0x2c4de0[0x0]);}return _0x727cdf;}['_copyMarkersToFragment'](_0x2108c9,_0x408349,_0x58b04f={'isTableSelection':!0x1}){const _0x29da9b=this['editor']['model'],_0x4f5509=Array['from'](_0x408349['getRanges']()),_0x4553fc=_0x408349['getFirstRange']()['start'];for(const _0x14042d of _0x29da9b['markers']){if(_0x14042d['name']['startsWith'](a)||!_0x14042d['affectsData'])continue;const _0x2ed0c2=_0x14042d['getRange']();if(!_0x4f5509['some'](_0x18d19c=>_0x18d19c['containsRange'](_0x2ed0c2,!0x0)))continue;const _0x29de83=this['_regularCalculateMarkerPath'](_0x2ed0c2['start'],_0x4553fc,_0x58b04f['isTableSelection']),_0x506523=this['_regularCalculateMarkerPath'](_0x2ed0c2['end'],_0x4553fc,_0x58b04f['isTableSelection']),_0x3fb0c5=_0x29da9b['createPositionFromPath'](_0x2108c9,_0x29de83),_0x1f97e8=_0x29da9b['createPositionFromPath'](_0x2108c9,_0x506523);if(!_0x3fb0c5['isEqual'](_0x1f97e8)){const _0xc0570=_0x29da9b['createRange'](_0x3fb0c5,_0x1f97e8);_0x2108c9['markers']['set'](_0x14042d['name'],_0xc0570);}}}['_regularCalculateMarkerPath'](_0x4621dd,_0xe454c0,_0x3b13ce=!0x1){const _0x170ba9=[..._0x4621dd['path']['slice']()];for(let _0xccd389=0x0;_0xccd389<Math['max'](_0xe454c0['path']['length'],_0x4621dd['path']['length']);_0xccd389++){const _0x1624b5=_0xe454c0['path'][_0xccd389]||0x0,_0x3df424=(_0x4621dd['path'][_0xccd389]||0x0)-_0x1624b5;if(_0x170ba9[_0xccd389]=_0x3df424,0x0!==_0x3df424&&!_0x3b13ce)break;}return _0x170ba9;}async['_createInteraction'](_0x56cb16,_0x49a101,_0x5af3fd,_0x5cbdc1){const _0x101e6d=this['editor'];this['_interactionParams']||(this['_interactionParams']={'action':_0x5cbdc1,'content':_0x56cb16,'version':_0x49a101,'aiBalloon':_0x5af3fd,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map()});const _0x114a6b=new h({'connector':this['_aiConnector'],'editor':_0x101e6d,'content':_0x56cb16,'version':_0x49a101,..._0x5cbdc1});this['_interactions']['push'](_0x114a6b);const _0x53666c=(_0x818c5b,_0x3d6f51=!0x1,_0x5cd290='streaming')=>this['_promiseQueue']['enqueue'](async _0x458363=>{try{const _0x12006d=f({'editor':_0x101e6d,'changeGroups':_0x818c5b['changeGroups'],'documentContextContent':_0x818c5b['documentContextContent'],'showDiff':_0x3d6f51,'trimUnchanged':!0x1});_0x12006d['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x12006d[0x0],'renderingStrategy':_0x5cd290,'abortSignal':_0x458363});}catch(_0x5f29e5){if(this['_isAbortError'](_0x5f29e5))return;throw _0x5f29e5;}});this['_interaction']['on']('replyCreated',(_0xa6a169,_0xf7566)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x53666c(_0xf7566)['catch'](_0x35e0cf=>{this['_isAbortError'](_0x35e0cf)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x35e0cf),this['_setErrorState'](_0x114a6b));});}),this['_interaction']['on']('replyContentUpdated',(_0x300270,_0x54e64c)=>{_0x53666c(_0x54e64c)['catch'](_0x43350c=>{this['_isAbortError'](_0x43350c)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x43350c),this['_setErrorState'](_0x114a6b));});}),this['_interaction']['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x3ee9bf){this['_isAbortError'](_0x3ee9bf)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x3ee9bf),this['_setErrorState'](_0x114a6b));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x50f5a3,{showDiff:_0x5a828d})=>{try{this['_balloonShowDiff']=_0x5a828d;const _0x2de7bd=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x2de7bd&&await _0x53666c(_0x2de7bd,_0x5a828d,'static');}catch(_0x1d07c9){this['_isAbortError'](_0x1d07c9)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x1d07c9),this['_setErrorState'](_0x114a6b));}}),this['_interaction']['on']('replyChangeGroupStateUpdated',(_0x3aae7f,{reply:_0x36b235})=>{const _0x57f60b={'positiveCount':_0x36b235['changeGroups']['filter'](_0x3c86bc=>'accepted'===_0x3c86bc['state'])['length'],'totalCount':_0x36b235['changeGroups']['length']},_0x2e869e=this['_interaction']['actionCallId'],_0x1f6d9f=this['_interaction']['actionName'];_0x1f6d9f?this['_aiConnector']['upsertAIActionRating'](_0x1f6d9f,_0x2e869e,_0x57f60b):this['_aiConnector']['upsertCustomAIActionRating'](_0x2e869e,_0x57f60b);}),this['_setLoadingState']();try{const _0x5a5a5f=await this['_interaction']['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x5a5a5f;}catch(_0x1ba143){if(this['_isAbortError'](_0x1ba143))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x114a6b);}}['_applyChanges'](_0x3acc1d,_0x25efcd,_0x1378a7){const _0x4ea31f=this['editor'];if(_0x1378a7&&!_0x4ea31f['plugins']['has']('TrackChanges'))throw new _0x58d4fd('ai-no-track-changes',null);const _0x2f411=this['editor']['plugins']['get'](_0x510327),_0x6c6de8=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x6c6de8||!_0x6c6de8['replies']['length'])return;const _0x420fe2=_0x6c6de8['replies'][_0x6c6de8['replies']['length']-0x1],_0xc3f0f0=_0x420fe2['changeGroups'];_0x420fe2['setChangeGroupState'](0x0,'accepted');let _0x416f51=y({'editor':_0x4ea31f,'reply':_0x420fe2,'interaction':_0x6c6de8,'groups':_0xc3f0f0,'transform':!0x1,'documentCompare':_0x2f411,'documentCompareOptions':{'anchor':_0x4ea31f['model']['createPositionAt'](_0x3acc1d,0x0),'markDeletions':_0x1378a7}});_0x416f51=this['_filterOperationsOutsideRange'](_0x416f51,_0x25efcd);for(const _0x40d26c of _0x416f51)this['_anchorOperation'](_0x25efcd,_0x40d26c,_0x4ea31f['model']['document']['getRoot']());const _0x2e04d2=_0x6c6de8['getDocumentContext']()['version'],_0x3edba4=_0x4ea31f['model']['document']['history']['getOperations'](_0x2e04d2),_0x211156={'document':_0x4ea31f['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x5ab466=_0x1a47a5(_0x416f51,_0x3edba4,_0x211156)['operationsA'];_0x4ea31f['model']['change'](_0xdca490=>{if(_0xdca490['setSelection'](_0x4ea31f['model']['document']['selection']['focus']),_0x1378a7)_0x4ea31f['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x5ab466);else{for(const _0x4a3111 of _0x5ab466)_0x4a3111['baseVersion']=_0x4ea31f['model']['document']['version'],d(_0x4ea31f,_0x4a3111),_0xdca490['batch']['addOperation'](_0x4a3111),_0x4ea31f['model']['applyOperation'](_0x4a3111);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x2dbd8a,_0x50e0a2){return _0x2dbd8a['filter'](_0x299e63=>{if('rename'==_0x299e63['type']){const _0xa456e1=_0x299e63['position']['nodeAfter'];return!_0x50e0a2['has'](_0xa456e1);}if(_0x299e63['type']['indexOf']('Attribute')>-0x1){const _0x49b95e=_0x299e63['range']['start']['nodeAfter'];return!_0x50e0a2['has'](_0x49b95e);}return!0x0;});}['_anchorOperation'](_0x46964f,_0xe72907,_0xa9212b){const _0x219217=_0xe72907['clone']();for(const _0x41fa72 in _0xe72907){const _0x4028ef=_0xe72907[_0x41fa72];_0x4028ef instanceof _0x2b9aa0?_0xe72907[_0x41fa72]=new _0x2b9aa0(_0x221b4b(_0x4028ef['start']),_0x221b4b(_0x4028ef['end'])):_0x4028ef instanceof _0x1cd1ff&&(_0xe72907[_0x41fa72]=_0x221b4b(_0x4028ef));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x219217['type'])){if(_0x219217['isDocumentOperation']=!0x1,_0x219217['baseVersion']=null,'remove'==_0x219217['type']){const _0xf40b35=_0x219217['sourcePosition'],_0x108273=_0x219217['howMany'];new _0x1724cb(_0xf40b35,_0x108273)['_execute']();}else _0x219217['_execute']();}function _0x221b4b(_0x237913){if('$graveyard'==_0x237913['root']['rootName'])return _0x237913;const _0x1f4669=[];let _0x28f75c=_0x237913['root'];for(let _0x238995=0x0;_0x238995<_0x237913['path']['length'];_0x238995++){const _0x1efed5=_0x46964f['get'](_0x28f75c)||0x0;_0x1f4669[_0x238995]=_0x237913['path'][_0x238995]+_0x1efed5,_0x28f75c=_0x28f75c['getChildAtOffset'](_0x237913['path'][_0x238995]);}return new _0x1cd1ff(_0xa9212b,_0x1f4669,_0x237913['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0xe001c2,content:_0x5e3e4e,version:_0x15905c,aiBalloon:_0x3eab30}=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'](_0x5e3e4e,_0x15905c,_0x3eab30,_0xe001c2)['catch'](_0x4fc17=>{this['_isAbortError'](_0x4fc17)||console['error']('Error\x20refreshing\x20interaction:',_0x4fc17);});}['_isAbortError'](_0x433573){return!!_0x433573['message']&&_0x433573['message']['startsWith']('ai-request-aborted');}['_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 _0x197285=this['_interactions']['length'];this['_currentInteractionIndex']<_0x197285-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x166afa){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x166afa;const _0x2e45fc=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x2e45fc)return;if(_0x2e45fc['hasError'])return this['_setErrorState'](_0x2e45fc),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x2e45fc['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x4232d1=_0x2e45fc['replies'][_0x2e45fc['replies']['length']-0x1];if(_0x4232d1){const _0xf13d82=this['editor'];try{const _0x5d8039=f({'editor':_0xf13d82,'changeGroups':_0x4232d1['changeGroups'],'documentContextContent':_0x4232d1['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x5bcfc5=>setTimeout(_0x5bcfc5,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x5d8039[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x2a9a13){this['_isAbortError'](_0x2a9a13)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x2a9a13);}}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x5e029c){const _0x3092be=m(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x3092be),_0x5e029c['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);}}class Ka extends _0x15c7b1{static get['requires'](){return[ii,ti,ri];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c11b1){super(_0x2c11b1),_0x2c11b1['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class Xs extends _0x4f00f9{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x404047,_0x219892){super(_0x404047),this['id']=_0x219892,this['set']('status','pending'),this['set']('changeId',_0x219892),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',(_0x2ce978,_0x2d2e7b)=>{_0x2d2e7b&&_0x2d2e7b['target']&&'A'===_0x2d2e7b['target']['tagName']&&_0x2d2e7b['preventDefault'](),this['fire']('activateChange',{'id':_0x219892,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x219892,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x219892,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x16691a=new _0x4f00f9(this['locale']);return _0x16691a['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',_0x2878e1=>!_0x2878e1)]}}),_0x16691a;}['_createAcceptButtonView'](){const _0x3c6e32=new _0x1e4cb7(this['locale']);return _0x3c6e32['set']({'label':m(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x3c6e32['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x47051e=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x47051e['stopPropagation']();})},'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-result-accept-button',this['bindTemplate']['if']('status','ck-hidden',_0x5cfd0c=>'pending'!==_0x5cfd0c&&'accepted'!==_0x5cfd0c),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-accept-button',_0x331473=>'pending'===_0x331473),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x42a3a2=>'accepted'===_0x42a3a2)]}}),this['on']('change:status',(_0x1485a8,_0x256c88,_0x48b68f)=>{_0x3c6e32['isEnabled']='pending'===_0x48b68f,'accepted'===_0x48b68f&&(_0x3c6e32['label']=m(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x3c6e32['icon']=_0x1eb4e2);}),_0x3c6e32;}['_createDismissButtonView'](){const _0x3f83af=new _0x1e4cb7(this['locale']);return _0x3f83af['set']({'label':m(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x3f83af['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x578af9=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x578af9['stopPropagation']();})},'attributes':{'class':['ck-ai-button-tertiary',this['bindTemplate']['if']('status','ck-hidden',_0x44727c=>'pending'!==_0x44727c&&'rejected'!==_0x44727c),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0xa87e62=>'pending'===_0xa87e62),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x3f1071=>'rejected'===_0x3f1071)]}}),this['on']('change:status',(_0x58c244,_0x13a51a,_0x357a82)=>{_0x3f83af['isEnabled']='pending'===_0x357a82,'rejected'===_0x357a82&&(_0x3f83af['label']=m(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x3f83af['icon']=_0x156d6f);}),_0x3f83af;}['_createInfoButtonView'](){const _0x19b8f3=new _0x1e4cb7(this['locale']);return _0x19b8f3['set']({'label':m(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x344200,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':'ck-ai-button-tertiary\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x19b8f3['bind']('isOn')['to'](this,'isInfoToggleOn',_0x10925f=>_0x10925f),_0x19b8f3['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x19b8f3;}['_createOutdatedButtonView'](){const _0x2bc5d7=new _0x1e4cb7(this['locale']);return _0x2bc5d7['set']({'label':m(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':_0x3d364b,'withText':!0x0,'isEnabled':!0x1}),_0x2bc5d7['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x54c7ef=>'outdated'!==_0x54c7ef)],'disabled':'disabled'}}),_0x2bc5d7;}}class me extends _0x3a6b06{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x42ea66,_0x346ce6){super(_0x42ea66),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']()),_0x346ce6['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x484b70){this['resultItemView']['changeId']=_0x484b70['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x484b70['contentDiffed'];}['showBalloon'](_0x10a159,_0x42cd46,_0x1359af,_0x4a04a5,_0x8dc61a,_0x54b171){const _0x5616b0=_0x42cd46();if(!_0x5616b0)return;this['updateContent'](_0x10a159),this['show']();const _0x252f61=Array['from'](_0x5616b0['getClientRects']())['reverse'](),_0x182110=this['_getPointedRectIndexFromEvent'](_0x1359af,_0x252f61),_0x4cf75c=_0x252f61[_0x182110??0x0];'click'===_0x4a04a5?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x42cd46(),_0x182110,_0x10a159['id'],_0x8dc61a,_0x54b171)||_0x4cf75c})):'hover'===_0x4a04a5&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x42cd46(),_0x182110,_0x10a159['id'])||_0x4cf75c}));}['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'](){_0x479747({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x2973af=[this['element']];return this['_pinnedTargetElement']&&_0x2973af['push'](this['_pinnedTargetElement']),_0x2973af;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x5c08fc=new _0x4f00f9();return this['resultItemView']=new Xs(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x5c08fc['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']]}]}),_0x5c08fc;}['_getBestRectPositionOnClick'](_0x5dd1dc,_0x56f07b,_0x335fb8,_0x431639,_0x15c6d0){if(!_0x5dd1dc)return null;const _0x12a002=this['position']['replace']('arrow_',''),_0x32bd07=Array['from'](_0x5dd1dc['getClientRects']());let _0x3aeec0,_0x58f487=_0x32bd07['reverse']();return void 0x0!==_0x56f07b&&this['_isPinnedRectVisible'](_0x58f487[_0x56f07b],_0x431639,_0x15c6d0)?(_0x3aeec0=_0x58f487[_0x56f07b],this['_pinnedRectIndex']=_0x56f07b):this['_isPinnedRectVisible'](_0x58f487[0x0],_0x431639,_0x15c6d0)&&void 0x0===_0x56f07b?_0x3aeec0=_0x58f487[0x0]:(_0x58f487='s'==_0x12a002[0x0]?[..._0x32bd07]['reverse']():_0x32bd07,_0x58f487['forEach'](_0x374346=>{this['_isPinnedRectVisible'](_0x374346,_0x431639,_0x15c6d0)&&(_0x3aeec0=_0x374346);})),this['_pinnedTargetChangeId']=_0x335fb8,this['_pinnedTargetElement']=_0x5dd1dc,_0x3aeec0||_0x5dd1dc['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x2328b9,_0x595cca,_0x2a072e){if(!_0x2328b9)return null;const _0x57b4f0=Array['from'](_0x2328b9['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x595cca&&this['_pinnedTargetChangeId']!==_0x2a072e)return this['_pinnedRectIndex']=_0x595cca,this['_pinnedTargetElement']=_0x2328b9,this['_pinnedTargetChangeId']=_0x2a072e,_0x57b4f0[_0x595cca];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x2a072e){if(_0x2328b9!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x57b4f0[this['_pinnedRectIndex']];}return void 0x0!==_0x595cca&&this['_pinnedTargetChangeId']!==_0x2a072e?(this['_pinnedRectIndex']=_0x595cca,this['_pinnedTargetElement']=_0x2328b9,this['_pinnedTargetChangeId']=_0x2a072e,_0x57b4f0[_0x595cca]):_0x2328b9['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x1ecde0,_0x1146e2){if(_0x1ecde0)for(let _0x262e71=0x0;_0x262e71<_0x1146e2['length'];_0x262e71++){const _0x5cbcd2=_0x1146e2[_0x262e71];if(_0x1ecde0['clientX']>=_0x5cbcd2['left']-0x3&&_0x1ecde0['clientX']<=_0x5cbcd2['right']+0x3&&_0x1ecde0['clientY']>=_0x5cbcd2['top']-0x3&&_0x1ecde0['clientY']<=_0x5cbcd2['bottom']+0x3)return _0x262e71;}}['_isPinnedRectVisible'](_0x4a9815,_0x37593e,_0x50a47d){const _0x4ca1cb=new ot(_0x4a9815),_0x795926=_0x37593e||document['documentElement'],_0x736443=_0x4ca1cb['getIntersection'](_0x2c6598(_0x50a47d)),_0x436054=new ot(_0x795926)['getIntersection'](_0x4ca1cb);return!!(_0x736443&&_0x436054&&_0x4ca1cb['width']>0x0);}}const ih=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class Me extends _0x4c91f3{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[pt];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xee592c){super(_0xee592c),this['_bodyCollection']=new _0x566c6f(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...ih)['to'](this),this['_balloonSuggestionView']=new me(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x5c33e7=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x5c33e7);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x158228){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x2cc17f=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x158228,_0x2cc17f);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x4e672c){_0x4e672c&&('error-general'!==_0x4e672c['status']?'error-chunk'!==_0x4e672c['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x4789f2){this['_mainView']['addCheckRunResult'](_0x4789f2);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x13ea5c){this['_mainView']['showGeneralReviewCoreErrorView'](_0x13ea5c??m(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x51dd84,_0x554a3d){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x51dd84,_0x554a3d);}['setActiveStateInResults'](_0x52ebe8){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x240b38=>{_0x240b38['id']===_0x52ebe8&&_0x240b38['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x4be043=>_0x4be043['setItemAsInactive']());}['updateChangeState'](_0x71cc5,_0x24f851){'accepted'===_0x24f851||'rejected'===_0x24f851||'outdated'===_0x24f851?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x71cc5,_0x24f851):this['_mainView']['reviewCheckResultsView']['showResult'](_0x71cc5,_0x24f851);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x4cde29,_0x594a29,_0x2a051f,_0x28edb9,_0x49c054,_0x3710c1){this['_balloonSuggestionView']['showBalloon'](_0x4cde29,_0x594a29,_0x2a051f,_0x28edb9,_0x49c054,_0x3710c1);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x284c4e){const _0x564468=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x5b5c3b=>_0x5b5c3b['id']===_0x284c4e);return _0x564468?_0x564468['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class sh extends _0x4f00f9{constructor(_0x5ada05){super(_0x5ada05),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x514ef4=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x514ef4['if']('isVisible','ck-hidden',_0x3a8097=>!_0x3a8097)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x514ef4['to']('errorMessage')}]}]});}}class Ae extends _0x4f00f9{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x13d936,_0x41e08b){super(_0x13d936),this['reviewCoreHeader']=_0x41e08b['header'],this['generalErrorView']=new sh(_0x13d936),this['reviewCheckListView']=_0x41e08b['list'],this['reviewCheckListView']['delegate'](...ih)['to'](this),this['reviewCheckResultsView']=_0x41e08b['results'],this['reviewCheckResultsView']['delegate'](...ih)['to'](this),this['reviewCompletedView']=_0x41e08b['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'](_0x266bc5){this['reviewCheckResultsView']['addResult'](_0x266bc5),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'](_0x136f79){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x136f79;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class vr extends _0x1e4cb7{constructor(_0xb4906e,_0x5cebeb){super(_0x5cebeb),this['set']({'label':_0xb4906e,'withText':!0x0,'class':'ck-ai-button-primary'}),this['on']('execute',()=>{this['fire']('finishReview');});}}class Ve extends _0x4bde75{['_resultViews'];['_resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x173039,_0x50f39d){super(_0x173039),this['_contents']=_0x50f39d,this['_resultViews']=new _0x42190d(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['_resultsHeader']=this['_createResultHeaderView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new fi(_0x173039),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 _0x33a0b2=this['_createCombinedSkeletonLoader'](),_0x4538ec=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x4538ec['if']('isLoading','ck-ai_review__check-run_loading',_0x5bf38c=>_0x5bf38c),_0x4538ec['if']('isResultReady','ck-ai_review__check-run_ready',_0x4a4b7c=>_0x4a4b7c),_0x4538ec['if']('isVisible','ck-hidden',_0x2dfe06=>!_0x2dfe06)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0xf2abd2=>_0xf2abd2)]},'children':this['_resultViews']},_0x33a0b2]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x3def5d){const _0x199339=new Xs(this['locale'],_0x3def5d['id']);_0x199339['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x199339),_0x199339['resultResponseView']['element']['innerHTML']=_0x3def5d['contentDiffed'];}['hideResult'](_0x56efdc,_0xb8eca0){if('pending'===_0xb8eca0)return;const _0x124191=this['_resultViews']['find'](_0x4304c9=>_0x4304c9['id']===_0x56efdc);_0x124191&&(_0x124191['status']=_0xb8eca0,_0x124191['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x5b69b8,_0x846c3b){if('pending'!==_0x846c3b)return;const _0x450622=this['_resultViews']['find'](_0xfcda6e=>_0xfcda6e['id']===_0x5b69b8);_0x450622&&(_0x450622['status']=_0x846c3b,_0x450622['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x9c2737,_0x952386){this['headerTitle']=_0x9c2737,this['headerSubtitle']=_0x952386||'';}['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 ai(this['locale'],di['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x505ca6=new _0x4f00f9(this['locale']),_0x607671=[];for(let _0x47a253=0x0;_0x47a253<0x10;_0x47a253++){const _0x3c1d34=this['_createSkeletonLoader']();_0x3c1d34['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x607671['push'](_0x3c1d34);}return _0x505ca6['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x5caa18=>!_0x5caa18)]},'children':_0x607671}),_0x505ca6;}['_createErrorView'](){const _0x277920=new _0x4f00f9(this['locale']),_0x2d5104=new _0x1e4cb7(this['locale']),t=this['locale']['t'];return _0x277920['delegate']('retryReview')['to'](this),_0x2d5104['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai_review__check-run-error-retry-button'}),_0x2d5104['on']('execute',()=>{this['fire']('retryReview');}),_0x277920['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x594ebb=>!_0x594ebb),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x2f672f=>'chunk'===_0x2f672f)]},'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',_0x2391db=>'chunk'===_0x2391db)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x3450d2=>'general'!==_0x3450d2)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x50383c=>'chunk'!==_0x50383c)]},'children':[{'text':m(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x2d5104]}),_0x277920;}['_createCancelButtonView'](){const _0x229a61=new _0x1e4cb7(this['locale']);return _0x229a61['set']({'label':m(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ck-ai-button-secondary\x20ck-ai-button-stop-generating'],'icon':_0x440aca}),_0x229a61['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x51c9db=>_0x51c9db),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1b58e7=>_0x1b58e7)]}}),_0x229a61['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x229a61;}['_createToggleDiffButtonView'](){const _0x2ce375=new _0x1e4cb7(this['locale']);_0x2ce375['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x2ce375['bind']('isEnabled')['to'](this,'isError',_0x263bb3=>!_0x263bb3),_0x2ce375['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4ef465=>!_0x4ef465),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x18cc62=>_0x18cc62)]}});const _0x183b84=m(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x31092e=m(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x2ce375['bind']('isOn')['to'](this,'isToggleDiffOn',_0x4a2267=>_0x4a2267),_0x2ce375['bind']('icon')['to'](this,'isToggleDiffOn',_0x9cfbb8=>_0x9cfbb8?_0x3b56d9:_0x47eee9),_0x2ce375['bind']('label')['to'](this,'isToggleDiffOn',_0x4e96b5=>_0x4e96b5?_0x183b84:_0x31092e),_0x2ce375['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x2ce375;}['_createAcceptAllButtonView'](){const _0x50998d=new _0x1e4cb7(this['locale']);return _0x50998d['set']({'label':m(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x50998d['bind']('isEnabled')['to'](this,'isError',_0x1ce7ae=>!_0x1ce7ae),_0x50998d['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x3e22c7=>!_0x3e22c7),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2484cb=>_0x2484cb)]}}),_0x50998d['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x50998d;}['_createExitReviewButtonView'](){const _0x52b7e2=new _0x1e4cb7(this['locale']);return _0x52b7e2['set']({'label':m(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x52b7e2['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary','ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x3ce8a0=>!_0x3ce8a0),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x250c75=>_0x250c75)]}}),_0x52b7e2['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x52b7e2;}['_createResultHeaderView'](){const _0x380660=new _0x4f00f9(this['locale']),_0x1ef026=this['_createTitleView']();return _0x380660['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x564a20=>_0x564a20)]},'children':[_0x1ef026,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x380660;}['_createTitleView'](){const _0x48799a=new _0x4f00f9(this['locale']),_0x393fae=new li();return _0x393fae['bind']('isVisible')['to'](this,'isResultReady',_0x258dec=>!_0x258dec),_0x48799a['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper']},'children':[_0x393fae,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x56c26b=>_0x56c26b)]},'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')}]}]},{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x11af17=>!_0x11af17)]},'children':[{'text':m(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x48799a;}['_createFinishReviewButtonView'](){const _0x25a871=new vr(m(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x25a871['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x41c715=>!_0x41c715)]}}),_0x25a871['delegate']('finishReview')['to'](this),_0x25a871;}}class be extends _0x4bde75{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x459ad1,_0x4f22dc){super(_0x459ad1),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x4f22dc['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x4f22dc['headerText']);const _0x35ac95=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x35ac95['if']('isVisible','ck-hidden',_0x22aedb=>!_0x22aedb)]},'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':_0x4f22dc['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x12c5b5){const _0x1a58a0=new vr(_0x12c5b5,this['locale']);return _0x1a58a0['delegate']('finishReview')['to'](this),_0x1a58a0;}['_createResultHeaderView'](_0x4f7e86){const _0x5401d0=new _0x4f00f9(this['locale']);return _0x5401d0['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title']},'children':[{'text':_0x4f7e86}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x5401d0;}}class Dr extends _0x4f00f9{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x31b3d1,_0x2af0b0){super(_0x31b3d1),this['_defaultValue']=_0x2af0b0['default']||(_0x2af0b0['data']['length']>0x0?_0x2af0b0['data'][0x0]['id']:''),this['_defaultLabel']=_0x2af0b0['data']['find'](_0x122b21=>_0x122b21['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x4f71f0(this['locale']);const _0x51768=this['_prepareListOptions'](_0x2af0b0['data']);_0x2015bd(this['_dropdownView'],_0x51768,{'role':'menu','ariaLabel':_0x2af0b0['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xbdb9f6=>{_0xbdb9f6['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x213c87=>{this['formValue']=_0x213c87['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x213c87['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'](_0x4b7d04=[]){const _0x38c197=new _0x1bcbb3();this['resetToDefault']();for(const _0x4cd44c of _0x4b7d04){const _0x4e8b2f=new _0x4a7009({'label':_0x4cd44c['label'],'withText':!0x0,'role':'menuitemradio','id':_0x4cd44c['id'],'model':_0x4cd44c});_0x4e8b2f['bind']('isOn')['to'](this,'formValue',_0x5e1d27=>_0x5e1d27===_0x4e8b2f['id']);const _0x578428={'type':'button','model':_0x4e8b2f};_0x38c197['add'](_0x578428);}return _0x38c197;}}class tc extends _0x4bde75{['_formItem']=null;constructor(_0x4beef8,_0x17b89b,_0x5652f4){super(_0x4beef8),this['argsKey']=_0x17b89b?.['argsKey'];if('dropdown'===_0x17b89b['formType'])this['_formItem']=new Dr(this['locale'],_0x17b89b);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x1ab160=new _0x57009f(this['locale'],{'children':[this['_formItem']],'class':[_0x5652f4?'ck-form__row_with-submit':'']});_0x5652f4&&_0x1ab160['children']['add'](_0x5652f4),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x1ab160]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class po extends _0x59b559{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x2b8f0f){super(_0x2b8f0f),this['set']('isEmpty',!0x0),this['keystrokes']=new _0x3c8954(),this['minRows']=po['MIN_ROWS'],this['maxRows']=po['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']);}}class sc extends _0x4f00f9{['focusTracker']=new _0x5c8f71();['keystrokes']=new _0x3c8954();['focusCycler'];['_focusables']=new _0x42190d();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x348ebc,_0x3e421b,_0x59bed9=!0x1){super(_0x348ebc),this['_check']=_0x3e421b,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x3e421b['defaultModel']?_0x3e421b['defaultModel']['id']:'',this['_defaultLabel']=_0x3e421b['defaultModel']?_0x3e421b['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x2d3604(this['locale'],()=>new po(_0x348ebc)),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 _0x1bcbb3(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x59bed9),_0x2015bd(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new _0x57009f(this['locale'],{'children':[this['promptInputView']]}),new _0x57009f(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0xd32f0c,_0x23e98f)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x23e98f()):_0x23e98f();}),this['focusCycler']=new _0x34e257({'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'](_0x27d6c5=>{this['_focusables']['add'](_0x27d6c5),this['focusTracker']['add'](_0x27d6c5['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 _0x1aefb3 of this['_getFormValidators']()){const _0x1327f7=_0x1aefb3();if(_0x1327f7)return this['promptInputView']['errorText']=_0x1327f7,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return m(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x2880b2=new _0x1e4cb7(this['locale']),t=this['locale']['t'];return _0x2880b2['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x2880b2['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x2880b2;}['_createCancelButtonView'](){const _0x1da781=new _0x1e4cb7(this['locale']),t=this['locale']['t'];return _0x1da781['set']({'label':t('Cancel'),'withText':!0x0,'class':'ck-ai-button-tertiary'}),_0x1da781['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3bf56=>{_0x3bf56['stopPropagation']();})}}),_0x1da781['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x1da781;}['_setModelList'](_0x5279f7){this['_modelSelectionDropdownItems']['clear']();const _0x36b3e8=this['_check']['models'];if(_0x5279f7)this['set']('modelDisplayMode','hidden');else{const _0x43ad80=0x1===_0x36b3e8['length'];this['set']('modelDisplayMode',_0x43ad80?'name':'selector');}if(this['resetToDefault'](),_0x36b3e8?.['length']){0x1===_0x36b3e8['length']&&this['set']('activeModelName',_0x36b3e8[0x0]['name']||_0x36b3e8[0x0]['id']);for(const _0x5ec95c of _0x36b3e8){const _0xd10a5c=new _0x4a7009({'label':_0x5ec95c['name'],'withText':!0x0,'role':'menuitemradio','id':_0x5ec95c['id'],'model':_0x5ec95c});_0xd10a5c['bind']('isOn')['to'](this,'modelId',_0x102c3c=>_0x102c3c===_0x5ec95c['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0xd10a5c,'labelView':new ko(this['locale'],_0x5ec95c)});}}}['_createModelSelectionDropdown'](){const _0x4ba5c1=_0x4f71f0(this['locale']);return _0x4ba5c1['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x4ba5c1['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0}),_0x4ba5c1['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1402b5=>'selector'===_0x1402b5),this['listenTo'](_0x4ba5c1,'execute',_0xeccabf=>{this['modelId']=_0xeccabf['source']['model']['id'],_0x4ba5c1['buttonView']['label']=_0xeccabf['source']['label'];}),_0x4ba5c1;}['_createModelNameView'](){const _0x182f90=new _o(this['locale']);return _0x182f90['bind']('text')['to'](this,'activeModelName',_0xc62343=>_0xc62343??''),_0x182f90['bind']('isVisible')['to'](this,'modelDisplayMode',_0x4874b4=>'name'===_0x4874b4),_0x182f90;}['_createActionsFooterView'](){const _0x397da6=new _0x4f00f9(this['locale']);return _0x397da6['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']]}]}),_0x397da6;}}class _o extends _0x4f00f9{constructor(_0x7dd388){super(_0x7dd388),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x16cdc4=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x16cdc4['if']('isVisible','ck-hidden',_0x44193e=>!_0x44193e)]},'children':[{'text':_0x16cdc4['to']('text')}]});}}class ko extends _0x4de453{constructor(_0x6c7584,_0x476f2d){super();const _0x5f5030=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x5f5030['to']('style'),'id':_0x5f5030['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x5f5030['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x476f2d['description']||'']}]}]});}}class ec extends _0x4bde75{['_formItemsCollection']=new _0x42190d();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x453fc6,_0x3dcc77,_0x2bead7,_0x51227c=!0x1){super(_0x453fc6),this['_hideModels']=_0x51227c,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x3dcc77['isParameterized']);const _0x1fcf27=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',_0x1c21f9=>_0x1c21f9),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x69886f=>_0x69886f)],'style':{'--ck-ai-review-check-list-item-index':_0x2bead7}},'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':_0x3dcc77['title']}]},_0x1fcf27]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x3dcc77['description']?[{'text':_0x3dcc77['description']}]:[]}]}]},..._0x3dcc77['isParameterized']?[this['_createParameterizedView'](_0x3dcc77)]:[],...'custom'===_0x3dcc77['id']?[this['_createCustomView'](_0x3dcc77,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x3dcc77['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x3dcc77['id'],'args':_0x3dcc77['useArgs']?_0x3dcc77['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x479747({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x36eb7e=>{_0x36eb7e['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x19fc28=new _0x34c834();return _0x19fc28['content']=_0x239047,_0x19fc28['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x19fc28;}['_createParameterizedView'](_0x91aa5){const _0x476e62=new _0x4f00f9(),_0x557358=this['_createFormView'](_0x91aa5);return _0x476e62['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x4d3170=>!_0x4d3170)]},'children':[_0x557358]}),_0x476e62;}['_createFormView'](_0x26b329){const _0xc833a7=new _0x4f00f9(),_0x13f802=Array['isArray'](_0x26b329['options'])?_0x26b329['options']:[],_0x2f3d06=new _0x1e4cb7(this['locale']),t=this['locale']['t'];_0x2f3d06['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x2f3d06['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x4482a2=>{_0x4482a2['stopPropagation']();})}}),_0x2f3d06['on']('execute',()=>{const _0x1ed49a=[],_0x48e9e7={};this['_formItemsCollection']['forEach'](_0x1b2bb9=>{_0x1ed49a['push'](_0x1b2bb9['value']),_0x26b329['useArgs']&&_0x26b329['options']&&(_0x48e9e7[_0x1b2bb9['argsKey']]=_0x1b2bb9['value']);}),this['fire']('runReviewCheck',{'id':_0x26b329['id'],'params':_0x1ed49a['length']?_0x1ed49a:void 0x0,'args':Object['keys'](_0x48e9e7)['length']?_0x48e9e7:void 0x0});});const _0x52c224=_0x13f802['length'];return _0x13f802['forEach']((_0x482f72,_0x3f3cdb)=>{const _0x41d88e=_0x3f3cdb===_0x52c224-0x1;this['_formItemsCollection']['add'](new tc(this['locale'],_0x482f72,_0x41d88e?_0x2f3d06:null));}),_0xc833a7['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0xc833a7;}['_createCustomView'](_0x36e610,_0x2efc9=!0x1){return this['_customCheckView']=new sc(this['locale'],_0x36e610,_0x2efc9),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',_0x6f4533=>!_0x6f4533)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x8d35a1,_0x18e788,_0x2bfe9e)=>{_0x2bfe9e||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class je extends _0x4bde75{['_checkViews'];constructor(_0x5348c3){super(_0x5348c3),this['_checkViews']=new _0x42190d(),this['_setupTemplate']();}['setChecks'](_0x5e2f3e,_0x1e9230=!0x1){this['_checkViews']['clear']();for(const [_0x323242,_0x54fd82]of _0x5e2f3e['entries']()){const _0x86a96e=new ec(this['locale'],_0x54fd82,_0x323242,_0x1e9230);_0x86a96e['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x86a96e);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x5e6481 of this['_checkViews'])_0x5e6481 instanceof ec&&_0x5e6481['resetToDefault']();}['_setupTemplate'](){const _0x137d73=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x137d73['if']('isVisible','ck-hidden',_0x10f166=>!_0x10f166)]},'children':this['_checkViews']});}}class ge extends Me{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x3ecff8=this['context']['locale'],_0x23d53f=new _0x30e0ff(_0x3ecff8,{'label':m(_0x3ecff8,'AI_REVIEW_MODE'),'icon':_0x3afb4f,'class':'ck-ai-header\x20ck-ai-header_review'});return new Ae(this['context']['locale'],{'header':_0x23d53f,'list':new je(_0x3ecff8),'results':new Ve(_0x3ecff8,{'generalErrorText':m(_0x3ecff8,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new be(_0x3ecff8,{'headerText':m(_0x3ecff8,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':m(_0x3ecff8,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':m(_0x3ecff8,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x511014=this['context']['plugins']['get']('AITabs');_0x511014['view']['on']('activateTab',(_0xc04377,_0x4a07c1)=>{'reviewMode'===_0x4a07c1?this['fire']('getReviewCheckList'):this['fire']('leaveReview');}),_0x511014['view']['addTab']({'id':'reviewMode','buttonLabel':m(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x3afb4f,'order':0x0,'content':this['_mainView']});}}const fe='review-';class de extends _0x4c91f3{static get['requires'](){return[_0x510327,o];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];constructor(_0x2a43e1){super(_0x2a43e1),this['_domEmitter']=new(_0x4a292b())(),this['_eventEmitter']=new(_0x28403e())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x522f66=et(this['context']);_0x522f66['conversion']['for']('editingDowncast')['markerToElement']({'model':fe+'insert','view':(_0x5e72ed,{writer:_0x23311d})=>{const _0xde1643=this['_markers']['get'](_0x5e72ed['markerName']),_0x3bdd8c={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0xde1643?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x5e72ed['markerName']};return _0x23311d['createUIElement']('span',_0x3bdd8c,function(_0x275700){const _0x473d26=this['toDomElement'](_0x275700);return _0x473d26['innerHTML']=_0xde1643?.['content']?.['asString']||'',_0x473d26;});}}),_0x522f66['conversion']['for']('editingDowncast')['markerToHighlight']({'model':fe+'remove-only','view':_0xb46b75=>{const _0x3661b8=this['_markers']['get'](_0xb46b75['markerName']),_0x263310=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x3661b8?.['id']||'')&&_0x263310['push']('ck-ai_review__change_active'),{'classes':_0x263310,'attributes':{'data-marker-id':_0xb46b75['markerName']}};}}),_0x522f66['conversion']['for']('editingDowncast')['markerToHighlight']({'model':fe+'remove-context','view':_0x3ad225=>{const _0x12d2fc=this['_markers']['get'](_0x3ad225['markerName']),_0x2fce0d=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x12d2fc?.['id']||'')&&_0x2fce0d['push']('ck-ai_review__change_active'),{'classes':_0x2fce0d,'attributes':{'data-marker-id':_0x3ad225['markerName']}};}}),_0x522f66['conversion']['for']('editingDowncast')['markerToHighlight']({'model':fe+'remove-text','view':_0x17af57=>{const _0x1d9e35=this['_markers']['get'](_0x17af57['markerName']),_0x500dac=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x1d9e35?.['id']||'')&&_0x500dac['push']('ck-ai_review__change_active'),{'classes':_0x500dac,'attributes':{'data-marker-id':_0x17af57['markerName']}};}}),_0x522f66['conversion']['for']('dataDowncast')['markerToElement']({'model':fe+'suggestion-context','view':(_0x56f186,{writer:_0x414730})=>_0x414730['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x56f186['isOpening']?'start':'end')})}),_0x522f66['conversion']['for']('downcast')['attributeToAttribute']({'model':Ct,'view':_0x8180d3});const _0x2d9262=_0x522f66['ui']['getEditableElement']()||document['body'];this['_domEmitter']['listenTo'](_0x2d9262,'mouseup',(_0x2b1075,_0x84a0de)=>{const _0x3c1359=_0x84a0de['target'],_0x27fd9b=this['_findMarkerElement'](_0x3c1359);if(!_0x27fd9b)return;const _0x397268=_0x27fd9b['getAttribute']('data-marker-id'),_0x5dd602=_0x397268['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x397268,'changeId':_0x5dd602,'markerElement':()=>this['_findMarkerElementById'](_0x397268),'domEvent':_0x84a0de});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x2d9262,'mouseover',(_0x16630b,_0x5d09ed)=>{const _0xfb995b=_0x5d09ed['target'],_0x540b63=_0x5d09ed['relatedTarget'];let _0xf8e4=this['_findMarkerElement'](_0xfb995b);if(!_0xf8e4&&_0x540b63&&(_0xf8e4=this['_findMarkerElement'](_0x540b63)),!_0xf8e4)return;const _0x3b1833=_0xf8e4['getAttribute']('data-marker-id'),_0x2c0b22=_0x3b1833['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x2c0b22,'markerElement':()=>this['_findMarkerElementById'](_0x3b1833),'domEvent':_0x5d09ed});}),this['_domEmitter']['listenTo'](document,'mouseover',_0x34e356((_0x5b0ed9,_0x54afb8)=>{const _0x3a08c0=_0x54afb8['target'];if(this['_findMarkerElement'](_0x3a08c0))return;_0x3a08c0['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8)),_0x522f66['model']['document']['registerPostFixer'](_0x2e11d0=>this['_validateMarkers'](_0x522f66,_0x2e11d0)),_0x522f66['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x522f66));}['getDocumentData'](){const _0xb98b1f=this['context']['plugins']['get']('AIEditing'),_0x5492db=et(this['context']),_0x3d26d4=_0x5492db['model'],_0x488792=new _0xed521a();for(const _0x4832b0 of _0x3d26d4['document']['getRoot']()['getChildren']()){const _0x381bbf=_0x4832b0['_clone'](!0x0);_0x488792['_appendChild'](_0x381bbf);}for(const _0x3ac6d2 of _0x3d26d4['markers'])_0x488792['markers']['set'](_0x3ac6d2['name'],this['_changeRangeOwnerDocument'](_0x3ac6d2['getRange']()['clone'](),_0x488792));const _0x5c1c6f=new _0x12cc85({'ignoreElementEnd':!0x0,'startPosition':_0x3d26d4['createPositionAt'](_0x488792,0x0)}),_0x5a691e=new Set(),_0x2969db=new Map();for(const {item:_0x5d9894}of _0x5c1c6f){if(!_0x5d9894['is']('$textProxy'))continue;const _0x254d4f=_0x5d9894['parent'];if(_0x254d4f&&_0x254d4f['is']('element')){const _0x1cce89=this['_upsertDataId'](_0x254d4f,()=>_0xb98b1f['_nextDataId'](_0x5a691e));_0x5a691e['add'](_0x1cce89);for(const _0x177f5f of _0x254d4f['getChildren']())_0x177f5f['is']('element')&&_0x5a691e['add'](this['_upsertDataId'](_0x177f5f,()=>_0xb98b1f['_nextDataId'](_0x5a691e)));let _0x10b65f=_0x254d4f;for(;_0x10b65f['parent']&&!_0x10b65f['parent']['is']('documentFragment');)_0x10b65f=_0x10b65f['parent'],_0x10b65f['hasAttribute'](Ct)&&_0x10b65f['_removeAttribute'](Ct);_0x2969db['set'](_0x1cce89,{'path':_0x254d4f['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0x10b65f['_clone'](!0x0),_0x1cce89,_0x5492db['data'])}),_0x5c1c6f['jumpTo'](_0x3d26d4['createPositionAfter'](_0x254d4f));}}return{'content':_0x5492db['data']['processor']['toData'](_0x5492db['data']['toView'](_0x488792)),'version':_0x5492db['model']['document']['version'],'elements':_0x2969db};}['diffContent'](_0x28c12f,_0x2f7d8d,_0x472588=!0x1){const _0x5294c8=[],_0x53d3c1=et(this['context']),_0x4d94f8=_0x53d3c1['data']['parse'](_0x2f7d8d,'$documentFragment'),_0x1843d3=_0x53d3c1['data']['parse'](_0x28c12f,'$documentFragment'),_0x5ba773=_0x53d3c1['model']['createPositionAt'](_0x1843d3,0x0);if(this['_haveSingleTopLevelElement'](_0x4d94f8)){if(!this['_hasSameTopLevelElement'](_0x1843d3,_0x4d94f8))return _0x5294c8;}else{const _0x1a526c=_0x53d3c1['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x1843d3,_0x1a526c)||!this['_haveOnlyInlineContent'](_0x4d94f8,_0x1a526c))return _0x5294c8;}const _0x3b502b=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x28c12f,_0x2f7d8d,{'anchor':_0x5ba773,'markDeletions':!0x0})['getOperations']()['filter'](_0x24402d=>'insert'===_0x24402d['type']||'marker'===_0x24402d['type']&&_0x24402d['name']['startsWith']('$markedRemove')),_0x5b3c37=this['_groupAdjacentOperations'](_0x3b502b),_0x1fdaa9=[];if(_0x472588){if(_0x5b3c37['length']){const _0x38ae4f=_0x5b3c37[0x0]['operations'][0x0],_0x4a09e9='insert'===_0x38ae4f['type']?_0x38ae4f['position']:_0x38ae4f['newRange']['start'],_0x48f096=this['_getPositionLimitingRange'](_0x4a09e9,_0x53d3c1,'inside'),_0x234473=_0x48f096?_0x4d94f8['getChild'](0x0)['getChildren']():_0x4d94f8['getChildren'](),_0xc8ab71=_0x48f096||_0x53d3c1['model']['createRangeIn'](_0x1843d3),_0x103a20=[new _0x573f17('$markedRemove:synthetic'+_0xdd667e(),null,_0xc8ab71,_0x53d3c1['model']['document']['model']['markers'],!0x0,_0x53d3c1['model']['document']['version']+0x1),new _0x34edca(_0xc8ab71['end'],_0x234473,_0x53d3c1['model']['document']['version']+0x2)];_0x1fdaa9['push']({'operations':_0x103a20,'operationsIsolated':_0x103a20,'groupOffset':0x0});}}else _0x1fdaa9['push'](..._0x5b3c37);let _0x34d69c=0x0;return _0x53d3c1['model']['change'](_0x1d0266=>{for(let _0x1f0a85=0x0;_0x1f0a85<_0x1fdaa9['length'];_0x1f0a85++){const _0xf4a03b=_0x1fdaa9[_0x1f0a85],_0x42afd5=_0x1d0266['createDocumentFragment']();for(const _0x26e7c0 of _0x1843d3['getChildren']())_0x1d0266['append'](_0x26e7c0['_clone'](!0x0),_0x42afd5);for(const _0x4855c3 of _0xf4a03b['operationsIsolated'])if('insert'===_0x4855c3['type']){const _0x5336f5=_0x4855c3;_0x5336f5['baseVersion']=null,_0x5336f5['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x5336f5,_0x42afd5),_0x1d0266['batch']['addOperation'](_0x4855c3),_0x53d3c1['model']['applyOperation'](_0x4855c3);const _0x3a6816='suggestion:insertion:id:authorId:'+_0x34d69c++,_0x1885d7=_0x53d3c1['model']['createRange'](_0x5336f5['position'],_0x5336f5['position']['getShiftedBy'](_0x5336f5['howMany']));_0x42afd5['markers']['set'](_0x3a6816,_0x1885d7);}else{if('marker'===_0x4855c3['type']&&_0x4855c3['name']['startsWith']('$markedRemove')){const _0x3c0aa7=_0x4855c3,_0x459add='suggestion:deletion:id:authorId:'+_0x34d69c++;this['_changeOperationOwnerDocument'](_0x3c0aa7,_0x42afd5),_0x42afd5['markers']['set'](_0x459add,_0x3c0aa7['newRange']);}}if(_0x472588)_0x5294c8['push']({..._0xf4a03b,'context':this['_createGetContentFn'](_0x1843d3,_0x53d3c1['data']),'content':this['_createGetContentFn'](_0x1843d3,_0x53d3c1['data'])});else{const _0x35e7db=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0xf4a03b['operationsIsolated'][0x0]),_0x42afd5),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0xf4a03b['operationsIsolated'][_0xf4a03b['operationsIsolated']['length']-0x1]),_0x42afd5));_0x42afd5['markers']['set'](fe+'suggestion-context',new _0x2b9aa0(_0x35e7db['start'],_0x35e7db['end'])),_0x5294c8['push']({..._0xf4a03b,'context':this['_createGetContextFn'](_0x42afd5,_0x53d3c1['data'],{'ellipsisBefore':_0x35e7db['hasContentBefore'],'ellipsisAfter':_0x35e7db['hasContentAfter']}),'content':this['_createGetContentFn'](_0x42afd5,_0x53d3c1['data'])});}}}),_0x5294c8;}['markChangePositionInEditorContent'](_0x36f5ac,_0x3dee70){if(!_0x36f5ac['length'])return;const _0x5063c3=_0x36f5ac[0x0]['parent']['id'],_0x1efc16=_0x3dee70['elements']['get'](_0x5063c3);if(!_0x1efc16)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x5063c3);const _0x456cbd=_0x1efc16['path'],_0x10d98b=et(this['context']),_0x5eb71c=_0x10d98b['model']['document']['history']['getOperations'](_0x3dee70['version']),_0x24e997=[];for(const _0x5dfb92 of _0x36f5ac){const _0x6e660d=_0x5dfb92['operationsIsolated']['map'](_0x148c7d=>this['_translateOperationToEditorContent'](_0x148c7d,_0x456cbd,_0x10d98b['model']['document']['getRoots']()[0x0]));if(!_0x6e660d||!_0x6e660d['length'])continue;const _0x40b741=_0x6e660d['every'](_0x3b027e=>'marker'===_0x3b027e['type']&&_0x3b027e['name']['startsWith']('$markedRemove')),_0x59af61={'document':_0x10d98b['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x427437=_0x1a47a5(_0x6e660d,_0x5eb71c,_0x59af61)['operationsA'];for(const _0x59e2b4 of _0x427437)if('insert'===_0x59e2b4['type']){const _0x2ce9ce=_0x59e2b4,_0x1650a1=_0x2ce9ce['nodes'];_0x10d98b['model']['change'](_0x2b88de=>{const _0x5f54c1=_0x2b88de['createDocumentFragment']();for(const _0x17b6b3 of _0x1650a1)_0x2b88de['append'](_0x17b6b3['_clone'](!0x0),_0x5f54c1);_0x24e997['push']({'start':_0x2ce9ce['position'],'end':_0x2ce9ce['position'],'type':'insert','groupId':_0x5dfb92['id'],'content':{'asString':this['_createGetContentFn'](_0x5f54c1,_0x10d98b['data'])(),'asFragment':_0x5f54c1}});});}else{if('marker'===_0x59e2b4['type']&&_0x59e2b4['name']['startsWith']('$markedRemove')){const _0x553c79=_0x59e2b4;let _0x41721e='remove-text';if(_0x40b741){const _0x4e9f41=this['_findAdjacentContextDistance'](_0x553c79['newRange']['start'],'backward',_0x10d98b['model']['schema']),_0x1640ce=this['_findAdjacentContextDistance'](_0x553c79['newRange']['end'],'forward',_0x10d98b['model']['schema']);if(_0x4e9f41||_0x1640ce){const _0x4f297d=_0x553c79['newRange']['start']['getShiftedBy'](-_0x4e9f41),_0x13eb1d=_0x553c79['newRange']['end']['getShiftedBy'](_0x1640ce);_0x24e997['push']({'start':_0x4f297d,'end':_0x13eb1d,'groupId':_0x5dfb92['id'],'type':'remove-context'});}else _0x41721e='remove-only';}_0x24e997['push']({'start':_0x553c79['newRange']['start'],'end':_0x553c79['newRange']['end'],'groupId':_0x5dfb92['id'],'type':_0x41721e});}}}this['_insertMarkers'](_0x24e997);}['clearAllMarkers'](){const _0x4488e8=et(this['context']);_0x4488e8['model']['change'](_0x561168=>{for(const _0x1854ed of this['_markers']['keys']())_0x4488e8['model']['markers']['get'](_0x1854ed)&&_0x561168['removeMarker'](_0x1854ed);}),this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){et(this['context'])['enableReadOnlyMode']('ai-review');}['switchToEdit'](){et(this['context'])['disableReadOnlyMode']('ai-review');}['applyChange'](_0x8d1700){const _0x3e7de3=et(this['context']),_0x154eec=_0x3e7de3['model'],_0x28e896=_0x8d1700['map'](_0x4058af=>this['_getMarkersDataForGroup'](_0x4058af))['flat']();_0x154eec['change'](_0x28c218=>{for(const _0x1315c2 of _0x28e896){const _0x16a8b6=_0x3e7de3['model']['markers']['get'](_0x1315c2['id']);if(_0x16a8b6){if('insert'===_0x1315c2['type']){if(!_0x1315c2['content'])continue;_0x154eec['insertContent'](_0x1315c2['content']['asFragment']||null,_0x16a8b6['getRange']()['start']);}else'remove-text'!==_0x1315c2['type']&&'remove-only'!==_0x1315c2['type']||_0x154eec['deleteContent'](_0x154eec['createSelection'](_0x16a8b6['getRange']()));_0x28c218['removeMarker'](_0x1315c2['id']),this['_markers']['delete'](_0x1315c2['id']);}}});}['rejectChange'](_0x473e8e){const _0x5f0441=et(this['context']),_0x13d582=this['_getMarkersDataForGroup'](_0x473e8e);_0x5f0441['model']['change'](_0x145d2f=>{for(const _0x476cf5 of _0x13d582)_0x145d2f['removeMarker'](_0x476cf5['id']),this['_markers']['delete'](_0x476cf5['id']);});}['getEditor'](){return et(this['context']);}['getMarkerElementForChange'](_0x12ff23){const _0x2629ce=Array['from'](this['_markers']['values']())['filter'](_0x432e0d=>_0x432e0d['groupId']===_0x12ff23);if(!_0x2629ce['length'])return null;const _0xeadaeb=0x1===_0x2629ce['length']?_0x2629ce[0x0]:this['_sortMarkers'](_0x2629ce)[0x0],_0x165444=et(this['context'])['model']['markers']['get'](_0xeadaeb['id']);if(!_0x165444)return null;return{'modelRange':_0x165444['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0xeadaeb['id'])};}['getContentElementForChange'](_0x4c8f7a){const _0x1f1ab0=Array['from'](this['_markers']['values']())['filter'](_0x3df650=>_0x3df650['groupId']===_0x4c8f7a);if(!_0x1f1ab0['length'])return null;const _0x3dfb19=0x1===_0x1f1ab0['length']?_0x1f1ab0[0x0]:this['_sortMarkers'](_0x1f1ab0)[0x0],_0x4553ed=et(this['context']),_0x307998=_0x4553ed['model']['markers']['get'](_0x3dfb19['id']);if(!_0x307998)return null;const _0x95a0e0=_0x307998['getRange'](),_0x16f09e=_0x4553ed['editing']['view']['getDomRoot']();if(!_0x16f09e||!_0x95a0e0)return null;let _0x44b859=_0x95a0e0['start']['parent'];for(;_0x44b859['parent']&&'$root'!==_0x44b859['parent']['name'];)_0x44b859=_0x44b859['parent'];if(!_0x44b859||!_0x44b859['name'])return null;const _0x2da3b5=_0x16f09e['querySelector']('[data-marker-id=\x22'+_0x3dfb19['id']+'\x22]');if(!_0x2da3b5)return null;let _0x175771=null;_0x4553ed['model']['change'](_0x4910b7=>{_0x175771=_0x4910b7['createDocumentFragment'](),_0x4910b7['append'](_0x44b859['_clone'](!0x0),_0x175771);});const _0x1cdfc6=_0x4553ed['data']['toView'](_0x175771)['getChild'](0x0);return _0x2da3b5['closest'](_0x1cdfc6['name']);}['reactivateMarkers'](_0x5ecc9d){const _0x7d501b=this['_getMarkersDataForGroup'](_0x5ecc9d);if(!_0x7d501b['length'])return;const _0x3c08db=Array['from'](this['_activeMarkers'])['sort'](),_0x1681c9=Array['from'](new Set(_0x7d501b['map'](_0x1e5d48=>_0x1e5d48['id'])))['sort']();_0x3c08db['join']('|')!==_0x1681c9['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x5ecc9d));}['setMarkersInElementAsActive'](_0x5215d1){const _0x40f333=this['_getMarkersDataForGroup'](_0x5215d1);if(!_0x40f333['length'])return;const _0x328426=et(this['context']),_0x37b8cd=new Set(_0x40f333['map'](_0x293a20=>_0x293a20['id'])),_0x170cb0=Array['from'](_0x37b8cd['values']())['map'](_0x58e49c=>_0x328426['model']['markers']['get'](_0x58e49c))['filter'](_0x585639=>!!_0x585639);_0x37b8cd['forEach'](_0x5621c5=>{this['_activeMarkers']['add'](_0x5621c5);}),_0x328426['model']['change'](()=>{_0x170cb0['forEach'](_0x4e0319=>{_0x328426['editing']['reconvertMarker'](_0x4e0319);});});}['setAllMarkersAsInactive'](){const _0x3284ed=Array['from'](this['_activeMarkers']);if(!_0x3284ed['length'])return;this['_activeMarkers']['clear']();const _0x4b85c4=et(this['context']),_0x5f01f7=_0x3284ed['map'](_0x44031a=>_0x4b85c4['model']['markers']['get'](_0x44031a))['filter'](_0x548b27=>!!_0x548b27);_0x4b85c4['model']['change'](()=>{_0x5f01f7['forEach'](_0x34b7a2=>{_0x4b85c4['editing']['reconvertMarker'](_0x34b7a2);});});}['_getPositionLimitingRange'](_0x2ce867,_0x1fc5f1,_0xfc09c5='outside'){if(!_0x2ce867)return null;let _0x4c73fc=_0x2ce867['parent'];for(;_0x4c73fc&&_0x4c73fc['parent']&&'$root'!==_0x4c73fc['parent']['name']&&!_0x1fc5f1['model']['schema']['isLimit'](_0x4c73fc)&&!_0x1fc5f1['model']['schema']['isBlock'](_0x4c73fc);)_0x4c73fc=_0x4c73fc['parent'];if(!_0x4c73fc||!_0x4c73fc['name']||'$root'===_0x4c73fc['name'])return null;let _0x3bbcb4=null;return _0x1fc5f1['model']['change'](_0x5f2a4f=>{_0x3bbcb4='inside'===_0xfc09c5?_0x5f2a4f['createRangeIn'](_0x4c73fc):_0x5f2a4f['createRangeOn'](_0x4c73fc);}),_0x3bbcb4;}['_validateMarkers'](_0x2f4190,_0x57c836){const _0x43d66a=Array['from'](this['_markers']['keys']()),_0x14d621=new Map();for(const _0x36992a of _0x43d66a){const _0x512930=_0x2f4190['model']['markers']['get'](_0x36992a);if(!_0x512930)continue;const _0x52a88e=_0x512930['getStart']()['path'][0x0];_0x14d621['has'](_0x52a88e)||_0x14d621['set'](_0x52a88e,[]),_0x14d621['get'](_0x52a88e)['push'](_0x512930);}const _0x374331=new Set();for(const _0xd4ee7e of _0x2f4190['model']['document']['differ']['getChanges']()){let _0x42b168=-0x1,_0x1b1571=null;if('insert'===_0xd4ee7e['type'])_0x1b1571=new _0x2b9aa0(_0xd4ee7e['position'],_0xd4ee7e['position']['getShiftedBy'](_0xd4ee7e['length'])),_0x42b168=_0xd4ee7e['position']['path'][0x0];else{if('remove'!==_0xd4ee7e['type'])continue;_0x1b1571=new _0x2b9aa0(_0xd4ee7e['position']),_0x42b168=_0xd4ee7e['position']['path'][0x0];}const _0x1b2960=_0x14d621['get'](_0x42b168)||[];if(_0x1b2960['length']){for(const _0x341105 of _0x1b2960)if(_0x1b1571['root']['rootName']===_0x341105['getRange']()['root']['rootName']&&('insert'!==_0xd4ee7e['type']||!_0x1b1571['containsRange'](_0x341105['getRange']()))&&(_0x1b1571['isIntersecting'](_0x341105['getRange']())||_0x1b1571['start']['isTouching'](_0x341105['getRange']()['end'])||_0x1b1571['end']['isTouching'](_0x341105['getRange']()['start']))){const _0x1a92ce=this['_parseMarkerName'](_0x341105['name']);Array['from'](this['_markers']['values']())['filter'](_0x30e315=>_0x30e315['groupId']===_0x1a92ce['groupId'])['forEach'](_0x18e20c=>_0x374331['add'](_0x18e20c['id']));}}}if(_0x374331['size']){for(const _0x3a2ce9 of _0x374331)_0x57c836['removeMarker'](_0x3a2ce9);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x177e4d){for(const {name:_0x2c0c00,data:_0x484547}of _0x177e4d['model']['document']['differ']['getChangedMarkers']()){if(!_0x2c0c00['startsWith'](fe))continue;const _0x8a4b3=_0x484547['oldRange'],_0x4590c1=_0x484547['newRange'],_0x436bb3=_0x8a4b3&&'$graveyard'===_0x8a4b3['root']['rootName'],_0x2eb45e=_0x4590c1&&'$graveyard'===_0x4590c1['root']['rootName'];if(_0x436bb3&&_0x2eb45e)continue;const _0x2882ef=this['_parseMarkerName'](_0x2c0c00);this['_markers']['get'](_0x2c0c00)&&(_0x2eb45e||!_0x4590c1?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x2c0c00,'changeId':_0x2882ef['groupId']}):_0x436bb3&&_0x4590c1&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x2c0c00,'changeId':_0x2882ef['groupId']}));}}['_parseMarkerName'](_0x539906){const _0x118393=_0x539906['split'](':'),_0xe01162=(_0x118393[0x1]||'')['split']('_');return{'prefix':_0x118393[0x0],'groupId':_0xe01162[0x0],'suffix':_0xe01162[0x1]};}['_translateOperationToEditorContent'](_0x10ff3f,_0x3effd3,_0x215aed){if('insert'===_0x10ff3f['type']){const _0x33ed5e=_0x10ff3f;return new _0x34edca(this['_changePosition'](_0x3effd3['concat'](_0x33ed5e['position']['offset']),_0x215aed),_0x33ed5e['nodes'],_0x33ed5e['baseVersion']);}if('marker'===_0x10ff3f['type']&&_0x10ff3f['name']['startsWith']('$markedRemove')){const _0x2246a2=_0x10ff3f;return new _0x573f17(_0x2246a2['name'],_0x2246a2['oldRange'],this['_changeRange'](_0x2246a2['newRange'],_0x3effd3['concat'](_0x2246a2['newRange']['start']['offset']),_0x3effd3['concat'](_0x2246a2['newRange']['end']['offset']),_0x215aed),_0x2246a2['_markers'],_0x2246a2['affectsData'],_0x2246a2['baseVersion']);}return _0x10ff3f;}['_groupAdjacentOperations'](_0x4d57a2){if(!_0x4d57a2['length'])return[];const _0x14c56f=[];let _0x89a1a0=0x0,_0x274e62=0x0,_0xf20353=[];for(let _0x2924d0=0x0;_0x2924d0<=_0x4d57a2['length'];_0x2924d0++){const _0x56e2ee=_0x4d57a2[_0x2924d0],_0x59a7c5=_0x4d57a2[_0x2924d0-0x1];!_0x56e2ee||_0x59a7c5&&!this['_getOperationEnd'](_0x59a7c5)['isTouching'](this['_getOperationStart'](_0x56e2ee))?(_0x14c56f['push']({'operations':_0xf20353,'operationsIsolated':_0xf20353['map'](_0x454b34=>this['_shiftOperation'](_0x454b34['clone'](),-_0x274e62)),'groupOffset':_0x89a1a0}),_0xf20353=_0x56e2ee?[_0x56e2ee]:[],_0x274e62+=_0x89a1a0,_0x89a1a0=0x0):_0xf20353['push'](_0x56e2ee),_0x56e2ee&&'insert'===_0x56e2ee['type']&&(_0x89a1a0+=_0x56e2ee['howMany']);}return _0x14c56f;}['_findAdjacentContextDistance'](_0x12256b,_0x2eaed8,_0x219151,_0x20d351=0x1){const _0x53d694=new _0x12cc85({'startPosition':_0x12256b,'direction':_0x2eaed8});let _0x3317b6=0x0;for(let _0x3dac71=0x0;_0x3dac71<_0x20d351;_0x3dac71++){let _0x2e6477=0x0,_0x148fe9=!0x1,_0x24d2ce='forward'===_0x2eaed8?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x216038}of _0x53d694)if(_0x216038['is']('$textProxy')){const _0x38631a=_0x24d2ce['exec'](_0x216038['data']);if(_0x38631a&&_0x38631a['length']){if(_0x2e6477+='forward'===_0x2eaed8?_0x38631a['index']+_0x38631a[0x0]['length']:_0x216038['data']['length']-_0x38631a['index'],_0x38631a[0x0]['length']!==_0x216038['data']['length'])break;_0x148fe9=!0x0,_0x24d2ce='forward'===_0x2eaed8?/^\w+/:/\w+$/;}else{if(_0x148fe9)break;_0x2e6477+=_0x216038['offsetSize'];}}else{if(_0x216038['is']('element')){_0x219151['isInline'](_0x216038)&&!_0x148fe9&&(_0x2e6477+=0x1);break;}}_0x3317b6+=_0x2e6477,_0x53d694['jumpTo'](_0x12256b['getShiftedBy']('forward'===_0x2eaed8?_0x3317b6:-_0x3317b6));}return _0x3317b6;}['_getChangeContext'](_0x176170,_0x18dfb4){const _0x4f1c67=et(this['context'])['model']['schema'],_0x3916f0=this['_findAdjacentContextDistance'](_0x176170,'backward',_0x4f1c67,0x6),_0x167460=this['_findAdjacentContextDistance'](_0x18dfb4,'forward',_0x4f1c67,0x6),_0x2dae17=_0x176170['getShiftedBy'](-_0x3916f0),_0x4bdc95=_0x18dfb4['getShiftedBy'](_0x167460);return{'start':_0x2dae17,'end':_0x4bdc95,'hasContentBefore':!_0x2dae17['isAtStart'],'hasContentAfter':!_0x4bdc95['isAtEnd']};}['_insertMarkers'](_0x1164d5){const _0x270bf1=this['context']['plugins']['get']('AIEditing'),_0x73a0d8=new Set();et(this['context'])['model']['change'](_0x168de9=>{for(const _0xd8c881 of _0x1164d5){const _0x2dec98=''+fe+_0xd8c881['type']+':'+_0xd8c881['groupId']+'_'+_0x270bf1['_nextDataId'](_0x73a0d8);this['_markers']['set'](_0x2dec98,{'id':_0x2dec98,'groupId':_0xd8c881['groupId'],'type':_0xd8c881['type'],'content':_0xd8c881['content']}),_0x168de9['addMarker'](_0x2dec98,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x168de9['createRange'](_0xd8c881['start'],_0xd8c881['end'])});}});}['_createGetContextFn'](_0x2c4a45,_0x5d3687,_0xcde8a2){let _0x5b9157='';return()=>{if(!_0x5b9157){const _0xb1888e=_0x5d3687['toView'](_0x2c4a45,{'showSuggestionHighlights':!0x0});let _0x3e4c1a=_0xb1888e['getChild'](0x0);if(_0x3e4c1a['is']('containerElement')||(_0x3e4c1a=_0xb1888e),!_0x3e4c1a)return'';let _0x167d4b=!0x1;const _0x35ec86=[];for(const _0x58d2a6 of _0x3e4c1a['getChildren']())_0x58d2a6['is']('element','span')&&_0x58d2a6['hasClass']('ck-ai_review-marker_context-end')&&(_0x167d4b=!0x1),_0x167d4b&&_0x35ec86['push'](_0x58d2a6),_0x58d2a6['is']('element','span')&&_0x58d2a6['hasClass']('ck-ai_review-marker_context-start')&&(_0x167d4b=!0x0);_0x3e4c1a['_removeChildren'](0x0,_0x3e4c1a['childCount']),_0xcde8a2?.['ellipsisBefore']&&_0x3e4c1a['_appendChild']('…'),_0x3e4c1a['_appendChild'](_0x35ec86),_0xcde8a2?.['ellipsisAfter']&&_0x3e4c1a['_appendChild']('…');const _0x5edf6f=_0x5d3687['htmlProcessor']['domConverter']['viewToDom'](_0xb1888e),_0x340433=_0x5d3687['htmlProcessor']['htmlWriter']['getHtml'](_0x5edf6f);_0x5b9157=_0x340433;}return _0x5b9157;};}['_createGetContentFn'](_0x5069b4,_0x4f4f7c){let _0x3bd946='';return()=>(_0x3bd946||(_0x3bd946=_0x4f4f7c['stringify'](_0x5069b4,{'showSuggestionHighlights':!0x0})),_0x3bd946);}['_createGetContentUsingDataIdFn'](_0x1dce8a,_0x283d73,_0x40b175){let _0xc3d268='';return()=>{if(!_0xc3d268){const _0x333e31=_0x40b175['toView'](new _0xed521a(_0x1dce8a)),_0x247c91=_0x40b175['htmlProcessor']['domConverter']['viewToDom'](_0x333e31)['querySelector']('[data-id=\x22'+_0x283d73+'\x22]');_0xc3d268=_0x247c91?.['outerHTML']||'';}return _0xc3d268;};}['_findMarkerElement'](_0x3f0b27,_0x35b0ea=0x5){let _0x1e8a18=_0x3f0b27,_0x55b169=null;for(let _0x2a8167=0x0;_0x2a8167<_0x35b0ea&&_0x1e8a18;_0x2a8167++){if(!_0x1e8a18['className']){_0x1e8a18=_0x1e8a18['parentElement'];continue;}if(!(''+_0x1e8a18['className'])['includes']('ck-ai_review-marker_')){_0x1e8a18=_0x1e8a18['parentElement'];continue;}if(!_0x1e8a18['getAttribute']('data-marker-id'))break;_0x55b169=_0x1e8a18;break;}return _0x55b169;}['_findMarkerElementById'](_0x1de3af){const _0x1cb2dc=et(this['context']),_0x244c71=_0x1cb2dc['model']['markers']['get'](_0x1de3af);return _0x244c71?_0x332d78(_0x1cb2dc['editing'],_0x244c71):null;}['_getMarkersDataForGroup'](_0x35deb5){return Array['from'](this['_markers']['values']())['filter'](_0x2553eb=>_0x2553eb['groupId']===_0x35deb5);}['_getOperationStart'](_0x3bd5ac){return'insert'===_0x3bd5ac['type']?_0x3bd5ac['position']:_0x3bd5ac['newRange']['start'];}['_getOperationEnd'](_0x3419ca,_0x599f01=!0x1){return'insert'===_0x3419ca['type']?_0x599f01?_0x3419ca['position']:_0x3419ca['position']['getShiftedBy'](_0x3419ca['howMany']):_0x3419ca['newRange']['end'];}['_shiftOperation'](_0x10b3dc,_0x4f1614){return'insert'===_0x10b3dc['type']?_0x10b3dc['position']=_0x10b3dc['position']['getShiftedBy'](_0x4f1614):'marker'===_0x10b3dc['type']&&_0x10b3dc['newRange']&&(_0x10b3dc['newRange']=new _0x2b9aa0(_0x10b3dc['newRange']['start']['getShiftedBy'](_0x4f1614),_0x10b3dc['newRange']['end']['getShiftedBy'](_0x4f1614))),_0x10b3dc;}['_changeOperationOwnerDocument'](_0x4d0c24,_0x446dd6){'insert'===_0x4d0c24['type']?_0x4d0c24['position']=this['_changePositionOwnerDocument'](_0x4d0c24['position'],_0x446dd6):'marker'===_0x4d0c24['type']&&_0x4d0c24['newRange']&&(_0x4d0c24['newRange']=this['_changeRangeOwnerDocument'](_0x4d0c24['newRange'],_0x446dd6));}['_changePositionOwnerDocument'](_0x311f3a,_0x6a4c4e){return new _0x1cd1ff(_0x6a4c4e,_0x311f3a['path']);}['_changeRangeOwnerDocument'](_0x11c5d6,_0x1f339e){return new _0x2b9aa0(this['_changePositionOwnerDocument'](_0x11c5d6['start'],_0x1f339e),this['_changePositionOwnerDocument'](_0x11c5d6['end'],_0x1f339e));}['_changePosition'](_0x3c30c1,_0x3add31){return new _0x1cd1ff(_0x3add31,[..._0x3c30c1]);}['_changeRange'](_0x45c918,_0x22710b,_0x2144f3,_0xadf533){return new _0x2b9aa0(this['_changePosition'](_0x22710b,_0xadf533),this['_changePosition'](_0x2144f3,_0xadf533));}['_sortMarkers'](_0x233f05){const _0x39f8e5=_0x1dae05=>{switch(_0x1dae05){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x233f05['sort']((_0x17f690,_0x27781d)=>_0x39f8e5(_0x17f690['type'])-_0x39f8e5(_0x27781d['type']));}['_hasSameTopLevelElement'](_0x30536f,_0x3dfc42){const _0x233c6f=_0x30536f['getChild'](0x0),_0x1b7c9c=_0x3dfc42['getChild'](0x0);return!(!_0x233c6f||!_0x1b7c9c)&&((!_0x233c6f['is']('element')||!_0x1b7c9c['is']('element')||_0x233c6f['name']===_0x1b7c9c['name'])&&!(_0x233c6f['is']('element')&&!_0x1b7c9c['is']('element')||!_0x233c6f['is']('element')&&_0x1b7c9c['is']('element')));}['_haveSingleTopLevelElement'](_0x27f4fd){return 0x1===_0x27f4fd['childCount'];}['_haveOnlyInlineContent'](_0x9e8e95,_0x578d3e){for(const _0xa71f6 of _0x9e8e95['getChildren']())if(_0xa71f6['is']('element')&&!_0x578d3e['isInline'](_0xa71f6))return!0x1;return!0x0;}['_upsertDataId'](_0x1cf5e2,_0x250377){let _0x14d1e4=_0x1cf5e2['getAttribute'](Ct);return _0x14d1e4||(_0x14d1e4=_0x250377(),_0x1cf5e2['_setAttribute'](Ct,_0x14d1e4)),_0x14d1e4;}}class Os extends _0x28403e(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x466a66,contentNew:_0xa3a3f0,contentInitial:_0xd3304b,documentVersion:_0x1c08f8}){super(),this['id']=_0x466a66,this['contentNew']=_0xa3a3f0,this['contentInitial']=_0xd3304b,this['documentVersion']=_0x1c08f8;}}class Js extends ts(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x22ebe8,_0x4bd2de,_0x4fb498){super(),this['id']=_0x22ebe8,this['parent']=_0x4fb498,this['_data']=_0x4bd2de,this['set']('isActivated',!0x1),this['set']('isRated',!0x1),this['set']('status','pending'),this['on']('change:status',()=>{'pending'!==this['status']&&this['isActivated']&&(this['isActivated']=!0x1);});}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class Ks extends ts(){['id']=_0xdd667e();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x15d362,_0x36d6a2,_0x164f7f,_0x43a3a8,_0x3cca3){super(),this['_sourceCheck']=_0x36d6a2,this['_documentData']=_0x15d362,this['_aiConnector']=_0x164f7f,this['_reviewParams']=_0x43a3a8,this['_reviewArgs']=_0x3cca3,this['on']('change:status',(_0x873e58,_0x5cd68d,_0x7ae66f)=>{'aborted'==_0x7ae66f&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x7ae66f,'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'](_0x4b50f0=>'pending'===_0x4b50f0['status']);}get['currentError'](){return this['_currentError'];}['updateDocumentData'](_0x516db2){this['_documentData']=_0x516db2;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x1ea3ad=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x51906e of _0x1ea3ad)'unmodified'!==_0x51906e['data']['operation']&&('error'!==_0x51906e['data']['operation']?'review-metadata'!==_0x51906e['event']?this['_addReviewCheckResult'](_0x51906e['data']['dataId'],_0x51906e['data']['textDelta']):this['callId']=_0x51906e['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(_0x426a5c){this['_currentError']=_0x426a5c,_0x426a5c instanceof Error&&_0x426a5c['message']['includes']('ai-request-aborted')?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async['restart'](){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,await this['start']();}['addResultChanges'](_0x377b76,_0x1a763d){const _0x59a2ae=this['_results']['get'](_0x377b76);if(!_0x59a2ae)return;if(0x0===_0x1a763d['length'])return;const _0x5c03c5=[];_0x1a763d['forEach']((_0x305e6a,_0x1884fd)=>{const _0x36d15c=new Js(_0x59a2ae['id']+'-'+_0x1884fd,_0x305e6a,_0x59a2ae);_0x36d15c['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x36d15c,'status':_0x36d15c['status']});}),_0x36d15c['on']('change:isActivated',()=>{_0x36d15c['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x36d15c}):this['fire']('reviewCheckResultDeactivated',{'change':_0x36d15c});}),this['_changes']['push'](_0x36d15c),_0x5c03c5['push'](_0x36d15c);}),this['fire']('reviewCheckResultReady',{'changes':_0x5c03c5,'result':_0x59a2ae,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x3f5499){const _0x2c4475=this['_changes']['find'](_0xe5e512=>_0xe5e512['id']===_0x3f5499);return!(!_0x2c4475||'pending'!==_0x2c4475['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x4d33be=>!0x0===_0x4d33be['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x9960d6=>'pending'===_0x9960d6['status']);}['getChangeById'](_0x3b061e){return this['_changes']['find'](_0x267fa5=>_0x267fa5['id']===_0x3b061e);}['markAllChangesAsAccepted'](){for(const _0x2614b7 of this['_changes'])'pending'===_0x2614b7['status']&&(_0x2614b7['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x306339){const _0x8113b3=this['_changes']['find'](_0x2ecf6d=>_0x2ecf6d['id']===_0x306339);_0x8113b3&&'pending'===_0x8113b3['status']&&(_0x8113b3['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x307b34){const _0x56f59b=this['_changes']['find'](_0xec6ead=>_0xec6ead['id']===_0x307b34);_0x56f59b&&'pending'===_0x56f59b['status']&&(_0x56f59b['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x2be48d){const _0x4a37e1=this['_changes']['find'](_0x23bddd=>_0x23bddd['id']===_0x2be48d);_0x4a37e1&&'pending'===_0x4a37e1['status']&&(_0x4a37e1['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x2c8366){const _0x58273a=this['_changes']['find'](_0x5876e0=>_0x5876e0['id']===_0x2c8366);_0x58273a&&'outdated'===_0x58273a['status']&&(_0x58273a['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x5c4083){this['_changes']['filter'](_0x2a2eb0=>_0x2a2eb0['isActivated']&&_0x2a2eb0['id']!==_0x5c4083)['forEach'](_0x5f2d4f=>{_0x5f2d4f['isActivated']=!0x1;});const _0x53ecc7=this['_changes']['find'](_0x2515a0=>_0x2515a0['id']===_0x5c4083);_0x53ecc7&&'pending'===_0x53ecc7['status']&&(_0x53ecc7['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x321ba5=>_0x321ba5['isActivated'])['forEach'](_0x3d74e4=>{_0x3d74e4['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x4a2a2c){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x166d47;if(_0x4a2a2c){const _0x1709b2=this['_changes']['find'](_0x4c2db0=>_0x4c2db0['id']===_0x4a2a2c);if(_0x1709b2&&_0x1709b2['isRated'])return;_0x1709b2&&(_0x166d47=_0x1709b2['parent']['id'],_0x1709b2['isRated']=!0x0);}const _0x25e088={'positiveCount':this['_changes']['filter'](_0x608cc4=>'accepted'===_0x608cc4['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x25e088,this['callId'],_0x166d47);}['_addReviewCheckResult'](_0x4d2caa,_0x140c35){const _0x3f1cb5=this['_documentData']['elements']['get'](_0x4d2caa);if(!_0x3f1cb5)return;const _0x11ebbb=_0x3f1cb5['getContent']();if(_0x11ebbb===_0x140c35)return;const _0x32ed44=new Os({'id':_0x4d2caa,'contentInitial':_0x11ebbb,'contentNew':_0x140c35,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x32ed44['id'],_0x32ed44),this['fire']('reviewCheckResultAdded',{'result':_0x32ed44,'source':this});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x3cd2ff=>'pending'===_0x3cd2ff['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x445d24=>'pending'===_0x445d24['status'])['length']&&(this['status']='finished'));}}class si extends Ks{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x18104d=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x426e77=0x0;_0x426e77<this['_reviewParams']['length'];_0x426e77++){if(!this['_reviewParams'][_0x426e77]||!this['_sourceCheck']['options'][_0x426e77])continue;const _0x404f70=this['_sourceCheck']['options'][_0x426e77],_0x35d79a=_0x404f70['data']?.['find'](_0x47f3ac=>_0x47f3ac['id']===this['_reviewParams'][_0x426e77]);_0x35d79a&&_0x18104d['push'](_0x35d79a['label']);}return _0x18104d['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0xdb0136,_0x11931b,_0x1588f6){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x11931b,_0xdb0136,_0x1588f6);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class ve extends _0x4c91f3{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['requires'](){return[s];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){this['_initRequiredPlugins'](),this['_aiReviewCheckList']=await this['_getChecksList'](),this['listenTo'](this['_aiReviewCoreUi'],'getReviewCheckList',()=>{this['_aiReviewCoreUi']['setAvailableChecks'](this['_aiReviewCheckList']['checks']);}),this['listenTo'](this['_aiReviewCoreUi'],'runReviewCheck',async(_0x1a7511,_0x538e56)=>{const _0x32cb8f=this['_aiReviewCheckList']['getCheckById'](_0x538e56['id']);if(_0x32cb8f){this['_onReviewCheckRun'](_0x538e56),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x538e56,_0x32cb8f),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x978af8,_0x1e0e13)=>{switch(_0x1e0e13['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x1e0e13);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 _0x58d4fd('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new _0x58d4fd('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'!==_0x1e0e13['status']&&'error-chunk'!==_0x1e0e13['status']&&'error-general'!==_0x1e0e13['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x2c1852,_0x3d263e)=>{if(!this['_currentReviewCheckRun'])throw new _0x58d4fd('ai-review-mode-no-current-check-run',this);const _0x5984b2=this['_diffContent'](_0x3d263e['result']['contentInitial'],_0x3d263e['result']['contentNew']);_0x3d263e['source']['addResultChanges'](_0x3d263e['result']['id'],_0x5984b2);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x463f98,_0xfbe09c)=>{for(const _0x2ec9ff of _0xfbe09c['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x2ec9ff);this['_markChangePositionInEditorContent'](_0xfbe09c['changes'],_0xfbe09c['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x31114b,_0x4356f5)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x4356f5['change']['id'],_0x4356f5['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x16aff0,_0x30005d)=>{this['_onReviewCheckResultActivated'](_0x30005d);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0xf08f09){_0xf08f09 instanceof Error&&_0xf08f09['message']['includes']('ai-request-aborted')||(_0xf08f09 instanceof _0x58d4fd?this['_logError'](_0xf08f09):this['_logError'](new _0x58d4fd('ai-review-mode-check-run-failed',this,void 0x0,_0xf08f09)));}}else this['_logError'](new _0x58d4fd('ai-review-mode-source-check-not-found',this,{'checkId':_0x538e56['id']}));}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReview',()=>{this['_onReviewRunLeave']();}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReviewCoreResultList',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'abortReviewStream',()=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}),this['listenTo'](this['_aiReviewCoreUi'],'finishReview',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x30c52f=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x30c52f['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x30c52f['map'](_0x1c5483=>_0x1c5483['id']));const _0xd0da73=this['_currentReviewCheckRun'];_0xd0da73['markAllChangesAsAccepted'](),_0xd0da73['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x37e680,_0x1b8b70)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x1b8b70['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x1b8b70['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x1b8b70['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x1b8b70['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x13dbd0,_0x2f099a)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x2f099a['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x2f099a['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x2f099a['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x2f099a['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',(_0x3803d1,_0x15676c)=>{this['_onActivateChange'](_0x15676c);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x441c36,_0x11e70f)=>{this['_onDeactivateChange'](_0x11e70f);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x528f4f,_0x3ac1b1)=>{this['_onChangeMarkerClicked'](_0x528f4f,_0x3ac1b1);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x3fdc76,_0x2c15e0)=>{this['_onChangeMarkerHovered'](_0x3fdc76,_0x2c15e0);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x19446d,_0x22abe9)=>{this['_onChangeMarkerRemoved'](_0x19446d,_0x22abe9);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x56aac8,_0x4e8253)=>{this['_onChangeMarkerRestored'](_0x56aac8,_0x4e8253);});}['_createReviewCheckRun'](_0x4fc9e1,_0x49bab1){return new si(this['_aiReviewCoreEditing']['getDocumentData'](),_0x49bab1,this['_aiConnector'],_0x4fc9e1['params'],_0x4fc9e1['args']);}['_onChangeMarkerRemoved'](_0x40173c,_0x3cdb5d){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x3cdb5d['changeId']);}['_onChangeMarkerRestored'](_0x2197bd,_0x51b676){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x51b676['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0x219439=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x219439&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x6f6bab=this['_aiReviewCoreEditing']['getEditor']();_0x6f6bab&&_0x6f6bab['editing']['view']['change'](_0x563dde=>{const _0x47455d=_0x6f6bab['editing']['view']['document']['getRoot']();_0x563dde['removeClass']('ck-ai_review-diff',_0x47455d),_0x563dde['removeClass']('ck-ai_review-highlights',_0x47455d),_0x563dde['removeClass']('ck-ai-translate-mode-content',_0x47455d);});}['_getTranslationWithDefault'](_0x4d4a0f,_0x1a2c20){const _0x532056=m(this['context']['locale'],_0x4d4a0f);return _0x532056===_0x4d4a0f?_0x1a2c20:_0x532056;}['_logError'](_0x43484f,_0x3515a0=!0x1){gt(_0x43484f['message']),_0x3515a0||(_0x43484f['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x1c2007){if('content'===this['_changeActivationSource']){const _0x49f842=this['_aiReviewCoreUi']['getChangeElement'](_0x1c2007);_0x49f842&&_0x1bcb68(_0x49f842['closest']('.ck-ai_review__check-run-result')||_0x49f842);}else{if('panel'===this['_changeActivationSource']){const _0x4ab1ce=this['_getChangeContentElement'](_0x1c2007);if(!_0x4ab1ce)return;st({'target':_0x4ab1ce,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}const we=[{'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'}]}]}];class Ds{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x27b247){this['id']=_0x27b247['id'],this['commandId']=_0x27b247['commandId'],this['title']=_0x27b247['title'],this['description']=_0x27b247['description'],this['isParameterized']=_0x27b247['isParameterized'],this['useArgs']=_0x27b247['useArgs'],this['options']=_0x27b247['options'],this['args']=_0x27b247['args'];}}class vo extends ts(){['_checks']=[];['setupChecks'](_0x46e077){this['_checks']=_0x46e077['map'](_0x29c51a=>new Ds(_0x29c51a));}get['checks'](){return this['_checks'];}['getCheckById'](_0x557944){return this['checks']['find'](_0x38fbb3=>_0x38fbb3['id']===_0x557944);}['removeCheckById'](_0x217584){this['_checks']=this['_checks']['filter'](_0x3bf7ca=>_0x3bf7ca['id']!==_0x217584);}}class ke extends Ds{['_models']=[];['_defaultModel']=null;constructor(_0x228d73,_0x89817e,_0x56bbe2){super(_0x228d73),this['_models']=_0x89817e,this['_defaultModel']=_0x56bbe2;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class Ie extends Ds{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x599eb0,_0x677c15,_0x3a1efb){super(_0x599eb0),this['prompt']=_0x599eb0['prompt'],this['model']=_0x599eb0['model'],this['model']?this['_defaultModel']=_0x677c15['find'](_0x2b0e7f=>_0x2b0e7f['id']===this['model'])||null:this['_defaultModel']=_0x3a1efb;}get['defaultModel'](){return this['_defaultModel'];}}class _e extends vo{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x4569d9,_0x1d354f,_0x11d767){super(),this['_allModels']=_0x4569d9,this['_recommendedModels']=_0x1d354f,this['_defaultModel']=_0x11d767;}['setupChecks'](_0x2ea7a3){this['_checks']=_0x2ea7a3['map'](_0x4a8e0a=>!0x0===_0x4a8e0a['isExtra']?new Ie(_0x4a8e0a,this['_allModels'],this['_defaultModel']):'custom'===_0x4a8e0a['id']?new ke(_0x4a8e0a,this['_recommendedModels'],this['_defaultModel']):new Ds(_0x4a8e0a));}}class Ce extends Ks{['_prompt'];['_model'];constructor(_0x55e515,_0x3408c5,_0x34a7d9,_0x2171c6,_0x371f24){super(_0x34a7d9,_0x2171c6,_0x371f24),this['_prompt']=_0x55e515,this['_model']=_0x3408c5;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x57f7f8,_0x50f095,_0x2524a9){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x50f095,_0x57f7f8,_0x2524a9);}}class Re extends Ce{get['subTitle'](){return'';}set['prompt'](_0x4c8a5d){this['_prompt']=_0x4c8a5d;}set['model'](_0x501679){this['_model']=_0x501679;}}class pe extends ve{static get['pluginName'](){return'AIReviewModeController';}['_isDiffOn']=!0x1;['_hasDefaultAvailableCommands']=!0x1;constructor(_0x3c2429){super(_0x3c2429),this['_hasDefaultAvailableCommands']=!this['context']['config']['get']('ai.review.availableCommands'),this['context']['config']['define']('ai.review.availableCommands',we['map'](_0x31c02e=>_0x31c02e['id'])),this['context']['config']['define']('ai.review.extraCommands',[]);}async['init'](){await super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x5c6fc1,_0x4a996e)=>{this['_isDiffOn']=_0x4a996e['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x718ab2,_0x40a073){return _0x718ab2['isCustom']?new Ce(_0x718ab2['args']['prompt'],_0x718ab2['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x40a073,this['_aiConnector']):_0x40a073['isExtra']?new Re(_0x40a073['prompt'],_0x40a073['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x40a073,this['_aiConnector']):new si(this['_aiReviewCoreEditing']['getDocumentData'](),_0x40a073,this['_aiConnector'],_0x718ab2['params'],_0x718ab2['args']);}['_onReviewCheckResultActivated'](_0x168623){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x168623['change']['id']),this['_scrollToChange'](_0x168623['change']['id']);const _0xe03529=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x168623['change']['id']);if(!_0xe03529)return;const _0x4845f0=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x168623['change'],()=>_0xe03529['getElement'](),void 0x0,'click',_0x4845f0?.['editing']?.['view']?.['getDomRoot'](),_0x4845f0?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x168623['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0xb48572){this['_currentReviewCheckRun']&&'click'===_0xb48572['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0xb48572['id']));}['_onDeactivateChange'](_0x4b516d){this['_currentReviewCheckRun']&&'balloon'===_0x4b516d['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x2855f5,_0x5b3fb3){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x5b3fb3['changeId']);const _0x3d7b03=this['_currentReviewCheckRun']['getChangeById'](_0x5b3fb3['changeId']);if(!_0x3d7b03)return;const _0x4f5a6c=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x3d7b03,_0x5b3fb3['markerElement'],_0x5b3fb3['domEvent'],'click',_0x4f5a6c?.['editing']?.['view']?.['getDomRoot'](),_0x4f5a6c?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x463f0b,_0x244f2a){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0xeca2a3=this['_currentReviewCheckRun']['getChangeById'](_0x244f2a['changeId']);if(!_0xeca2a3)return;const _0x3abf07=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0xeca2a3,_0x244f2a['markerElement'],_0x244f2a['domEvent'],'hover',_0x3abf07?.['editing']?.['view']?.['getDomRoot'](),_0x3abf07?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0x3921fb){const _0x2b1eef=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3921fb);return _0x2b1eef?_0x2b1eef['getElement']():null;}['_markChangePositionInEditorContent'](_0x14ed77,_0x43bc13){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x14ed77,_0x43bc13);}['_diffContent'](_0x2cb9ce,_0x184e69){return this['_aiReviewCoreEditing']['diffContent'](_0x2cb9ce,_0x184e69);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x279110){const _0x3f7564=this['_aiReviewCoreEditing']['getEditor']();_0x279110?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon'](),_0x3f7564&&_0x3f7564['editing']['view']['change'](_0x39d026=>{const _0xf1fb8e=_0x3f7564['editing']['view']['document']['getRoot']();for(const _0x481c97 of _0xf1fb8e['getClassNames']())_0x481c97['startsWith']('ck-ai_review-')&&_0x39d026['removeClass'](_0x481c97,_0xf1fb8e);_0x39d026['addClass'](_0x279110?'ck-ai_review-diff':'ck-ai_review-highlights',_0xf1fb8e);});}async['_getChecksList'](){const _0x4138bd=[...we,...this['_getExtraChecks']()],_0x489b73=this['context']['config']['get']('ai.review.availableCommands')||[];this['_logErrorForNonExistentChecks'](_0x489b73,_0x4138bd);let _0x446196=_0x4138bd;this['_hasDefaultAvailableCommands']||(_0x446196=_0x489b73['map'](_0x451a12=>_0x4138bd['find'](_0x327495=>_0x327495['id']===_0x451a12))['filter'](_0x30a5b4=>!!_0x30a5b4)),_0x446196=_0x446196['map'](_0x33301e=>_0x33301e['isExtra']?_0x33301e:this['_translateReviewCheck'](_0x33301e));const _0xe0ad5c=_0x446196['some'](_0x439452=>_0x439452['isExtra']||'custom'===_0x439452['id']);let _0x4c384e=[],_0x10739b=[],_0x35cf2c=null;if(_0xe0ad5c){const _0x3af451=await this['_getModels']();_0x4c384e=_0x3af451['all'],_0x10739b=_0x3af451['recommended'],_0x35cf2c=_0x3af451['default'];}const _0x21bb5c=new _e(_0x4c384e,_0x10739b,_0x35cf2c);return _0x21bb5c['setupChecks'](_0x446196),_0xe0ad5c&&this['_filterChecksWithMissingModel'](_0x21bb5c),_0x21bb5c;}['_getExtraChecks'](){return(this['context']['config']['get']('ai.review.extraCommands')||[])['map'](_0x4e5b8a=>({'id':_0x4e5b8a['id'],'commandId':_0x4e5b8a['id'],'title':_0x4e5b8a['label'],'description':_0x4e5b8a['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x4e5b8a['prompt'],'model':_0x4e5b8a['model']}));}['_logErrorForNonExistentChecks'](_0x10950e,_0x38dcff){const _0x2d9dfb=_0x10950e['filter'](_0x1627f=>!_0x38dcff['some'](_0x22b84e=>_0x22b84e['id']===_0x1627f));_0x2d9dfb['length']&&this['_logError'](new _0x58d4fd('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0x2d9dfb['join'](',\x20')}),!0x0);}async['_getModels'](){try{const _0x2856d0=new It({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});return{'all':await _0x2856d0['getAll'](),'recommended':await _0x2856d0['getAvailableModels'](),'default':await _0x2856d0['getDefault']()};}catch(_0x2f848e){return this['_logError'](new _0x58d4fd('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x2f848e)),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x116ed9){const _0x5a7a0c='AI_REVIEW_CHECK_'+_0x116ed9['id']['toUpperCase']()['replaceAll']('-','_'),_0x4df87e={..._0x116ed9,'title':this['_getTranslationWithDefault'](_0x5a7a0c+'_TITLE',_0x116ed9['title']),'description':this['_getTranslationWithDefault'](_0x5a7a0c+'_DESCRIPTION',_0x116ed9['description'])};return _0x116ed9['options']&&(_0x4df87e['options']=_0x116ed9['options']['map'](_0x357e3f=>({..._0x357e3f,'label':this['_getTranslationWithDefault'](_0x5a7a0c+'_OPTIONS_LABEL',_0x357e3f['label']||''),'data':_0x357e3f['data']?_0x357e3f['data']['map'](_0x4bbfff=>({..._0x4bbfff,'label':this['_getTranslationWithDefault'](_0x5a7a0c+'_OPTIONS_DATA_'+_0x4bbfff['id']['toUpperCase'](),_0x4bbfff['label'])})):void 0x0}))),_0x4df87e;}['_filterChecksWithMissingModel'](_0x25f4a8){const _0x420f98=[];_0x25f4a8['checks']['forEach'](_0xa5f408=>{(_0xa5f408 instanceof Ie&&!_0xa5f408['defaultModel']||_0xa5f408 instanceof ke&&!_0xa5f408['models']['length'])&&_0x420f98['push'](_0xa5f408['id']);}),_0x420f98['length']&&_0x420f98['forEach'](_0x5a38d9=>{_0x25f4a8['removeCheckById'](_0x5a38d9),this['_logError'](new _0x58d4fd('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0x5a38d9}),!0x0);});}}class Wa extends _0x4c91f3{static get['requires'](){return[pe,ge,de];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class jr extends Ds{get['apiId'](){return'translate';}}class Pe extends vo{['setupChecks'](_0x197d2c){this['_checks']=_0x197d2c['map'](_0x56799f=>new jr(_0x56799f));}}class Se extends si{['_title'];constructor(_0x289a29,_0x15924e,_0x5843f9,_0x375fad,_0x4bc99b,_0x1b13c9){super(_0x289a29,_0x15924e,_0x5843f9,_0x4bc99b,_0x1b13c9),this['_title']=_0x375fad;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class rr extends ve{static get['pluginName'](){return'AITranslateController';}constructor(_0xeef6f6){super(_0xeef6f6),this['context']['config']['define']('ai.translate.languages',[{'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'}]);}['_onCheckRunFinished'](){this['_onReviewRunLeave'](!0x0);}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AITranslateUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x1614a0,_0xf914a3){return new Se(this['_aiReviewCoreEditing']['getDocumentData'](),_0xf914a3,this['_aiConnector'],m(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x1614a0['params'],_0x1614a0['args']);}['_onReviewCheckResultActivated'](_0xc1057c){this['_aiReviewCoreUi']['setActiveStateInResults'](_0xc1057c['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0xc1057c['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x59fa97){this['_currentReviewCheckRun']&&('hover'===_0x59fa97['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x59fa97['id'])),'click'===_0x59fa97['uiInteraction']&&this['_scrollToChange'](_0x59fa97['id']));}['_onDeactivateChange'](_0x755c6f){this['_currentReviewCheckRun']&&'panel'===_0x755c6f['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x1eee1a,_0x4a51cc){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x4a51cc['changeId']),this['_scrollToChange'](_0x4a51cc['changeId']));}['_onChangeMarkerHovered'](_0x557ae1,_0x41bd08){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x41bd08['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x41bd08['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0xff1370){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0xff1370);}['_markChangePositionInEditorContent'](_0x274064,_0x22b992){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x274064,_0x22b992);}['_diffContent'](_0x125017,_0x5e81dc){return this['_aiReviewCoreEditing']['diffContent'](_0x125017,_0x5e81dc,!0x0);}['_onReviewCheckRun'](){const _0x11f9a1=this['_aiReviewCoreEditing']['getEditor']();_0x11f9a1&&_0x11f9a1['editing']['view']['change'](_0x332181=>{const _0x12ddd0=_0x11f9a1['editing']['view']['document']['getRoot']();for(const _0x3ce0de of _0x12ddd0['getClassNames']())(_0x3ce0de['startsWith']('ck-ai-review-')||'ck-ai-translate-'===_0x3ce0de)&&_0x332181['removeClass'](_0x3ce0de,_0x12ddd0);_0x332181['addClass']('ck-ai-translate-mode-content',_0x12ddd0);});}async['_getChecksList'](){const _0x3246ff=[],_0x4f8b5d=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x340602 of _0x4f8b5d)_0x3246ff['push']({'title':_0x340602['label'],'id':_0x340602['id'],'commandId':_0x340602['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x340602['id']}});const _0x174e1c=new Pe();return _0x174e1c['setupChecks'](this['_translateChecks'](_0x3246ff)),_0x174e1c;}['_translateChecks'](_0x437428){return _0x437428['map'](_0x48dc36=>{const _0x2f6cab='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x48dc36['title']['toUpperCase']()['replaceAll']('-','_');return{..._0x48dc36,'title':this['_getTranslationWithDefault'](_0x2f6cab,_0x48dc36['title'])};});}}class Le extends Ve{constructor(_0x46c639,_0xa22391){super(_0x46c639,_0xa22391),this['on']('set:isLoading',(_0xe4a349,_0x1eef78,_0x35a72f)=>{_0x35a72f&&(this['headerTitle']=m(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x15f795,_0x23ad42,_0x1d9762)=>{_0x1d9762&&(this['headerTitle']=m(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0xbccac4=super['_createAcceptAllButtonView']();return _0xbccac4['set']('label',m(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0xbccac4;}['_createExitReviewButtonView'](){const _0x53b32e=super['_createExitReviewButtonView']();return _0x53b32e['set']('label',m(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x53b32e;}}class Ne extends je{['_setupTemplate'](){const _0x5933e6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x5933e6['if']('isVisible','ck-hidden',_0x23f554=>!_0x23f554)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':m(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':m(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x5933e6['if']('isVisible','ck-hidden',_0x850ef3=>!_0x850ef3)]},'children':this['_checkViews']}]});}}class tr extends Me{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0xfc561e=this['context']['locale'],_0x40a9fc=new _0x30e0ff(_0xfc561e,{'label':m(_0xfc561e,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x816b5e,'class':'ck-ai-header\x20ck-ai-header_review-translate'}),_0x39d2cb=new Ae(_0xfc561e,{'header':_0x40a9fc,'list':new Ne(_0xfc561e),'results':new Le(_0xfc561e,{'generalErrorText':m(_0xfc561e,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new be(_0xfc561e,{'headerText':m(_0xfc561e,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':m(_0xfc561e,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':m(_0xfc561e,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x39d2cb['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x39d2cb;}['registerTab'](){const _0x1a2a6d=this['context']['plugins']['get']('AITabs');_0x1a2a6d['view']['on']('activateTab',(_0x5a1cc6,_0x50baf7)=>{'translate'===_0x50baf7?this['fire']('getReviewCheckList'):this['fire']('leaveReview');}),_0x1a2a6d['view']['addTab']({'id':'translate','buttonLabel':m(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x816b5e,'order':0x0,'content':this['_mainView']});}}class Ya extends _0x4c91f3{static get['requires'](){return[rr,tr,de];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{ri as AIActions,z as AIAdapter,$n as AIAssistant,I as AIAssistantUI,u as AIBalloon,Ua as AIChat,rt as AIChatController,ht as AIChatHistory,jt as AIChatHistoryController,xt as AIChatHistoryUI,Ba as AIChatShortcuts,ct as AIChatUI,s as AIConnector,o as AIEditing,Ga as AIEditorIntegration,Qt as AIQuickActionType,Ka as AIQuickActions,ii as AIQuickActionsUI,er as AIRequestError,Ds as AIReviewCheck,Os as AIReviewCheckResult,Ks as AIReviewCheckRun,Wa as AIReviewMode,ve as AIReviewModeController,de as AIReviewModeEditing,ge as AIReviewModeUI,pt as AITabs,ar as AITextAdapter,qt as AIToggleButtonUI,Ya as AITranslate,rr as AITranslateController,tr as AITranslateUI,Xn as AWSTextAdapter,Qn as OpenAITextAdapter,R as ShowAIAssistantCommand,io as ToggleAICommand,Hs as createResizeButton,qn as getDefaultAICommands};