@ckeditor/ckeditor5-ai 48.0.1 → 48.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/ckeditor5-metadata.json +1 -1
  2. package/dist/aiballoon/aiballoon.d.ts +8 -1
  3. package/dist/aichat/aichatcontroller.d.ts +15 -2
  4. package/dist/aichat/aichatui.d.ts +4 -3
  5. package/dist/aichat/model/aichatcontext.d.ts +99 -1
  6. package/dist/aichat/model/aichatconversation.d.ts +25 -3
  7. package/dist/aichat/model/aichatinteraction.d.ts +9 -0
  8. package/dist/aichat/ui/aichatfeedview.d.ts +12 -11
  9. package/dist/aichat/ui/aichatview.d.ts +3 -2
  10. package/dist/aichat/ui/controls/resources/aichatcontextresourcesview.d.ts +1 -1
  11. package/dist/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +1 -2
  12. package/dist/aichat/utils/eventnames.d.ts +1 -1
  13. package/dist/aichat/utils/promisequeue.d.ts +0 -3
  14. package/dist/aichathistory/aichathistoryui.d.ts +1 -6
  15. package/dist/aichathistory/ui/aichathistorylistitemview.d.ts +1 -0
  16. package/dist/aichathistory/ui/aichathistoryview.d.ts +3 -11
  17. package/dist/aiconfig.d.ts +8 -0
  18. package/dist/aicore/aiconnector.d.ts +37 -0
  19. package/dist/aicore/aiediting.d.ts +25 -12
  20. package/dist/aicore/model/aicontext.d.ts +18 -0
  21. package/dist/aicore/model/aiinteraction.d.ts +11 -3
  22. package/dist/aicore/model/aimodels.d.ts +6 -0
  23. package/dist/aicore/model/aireply.d.ts +25 -4
  24. package/dist/aicore/pipeline/airesponseapplier.d.ts +13 -0
  25. package/dist/{aichat/ui/aichatheaderview.d.ts → aicore/ui/aiheaderview.d.ts} +11 -9
  26. package/dist/aicore/ui/aiskeleton.d.ts +4 -0
  27. package/dist/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +11 -3
  28. package/dist/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +1 -2
  29. package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +1 -3
  30. package/dist/aicore/utils/abortabletimeout.d.ts +16 -0
  31. package/dist/aicore/utils/createstartconversationbutton.d.ts +11 -0
  32. package/dist/aicore/utils/geteditorfromcontext.d.ts +13 -0
  33. package/dist/aicore/utils/getoperationsfromreply.d.ts +3 -1
  34. package/dist/aicore/utils/htmlstreamer.d.ts +10 -10
  35. package/dist/aicore/utils/scrollmanager.d.ts +5 -1
  36. package/dist/aiquickactions/aiquickactions.d.ts +7 -14
  37. package/dist/aiquickactions/aiquickactionsui.d.ts +1 -1
  38. package/dist/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +1 -1
  39. package/dist/aireviewcore/aireviewcoreediting.d.ts +29 -3
  40. package/dist/aireviewcore/model/aireviewcheckrun.d.ts +2 -0
  41. package/dist/aitabs/aitabs.d.ts +1 -5
  42. package/dist/aitabs/tabs/aitabsview.d.ts +36 -0
  43. package/dist/aitranslate/ui/aitranslatecheckresultsview.d.ts +1 -1
  44. package/dist/index-content.css +1 -0
  45. package/dist/index-editor.css +258 -235
  46. package/dist/index.css +258 -235
  47. package/dist/index.d.ts +8 -8
  48. package/dist/index.js +6 -6
  49. package/dist/translations/af.js +1 -1
  50. package/dist/translations/af.umd.js +1 -1
  51. package/dist/translations/ar.js +1 -1
  52. package/dist/translations/ar.umd.js +1 -1
  53. package/dist/translations/ast.js +1 -1
  54. package/dist/translations/ast.umd.js +1 -1
  55. package/dist/translations/az.js +1 -1
  56. package/dist/translations/az.umd.js +1 -1
  57. package/dist/translations/be.js +1 -1
  58. package/dist/translations/be.umd.js +1 -1
  59. package/dist/translations/bg.js +1 -1
  60. package/dist/translations/bg.umd.js +1 -1
  61. package/dist/translations/bn.js +1 -1
  62. package/dist/translations/bn.umd.js +1 -1
  63. package/dist/translations/bs.js +1 -1
  64. package/dist/translations/bs.umd.js +1 -1
  65. package/dist/translations/ca.js +1 -1
  66. package/dist/translations/ca.umd.js +1 -1
  67. package/dist/translations/cs.js +1 -1
  68. package/dist/translations/cs.umd.js +1 -1
  69. package/dist/translations/da.js +1 -1
  70. package/dist/translations/da.umd.js +1 -1
  71. package/dist/translations/de-ch.js +1 -1
  72. package/dist/translations/de-ch.umd.js +1 -1
  73. package/dist/translations/de.js +1 -1
  74. package/dist/translations/de.umd.js +1 -1
  75. package/dist/translations/el.js +1 -1
  76. package/dist/translations/el.umd.js +1 -1
  77. package/dist/translations/en-au.js +1 -1
  78. package/dist/translations/en-au.umd.js +1 -1
  79. package/dist/translations/en-gb.js +1 -1
  80. package/dist/translations/en-gb.umd.js +1 -1
  81. package/dist/translations/en.js +1 -1
  82. package/dist/translations/en.umd.js +1 -1
  83. package/dist/translations/eo.js +1 -1
  84. package/dist/translations/eo.umd.js +1 -1
  85. package/dist/translations/es-co.js +1 -1
  86. package/dist/translations/es-co.umd.js +1 -1
  87. package/dist/translations/es.js +1 -1
  88. package/dist/translations/es.umd.js +1 -1
  89. package/dist/translations/et.js +1 -1
  90. package/dist/translations/et.umd.js +1 -1
  91. package/dist/translations/eu.js +1 -1
  92. package/dist/translations/eu.umd.js +1 -1
  93. package/dist/translations/fa.js +1 -1
  94. package/dist/translations/fa.umd.js +1 -1
  95. package/dist/translations/fi.js +1 -1
  96. package/dist/translations/fi.umd.js +1 -1
  97. package/dist/translations/fr.js +1 -1
  98. package/dist/translations/fr.umd.js +1 -1
  99. package/dist/translations/gl.js +1 -1
  100. package/dist/translations/gl.umd.js +1 -1
  101. package/dist/translations/gu.js +1 -1
  102. package/dist/translations/gu.umd.js +1 -1
  103. package/dist/translations/he.js +1 -1
  104. package/dist/translations/he.umd.js +1 -1
  105. package/dist/translations/hi.js +1 -1
  106. package/dist/translations/hi.umd.js +1 -1
  107. package/dist/translations/hr.js +1 -1
  108. package/dist/translations/hr.umd.js +1 -1
  109. package/dist/translations/hu.js +1 -1
  110. package/dist/translations/hu.umd.js +1 -1
  111. package/dist/translations/hy.js +1 -1
  112. package/dist/translations/hy.umd.js +1 -1
  113. package/dist/translations/id.js +1 -1
  114. package/dist/translations/id.umd.js +1 -1
  115. package/dist/translations/it.js +1 -1
  116. package/dist/translations/it.umd.js +1 -1
  117. package/dist/translations/ja.js +1 -1
  118. package/dist/translations/ja.umd.js +1 -1
  119. package/dist/translations/jv.js +1 -1
  120. package/dist/translations/jv.umd.js +1 -1
  121. package/dist/translations/kk.js +1 -1
  122. package/dist/translations/kk.umd.js +1 -1
  123. package/dist/translations/km.js +1 -1
  124. package/dist/translations/km.umd.js +1 -1
  125. package/dist/translations/kn.js +1 -1
  126. package/dist/translations/kn.umd.js +1 -1
  127. package/dist/translations/ko.js +1 -1
  128. package/dist/translations/ko.umd.js +1 -1
  129. package/dist/translations/ku.js +1 -1
  130. package/dist/translations/ku.umd.js +1 -1
  131. package/dist/translations/lt.js +1 -1
  132. package/dist/translations/lt.umd.js +1 -1
  133. package/dist/translations/lv.js +1 -1
  134. package/dist/translations/lv.umd.js +1 -1
  135. package/dist/translations/ms.js +1 -1
  136. package/dist/translations/ms.umd.js +1 -1
  137. package/dist/translations/nb.js +1 -1
  138. package/dist/translations/nb.umd.js +1 -1
  139. package/dist/translations/ne.js +1 -1
  140. package/dist/translations/ne.umd.js +1 -1
  141. package/dist/translations/nl.js +1 -1
  142. package/dist/translations/nl.umd.js +1 -1
  143. package/dist/translations/no.js +1 -1
  144. package/dist/translations/no.umd.js +1 -1
  145. package/dist/translations/oc.js +1 -1
  146. package/dist/translations/oc.umd.js +1 -1
  147. package/dist/translations/pl.js +1 -1
  148. package/dist/translations/pl.umd.js +1 -1
  149. package/dist/translations/pt-br.js +1 -1
  150. package/dist/translations/pt-br.umd.js +1 -1
  151. package/dist/translations/pt.js +1 -1
  152. package/dist/translations/pt.umd.js +1 -1
  153. package/dist/translations/ro.js +1 -1
  154. package/dist/translations/ro.umd.js +1 -1
  155. package/dist/translations/ru.js +1 -1
  156. package/dist/translations/ru.umd.js +1 -1
  157. package/dist/translations/si.js +1 -1
  158. package/dist/translations/si.umd.js +1 -1
  159. package/dist/translations/sk.js +1 -1
  160. package/dist/translations/sk.umd.js +1 -1
  161. package/dist/translations/sl.js +1 -1
  162. package/dist/translations/sl.umd.js +1 -1
  163. package/dist/translations/sq.js +1 -1
  164. package/dist/translations/sq.umd.js +1 -1
  165. package/dist/translations/sr-latn.js +1 -1
  166. package/dist/translations/sr-latn.umd.js +1 -1
  167. package/dist/translations/sr.js +1 -1
  168. package/dist/translations/sr.umd.js +1 -1
  169. package/dist/translations/sv.js +1 -1
  170. package/dist/translations/sv.umd.js +1 -1
  171. package/dist/translations/th.js +1 -1
  172. package/dist/translations/th.umd.js +1 -1
  173. package/dist/translations/ti.js +1 -1
  174. package/dist/translations/ti.umd.js +1 -1
  175. package/dist/translations/tk.js +1 -1
  176. package/dist/translations/tk.umd.js +1 -1
  177. package/dist/translations/tr.js +1 -1
  178. package/dist/translations/tr.umd.js +1 -1
  179. package/dist/translations/tt.js +1 -1
  180. package/dist/translations/tt.umd.js +1 -1
  181. package/dist/translations/ug.js +1 -1
  182. package/dist/translations/ug.umd.js +1 -1
  183. package/dist/translations/uk.js +1 -1
  184. package/dist/translations/uk.umd.js +1 -1
  185. package/dist/translations/ur.js +1 -1
  186. package/dist/translations/ur.umd.js +1 -1
  187. package/dist/translations/uz.js +1 -1
  188. package/dist/translations/uz.umd.js +1 -1
  189. package/dist/translations/vi.js +1 -1
  190. package/dist/translations/vi.umd.js +1 -1
  191. package/dist/translations/zh-cn.js +1 -1
  192. package/dist/translations/zh-cn.umd.js +1 -1
  193. package/dist/translations/zh.js +1 -1
  194. package/dist/translations/zh.umd.js +1 -1
  195. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -20,9 +20,9 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x45624b,Command as _0x17f7e6,ContextPlugin as _0x149119,Editor as _0x787a86}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x40e468,IconCheck as _0xb32e01,IconError as _0x2a46c6,IconSubmit as _0x25ca5f,IconAIHistory as _0xc177a3,IconMagicWand as _0x4af8c1,IconRobotPencil as _0x3f6972,IconMaximize as _0x446fb0,IconMinimize as _0x3e998a,IconShowChangesOn as _0x7ec7be,IconShowChangesOff as _0x521f58,IconDocument as _0x1b2c3a,IconBoxWithCross as _0x4523b3,IconBoxWithCheck as _0x12452d,IconBoxWithMarker as _0x4abc09,IconInfo as _0x4d5b24,IconWeb as _0x4b1b3c,IconCancel as _0x4ce413,IconSelection as _0x4e3692,IconFileUpload as _0x286626,IconLink as _0x5c1be6,IconBulb as _0x26765e,IconAI as _0x3906dd,IconPreviousArrow as _0x574cb2,IconDocumentOutline as _0x50114c,IconLoupe as _0x492672,IconPaperClip as _0x4ffb3e,IconBrowseFiles as _0x395f54,IconDropdownArrow as _0x3d052f,IconStop as _0x27ba00,IconAIChat as _0x1e47b8,IconPlus as _0x3e83f1,IconPin as _0x124b17,IconThreeHorizontalDots as _0x35b178,IconAIReview as _0x5c188d,IconAITranslate as _0x54c868,IconAIAskAI as _0x30f1be,IconThumbUp as _0x260efa,IconThumbDown as _0x2d840c,IconChevronDown as _0x30cb3c,IconChevronUp as _0x21360b,IconAIQuickActions as _0x284079,IconAIChatCommands as _0x264cc1,IconAIImproveWriting as _0x2e33c6,IconAIContinueWriting as _0xbf47ac,IconAIGrammarCheck as _0x457edc,IconAIAdjustLength as _0x3ae578,IconAIChangeTone as _0x45ae75,IconAIOther as _0x4d6ada,IconRefresh as tt,IconNextArrow as et,IconOutdated as it,IconEye as st,IconEyeCrossedOut as nt,IconChevronRight as rt}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as at,CKEditorError as ot,ObservableMixin as ht,global as ct,isVisible as lt,Rect as ut,Collection as dt,FocusTracker as _t,KeystrokeHandler as At,first as gt,logWarning as It,logError as Et,toArray as Tt,EmitterMixin as pt,scrollViewportToShowTarget as mt,insertToPriorityArray as Ct,scrollAncestorsToShowTarget as wt,ResizeObserver as ft,_isMotionReduced as St,getConstrainedViewportRect as bt,DomEmitterMixin as Rt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as Ot,ButtonView as kt,View as Nt,SpinnerView as vt,IconView as yt,AutocompleteView as xt,ListView as Lt,ListItemGroupView as Dt,ListItemView as Pt,ButtonLabelView as Ht,FocusCycler as Mt,createLabeledTextarea as Ut,Dialog as Vt,createDropdown as Bt,addMenuToDropdown as Gt,MenuBarMenuView as Ft,MenuBarMenuListItemButtonView as Kt,DialogViewPosition as Wt,MenuBarMenuListView as Yt,MenuBarMenuListItemView as $t,BodyCollection as qt,BalloonPanelView as Qt,clickOutsideHandler as Xt,addListToDropdown as zt,UIModel as jt,submitHandler as Jt,LabeledFieldView as Zt,createLabeledInputText as te,FormHeaderView as _0x3b2f47,HighlightedTextView as _0x2fde5c,ViewCollection as _0x1684ff,FileDialogButtonView as _0x18b51c,InputTextView as _0x722ba6,SearchTextView as _0x58b33c,ListItemButtonView as _0x5c33d8,ButtonLabelWithHighlightView as _0x36b232,DropdownMenuPanelPositioningFunctions as _0x3637fc,BalloonToolbar as _0x1248ec,FormRowView as _0x319e6c,TextareaView as _0x40747}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x536f41,ClipboardMarkersUtils as _0x169a51}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x59cea1,ViewDataTransfer as _0x277278,ViewUpcastWriter as _0x31380d,Matcher as _0x33898f,_DetachOperation as _0x3b2327,_insertIntoModelNodeList as _0x5d3866,_removeFromModelNodeList as _0x1771bc,ModelRange as _0x17956e,transformOperationSets as _0x46a597,ViewDowncastWriter as _0x2338d8,ModelDocumentFragment as _0x4bebc2,ModelPosition as _0x290fc7,ModelTreeWalker as _0x196bc2,MarkerOperation as _0x191a03,InsertOperation as _0x32c449}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0xf36694,escape as _0x529f07,cloneDeep as _0x3c8e1c,escapeRegExp as _0x2d429f,debounce as _0x100610}from'es-toolkit/compat';import{createParser as _0x5294e5}from'eventsource-parser';import{CloudServices as _0x20133d}from'@ckeditor/ckeditor5-cloud-services/dist/index.js';import{parseDocument as _0x3ef18a}from'htmlparser2';import{isTag as _0x484e02,findOne as _0x4db387,getParent as _0x1ac720,findAll as _0x5acde9,removeElement as _0x39ddc4,replaceElement as _0x357adb,prepend as _0x577506,prependChild as _0x398feb,appendChild as _0x44a8bb,append as _0xb2479c,find as _0xd80dfc,isComment as _0x3e9ee5,getChildren as _0x4f2c98,textContent as _0x4ffda3}from'domutils';import _0x528b6c from'dom-serializer';import{Document as _0x9643f0,Element as ti,Text as _0x354f2f,cloneNode as _0x3b62e0,isDocument as _0x76090a,isText as _0x3512ac,NodeWithChildren as _0x1f669e}from'domhandler';import{MarkdownGfmMdToHtmlDefaultPlugins as _0x2eb414,MarkdownGfmMdToHtml as _0x1eb6c7}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import _0x506c89 from'rehype-sanitize';import{fixElementSuggestionRange as _0x308d83,DocumentCompare as _0x5ecf54,DATA_ID_MODEL_ATTRIBUTE as _0x87baee,ConfirmMixin as _0x37488b,getAllMarkersDomElementsSorted as _0x4c8a96,SuggestionsConversion as _0x1ea893,DATA_ID_VIEW_ATTRIBUTE as _0x4442a7,getMarkerDomElement as _0x548b72}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import _0x408aff from'morphdom';import{diffArrays as _0x27537d}from'diff';const pi='_ungrouppedCommands';function mi(_0x35cd69,_0x17947a){const _0x17fa6f=(0x0,_0x17947a['t'])('Other');return _0x35cd69['length']?'groupId'in _0x35cd69[0x0]?_0x35cd69:[{'groupId':pi,'groupLabel':_0x17fa6f,'order':0x1/0x0,'commands':_0x35cd69}]:[{'groupId':pi,'groupLabel':_0x17fa6f,'order':0x1/0x0,'commands':[]}];}const Ci=globalThis['DataTransfer'],wi='ai-ui';class fi extends _0x45624b{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x13dede}=this,_0x19f9bb=['ck-fake-ai-selection'];_0x13dede['config']['get']('ai.assistant.useTheme')&&_0x19f9bb['push']('ck-ai-assistant-ui_theme'),_0x13dede['conversion']['for']('editingDowncast')['markerToHighlight']({'model':wi,'view':{'classes':_0x19f9bb,'priority':0xc}}),_0x13dede['conversion']['for']('editingDowncast')['markerToElement']({'model':wi,'view':(_0x1f8515,{writer:_0x4b3c4d})=>{if(!_0x1f8515['markerRange']['isCollapsed'])return null;const _0x3ed77b=_0x4b3c4d['createUIElement']('span');return _0x4b3c4d['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x3ed77b),_0x3ed77b;}});}['afterInit'](){!async function(_0x180144){const _0x43f44a=_0x5418db([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]),_0x365d8d=0x3dffc4e1,_0x571cc8=0x3df84319^_0x365d8d,_0x501933=window[_0x5418db([0x44,0x61,0x74,0x65])][_0x5418db([0x6e,0x6f,0x77])](),_0x341a1f=_0x180144[_0x5418db([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x231ab9=new window[(_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d3d0f=>{_0x341a1f[_0x5418db([0x6f,0x6e,0x63,0x65])](_0x5418db([0x72,0x65,0x61,0x64,0x79]),_0x3d3d0f);}),_0x40bd5a={[_0x5418db([0x6b,0x74,0x79])]:_0x5418db([0x45,0x43]),[_0x5418db([0x75,0x73,0x65])]:_0x5418db([0x73,0x69,0x67]),[_0x5418db([0x63,0x72,0x76])]:_0x5418db([0x50,0x2d,0x32,0x35,0x36]),[_0x5418db([0x78])]:_0x5418db([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]),[_0x5418db([0x79])]:_0x5418db([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]),[_0x5418db([0x61,0x6c,0x67])]:_0x5418db([0x45,0x53,0x32,0x35,0x36])},_0x549845=_0x341a1f[_0x5418db([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5418db([0x67,0x65,0x74])](_0x5418db([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x476a68(){let _0x3bbeb4,_0x449b2d=null,_0x518f99=null;try{if(_0x549845==_0x5418db([0x47,0x50,0x4c]))return _0x5418db([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3bbeb4=_0x542a2b(),!_0x3bbeb4)return _0x5418db([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3bbeb4[_0x5418db([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x518f99=_0x4671a8(_0x3bbeb4[_0x5418db([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3bbeb4[_0x5418db([0x6a,0x74,0x69])])),await _0x27419d()?_0x1789d9()?_0x555be9()?_0x5418db([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3f4297()?(_0x3bbeb4[_0x5418db([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5418db([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x449b2d=_0x199c1d(_0x5418db([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x55b928()):_0x5418db([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5418db([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5418db([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5418db([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x555be9(){const _0x52c72e=[_0x5418db([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5418db([0x74,0x72,0x69,0x61,0x6c])][_0x5418db([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3bbeb4[_0x5418db([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x501933/0x3e8:0xe10*_0x571cc8;return _0x3bbeb4[_0x5418db([0x65,0x78,0x70])]<_0x52c72e;}function _0x1789d9(){const _0x2d9ba2=_0x3bbeb4[_0x5418db([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2d9ba2&&(!!_0x2d9ba2[_0x5418db([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5418db([0x2a]))||!!_0x2d9ba2[_0x5418db([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5418db([0x41,0x49])));}function _0x3f4297(){const _0x11227d=_0x3bbeb4[_0x5418db([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x11227d||0x0==_0x11227d[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x800a0d}=new URL(window[_0x5418db([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x11227d[_0x5418db([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x800a0d))return!0x0;const _0x32489e=_0x800a0d[_0x5418db([0x73,0x70,0x6c,0x69,0x74])](_0x5418db([0x2e]));return _0x11227d[_0x5418db([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bfb38=>_0x3bfb38[_0x5418db([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5418db([0x2a])))[_0x5418db([0x6d,0x61,0x70])](_0x96a2e8=>_0x96a2e8[_0x5418db([0x73,0x70,0x6c,0x69,0x74])](_0x5418db([0x2e])))[_0x5418db([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4493b5=>_0x4493b5[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x32489e[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5418db([0x6d,0x61,0x70])](_0x2446f3=>Array(_0x32489e[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2446f3[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5418db([0x66,0x69,0x6c,0x6c])](_0x2446f3[0x0]===_0x5418db([0x2a])?_0x5418db([0x2a]):'')[_0x5418db([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2446f3))[_0x5418db([0x73,0x6f,0x6d,0x65])](_0x22f735=>_0x32489e[_0x5418db([0x65,0x76,0x65,0x72,0x79])]((_0x94e5e7,_0x1a3c3a)=>_0x22f735[_0x1a3c3a]===_0x94e5e7||_0x22f735[_0x1a3c3a]===_0x5418db([0x2a])));}function _0x55b928(){return _0x449b2d&&_0x518f99?new window[(_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x490a07,_0x8592f3)=>{_0x449b2d[_0x5418db([0x74,0x68,0x65,0x6e])](_0x490a07,_0x8592f3),_0x518f99[_0x5418db([0x74,0x68,0x65,0x6e])](_0x55e32e=>{_0x55e32e!=_0x5418db([0x56,0x61,0x6c,0x69,0x64])&&_0x490a07(_0x55e32e);},_0x8592f3);}):_0x449b2d||_0x518f99||_0x5418db([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4671a8(_0x44efed,_0x1ef89b){return new window[(_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x474ab4=>{if(_0x74b8e4())return _0x474ab4(_0x5418db([0x56,0x61,0x6c,0x69,0x64]));_0x4a2f62(),_0x341a1f[_0x5418db([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5418db([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x488b19=!0x1;const _0x3fb43a=at();function _0x4f5d4c(_0x4bf994){return!!_0x4bf994&&(typeof _0x4bf994===_0x5418db([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4bf994===_0x5418db([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4bf994[_0x5418db([0x74,0x68,0x65,0x6e])]===_0x5418db([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4bf994[_0x5418db([0x63,0x61,0x74,0x63,0x68])]===_0x5418db([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4b2064(_0x5dc4db){_0x30bf20(_0x5dc4db)[_0x5418db([0x74,0x68,0x65,0x6e])](_0x60c169=>{if(!_0x60c169||_0x60c169[_0x5418db([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5418db([0x6f,0x6b]))return _0x5418db([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5b2186(_0x35a903(_0x3fb43a+_0x1ef89b))!=_0x60c169[_0x5418db([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5418db([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5418db([0x56,0x61,0x6c,0x69,0x64]);})[_0x5418db([0x74,0x68,0x65,0x6e])](_0x5a0efc=>(_0x5addf4(),_0x5a0efc),()=>{const _0x2ca693=_0x1b706a();return null==_0x2ca693?(_0x5addf4(),_0x5418db([0x56,0x61,0x6c,0x69,0x64])):_0x5418db(_0x501933-_0x2ca693>(0x19f340e1^_0x365d8d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5418db([0x74,0x68,0x65,0x6e])](_0x474ab4)[_0x5418db([0x63,0x61,0x74,0x63,0x68])](()=>{_0x474ab4(_0x5418db([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x34f22e=0x3dc92a61^_0x365d8d;function _0x5addf4(){const _0x525ea0=_0x5418db([0x6c,0x6c,0x63,0x74,0x2d])+_0x5b2186(_0x35a903(_0x44efed)),_0x5e2465=_0x45fee6(_0x5b2186(window[_0x5418db([0x4d,0x61,0x74,0x68])][_0x5418db([0x63,0x65,0x69,0x6c])](_0x501933/_0x34f22e)));window[_0x5418db([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5418db([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x525ea0,_0x5e2465);}function _0x1b706a(){const _0x58b220=_0x5418db([0x6c,0x6c,0x63,0x74,0x2d])+_0x5b2186(_0x35a903(_0x44efed)),_0x404a61=window[_0x5418db([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5418db([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x58b220);return _0x404a61?window[_0x5418db([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45fee6(_0x404a61),0x10)*_0x34f22e:null;}function _0x30bf20(_0x5d569f){return new window[(_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x18686f,_0x540702)=>{_0x5d569f[_0x5418db([0x74,0x68,0x65,0x6e])](_0x18686f,_0x540702),window[_0x5418db([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x540702,0x3dfe1021^_0x365d8d);});}}_0x341a1f[_0x5418db([0x6f,0x6e])](_0x5418db([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3986bb,_0x10e690)=>{if(_0x10e690[0x0]!=_0x44efed)return _0x474ab4(_0x5418db([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x10e690[0x1]={..._0x10e690[0x1],[_0x5418db([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3fb43a};},{[_0x5418db([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5418db([0x68,0x69,0x67,0x68])}),_0x341a1f[_0x5418db([0x6f,0x6e])](_0x5418db([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x279cf6=>{_0x4f5d4c(_0x279cf6[_0x5418db([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x488b19=!0x0,_0x4b2064(_0x279cf6[_0x5418db([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5418db([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5418db([0x6c,0x6f,0x77])}),_0x231ab9[_0x5418db([0x74,0x68,0x65,0x6e])](()=>{_0x488b19||_0x474ab4(_0x5418db([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x74b8e4(){return _0x341a1f[_0x5418db([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5418db([0x76,0x69,0x65,0x77])][_0x5418db([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5418db([0x61,0x75,0x74,0x6f]);}function _0x4a2f62(){_0x341a1f[_0x5418db([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5418db([0x76,0x69,0x65,0x77])][_0x5418db([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5418db([0x61,0x75,0x74,0x6f]);}}function _0x199c1d(_0xd36361){const _0x1c0934=[new window[(_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d7242=>setTimeout(_0x3d7242,0x3df6fa2d^_0x365d8d)),_0x231ab9[_0x5418db([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x391742=>{let _0x5d8c96=0x0;_0x341a1f[_0x5418db([0x6d,0x6f,0x64,0x65,0x6c])][_0x5418db([0x6f,0x6e])](_0x5418db([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x552c64,_0x47d0bc)=>{_0x47d0bc[0x0][_0x5418db([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5d8c96++,_0x5d8c96==(0x3dffc109^_0x365d8d)&&(_0x391742(),_0x552c64[_0x5418db([0x6f,0x66,0x66])]());});}))];return window[_0x5418db([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5418db([0x72,0x61,0x63,0x65])](_0x1c0934)[_0x5418db([0x74,0x68,0x65,0x6e])](()=>_0xd36361);}async function _0xd75257(){await _0x231ab9,_0x341a1f[_0x5418db([0x6d,0x6f,0x64,0x65,0x6c])][_0x5418db([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x503e6d,_0x341a1f[_0x5418db([0x6d,0x6f,0x64,0x65,0x6c])][_0x5418db([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x503e6d,_0x341a1f[_0x5418db([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5418db([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x38ccea(_0x31d6c7){const _0x41c0e0=_0x484590();_0x341a1f[_0x41c0e0]=_0x5418db([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x31d6c7,_0x31d6c7!=_0x5418db([0x56,0x61,0x6c,0x69,0x64])&&_0xd75257();}function _0x484590(){const _0x898522=window[_0x5418db([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5418db([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5418db([0x6e,0x6f,0x77])]())[_0x5418db([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5418db([0x2e]),'');let _0x4271de=_0x5418db([0x6e]);for(let _0x14937c=0x0;_0x14937c<_0x898522[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x14937c+=0x2){let _0x194d57=window[_0x5418db([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x898522[_0x5418db([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x14937c,_0x14937c+0x2));_0x194d57>=_0x43f44a[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x194d57-=_0x43f44a[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4271de+=_0x43f44a[_0x194d57];}return _0x4271de;}function _0x542a2b(){const _0x108ece=_0x549845[_0x5418db([0x73,0x70,0x6c,0x69,0x74])](_0x5418db([0x2e]));if(0x3!=_0x108ece[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x30eb1c(_0x108ece[0x1]);function _0x30eb1c(_0x47634b){const _0x5516bf=_0x4c4be0(_0x47634b);return _0x5516bf&&_0x16f0b9()?_0x5516bf:null;function _0x16f0b9(){const _0x3b67bd=_0x5516bf[_0x5418db([0x6a,0x74,0x69])],_0x59c3c3=window[_0x5418db([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b67bd[_0x5418db([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3b67bd[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3d7e11={..._0x5516bf,[_0x5418db([0x6a,0x74,0x69])]:_0x3b67bd[_0x5418db([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3b67bd[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3d7e11[_0x5418db([0x76,0x63])],_0x35a903(_0x3d7e11)==_0x59c3c3;}}}async function _0x27419d(){let _0x55ba0e=!0x0;try{const _0x1faa71=_0x549845[_0x5418db([0x73,0x70,0x6c,0x69,0x74])](_0x5418db([0x2e])),[_0x35af41,_0x1f17b5,_0x40c265]=_0x1faa71;return _0x1f1e08(_0x35af41),await _0x4c6538(_0x35af41,_0x1f17b5,_0x40c265),_0x55ba0e;}catch{return!0x1;}function _0x1f1e08(_0xeba8db){const _0x2e016e=_0x4c4be0(_0xeba8db);_0x2e016e&&_0x2e016e[_0x5418db([0x61,0x6c,0x67])]==_0x5418db([0x45,0x53,0x32,0x35,0x36])||(_0x55ba0e=!0x1);}async function _0x4c6538(_0x15ba03,_0x224b33,_0x33cdd0){const _0x53668b=window[_0x5418db([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5418db([0x66,0x72,0x6f,0x6d])](_0x162a0c(_0x33cdd0),_0x3c00d0=>_0x3c00d0[_0x5418db([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5c6ddb=new window[(_0x5418db([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5418db([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x15ba03+_0x5418db([0x2e])+_0x224b33),_0x370c2b=window[_0x5418db([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5418db([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x370c2b)return;const _0x3146df=await _0x370c2b[_0x5418db([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5418db([0x6a,0x77,0x6b]),_0x40bd5a,{[_0x5418db([0x6e,0x61,0x6d,0x65])]:_0x5418db([0x45,0x43,0x44,0x53,0x41]),[_0x5418db([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5418db([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5418db([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x370c2b[_0x5418db([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5418db([0x6e,0x61,0x6d,0x65])]:_0x5418db([0x45,0x43,0x44,0x53,0x41]),[_0x5418db([0x68,0x61,0x73,0x68])]:{[_0x5418db([0x6e,0x61,0x6d,0x65])]:_0x5418db([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3146df,_0x53668b,_0x5c6ddb)||(_0x55ba0e=!0x1);}}function _0x4c4be0(_0x43a29d){return _0x43a29d[_0x5418db([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5418db([0x65,0x79]))?JSON[_0x5418db([0x70,0x61,0x72,0x73,0x65])](_0x162a0c(_0x43a29d)):null;}function _0x162a0c(_0x560dbd){return window[_0x5418db([0x61,0x74,0x6f,0x62])](_0x560dbd[_0x5418db([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5418db([0x2b]))[_0x5418db([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5418db([0x2f])));}function _0x35a903(_0x2208c6){let _0x3619cb=0x1505;function _0x573639(_0x27a63c){for(let _0x44d3e8=0x0;_0x44d3e8<_0x27a63c[_0x5418db([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44d3e8++){const _0x4492c3=_0x27a63c[_0x5418db([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x44d3e8);_0x3619cb=(_0x3619cb<<0x5)+_0x3619cb+_0x4492c3,_0x3619cb&=_0x3619cb;}}function _0x3343d2(_0x47a275){Array[_0x5418db([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x47a275)?_0x47a275[_0x5418db([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3343d2):_0x47a275&&typeof _0x47a275==_0x5418db([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5418db([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x47a275)[_0x5418db([0x73,0x6f,0x72,0x74])]()[_0x5418db([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3e2967,_0x2dabad])=>{_0x573639(_0x3e2967),_0x3343d2(_0x2dabad);}):_0x573639(window[_0x5418db([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x47a275));}return _0x3343d2(_0x2208c6),_0x3619cb>>>0x0;}function _0x5b2186(_0x245808){return _0x245808[_0x5418db([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5418db([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5418db([0x30]));}function _0x45fee6(_0x515d02){return _0x515d02[_0x5418db([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5418db([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5418db([0x6a,0x6f,0x69,0x6e])]('');}function _0x503e6d(){}function _0x5418db(_0x347f03){return _0x347f03['map'](_0xa254f9=>String['fromCharCode'](_0xa254f9))['join']('');}_0x38ccea(await _0x476a68());}(this);}['showFakeVisualSelection'](){const _0x207963=this['editor']['model'];_0x207963['change'](_0x43fe54=>{const _0x5155e7=_0x207963['document']['selection']['getRanges']();let _0x2bcce2=0x0;for(const _0x228396 of _0x5155e7){const _0x203bb4=wi+':'+_0x2bcce2;if(_0x207963['markers']['has'](_0x203bb4))_0x43fe54['updateMarker'](_0x203bb4,{'range':_0x228396});else{if(_0x228396['start']['isAtEnd']){const _0x521ff6=_0x228396['start']['getLastMatchingPosition'](({item:_0x51c322})=>!_0x207963['schema']['isContent'](_0x51c322),{'boundaries':_0x228396});_0x43fe54['addMarker'](_0x203bb4,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x43fe54['createRange'](_0x521ff6,_0x228396['end'])});}else _0x43fe54['addMarker'](_0x203bb4,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x228396});}_0x2bcce2++;}});}['hideFakeVisualSelection'](){const _0x1a74b5=this['editor']['model'],_0x4964ce=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](wi));_0x4964ce['length']&&_0x1a74b5['change'](_0x37ab75=>{_0x4964ce['forEach'](_0xc1393f=>{_0x37ab75['removeMarker'](_0xc1393f);});});}['insertContent'](_0x15ea29,_0x1ea491){const _0x4df939=this['_getAISelection'](),_0x16103e=_0x1ea491||_0x4df939['getFirstRange']();this['editor']['model']['canEditAt'](_0x16103e)&&this['editor']['model']['change'](_0xa0d75c=>{this['hideFakeVisualSelection'](),_0x1ea491||this['_resetContentOfSelectedTableCells'](_0xa0d75c,_0x4df939),this['_pasteHTMLUsingClipboard']({'insertAt':_0x16103e,'writer':_0xa0d75c,'html':_0x15ea29});});}['insertContentBelow'](_0x275cc1){const {model:_0x55debe}=this['editor'],_0x5a846d=this['_getAISelection']();_0x55debe['change'](()=>{const _0x385fe7=this['_prepareTableInsertBelowPosition'](_0x275cc1,_0x5a846d)||this['_getDefaultInsertBelowPosition'](_0x5a846d);this['insertContent'](_0x275cc1,_0x385fe7);});}['_getAISelection'](){const _0x314782=this['editor']['model'],_0x35aa45=Array['from'](_0x314782['markers']['getMarkersGroup'](wi))['map'](_0x2234ee=>_0x2234ee['getRange']());return _0x314782['createSelection'](_0x35aa45);}['_pasteHTMLUsingClipboard']({writer:_0x3be9d5,html:_0x5ed929,insertAt:_0x4c0ee1}){const {view:_0x51db6c}=this['editor']['editing'],_0x508c32=this['editor']['plugins']['get'](_0x536f41),_0xbed0ba=new Ci();_0xbed0ba['setData']('text/html',_0x5ed929);const _0x370720=new ClipboardEvent('paste',{'clipboardData':_0xbed0ba}),_0x2e0d30=new _0x59cea1(_0x51db6c,_0x370720,{'dataTransfer':new _0x277278(_0xbed0ba)});_0x3be9d5['setSelection'](_0x4c0ee1);const _0x33cb66=(_0x58a273,_0x239d2a)=>{_0x239d2a['resultRange']&&_0x3be9d5['setSelection'](_0x239d2a['resultRange']);};_0x508c32['once']('contentInsertion',_0x33cb66,{'priority':'lowest'}),_0x51db6c['document']['fire']('paste',_0x2e0d30),_0x508c32['off']('contentInsertion',_0x33cb66);}['_getDefaultInsertBelowPosition'](_0x4faf2b){const {model:_0x3770fd}=this['editor'],_0x54fa39=Array['from'](_0x4faf2b['getSelectedBlocks']());return _0x54fa39['length']?_0x3770fd['createPositionAfter'](_0x54fa39['pop']()):_0x4faf2b['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x5ba464,_0x54121d){const {model:_0x44482c,plugins:_0x3d05af}=this['editor'];if(_0x3d05af['has']('TableUtils')){const _0x32e58a=_0x3d05af['get']('TableUtils')['getSelectedTableCells'](_0x54121d);if(_0x32e58a['length']){const _0x2c025e=this['_getTableRowCountFromContent'](_0x5ba464),_0x46a95b=this['_createEmptyTableRows'](_0x32e58a,_0x2c025e);return _0x44482c['createPositionAt'](_0x46a95b,0x0);}}return null;}['_getTableRowCountFromContent'](_0x30f04a){const _0x5f4d69=this['editor']['plugins']['get']('TableUtils'),_0x5019b1=this['editor']['data']['parse'](_0x30f04a),_0x3f0f3f=Array['from'](_0x5019b1['getChildren']())['filter'](_0x423cbe=>_0x423cbe['is']('element','table'));let _0x4f68ab=0x0;return _0x3f0f3f['forEach'](_0x46ab63=>{_0x4f68ab+=_0x5f4d69['getRows'](_0x46ab63);}),_0x4f68ab;}['_createEmptyTableRows'](_0x152393,_0x1985fd){const _0x5b5c05=this['editor']['plugins']['get']('TableUtils'),_0xf18561=_0x5b5c05['getRowIndexes'](_0x152393),_0x359f50=_0x5b5c05['getColumnIndexes'](_0x152393),_0x7dbb21=_0xf18561['last']+0x1,_0xf3ae93=_0x359f50['first'],_0x4d174d=_0x152393[0x0]['findAncestor']('table');for(let _0x5e7040=0x0;_0x5e7040<_0x1985fd;_0x5e7040++)_0x5b5c05['insertRows'](_0x4d174d,{'at':_0x7dbb21});return _0x4d174d['getChild'](_0x7dbb21)['getChild'](_0xf3ae93);}['_resetContentOfSelectedTableCells'](_0x437d64,_0x2fc61e){const {plugins:_0x375d3e}=this['editor'],{model:_0x25b07c}=_0x437d64;if(!_0x375d3e['has']('TableUtils'))return;_0x375d3e['get']('TableUtils')['getSelectedTableCells'](_0x2fc61e)['length']&&_0x25b07c['deleteContent'](_0x2fc61e);}}class Si extends _0x45624b{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new ot('aiadapter-text-adapter-not-set',null);}}class bi extends Error{constructor(_0x1f4b3d){super(_0x1f4b3d),this['name']='AIRequestError';}}function Ri(_0x57fbf4,_0x17c838,_0x40bd4f){const t=_0x57fbf4['t'];switch(_0x17c838){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',_0x40bd4f);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x40bd4f);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'},_0x40bd4f);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 _0x17c838;}}class Oi extends _0x17f7e6{['_commandDefinitions'];constructor(_0x48f2af,_0x104603){super(_0x48f2af),this['_commandDefinitions']=_0x104603,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x3edf22,_0x2d078c,_0x43ffcc)=>{this['isEnabled']&&(this['enabledCommandsIds']=ki(this['_commandDefinitions'],_0x43ffcc));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x51867c,_0x1f3433,_0x3dd1b3)=>{this['enabledCommandsIds']=_0x3dd1b3?ki(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x39c204=this['editor']['model'];this['_hasContext']=function(_0x269a3c){const _0x49eebb=_0x269a3c['document']['selection'];return _0x49eebb['isCollapsed']?0x0!==[..._0x49eebb['getSelectedBlocks']()]['length']&&![..._0x49eebb['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x269a3c['hasContent'](_0x49eebb['getFirstRange']());}(_0x39c204);const _0x54212d=_0x39c204['document']['selection'],_0x14a40d=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0xf7375a of _0x54212d['getRanges']())for(const _0x4b3a00 of _0xf7375a['getItems']())if(_0x4b3a00['is']('element')&&_0x14a40d['includes'](_0x4b3a00['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x86fe61='',_0x3cb3c8='',_0x52b474='custom'){this['editor']['plugins']['get'](Wi)['showUI'](_0x86fe61,_0x3cb3c8,_0x52b474);}}function ki(_0x11f240,_0x52921b){const _0x1d3b86=new Set();for(const _0x39e575 of _0x11f240['values']())(_0x52921b||!0x1===_0x39e575['requiresContent'])&&_0x1d3b86['add'](_0x39e575['id']);return Array['from'](_0x1d3b86);}const Ni=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class vi extends/* #__PURE__ -- @preserve */
24
- ht(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x2726b3,_0xf91966,_0x5431cd){super(),this['editor']=_0x2726b3,this['textAdapter']=_0xf91966,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x5431cd,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x1639f,_0x4740b2,_0x4d34ea)=>{this['view']['value']=this['_sanitizeHTML'](_0x4d34ea);}),this['listenTo'](this['view'],'submitPrompt',(_0x8e77b9,_0x19537a)=>{const _0x3515af=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x19537a,_0x3515af,'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:_0x5cec4c,query:_0x2a7a82,htmlContent:_0x7d3327,label:_0x461da5,mainActionLabel:_0x50621b}){this['view']['prompt']=_0x461da5,this['view']['mainAction']=_0x50621b,this['initialContext']=_0x7d3327,_0x2a7a82&&(this['view']['isRendered']?this['_handleQuery'](_0x2a7a82,_0x7d3327,_0x5cec4c,_0x461da5):this['view']['once']('render',()=>{this['_handleQuery'](_0x2a7a82,_0x7d3327,_0x5cec4c,_0x461da5);}));}['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'](_0x29227b,_0x43a4b2,_0x51d4c9,_0x4cfe17){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x43a4b2,this['previousQuery']=_0x29227b,this['previousLabel']=_0x4cfe17||_0x29227b,this['previousActionId']=_0x51d4c9,new Promise(_0x4549fb=>{this['textAdapter']['makeRequest']({'query':_0x29227b,'context':_0x43a4b2,'onData':_0x554573=>{this['currentResponse']=_0x554573,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x51d4c9})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x124b35=>{_0x124b35 instanceof bi?this['view']['handleError'](_0x124b35['message']):this['view']['handleError'](),_0x4549fb();})['finally'](()=>{this['stopProcessing'](),_0x4549fb();});});}['_parseAndNormalizeContent'](_0x276de3,_0x211059=!0x1){const _0x553174=Ni['exec'](_0x276de3);_0x276de3=_0x553174?_0x276de3['substring'](_0x553174[0x1]['length']):_0x276de3['length']<0x64&&!_0x211059?'':this['_stripMarkdownSyntax'](_0x276de3);const _0x418622=this['_domParser']['parseFromString'](_0x276de3,'text/html');if(_0x553174){const _0xa1fead=Array['from'](_0x418622['body']['childNodes']);_0xa1fead['reverse']();for(const _0x5980a8 of _0xa1fead){if(_0x5980a8['nodeType']==Node['ELEMENT_NODE'])break;_0x5980a8['remove']();}}const _0x152ce4=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x418622['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x152ce4);const _0x3732ab=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x12fc91=this['editor']['data']['toModel'](_0x152ce4);return _0x3732ab||_0x12fc91['markers']['clear'](),this['editor']['data']['stringify'](_0x12fc91);}['_normalizeResponseHeadings'](_0x3dc4d0){const _0x2e02a2=new _0x31380d(this['editor']['editing']['view']['document']),_0x394b4a=new _0x33898f({'name':/^h[1-5]$/}),_0x589eaa=[];let _0x213f7e=!0x1;for(const _0x4ddf25 of _0x3dc4d0)_0x4ddf25['is']('element')&&_0x394b4a['match'](_0x4ddf25)&&(_0x589eaa['push'](_0x4ddf25),'h1'==_0x4ddf25['name']&&(_0x213f7e=!0x0));if(_0x213f7e){for(const _0x5a567e of _0x589eaa)_0x2e02a2['rename']('h'+(parseInt(_0x5a567e['name'][0x1])+0x1),_0x5a567e);}}['_isH1TagSupportEnabled'](){const {data:_0x5a6a23,editing:_0x4f2c74}=this['editor'],_0x124c06=_0x5a6a23['htmlProcessor']['toView']('<h1></h1>'),_0x529f08=_0x5a6a23['toView'](_0x5a6a23['toModel'](_0x124c06));return!!_0x4f2c74['view']['domConverter']['viewToDom'](_0x529f08)['querySelector']('h1');}['_sanitizeHTML'](_0x592017){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x592017),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x20eea8){const _0xfd691f=_0x20eea8['trim']();return _0xfd691f['startsWith']('```html')?_0xfd691f['endsWith']('```')?_0xfd691f['substring'](0x7,_0xfd691f['length']-0x3):_0xfd691f['substring'](0x7):_0x20eea8;}}const yi={'REPLACE':'replace','INSERT':'insert'};class xi extends Ot{constructor(_0x24102e){super(_0x24102e),this['set']('isVisible',!0x1),this['set']('mainAction',yi['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x40a677=>Ri(_0x24102e,'AI_'+_0x40a677['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Ri(_0x24102e,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Ri(_0x24102e,'Try\x20again')),this['stopButton']=this['_createButton'](Ri(_0x24102e,'Stop'));const _0x132e61=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x132e61['if']('isVisible','ck-hidden',_0x217948=>!_0x217948)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x256059,_0x3bb235){const _0x3a43ba=new kt(this['locale']);return _0x3a43ba['set']({'label':_0x256059,'class':_0x3bb235||'','isVisible':!0x0,'withText':!0x0}),_0x3a43ba;}}class Li extends Nt{['contentFieldView'];['copyButtonView'];constructor(_0x39ddae,_0x4bdc07=''){super(_0x39ddae),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x5c88cf=this['bindTemplate'];this['contentFieldView']=new Di(_0x39ddae,_0x4bdc07),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x5c88cf['if']('isVisible','ck-hidden',_0x7d0530=>!_0x7d0530)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x5c88cf['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 _0x570291=!0x1;this['on']('change:value',(_0x1f4264,_0x29b77e,_0x370b47)=>{const _0x4ea597=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x370b47),this['isProcessing']&&_0x4ea597&&!_0x570291&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0xebf373,_0x371123,_0x2a5988)=>{_0x570291=!0x1,_0x2a5988?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x570291=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x570291=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x2947af=this['locale'],_0x48378e=new kt(this['locale']),_0x4e2648='ck-ai-form__copy-button';return _0x48378e['set']({'label':Ri(_0x2947af,'Copy'),'icon':_0x40e468,'class':_0x4e2648,'tooltip':!0x0}),_0x48378e['bind']('isVisible')['to'](this,'value',_0x3af98b=>!!_0x3af98b),_0x48378e['bind']('isEnabled')['to'](this,'isProcessing',_0x33fb8b=>!_0x33fb8b),_0x48378e['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x48378e['icon']=_0xb32e01,_0x48378e['class']=_0x4e2648+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x48378e['icon']=_0x40e468,_0x48378e['class']=_0x4e2648;},0x3e8);}),_0x48378e;}['_copyHTMLToClipboard'](_0x2ad421){const {window:_0x3fdcc9,document:_0x4545ba}=ct;if(_0x3fdcc9['ClipboardItem']){const {Blob:_0x259dca,ClipboardItem:_0x1c040a}=_0x3fdcc9,_0x1f06a7=[new _0x1c040a({'text/html':new _0x259dca([_0x2ad421['innerHTML']],{'type':'text/html'}),'text/plain':new _0x259dca([_0x2ad421['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x1f06a7);}else{const _0x378875=_0x4545ba['createElement']('div');_0x378875['style']['position']='absolute',_0x378875['style']['left']='-9999px',_0x378875['innerHTML']='<span>[</span>'+_0x2ad421['innerHTML']+'<span>]</span>',_0x4545ba['body']['appendChild'](_0x378875);const _0x70d950=_0x4545ba['createRange']();_0x70d950['setStartAfter'](_0x378875['firstElementChild']),_0x70d950['setEndBefore'](_0x378875['lastElementChild']);const _0x75baf6=_0x3fdcc9['getSelection']();_0x75baf6['removeAllRanges'](),_0x75baf6['addRange'](_0x70d950),_0x4545ba['execCommand']('copy'),_0x378875['remove']();}}}class Di extends Nt{constructor(_0xa188e1,_0x467c87=''){super(_0xa188e1),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x467c87,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x178275){this['element']['innerHTML']=_0x178275;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x5582b0=new Nt(),_0x3eaa30=this['locale'],_0x426d54=new vt();return _0x426d54['isVisible']=!0x0,_0x5582b0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x426d54,{'text':Ri(_0x3eaa30,'AI\x20is\x20writing...')}]}),_0x5582b0['render'](),_0x5582b0;}}class Pi extends Nt{constructor(_0x55bd2b,_0x5014bc=''){super(_0x55bd2b);const _0x56dcc1=new yt(),_0x357786=this['bindTemplate'];this['set']('text',_0x5014bc),_0x56dcc1['content']=_0x2a46c6,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x56dcc1,{'text':_0x357786['to']('text')}]});}}class Hi extends xt{['submitButtonView'];['showHistoryButtonView'];constructor(_0x23d8c5,_0x993b29){super(_0x23d8c5,_0x993b29),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',(_0x438283,_0xdbf49)=>{_0x438283['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0xdbf49());});}['_createSubmitButton'](){const _0x22740c=new kt(this['locale']),_0x449a18=this['locale'];return _0x22740c['set']({'icon':_0x25ca5f,'label':Ri(_0x449a18,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x22740c['on']('execute',()=>{this['submit']();}),_0x22740c['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x575126,_0x199eff)=>!_0x575126&&_0x199eff),_0x22740c;}['_createShowHistoryButton'](){const _0x28f995=new kt(this['locale']),_0xb82a31=this['resultsView'],_0x4ee70b=this['locale'];_0x28f995['set']({'label':Ri(_0x4ee70b,'History'),'withText':!0x1,'icon':_0xc177a3,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x28f995['bind']('isOn')['to'](_0xb82a31,'isVisible'),_0x28f995['bind']('isEnabled')['to'](this,'isEnabled'),_0x28f995['on']('execute',()=>{_0xb82a31['isVisible']=!_0xb82a31['isVisible'],_0xb82a31['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x5cc08e=()=>{ct['window']['requestAnimationFrame'](()=>{if(lt(this['element'])){const _0x3d87b8=new ut(this['queryView']['fieldView']['element']),_0x3c04ce=_0x3d87b8['width'],_0x2c736e='rtl'===_0x4ee70b['uiLanguageDirection']?'left':'right';_0x3d87b8['excludeScrollbarsAndBorders'](),_0x28f995['element']['style'][_0x2c736e]=_0x3c04ce-_0x3d87b8['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x5cc08e),this['on']('render',_0x5cc08e),_0x28f995;}['submit'](){const _0x478b2d=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x478b2d);}['focus'](_0x14cc89){-0x1===_0x14cc89?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class Mi extends Lt{['historyGroupView'];['clearHistoryButton'];constructor(_0x382398){super(_0x382398),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Dt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Ri(_0x382398,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x38537e=0x0;for(const _0x2e6a8a of this['items'])_0x38537e+=_0x2e6a8a['items']['length'];return{'resultsCount':_0x38537e,'totalItemsCount':_0x38537e};}['_createClearHistoryButton'](){const _0x596c12=this['locale'],_0x25fd6c=new kt(this['locale']);return _0x25fd6c['set']({'label':'('+Ri(_0x596c12,'Clear')+')','withText':!0x0}),_0x25fd6c['on']('execute',()=>this['fire']('clearHistory')),_0x25fd6c;}}class Ui extends Pt{constructor(_0x3f016f){super();const _0x364d6a=new Ht(),_0x3289ee=new kt(this['locale'],_0x364d6a);this['children']['add'](_0x3289ee),_0x3289ee['set']({'label':_0x3f016f['prompt'],'withText':!0x0}),_0x3289ee['on']('execute',()=>{this['fire']('execute',{'value':_0xf36694(_0x3f016f['prompt'])});});}}const Vi='CKEditor/AIFormView/PromptHistory';class Bi extends dt{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x534834,_0x2382a4)=>{const _0x2e13d9=Gi(_0x2382a4['prompt']);for(const _0x3726c1 of this)if(_0x3726c1!=_0x2382a4&&Gi(_0x3726c1['prompt'])===_0x2e13d9){this['remove'](_0x3726c1);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x135f5f=sessionStorage['getItem'](Vi)||'[]';this['addMany'](JSON['parse'](_0x135f5f));}['_saveToSessionStorage'](){sessionStorage['setItem'](Vi,JSON['stringify'](this['map'](_0x1e879b=>_0x1e879b)));}}function Gi(_0x5df7fd){return _0x5df7fd['toLowerCase']()['trim']();}class Fi extends Nt{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x4847db,_0x5d0853,_0x3103b8=''){super(_0x4847db),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',yi['REPLACE']),this['_promptHistory']=new Bi(),this['errorView']=new Pi(_0x4847db),this['contentArea']=new Li(_0x4847db,_0x3103b8),this['contentArea']['bind']('isProcessing')['to'](this),this['contentArea']['bind']('value')['to'](this),this['toolbar']=this['_createToolbar'](),this['toolbar']['bind']('mainAction')['to'](this),this['promptView']=this['_createPromptView'](),this['focusTracker']=new _t(),this['keystrokes']=new At(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new Mt({'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 _0x41aaff=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x5d0853],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x41aaff['if']('isError','ck-hidden',_0x509298=>!_0x509298)]},'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'](_0x25fbc7=0x1){-0x1===_0x25fbc7?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 _0x4ad828=this['locale'],_0x480a95=new Hi(_0x4ad828,{'queryView':{'label':Ri(_0x4ad828,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':Ut,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Ri(_0x4ad828,'Empty\x20history'),'secondary':Ri(_0x4ad828,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x480a95['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x5cbd24,_0x44078b)=>_0x5cbd24&&!_0x44078b),this['listenTo'](_0x480a95,'submit',(_0x52dbf7,_0x592495)=>{this['prompt']=_0x592495;const _0x3aedc1=_0x529f07(_0x592495);this['fire']('submitPrompt',_0x3aedc1),_0x592495['trim']()&&this['_promptHistory']['add']({'prompt':_0x3aedc1},0x0);},{'priority':'high'}),_0x480a95;}['_createHistoryView'](){const _0x2cca9c=new Mi(this['locale']);return _0x2cca9c['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Ui),_0x2cca9c['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x2cca9c;}['_createToolbar'](){const _0x71e061=new xi(this['locale']);return _0x71e061['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x357575,_0x17655f,_0x52e632)=>_0x357575&&!_0x17655f&&!!_0x52e632),_0x71e061['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x71e061['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x48af19,_0x9beb2a,_0x5b6275)=>_0x48af19&&!_0x9beb2a&&!!_0x5b6275),_0x71e061['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x71e061['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x39b5c8,_0x91c1e2)=>_0x39b5c8&&!_0x91c1e2),_0x71e061['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x71e061['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x71e061['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x71e061;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x520b92=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Ri(_0x520b92,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x12eca4){const _0x51b5fc=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x12eca4||Ri(_0x51b5fc,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const Ki=globalThis['DataTransfer'];class Wi extends _0x45624b{['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[_0x169a51,fi,Si,Vt];}constructor(_0x7ce418){super(_0x7ce418),_0x7ce418['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x7ce418['config']['define']('ai.assistant.contentAreaCssClass',''),_0x7ce418['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x7ce418['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x4a17b6}=this;this['_aiAdapter']=_0x4a17b6['plugins']['get'](Si),this['_dialog']=_0x4a17b6['plugins']['get'](Vt),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x492784=new Oi(_0x4a17b6,Array['from'](this['_commandDefinitions']['values']()));_0x4a17b6['commands']['add']('showAIAssistant',_0x492784),_0x4a17b6['ui']['componentFactory']['add']('aiCommands',_0x405cf1=>{const _0x561201=Bt(_0x405cf1);return _0x561201['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x561201['buttonView']['set']({'label':Ri(_0x405cf1,'AI\x20Commands'),'icon':_0x4af8c1,'tooltip':!0x0}),_0x561201['on']('execute',_0x234e66=>this['_onExecute'](_0x234e66['source']['id'])),Gt(_0x561201,_0x4a17b6['ui']['view']['body'],function(_0x34f95a){const _0x2baac0=mi(_0x34f95a['config']['get']('ai.assistant.commands'),_0x34f95a['locale']),_0x479038=$i(_0x34f95a,_0x2baac0)['filter'](_0x40c202=>_0x40c202['commands']['length']);if(0x1===_0x479038['length'])return $i(_0x34f95a,_0x479038[0x0]['commands'])['map'](_0x401a3d=>({'id':_0x401a3d['id'],'label':_0x401a3d['label']}));return _0x479038['map'](_0x4820d2=>{const {groupId:_0x4fd9d2,groupLabel:_0x3cffa2,commands:_0x588277}=_0x4820d2,_0x126ea9=$i(_0x34f95a,_0x588277)['map'](_0x561ec1=>({'id':_0x561ec1['id'],'label':_0x561ec1['label']}));return{'id':_0x4fd9d2,'menu':_0x3cffa2||_0x4fd9d2,'children':_0x126ea9};});}(_0x4a17b6),{'ariaLabel':Ri(_0x405cf1,'AI\x20Commands')}),_0x561201['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x492784['on']('change:enabledCommandsIds',_0x2446d0),_0x561201['menuView']['once']('render',_0x2446d0),_0x561201;function _0x2446d0(){_0x561201['isEnabled']=_0x492784['enabledCommandsIds']['length']>0x0;for(const _0x1bd3b2 of _0x561201['menuView']['buttons'])_0x1bd3b2['isEnabled']=_0x492784['enabledCommandsIds']['includes'](_0x1bd3b2['id']);}}),_0x4a17b6['ui']['componentFactory']['add']('menuBar:aiCommands',_0x3cd5d1=>{const _0x1e5220=new Ft(_0x3cd5d1);_0x1e5220['buttonView']['set']({'label':Ri(_0x3cd5d1,'AI\x20Commands'),'icon':_0x4af8c1}),_0x1e5220['bind']('isEnabled')['to'](_0x492784,'enabledCommandsIds',_0x5cfabb=>_0x5cfabb['length']>0x0);const _0x5e82c9=mi(_0x4a17b6['config']['get']('ai.assistant.commands'),_0x3cd5d1);return this['_populateMenuBarMenu'](_0x492784,_0x1e5220,_0x5e82c9,_0x749153=>this['_onExecute'](_0x749153)),_0x1e5220;}),_0x4a17b6['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x3d72b1=this['_createAIAssistantUIButton'](kt);return _0x3d72b1['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x3d72b1;}),_0x4a17b6['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x524655=this['_createAIAssistantUIButton'](Kt);return _0x524655['set']({'role':'menuitemcheckbox'}),_0x524655;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2ab5dd=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x307aaf;for(const _0x380927 in _0x2ab5dd){const _0x54ed57=_0x380927,_0x90b166=_0x2ab5dd[_0x54ed57];if('aiLicenseKeyValid'==_0x90b166||'aiLicenseKeyInvalid'==_0x90b166||'aiLicenseKeyExpired'==_0x90b166||'aiLicenseKeyDomainLimit'==_0x90b166||'aiLicenseKeyNotAllowed'==_0x90b166||'aiLicenseKeyEvaluationLimit'==_0x90b166||'aiLicenseKeyUsageLimit'==_0x90b166){delete _0x2ab5dd[_0x54ed57],_0x307aaf=_0x90b166,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x307aaf&&_0x2ab5dd['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x307aaf&&_0x2ab5dd['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x307aaf&&_0x2ab5dd['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x307aaf&&_0x2ab5dd['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x307aaf&&_0x2ab5dd['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x307aaf&&_0x2ab5dd['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x1caf67='',_0x347bd8='',_0x4037ff='custom'){const _0x3df3c8=this['editor'],_0x2f9322=_0x3df3c8['editing']['view'],_0x26f57b=_0x3df3c8['plugins']['get'](fi),_0x1522e2=_0x3df3c8['plugins']['get'](_0x169a51);_0x26f57b['showFakeVisualSelection']();const _0x5c90b8=new Ki(),_0x330c90=new ClipboardEvent('copy',{'clipboardData':_0x5c90b8}),_0x79e99a=new _0x277278(_0x5c90b8),_0x13f8ff=new _0x59cea1(_0x2f9322,_0x330c90,{'dataTransfer':_0x79e99a});_0x1522e2['_forceMarkersCopy']('comment',()=>{_0x2f9322['document']['fire']('copy',_0x13f8ff);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new vi(_0x3df3c8,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x4baf32=_0x79e99a['getData']('text/html');const _0x3684f9=_0x3df3c8['model']['document']['selection'],_0x1f2767=Array['from'](_0x3684f9['getRanges']());0x1===_0x1f2767['length']&&_0x1f2767[0x0]['isFlat']&&!_0x3684f9['getSelectedElement']()&&''!==_0x4baf32['replace'](/&nbsp;/g,'')['trim']()&&(_0x4baf32='<p>'+_0x4baf32+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x4037ff,'query':_0x1caf67,'htmlContent':_0x4baf32,'label':_0x347bd8,'mainActionLabel':yi[_0x3df3c8['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x3f6972,'title':Ri(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Wt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x26f57b['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x2d9085=new Map(),_0x118d6d=mi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x20bc61 of _0x118d6d)for(const _0x508d3c of _0x20bc61['commands'])_0x2d9085['set'](_0x508d3c['id'],{..._0x508d3c,'groupId':_0x20bc61['groupId'],'groupLabel':_0x20bc61['groupLabel']||_0x20bc61['groupId']});return _0x2d9085;}['_createAIAssistantUIButton'](_0x1521e3){const _0x5670fd=this['editor'],_0x4f7ffa=_0x5670fd['commands']['get']('showAIAssistant'),_0x2ba998=new _0x1521e3(_0x5670fd['locale']);return _0x2ba998['set']({'label':Ri(_0x5670fd['locale'],'AI\x20Assistant'),'icon':_0x3f6972,'isToggleable':!0x0}),_0x2ba998['bind']('isEnabled')['to'](_0x4f7ffa),_0x2ba998['bind']('isOn')['to'](this['_dialog'],'id',_0x501ec9=>'aiAssistant'===_0x501ec9),this['listenTo'](_0x2ba998,'execute',()=>{_0x2ba998['isOn']?this['hideUI']():_0x4f7ffa['execute']();}),_0x2ba998;}['_initView'](){const _0x5a3753=this['editor']['plugins']['get'](fi);this['_formView']=new Fi(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',()=>{_0x5a3753['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x5a3753['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x57c2e9,ui:{ariaLiveAnnouncer:_0x380331}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x5b5395,_0x295fd6,_0xb80712)=>{const _0x27ca50=this['_aiAssistantController']['currentContext'];_0xb80712?_0x380331['announce'](Ri(_0x57c2e9,'AI\x20is\x20writing')):_0x27ca50&&_0x380331['announce'](Ri(_0x57c2e9,'Generated\x20content:\x20%0',_0x27ca50),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x3d5227,_0x8bb6b,_0x50eac2)=>{if(_0x50eac2){const _0x2db0e9=this['_formView']['errorView']['text'];_0x380331['announce'](Ri(_0x57c2e9,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x2db0e9));}});}['_onExecute'](_0x570ff7){const _0x11ea18=this['_commandDefinitions']['get'](_0x570ff7),_0x1c53e5=this['editor'],_0x4bb2a7=_0x1c53e5['model']['document']['selection'],_0x2e8d41=_0x1c53e5['commands']['get']('showAIAssistant'),_0x526fb1=_0x1c53e5['plugins']['get'](fi),_0xf08df=''+(_0x11ea18['groupId']!==pi?_0x11ea18['groupLabel']+':\x20':'')+_0x11ea18['label'];if(!0x1!==_0x11ea18['requiresContent']&&_0x4bb2a7['isCollapsed']){const _0x379aeb=gt(_0x4bb2a7['getSelectedBlocks']())||_0x1c53e5['model']['schema']['getLimitElement'](_0x4bb2a7);_0x1c53e5['model']['change'](_0x222b10=>{_0x222b10['setSelection'](_0x379aeb,'in');});}_0x526fb1['showFakeVisualSelection'](),_0x2e8d41['execute'](_0x11ea18['prompt'],_0xf08df,'command:'+_0x570ff7);}['_populateMenuBarMenu'](_0x3d9519,_0x32fdce,_0x5118df,_0xa291b){const _0x2ee912=this['editor'],_0x10324d=_0x2ee912['locale'],_0x106bf3=new Yt(_0x10324d),_0x23af1f=$i(_0x2ee912,_0x5118df)['filter'](_0x4da9a1=>_0x4da9a1['commands']['length']);0x1===_0x23af1f['length']?this['_getMenuBarGroupButtons']({'command':_0x3d9519,'commands':_0x23af1f[0x0]['commands'],'parentMenuView':_0x32fdce,'onExecute':_0xa291b})['forEach'](_0x38ebaa=>_0x106bf3['items']['add'](_0x38ebaa)):_0x23af1f['forEach'](({groupId:_0x13df6a,groupLabel:_0x59fca3,commands:_0x45640a})=>{const _0x572d2f=new $t(_0x10324d,_0x32fdce),_0x2d34f0=new Ft(_0x10324d),_0x38e7af=new Yt(_0x10324d),_0x238339=this['_getMenuBarGroupButtons']({'command':_0x3d9519,'commands':_0x45640a,'parentMenuView':_0x2d34f0,'onExecute':_0xa291b});_0x2d34f0['buttonView']['set']({'label':_0x59fca3||_0x13df6a}),_0x2d34f0['delegate']('execute')['to'](_0x32fdce),_0x38e7af['items']['addMany'](_0x238339),_0x2d34f0['panelView']['children']['add'](_0x38e7af),_0x572d2f['children']['add'](_0x2d34f0),_0x106bf3['items']['add'](_0x572d2f);}),_0x32fdce['panelView']['children']['add'](_0x106bf3);}['_getMenuBarGroupButtons']({command:_0x373a9b,commands:_0x36c57a,parentMenuView:_0x3b4572,onExecute:_0x218d3b}){const _0xea16e1=this['editor'],_0x239c89=_0xea16e1['locale'];return $i(_0xea16e1,_0x36c57a)['map'](_0x24d555=>{const _0x10ada6=new $t(_0x239c89,_0x3b4572),_0x18e46b=new Kt(_0x239c89);return _0x18e46b['set']({'label':_0x24d555['label']}),_0x18e46b['delegate']('execute')['to'](_0x3b4572),_0x18e46b['on']('execute',()=>_0x218d3b(_0x24d555['id'])),_0x18e46b['bind']('isEnabled')['to'](_0x373a9b,'enabledCommandsIds',_0x42ef57=>_0x42ef57['includes'](_0x24d555['id'])),_0x10ada6['children']['add'](_0x18e46b),_0x10ada6;});}}function Yi(_0xf32a38,_0x35d997){return void 0x0!==_0xf32a38['order']&&void 0x0===_0x35d997['order']?0x1:void 0x0===_0xf32a38['order']&&void 0x0!==_0x35d997['order']?-0x1:void 0x0!==_0xf32a38['order']&&void 0x0!==_0x35d997['order']?_0xf32a38['order']-_0x35d997['order']:0x0;}function $i(_0x31caa3,_0x40a26b){_0x40a26b['sort'](Yi);const _0x1fae2a={},_0x497758=[];for(const _0x1a32ce of _0x40a26b)if(void 0x0!==_0x1a32ce['order']){if(_0x1a32ce['order']in _0x1fae2a)throw new ot('ai-commands-config-order-collision',_0x31caa3,{'conflictingDefinitions':[_0x1a32ce,_0x1fae2a[_0x1a32ce['order']]]});_0x1fae2a[_0x1a32ce['order']]=_0x1a32ce,_0x497758['splice'](_0x1a32ce['order'],0x0,_0x1a32ce);}else _0x497758['push'](_0x1a32ce);return _0x497758;}class qi extends _0x45624b{static get['requires'](){return[Wi,fi];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x28967b){super(_0x28967b);const _0x41b2ad=_0x28967b['config'],_0x555d1d=_0x28967b['locale'];_0x41b2ad['define']('ai.assistant.preserveComments',!0x0),_0x41b2ad['define']('ai.assistant.commands',Qi(_0x555d1d)),_0x41b2ad['define']('ai.assistant.extraCommandGroups',[]),_0x41b2ad['define']('ai.assistant.removeCommands',[]);let _0x7615c8=mi(_0x41b2ad['get']('ai.assistant.commands'),_0x555d1d);const _0x328d28=_0x41b2ad['get']('ai.assistant.extraCommandGroups'),_0x494f16=_0x41b2ad['get']('ai.assistant.removeCommands');_0x328d28['forEach'](_0x4306bd=>{const _0xefdf20=_0x7615c8['find'](_0x15f5c5=>_0x15f5c5['groupId']===_0x4306bd['groupId']);_0xefdf20?_0xefdf20['commands']=_0xefdf20['commands']['concat'](_0x4306bd['commands']):_0x7615c8['push'](_0x4306bd);}),_0x7615c8=_0x7615c8['filter'](_0x27104d=>!_0x494f16['includes'](_0x27104d['groupId'])),_0x7615c8['forEach'](_0x335c6e=>{_0x335c6e['commands']=_0x335c6e['commands']['filter'](_0x2564d9=>!_0x494f16['includes'](_0x2564d9['id']));}),_0x41b2ad['set']('ai.assistant.commands',_0x7615c8);}}function Qi(_0x4a26f3){return[{'groupId':'editOrReview','groupLabel':Ri(_0x4a26f3,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Ri(_0x4a26f3,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Ri(_0x4a26f3,'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':Ri(_0x4a26f3,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Ri(_0x4a26f3,'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':Ri(_0x4a26f3,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Ri(_0x4a26f3,'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':Ri(_0x4a26f3,'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':Ri(_0x4a26f3,'Change\x20tone'),'commands':[{'id':'professional','label':Ri(_0x4a26f3,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Ri(_0x4a26f3,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Ri(_0x4a26f3,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Ri(_0x4a26f3,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Ri(_0x4a26f3,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Ri(_0x4a26f3,'Change\x20style'),'commands':[{'id':'business','label':Ri(_0x4a26f3,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Ri(_0x4a26f3,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Ri(_0x4a26f3,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Ri(_0x4a26f3,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Ri(_0x4a26f3,'Translate'),'commands':[{'id':'translateEnglish','label':Ri(_0x4a26f3,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Ri(_0x4a26f3,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Ri(_0x4a26f3,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Ri(_0x4a26f3,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Ri(_0x4a26f3,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Ri(_0x4a26f3,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Ri(_0x4a26f3,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Ri(_0x4a26f3,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class Xi extends _0x45624b{['abortController'];static get['requires'](){return[Si];}constructor(_0x3e7826){super(_0x3e7826),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](Si)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x238aaa){return this['sendRequest'](_0x238aaa)['catch'](_0x144a64=>{if(_0x144a64 instanceof bi)return Promise['reject'](_0x144a64);if('AbortError'==_0x144a64['name'])return Promise['resolve']();throw console['error'](_0x144a64),new ot('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x1eb0dc,_0x48ee68){const _0x3df047=this['editor']['locale'],_0x31dbe5={'Content-Type':'application/json'};if('object'==typeof _0x1eb0dc)Object['assign'](_0x31dbe5,_0x1eb0dc);else{if(_0x1eb0dc)try{const _0x58ab94=await _0x1eb0dc(_0x48ee68);Object['assign'](_0x31dbe5,_0x58ab94);}catch{return Promise['reject'](new bi(Ri(_0x3df047,'AI_ERROR_GET_HEADERS')));}}return _0x31dbe5;}async['_prepareRequestParameters'](_0x501fd5,_0x4d103a){const _0x257968=this['editor']['locale'];if('object'==typeof _0x501fd5)return _0x501fd5;try{return await _0x501fd5(_0x4d103a);}catch{return Promise['reject'](new bi(Ri(_0x257968,'AI_ERROR_GET_PARAMETERS')));}}}class zi extends Xi{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x490cd4){super(_0x490cd4),_0x490cd4['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x490cd4['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x490cd4['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x490cd4['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x490cd4['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x490cd4['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x25e1bf,context:_0x58396a,onData:_0xe8dd90,actionId:_0x4dd6bd}){const _0x536398=this['editor']['locale'],_0x10f1af=await this['prepareMessages'](_0x25e1bf,_0x58396a,_0x4dd6bd),_0x21fa15=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x4dd6bd),_0x426e5f=await this['_prepareRequestParameters'](this['_requestParameters'],_0x4dd6bd),_0x475e32={'messages':_0x10f1af,..._0x426e5f},_0x540589={'method':'POST','headers':_0x21fa15,'body':JSON['stringify'](_0x475e32),'signal':this['abortController']['signal']},_0x299e7d=await fetch(this['_apiUrl'],_0x540589);if(_0x299e7d['ok'])return _0x426e5f['stream']?await this['_readStreamableResponse'](_0x299e7d,_0xe8dd90):await this['_readStaticResponse'](_0x299e7d,_0xe8dd90),Promise['resolve']();{const _0x54388e=await _0x299e7d['text']();return _0x54388e['includes']('context_length_exceeded')?Promise['reject'](new bi(Ri(_0x536398,'AI_ERROR_CONTEXT_LENGTH'))):_0x54388e['includes']('Moderation')?Promise['reject'](new bi(Ri(_0x536398,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x54388e));}}async['prepareMessages'](_0xd8119f,_0x35236a,_0x12b70d){let _0x39b285,_0x43fac6;return _0x35236a?(_0x39b285='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.',_0x43fac6='Instruction:\x0a'+_0xd8119f+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x35236a):(_0x39b285='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.',_0x43fac6=_0xd8119f),[{'role':'system','content':_0x39b285},{'role':'user','content':_0x43fac6}];}async['_readStreamableResponse'](_0x3bf1e8,_0x176d23){const _0x59792a=_0x3bf1e8['body']['getReader'](),_0x27b3da=new TextDecoder();let _0x2a5dc5='',_0xe2fd50='',_0x47f561='',_0x1af3db=!0x1;for(;!_0x1af3db;){const {done:_0x3afe81,value:_0x54f6c4}=await _0x59792a['read'](),_0x272c39=_0x2a5dc5+_0x27b3da['decode'](_0x54f6c4);let _0x363f98='';_0x1af3db=_0x3afe81;try{_0x363f98=this['_cleanUpData'](_0x272c39),_0x2a5dc5='';}catch{_0x2a5dc5=_0x272c39;continue;}_0xe2fd50+=_0x363f98,!_0x1af3db&&this['_isBufferIncomplete'](_0xe2fd50)||_0xe2fd50&&(_0x47f561+=_0xe2fd50,_0xe2fd50='',_0x176d23(_0x47f561));}return Promise['resolve']();}async['_readStaticResponse'](_0x1583f4,_0x433e46){return _0x433e46((await _0x1583f4['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x2c5cbb){const _0x2b7f80=_0x2c5cbb['split']('<')['length']!==_0x2c5cbb['split']('>')['length'],_0x4dd505=_0x2c5cbb['length']<0x1e;return _0x2b7f80&&_0x4dd505;}['_cleanUpData'](_0x3ce72b){return _0x3ce72b['split'](/\n(?![^{]*\})/g)['map'](_0x365c08=>_0x365c08['replace']('data:\x20',''))['filter'](_0x19e1f0=>_0x19e1f0&&_0x19e1f0['length']>0x0&&'[DONE]'!==_0x19e1f0)['map'](_0x131a99=>{const {choices:_0x235fe1}=JSON['parse'](_0x131a99);if(_0x235fe1[0x0]?.['delta']?.['content'])return _0x235fe1[0x0]['delta']['content'];})['filter'](_0x1ecce2=>_0x1ecce2)['join']('');}}class ji extends Xi{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),It('ai-aws-adapter-not-supported');}async['sendRequest'](_0x11711f){throw Et('ai-aws-adapter-not-supported'),new bi(Ri(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class Ji extends kt{constructor(_0x23ded6,_0x435cde={}){super(_0x23ded6),this['isToggleable']=!0x0,this['set']('side',_0x435cde['side']||'top');const _0x39aeee=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...Tt(_0x435cde['class']||[]),_0x39aeee['to']('side',_0x3ea62a=>'ck-tab-button_'+_0x3ea62a),_0x39aeee['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class Zi extends Nt{['children'];constructor(_0x495cbc,_0x5f38f4={}){super(_0x495cbc);const _0x4526df=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-tab-panel',...Tt(_0x5f38f4['class']||[]),_0x4526df['to']('class'),_0x4526df['if']('isVisible','ck-hidden',_0x149418=>!_0x149418)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class ts extends Nt{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x427655,_0x505ad2={}){super(_0x427655),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x505ad2['side']||'top'),this['set']('isMaximized',!0x1);const _0x345142=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...Tt(_0x505ad2['class']||[]),_0x345142['to']('side',_0x2823e1=>'ck-tabs_'+_0x2823e1),_0x345142['to']('class'),_0x345142['to']('isMaximized',_0x1ff2ed=>_0x1ff2ed?'ck-ai-tabs_maximized':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x345142['to']('side',_0x53cd4d=>'ck-tabs__buttons-container_'+_0x53cd4d)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x345142['to']('side',_0x4da24d=>'ck-tabs__panels-container_'+_0x4da24d)]},'children':this['panelViews']},...Tt(_0x505ad2['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x2f3836){const _0x2c27e4=this['_tabs']['get'](_0x2f3836);return _0x2c27e4||null;}['addTab'](_0x2a081f){const _0x3d95d5=this['_setupButton']({'id':_0x2a081f['id'],'label':_0x2a081f['buttonLabel'],'icon':_0x2a081f['buttonIcon'],'order':_0x2a081f['order']}),_0x3b4cda=new Zi(this['locale']);return _0x3b4cda['render'](),_0x2a081f['content']&&_0x3b4cda['children']['add'](_0x2a081f['content']),this['panelViews']['add'](_0x3b4cda),this['_tabs']['set'](_0x2a081f['id'],{'button':_0x3d95d5,'panel':_0x3b4cda,'order':void 0x0!==_0x2a081f['order']?_0x2a081f['order']:null}),this['fire']('addTab:'+_0x2a081f['id'],{'id':_0x2a081f['id'],'button':_0x3d95d5,'panel':_0x3b4cda}),null===this['activeTab']?this['activateTab'](_0x2a081f['id']):this['_hidePanel'](_0x2a081f['id']),{'button':_0x3d95d5,'panel':_0x3b4cda};}['activateTab'](_0x400f63){if(null!==_0x400f63&&!this['getTab'](_0x400f63))throw new ot('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x400f63});this['activeTab']!==_0x400f63&&(this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x400f63,_0x400f63&&this['_showPanel'](_0x400f63),this['fire']('activateTab:'+_0x400f63,_0x400f63));}['showTab'](_0xc6d12d){if(!this['getTab'](_0xc6d12d))throw new ot('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xc6d12d});this['_showPanel'](_0xc6d12d),this['_showButton'](_0xc6d12d),this['fire']('show:'+_0xc6d12d,_0xc6d12d);}['hideTab'](_0x30fe77){if(!this['getTab'](_0x30fe77))throw new ot('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x30fe77});const _0x5053bb=this['activeTab'];this['_hidePanel'](_0x30fe77),this['_hideButton'](_0x30fe77);const _0x65327f=this['getTabIds']();_0x5053bb===_0x30fe77&&_0x65327f['length']>0x1&&this['activateTab'](_0x65327f['find'](_0x433556=>_0x433556!==_0x30fe77)),this['fire']('hide:'+_0x30fe77,_0x30fe77);}['_getPanel'](_0x3fe70d){const _0x1ab1c3=this['_tabs']['get'](_0x3fe70d);return _0x1ab1c3?_0x1ab1c3['panel']:null;}['_showPanel'](_0x405360){null!==this['activeTab']&&this['activeTab']!==_0x405360||this['_getPanel'](_0x405360)['show']();}['_hidePanel'](_0x567f7c){const _0x552ee7=this['_getPanel'](_0x567f7c);_0x552ee7['isVisible']&&(this['activeTab']===_0x567f7c&&(this['activeTab']=null),_0x552ee7['hide']());}['_getButton'](_0x132a54){const _0x8e8f75=this['_tabs']['get'](_0x132a54);return _0x8e8f75?_0x8e8f75['button']:null;}['_showButton'](_0x2e2f97){this['_getButton'](_0x2e2f97)['show']();}['_hideButton'](_0x5d19c8){this['_getButton'](_0x5d19c8)['hide']();}['_setupButton'](_0x4cfa2e){const _0x516244=new Ji(this['locale'],{'side':this['side']}),_0x1860b2=this['buttonViews'];if(_0x516244['set']({'label':_0x4cfa2e['label'],'icon':_0x4cfa2e['icon'],'tooltip':!0x0,'withText':!0x0}),_0x516244['bind']('isOn')['to'](this,'activeTab',_0x34b972=>_0x34b972===_0x4cfa2e['id']),_0x516244['bind']('side')['to'](this,'side'),_0x4cfa2e['order']){const _0x3ecc52=[...this['_tabs']]['reduce']((_0x386fa3,_0x5cc8a9)=>{const _0x27e649=_0x5cc8a9[0x0],{order:_0x4a0bdd}=_0x5cc8a9[0x1];return!_0x4a0bdd||_0x4a0bdd>_0x4cfa2e['order']?_0x386fa3:_0x4a0bdd>=_0x386fa3['order']?{'id':_0x27e649,'order':_0x4a0bdd}:_0x386fa3;},{'id':'','order':0x0}),_0x1d5a5d=_0x1860b2['getIndex'](this['_getButton'](_0x3ecc52['id']));_0x1860b2['add'](_0x516244,_0x1d5a5d+0x1);}else _0x1860b2['add'](_0x516244);return _0x516244['on']('execute',()=>{this['activateTab'](_0x4cfa2e['id']);}),_0x516244;}}const es=['overlay','sidebar','custom'],is=['left','right'];class ss extends ts{constructor(_0x50f0ce,_0x5b766d={}){super(_0x50f0ce,_0x5b766d),this['set']('type',_0x5b766d['type']||'sidebar'),this['set']('side',_0x5b766d['side']||'right'),this['set']('isVisible',_0x5b766d['visibleByDefault']??!0x0);const _0x1b92e4=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x1b92e4['if']('type','ck-ai-tabs__overlay',_0x573319=>'overlay'===_0x573319),_0x1b92e4['if']('type','ck-ai-tabs__sidebar',_0x2d62b4=>'sidebar'===_0x2d62b4),_0x1b92e4['if']('isVisible','ck-hidden',_0x3dda0f=>!_0x3dda0f)]}}),this['buttonViews']['on']('add',(_0x44f4c2,_0x5e402b)=>{_0x5e402b['set']('withText',!0x1);});}}class ns extends _0x149119{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1901f0){super(_0x1901f0);const _0x44a6aa=this['context']['config']['get']('ai.container');if(this['set']('side','right'),!_0x44a6aa)throw new ot('ai-tabs-configuration-not-found');if(void 0x0!==_0x44a6aa['showResizeButton']&&(this['showResizeButton']=_0x44a6aa['showResizeButton']),'sidebar'!==_0x44a6aa['type']&&'overlay'!==_0x44a6aa['type']||_0x44a6aa['side']&&(this['side']=_0x44a6aa['side']),'sidebar'===_0x44a6aa['type']){if(this['container']=_0x44a6aa['element'],this['set']('type','sidebar'),!this['container'])throw new ot('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x44a6aa['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new ss(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':void 0x0===_0x44a6aa['visibleByDefault']||_0x44a6aa['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 _0x787a86&&this['context']['ui']['focusTracker']['add'](this['view']['element']);}['switchType'](_0x205da4){if(_0x205da4&&this['type']!==_0x205da4){if(!es['includes'](_0x205da4))throw new ot('ai-tabs-unsupported-ui-type');this['type']=_0x205da4;}}['switchSide'](_0xeb370e){if(_0xeb370e&&this['side']!==_0xeb370e){if(!is['includes'](_0xeb370e))throw new ot('ai-tabs-unsupported-ui-side');this['side']=_0xeb370e;}}['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 rs extends _0x149119{['_apiUrl'];['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x20133d];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x9b7ad2){super(_0x9b7ad2),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(),this['_responseCache']=new Map();}['init'](){const _0x4ba0f0=this['context']['plugins']['get'](_0x20133d);if(!_0x4ba0f0['token'])throw new ot('ai-missing-token',this);this['_token']=_0x4ba0f0['token'];}['startConversation'](_0x43c328,_0x196796){const _0x26d7c1=this['_sendApiRequest']('/conversations','POST',{'id':_0x43c328,'group':_0x196796});return{'getConversation':async()=>(await _0x26d7c1['request'])['json'](),'abortController':_0x26d7c1['abortController']};}['queryAssistant']({message:_0x20e8ac,conversationId:_0x1ba805,parts:_0x2918f5,capabilities:_0x3ce547,model:_0x1899bd,attributes:_0x2bce9f}){const _0x2ceb65={'prompt':_0x20e8ac,'content':_0x2918f5,'model':_0x1899bd,..._0x3ce547&&{'capabilities':_0x3ce547},..._0x2bce9f&&{'attributes':_0x2bce9f}},_0x128642=this['_sendApiRequest']('/conversations/'+_0x1ba805+'/messages','POST',_0x2ceb65);return{'getStream':async()=>{const _0x2a8b3f=(await _0x128642['request'])['body'];return this['_getStreamReader'](_0x2a8b3f);},'abortController':_0x128642['abortController']};}['executeCustomAction']({content:_0x2bea32,message:_0x51a2fc,model:_0x4f71c7,outputFormat:_0x10eb92}){const _0x549fbd={'content':[{'type':'text','content':_0x2bea32}],'prompt':_0x51a2fc,'model':_0x4f71c7,'outputFormat':_0x10eb92},_0x4ac53c=this['_sendApiRequest']('/actions/custom/calls','POST',_0x549fbd);return{'getStream':async()=>{const _0x4028e2=(await _0x4ac53c['request'])['body'];return this['_getStreamReader'](_0x4028e2);},'abortController':_0x4ac53c['abortController']};}['executeAction']({actionName:_0x4efbac,content:_0x3f9191,args:_0x157308}){const _0x16b66f={'content':[{'type':'text','content':_0x3f9191}],'args':_0x157308},_0x6b0efe=this['_sendApiRequest']('/actions/system/'+_0x4efbac+'/calls','POST',_0x16b66f);return{'getStream':async()=>{const _0x57ae63=(await _0x6b0efe['request'])['body'];return this['_getStreamReader'](_0x57ae63);},'abortController':_0x6b0efe['abortController']};}['uploadFile'](_0x2b860e,_0x159f1a,_0x51a933){const _0x139561=new FormData();_0x139561['append']('file',_0x159f1a,_0x159f1a['name']),_0x51a933&&_0x139561['append']('attributes',JSON['stringify'](_0x51a933));const _0x2656e6=this['_sendApiRequest']('/conversations/'+_0x2b860e+'/files','POST',_0x139561);return{'getId':async()=>(await _0x2656e6['request'])['json'](),'abortController':_0x2656e6['abortController']};}['fetchDocument'](_0x44879e,_0x444a17){const _0x25a867=this['_sendApiRequest']('/conversations/'+_0x44879e+'/documents/'+_0x444a17,'GET');return{'getDocument':async()=>(await _0x25a867['request'])['json'](),'abortController':_0x25a867['abortController']};}['uploadDocument'](_0x1e14ab,_0x444fa4,_0x472b0f){const _0x2ea4d0={'content':_0x444fa4};_0x472b0f&&(_0x2ea4d0['attributes']=_0x472b0f);const _0x26606e=this['_sendApiRequest']('/conversations/'+_0x1e14ab+'/documents','POST',_0x2ea4d0);return{'getId':async()=>(await _0x26606e['request'])['json'](),'abortController':_0x26606e['abortController']};}['fetchConversations'](_0x554539,_0x253485={}){const _0x482512=new URLSearchParams();_0x482512['append']('group',_0x554539),_0x482512['append']('excludeEmpty',!0x1!==_0x253485['excludeEmpty']?'true':'false'),_0x482512['append']('limit',_0x253485['limit']?_0x253485['limit']['toString']():'100'),_0x482512['append']('sortBy',_0x253485['sortBy']?_0x253485['sortBy']:'createdAt'),_0x482512['append']('order',_0x253485['order']?_0x253485['order']:'desc');const _0xfa8f2c=this['_sendApiRequest']('/conversations?'+_0x482512['toString'](),'GET');return{'getConversations':async()=>{const _0x5eef42=await _0xfa8f2c['request'];return(await _0x5eef42['json']())['items'];},'abortController':_0xfa8f2c['abortController']};}['deleteConversation'](_0xbb3cb0){const _0x2f224c=this['_sendApiRequest']('/conversations/'+_0xbb3cb0,'DELETE');return{'execute':async()=>{await _0x2f224c['request'];},'abortController':_0x2f224c['abortController']};}['updateConversation'](_0x105f43,_0x16c27d){const _0x45646b=this['_sendApiRequest']('/conversations/'+_0x105f43,'PATCH',_0x16c27d);return{'getResult':async()=>(await _0x45646b['request'],_0x16c27d),'abortController':_0x45646b['abortController']};}['fetchConversation'](_0x1c0abd){const _0x113127=this['_sendApiRequest']('/conversations/'+_0x1c0abd,'GET');return{'getConversation':async()=>(await _0x113127['request'])['json'](),'abortController':_0x113127['abortController']};}['fetchConversationMessages'](_0x35db6e){const _0x13737f=this['_sendApiRequest']('/conversations/'+_0x35db6e+'/messages','GET');return{'getMessages':async()=>{const _0x31f1df=await _0x13737f['request'];return(await _0x31f1df['json']())['items'];},'abortController':_0x13737f['abortController']};}['uploadUrl'](_0x16a03c,_0x292d39,_0x3392ae){const _0x1d5ae7=this['_sendApiRequest']('/conversations/'+_0x16a03c+'/web-resources','POST',{'url':_0x292d39,'attributes':_0x3392ae});return{'getId':async()=>(await _0x1d5ae7['request'])['json'](),'abortController':_0x1d5ae7['abortController']};}['getModels'](_0x585d7c='en'){const _0x1afe5c=new URLSearchParams();_0x1afe5c['append']('language',_0x585d7c);const _0xcbf538='/models/1?'+_0x1afe5c['toString'](),_0x1a7777=this['_sendApiRequest'](_0xcbf538,'GET',void 0x0,!0x0);return{'list':async()=>await(await _0x1a7777['request'])['json'](),'abortController':_0x1a7777['abortController']};}['deleteFile'](_0x295454,_0x2c3fe0){const _0x3e715c=this['_sendApiRequest']('/conversations/'+_0x295454+'/files/'+_0x2c3fe0,'DELETE');return{'execute':async()=>{await _0x3e715c['request'];},'abortController':_0x3e715c['abortController']};}['deleteDocument'](_0x38a4b7,_0x1f85d6){const _0x551a2e=this['_sendApiRequest']('/conversations/'+_0x38a4b7+'/documents/'+_0x1f85d6,'DELETE');return{'execute':async()=>{await _0x551a2e['request'];},'abortController':_0x551a2e['abortController']};}['deleteWebResource'](_0x236e6d,_0x12e2e1){const _0x252b2c=this['_sendApiRequest']('/conversations/'+_0x236e6d+'/web-resources/'+_0x12e2e1,'DELETE');return{'execute':async()=>{await _0x252b2c['request'];},'abortController':_0x252b2c['abortController']};}['callSystemReview']({reviewName:_0x1bb69c,content:_0x31e181,args:_0x3200f7}){const _0x1fe7fd=this['_sendApiRequest']('/reviews/system/'+_0x1bb69c+'/calls','POST',{'content':[{'type':'text','content':_0x31e181}],'args':_0x3200f7});return{'getStream':async()=>{const _0x28f120=(await _0x1fe7fd['request'])['body'];return this['_getStreamReader'](_0x28f120);},'abortController':_0x1fe7fd['abortController']};}['callCustomReview']({content:_0xecd1da,prompt:_0x35b1a0,model:_0x49405f}){const _0x372b15=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0xecd1da}],'prompt':_0x35b1a0,'model':_0x49405f});return{'getStream':async()=>{const _0x5535c5=(await _0x372b15['request'])['body'];return this['_getStreamReader'](_0x5535c5);},'abortController':_0x372b15['abortController']};}['upsertAIChatRating'](_0x308976,_0x8cb24,_0x1188bb){const _0x412854=this['_sendApiRequest']('/conversations/'+_0x308976+'/messages/'+_0x8cb24+'/ratings','PUT',{'positiveCount':_0x1188bb['positiveCount'],'totalCount':_0x1188bb['totalCount'],'modificationId':_0x1188bb['modificationId']});return{'execute':async()=>{await _0x412854['request'];},'abortController':_0x412854['abortController']};}['upsertAIActionRating'](_0xbb8567,_0x4ddc78,_0x184021){const _0xe1eef1=this['_sendApiRequest']('/actions/system/'+_0xbb8567+'/calls/'+_0x4ddc78+'/ratings','PUT',{'positiveCount':_0x184021['positiveCount'],'totalCount':_0x184021['totalCount']});return{'execute':async()=>{await _0xe1eef1['request'];},'abortController':_0xe1eef1['abortController']};}['upsertCustomAIActionRating'](_0x53a002,_0x45e4c3){const _0x356629=this['_sendApiRequest']('/actions/custom/calls/'+_0x53a002+'/ratings','PUT',{'positiveCount':_0x45e4c3['positiveCount'],'totalCount':_0x45e4c3['totalCount']});return{'execute':async()=>{await _0x356629['request'];},'abortController':_0x356629['abortController']};}['upsertAIReviewRating'](_0x804995,_0x30f194,_0x239088,_0x2a1786){const _0x402d08=this['_sendApiRequest']('/reviews/system/'+_0x804995+'/calls/'+_0x30f194+'/ratings','PUT',{'positiveCount':_0x239088['positiveCount'],'totalCount':_0x239088['totalCount'],'dataId':_0x2a1786});return{'execute':async()=>{await _0x402d08['request'];},'abortController':_0x402d08['abortController']};}['upsertCustomAIReviewRating'](_0x21128c,_0x1f87b9,_0x4db603){const _0x22ad09=this['_sendApiRequest']('/reviews/custom/calls/'+_0x21128c+'/ratings','PUT',{'positiveCount':_0x1f87b9['positiveCount'],'totalCount':_0x1f87b9['totalCount'],'dataId':_0x4db603});return{'execute':async()=>{await _0x22ad09['request'];},'abortController':_0x22ad09['abortController']};}['_sendApiRequest'](_0x3527ed,_0x385211,_0x512f3e,_0x2a3ec4=!0x1){const _0x4742cf=new AbortController(),_0x2a4195=_0x2a3ec4?_0x385211+':'+_0x3527ed:null;if(_0x2a4195){const _0x46432a=this['_responseCache']['get'](_0x2a4195);if(_0x46432a)return{'request':_0x46432a['then'](_0x4076fe=>_0x4076fe['clone']()),'abortController':_0x4742cf};}const _0x4059df=_0x512f3e instanceof FormData,_0x3c00e1={'Authorization':'Bearer\x20'+this['_token']?.['value']};_0x512f3e&&!_0x4059df&&(_0x3c00e1['Content-Type']='application/json');const _0x4474e0={'method':_0x385211,'headers':_0x3c00e1,'signal':_0x4742cf['signal']};_0x512f3e&&(_0x4474e0['body']=_0x4059df?_0x512f3e:JSON['stringify'](_0x512f3e));const _0x2c1852=fetch(''+this['_apiUrl']+_0x3527ed,_0x4474e0)['catch'](_0x49420d=>{_0x2a4195&&this['_responseCache']['delete'](_0x2a4195),this['_handleError'](_0x49420d);})['then'](_0x1172bf=>_0x1172bf['ok']?_0x1172bf:_0x1172bf['json']()['then'](_0x48638d=>{throw _0x2a4195&&this['_responseCache']['delete'](_0x2a4195),{'url':this['_apiUrl'],'path':_0x3527ed,'method':_0x385211,'body':_0x512f3e,'status':(_0x1172bf||{})['status'],'statusText':(_0x1172bf||{})['statusText'],'code':_0x48638d['code'],'message':_0x48638d['message'],'traceId':_0x48638d['traceId']};}));return _0x2a4195&&this['_responseCache']['set'](_0x2a4195,_0x2c1852['then'](_0xc89797=>_0xc89797['clone']())),{'request':_0x2c1852,'abortController':_0x4742cf};}async*['_getStreamReader'](_0x271df8){const _0x404f9d=[],_0x2ac082=_0x271df8['getReader'](),_0x229f8c=_0x5294e5({'onError':_0x567d73=>{this['_handleError'](_0x567d73);},'onEvent':_0x13376b=>{_0x13376b['data']=JSON['parse'](_0x13376b['data']),_0x404f9d['push'](_0x13376b);}});try{let _0xac2ec9=!0x1;for(;!_0xac2ec9;){const {done:_0x53777c,value:_0x5f5ae4}=await _0x2ac082['read']();_0x53777c&&(_0xac2ec9=!0x0),_0x229f8c['feed'](this['_decoder']['decode'](_0x5f5ae4,{'stream':!0x0})),yield*_0x404f9d,_0x404f9d['length']=0x0;}}catch(_0x18677d){this['_handleError'](_0x18677d);}finally{_0x2ac082['releaseLock'](),_0x229f8c['reset']();}}['_handleError'](_0x2283a6){if(_0x2283a6 instanceof ot)throw _0x2283a6;if(_0x2283a6 instanceof Error&&'AbortError'===_0x2283a6['name'])throw new ot('ai-request-aborted',this,{'originalError':_0x2283a6});throw new ot('ai-request-failed',this,{'originalError':_0x2283a6});}}function as(_0x34e618,_0x264770,_0x44ffcc){const t=_0x34e618['t'];switch(_0x264770){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'},_0x44ffcc);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.'},_0x44ffcc);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.'},_0x44ffcc);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.'},_0x44ffcc);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'},_0x44ffcc);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x44ffcc);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'},_0x44ffcc);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.'},_0x44ffcc);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.'},_0x44ffcc);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.'},_0x44ffcc);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.'},_0x44ffcc);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'},_0x44ffcc);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.'},_0x44ffcc);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 _0x264770;}}const os='ck-ai-button-primary',hs='ck-ai-button-secondary',cs='ck-ai-button-tertiary';function ls(_0xf1f6cd,_0x52e26c){const _0x24740e=new kt(_0xf1f6cd),_0x1cdb1e=as(_0xf1f6cd,'AI_TABS_LABEL_MINIMIZE'),_0x311c7f=as(_0xf1f6cd,'AI_TABS_LABEL_MAXIMIZE');return _0x24740e['set']({'withText':!0x1,'icon':_0x446fb0,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+cs}),_0x24740e['bind']('label')['to'](_0x52e26c,'isMaximized',_0x1a1050=>_0x1a1050?_0x1cdb1e:_0x311c7f),_0x24740e['bind']('icon')['to'](_0x52e26c,'isMaximized',_0x5ac80b=>_0x5ac80b?_0x3e998a:_0x446fb0),_0x24740e['bind']('isOn')['to'](_0x52e26c,'isMaximized'),_0x24740e['on']('execute',()=>{_0x52e26c['fire']('resizeTabs');}),_0x24740e;}function us(_0x11a5f9){return _0x3ef18a(_0x11a5f9);}function ds(_0x1ea981){return _0x528b6c(_0x1ea981);}function _s(_0x454c75,_0x3a66dd,_0x5867a6){const _0x15d53d=null!==_0x3a66dd?_0x21edc5=>_0x21edc5['attribs'][_0x454c75]===_0x3a66dd:_0x317193=>Boolean(_0x317193['attribs'][_0x454c75]);return _0x4db387(_0x5d9217=>_0x484e02(_0x5d9217)&&_0x15d53d(_0x5d9217),_0x5867a6);}function As(_0x47e2fb,_0x1c5a6b,_0x2eb53b){const _0x3a7ae5=null!==_0x1c5a6b?_0x1ce689=>_0x1ce689['attribs'][_0x47e2fb]===_0x1c5a6b:_0x5360c8=>Boolean(_0x5360c8['attribs'][_0x47e2fb]);return _0x5acde9(_0x3af7b1=>_0x484e02(_0x3af7b1)&&_0x3a7ae5(_0x3af7b1),_0x2eb53b);}function gs(_0x24e027,_0x581fe6){return _0x24e027&&_0x484e02(_0x24e027)?_0x24e027['attribs'][_0x581fe6]:null;}function Is(_0x1ab2d2,_0x44d588,_0x5a7d35){_0x484e02(_0x1ab2d2)&&(null===_0x5a7d35?delete _0x1ab2d2['attribs'][_0x44d588]:_0x1ab2d2['attribs'][_0x44d588]=_0x5a7d35);}function Es(_0x517129,_0x574248,_0x5f2808){const _0x34b593=_0x574248['cloneNode'](!0x0);'beforebegin'===_0x5f2808?_0x577506(_0x517129,_0x34b593):'afterbegin'===_0x5f2808?_0x398feb(_0x517129,_0x34b593):'beforeend'===_0x5f2808?_0x44a8bb(_0x517129,_0x34b593):'afterend'===_0x5f2808&&_0xb2479c(_0x517129,_0x34b593);}function Ts(_0x7f348b){const _0x420702=[];let _0x1adee4=_0x7f348b;for(;_0x1adee4;)_0x1adee4=_0x1ac720(_0x1adee4),_0x1adee4&&_0x420702['push'](_0x1adee4);return _0x420702;}function ps(_0x597ed8){return _0x597ed8['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function ms(_0x406e12){let _0x538473=0x0;for(;_0x406e12['parentNode'];)_0x406e12=_0x406e12['parentNode'],_0x538473++;return _0x538473;}function Cs(_0x1c9b72){const _0x66a509=[];let _0x2cc110=_0x1c9b72['nextSibling'];for(;_0x2cc110;)_0x66a509['push'](_0x2cc110),_0x2cc110=_0x2cc110['nextSibling'];_0x66a509['forEach'](_0x5905cb=>{_0x39ddc4(_0x5905cb);});}class ws extends/* #__PURE__ -- @preserve */
25
- ht(){['_m2html'];constructor(){super();const _0x179675=Object['entries'](_0x2eb414),_0x2eeca0=_0x179675['findIndex'](([_0x31b92e])=>'rehypeDomRaw'===_0x31b92e);if(-0x1===_0x2eeca0)throw new ot('ai-response-parser-unable-to-set-up-parser');_0x179675['splice'](_0x2eeca0+0x1,0x0,['rehypeSanitize',_0x506c89]),this['_m2html']=new _0x1eb6c7({'plugins':Object['fromEntries'](_0x179675)});}['convertMarkdownToHTML'](_0x5e81a8){const _0x5372f0=this['_m2html']['parse'](_0x5e81a8);return this['parseAndNormalizeHTML'](_0x5372f0);}['parseAndNormalizeHTML'](_0x1dbd92){return this['_parseHTML'](_0x1dbd92);}['_parseHTML'](_0x4211f0){const _0x29ba99=us('<dummy>'+_0x4211f0['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x29ba99['children']=_0x29ba99['children'][0x0]['children'],_0x29ba99;}}class fs extends/* #__PURE__ -- @preserve */
26
- ht(){['_generateUid'];['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x4cb5af){super(),this['_generateUid']=_0x4cb5af||at;}['merge'](_0x99bc93,_0x5273c6,_0x2a8e8f){const _0x182a1f=_0x99bc93['cloneNode'](!0x0);if(0x0===_0x5273c6['childNodes']['length']){const _0x1ed84f=[];return As('data-id','new-element',_0x182a1f)['forEach'](_0x2db9df=>{const _0xdd3479=this['_generateUid']();Is(_0x2db9df,'data-id',_0xdd3479),_0x1ed84f['push'](_0xdd3479);}),this['_removeSpecialComments'](_0x182a1f),{'parsedContent':_0x182a1f,'newNodeIds':_0x1ed84f,'modifiedNodeIds':[],'removedNodeIds':[]};}_0x2a8e8f&&_0x2a8e8f['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x182a1f),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(As('data-id',null,_0x5273c6)['map'](_0x4a3c50=>gs(_0x4a3c50,'data-id'))['filter'](_0x5e470e=>!!_0x5e470e));let _0x315450=-0x1,_0x29fbc8=!0x1;const _0x5d46a2=_0x182a1f['childNodes'],_0x1de051=Array['from'](_0x5d46a2)['filter'](_0x5efbc2=>!(0x3===_0x5efbc2['nodeType']&&''===ds(_0x5efbc2)['trim']())),_0x5846e5=_0x1de051['length'];for(let _0x53cb6b=0x0;_0x53cb6b<_0x5846e5;_0x53cb6b++){const _0x43a0bc=_0x1de051[_0x53cb6b],_0x559ff3=_0x1de051[_0x53cb6b+0x1];if(this['_isNewNode'](_0x43a0bc)){if(-0x1===_0x315450&&(_0x315450=_0x53cb6b),this['_markWrappedElements'](_0x43a0bc),!this['_isNewNode'](_0x559ff3)){const [_0x2c6344,_0x505408]=this['_findReferenceNode'](_0x43a0bc,_0x29fbc8,_0x5273c6);if(_0x2c6344){const _0x2e46fb=Array['from'](_0x1de051)['slice'](_0x315450,_0x53cb6b+0x1);this['_insertNodes'](_0x2c6344,_0x2e46fb,_0x505408),_0x315450=-0x1;}}}else{if(this['_isExistingContentComment'](_0x43a0bc))_0x29fbc8=!0x0;else{if(this['_isExistingNode'](_0x43a0bc)){const _0x51bc93=gs(_0x43a0bc,'data-id');if(_0x51bc93&&this['_existingDataIds']['has'](_0x51bc93)){const _0x4f0ade=_s('data-id',_0x51bc93,_0x5273c6);this['_replaceNode'](_0x4f0ade,_0x43a0bc);}if(this['_touchedNodesState']['removedIds']['includes'](_0x51bc93)){const _0x20c6e8=this['_touchedNodesState']['removedIds']['indexOf'](_0x51bc93);this['_touchedNodesState']['removedIds']['splice'](_0x20c6e8,0x1);}}else{if(this['_isDelNode'](_0x43a0bc)){const _0x110392=gs(_0x43a0bc,'data-id');this['_touchedNodesState']['modifiedIds']['includes'](_0x110392)||this['_storeDeletedElementIds'](_0x43a0bc);}}}}}for(const _0x2b5530 of this['_touchedNodesState']['removedIds']){const _0x5c4563=_s('data-id',_0x2b5530,_0x5273c6);if(_0x5c4563){if(_0x2a8e8f&&_0x2a8e8f['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x2b5530;const _0x33ad96=_0x2a8e8f['replaceRemovedWith']['cloneNode'](!0x0);Is(_0x33ad96,'data-id',_0x2b5530),Is(_0x33ad96,'data-removed','true'),_0x357adb(_0x5c4563,_0x33ad96);}else _0x39ddc4(_0x5c4563);}}if(As('data-wrapped-id',null,_0x5273c6)['forEach'](_0x4ee705=>{const _0x5d1884=_s('data-id',gs(_0x4ee705,'data-wrapped-id'),_0x5273c6);var _0x305098,_0x11beab;_0x5d1884&&(_0x11beab=_0x4ee705,_0x39ddc4(_0x305098=_0x5d1884),_0x357adb(_0x11beab,_0x305098));}),As('data-id','new-element',_0x5273c6)['forEach'](_0x30dc95=>{const _0x5dbf2b=this['_getUid'](_0x30dc95);Is(_0x30dc95,'data-id',_0x5dbf2b),this['_touchedNodesState']['newIds']['push'](_0x5dbf2b);}),this['_removeSpecialComments'](_0x5273c6),_0x2a8e8f&&_0x2a8e8f['markUnstableElements']&&this['_markUnstableElements'](_0x5273c6,_0x2a8e8f['markUnstableElementsDepth']||0x0),_0x2a8e8f&&_0x2a8e8f['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){let _0x520fd5=_s('data-id',this['_touchedNodesState']['lastTouchedId'],_0x5273c6);for(;_0x520fd5;)Cs(_0x520fd5),_0x520fd5=_0x520fd5['parentNode'];}return{'parsedContent':_0x5273c6,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x5cd379,_0x176302,_0x150171){for(const _0x239be8 of _0x176302){const _0x39c89c=this['_getUid'](_0x239be8);Is(_0x239be8,'data-id',_0x39c89c),this['_touchedNodesState']['newIds']['push'](_0x39c89c),this['_touchedNodesState']['lastTouchedId']=_0x39c89c;}const _0x3a739e='afterbegin'===_0x150171||'afterend'===_0x150171?_0x176302['reverse']():_0x176302;for(const _0x327aec of _0x3a739e)Es(_0x5cd379,_0x327aec,_0x150171);}['_replaceNode'](_0x367715,_0x510bca){if(!_0x367715)return;if(_0xd1f25c=_0x510bca,ps(ds(_0x367715))===ps(ds(_0xd1f25c)))return;var _0xd1f25c;const _0x723068=this['_getUid'](_0x367715);Is(_0x510bca,'data-id',_0x723068),this['_touchedNodesState']['modifiedIds']['push'](_0x723068),this['_touchedNodesState']['lastTouchedId']=_0x723068,_0x357adb(_0x367715,_0x510bca['cloneNode'](!0x0));}['_findReferenceNode'](_0x4107f1,_0x565530,_0x3251b3){const _0x411e48=this['_findPrevElementWithDataId'](_0x4107f1,!0x1);if(_0x411e48){const _0xbe31ff=this['_getNodeDataId'](_0x411e48),_0x380b23=_s('data-id',_0xbe31ff,_0x3251b3);if(_0x380b23)return[_0x380b23,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0xbe31ff);}const _0x6baae2=this['_findNextElementWithDataId'](_0x4107f1,!0x1);if(_0x6baae2){const _0xaa7c93=this['_getNodeDataId'](_0x6baae2),_0x5e24b5=_s('data-id',_0xaa7c93,_0x3251b3);if(_0x5e24b5)return[_0x5e24b5,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0xaa7c93);}return _0x565530?_0x4107f1['nextSibling']?this['_findFallbackReferenceNode'](_0x4107f1,_0x3251b3):[_0x3251b3['childNodes'][_0x3251b3['childNodes']['length']-0x1],'afterend']:[_0x3251b3['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x4915ee,_0x202097){const _0x269451=[],_0x557db1=this['_findPrevElementWithDataId'](_0x4915ee,!0x0);if(_0x557db1){const _0x17cae9=_s('data-id',this['_getNodeDataId'](_0x557db1),_0x202097);_0x17cae9&&_0x269451['push']([_0x17cae9,'afterend']);}const _0x5dc046=this['_findNextElementWithDataId'](_0x4915ee,!0x0);if(_0x5dc046){const _0x2269b7=_s('data-id',this['_getNodeDataId'](_0x5dc046),_0x202097);_0x2269b7&&_0x269451['push']([_0x2269b7,'beforebegin']);}if(_0x269451['length']>0x1)return ms(_0x269451[0x0][0x0])<=ms(_0x269451[0x1][0x0])?_0x269451[0x0]:_0x269451[0x1];return 0x1===_0x269451['length']?_0x269451[0x0]:[_0x202097['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x59ff3a,_0x458ccb){let _0x1f7b00=_0x59ff3a['nextSibling'],_0x2805b2=null,_0x14925b=!0x1;for(;_0x1f7b00;){if(_0x3e9ee5(_0x1f7b00)){if(this['_isDelNode'](_0x1f7b00)&&(_0x2805b2=_0x1f7b00),this['_isExistingContentComment'](_0x1f7b00)&&_0x458ccb&&!_0x14925b){_0x14925b=!0x0,_0x1f7b00=_0x1f7b00['nextSibling'];continue;}break;}const _0x3871ef=gs(_0x1f7b00,'data-id');if(_0x3871ef&&'new-element'!==_0x3871ef&&this['_existingDataIds']['has'](_0x3871ef)){_0x2805b2=_0x1f7b00;break;}_0x1f7b00=_0x1f7b00['nextSibling'];}return _0x2805b2;}['_findPrevElementWithDataId'](_0xdcd344,_0x339999){let _0x3217a6=_0xdcd344['previousSibling'],_0x30b457=null,_0x328c73=!0x1;for(;_0x3217a6;){if(_0x3e9ee5(_0x3217a6)){if(this['_isDelNode'](_0x3217a6)&&(_0x30b457=_0x3217a6),this['_isExistingContentComment'](_0x3217a6)&&_0x339999&&!_0x328c73){_0x328c73=!0x0,_0x3217a6=_0x3217a6['previousSibling'];continue;}break;}const _0x4118cc=gs(_0x3217a6,'data-id');if(_0x4118cc&&'new-element'!==_0x4118cc&&this['_existingDataIds']['has'](_0x4118cc)){_0x30b457=_0x3217a6;break;}_0x3217a6=_0x3217a6['previousSibling'];}return _0x30b457;}['_markWrappedElements'](_0x1522ad){_0x484e02(_0x1522ad)&&As('data-id',null,_0x1522ad)['forEach'](_0x2413f6=>{this['_isExistingNode'](_0x2413f6)&&!this['_hasWrappedParent'](_0x2413f6)&&(Is(_0x2413f6,'data-wrapped-id',gs(_0x2413f6,'data-id')),Is(_0x2413f6,'data-id',null));});}['_getNodeDataId'](_0x31bc05){if(!_0x31bc05)return null;if(_0x484e02(_0x31bc05))return gs(_0x31bc05,'data-id');if(_0x3e9ee5(_0x31bc05)){const _0x2a0ddf=ds(_0x31bc05)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x2a0ddf&&_0x2a0ddf[0x1])return _0x2a0ddf[0x1];}return null;}['_storeDeletedElementIds'](_0x3b2ce7){if(_0x3e9ee5(_0x3b2ce7)){const _0x178d68=ds(_0x3b2ce7)['match'](/removed[\s*-]data-id="([^"]+)"/);_0x178d68&&_0x178d68[0x1]&&this['_touchedNodesState']['removedIds']['push'](_0x178d68[0x1]);}}['_getUid'](_0x4576bf){return this['_isExistingNode'](_0x4576bf)?gs(_0x4576bf,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x4b8c0e){(function(_0x2838e2){return _0xd80dfc(_0x1a12b2=>_0x3e9ee5(_0x1a12b2),_0x2838e2,!0x0,0x1/0x0);}(_0x4b8c0e)['filter'](_0x52f56f=>this['_isDelNode'](_0x52f56f)||this['_isExistingContentComment'](_0x52f56f))['forEach'](_0x2201da=>{_0x39ddc4(_0x2201da);}));}['_markLastTagElementUnstable'](_0x48ea30){const _0x2497f0=_0x48ea30['childNodes'],_0x13e388=_0x2497f0[_0x2497f0['length']-0x1];_0x13e388&&_0x484e02(_0x13e388)&&Is(_0x13e388,'data-unstable','true');}['_markUnstableElements'](_0x44f18c,_0x59fd32){const _0x34e127=_s('data-unstable','true',_0x44f18c);if(!_0x34e127)return;const _0x42cf69=Ts(_0x34e127)['slice'](0x0,-0x1),_0x24b419=_0x42cf69['length'];let _0xea97c6=_0x34e127;if(_0x24b419>_0x59fd32){let _0x2401b4=_0x24b419,_0x52d7f2=null;for(;_0x2401b4>_0x59fd32&&_0x2401b4>=0x0;)_0x2401b4--,_0x52d7f2=_0x42cf69[_0x2401b4];_0x52d7f2&&(_0xea97c6=_0x52d7f2,Is(_0x34e127,'data-unstable',null),Is(_0x52d7f2,'data-unstable','true'));}else{if(_0x24b419<_0x59fd32){let _0x9ee512=_0x24b419,_0x595c53=_0x34e127;for(;_0x9ee512<_0x59fd32;){const _0x308d8d=_0x595c53['childNodes']['filter'](_0x409705=>_0x484e02(_0x409705));if(0x0===_0x308d8d['length'])break;_0x9ee512++,_0x595c53=_0x308d8d[_0x308d8d['length']-0x1];}_0x595c53&&(_0xea97c6=_0x595c53,Is(_0x34e127,'data-unstable',null),Is(_0x595c53,'data-unstable','true'));}}let _0x38dc93=_0xea97c6;for(;_0x38dc93;){for(;_0x38dc93['nextSibling'];)_0x38dc93=_0x38dc93['nextSibling'],_0x484e02(_0x38dc93)&&Is(_0x38dc93,'data-unstable','true');_0x38dc93=_0x38dc93['parentNode'];}}['_isNewNode'](_0x507f49){return Boolean('new-element'===gs(_0x507f49,'data-id'));}['_isExistingNode'](_0x5ad06e){return Boolean((gs(_0x5ad06e,'data-id')||'')['length']>0x0&&'new-element'!==gs(_0x5ad06e,'data-id'));}['_isDelNode'](_0x15f662){return!!_0x15f662&&Boolean(_0x3e9ee5(_0x15f662)&&ds(_0x15f662)['match'](/removed[\s*-]data-id="[^"]+"/));}['_hasWrappedParent'](_0x2e0433){let _0xde32fc=_0x2e0433['parentNode'];for(;_0xde32fc;){if(gs(_0xde32fc,'data-wrapped-id'))return!0x0;_0xde32fc=_0xde32fc['parentNode'];}return!0x1;}['_isExistingContentComment'](_0x563284){return Boolean(_0x3e9ee5(_0x563284)&&ds(_0x563284)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function Ss({editor:_0x1aa5b1,changeGroups:_0x3e60c8,documentContextContent:_0x5dd652,showDiff:_0x3462f6,trimUnchanged:_0x2f8c04=!0x0}){return _0x3e60c8['map'](_0x5c60eb=>{const _0x541919=new _0x9643f0([]),_0x4e0151=new _0x9643f0([]);for(const _0x5d2605 of _0x5c60eb['changes'])if(_0x3462f6&&'removed'==_0x5d2605['type']||_0x4e0151['children']['push'](_0x5d2605['node']['cloneNode'](!0x0)),'new'!=_0x5d2605['type']&&(_0x3462f6||'removed'!=_0x5d2605['type'])){const _0x38500c=_0x4db387(_0x534f16=>gs(_0x534f16,'data-id')==_0x5d2605['id'],_0x5dd652,!0x0);_0x38500c&&_0x541919['children']['push'](_0x38500c['cloneNode'](!0x0));}const {content:_0x5e9438,hasChanges:_0x30a2bd}=function(_0x2a33f4,_0x5276cb,_0x39ea9c,_0xaf4643,_0x5dbdff=!0x0){const _0x5e2340=_0x2a33f4['plugins']['get']('DocumentCompare'),_0x334f98=ds(_0x5276cb),_0x707b32=ds(_0x39ea9c),_0x18166a=_0x2a33f4['data']['parse'](_0x334f98,'$root'),_0x4a0f9a=_0x2a33f4['model']['createPositionAt'](_0x18166a,0x0),_0x47fbd6=_0x5e2340['getDiff'](_0x334f98,_0x707b32,{'anchor':_0x4a0f9a,'markDeletions':_0xaf4643}),_0x24d3fc=_0x47fbd6['getOperations']();if(0x0==_0x24d3fc['length'])return{'content':_0x5276cb['cloneNode'](!0x0),'hasChanges':!0x1};_0xaf4643?function(_0x27114a,_0x4c6b5e,_0x303e34){if(0x0==_0x27114a['length'])return;const _0xdcfb4e=_0x303e34['plugins']['get']('DocumentCompare'),_0x3ced8d=_0x303e34['plugins']['get']('SuggestionsConversion');_0x303e34['model']['change'](_0x25f56b=>{const _0x4712ca=new Set();for(let _0x4d42b7=0x0;_0x4d42b7<_0x27114a['length'];_0x4d42b7++){const _0x4105fd=_0x27114a[_0x4d42b7];if(_0x4105fd['baseVersion']=null,_0x4105fd['isDocumentOperation']=!0x1,_0xdcfb4e['isMarkedRemoveOperation'](_0x4105fd)){const _0x1e7c89=_0x308d83(_0x4105fd['newRange'],_0x303e34['model']),_0x381faf='suggestion:deletion:'+at()+':$aiSuggestion';_0x4c6b5e['markers']['set'](_0x381faf,_0x1e7c89);}else switch(_0x4105fd['type']){case'rename':{if(_0x4105fd['oldName']==_0x4105fd['newName'])break;_0x25f56b['batch']['addOperation'](_0x4105fd),_0x303e34['model']['applyOperation'](_0x4105fd);const _0x35765d='$elementName',_0x4307f2=_0x4105fd['position'],_0x232333=_0x303e34['model']['createRange'](_0x4307f2,_0x303e34['model']['createPositionAt'](_0x4307f2['nodeAfter'],'end')),_0x2ae8d7='suggestion:attribute:'+_0x35765d+':'+at()+':$aiSuggestion';_0x4c6b5e['markers']['set'](_0x2ae8d7,_0x232333);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x4105fd['oldValue']==_0x4105fd['newValue'])break;_0x25f56b['batch']['addOperation'](_0x4105fd),_0x303e34['model']['applyOperation'](_0x4105fd);const _0x3b5441=_0x4105fd['key'];if(!_0x3ced8d['isRegisteredAttribute'](_0x3b5441))break;const _0x4e25f3=_0x308d83(_0x4105fd['range'],_0x303e34['model']),_0x305530='suggestion:attribute:'+_0x3b5441+':'+at()+':$aiSuggestion';_0x4c6b5e['markers']['set'](_0x305530,_0x4e25f3);break;}case'insert':{_0x25f56b['batch']['addOperation'](_0x4105fd),_0x303e34['model']['applyOperation'](_0x4105fd);if(_0x27114a[_0x4d42b7+0x1]&&'move'==_0x27114a[_0x4d42b7+0x1]['type']){bs(_0x4c6b5e,_0x4105fd);break;}const _0x5bfe52=_0x4105fd['position'],_0x1fd403=_0x4105fd['howMany'],_0x73818=_0x308d83(_0x303e34['model']['createRange'](_0x5bfe52,_0x5bfe52['getShiftedBy'](_0x1fd403)),_0x303e34['model']),_0x4e8834='suggestion:insertion:'+at()+':$aiSuggestion';_0x4c6b5e['markers']['set'](_0x4e8834,_0x73818);break;}case'split':{_0x25f56b['batch']['addOperation'](_0x4105fd),_0x303e34['model']['applyOperation'](_0x4105fd);const _0x2b50f8=_0x4105fd['splitPosition'],_0x294354=_0x4105fd['moveTargetPosition'],_0x5c706a=_0x303e34['model']['createRange'](_0x2b50f8,_0x294354),_0x55a6c9='suggestion:insertion:'+at()+':$aiSuggestion';_0x4c6b5e['markers']['set'](_0x55a6c9,_0x5c706a);break;}case'move':{_0x25f56b['batch']['addOperation'](_0x4105fd),_0x303e34['model']['applyOperation'](_0x4105fd),_0x27114a[_0x4d42b7-0x1]&&'insert'==_0x27114a[_0x4d42b7-0x1]['type']&&bs(_0x4c6b5e,_0x4105fd);const _0x51862f=_0x4105fd['getMovedRangeStart'](),_0x1a0e6f=_0x4105fd['howMany'];for(let _0x5ea1fa=0x0;_0x5ea1fa<_0x1a0e6f;_0x5ea1fa++){const _0x23991a=_0x51862f['getShiftedBy'](_0x5ea1fa)['nodeAfter'];_0x4712ca['add'](_0x23991a);}break;}case'remove':{const _0x4fa496=_0x4105fd['sourcePosition'],_0x7609d7=_0x4105fd['howMany'],_0x2152b2=new _0x3b2327(_0x4fa496,_0x7609d7);_0x25f56b['batch']['addOperation'](_0x2152b2),_0x303e34['model']['applyOperation'](_0x2152b2);break;}}}for(const _0x124856 of _0x4712ca){const _0x1c432e=_0x303e34['model']['createRangeOn'](_0x124856),_0x47551e='suggestion:formatBlock:$fakeWrap:'+at()+':$aiSuggestion';_0x4c6b5e['markers']['set'](_0x47551e,_0x308d83(_0x1c432e,_0x303e34['model']));}});}(_0x24d3fc,_0x18166a,_0x2a33f4):_0x2a33f4['model']['change'](_0x7cb89d=>{for(const _0x4162b1 of _0x24d3fc)if('remove'==_0x4162b1['type']){const _0x492880=_0x4162b1['sourcePosition'],_0x4f0472=_0x4162b1['howMany'],_0x3948d8=new _0x3b2327(_0x492880,_0x4f0472);_0x7cb89d['batch']['addOperation'](_0x3948d8),_0x2a33f4['model']['applyOperation'](_0x3948d8);}else{if('marker'==_0x4162b1['type']){const _0x53d334=_0x4162b1['name'],_0x1fa10b=_0x4162b1['newRange'];null!==_0x1fa10b?_0x18166a['markers']['set'](_0x53d334,_0x1fa10b):_0x18166a['markers']['delete'](_0x53d334);}else _0x4162b1['baseVersion']=null,_0x4162b1['isDocumentOperation']=!0x1,_0x7cb89d['batch']['addOperation'](_0x4162b1),_0x2a33f4['model']['applyOperation'](_0x4162b1);}});if(_0x5dbdff){const _0x4efe4e=Rs(_0x2a33f4,_0x24d3fc,_0x18166a);Os(_0x2a33f4['model'],_0x4efe4e),function(_0x5937b4,_0x4b782a){const _0x4c28c6=_0x4b782a['getFirstRange']()['start'];let _0x214c0d=_0x4b782a['getFirstRange']()['end'];const _0x5ab320=_0x4c28c6['root'];(_0x214c0d['textNode']||_0x214c0d['nodeAfter']&&_0x214c0d['nodeAfter']['is']('$text'))&&(_0x5d3866(_0x214c0d,'...'),_0x214c0d=_0x214c0d['getShiftedBy'](0x3)),(_0x4c28c6['textNode']||_0x4c28c6['nodeBefore']&&_0x4c28c6['nodeBefore']['is']('$text'))&&(_0x5d3866(_0x4c28c6,'...'),function(_0x444978,_0x36db75,_0x5ebb85){for(let [_0x4adb65,_0x339bbc]of _0x444978['markers']){const _0x1878c7=_0x339bbc['_getTransformedByInsertion'](_0x36db75,_0x5ebb85,!0x1);_0x339bbc=_0x1878c7[0x0],_0x444978['markers']['set'](_0x4adb65,_0x339bbc);}}(_0x5ab320,_0x4c28c6,0x3),_0x4c28c6['parent']==_0x214c0d['parent']&&(_0x214c0d=_0x214c0d['getShiftedBy'](0x3)));const _0x328759=_0x5937b4['createRange'](_0x5937b4['createPositionAt'](_0x5ab320,0x0),_0x4c28c6),_0x5b85b4=_0x5937b4['createRange'](_0x214c0d,_0x5937b4['createPositionAt'](_0x5ab320,'end')),_0x49273e=[..._0x328759['getMinimalFlatRanges'](),..._0x5b85b4['getMinimalFlatRanges']()];_0x49273e['reverse']();for(const _0x59d1c9 of _0x49273e)_0x1771bc(_0x59d1c9),Ns(_0x5ab320,_0x59d1c9);}(_0x2a33f4['model'],_0x4efe4e);}const _0x51d20a=_0x2a33f4['data']['stringify'](_0x18166a,{'showSuggestionHighlights':!0x0});return{'content':us(_0x51d20a),'hasChanges':!0x0};}(_0x1aa5b1,_0x541919,_0x4e0151,_0x3462f6,_0x2f8c04);return{'type':_0x5c60eb['changes'][0x0]['type'],'index':_0x5c60eb['index'],'content':_0x5e9438,'hasChanges':_0x30a2bd};});}function bs(_0x3cb508,_0x22f2f0){for(const [_0x3d402a,_0x11705b]of _0x3cb508['markers']){const _0x157b23=_0x17956e['_createFromRanges'](_0x11705b['getTransformedByOperation'](_0x22f2f0));_0x3cb508['markers']['set'](_0x3d402a,_0x157b23);}}function Rs(_0x486c81,_0xa9c0b8,_0x5b74f8){const _0x16f9fa=_0x486c81['plugins']['get']('DocumentCompare');let _0x63792c=_0x486c81['model']['createPositionAt'](_0x5b74f8,Number['POSITIVE_INFINITY']),_0x1f4693=_0x486c81['model']['createPositionAt'](_0x5b74f8,0x0);for(const _0x56b012 of _0xa9c0b8){let _0x596efe,_0x4ae267;if(_0x16f9fa['isMarkedRemoveOperation'](_0x56b012))_0x596efe=_0x56b012['newRange']['start'],_0x4ae267=_0x56b012['newRange']['end'];else switch(_0x63792c=_0x63792c['getTransformedByOperation'](_0x56b012),_0x1f4693=_0x1f4693['getTransformedByOperation'](_0x56b012),_0x56b012['type']){case'rename':_0x596efe=_0x56b012['position'],_0x4ae267=_0x596efe['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x596efe=_0x56b012['range']['start'],_0x4ae267=_0x56b012['range']['end'];break;case'insert':_0x596efe=_0x56b012['position'],_0x4ae267=_0x596efe['getShiftedBy'](_0x56b012['howMany']);break;case'split':_0x596efe=_0x56b012['splitPosition'],_0x4ae267=_0x56b012['moveTargetPosition'];break;case'merge':{const _0xca7312=_0x56b012['targetPosition']['path']['slice'](0x0,-0x1);_0x596efe=_0x486c81['model']['createPositionFromPath'](_0x5b74f8,_0xca7312),_0x4ae267=_0x596efe['getShiftedBy'](0x1);break;}case'remove':{const _0x1ad343=_0x56b012['howMany'],_0x1b7bbd=_0x56b012['sourcePosition']['_getTransformedByInsertion'](_0x56b012['targetPosition'],_0x1ad343),_0x3b7178=_0x56b012['getMovedRangeStart']();'remove'==_0x56b012['type']?(_0x596efe=_0x1b7bbd,_0x4ae267=_0x1b7bbd):(_0x596efe=_0x3b7178,_0x4ae267=_0x3b7178['getShiftedBy'](_0x1ad343));break;}}_0x596efe&&_0x596efe['isBefore'](_0x63792c)&&(_0x63792c=_0x596efe['clone'](),_0x63792c['stickiness']='toNone'),_0x4ae267&&_0x4ae267['isAfter'](_0x1f4693)&&(_0x1f4693=_0x4ae267['clone'](),_0x1f4693['stickiness']='toNone');}return _0x486c81['model']['createSelection'](_0x486c81['model']['createRange'](_0x63792c,_0x1f4693));}function Os(_0x56531f,_0x72624f){ks(_0x56531f,_0x72624f,'forward');const _0x415e43=_0x72624f['getFirstRange']();_0x72624f['setTo']([]),_0x72624f['setTo'](_0x415e43,{'backward':!0x0}),ks(_0x56531f,_0x72624f,'backward');}function ks(_0x4c7476,_0x16dff0,_0x2b866d){let _0x5a2bb9=0x14;for(;_0x5a2bb9;){_0x4c7476['modifySelection'](_0x16dff0,{'unit':'word','direction':_0x2b866d}),_0x5a2bb9--;const _0x2c7589=_0x16dff0['focus']['forward'==_0x2b866d?'nodeBefore':'nodeAfter'];if(_0x2c7589&&_0x2c7589['is']('element')&&_0x4c7476['schema']['isBlock'](_0x2c7589)&&_0x4c7476['schema']['isObject'](_0x2c7589))break;}}function Ns(_0x1631b0,_0x2511ff){for(const [_0x494708,_0xa9ccb4]of _0x1631b0['markers']){const _0x3c70fe=_0xa9ccb4['_getTransformedByDeletion'](_0x2511ff['start'],_0x2511ff['end']['offset']-_0x2511ff['start']['offset']);null!=_0x3c70fe?_0x1631b0['markers']['set'](_0x494708,_0x3c70fe):_0x1631b0['markers']['delete'](_0x494708);}}class vs extends ht(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new _0x9643f0([]);['parsedMergedContent']=new _0x9643f0([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['documentContextContent'];['aiResponseParser'];['aiResponseApplier'];['editor'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x5d79aa,content:_0x368beb='',isDone:_0x5e40a4=!0x1,interactionId:_0x2c00d6,areActionsDisabled:_0x35b095,documentContextContent:_0x1ca895,editor:_0x40e7c7,id:_0x591b49}){super(),this['id']=_0x591b49||at(),this['interactionId']=_0x2c00d6,this['type']=_0x5d79aa,this['areActionsDisabled']=!!_0x35b095,this['editor']=_0x40e7c7,this['aiResponseParser']=new ws(),this['aiResponseApplier']=new fs(),this['documentContextContent']=us(_0x1ca895||''),this['set']('isDone',_0x5e40a4),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x368beb);}['appendContent'](_0x3effd0){this['set']('content',this['content']+_0x3effd0);}['done'](){this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0xe2f44c,_0x38f199){this['changeGroups'][_0xe2f44c]['state']=_0x38f199,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0xe2f44c,'state':_0x38f199});}['getContentParts']({showDiff:_0x1f1ec5,groupIndex:_0x4175a9}){if(!this['editor'])throw new ot('ai-get-editor-from-context-no-editor',null,{'aiReply':this});const _0x56f9e5=this['_getCachedContentParts'](_0x1f1ec5,_0x4175a9);if(_0x56f9e5)return _0x56f9e5;let _0x28190d=[];if(void 0x0===_0x4175a9)_0x28190d=this['changeGroups'];else{const _0x5d53b7=this['changeGroups']['find'](({index:_0x397b5f})=>_0x397b5f===_0x4175a9);if(!_0x5d53b7)throw new ot('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x4175a9});_0x28190d=[_0x5d53b7];}const _0x4bf152=Ss({'editor':this['editor'],'showDiff':_0x1f1ec5,'changeGroups':_0x28190d,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x1f1ec5,_0x4bf152),_0x4bf152;}['_getCachedContentParts'](_0x4b021b,_0x4d2826){const _0x339b7b=_0x4b021b?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x339b7b]['length'])return null;const _0xf6a58b=this['cachedSuggestionContentParts'][_0x339b7b];if(void 0x0===_0x4d2826)return _0xf6a58b['length']>0x0&&_0xf6a58b['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x4b021b,null),null):_0x3c8e1c(_0xf6a58b);{const _0x1ec158=_0xf6a58b['find'](({index:_0x11c000})=>_0x11c000===_0x4d2826);if(_0x1ec158)return[_0x3c8e1c(_0x1ec158)];}return null;}['_setCachedContentParts'](_0x2979c2,_0x3a97ad){const _0x52e3fb=_0x2979c2?'withDiff':'withoutDiff';_0x3a97ad?_0x3a97ad['forEach'](_0x1f5d3b=>{const _0x115565=this['cachedSuggestionContentParts'][_0x52e3fb],_0x26faea=_0x115565['find'](({index:_0x59684d})=>_0x59684d===_0x1f5d3b['index']);if(_0x26faea){const _0x2ce109=_0x115565['indexOf'](_0x26faea);_0x115565['splice'](_0x2ce109,0x1,_0x1f5d3b);}else _0x115565['push'](_0x1f5d3b);}):this['cachedSuggestionContentParts'][_0x52e3fb]['length']=0x0;}['onContentChange'](){if('modification'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0xc5327a=this['changeGroups'];this['updateChangeGroups']();const _0x5810f7=this['_getDifferentChangeGroups'](_0xc5327a,this['changeGroups']);(_0x5810f7['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x5810f7),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x37308b,_0x97167){const _0x4236e6=[];for(const _0x4a6abc of _0x97167){const _0x5ea9dd=_0x37308b[_0x4a6abc['index']];_0x5ea9dd?_0x5ea9dd['changes']['length']!==_0x4a6abc['changes']['length']?_0x4236e6['push'](_0x4a6abc):_0x5ea9dd['changes']['forEach']((_0x38527f,_0xb043c1)=>{const _0x2e13eb=_0x4a6abc['changes'][_0xb043c1];_0x38527f['id']!==_0x2e13eb['id']&&_0x4236e6['push'](_0x4a6abc);}):_0x4236e6['push'](_0x4a6abc);}return _0x4236e6;}['updateChangeGroups'](){const _0x5766d5=new ti('p',{},[new ti('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x354f2f(as(this['editor']['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x2b6434=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone'],'replaceRemovedWith':_0x5766d5,'cutAfterLastChange':!this['isDone']});if(!_0x2b6434['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x2b6434['parsedContent'];let _0x5187ff=[];if(_0x5acde9(_0x35433=>{const _0x321bdd=gs(_0x35433,'data-id');if(!_0x321bdd||!_0x3f8dbb(_0x321bdd))return!0x1;const _0x139185=[_0x35433,...Ts(_0x35433)]['at'](-0x2);if(_0x35433!=_0x139185){const _0x394a46=gs(_0x139185,'data-id');_0x3f8dbb(_0x394a46)||(_0x5187ff['push']({'node':_0x139185,'id':_0x394a46,'type':'modified'}),_0x2b6434['modifiedNodeIds']['push'](_0x394a46));}else _0x2b6434['modifiedNodeIds']['includes'](_0x321bdd)?_0x5187ff['push']({'node':_0x35433,'type':'modified','id':_0x321bdd}):_0x2b6434['newNodeIds']['includes'](_0x321bdd)?_0x5187ff['push']({'node':_0x35433,'type':'new','id':_0x321bdd,'anchorId':gs(_0x35433['previousSibling'],'data-id')}):_0x5187ff['push']({'node':_0x35433,'type':'removed','id':_0x321bdd});return!0x0;},this['parsedMergedContent']),_0x5187ff=_0x5187ff['filter'](({node:_0xd060eb})=>[...Ts(_0xd060eb),_0xd060eb]['every'](_0x6dc396=>!gs(_0x6dc396,'data-unstable'))),0x0==_0x5187ff['length'])return;const _0x66bc6d=[[_0x5187ff[0x0]]];for(let _0x14632e=0x1;_0x14632e<_0x5187ff['length'];_0x14632e++){const _0x3591e7=_0x66bc6d[_0x66bc6d['length']-0x1],_0x3d4bbc=_0x3591e7[_0x3591e7['length']-0x1];_0x5187ff[_0x14632e]['node']['previousSibling']==_0x3d4bbc['node']&&'modified'!=_0x5187ff[_0x14632e]['type']&&'modified'!=_0x3d4bbc['type']?_0x3591e7['push'](_0x5187ff[_0x14632e]):_0x66bc6d['push']([_0x5187ff[_0x14632e]]);}for(const _0x44517e of _0x66bc6d){const _0x5e0f9d=_0x44517e[0x0],_0x4e1420=_0x44517e[_0x44517e['length']-0x1],_0x5579c9=_0x5ba133(_0x5e0f9d['node']['previousSibling']);_0x5579c9&&_0x44517e['unshift'](_0x5579c9);const _0x2f316c=_0x5ba133(_0x4e1420['node']['nextSibling']);_0x2f316c&&_0x44517e['push'](_0x2f316c);}function _0x3f8dbb(_0x3efa58){return _0x2b6434['modifiedNodeIds']['includes'](_0x3efa58)||_0x2b6434['newNodeIds']['includes'](_0x3efa58)||_0x2b6434['removedNodeIds']['includes'](_0x3efa58);}function _0x5ba133(_0x35c4d1){if(_0x35c4d1&&gs(_0x35c4d1,'data-id')&&!gs(_0x35c4d1,'data-unstable')){const _0x27be86=gs(_0x35c4d1,'data-id');if(!_0x3f8dbb(_0x27be86))return{'node':_0x35c4d1,'type':'context','id':_0x27be86};}return null;}this['changeGroups']=_0x66bc6d['map']((_0x456828,_0x213554)=>({'changes':_0x456828,'state':'pending','index':_0x213554}));}}const ys=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];class xs extends pt(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['editor'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;constructor({connector:_0x1d304a,editor:_0x400616}){super(),this['id']=at(),this['connector']=_0x1d304a,this['isStopped']=!0x0,this['editor']=_0x400616;}async['start'](){const _0x137d03=[];let _0x24f800,_0x12ecf4,_0x5889e2;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x170007=await this['currentRequest']['getStream']();for await(const _0x1c9d1e of _0x170007){if(this['isStopped'])return;if('error'==_0x1c9d1e['event'])return void this['fire']('error',{'error':new ot('ai-chat-interaction-error',this)});switch(_0x1c9d1e['event']){case'message-metadata':this['messageId']=_0x1c9d1e['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x1c9d1e['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x1c9d1e['data']['conversationTitle'],!0x0);break;case'source':_0x137d03['push'](_0x1c9d1e['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'](),_0x24f800='modification-delta'==_0x1c9d1e['event']?'modification':'text',_0x12ecf4='modification-delta'==_0x1c9d1e['event']?_0x1c9d1e['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x24f800&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x24f800,'interactionId':this['id'],'id':_0x12ecf4}),'modification'==_0x24f800&&(this['currentReply']['sources']=_0x137d03['splice'](0x0))),this['currentReply']['appendContent'](_0x1c9d1e['data']['textDelta']);break;case'mcp-tool-result':_0x5889e2=JSON['parse'](_0x1c9d1e['data']['result']),this['_handleToolResultData']({'toolName':_0x1c9d1e['data']['toolName'],'data':_0x5889e2['data'],'attributes':_0x5889e2['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x1c9d1e['data']['toolName'],'data':_0x1c9d1e['data']['data']});}}}finally{this['isStopped']||(this['currentReply']&&_0x137d03['length']>0x0&&(this['currentReply']['sources']=_0x137d03['splice'](0x0)),this['_finalizeInteraction'](),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x2dfaec){return this['replies']['find'](_0x4fef09=>_0x4fef09['id']===_0x2dfaec);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x481286=>_0x481286['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x267386){const _0x4d3dbc=new vs({'editor':this['editor'],'documentContextContent':this['getDocumentContext']()?.['content'],..._0x267386});return this['replies']['push'](_0x4d3dbc),_0x4d3dbc['delegate'](...ys)['to'](this),this['fire']('replyCreated',_0x4d3dbc),_0x4d3dbc;}['setConversationTitle'](_0x2799f2,_0x536535=!0x1){this['fire']('setConversationTitle',_0x2799f2,_0x536535);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x298669){this['fire']('toolDataReceived',{'type':'result','toolName':_0x298669['toolName'],'data':structuredClone(_0x298669['data']||{}),'attributes':structuredClone(_0x298669['attributes']||{})},this);}['_handleToolNotificationData'](_0x29d926){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x29d926['toolName'],'data':structuredClone(_0x29d926['data'])},this);}['_finalizeInteraction'](){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](),this['currentRequest']=this['currentReply']=void 0x0;}}const Ls=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']]),Ds=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class Ps extends ht(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x404a7b,config:_0x19c776,ownerId:_0x3fa368}){super(),this['_connector']=_0x404a7b,this['_config']=_0x19c776,this['_ownerId']=_0x3fa368;}['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'](_0x1cfd6d){const _0x2190f5=await this['_createContextItemFromContent'](_0x1cfd6d);return this['_addToConversationContextItem'](_0x2190f5),'current-document'===_0x2190f5['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x2190f5;}async['_createContextItemFromContent'](_0x5c16cd){if('document'===_0x5c16cd['type']){const _0xaadaa3=await this['_connector']['fetchDocument'](this['_ownerId'],_0x5c16cd['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x5c16cd['type'],'content':_0xaadaa3['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0xaadaa3['attributes']?.['version'],'sessionId':_0xaadaa3['attributes']?.['sessionId']};}if('mcp-tool-context'===_0x5c16cd['type'])return{'id':_0x5c16cd['id'],'uiId':_0x5c16cd['id'],'label':_0x5c16cd['data']?.['label']||_0x5c16cd['id'],'type':'mcp-tool-context','mcpServerName':_0x5c16cd['mcpServerName'],'toolName':_0x5c16cd['toolName'],'data':_0x5c16cd['data']||{}};return{'id':_0x5c16cd['id'],'uiId':_0x5c16cd['id'],'label':_0x5c16cd['attributes']?.['label']||_0x5c16cd['name']||_0x5c16cd['url']||_0x5c16cd['id'],'type':_0x5c16cd['type'],..._0x5c16cd?.['attributes']?.['resourceId']?{'resourceId':_0x5c16cd['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0xbf05ee){const _0x46c5d1=this['_pendingContextItems']['get'](_0xbf05ee);_0x46c5d1?.['isReadOnly']||this['_removeContextItem'](_0xbf05ee);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x387a2f of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x387a2f['uiId']);const _0x5437ba=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x5437ba&&this['_addContextItem']({..._0x5437ba,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x33d65a){for(const _0xeb50 of _0x33d65a['values']())this['_addToConversationContextItem'](_0xeb50);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'](_0x28fc55){return Array['from'](_0x28fc55['values']())['map'](_0x2a82b5=>this['_mapContextItemToRequestData'](_0x2a82b5))['filter'](_0x2f36a7=>null!==_0x2f36a7);}async['addFilesToContext'](_0x3fc793,_0x478a78,_0x4dda53='file'){const _0x1d977a='files-'+at();this['_startUploadOperation'](_0x1d977a);try{await Promise['all'](_0x3fc793['map'](async _0x29d7d6=>{const _0x2377e9='file-'+at(),_0x528b43=_0x529f07(_0x29d7d6['name']);try{this['_addContextItem']({'type':_0x4dda53,'label':_0x478a78?.['label']||_0x528b43,'uiId':_0x2377e9,'resourceId':_0x478a78?.['resourceId']},!0x0);const _0xf3216a=this['_connector']['uploadFile'](this['_ownerId'],_0x29d7d6,_0x478a78);this['_ongoingUploads']['set'](_0x2377e9,_0xf3216a['abortController']);const {id:_0x2a5d7a}=await _0xf3216a['getId']();this['_ongoingUploads']['delete'](_0x2377e9),this['_finishContextItemLoading']({'type':_0x4dda53,'id':_0x2a5d7a,'label':_0x478a78?.['label']||_0x528b43,'uiId':_0x2377e9,'resourceId':_0x478a78?.['resourceId']},!0x1);}catch(_0x5d7e26){this['_ongoingUploads']['delete'](_0x2377e9);if(!(_0x5d7e26 instanceof ot&&_0x5d7e26['message']['startsWith']('ai-request-aborted'))){const _0x5a9ec1=Ls['get'](_0x5d7e26['code'])||'ai-chat-file-upload-failed',_0x4dd09e=new ot(_0x5a9ec1,null,{'fileName':_0x528b43,..._0x5d7e26});_0x4dd09e['stack']=_0x5d7e26['stack'],this['fire']('error',{'error':_0x4dd09e});}this['_removeContextItem'](_0x2377e9);}}));}finally{this['_finishUploadOperation'](_0x1d977a);}}['addCurrentDocumentToContext'](_0x120fb6){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x1feac5={'type':'document','uiId':'current-document','label':_0x120fb6,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x1feac5);}async['updateCurrentDocument'](_0x411b00,_0xead566,_0x3cfa6f,_0x3af93b){const _0x4fcecc=this['_pendingContextItems']['get']('current-document');if(_0x4fcecc&&_0x411b00){_0x4fcecc['selection']=_0x3af93b?_0x3af93b['map'](_0xf91f12=>({'start':_0xf91f12['start'],'end':_0xf91f12['end']})):[];try{if(_0x4fcecc['version']===_0xead566)return;const {id:_0x37cabd}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x411b00,{'version':_0xead566,'sessionId':_0x3cfa6f})['getId']();_0x4fcecc['id']=_0x37cabd,_0x4fcecc['content']=_0x411b00,_0x4fcecc['version']=_0xead566,_0x4fcecc['sessionId']=_0x3cfa6f;}catch(_0x1761e3){const _0x3c3369=new ot('ai-chat-document-upload-failed',null);_0x3c3369['stack']=_0x1761e3['stack'],this['fire']('error',{'error':_0x3c3369});}}}['addSelectionToContext'](_0x59332c){this['_addContextItem']({'type':'selection','label':_0x59332c,'uiId':'selection','content':_0x59332c});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x25596e,_0x323379){const _0x1c8850='url-'+at();this['_startUploadOperation'](_0x1c8850);const _0x368d6d='url-'+at();try{this['_addContextItem']({'type':'web-resource','label':_0x323379?.['label']||_0x25596e,'uiId':_0x368d6d,'resourceId':_0x323379?.['resourceId']},!0x0);const _0x2d3071=this['_connector']['uploadUrl'](this['_ownerId'],_0x25596e,_0x323379);this['_ongoingUploads']['set'](_0x368d6d,_0x2d3071['abortController']);const {id:_0x269c25}=await _0x2d3071['getId']();this['_ongoingUploads']['delete'](_0x368d6d),this['_finishContextItemLoading']({'type':'web-resource','id':_0x269c25,'label':_0x323379?.['label']||_0x25596e,'uiId':_0x368d6d,'resourceId':_0x323379?.['resourceId']},!0x1);}catch(_0x5153b7){this['_ongoingUploads']['delete'](_0x368d6d),(_0x5153b7['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new ot('ai-chat-url-upload-failed',this,{'url':_0x25596e,'originalError':_0x5153b7}),'url':_0x25596e}),this['_removeContextItem'](_0x368d6d));}finally{this['_finishUploadOperation'](_0x1c8850);}}['addToolItemToContext'](_0x1c78b1){_0x1c78b1['id']=_0x1c78b1['id']??at()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x1c78b1['uiId'],_0x1c78b1),this['fire']('contextItemAdded',{'contextItem':_0x1c78b1,'isLoading':!0x1});}async['loadSourceResources'](_0x2d9753,_0x2a56b6,_0x1e508f){const _0x47ffce=this['_addContextOptionsState']['sources']['find'](_0x1c6320=>_0x1c6320['id']===_0x2d9753);if(!_0x47ffce)return this['fire']('error',{'error':new ot('ai-chat-source-not-found',this,{'sourceId':_0x2d9753}),'sourceId':_0x2d9753}),[];try{const _0x451b9d=(await _0x47ffce['getResources'](_0x2a56b6))['map'](_0x2a5483=>{const _0x3257c6=this['_isResourceInContext'](_0x2a5483['id']);return{..._0x2a5483,'isInContext':_0x3257c6};});return _0x47ffce['resources']=_0x451b9d,this['fire']('sourceResourcesLoaded',{'sourceId':_0x2d9753,'source':_0x47ffce,'resources':_0x451b9d,'uid':_0x1e508f}),_0x451b9d;}catch(_0x33d5a4){return this['fire']('error',{'error':new ot('ai-chat-source-resources-load-failed',this,{'sourceId':_0x2d9753,'originalError':_0x33d5a4}),'sourceId':_0x2d9753,'sourceLabel':_0x47ffce['label']}),[];}}async['addResourceToContext'](_0x198418,_0x2ae93d){if(this['_isResourceInContext'](_0x2ae93d['id']))return;let _0x3fd555=_0x2ae93d['data'];if(!_0x3fd555&&_0x198418['getData'])try{_0x3fd555=await _0x198418['getData'](_0x2ae93d['id']);}catch(_0x25071b){return void this['fire']('error',{'error':new ot('ai-chat-resource-load-failed',this,{'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id'],'originalError':_0x25071b}),'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']});}if(_0x3fd555)switch(_0x2ae93d['type']){case'web-resource':if('string'!=typeof _0x3fd555)return void this['fire']('error',{'error':new ot('ai-chat-context-invalid-data',this,{'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id'],'expectedType':'string','actualType':typeof _0x3fd555}),'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']});await this['addUrlToContext'](_0x3fd555,{'label':_0x2ae93d['label'],'resourceId':_0x2ae93d['id']});break;case'file':if(!(_0x3fd555 instanceof File))return void this['fire']('error',{'error':new ot('ai-chat-context-invalid-data',this,{'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id'],'expectedType':'File','actualType':typeof _0x3fd555}),'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']});await this['addFilesToContext']([_0x3fd555],{'label':_0x2ae93d['label'],'resourceId':_0x2ae93d['id']});break;case'text':if('object'!=typeof _0x3fd555||!('content'in _0x3fd555)||!('type'in _0x3fd555))return void this['fire']('error',{'error':new ot('ai-chat-context-invalid-data',this,{'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x3fd555}),'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']});_0x3fd555=Ps['_convertTextResourceToFile'](_0x3fd555,_0x2ae93d['label']),await this['addFilesToContext']([_0x3fd555],{'label':_0x2ae93d['label'],'resourceId':_0x2ae93d['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new ot('ai-chat-context-unsupported-type',this,{'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id'],'resourceType':_0x2ae93d['type']}),'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']});}else this['fire']('error',{'error':new ot('ai-chat-resource-no-data',this,{'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']}),'resourceId':_0x2ae93d['id'],'sourceId':_0x198418['id']});}static['_convertTextResourceToFile'](_0x14c30c,_0x1ed742){switch(_0x14c30c['type']){case'markdown':return new File([_0x14c30c['content']],_0x1ed742,{'type':'text/markdown'});case'html':return new File([_0x14c30c['content']],_0x1ed742,{'type':'text/html'});default:return new File([_0x14c30c['content']],_0x1ed742,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x5272f1){switch(_0x5272f1['type']){case'file':case'text':return{'type':'file','id':_0x5272f1['id']};case'web-resource':return{'type':'web-resource','id':_0x5272f1['id']};case'document':return{'type':'document','id':_0x5272f1['id'],..._0x5272f1['selection']?.['length']&&{'selection':_0x5272f1['selection']}};case'mcp-tool-context':{const _0x49df80=_0x5272f1;return{'type':'mcp-tool-context','mcpServerName':_0x49df80['mcpServerName'],'toolName':_0x49df80['toolName'],'data':_0x49df80['data'],'id':_0x49df80['id']};}default:return null;}}['_addContextItem'](_0x938b89,_0x9406f1=!0x1){if(this['_pendingContextItems']['set'](_0x938b89['uiId'],_0x938b89),_0x938b89['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x938b89,'isLoading':_0x9406f1}),'current-document'===_0x938b89['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x938b89['resourceId']){const _0x3bd5d9=this['_findSourceIdsByResourceId'](_0x938b89['resourceId']);_0x3bd5d9&&_0x3bd5d9['forEach'](_0x5a9077=>{this['_updateResourceInContextState'](_0x5a9077,_0x938b89['resourceId'],!0x0);});}}['_removeContextItem'](_0x1ba859){const _0x3b8fb7=this['_pendingContextItems']['get'](_0x1ba859),_0x22bcf4=this['_ongoingUploads']['get'](_0x1ba859);if(_0x22bcf4&&(_0x22bcf4['abort'](),this['_ongoingUploads']['delete'](_0x1ba859)),_0x3b8fb7?.['resourceId']){const _0x3e98ec=this['_findSourceIdsByResourceId'](_0x3b8fb7['resourceId']);_0x3e98ec&&_0x3e98ec['forEach'](_0x5d496e=>{this['_updateResourceInContextState'](_0x5d496e,_0x3b8fb7['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x1ba859),this['fire']('contextItemRemoved',{'uiId':_0x1ba859,'type':_0x3b8fb7?.['type']}),'current-document'===_0x1ba859&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x1578ef,_0x22587a){if(this['_pendingContextItems']['has'](_0x1578ef['uiId'])&&(this['_pendingContextItems']['set'](_0x1578ef['uiId'],_0x1578ef),this['fire']('contextItemLoadingEnded',{'contextItem':_0x1578ef,'isLoading':_0x22587a}),_0x1578ef['resourceId'])){const _0xd1d8da=this['_findSourceIdsByResourceId'](_0x1578ef['resourceId']);_0xd1d8da&&_0xd1d8da['forEach'](_0x2c0820=>{this['_updateResourceInContextState'](_0x2c0820,_0x1578ef['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x5aa84b){this['_conversationContextItems']['set'](_0x5aa84b['uiId'],_0x5aa84b);}['_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'](_0xf5c99f=>({..._0xf5c99f,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x1903d4=>({..._0x1903d4,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x58c7f3=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x58c7f3,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x204748){for(const _0xcbef39 of this['_pendingContextItems']['values']())if(_0xcbef39['resourceId']===_0x204748)return!0x0;for(const _0x3e49e9 of this['_conversationContextItems']['values']())if(_0x3e49e9['resourceId']===_0x204748)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x37d98f){const _0x433ef9=[];for(const _0x1f882a of this['_addContextOptionsState']['sources']){_0x1f882a['resources']['find'](_0x2ab7ec=>_0x2ab7ec['id']===_0x37d98f)&&_0x433ef9['push'](_0x1f882a['id']);}return 0x0===_0x433ef9['length']?null:_0x433ef9;}['_updateResourceInContextState'](_0x4eec18,_0x3fa0d2,_0x7ac8c2){const _0x2bd736=this['_addContextOptionsState']['sources']['find'](_0x49837d=>_0x49837d['id']===_0x4eec18);if(!_0x2bd736)return;const _0x24f4ff=_0x2bd736['resources']['find'](_0x47662e=>_0x47662e['id']===_0x3fa0d2);_0x24f4ff&&(_0x24f4ff['isInContext']=_0x7ac8c2,this['fire']('resourceStateChanged',{'sourceId':_0x4eec18,'resourceId':_0x3fa0d2,'isInContext':_0x7ac8c2}));}['_startUploadOperation'](_0x397261){this['_ongoingUploadOperations']['set'](_0x397261,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x522aa7){this['_ongoingUploadOperations']['delete'](_0x522aa7),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Hs=['capabilitiesUpdated'];class Ms extends pt(){['_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'](_0x1ec310){const _0xbc6ecf={};return _0x1ec310&&_0x1ec310['isWebSearchEnabled']&&(_0xbc6ecf['webSearch']={}),_0x1ec310&&_0x1ec310['isReasoningEnabled']&&(_0xbc6ecf['reasoning']={}),_0xbc6ecf;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x54ad68){_0x54ad68!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x54ad68,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x4c698b){_0x4c698b!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x4c698b,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Us extends xs{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x2713e3){super(_0x2713e3),this['conversationId']=_0x2713e3['conversationId'],this['contextItems']=_0x2713e3['contextItems'],this['capabilities']=_0x2713e3['capabilities'],this['userMessage']=_0x2713e3['userMessage'],this['model']=_0x2713e3['model'],this['attributes']=_0x2713e3['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':Ps['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Ms['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class Vs extends pt(){['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x47b70d){super(),this['options']=_0x47b70d,this['connector']=_0x47b70d['connector'],this['chatModels']=_0x47b70d['chatModels'],this['id']=_0x47b70d['conversationId'],this['isFromHistory']=_0x47b70d['isFromHistory'];}async['init'](_0x5378a3){try{this['chatContext']=new Ps({'connector':this['connector'],'config':_0x5378a3,'ownerId':this['id']}),this['chatContext']['delegate'](...Ds)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Ms(),this['chatCapabilities']['delegate'](...Hs)['to'](this),this['chatCapabilities']['init']();const _0x2ce1fc=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x2ce1fc});const _0x26c157=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x26c157&&await this['setModel'](_0x26c157);}catch(_0xc075c8){const _0x1aee1a=new ot('ai-chat-conversation-init-failed',null,{'message':_0xc075c8['message']||_0xc075c8});_0x1aee1a['stack']=_0xc075c8['stack'],this['fire']('error',{'error':_0x1aee1a});}}async['start'](){if(this['isStarted'])throw new ot('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new ot('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x30adc2}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x30adc2,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x3b0146){const _0xd00130=new ot('ai-chat-conversation-start-failed',null,{'message':_0x3b0146['message'],'conversationId':this['id']});throw _0xd00130['stack']=_0x3b0146['stack'],this['fire']('error',{'error':_0xd00130}),_0xd00130;}}async['load'](_0x49b643,_0x98fb6a){try{const _0x2bb39c=await this['connector']['fetchConversation'](_0x49b643)['getConversation'](),_0x51a612=await this['connector']['fetchConversationMessages'](_0x49b643)['getMessages'](),_0x278c14=_0x51a612[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x2bb39c['id'],'title'in _0x2bb39c?this['fire']('setConversationTitle',_0x2bb39c['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x41a298=(await this['chatModels']['getAll']())['find'](_0x2da950=>_0x2da950['id']['toLowerCase']()===_0x278c14['toLowerCase']());return this['selectedModel']=_0x41a298,this['fire']('modelSelected',{'selectedModel':_0x41a298,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x51a612,_0x98fb6a,_0x278c14),this['currentInteraction']=void 0x0,this;}catch(_0x53c1ee){const _0x579279=new ot('ai-chat-conversation-init-from-id-failed',null,{'message':_0x53c1ee['message'],'conversationId':_0x49b643});throw _0x579279['stack']=_0x53c1ee['stack'],this['fire']('error',{'error':_0x579279}),_0x579279;}}async['_processMessagesToInteractions'](_0x42c5ec,_0x2e9108,_0x3dca97){let _0x332dd5;for(const _0x4a4932 of _0x42c5ec)if('user'===_0x4a4932['role']){const _0x57b61f=await this['_extractContextItems'](_0x4a4932),_0x2b39ed={'isReasoningEnabled':Object['hasOwn'](_0x4a4932['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x4a4932['capabilities'],'webSearch')};_0x332dd5=this['createInteraction']({'userMessage':_0x4a4932['prompt'],'contextItems':_0x57b61f,'capabilities':_0x2b39ed,'modelId':_0x3dca97,'attributes':_0x4a4932['attributes']}),this['currentInteraction']=_0x332dd5,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x4a4932['role']&&_0x332dd5){const _0x59d3f2=[];for(const _0xcedd22 of _0x4a4932['content'])switch(_0xcedd22['type']){case'text':case'modification':{const _0x4eb8ec=_0x332dd5['getDocumentContext']()?.['sessionId']!==_0x2e9108;_0x332dd5['currentReply']=_0x332dd5['createReply']({'type':_0xcedd22['type'],'isDone':!0x0,'interactionId':_0x332dd5['id'],'areActionsDisabled':_0x4eb8ec}),_0x332dd5['currentReply']['appendContent'](_0xcedd22['content']),_0x59d3f2['length']>0x0&&(_0x332dd5['currentReply']['sources']=_0x59d3f2['splice'](0x0));break;}case'url':_0x59d3f2['push'](_0xcedd22);break;case'mcp-tool-result':{const {data:_0x34cade,attributes:_0x46f6f0}=JSON['parse'](_0xcedd22['content']);_0x332dd5['_handleToolResultData']({'toolName':_0xcedd22['toolName'],'data':_0x34cade,'attributes':_0x46f6f0});break;}}}}}async['_extractContextItems'](_0xeb7aff){const _0x5b1ca4=new Map();if(!_0xeb7aff['content'])return _0x5b1ca4;for(const _0x172299 of _0xeb7aff['content']){const _0x5e8ac6=await this['chatContext']['populateFromMessage'](_0x172299);_0x5e8ac6&&_0x5b1ca4['set'](_0x5e8ac6['id'],_0x5e8ac6);}return _0x5b1ca4;}async['handleUserInteraction']({userMessage:_0x58955a,attributes:_0x1583bc}){if(!this['isStarted'])throw new ot('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new ot('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x4260b8=this['chatContext']['getPendingContextItems'](),_0x8e09d7=this['chatCapabilities']['getCapabilitiesConfig'](),_0x5deb9d=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x58955a,'contextItems':_0x4260b8,'capabilities':_0x8e09d7,'modelId':_0x5deb9d,'attributes':_0x1583bc}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x4044fe){if(_0x4044fe instanceof ot)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x4044fe});else{const _0x4a2921=Ls['get'](_0x4044fe['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new ot(_0x4a2921,null,{'error':_0x4044fe})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x1d834d,contextItems:_0x165543,capabilities:_0x1f3295,modelId:_0xc8daf,attributes:_0x15cbc6}){const _0x122d65=new Us({'userMessage':_0x1d834d,'contextItems':_0x165543,'capabilities':_0x1f3295,'conversationId':this['id'],'connector':this['connector'],'editor':this['options']['getEditor']&&this['options']['getEditor'](),'model':_0xc8daf,'attributes':_0x15cbc6});return _0x122d65['delegate'](...ys)['to'](this),this['interactions']['push'](_0x122d65),this['fire']('interactionCreated',_0x122d65),_0x122d65;}['getInteraction'](_0x4a7df4){return this['interactions']['find'](_0x5acbfd=>_0x5acbfd['id']===_0x4a7df4);}['removeInteraction'](_0x12c950){const _0x3cd5cb=this['getInteraction'](_0x12c950);_0x3cd5cb&&(_0x3cd5cb['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x3cd5cb),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x8d9a92){this['chatContext']['addCurrentDocumentToContext'](_0x8d9a92);}async['updateCurrentDocumentInContext']({content:_0x59e31f,version:_0x3c231d,sessionId:_0x5960c0,selections:_0x3c5e24}){await this['chatContext']['updateCurrentDocument'](_0x59e31f,_0x3c231d,_0x5960c0,_0x3c5e24);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x20e033){this['chatContext']['addSelectionToContext'](_0x20e033);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x3b6504){this['chatContext']['addFilesToContext'](_0x3b6504);}['addUrlToContext'](_0x1ae624){this['chatContext']['addUrlToContext'](_0x1ae624);}['addToolItemToContext'](_0x233ab1){this['chatContext']['addToolItemToContext'](_0x233ab1);}['addResourceToContext'](_0x5510ae,_0x5eb5d9){this['chatContext']['addResourceToContext'](_0x5510ae,_0x5eb5d9);}['loadSourceResources'](_0x516076,_0x2ca55f,_0x167cf0){return this['chatContext']['loadSourceResources'](_0x516076,_0x2ca55f,_0x167cf0);}['removeFromContext'](_0x1f317e){this['chatContext']['removeFromContext'](_0x1f317e);}['setWebSearch'](_0x5a0fd8){this['chatCapabilities']['setWebSearch'](_0x5a0fd8);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x5f01a6){this['chatCapabilities']['setReasoning'](_0x5f01a6);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x162076){_0x162076?!0x1===await this['chatModels']['isAvailable'](_0x162076)&&(It('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x162076}),_0x162076=(await this['chatModels']['getAvailableModels']())[0x0]):(It('ai-chat-conversation-set-model-null',{'conversation':this}),_0x162076=(await this['chatModels']['getAvailableModels']())[0x0]),_0x162076['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x162076,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x162076}));}}class Bs extends pt(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x55845b,config:_0x4b25d9,locale:_0x37b9ff}){super(),this['_connector']=_0x55845b,this['_config']=_0x4b25d9,this['_locale']=_0x37b9ff;}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 _0x30aabc=await this['getAll']();let _0x21b6cb;return _0x21b6cb=this['_availableModels']?this['_filterModels'](_0x30aabc,this['_availableModels']):_0x30aabc['filter'](_0x3a7654=>_0x3a7654['recommended']),_0x21b6cb;}async['getModel'](_0x581878){const _0x544c01=await this['getAll']();if(!_0x544c01['length'])return null;if(_0x581878){const _0x440a32=this['_getModelById'](_0x544c01,_0x581878);if(_0x440a32)return _0x440a32;It('ai-chat-model-id-unrecognized',{'modelId':_0x581878,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x207c97=await this['getAvailableModels']();if(!_0x207c97['length'])return null;if(this['_defaultModelId']){const _0x4a3353=this['_getModelById'](_0x207c97,this['_defaultModelId']);if(_0x4a3353)return _0x4a3353;It('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x207c97[0x0]['id']});}return _0x207c97[0x0];}async['isAvailable'](_0x5386ce){return(await this['getAvailableModels']())['some'](_0x3bcd5e=>_0x3bcd5e['name']===_0x5386ce['name']&&_0x3bcd5e['provider']===_0x5386ce['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x3c8612=this['_locale']['uiLanguage']||'en',_0x2848b6=this['_connector']['getModels'](_0x3c8612),_0x616225=await _0x2848b6['list']();this['_modelList']=_0x616225['items']['map'](_0x237952=>Gs(_0x237952)?{..._0x237952,'name':as(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x237952);}catch(_0x5665be){throw Et('ai-models-unable-to-retrieve',{'error':_0x5665be}),_0x5665be;}return[...this['_modelList']];}['_filterModels'](_0x4a3050,_0x4bf253){let _0x59cce7;if(_0x4bf253){_0x59cce7=[];const _0x541713=new Set(),_0x2441e6='string'==typeof _0x4bf253?[_0x4bf253['toLocaleLowerCase']()]:_0x4bf253['map'](_0x3a8dd5=>_0x3a8dd5['toLocaleLowerCase']());for(const _0x46781e of _0x2441e6)for(const _0x4de67f of _0x4a3050)!_0x541713['has'](_0x4de67f['id'])&&this['_isMatchingFilter'](_0x4de67f,_0x46781e)&&(_0x59cce7['push'](_0x4de67f),_0x541713['add'](_0x4de67f['id']));}else _0x59cce7=_0x4a3050;return _0x59cce7;}['_isMatchingFilter'](_0x15ea57,_0x5ebb3c){const _0x32f961=_0x15ea57['id']['toLocaleLowerCase'](),_0x7536a3=_0x15ea57['name']['toLocaleLowerCase'](),_0x1ad1d5=_0x15ea57['provider']['toLocaleLowerCase']();return _0x32f961===_0x5ebb3c||_0x7536a3===_0x5ebb3c||Gs(_0x15ea57)&&'auto'===_0x5ebb3c||_0x1ad1d5===_0x5ebb3c||_0x32f961['startsWith'](_0x5ebb3c);}['_getModelById'](_0x49213f,_0x4552f2){return _0x49213f['find'](_0x15cc65=>Gs(_0x15cc65)&&'auto'===_0x4552f2?_0x15cc65:_0x15cc65['id']===_0x4552f2)||null;}}function Gs(_0x422a97){return _0x422a97['id']['startsWith']('agent');}function Fs(_0x9426ad){if(_0x9426ad instanceof _0x787a86)return _0x9426ad;if(_0x9426ad?.['editors']&&_0x9426ad['editors']['get'](0x0))return _0x9426ad['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.'),_0x9426ad['editors']['get'](0x0);throw new ot('ai-get-editor-from-context-no-editor');}function Ks({editor:_0x48f097,interaction:_0x1ac9a6,reply:_0x1a91cf,groups:_0xf05f8a,transform:_0x3f5309,documentCompare:_0x56a8d8,documentCompareOptions:_0x34d56f}){const _0x14348d=_0x1ac9a6['getDocumentContext']();if(!_0x14348d)return[];const _0x11e43f=_0x14348d['content'],_0x6e202c=_0x14348d['version'],_0x5c09fb=_0x1a91cf['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x2a0984}of _0xf05f8a){const _0x2d73c5=_0x2a0984['filter'](_0x3317c6=>'new'!=_0x3317c6['type'])['map'](_0x1cc0bc=>_s('data-id',_0x1cc0bc['id'],_0x5c09fb)),_0x57c482=_0x2a0984['filter'](_0x12d554=>'removed'!=_0x12d554['type'])['map'](_0x58c654=>_0x58c654['node']['cloneNode'](!0x0));let _0x297ae2=null;if(_0x2d73c5['length']){_0x297ae2=_0x2d73c5[0x0]['previousSibling'];for(let _0x3602a4=0x0;_0x3602a4<_0x2d73c5['length'];_0x3602a4++)_0x39ddc4(_0x2d73c5[_0x3602a4]);}if(_0x57c482['length']){_0x297ae2||(_0x2a0984[0x0]['anchorId']?_0x297ae2=_s('data-id',_0x2a0984[0x0]['anchorId'],_0x5c09fb):(_0x297ae2=_0x57c482['shift'](),_0x398feb(_0x5c09fb,_0x297ae2)));for(let _0x4a7bee=0x0;_0x4a7bee<_0x57c482['length'];_0x4a7bee++)_0xb2479c(_0x297ae2,_0x57c482[_0x4a7bee]),_0x297ae2=_0x57c482[_0x4a7bee];}}const _0x81e787=ds(_0x5c09fb),_0x236b9d=_0x56a8d8['getDiff'](_0x11e43f,_0x81e787,_0x34d56f)['getOperations']();if(_0x3f5309){const _0x78b2f0=_0x48f097['model']['document']['history']['getOperations'](_0x6e202c),_0x410c4a={'document':_0x48f097['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x46a597(_0x236b9d,_0x78b2f0,_0x410c4a)['operationsA'];}return _0x236b9d;}function Ws(_0x5db7e7,_0x186099){if('marker'!=_0x186099['type'])return;const _0x14f744=_0x5db7e7['model']['markers']['get'](_0x186099['name']);_0x14f744&&(_0x186099['oldRange']=_0x14f744['getRange']());}class Ys extends _0x149119{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_aiChatBalloon'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];static get['requires'](){return[rs,_0x5ecf54];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_bodyCollection']=new qt(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 Bs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x4b3853=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x4c338e,_0x1efe7b)=>{this['_handleUIUserMessage']({'message':_0x1efe7b});}),this['listenTo'](_0x4b3853,'resizedTabs',(_0x2cd3e4,_0x4b71e0)=>{this['_setIsMaximized'](_0x4b71e0);}),this['listenTo'](this['_aiChatUi'],'resizeTabs',()=>{_0x4b3853['resize']();}),this['listenTo'](_0x4b3853['view'],'change:activeTab',(_0x81b1a6,_0x44500a,_0x5df0ad)=>{'chat'!==_0x5df0ad&&this['removeSelectionFromChatContext']();}),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',(_0x27dd99,_0x205040)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x205040));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x1a66fb,_0x271392)=>{this['activeConversation']?.['addUrlToContext'](_0x271392);}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0xf459a5,_0x10b28c)=>{_0x10b28c['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x255c27,_0x370d0f)=>{this['activeConversation']?.['addResourceToContext'](_0x370d0f['source'],_0x370d0f['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x5486fe,_0x1e7fd4)=>{this['_removeFromContext'](_0x1e7fd4);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x1e1239,_0x385688)=>{this['activeConversation']?.['loadSourceResources'](_0x385688['sourceId'],_0x385688['query'],_0x385688['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x4172ea,_0x3b0720)=>{this['activeConversation']?.['setModel'](_0x3b0720);}),this['listenTo'](this['_aiChatUi'],'like',(_0x415fba,{replyId:_0x2fbb2d})=>{console['log']('Liked\x20response',_0x2fbb2d);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x218dfd,{replyId:_0x4e8142})=>{console['log']('Disliked\x20response',_0x4e8142);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x2bf795,_0xa72e91)=>{this['_insertSuggestion'](_0xa72e91);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x40c63e,{replyId:_0x21475f,partIndex:_0x1fa695})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x21475f,_0x1fa695);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x97db68,{replyId:_0x28890b,partIndex:_0x94a85})=>{const _0x2d029a=this['_getDocumentRangeForReplyChanges'](_0x28890b,_0x94a85);_0x2d029a&&'$graveyard'!=_0x2d029a['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'ranges':[_0x2d029a['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x220351,_0x1f81cf)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0x1f81cf);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x10ea3e,{replyId:_0x5cab0b,showDiff:_0x5a5c88})=>{const {reply:_0xf65a96}=this['getInteractionAndReplyById'](_0x5cab0b),_0x223217=_0xf65a96['getContentParts']({'showDiff':_0x5a5c88});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0xf65a96['id'],'parts':_0x223217,'renderingStrategy':'static'});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x42bf9b,{replyId:_0x54c5be,partIndex:_0x4e0459})=>{this['_rejectSuggestion']({'replyId':_0x54c5be,'partIndex':_0x4e0459}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),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:_0x1ec6c8,partIndex:_0x4d3da3}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x3d6e9f}=this['getInteractionAndReplyById'](_0x1ec6c8),_0x44b1af=_0x3d6e9f['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x4d3da3});this['_aiChatBalloon']['updateContent']({'part':_0x44b1af[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](this['_aiChatBalloon'],'applySuggestion',()=>{const {replyId:_0x212504,partIndex:_0x3cd06e}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x212504,'partIndex':_0x3cd06e}),this['_aiChatBalloon']['setState']('accepted');}),this['listenTo'](this['_aiChatBalloon'],'insertSuggestion',()=>{const {replyId:_0x42f33f,partIndex:_0x29f541}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x42f33f,'partIndex':_0x29f541}),this['_aiChatBalloon']['setState']('accepted');}),this['listenTo'](this['_aiChatBalloon'],'rejectSuggestion',()=>{const {replyId:_0x187062,partIndex:_0x486c85}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x187062,'partIndex':_0x486c85}),this['_aiChatBalloon']['setState']('rejected');}),this['listenTo'](this['_aiChatBalloon'],'showNext',()=>{const {replyId:_0x498a3a,partIndex:_0x5e6f6b}=this['_currentPreviewedChangeGroup'],_0x54c939=this['_getPresentableSiblingContentPartIndex'](_0x498a3a,_0x5e6f6b,'next');null!==_0x54c939&&this['_openBalloonFor'](_0x498a3a,_0x54c939);}),this['listenTo'](this['_aiChatBalloon'],'showPrevious',()=>{const {replyId:_0x5d34bb,partIndex:_0xa991e4}=this['_currentPreviewedChangeGroup'],_0x2c9404=this['_getPresentableSiblingContentPartIndex'](_0x5d34bb,_0xa991e4,'previous');null!==_0x2c9404&&this['_openBalloonFor'](_0x5d34bb,_0x2c9404);}),this['listenTo'](this['_aiChatBalloon'],'dialogClosed',(_0x1c4b61,{id:_0x10d57f})=>{if('aiChatBalloon'!==_0x10d57f)return;const {replyId:_0x5205bf,partIndex:_0x4647ac}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x5205bf,'index':_0x4647ac,'isActive':!0x1});})),this['on']('interactionCreated',(_0x42e26b,_0x5134de)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x5134de);}),this['on']('replyCreated',(_0xd04c30,_0x254e32)=>{this['_addFeedItemReply'](_0x254e32);});}async['afterInit'](){this['context']instanceof _0x787a86?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x3b65cb,_0x5aef6f)=>{_0x5aef6f['on']('ready',()=>{this['_integrateEditor'](_0x5aef6f);});});const _0x484daf=this['context']['config']['get']('ai.chat.initialConversation');let _0x2096e9=_0x484daf;if('lastCreated'!=_0x484daf||(_0x2096e9=await this['_getLastCreatedConversationId'](),_0x2096e9))return'new'==_0x2096e9?this['_startConversationSafely']():this['loadConversation'](_0x2096e9);}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x27be57){this['context']['plugins']['has']('AIChatBalloon')&&this['context']['plugins']['get']('AIChatBalloon')['close'](),(this['context']['plugins']['get'](ns)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']());try{await this['_aiConnector']['fetchConversation'](_0x27be57)['getConversation'](),await this['_startConversationSafely'](_0x27be57),this['_updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0x27be57,this['_aiEditing']['sessionId']),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x1dcb4c){this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x27be57}),this['_logError'](new ot('ai-chat-conversation-not-found',this,{'error':_0x1dcb4c}));}finally{this['_aiChatUi']['startAutoScroll'](),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x13854d){let _0xf65cb=null,_0x5e5e28=null;this['on']('toolDataReceived',(_0x57f6a9,_0x59f83e,_0x2a4ec8)=>{_0x2a4ec8['id']!==_0xf65cb&&(_0xf65cb=_0x2a4ec8['id'],_0x5e5e28=this['_getAIChatFeedAPI'](_0x2a4ec8)),_0x13854d(_0x59f83e,_0x5e5e28);});}['addCurrentDocumentToChatContext'](){this['activeConversation']?.['addCurrentDocumentToContext'](as(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](){const _0x2aa330=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x2aa330),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](){await this['_startConversationSafely']();}async['sendMessage'](_0x5c13a6){await this['_handleUIUserMessage'](_0x5c13a6);}['getGroupId'](){const _0xe3624e=this['context']['config']['get']('collaboration.channelId');if(!_0xe3624e)throw new ot('ai-chat-missing-channel-id',this);return _0xe3624e;}['_handleRemovedConversation'](_0x5a25bd){this['activeConversation']['id']===_0x5a25bd&&this['_startConversationSafely']();}['_insertSuggestion'](_0x38f9c5){const _0x58186e=Fs(this['context']);if(!_0x58186e['plugins']['has']('TrackChanges'))throw new ot('ai-no-track-changes',null);const _0x57f15b=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x169700,interaction:_0x1cbf7f}=this['getInteractionAndReplyById'](_0x38f9c5['replyId']),_0x54598e=this['_getDocumentRangeForReplyChanges'](_0x38f9c5['replyId'],_0x38f9c5['partIndex']),_0x130036=void 0x0!==_0x38f9c5['partIndex']?[_0x169700['changeGroups'][_0x38f9c5['partIndex']]]:_0x169700['changeGroups']['filter'](_0x9525d7=>'pending'==_0x9525d7['state']),_0xc37b1a=_0x130036['map'](_0x1b731c=>_0x169700['changeGroups']['indexOf'](_0x1b731c));if(!_0x54598e||'$graveyard'==_0x54598e['range']['root']['rootName'])return void _0xc37b1a['forEach'](_0x5b956a=>_0x169700['setChangeGroupState'](_0x5b956a,'outdated'));_0xc37b1a['forEach'](_0x49d40c=>_0x169700['setChangeGroupState'](_0x49d40c,'accepted'));const _0x5a66e2=Ks({'editor':_0x58186e,'reply':_0x169700,'interaction':_0x1cbf7f,'groups':_0x130036,'transform':!0x0,'documentCompare':_0x57f15b,'documentCompareOptions':{'anchor':'main','markDeletions':!0x0}});let _0x2163e2;_0x54598e&&this['_scrollToSuggestionRange'](_0x54598e['range']),_0x58186e['model']['change'](_0x16e441=>{_0x2163e2=_0x16e441['batch'],_0x58186e['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x5a66e2),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x2163e2,{'interactionId':_0x1cbf7f['id'],'replyId':_0x169700['id'],'indexes':_0xc37b1a['slice']()}),this['_updateRatings'](_0x169700);}['_applySuggestion'](_0x5e03d8){const _0x493784=Fs(this['context']),_0x1972da=this['context']['plugins']['get'](_0x5ecf54),{reply:_0x1775e0,interaction:_0x53b2c0}=this['getInteractionAndReplyById'](_0x5e03d8['replyId']),_0x3e3a5c=this['_getDocumentRangeForReplyChanges'](_0x5e03d8['replyId'],_0x5e03d8['partIndex']),_0x1d6653=void 0x0!==_0x5e03d8['partIndex']?[_0x1775e0['changeGroups'][_0x5e03d8['partIndex']]]:_0x1775e0['changeGroups']['filter'](_0x39c178=>'pending'==_0x39c178['state']),_0x4a3ace=_0x1d6653['map'](_0x4eba95=>_0x1775e0['changeGroups']['indexOf'](_0x4eba95));if(!_0x3e3a5c||'$graveyard'==_0x3e3a5c['range']['root']['rootName'])return void _0x4a3ace['forEach'](_0x53f81a=>_0x1775e0['setChangeGroupState'](_0x53f81a,'outdated'));_0x4a3ace['forEach'](_0x4f9578=>_0x1775e0['setChangeGroupState'](_0x4f9578,'accepted'));const _0x5c0629=Ks({'editor':_0x493784,'reply':_0x1775e0,'interaction':_0x53b2c0,'groups':_0x1d6653,'transform':!0x0,'documentCompare':_0x1972da,'documentCompareOptions':{'anchor':'main','markDeletions':!0x1}});let _0x180136;_0x3e3a5c&&this['_scrollToSuggestionRange'](_0x3e3a5c['range']),_0x493784['model']['change'](_0x1003dc=>{_0x180136=_0x1003dc['batch'];for(const _0x5bc5ad of _0x5c0629)_0x5bc5ad['baseVersion']=_0x493784['model']['document']['version'],Ws(_0x493784,_0x5bc5ad),_0x1003dc['batch']['addOperation'](_0x5bc5ad),_0x493784['model']['applyOperation'](_0x5bc5ad);}),this['_batchToChanges']['set'](_0x180136,{'interactionId':_0x53b2c0['id'],'replyId':_0x1775e0['id'],'indexes':_0x4a3ace['slice']()}),this['_updateRatings'](_0x1775e0);}['_rejectSuggestion'](_0x8a0308){const {reply:_0x5039ca}=this['getInteractionAndReplyById'](_0x8a0308['replyId']);_0x5039ca['setChangeGroupState'](_0x8a0308['partIndex'],'rejected');}['_openBalloonFor'](_0x1e4665,_0x5e0fdb){if(!this['_aiChatBalloon'])return;const {reply:_0x4761df}=this['getInteractionAndReplyById'](_0x1e4665),_0x37a00a=_0x4761df['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});let _0x4dd791,_0x3bf622;if(void 0x0!==_0x5e0fdb?(_0x3bf622=_0x37a00a['find'](_0x20390e=>_0x20390e['index']==_0x5e0fdb),_0x4dd791=_0x3bf622?.['index']):(_0x3bf622=_0x37a00a[0x0],_0x4dd791=_0x3bf622['index']),this['_currentPreviewedChangeGroup']?.['replyId']==_0x1e4665&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x4dd791)return;const _0x3ab61c=this['_getUserPresentableContentPartDocumentRange'](_0x1e4665,_0x4761df,_0x3bf622);if(!_0x3ab61c)return void this['_aiChatBalloon']['close']();this['_currentPreviewedChangeGroup']={'replyId':_0x1e4665,'partIndex':_0x4dd791},this['_scrollToSuggestionRange'](_0x3ab61c,!0x0);const _0xb816fb=this['_getPresentableSiblingContentPartIndex'](_0x1e4665,_0x4dd791,'next');this['_aiChatBalloon']['updateContent']({'part':_0x3bf622,'renderingStrategy':'static'}),this['_aiChatBalloon']['open']({'index':_0x4dd791,'title':as(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x4dd791+0x1)['toString']()),'showRotator':null!==_0xb816fb,'ranges':[_0x3ab61c],'areActionsDisabled':_0x4761df['areActionsDisabled']}),this['_aiChatBalloon']['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x1e4665,_0x4dd791),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x1e4665,'index':_0x4dd791,'isActive':!0x0});}['_getPresentableSiblingContentPartIndex'](_0x4e77ce,_0x696e1b,_0x492373){const {reply:_0xdabc4}=this['getInteractionAndReplyById'](_0x4e77ce),_0x23032d=_0xdabc4['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x23032d['length'])return null;const _0x1e0690=_0x23032d['findIndex'](_0x483454=>_0x483454['index']==_0x696e1b),_0x65505d='next'==_0x492373?0x1:-0x1;let _0x5a4b80=_0x23032d['at']((_0x1e0690+_0x65505d)%_0x23032d['length'])['index'],_0x271a00=_0x23032d[_0x5a4b80];for(;!this['_getUserPresentableContentPartDocumentRange'](_0x4e77ce,_0xdabc4,_0x271a00);){if(_0x5a4b80=_0x23032d['at']((_0x5a4b80+_0x65505d)%_0x23032d['length'])['index'],_0x5a4b80===_0x1e0690)return null;_0x271a00=_0x23032d[_0x5a4b80];}return _0x5a4b80;}['_getUserPresentableContentPartDocumentRange'](_0x38d70f,_0x66ba06,_0x1f8c91){const _0x4bf9df=_0x66ba06['changeGroups'];if(!_0x1f8c91['hasChanges'])return null;const _0x1a58b=_0x4bf9df['find'](_0x2ba330=>_0x2ba330['index']==_0x1f8c91['index']);if('pending'!==_0x1a58b?.['state'])return null;const _0xdb6a0f=this['_getDocumentRangeForReplyChanges'](_0x38d70f,_0x1f8c91['index']);if(!_0xdb6a0f)return null;const {range:_0x14a11a,currentIndex:_0x2e586d}=_0xdb6a0f;return'$graveyard'==_0x14a11a['root']['rootName']?(_0x66ba06['setChangeGroupState'](_0x2e586d,'outdated'),null):_0xdb6a0f['range'];}['_getDocumentRangeForReplyChanges'](_0x31f8aa,_0x15cd60){const _0x39ecea=Fs(this['context']),{reply:_0x3f754b,interaction:_0x4d83c2}=this['getInteractionAndReplyById'](_0x31f8aa),_0x3fa951=_0x3f754b['changeGroups']['filter'](_0x340311=>'pending'==_0x340311['state']),_0x13f8a0=_0x3fa951['map'](_0x5bbb96=>_0x3f754b['changeGroups']['indexOf'](_0x5bbb96));void 0x0===_0x15cd60&&(_0x15cd60=_0x13f8a0[0x0]);const _0x50ff8b=_0x13f8a0['indexOf'](_0x15cd60);if(-0x1==_0x50ff8b)return null;const _0x2467a2=_0x3fa951[_0x50ff8b],_0x496c2b=new _0x9643f0([]),_0x3db48b=new _0x9643f0([]);for(const _0x30f858 of _0x2467a2['changes'])if('removed'!=_0x30f858['type']&&_0x3db48b['children']['push'](_0x30f858['node']['cloneNode'](!0x0)),'new'!=_0x30f858['type']){const _0x14e361=_0x4db387(_0x2c0c3f=>gs(_0x2c0c3f,'data-id')==_0x30f858['id'],_0x3f754b['documentContextContent'],!0x0);_0x496c2b['children']['push'](_0x14e361['cloneNode'](!0x0));}if(0x0==_0x496c2b['children']['length']){if(_0x2467a2['changes'][0x0]['anchorId']){const _0x1980fe=_s('data-id',_0x2467a2['changes'][0x0]['anchorId'],_0x3f754b['documentContextContent']);_0x496c2b['children']['unshift'](_0x1980fe['cloneNode'](!0x0)),_0x3db48b['children']['unshift'](_0x1980fe['cloneNode'](!0x0)),_0x1980fe['nextSibling']&&(_0x496c2b['children']['push'](_0x1980fe['nextSibling']['cloneNode'](!0x0)),_0x3db48b['children']['push'](_0x1980fe['nextSibling']['cloneNode'](!0x0)));}else{const _0x3a66b4=_0x3f754b['documentContextContent']['children'][0x0];if(!_0x3a66b4)return null;_0x496c2b['children']['push'](_0x3a66b4['cloneNode'](!0x0)),_0x3db48b['children']['push'](_0x3a66b4['cloneNode'](!0x0));}}const _0x34926a=_0x4d83c2['getDocumentContext'](),_0x1e36ca=_0x39ecea['data']['parse'](_0x34926a['content']),_0x402115=ds(_0x496c2b),_0x3d518a=_0x39ecea['data']['parse'](_0x402115),_0x85ff4f=_0x39ecea['data']['parse'](_0x402115),_0x555413=_0x39ecea['model']['createPositionAt'](_0x3d518a,0x0),_0x4b8b39=ds(_0x3db48b),_0x13a623={'anchor':_0x555413,'markDeletions':!0x1},_0x202352=_0x39ecea['plugins']['get'](_0x5ecf54)['getDiff'](_0x402115,_0x4b8b39,_0x13a623)['getOperations']();if(!_0x202352['length'])return null;_0x39ecea['model']['change'](_0x7ca7cc=>{for(const _0x277e9f of _0x202352)if('remove'==_0x277e9f['type']){const _0x49fb77=_0x277e9f['sourcePosition'],_0x3d2a63=_0x277e9f['howMany'],_0x588111=new _0x3b2327(_0x49fb77,_0x3d2a63);_0x7ca7cc['batch']['addOperation'](_0x588111),_0x39ecea['model']['applyOperation'](_0x588111);}else'marker'!==_0x277e9f['type']&&(_0x277e9f['baseVersion']=null,_0x277e9f['isDocumentOperation']=!0x1,_0x7ca7cc['batch']['addOperation'](_0x277e9f),_0x39ecea['model']['applyOperation'](_0x277e9f));});const _0xd0766b=Rs(_0x39ecea,_0x202352,_0x3d518a);Os(_0x39ecea['model'],_0xd0766b);const _0x45dd9c=_0xd0766b['getFirstRange']()['start']['path']['slice'](),_0x15c240=_0xd0766b['getFirstRange']()['end']['path']['slice'](),_0x55fb3e=[];let _0x42f7f2=_0x3d518a,_0x546f17=_0x85ff4f;for(let _0x158186=0x0;_0x158186<_0x15c240['length'];_0x158186++){const _0x5d8734=_0x42f7f2['maxOffset']-_0x15c240[_0x158186];_0x55fb3e[_0x158186]=_0x546f17['maxOffset']-_0x5d8734,_0x42f7f2=_0x42f7f2['getChildAtOffset'](_0x15c240[_0x158186]),_0x546f17=_0x546f17['getChildAtOffset'](_0x55fb3e[_0x158186]);}const _0x95654e=_0x39ecea['model']['createRange'](_0x39ecea['model']['createPositionFromPath'](_0x85ff4f,_0x45dd9c),_0x39ecea['model']['createPositionFromPath'](_0x85ff4f,_0x55fb3e)),_0x5a4b2b=_0x85ff4f['getChild'](0x0)['getAttribute'](_0x87baee),_0x88c9d3=Array['from'](_0x1e36ca['getChildren']())['find'](_0x4084fc=>_0x4084fc['getAttribute'](_0x87baee)==_0x5a4b2b)['getPath'](),_0x2d5f6c=_0x95654e['start']['path']['slice'](),_0x1d5f9c=_0x95654e['end']['path']['slice']();_0x2d5f6c[0x0]=_0x88c9d3[0x0]+_0x2d5f6c[0x0],_0x1d5f9c[0x0]=_0x88c9d3[0x0]+_0x1d5f9c[0x0];let _0x29d257=_0x39ecea['model']['createRange'](_0x39ecea['model']['createPositionFromPath'](_0x39ecea['model']['document']['getRoot'](),_0x2d5f6c),_0x39ecea['model']['createPositionFromPath'](_0x39ecea['model']['document']['getRoot'](),_0x1d5f9c));const _0x4dad6a=_0x39ecea['model']['document']['history']['getOperations'](_0x34926a['version']);for(const _0x4dfe4d of _0x4dad6a)_0x29d257=_0x17956e['_createFromRanges'](_0x29d257['getTransformedByOperation'](_0x4dfe4d));return{'range':_0x29d257,'currentIndex':_0x15cd60};}['_integrateEditor'](_0x387e53){if(_0x387e53['plugins']['has']('Undo')){const _0x4ad941=_0x387e53['commands']['get']('undo'),_0x1d0c86=_0x387e53['commands']['get']('redo');this['listenTo'](_0x4ad941,'revert',(_0x5012c7,_0x3d3114,_0x3a55f9)=>{const _0x59f00f=this['_batchToChanges']['get'](_0x3d3114);if(!_0x59f00f)return;const _0x582af5=this['activeConversation']['getInteraction'](_0x59f00f['interactionId'])['getReply'](_0x59f00f['replyId']);_0x59f00f['indexes']['forEach'](_0x222d76=>_0x582af5['setChangeGroupState'](_0x222d76,'pending')),this['_batchToChanges']['delete'](_0x3d3114),this['_batchToChanges']['set'](_0x3a55f9,_0x59f00f);}),this['listenTo'](_0x1d0c86,'revert',(_0xd9530d,_0x59f9b0,_0x3ce2b2)=>{const _0x4d1a6b=this['_batchToChanges']['get'](_0x59f9b0);if(!_0x4d1a6b)return;const _0x5b4d7e=this['activeConversation']['getInteraction'](_0x4d1a6b['interactionId'])['getReply'](_0x4d1a6b['replyId']);_0x4d1a6b['indexes']['forEach'](_0x5d7764=>_0x5b4d7e['setChangeGroupState'](_0x5d7764,'accepted')),this['_batchToChanges']['delete'](_0x59f9b0),this['_batchToChanges']['set'](_0x3ce2b2,_0x4d1a6b);});}const _0x4af5ea=_0x387e53['config']['get']('ai.chat.context');_0x4af5ea['alwaysAddSelection']&&_0x4af5ea['document']['enabled']&&this['listenTo'](_0x387e53['model']['document']['selection'],'change:range',(_0x1fd81b,_0x52ca2f)=>{if(!_0x52ca2f['directChange'])return;'chat'===_0x387e53['plugins']['get']('AITabs')['view']['activeTab']&&(_0x387e53['model']['hasContent'](_0x387e53['model']['document']['selection'])?this['addSelectionToChatContext']():this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x1aae44=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x12bbc7=await _0x1aae44['getConversations']();return _0x12bbc7['length']?_0x12bbc7[0x0]['id']:'new';}catch(_0x4c515f){return this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':at()}),this['_logError'](new ot('ai-chat-conversation-init-failed',this,{'error':_0x4c515f})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x9659d7){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x9659d7);}catch(_0x48e8f3){this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x9659d7||at()}),console['error'](_0x48e8f3),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation'](_0x5550fa){let _0x5d67e7;this['context']['plugins']['has']('AIChatBalloon')&&this['context']['plugins']['get']('AIChatBalloon')['close'](),_0x5550fa||!this['activeConversation']?_0x5d67e7=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x5d67e7=this['activeConversation']['selectedModel']['id']),await this['_stopLastInteraction']();const _0x3de63f=this['getGroupId'](),_0xdc64d2=_0x5550fa||at();this['activeConversation']=new Vs({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x5d67e7,'conversationId':_0xdc64d2,'group':_0x3de63f,'getEditor':()=>Fs(this['context']),'isFromHistory':!!_0x5550fa}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['activeConversation']['on']('conversationInitialized',(_0x6320d7,_0x1d2fa0)=>{this['_aiChatUi']['createConversation'](_0x1d2fa0),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x5550fa||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['activeConversation']['on']('uploadProgressChanged',(_0x3de577,_0x1cf0f7)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x1cf0f7['isUploadInProgress']);}),this['activeConversation']['on']('webSearchStarted',()=>{const _0x55459d=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x55459d);}),this['activeConversation']['on']('reasoningStarted',()=>{const _0x183485=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x183485);}),this['activeConversation']['on']('webSearchFinished',(_0x45f71b,_0x2e93a1)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x2e93a1,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x32f38c,_0xb19ff9)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0xb19ff9,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['activeConversation']['on']('interactionFinished',async()=>{await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x3e293e,_0x3b4f2b)=>{this['_aiChatUi']['removeFeedInteraction'](_0x3b4f2b['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x19420b,_0x495ef7,_0x445a4b)=>{this['_updateConversationTitle'](_0x495ef7,_0x445a4b);}),this['activeConversation']['on']('replyContentUpdated',async(_0x25416b,_0x516922)=>{await this['_updateReplyContent']({'reply':_0x516922});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x1a61ce,{reply:_0x336974,index:_0xbdded0,state:_0x36dfe0})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x336974['id'],'index':_0xbdded0,'state':_0x36dfe0}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x336974['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0xbdded0&&this['_aiChatBalloon']?.['setState'](_0x36dfe0);}),this['activeConversation']['on']('contextItemAdded',(_0x109a95,_0x2007a1)=>{if(this['_aiChatUi']['addContextItem'](_0x2007a1['contextItem'],_0x2007a1['isLoading']),'selection'===_0x2007a1['contextItem']['type']){const _0x107830=[...Fs(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'ranges':_0x107830,'id':'context','priority':0x1});}}),this['activeConversation']['on']('contextItemRemoved',(_0x473ecf,_0x4ff86e)=>{this['_aiChatUi']['removeContextItem'](_0x4ff86e['uiId']),'current-document'==_0x4ff86e['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x4ff86e['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x596f6a,_0x2cd774)=>{this['_aiChatUi']['setContextItemLoading'](_0x2cd774['contextItem']['uiId'],_0x2cd774['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x530c08,_0x370e73)=>{this['_aiChatUi']['setConversationContext'](_0x370e73['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x219d1a,_0x287bca)=>{this['_aiChatUi']['setAddContextOptions'](_0x287bca['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x129765,_0x35f21c)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x35f21c['sourceId'],_0x35f21c['source'],_0x35f21c['resources'],_0x35f21c['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x5e049d,_0xc4b4e8)=>{this['_aiChatUi']['updateResourceState'](_0xc4b4e8['sourceId'],_0xc4b4e8['resourceId'],_0xc4b4e8['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0xc0c8d,_0x3bdc3e)=>{this['_aiChatUi']['updateCapabilities'](_0x3bdc3e);}),this['activeConversation']['on']('modelSelected',async(_0x17e7f8,_0x16a69b)=>{const _0x48b52f=(await this['_aiChatModels']['getAll']())['find'](_0x272e8e=>_0x272e8e['id']===_0x16a69b['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x48b52f,_0x16a69b['isDisabled']);}),this['activeConversation']['on']('error',(_0x4588c5,{error:_0x147991,interactionId:_0xaa3b3e,fileName:_0x3b7b28,url:_0x244f6f,sourceId:_0x542703,sourceLabel:_0x10065a})=>{const _0x321408=_0xaa3b3e?_0xaa3b3e+':'+at():at();_0x147991['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':as(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x321408}):_0x147991['message']['startsWith']('ai-chat-conversation-init-failed')||_0x147991['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x3b7b28),'id':_0x321408}):_0x147991['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x244f6f),'id':_0x321408}):_0x147991['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x321408}):_0x147991['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x321408}):_0x147991['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x542703&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x542703),this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x10065a||'source'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-context-file-too-many-pages')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x321408}),this['_logError'](_0x147991)):_0x147991['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x321408}),this['_logError'](_0x147991)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':as(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x321408}),this['_logError'](_0x147991));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x5550fa||await this['activeConversation']['start']();}async['_handleUIUserMessage']({message:_0x1ecf5a,attributes:_0x5c2e42}){if(!this['activeConversation'])throw new ot('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x1cbfa3=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentInContext'](_0x1cbfa3);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x1ecf5a,'attributes':_0x5c2e42});}['_setIsMaximized'](_0x2a31a4){this['_aiChatUi']['setIsMaximized'](_0x2a31a4);}['_logError'](_0x17f6af){Et(_0x17f6af['message']);}['_removeFromContext'](_0x17d618){this['activeConversation']?.['removeFromContext'](_0x17d618);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0xc007ad){const [_0x483471,_0x53735b]=_0xc007ad['split'](':'),_0x4337d8=this['activeConversation']['getInteraction'](_0x483471),_0x408d32=_0x4337d8['getReply'](_0x53735b);return{'interaction':_0x4337d8,'reply':_0x408d32};}['_scrollToSuggestionRange'](_0x9a2200,_0x46b4df=!0x1){const _0x5e7425=Fs(this['context']),_0x55781d={'target':_0x5e7425['editing']['view']['domConverter']['viewRangeToDom'](_0x5e7425['editing']['mapper']['toViewRange'](_0x9a2200)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x46b4df};_0x46b4df&&(_0x55781d['alignToTop']=!0x0),mt(_0x55781d);}['_updateConversationTitle'](_0x3b9882,_0x3eb9f8=!0x1){this['_aiChatUi']['setConversationTitle'](_0x3b9882||as(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x3eb9f8);}['_addFeedItemReply'](_0x352a75){'text'===_0x352a75['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x352a75):this['_aiChatUi']['addFeedItemAISuggestion'](_0x352a75);}async['_updateReplyContent']({reply:_0x1ac4c5,renderingStrategy:_0x5736dc}){const {id:_0x35f715,interactionId:_0x4daecd,isDone:_0x500ba2,type:_0x3bdb99,parsedContent:_0x4404bc}=_0x1ac4c5,_0x5bc2fa=_0x4daecd+':'+_0x35f715;if('modification'===_0x3bdb99){const _0x33161b=_0x1ac4c5['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x5bc2fa,'parts':_0x33161b,'renderingStrategy':_0x5736dc,'isDone':_0x500ba2});}else'text'===_0x3bdb99&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x5bc2fa,'parsedContent':_0x4404bc,'renderingStrategy':_0x5736dc,'isDone':_0x500ba2});_0x500ba2&&_0x1ac4c5['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x5bc2fa,_0x1ac4c5['sources']);}async['_stopLastInteraction'](){const _0x350b48=this['activeConversation']?.['lastInteraction'];_0x350b48&&(_0x350b48['stop'](),this['_aiChatUi']['stopInteraction'](_0x350b48));}async['_flushLastInteractionUI'](){const _0x2b1095=this['activeConversation']?.['lastInteraction'];if(_0x2b1095){for await(const _0x257818 of _0x2b1095['replies'])this['_aiChatUi']['hasFeedItem'](_0x257818['id'])||this['_addFeedItemReply'](_0x257818),await this['_updateReplyContent']({'reply':_0x257818,'renderingStrategy':'static'});}}['_updateRatings'](_0x203a43){const _0x4daa21={'positiveCount':_0x203a43['changeGroups']['filter'](_0x548f39=>'accepted'===_0x548f39['state'])['length'],'totalCount':_0x203a43['changeGroups']['length'],'modificationId':_0x203a43['id']},_0x2c6d4d=this['activeConversation']['getInteraction'](_0x203a43['interactionId'])['messageId'];_0x2c6d4d&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x2c6d4d,_0x4daa21);}['_getAIChatFeedAPI'](_0x4ef5f1){const _0x24f5b7=this['_aiChatUi'],_0x50e12b=()=>{_0x4ef5f1['resetWebSearchState'](),_0x4ef5f1['resetReasoningState'](),_0x24f5b7['clearLoadingMessage']();},_0x566c33=()=>{_0x4ef5f1['currentReply']&&(_0x4ef5f1['currentReply']['done'](),_0x4ef5f1['currentReply']=void 0x0);};return{'insertTextReply':(_0x9ab557,_0x39a148)=>{_0x566c33(),_0x50e12b();const _0xf57525=_0x4ef5f1['currentReply']=_0x4ef5f1['createReply']({'type':'text','interactionId':_0x4ef5f1['id'],'content':_0x9ab557,'id':_0x39a148||at()});return _0x566c33(),_0xf57525;},'insertCustomElement':async(_0x2cef1c,_0x1e274b)=>(_0x566c33(),_0x50e12b(),_0x24f5b7['addFeedItemCustomElement'](_0x2cef1c,_0x1e274b||at())),'setLoadingMessage':_0x56ba06=>{_0x24f5b7['setLoadingMessage'](_0x56ba06);},'clearLoadingMessage':()=>{_0x24f5b7['clearLoadingMessage']();}};}}const $s='ai-selection';class qs extends _0x149119{constructor(_0x43ddfa){super(_0x43ddfa),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_fakeSelections']=[];['_sessionId'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['sessionId'](){if(!this['_sessionId']){const _0x3a6a4f=Fs(this['context']),_0x12c00c=_0x3a6a4f['plugins']['has']('RealTimeCollaborationClient')&&_0x3a6a4f['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x12c00c||at();}return this['_sessionId'];}async['getDocumentData'](){const _0x41218b=Fs(this['context']),_0x3a3aad=_0x41218b['model'],_0xa38b7b=_0x41218b['data']['toView'](_0x3a3aad['document']['getRoot'](),{'convertAiChatSelectionMarker':!0x0}),_0x2dde85=new _0x2338d8(_0x41218b['editing']['view']['document']);this['_setDataIdsOnChildren'](_0xa38b7b,_0x2dde85);let _0x211fa5=await this['_getDocumentDataStringFromView'](_0xa38b7b);const _0x263417=this['_getMarkersInDocumentOrder'](),_0x44a738=[];for(const _0x235ffa of _0x263417){const _0x27dd19='<'+_0x235ffa['name']+':start></'+_0x235ffa['name']+':start>',_0x2830ec=_0x211fa5['indexOf'](_0x27dd19);_0x211fa5=_0x211fa5['substring'](0x0,_0x2830ec)+_0x211fa5['substring'](_0x2830ec+_0x27dd19['length']);const _0x367b41='<'+_0x235ffa['name']+':end></'+_0x235ffa['name']+':end>',_0x4b721e=_0x211fa5['indexOf'](_0x367b41);_0x211fa5=_0x211fa5['substring'](0x0,_0x4b721e)+_0x211fa5['substring'](_0x4b721e+_0x367b41['length']),_0x44a738['push']({'markerName':_0x235ffa['name'],'start':_0x2830ec,'end':_0x4b721e,'htmlFragment':_0x211fa5['substring'](_0x2830ec,_0x4b721e)});}return{'content':_0x211fa5,'version':_0x41218b['model']['document']['version'],'sessionId':this['sessionId'],'selections':_0x44a738};}async['afterInit'](){this['context']instanceof _0x787a86?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x5c70ad,_0x52ecd4)=>{_0x52ecd4['on']('ready',()=>{this['_integrateEditor'](_0x52ecd4);});});}['_setOutputDataProcessor'](_0x52f716){this['_outputDataProcessor']=_0x52f716;}async['_getDocumentDataStringFromView'](_0x493477){let _0x227e20;const _0x5e7ef6=Fs(this['context']);if(this['_outputDataProcessor']){const _0x42b016=_0x5e7ef6['data']['processor']['domConverter']['viewToDom'](_0x493477),_0x5dfbda=await this['_outputDataProcessor'](_0x42b016);_0x227e20=_0x5e7ef6['data']['processor']['htmlWriter']['getHtml'](_0x5dfbda);}else _0x227e20=_0x5e7ef6['data']['processor']['toData'](_0x493477);return _0x227e20;}['_integrateEditor'](_0x41b51a){_0x41b51a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':$s,'view':({markerName:_0x2abb6a})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x2abb6a['split'](':')[0x1]],'priority':0xc})}),_0x41b51a['conversion']['for']('dataDowncast')['markerToElement']({'model':$s,'view':(_0x3d6bfd,{writer:_0x53fefa,options:_0x4aface})=>_0x4aface['convertAiChatSelectionMarker']?_0x53fefa['createUIElement'](_0x3d6bfd['markerName']+':'+(_0x3d6bfd['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x541bcc){const _0x78106e=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x541bcc);const _0x5781d0=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x78106e,_0x5781d0);}['hideFakeVisualSelection'](_0x173980){const _0x23a8a5=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x173980);const _0x1542c1=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x23a8a5,_0x1542c1);}async['modelToDataWithIds'](_0x222a12){const _0x89ad3c=Fs(this['context']),_0x4aa4c2=_0x89ad3c['data']['toView'](_0x222a12),_0x480900=new _0x2338d8(_0x89ad3c['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x4aa4c2,_0x480900),this['_getDocumentDataStringFromView'](_0x4aa4c2);}['_setDataIdsOnChildren'](_0x423764,_0x427c6d){let _0xe81f9d=!0x1;const _0x4c4bf1=new Set();for(const _0x15e123 of _0x423764['getChildren']()){if(!_0x15e123['is']('view:element'))continue;const _0x25bbcc=_0x15e123['is']('view:containerElement'),_0x330448=_0x15e123['is']('view:emptyElement'),_0x111d0e=this['_setDataIdsOnChildren'](_0x15e123,_0x427c6d);if(_0x15e123['hasAttribute']('data-id')){_0xe81f9d=!0x0,_0x4c4bf1['add'](_0x15e123['getAttribute']('data-id'));continue;}(_0x25bbcc||_0x330448||_0x111d0e)&&(_0x427c6d['setAttribute']('data-id',this['_nextDataId'](_0x4c4bf1),_0x15e123),_0xe81f9d=!0x0);}return _0xe81f9d;}['_nextDataId'](_0x3ed62c){let _0x3e33ba;do{_0x3e33ba='';for(let _0x2022f8=0x0;_0x2022f8<0x4;_0x2022f8++)_0x3e33ba+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x3ed62c['has'](_0x3e33ba));return _0x3ed62c['add'](_0x3e33ba),_0x3e33ba;}['getSelectionText'](){const {model:_0x5cdf6a}=Fs(this['context']),_0x2b6377=_0x5cdf6a['document']['selection'],_0x249965=[],_0x3eab58=Array['from'](_0x2b6377['getRanges']());_0x3eab58['sort']((_0x2b8f18,_0x286060)=>_0x2b8f18['start']['isBefore'](_0x286060['start'])?-0x1:0x1);for(const _0x29cbe6 of _0x3eab58)for(const _0x3536a5 of _0x29cbe6['getItems']())_0x3536a5['is']('$textProxy')?_0x249965['push'](_0x3536a5['data']):_0x3536a5['is']('element')&&_0x249965['length']>0x0&&'\x20'!==_0x249965[_0x249965['length']-0x1]&&_0x249965['push']('\x20');return _0x249965['length']?'\x22'+_0x249965['join']('')['trim']()+'\x22':as(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x2586fe){for(let _0x435eb2=0x0;_0x435eb2<this['_fakeSelections']['length'];_0x435eb2++)if(this['_fakeSelections'][_0x435eb2]['id']==_0x2586fe)return void this['_fakeSelections']['splice'](_0x435eb2,0x1);}['_addFakeSelection'](_0x1034bc){this['_removeFakeSelectionById'](_0x1034bc['id']),Ct(this['_fakeSelections'],_0x1034bc);}['_refreshFakeSelection'](_0x126247,_0x41f400){if(_0x126247==_0x41f400)return;const _0xb5f30e=Fs(this['context']),_0x215f31=_0xb5f30e['model'];_0x215f31['change'](_0x51455a=>{if(_0x126247){const _0x4c7aec=_0xb5f30e['model']['markers']['getMarkersGroup']($s);for(const _0x4de083 of _0x4c7aec)_0x51455a['removeMarker'](_0x4de083);}if(_0x41f400)for(let _0x3fcc88=0x0;_0x3fcc88<_0x41f400['ranges']['length'];_0x3fcc88++){let _0x399f5a=_0x41f400['ranges'][_0x3fcc88];const _0x443d19=$s+':'+_0x41f400['id']+':'+_0x3fcc88;if(_0x399f5a['start']['isAtEnd']){const _0x5626a7=_0x399f5a['start']['getLastMatchingPosition'](({item:_0x584558})=>!_0x215f31['schema']['isContent'](_0x584558),{'boundaries':_0x399f5a});_0x399f5a=_0x51455a['createRange'](_0x5626a7,_0x399f5a['end']);}_0x51455a['addMarker'](_0x443d19,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x399f5a});}});}['_getMarkersInDocumentOrder'](){const _0x578a4d=Fs(this['context'])['model'];return Array['from'](_0x578a4d['markers']['getMarkersGroup']($s))['sort']((_0x40ba6d,_0x35e314)=>_0x40ba6d['getStart']()['isBefore'](_0x35e314['getStart']())?-0x1:_0x40ba6d['getStart']()['isAfter'](_0x35e314['getStart']())?0x1:0x0);}}const Qs=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],Xs=[...Qs,'startConversation','resizeTabs','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];class zs{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x40abde){this['options']={'delay':_0x40abde['delay']??0x14,'textNodeStyle':_0x40abde['textNodeStyle'],'onStreamUpdate':_0x40abde['onStreamUpdate']||(()=>{})};}async['stream']({document:_0xae30de,targetElement:_0x2688f2,abortSignal:_0x501daf}){this['isStreaming']&&this['stop'](),_0x501daf?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x3b62e0(_0xae30de,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x4dd0ab=0x0;_0x4dd0ab<this['currentIndex'];_0x4dd0ab++)this['nodesList'][_0x4dd0ab]['shouldBeStreamed']=!0x0;do{const _0x4bb931=Date['now'](),_0x2efe7e=this['nodesList'][this['currentIndex']],_0x5b4482=_0x4bb931-this['lastUpdateTime'];if(_0x2efe7e){_0x2efe7e['shouldBeStreamed']=!0x0;let _0x1145ce=_0x2efe7e['parent'];for(;_0x1145ce;)_0x1145ce['shouldBeStreamed']=!0x0,_0x1145ce=_0x1145ce['parent'];}if(_0x5b4482<this['options']['delay'])try{const {promise:_0x46f40c,abortController:_0x4f02a7}=tn(this['options']['delay']-_0x5b4482);this['timeoutAbortController']=_0x4f02a7,await _0x46f40c;}catch(_0x2f9753){return;}_0x408aff(_0x2688f2,'<'+_0x2688f2['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x2688f2['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:_0xea5dca}){Array['from'](_0xea5dca['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x10c69d=>{_0x10c69d['replaceWith'](_0x10c69d['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x638347){let _0x5a6eff='';if(function(_0x2b9efe){return _0x76090a(_0x2b9efe);}(_0x638347)){for(const _0x6f4280 of _0x638347['children'])_0x5a6eff+=this['renderNode'](_0x6f4280);}else{if(Zs(_0x638347)){if(!_0x638347['shouldBeStreamed'])return'';const _0x448d11=_0x638347,_0x51fc93=Object['entries'](_0x448d11['attribs'])['map'](([_0x28f6f6,_0x2a6f90])=>_0x28f6f6+'=\x22'+_0x2a6f90+'\x22')['join']('\x20');_0x5a6eff+='<'+_0x448d11['tagName']+(_0x51fc93?'\x20'+_0x51fc93:'')+'>';for(const _0x2835f7 of _0x4f2c98(_0x448d11))_0x5a6eff+=this['renderNode'](_0x2835f7);_0x5a6eff+='</'+_0x448d11['tagName']+'>';}else{if(!Js(_0x638347))return'';if(!_0x638347['shouldBeStreamed'])return'';!function(_0x402cd3){if(!_0x402cd3['parent']||!Zs(_0x402cd3['parent']))return!0x1;if(!js['includes'](_0x402cd3['parent']['tagName']))return!0x1;return!_0x4ffda3(_0x402cd3)['match'](/^\s*[<>]\s*$/);}(_0x638347)?_0x5a6eff+=_0x528b6c(_0x638347):_0x5a6eff+=_0x528b6c(new ti('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x638347]));}}return _0x5a6eff;}['getParsedDocumentNodeList'](){const _0x457e7e=[];return function(_0x1d70d2,_0x130807){const _0x1f7280=_0x1b7307=>{if(_0x130807(_0x1b7307),_0x1b7307 instanceof _0x1f669e)for(let _0x962df7=0x0;_0x962df7<_0x1b7307['children']['length'];_0x962df7++){const _0x3ede3c=_0x1b7307['children'][_0x962df7];_0x1f7280(_0x3ede3c);}};for(let _0x16237e=0x0;_0x16237e<_0x1d70d2['children']['length'];_0x16237e++)_0x1f7280(_0x1d70d2['children'][_0x16237e]);}(this['document'],_0x1f9a8c=>{if(Js(_0x1f9a8c)){const _0x175896=this['splitTextNodeIntoWordNodes'](_0x1f9a8c);_0x175896['length']&&_0x457e7e['push'](..._0x175896);}_0x1f9a8c['isWordSplitSource']||_0x1f9a8c['isWordSplitResult']||_0x457e7e['push'](_0x1f9a8c);}),_0x457e7e;}['splitTextNodeIntoWordNodes'](_0x51119e){if(_0x51119e['isWordSplitSource']||_0x51119e['isWordSplitResult'])return[];const _0x433de5=_0x4ffda3(_0x51119e)['match'](/(?:\s*\S+\s*)/g),_0x565674=[];if(_0x433de5&&_0x433de5['length']>0x1){for(const _0x3f61c7 of _0x433de5){const _0x34539a=new _0x354f2f(_0x3f61c7);_0x34539a['isWordSplitResult']=!0x0,_0x577506(_0x51119e,_0x34539a),_0x565674['push'](_0x34539a);}_0x51119e['isWordSplitSource']=!0x0,_0x39ddc4(_0x51119e);}return _0x565674;}}const js=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function Js(_0x4bc478){return _0x3512ac(_0x4bc478);}function Zs(_0x2b63f8){return _0x484e02(_0x2b63f8);}function tn(_0x447bae){const _0x37a8f1=new AbortController();return{'promise':new Promise((_0xa1c27d,_0x233cb4)=>{const _0x1320df=setTimeout(_0xa1c27d,_0x447bae);_0x37a8f1['signal']['addEventListener']('abort',()=>{clearTimeout(_0x1320df),_0x233cb4();});}),'abortController':_0x37a8f1};}class en extends Nt{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x5ab28c){super();const _0x14acfa=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new zs({'textNodeStyle':'animation:\x20ck-html-streamer-fade-in\x20.5s','delay':0x14}),this['options']=_0x5ab28c,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x14acfa['if']('isDone','ck-ai-chat__feed__item_done'),_0x14acfa['if']('isVisible','ck-hidden',_0x21eee2=>!_0x21eee2),'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'](_0x2a0185=>{_0x2a0185['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x59e2af,_0x41b502,_0x605736){await this['htmlStreamer']['stream']({'document':_0x59e2af,'targetElement':_0x41b502,'abortSignal':_0x605736});}}class sn extends Nt{['showChangesToggleView'];constructor(_0x2d17f4,_0x3a1b14){super(_0x2d17f4),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new nn(_0x2d17f4),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+cs,'label':as(_0x2d17f4,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x3a1b14['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x3dcd87=>_0x3dcd87?_0x7ec7be:_0x521f58),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x509c34=new yt();_0x509c34['content']=_0x1b2c3a,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x3a1b14['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x509c34,{'tag':'span','children':[as(_0x2d17f4,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class nn extends kt{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}const rn={'accepted':_0x12452d,'rejected':_0x4523b3,'outdated':_0x4523b3};class an extends Nt{['stateIconView'];constructor(_0x19b587){super(_0x19b587);const _0x42a207=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new on(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x42a207['to']('state',_0x388a48=>'ck-ai-suggestion__content-part-state_'+_0x388a48),_0x42a207['if']('isVisible','ck-hidden',_0x4dc2cf=>!_0x4dc2cf)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x42a207['to']('state',_0x5a91b4=>{switch(_0x5a91b4){case'accepted':return as(_0x19b587,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return as(_0x19b587,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return as(_0x19b587,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x1daa24){this['state']=_0x1daa24;}}class on extends yt{constructor(){super(),this['set']('state','accepted'),this['content']=rn[this['state']],this['on']('change:state',()=>{this['content']=rn[this['state']];});}}class hn extends Ot{['_applyButton'];['_suggestButton'];constructor(_0xd22639,_0x2f5b1b,_0x56eff4){super(_0xd22639);const _0x1651b5=Boolean(_0x56eff4);this['set']('isEnabled',!_0x1651b5),this['set']('isVisible',!0x0),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x197eb5=[];if(_0x1651b5){const _0x3ef89a=new kt(_0xd22639);_0x3ef89a['set']({'label':as(_0xd22639,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x4d5b24}),_0x3ef89a['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x197eb5['push'](_0x3ef89a);}else{_0x2f5b1b['includes']('applySuggestion')&&(this['_applyButton']=new kt(_0xd22639),this['_applyButton']['set']({'label':as(_0xd22639,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x12452d}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x197eb5['push'](this['_applyButton'])),_0x2f5b1b['includes']('insertSuggestion')&&(this['_suggestButton']=new kt(_0xd22639),this['_suggestButton']['set']({'label':as(_0xd22639,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4abc09}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x197eb5['push'](this['_suggestButton']));const _0x410259=new kt(_0xd22639);_0x410259['set']({'label':as(_0xd22639,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4523b3}),_0x410259['bind']('isEnabled')['to'](this),_0x410259['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x197eb5['push'](_0x410259);}this['items']['addMany'](_0x197eb5);const _0x254127=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x254127['if']('isVisible','ck-hidden',_0x563061=>!_0x563061)]}});}['setButtonsVisibility']({showApplyButton:_0x1d3d12,showSuggestButton:_0x1f232d}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x1d3d12),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x1f232d);}}class cn extends Nt{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x468a87,{part:_0x429bb0,uiIndex:_0x423a61,availableActions:_0x240879,areActionsDisabled:_0xa2c1b0}){super(_0x468a87),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['toolbarView']=new hn(_0x468a87,_0x240879,_0xa2c1b0),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x429bb0['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x429bb0['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x429bb0['index']});}),this['toolbarView']['bind']('isEnabled')['to'](this),this['stateView']=new an(_0x468a87),this['titleLabelView']=new ln(_0x468a87,_0x423a61),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',(_0x1e1cb4,_0x4f8659,_0x1291be,_0x3fcb1e)=>{'pending'===_0x3fcb1e?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x1291be?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x1291be),this['children']['add'](this['stateView']));});}}class ln extends Nt{constructor(_0x56db9d,_0x257b32){super(_0x56db9d),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[as(_0x56db9d,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x257b32['toString']())]});}}class un extends Nt{['htmlStreamer'];constructor(_0x3a54e2){super(_0x3a54e2),this['htmlStreamer']=new zs({'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:_0x17038e,renderingStrategy:_0x7ad9a,abortSignal:_0xbef163}){'streaming'===_0x7ad9a?await this['htmlStreamer']['stream']({'document':_0x17038e['content'],'targetElement':this['element'],'abortSignal':_0xbef163}):this['element']['innerHTML']=ds(_0x17038e['content']);}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='';}}class dn extends Nt{['_children'];['_headerView'];['_streamableContentView'];constructor(_0xbe94a7,{part:_0x45e789,uiIndex:_0x3a4529,areActionsDisabled:_0x154bca,availableActions:_0x55b958}){super(_0xbe94a7);const _0x1c428e=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1);const _0x3c6cce=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x154bca;};this['on']('change:state',_0x3c6cce),this['on']('change:isDone',_0x3c6cce),_0x3c6cce(),this['_children']=this['createCollection'](),this['_headerView']=new cn(_0xbe94a7,{'part':_0x45e789,'uiIndex':_0x3a4529,'availableActions':_0x55b958,'areActionsDisabled':_0x154bca}),this['_headerView']['bind']('isEnabled','state')['to'](this),this['_headerView']['delegate'](...Qs)['to'](this),this['_streamableContentView']=new un(_0xbe94a7),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x1c428e['to']('state',_0x366ff3=>'ck-ai-suggestion__body__content-part_'+_0x366ff3),_0x1c428e['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x1c428e['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x1c428e['if']('isVisible','ck-hidden',_0x163e1d=>!_0x163e1d)]},'children':this['_children'],'on':{'mouseenter':_0x1c428e['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x45e789['index']});}),'mouseleave':_0x1c428e['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x45e789['index']});}),'click':_0x1c428e['to'](_0x105076=>{const _0x21732c=_0x105076['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x21732c)&&this['fire']('showChangeInText',{'index':_0x45e789['index']});})}});}async['updateContent']({part:_0x431b9b,renderingStrategy:_0x2789cd,showUnchangedParts:_0x5c519d=!0x1,abortSignal:_0x280622}){this['partDefinition']=_0x431b9b,this['isVisible']=this['partDefinition']['hasChanges']||_0x5c519d,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x431b9b,'renderingStrategy':_0x2789cd,'abortSignal':_0x280622});}['markAsDone'](){this['isDone']=!0x0;}}class _n extends pt(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x25df1f){const _0x3c12cd=this['createTask'](_0x25df1f);return this['queue']['push'](_0x3c12cd),this['_processQueue'](),_0x3c12cd['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(_0x2e2ce2=>{this['once']('_queueEmpty',()=>{_0x2e2ce2();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x3ffc00=this['queue']['shift']();try{await _0x3ffc00['callback'](this['_abortController']['signal']),_0x3ffc00['resolve']();}catch(_0x58eacd){_0x3ffc00['reject'](_0x58eacd);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x17db4e){let _0x15b12c,_0x4ffd22;const _0x201069=new Promise((_0x101a02,_0x473fc0)=>{_0x15b12c=_0x101a02,_0x4ffd22=_0x473fc0;});return{'callback':_0x17db4e,'resolve':_0x15b12c,'reject':_0x4ffd22,'completePromise':_0x201069};}}class An extends en{constructor(_0x4c0369){super(_0x4c0369),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x4c0369['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x3562a7){this['element']['innerHTML']=_0x3562a7;}}const gn=['applySuggestion','insertSuggestion'];class In extends Nt{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x375b0a,_0x2d5b75=[...gn],_0x11718b){super(_0x375b0a);const _0x21c28b=this['bindTemplate'],_0x16b9c3=Boolean(_0x11718b);if(this['set']('isEnabled',!_0x16b9c3),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x16b9c3){const _0x1c1c2a=new kt(_0x375b0a);_0x1c1c2a['set']({'label':as(_0x375b0a,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x4d5b24}),_0x1c1c2a['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0x471db1=new Nt(_0x375b0a);_0x471db1['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[as(_0x375b0a,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x1c1c2a]}]}),this['children']['add'](_0x471db1);}else this['_applyChangesButton']=new kt(_0x375b0a),this['_applyChangesButton']['set']({'label':as(_0x375b0a,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x2d5b75['includes']('applySuggestion'),'class':os}),this['_insertSuggestionsButton']=new kt(_0x375b0a),this['_insertSuggestionsButton']['set']({'label':as(_0x375b0a,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x2d5b75['includes']('insertSuggestion'),'class':hs}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x1c4a5a=>{_0x1c4a5a['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',_0x21c28b['if']('isVisible','ck-hidden',_0x3f18c3=>!_0x3f18c3)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x1a4043){this['isVisible']=_0x1a4043;}['_switchButtonLabelsPlurality'](_0x340d9d){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x340d9d?(this['_applyChangesButton']['label']=as(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=as(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=as(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=as(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}}class En extends Nt{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0x939cc6,_0x31bfe9){super(_0x939cc6),this['bodyCollection']=_0x31bfe9,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',_0x29359e=>!_0x29359e)]},'children':this['children']});const _0x8b59e4=new Nt(this['locale']),_0x4b372f=new yt();_0x4b372f['content']=_0x4b1b3c,_0x8b59e4['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x4b372f,{'tag':'span','children':[{'text':as(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x8b59e4),this['_setupBalloonPanel'](_0x939cc6);}['addSource'](_0x35df5a){this['children']['add'](new Tn(this['locale'],_0x35df5a,this['balloonPanelView']));}['_setupBalloonPanel'](_0x13f8b0){this['balloonPanelView']=new Qt(_0x13f8b0),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class Tn extends kt{['balloonPanelView'];['source'];constructor(_0x41d20d,_0x2fae67,_0x200375){super(_0x41d20d),this['source']=_0x2fae67,this['balloonPanelView']=_0x200375,this['set']({'label':_0x2fae67['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x43291b=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x43291b['to'](()=>{window['open'](_0x2fae67['url'],'_blank');}),'mouseenter':_0x43291b['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x43291b['to'](()=>{this['_hideTooltip']();})}}),_0x2fae67['favicon']){const _0x35b9ba=new Nt(_0x41d20d);_0x35b9ba['setTemplate']({'tag':'img','attributes':{'src':_0x2fae67['favicon']||_0x4b1b3c,'alt':_0x2fae67['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x35b9ba);}else this['set']('icon',_0x4b1b3c);}['_createTooltipContentView'](_0x1d655a,_0x5f558a){const _0x1a1a8c=new Nt(_0x1d655a),_0x8e009d=[];let _0x2ff2f5;_0x5f558a?.['favicon']?(_0x2ff2f5=new Nt(_0x1d655a),_0x2ff2f5['setTemplate']({'tag':'img','attributes':{'src':_0x5f558a['favicon'],'alt':_0x5f558a['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x2ff2f5=new yt(),_0x2ff2f5['content']=_0x4b1b3c,_0x2ff2f5['extendTemplate']({'attributes':{'alt':_0x5f558a['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x8e009d['push'](_0x2ff2f5);const _0x49c018=new Nt(_0x1d655a);_0x49c018['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x5f558a['url']},'children':[{'text':new URL(_0x5f558a['url'])?.['hostname']}]}),_0x8e009d['push'](_0x49c018);const _0x5d462f=new Nt(_0x1d655a);_0x5d462f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x8e009d});const _0x38a1d8=new Nt(_0x1d655a);return _0x38a1d8['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x5f558a['title']['length']>0x190?_0x5f558a['title']['substring'](0x0,0x190)+'...':_0x5f558a['title']}]}),_0x1a1a8c['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x5d462f,_0x38a1d8]}),_0x1a1a8c;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[Qt['defaultPositions']['northArrowSouth'],Qt['defaultPositions']['northArrowSouthWest'],Qt['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 _0x2af152=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x2af152);}}class pn extends Nt{['_actionsView'];['_sourcesView'];['_children'];['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x2ac141,_0x5cc40c){super(_0x2ac141);const {areActionsDisabled:_0x5e09a2,showUnchangedParts:_0x401b63,availableActions:_0x28a2f6}=_0x5cc40c;this['_areActionsDisabled']=_0x5e09a2,this['_showUnchangedParts']=_0x401b63,this['_availableActions']=_0x28a2f6,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_updateContentPartsPromiseQueue']=new _n(),this['_emptyPartsWarningView']=new An({'id':'empty-parts-warning','initialContent':as(_0x2ac141,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new In(_0x2ac141,_0x5cc40c['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new En(this['locale'],_0x5cc40c['bodyCollection']),_0x5cc40c['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...Qs)['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:_0x1cd18d,renderingStrategy:_0x2b8725,abortSignal:_0x356012}){this['_children']['length']?_0x1cd18d['forEach'](_0x1bc398=>{const _0x4de060=this['_cachedContentParts']['findIndex'](_0x26aa84=>_0x26aa84['index']==_0x1bc398['index']);-0x1===_0x4de060?this['_cachedContentParts']['push'](_0x1bc398):this['_cachedContentParts'][_0x4de060]=_0x1bc398;}):this['_cachedContentParts']=_0x1cd18d;const _0x2f04a1=this['_showUnchangedParts']?_0x1cd18d:_0x1cd18d['filter'](_0x5c0377=>_0x5c0377['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x2f04a1['length']>0x1);for(const _0x39dcfb of _0x2f04a1)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x48bee8=>{let _0x50cd7a=this['getPartView'](_0x39dcfb['index']);_0x50cd7a||(_0x50cd7a=new dn(this['locale'],{'part':_0x39dcfb,'uiIndex':this['_children']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x50cd7a['delegate'](...Qs)['to'](this),this['_children']['add'](_0x50cd7a),this['hasPendingParts']=!0x0),await _0x50cd7a['updateContent']({'part':_0x39dcfb,'renderingStrategy':_0x2b8725,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x48bee8}),_0x50cd7a['markAsDone']();});return _0x356012?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort']();}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x2c3c1f,_0x41877f){const _0x4744b7=this['getPartView'](_0x2c3c1f);_0x4744b7&&(_0x4744b7['state']=_0x41877f),this['hasPendingParts']='pending'==_0x41877f||Array['from'](this['_children'])['some'](_0x4a1398=>'pending'==_0x4a1398['state']);}['setPartActive'](_0x571020,_0x214ce2){if(!0x1===_0x571020){for(const _0x3cac18 of this['_children'])_0x3cac18['isActive']=!0x1;}else{const _0x52e6a5=this['getPartView'](_0x571020);_0x52e6a5&&(_0x52e6a5['isActive']=_0x214ce2);}}['updateSources'](_0x2668c3){_0x2668c3['forEach'](_0x5c11eb=>this['_sourcesView']['addSource'](_0x5c11eb)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x38108e){return this['_children']['find'](_0x2d805a=>_0x2d805a['partDefinition']['index']==_0x38108e)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x16d798=!this['_cachedContentParts']['find'](({hasChanges:_0x458482})=>_0x458482),_0x278e38=!!this['_cachedContentParts']['find'](({hasChanges:_0x14fadf})=>!_0x14fadf);this['_emptyPartsWarningView']['isVisible']=0x0==this['_children']['length']||_0x278e38,_0x16d798?this['_emptyPartsWarningView']['setContent'](as(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](as(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_children']['forEach'](_0x9d6b76=>_0x9d6b76['markAsDone']()),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}get['hasNonEmptyParts'](){return this['_children']['filter'](_0x20dbf4=>_0x20dbf4['partDefinition']['hasChanges'])['length']>0x0;}}class mn extends Nt{['bodyView'];['children'];['headerView'];constructor(_0x248f59,_0x35aaac,_0x3b7859){super(_0x248f59);const {showDiff:_0xf190ca,areActionsDisabled:_0x37136f,showUnchangedParts:_0x30c561,availableActions:_0x2fbd2b}=_0x35aaac;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new sn(_0x248f59,{'showDiff':_0xf190ca}),this['headerView']['on']('toggleShowChanges',(_0x365ec5,_0x587299)=>{this['areChangesVisible']=_0x587299['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x587299['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new pn(_0x248f59,{'areActionsDisabled':_0x37136f,'showUnchangedParts':!!_0x30c561,'availableActions':_0x2fbd2b,'bodyCollection':_0x3b7859}),this['bodyView']['delegate'](...Qs)['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'](_0x13b9e5){await this['bodyView']['updateContentParts'](_0x13b9e5);}['updateSources'](_0x556d3e){this['bodyView']['updateSources'](_0x556d3e);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class Cn extends en{['containerView'];constructor(_0x438842,_0x1fd804,_0x20875d){super(_0x1fd804),this['set']('isTrackChangesOn',!0x1),this['containerView']=new mn(_0x438842,{'showDiff':_0x1fd804['showDiff'],'areActionsDisabled':_0x1fd804['areActionsDisabled'],'availableActions':_0x1fd804['availableActions']},_0x20875d),this['containerView']['on']('toggleSuggestionDisplayMode',(_0xaae06,_0x5476ef)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x5476ef['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',(_0x531042,{index:_0xeddc4f})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0xeddc4f});}),this['containerView']['on']('applySuggestion',(_0x4f9279,{index:_0x2d6f39}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x2d6f39});}),this['containerView']['on']('insertSuggestion',(_0x4c2ee2,{index:_0x2336ac}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2336ac});}),this['containerView']['on']('rejectSuggestion',(_0x52a099,{index:_0x318ccc})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x318ccc});}),this['containerView']['on']('mouseOverSuggestion',(_0x38f491,{index:_0x286d86})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x286d86});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x1262bc,{index:_0x9b2805})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x9b2805});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0xf3b5ca){await this['containerView']['updateContent'](_0xf3b5ca);}['updatePartState'](_0x1eaec2,_0x11a622){this['containerView']['bodyView']['updatePartState'](_0x1eaec2,_0x11a622);}['setPartActive'](_0x14db49,_0x38b14f){!0x1===_0x14db49?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x14db49,_0x38b14f);}['updateSources'](_0x3f8ae7){this['containerView']['updateSources'](_0x3f8ae7);}['getPartView'](_0x21283d){return this['containerView']['bodyView']['getPartView'](_0x21283d);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class wn extends en{['replyContainer'];['_bodyCollection'];constructor(_0x1d5960,_0x542fd8,_0x2fbf00){super(_0x542fd8),this['_bodyCollection']=_0x2fbf00,this['locale']=_0x1d5960,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new Nt(),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':us(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x254d0e,renderingStrategy:_0x20f0a7,abortSignal:_0x3e8548}){'streaming'===_0x20f0a7?await this['streamIntoElement'](_0x254d0e,this['replyContainer']['element'],_0x3e8548):this['replyContainer']['element']['innerHTML']=_0x528b6c(_0x254d0e);}['updateSources'](_0x45ef15){const _0x5caea1=new En(this['locale'],this['_bodyCollection']);_0x5caea1['children']['addMany'](_0x45ef15['map'](_0x2197fd=>new Tn(this['locale'],_0x2197fd,_0x5caea1['balloonPanelView']))),_0x5caea1['isVisible']=!0x0,this['children']['add'](_0x5caea1);}}class fn extends vt{constructor(_0x3ce3de=void 0x0){super();const _0x5635fd=_0x3ce3de?'ck-ai-spinner_'+_0x3ce3de:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x5635fd]}});}}const Sn={'file':_0x286626,'document':_0x1b2c3a,'web-resource':_0x5c1be6,'text':_0x286626,'selection':_0x4e3692,'mcp-tool-context':_0x1b2c3a},bn='ck-ai-chat-context-chip',Rn='ck-ai-chat-context-chip_wide',On='ck-ai-chat-context-chip_document',kn='ck-ai-chat-context-chip__label',Nn='ck-ai-chat-context-chip__type-icon',vn='ck-ai-chat-context-controls__chip-tooltip',yn='n';class xn extends kt{constructor(_0x3ea586,_0x44aa5b,_0x1f9381,_0x5b5375,_0x4a39a6=!0x1){super(_0x3ea586),this['_isAnimationOnEnterEnabled']=_0x5b5375,this['_initializeProperties'](_0x44aa5b,_0x1f9381,_0x4a39a6),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'](_0xc900cd,_0x56fbb0,_0x560030){this['set']('label',_0xc900cd['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0xc900cd['type']),this['set']('id',_0xc900cd['uiId']),this['set']('readonly',_0x56fbb0),this['set']('isLoading',_0x560030);}['_setupTemplate'](){const _0x13bef8=this['_createIconView'](),_0x385b37=this['_createRemoveButton'](),_0x4cfc5d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x4cfc5d),'children':this['_createTemplateChildren'](_0x13bef8,_0x385b37,_0x4cfc5d)});}['_createTemplateAttributes'](_0x415c19){return{'class':[bn,_0x415c19['if']('itemType',On,_0x386578=>'document'==_0x386578),_0x415c19['if']('itemType',Rn,_0x48554b=>'selection'==_0x48554b)],'data-cke-tooltip-text':_0x415c19['to']('label',Ln),'data-cke-tooltip-position':yn,'data-cke-tooltip-class':vn};}['_createTemplateChildren'](_0x1d5f88,_0x2948c0,_0x25375d){const _0x305b88=this['_createLabelElement'](_0x25375d),_0x4a2f3a=this['_createLoaderIcon']();return this['readonly']?[_0x1d5f88,_0x305b88]:[_0x1d5f88,_0x4a2f3a,_0x305b88,_0x2948c0];}['_createLabelElement'](_0x28fae7){return{'tag':'span','attributes':{'class':kn},'children':[{'text':_0x28fae7['to']('label')}]};}['_createRemoveButton'](){const _0x9b9f9e=new kt(this['locale']);return _0x9b9f9e['set']({'label':as(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x4ce413}),this['_setupRemoveButtonEvent'](_0x9b9f9e),_0x9b9f9e;}['_setupRemoveButtonEvent'](_0x4e7985){_0x4e7985['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x9a4f31=this['bindTemplate'],_0x2454c1=new yt();return _0x2454c1['content']=Sn[this['itemType']],_0x2454c1['extendTemplate']({'attributes':{'class':[Nn,_0x9a4f31['if']('isLoading','ck-hidden',_0xf0d736=>_0xf0d736)]}}),_0x2454c1;}['_handleAnimationEndOnce'](_0x5d4de7,_0x26b0e6){if(!_0x5d4de7)return;const _0x2502d7=()=>{_0x26b0e6(),_0x5d4de7['removeEventListener']('animationend',_0x2502d7),_0x5d4de7['removeEventListener']('webkitAnimationEnd',_0x2502d7);};_0x5d4de7['addEventListener']('animationend',_0x2502d7),_0x5d4de7['addEventListener']('webkitAnimationEnd',_0x2502d7);}['_createLoaderIcon'](){const _0x253e95=new fn('small');return _0x253e95['bind']('isVisible')['to'](this,'isLoading',_0x4fcfaa=>_0x4fcfaa),_0x253e95;}}function Ln(_0x5afa86){if(!_0x5afa86)return _0x5afa86;if(_0x5afa86['length']<=0x78)return _0x5afa86;const _0x4efc20=_0x5afa86['slice'](0x0,0x78),_0xfead5c=_0x4efc20['lastIndexOf']('\x20');return(_0xfead5c>0x0?_0x4efc20['slice'](0x0,_0xfead5c):_0x4efc20)+'…';}const Dn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},Pn='300px';class Hn{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x5a5a3d,_0x47f348,_0xbd44d8,_0x3de95f,_0x435793){this['_locale']=_0x5a5a3d,this['_visibleChips']=_0x47f348,this['_config']={...Dn,..._0xbd44d8,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0xbd44d8['cssClasses']}},this['_overflowChips']=new dt(),this['_bodyCollection']=_0x3de95f,this['_parentView']=_0x435793||null;}['setContainerElement'](_0x39f5e1){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x39f5e1,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 _0x1c5f0b=[...this['_visibleChips'],...this['_overflowChips']],_0x2b7327=this['_createCalculationContainer'](),_0x4da384=this['_calculateOverflowInContainer'](_0x2b7327,_0x1c5f0b),_0x1e0fc0=_0x2b7327['_ancestorsToRestore'];_0x1e0fc0&&this['_restoreAncestorVisibility'](_0x1e0fc0),_0x2b7327['remove'](),this['_applyOverflowResults'](_0x1c5f0b,_0x4da384);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),Xt({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x254f4a=new kt(this['_locale']);_0x254f4a['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x4fe44b=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x4fe44b['push'](this['_config']['cssClasses']['controlsButton']),_0x254f4a['extendTemplate']({'attributes':{'class':_0x4fe44b}}),_0x254f4a;}['_createShowMoreBalloonPanelView'](){const _0x114a00=new Qt(this['_locale']);return _0x114a00['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x114a00),_0x114a00;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x4d7302=>{_0x4d7302['disableAnimationOnEnter']();});const _0x5aa985=new Nt(this['_locale']);_0x5aa985['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x5aa985);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x4f20e8=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x4f20e8?'':'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'](_0x408001){const _0x2ee2c9=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0xaad4cb=this['_containerElement']?.['classList'];if(_0xaad4cb){const _0x3b082d=_0xaad4cb[0x0]||'',_0x528ee5=_0x408001['querySelector']('.'+_0x3b082d),_0x4cfebd=_0x408001['querySelector'](_0x2ee2c9);return _0x528ee5||_0x4cfebd||_0x408001;}return _0x408001['querySelector'](_0x2ee2c9)||_0x408001;}['_calculateContainerWidth'](){const _0x20e014=this['_parentView']?.['element']||this['_containerElement'];if(!_0x20e014)return Pn;const _0x19d82c=window['getComputedStyle'](_0x20e014)['width'];if('auto'===_0x19d82c||'0px'===_0x19d82c||!_0x19d82c){const _0x498f87=_0x20e014['parentElement'];if(_0x498f87){const _0x507b79=window['getComputedStyle'](_0x498f87);return'auto'!==_0x507b79['width']?_0x507b79['width']:Pn;}return Pn;}return _0x19d82c;}['_applyCalculationStyles'](_0x3c0f6f,_0x26b7e8){this['_config']['cssClasses']['calculationContainer']&&_0x3c0f6f['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x3c0f6f['style']['width']=_0x26b7e8,_0x3c0f6f['style']['position']='absolute',_0x3c0f6f['style']['top']='-9999px',_0x3c0f6f['style']['left']='-9999px',_0x3c0f6f['style']['opacity']='0',_0x3c0f6f['style']['pointerEvents']='none',_0x3c0f6f['style']['zIndex']='-1',_0x3c0f6f['style']['visibility']='visible\x20!important',_0x3c0f6f['style']['display']='block\x20!important',_0x3c0f6f['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x423321){_0x423321['forEach'](({element:_0x3d2e5b,originalDisplay:_0x1e6584,originalVisibility:_0x389a25})=>{_0x3d2e5b['style']['display']=_0x1e6584,_0x3d2e5b['style']['visibility']=_0x389a25;});}['_makeAncestorsVisible'](_0x1e0626){const _0x67060c=[];let _0x33db09=_0x1e0626;for(;_0x33db09&&_0x33db09!==document['body'];){const _0x2d5f7b=window['getComputedStyle'](_0x33db09);'none'!==_0x2d5f7b['display']&&'hidden'!==_0x2d5f7b['visibility']||(_0x67060c['push']({'element':_0x33db09,'originalDisplay':_0x33db09['style']['display'],'originalVisibility':_0x33db09['style']['visibility']}),_0x33db09['style']['display']='block',_0x33db09['style']['visibility']='visible'),_0x33db09=_0x33db09['parentElement'];}return _0x67060c;}['_createContainerElements'](){let _0x3840a3,_0xa65a7b;return this['_parentView']?.['element']?(_0x3840a3=this['_parentView']['element']['cloneNode'](!0x0),_0xa65a7b=this['_findTargetContainer'](_0x3840a3)):(_0x3840a3=document['createElement']('div'),_0xa65a7b=_0x3840a3),{'calculationContainer':_0x3840a3,'targetContainer':_0xa65a7b};}['_createCalculationContainer'](){const {calculationContainer:_0x7d7dec,targetContainer:_0x5c6c76}=this['_createContainerElements'](),_0x1b2946=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x7d7dec,_0x1b2946);const _0x4af081=this['_parentView']?.['element']||this['_containerElement'],_0x3b9878=_0x4af081?.['parentElement'];_0x3b9878?_0x3b9878['appendChild'](_0x7d7dec):document['body']['appendChild'](_0x7d7dec),_0x7d7dec['_targetContainer']=_0x5c6c76;const _0x4f0d1b=this['_makeAncestorsVisible'](_0x3b9878||null);return _0x7d7dec['offsetWidth'],_0x7d7dec['_ancestorsToRestore']=_0x4f0d1b,_0x7d7dec;}['_calculateOverflowInContainer'](_0x21310f,_0x1e20ee){const _0x2cf46e=_0x21310f['_targetContainer']||_0x21310f,_0x16ff0e=[],{rowCount:_0x2d2b52}=this['_renderChipsAndCountRows'](_0x2cf46e,_0x1e20ee);if(_0x2d2b52<=this['_config']['maxVisibleRows'])return _0x16ff0e;const _0x52818=_0x1e20ee['slice']();for(;_0x52818['length']>0x0;){if(this['_testButtonFit'](_0x21310f,_0x2cf46e,_0x52818)){const _0x4f50b2=_0x1e20ee['filter'](_0x182e11=>!_0x52818['includes'](_0x182e11));_0x16ff0e['push'](..._0x4f50b2);break;}if(!_0x52818['pop']())break;}return _0x16ff0e;}['_renderChipsAndCountRows'](_0x5771c9,_0x267ac5){_0x5771c9['innerHTML']='',_0x267ac5['forEach'](_0x1f5b39=>{if(_0x1f5b39['element']){const _0x808181=_0x1f5b39['element']['cloneNode'](!0x0);_0x5771c9['appendChild'](_0x808181);}}),_0x5771c9['offsetWidth'];const _0x1f7e8a=_0x5771c9['children'],_0x1fcd06=[];return Array['from'](_0x1f7e8a)['forEach'](_0xc84041=>{const _0x2b3820=_0xc84041['getBoundingClientRect']()['top'];_0x1fcd06['some'](_0x3a8e1f=>Math['abs'](_0x3a8e1f-_0x2b3820)<this['_config']['rowDetectionTolerance'])||_0x1fcd06['push'](_0x2b3820);}),{'rowCount':_0x1fcd06['length']};}['_createMockButton'](){const _0x59fb09=document['createElement']('button');return _0x59fb09['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x59fb09['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x59fb09['textContent']='+\x201',_0x59fb09;}['_testButtonFit'](_0x3965a8,_0x35cd25,_0xb726a){this['_renderChipsAndCountRows'](_0x35cd25,_0xb726a);const _0x4b1679=this['_createMockButton']();_0x3965a8['appendChild'](_0x4b1679),_0x3965a8['offsetWidth'];const _0x1abfdb=[..._0x35cd25['children'],_0x4b1679],_0xe8b9a2=[];_0x1abfdb['forEach'](_0x9f5538=>{const _0x540f46=_0x9f5538['getBoundingClientRect']()['top'];_0xe8b9a2['some'](_0x5bd54b=>Math['abs'](_0x5bd54b-_0x540f46)<this['_config']['rowDetectionTolerance'])||_0xe8b9a2['push'](_0x540f46);});const _0x1677f7=_0xe8b9a2['length'];return _0x4b1679['remove'](),_0x1677f7<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x31e5e6,_0x1f41af){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x31e5e6['forEach'](_0x3c2072=>{_0x1f41af['includes'](_0x3c2072)?this['_overflowChips']['add'](_0x3c2072):this['_visibleChips']['add'](_0x3c2072);});}['_updateOverflowUI'](_0x58825b){if(_0x58825b>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x58825b>0x0&&this['_showMoreButtonView']){const _0x2f408e=''+this['_config']['showMoreLabelPrefix']+(_0x58825b<0x63?_0x58825b:'99');this['_showMoreButtonView']['label']=_0x2f408e;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x3d5851,_0x3797bf){this['_distributeChips'](_0x3d5851,_0x3797bf),this['_updateOverflowUI'](_0x3797bf['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x20db3e=>{_0x20db3e[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 _0x37b5eb=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x37b5eb['width']||0x0===_0x37b5eb['height'])return!0x1;const _0x4486f2=window['innerHeight']||document['documentElement']['clientHeight'],_0x1f60df=window['innerWidth']||document['documentElement']['clientWidth'],_0x4b06dc=0xc8;return _0x37b5eb['bottom']>=-0xc8&&_0x37b5eb['top']<=_0x4486f2+_0x4b06dc&&_0x37b5eb['right']>=-0xc8&&_0x37b5eb['left']<=_0x1f60df+_0x4b06dc;}}const Mn='ck-ai-chat__feed__context-chips',Un='ck-ai-chat-context-chips-wrapper',Vn='ck-ai-chat-context-chips-wrapper-balloon',Bn='ck-ai-chat-controls-button',Gn='ck-ai-chat-controls_context_show-more-button',Fn='ck-ai-chat-context-controls__show-more-balloon-panel';class Kn extends Nt{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x13f8fa,_0x2d0167,_0x349b6f){super(_0x13f8fa),this['_bodyCollection']=_0x349b6f,this['_createContextChips'](_0x2d0167);const _0x3f8dc2={'cssClasses':{'showMoreButton':Gn+'\x20'+cs,'showMoreBalloon':Fn,'overflowContainer':Vn,'controlsButton':Bn}};this['_overflowManager']=new Hn(_0x13f8fa,this['_contextChips'],_0x3f8dc2,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[Mn,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':Un},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x3c436a=this['element']['querySelector']('.'+Un);_0x3c436a&&(this['_overflowManager']['setContainerElement'](_0x3c436a),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0xef45a7){for(const _0x186ddb of _0xef45a7){const _0x19858d=new xn(this['locale'],_0x186ddb,!0x0,!0x1);this['_contextChips']['add'](_0x19858d);}}}class Wn extends en{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x3fe41c,_0x41456d,_0x322ab8){super(_0x41456d),this['_locale']=_0x3fe41c,this['_bodyCollection']=_0x322ab8,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 Kn(this['_locale'],this['options']['contextItems']['filter'](_0x5cf7d6=>!_0x5cf7d6['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new Nt(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 Yn extends en{['capabilities'];constructor(_0x31e029,_0x154ba6){super(_0x154ba6);const {isWebSearchEnabled:_0x55b096,isReasoningEnabled:_0x13b752}=_0x154ba6['capabilities'],_0x534613=[];let _0x434839='';_0x55b096&&_0x13b752?(_0x434839=as(_0x31e029,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x534613['push']($n(_0x4b1b3c)),_0x534613['push']($n(_0x26765e))):_0x55b096?(_0x434839=as(_0x31e029,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x534613['push']($n(_0x4b1b3c))):_0x13b752&&(_0x434839=as(_0x31e029,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x534613['push']($n(_0x26765e))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x434839?'':'ck-hidden']}});const _0x5895f9=new Nt();_0x5895f9['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x534613,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x434839]}]}),this['children']['add'](_0x5895f9),this['capabilities']=_0x154ba6['capabilities'];}}function $n(_0x164d8f){const _0x268336=new yt();return _0x268336['content']=_0x164d8f,_0x268336;}const qn=['wheel','touchstart','pointerdown','keydown'],Qn=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class Xn{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];constructor(_0x11ef54){this['element']=_0x11ef54,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1;for(const _0x49a21e of qn){const _0x30a674='keydown'!==_0x49a21e;this['element']['addEventListener'](_0x49a21e,this['_onUserEvent']['bind'](this),{'passive':_0x30a674,'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'](_0xd9e653){if(this['isRunning']){if('keydown'===_0xd9e653['type']){const _0x58ce0d=_0xd9e653['key'];if(!Qn['includes'](_0x58ce0d))return;}_0xd9e653 instanceof WheelEvent?_0xd9e653['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x17f0ad,scrollHeight:_0x45f6b0,clientHeight:_0x8ee6da}=this['element'];return _0x45f6b0-_0x17f0ad-_0x8ee6da<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'auto'}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class zn extends Nt{constructor(_0x400be6,_0x39c462){super(_0x400be6),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton']},'children':this['_createSkeletonItems'](_0x39c462)});}['_createSkeletonItems'](_0x4b7c86){const _0x19d5d9=['ck','ck-ai-skeleton__item'];return _0x4b7c86['map'](_0x248370=>{let _0x37440f='';switch(_0x248370['attributes']['align']){case'right':_0x37440f='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x37440f='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x37440f='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x248370['tag'],'attributes':{'class':[..._0x19d5d9,_0x248370['attributes']['class']?_0x248370['attributes']['class']:''],'style':'width:\x20'+_0x248370['attributes']['width']+';\x20height:\x20'+_0x248370['attributes']['height']+';'+_0x37440f}};});}}const jn={'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':Jn(0x5,'100%','44px','right'),'aiChatResources':Jn(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function Jn(_0x58b0f2,_0x558f42,_0x3b4d5f,_0x5b3bb1){return new Array(_0x58b0f2)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x558f42,'height':_0x3b4d5f,'align':_0x5b3bb1}}));}class Zn extends en{constructor(_0x1aa5b6){super(_0x1aa5b6),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 tr extends Nt{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x548585,_0x26291e){super(_0x548585),this['_bodyCollection']=_0x26291e,this['set']('isPending',!0x1),this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...Xs)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new Xn(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x59430e,_0x3e7494){let _0x546783;return'ai-reply'===_0x59430e?_0x546783=new wn(this['locale'],_0x3e7494,this['_bodyCollection']):'ai-suggestion-reply'===_0x59430e?(_0x546783=new Cn(this['locale'],_0x3e7494,this['_bodyCollection']),_0x546783['bind']('isTrackChangesOn')['to'](this)):_0x546783='user-message'===_0x59430e?new Wn(this['locale'],_0x3e7494,this['_bodyCollection']):'interaction-header'===_0x59430e?new Yn(this['locale'],_0x3e7494):'custom-element'===_0x59430e?new Zn(_0x3e7494):new An(_0x3e7494),this['children']['add'](_0x546783),_0x546783;}async['updateReplyItem']({id:_0x127fca,parsedContent:_0x3f933c,renderingStrategy:_0x2271db,abortSignal:_0x4cb359}){const _0x18cc37=this['getItemById'](_0x127fca);if(!(_0x18cc37 instanceof wn))throw new ot('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x18cc37,'id':_0x127fca,'parsedContent':_0x3f933c});await _0x18cc37['updateContent']({'parsedContent':_0x3f933c,'renderingStrategy':_0x2271db,'abortSignal':_0x4cb359});}async['updateWebSources'](_0x4d4144,_0x12c8ae){const _0x2a0c8e=this['getItemById'](_0x4d4144);if(_0x2a0c8e instanceof Cn)_0x2a0c8e['updateSources'](_0x12c8ae);else{if(!(_0x2a0c8e instanceof wn))throw new ot('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x2a0c8e,'id':_0x4d4144,'sources':_0x12c8ae});_0x2a0c8e['updateSources'](_0x12c8ae);}}async['updateSuggestionItem']({id:_0x266d9e,parts:_0x5d865f,renderingStrategy:_0x45752b,abortSignal:_0x521d44}){const _0x57c242=this['getItemById'](_0x266d9e);if(!(_0x57c242 instanceof Cn))throw new ot('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x57c242,'id':_0x266d9e,'parts':_0x5d865f});await _0x57c242['updateContent']({'parts':_0x5d865f,'renderingStrategy':_0x45752b,'abortSignal':_0x521d44});}['updateSuggestionPartState']({id:_0x196ea4,index:_0x39f6f9,state:_0x2d38a4}){const _0x3f9895=this['getItemById'](_0x196ea4);if(!(_0x3f9895 instanceof Cn))throw new ot('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x196ea4});_0x3f9895['updatePartState'](_0x39f6f9,_0x2d38a4);}['setSuggestionPartActive']({id:_0x2ede14,index:_0x93b3e3,isActive:_0x41a8ea}){const _0x1bd9f4=this['getItemById'](_0x2ede14);if(!(_0x1bd9f4 instanceof Cn))throw new ot('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x2ede14});this['children']['filter'](_0x31fcf6=>_0x31fcf6 instanceof Cn)['forEach'](_0x54f417=>{_0x54f417['setPartActive'](!0x1);}),_0x1bd9f4['setPartActive'](_0x93b3e3,_0x41a8ea);}['markItemAsDone'](_0x2b15ff){this['getItemById'](_0x2b15ff)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x35341e=>_0x35341e['options']['id']);}['removeItem'](_0x22baf3){this['children']['remove'](this['getItemById'](_0x22baf3));}['hasItem'](_0x1c3602){return!!this['children']['find'](_0x2ea831=>_0x2ea831['options']['id']['includes'](_0x1c3602));}['scrollToSuggestion'](_0x19ea38,_0x20c0c2){const _0x2a8d88=this['getItemById'](_0x19ea38);if(!(_0x2a8d88 instanceof Cn))return void It('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x19ea38,'partIndex':_0x20c0c2});const _0x4a2f0e=_0x2a8d88['getPartView'](_0x20c0c2);_0x4a2f0e?wt(_0x4a2f0e['element'],0x14,this['element']['parentElement'],!0x0,!0x0):It('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x19ea38,'partIndex':_0x20c0c2});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x5aaba9=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x5aaba9,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x5346f4=new zn(this['locale'],jn['aiFeed']);return _0x5346f4['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden',_0x4f441d=>!_0x4f441d)]}}),_0x5346f4;}['_createFeedItems'](){const _0x386e64=new Nt(this['locale']);return _0x386e64['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x386e64;}['_createFeedLoader'](){const _0x10b35c=new Nt(this['locale']);return _0x10b35c['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('isPending','ck-hidden',_0xfa9827=>!_0xfa9827)]},'children':this['_createLoaderChildren']()}),_0x10b35c;}['_createLoaderChildren'](){const _0x10d0f1=new fn();return _0x10d0f1['isVisible']=!0x0,[_0x10d0f1,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x1e51f8){const _0xbbb8cb=this['children']['find'](_0x320ad9=>_0x320ad9['options']['id']['includes'](_0x1e51f8));if(!_0xbbb8cb)throw new ot('ai-chat-feed-view-item-not-found',this,{'id':_0x1e51f8});return _0xbbb8cb;}['setLoadingMessage'](_0x47bad5){this['set']('loadingMessage',_0x47bad5);}['toggleLoadingSkeleton'](_0x1089ed){this['set']('isLoadingSkeletonVisible',_0x1089ed);}['startAutoScroll'](){this['scrollManager']['start']();}['stopAutoScroll'](){this['scrollManager']['stop']();}}class er extends Lt{['filter'](){let _0x57033c=0x0;for(const _0x22fb95 of this['items'])_0x57033c+=_0x22fb95['items']['length'];return{'resultsCount':_0x57033c,'totalItemsCount':_0x57033c};}}const ir='ck-ai-chat__prompt-input_highlighted';class sr extends xt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x38976c,_0x61ea42){super(_0x38976c,{'queryView':{'label':'','creator':Ut,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new er(_0x38976c),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x61ea42,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=sr['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=sr['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',(_0x28c0d9,_0x35afc)=>!_0x28c0d9&&!_0x35afc),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x2075ae,_0x4d7a57)=>{this['isUploadInProgress']||this['isEmpty']||_0x2075ae['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x4d7a57());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x10aaeb=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x10aaeb)return this['queryView']['errorText']=as(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x19773f=_0x529f07(_0x10aaeb);this['fire']('sendUserMessage',_0x19773f),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x51e19b){this['queryView']['fieldView']['set']('placeholder',_0x51e19b);}['focus'](_0x4f920c=!0x1){super['focus'](),_0x4f920c&&(this['element']['classList']['contains'](ir)||(this['element']['classList']['add'](ir),setTimeout(()=>{this['element']['classList']['remove'](ir);},0x320)));}['_createSubmitButton'](){const _0x1eba5e=new kt(this['locale']);return _0x1eba5e['set']({'icon':_0x25ca5f,'label':as(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+os,'isEnabled':!0x1}),_0x1eba5e['on']('execute',()=>{this['submit']();}),_0x1eba5e;}['setIsUploadInProgress'](_0x5705a0){this['isUploadInProgress']=_0x5705a0;}['_setUpAddContextButtonPositioning'](){const _0x2b3627=this['locale'],_0x11ec8d=()=>{ct['window']['requestAnimationFrame'](()=>{if(lt(this['element'])){const _0x1772af=new ut(this['queryView']['fieldView']['element']),_0x36de5c=new ut(this['_addContextButtonView']['element']),_0x5c80c7=_0x1772af['width'],_0x5a1cc1='rtl'===_0x2b3627['uiLanguageDirection']?'right':'left';_0x1772af['excludeScrollbarsAndBorders']();const _0x36b1bc=_0x5c80c7-_0x1772af['width']+0x1;this['_addContextButtonView']['element']['style'][_0x5a1cc1]='calc('+(_0x5c80c7-_0x36de5c['width']-_0x36b1bc)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x11ec8d),this['on']('render',()=>{_0x11ec8d(),this['_queryViewResizeObserver']=new ft(this['queryView']['fieldView']['element'],()=>{_0x11ec8d();});});}}const nr='ck-ai-chat__prompt-capabilities',rr='ck-ai-chat-controls-button',ar='ck-ai-chat-controls-button--commands',or='ck-ai-chat-controls__model-selection',hr='ck-ai-chat-controls__model-selection__item-name',cr='ck-ai-chat-controls__model-selection__item-description',lr='ck-ai-chat-controls__model-selection__item-capabilities',ur='n';class dr extends Nt{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x154684){super(_0x154684),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',_0x435e10=>'selector'===_0x435e10),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x4164ab=>_0x4164ab?this['_modelSelectionDropdown']['buttonView']['label']:as(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x5dd02b=>_0x5dd02b),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x49c983=>_0x49c983),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x20075a=>as(this['locale'],_0x20075a?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x4df30a=>_0x4df30a),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x9caab7=>as(this['locale'],_0x9caab7?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[nr]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new dt(),zt(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x1e5dd0,_0x21390c){if(_0x21390c)this['set']('modelDisplayMode','hidden');else{const _0x189ddb=0x1===_0x1e5dd0['length'];this['set']('modelDisplayMode',_0x189ddb?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x1e5dd0?.['length'])for(const _0x5f5b6b of _0x1e5dd0){const _0x1d700b=new jt({'label':_0x5f5b6b['name'],'withText':!0x0,'role':'menuitemradio','id':_0x5f5b6b['id'],'model':_0x5f5b6b});_0x1d700b['bind']('isOn')['to'](this,'activeModelId',_0x35536f=>_0x35536f===_0x5f5b6b['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x1d700b,'labelView':new _r(this['locale'],_0x5f5b6b)});}}['setWebSearch'](_0x42edec){this['set']('webSearchActive',_0x42edec);}['setReasoning'](_0x1c40e0){this['set']('reasoningActive',_0x1c40e0);}['setModel'](_0x15e799){if(!_0x15e799)return;this['activeModelId']=_0x15e799['id'],this['activeModelName']=_0x15e799['name']||_0x15e799['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x15e799['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x15e799['name']);const _0x32edee=_0x15e799['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x32edee),this['_webSearchButton']['set']('isVisible',_0x32edee);const _0x2ee411=_0x15e799['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x2ee411),this['_reasoningButton']['set']('isVisible',_0x2ee411);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x1de1db){this['set']('modelSelectorEnabled',!0x1),_0x1de1db&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x59ae87=new kt();return _0x59ae87['set']({'label':as(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x4b1b3c,'class':rr+'\x20'+cs,'isToggleable':!0x0,'tooltipPosition':ur}),_0x59ae87['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x59ae87;}['_createReasoningButton'](){const _0x27cb48=new kt();return _0x27cb48['set']({'label':as(this['locale'],'AI_CHAT_REASONING'),'icon':_0x26765e,'class':rr+'\x20'+cs,'isToggleable':!0x0,'tooltipPosition':ur}),_0x27cb48['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x27cb48;}['_createCommandsButton'](){const _0x4d0490=new kt();return _0x4d0490['set']({'label':as(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x3906dd,'withText':!0x0,'class':rr+'\x20'+cs,'isToggleable':!0x0,'tooltip':as(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':ur}),_0x4d0490['extendTemplate']({'attributes':{'class':[ar]}}),_0x4d0490['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x4d0490;}['_createModelSelectionDropdown'](){const _0x1c4030=Bt(this['locale']);return _0x1c4030['set']({'panelPosition':'ne','class':[or]}),_0x1c4030['buttonView']['set']({'label':as(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':ur,'class':cs}),this['listenTo'](_0x1c4030,'execute',_0x35e350=>{this['fire']('selectModel',_0x35e350['source']['model']);}),_0x1c4030;}['_createModelNameView'](){const _0x10fd8e=new Ar(this['locale']);return _0x10fd8e['bind']('text')['to'](this,'activeModelName',_0x2a9be2=>_0x2a9be2??''),_0x10fd8e['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1fb549=>'name'===_0x1fb549),_0x10fd8e;}}let _r=class extends Ht{constructor(_0x239881,_0x7e5f02){super();const _0x348acf=this['bindTemplate'],_0x4696af=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x348acf['to']('style'),'id':_0x348acf['to']('id')},'children':[{'tag':'div','attributes':{'class':[hr]},'children':[{'text':_0x348acf['to']('text')}]},{'tag':'div','attributes':{'class':[cr]},'children':[{'tag':'span','children':[{'text':_0x7e5f02['description']}]}]},{'tag':'div','attributes':{'class':[lr]},'children':_0x4696af}]}),_0x4696af['addMany'](this['_getCapabilityParts'](_0x239881,_0x4b1b3c,'AI_CHAT_SEARCH_WEB',_0x7e5f02['capabilities']['webSearch']?.['enabled']??!0x1)),_0x4696af['addMany'](this['_getCapabilityParts'](_0x239881,_0x26765e,'AI_CHAT_REASONING',_0x7e5f02['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0xda480,_0x483313,_0x587c70,_0xd92f7d){const _0x365042=new yt();_0x365042['content']=_0x483313;const _0x2b3771=new Nt(_0xda480);_0x2b3771['setTemplate']({'tag':'span','children':[{'text':as(_0xda480,_0x587c70)+':\x20'}]});const _0x867195=new Nt(_0xda480);return _0x867195['setTemplate']({'tag':'span','children':[{'text':as(_0xda480,_0xd92f7d?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x365042,_0x2b3771,_0x867195];}},Ar=class extends Nt{constructor(_0xab2875){super(_0xab2875),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x148595=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x148595['if']('isVisible','ck-hidden',_0x4d1876=>!_0x4d1876)]},'children':[{'text':_0x148595['to']('text')}]});}};const gr='ck-ai-chat-context-controls__url-form',Ir='ck-ai-chat-context-controls__url-input-section';class Er extends Nt{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x5e2315){super(_0x5e2315),this['focusTracker']=new _t(),this['keystrokes']=new At(),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 Mt({'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'](_0xb58db2=>{this['focusTracker']['add'](_0xb58db2['element']),this['keystrokes']['listenTo'](_0xb58db2['element']);}),Jt({'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'](_0x6ce09c){this['urlInputField']['errorText']=_0x6ce09c,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x44175b=new kt(this['locale']);return _0x44175b['set']({'icon':_0x574cb2,'tooltip':as(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x5325ae,_0x56eb99,_0x371f05)=>{_0x44175b['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x371f05?'':'\x20ck-hidden')]});}),_0x44175b;}['_createUrlInputField'](){const _0x3f1a84=new Zt(this['locale'],te);return _0x3f1a84['set']({'label':as(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x3f1a84['fieldView']['set']({'placeholder':as(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x3f1a84;}['_createConfirmButton'](){const _0x4a422f=new kt(this['locale']);return _0x4a422f['set']({'icon':_0xb32e01,'tooltip':as(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x4a422f;}['_setupTemplate'](){const _0x4de374=new _0x3b2f47(this['locale'],{'label':as(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x4de374['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':gr,'tabindex':'-1'},'children':[_0x4de374,{'tag':'div','attributes':{'class':Ir},'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',_0xc341bc=>{_0xc341bc['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x29ae97,_0x487865)=>{this['clear'](),this['fire']('cancel'),_0x487865();});}['_handleSubmit'](){const _0x267c93=this['getValue']()['trim']();_0x267c93?this['_isValidUrl'](_0x267c93)?(this['clearError'](),this['fire']('submitUrl',_0x267c93)):this['setError'](as(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](as(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x55e326=this['getValue']()['trim'](),_0x4b44e3=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x55e326['length']>0x0&&!_0x4b44e3;}['_isValidUrl'](_0x4bcf5c){try{return!!new URL(_0x4bcf5c);}catch{return!0x1;}}}const Tr='ck-ai-chat-resources__item',pr='ck-ai-chat-resources__item--in-context',mr='ck-ai-chat-resources__item-title',Cr='ck-ai-chat-resources__item__icon';class wr extends Pt{['resource'];['_titleView'];['_iconView'];constructor(_0x227b1a,_0x5d6d24){super(_0x227b1a),this['resource']=_0x5d6d24,this['set']('isInContext',!!_0x5d6d24['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x2dfa78){if(_0x2dfa78['isInContext'])return _0xb32e01;switch(_0x2dfa78['type']){case'document':return _0x1b2c3a;case'web-resource':return _0x5c1be6;case'file':case'text':return _0x286626;default:return _0x50114c;}}['highlightText'](_0x22091f){if(!_0x22091f||''===_0x22091f['trim']())return void this['_titleView']['highlightText'](null);const _0x291b5d=new RegExp(_0x2d429f(_0x22091f),'gi');this['_titleView']['highlightText'](_0x291b5d);}['updateResourceState'](_0x3fc8d8){this['resource']['isInContext']=_0x3fc8d8,this['isInContext']=_0x3fc8d8,this['_updateIcon']();}['_createTitleView'](){const _0x3639f1=new _0x2fde5c();return _0x3639f1['text']=this['resource']['label'],_0x3639f1['extendTemplate']({'tag':'span','attributes':{'class':[mr]}}),_0x3639f1;}['_createIconView'](){const _0x202e94=new yt();return _0x202e94['content']=this['getResourceIcon'](this['resource']),_0x202e94;}['_setupTemplate'](){const _0x4001d7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[Tr,_0x4001d7['if']('isVisible','ck-hidden',_0x1a215d=>!_0x1a215d),_0x4001d7['if']('isInContext',pr)]},'children':[{'tag':'div','attributes':{'class':[Cr]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x4001d7['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const fr='ck-ai-chat-resources__list';class Sr extends Lt{['_source'];constructor(_0x16d58d,_0x53b02e){super(_0x16d58d),this['_source']=_0x53b02e,this['extendTemplate']({'attributes':{'class':[fr]}});}['setResources'](_0x108330,_0x26efe7){this['items']['clear']();let _0x256f68=_0x108330;if(this['_source']['useDefaultFiltering']&&_0x26efe7&&''!==_0x26efe7['trim']()){const _0x104c3f=new RegExp(_0x26efe7['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x256f68=_0x108330['filter'](_0x33c994=>_0x104c3f['test'](_0x33c994['label']));}for(const _0x3e0ea5 of _0x256f68){const _0xf4f8d1=new wr(this['locale'],_0x3e0ea5);_0xf4f8d1['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x3e0ea5);}),this['items']['add'](_0xf4f8d1);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x26efe7);}['highlightText'](_0x572afb){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x5e47a0=>{_0x5e47a0['highlightText'](_0x572afb);});}['updateResourceState'](_0x36a16f,_0x549fe7){for(const _0x55e1fc of this['items']){const _0x4ae2f4=_0x55e1fc;_0x4ae2f4['resource']['id']===_0x36a16f&&_0x4ae2f4['updateResourceState'](_0x549fe7);}}['_handleResourceSelection'](_0x5153bb,_0x5e0717){this['fire']('addResourceToContext',{'source':_0x5153bb,'resource':_0x5e0717});}}class br extends Zt{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0xa12e43){const t=_0xa12e43['t'],_0x30a10e={'showResetButton':!0x0,'showIcon':!0x0,'creator':te,'label':as(_0xa12e43,'AI_CHAT_SEARCH_RESOURCES')};super(_0xa12e43,_0x30a10e['creator']),this['label']=_0x30a10e['label'],this['_viewConfig']=_0x30a10e,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0xa12e43,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x3cd08a){this['fire']('search',_0x3cd08a);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new yt(),this['iconView']['content']=_0x492672,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x373a0f,t){this['resetButtonView']=new kt(_0x373a0f),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x4ce413,'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',_0x5d0ff9=>!_0x5d0ff9),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 Rr extends Nt{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x4f229a,_0x1b8d4a){super(_0x4f229a),this['_source']=_0x1b8d4a['source'],this['_searchInputVisibleFrom']=_0x1b8d4a['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 _0x1684ff([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new br(this['locale']);}['_createSearchSection'](){const _0x496a6f=new Nt(this['locale']);return _0x496a6f['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x55d11f,_0x585897)=>{this['loadResources'](_0x585897),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x585897);}),_0x496a6f;}['_createResourcesListView'](){const _0x1675f6=new Sr(this['locale'],this['_source']);return _0x1675f6['delegate']('addResourceToContext')['to'](this),_0x1675f6['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x1675f6;}['_createSkeletonView'](){const _0x419056=new zn(this['locale'],jn['aiChatResources']);return _0x419056['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x22e1d9=>!_0x22e1d9)]}}),_0x419056;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x467b0a){const _0x34d47c=at();this['_latestLoadResourcesUid']=_0x34d47c,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x467b0a,'uid':_0x34d47c}),this['isLoading']=!0x0;}['setResources'](_0x4d5b2c,_0x1be4e0){if(_0x1be4e0&&_0x1be4e0!==this['_latestLoadResourcesUid'])return;const _0x3e8413=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x4d5b2c,_0x3e8413),_0x4d5b2c['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x1c41f9,_0x4cfb8c){this['_resourcesListView']['updateResourceState'](_0x1c41f9,_0x4cfb8c);}}const Or='ck-ai-chat-context-controls__source-balloon-panel',kr='ck-button-icon\x20ck-button-back',Nr='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class vr{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0xa4060,_0x42f2be,_0xf3a10f){this['_locale']=_0xa4060,this['_bodyCollection']=_0x42f2be,this['_config']=_0xf3a10f;}['showSourceResourcesBalloon']({source:_0x11e9a9,withBackButton:_0x184e5a}){let _0x23ddf1=this['_sourceResourceBalloons']['get'](_0x11e9a9['id']);_0x23ddf1||(_0x23ddf1=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x11e9a9['id'],_0x23ddf1),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x23ddf1)),this['_addSourceResourceContent']({'balloonPanel':_0x23ddf1,'source':_0x11e9a9,'withBackButton':_0x184e5a}),_0x23ddf1['show']();const _0x1eae08=this['_config']['getTargetElement']();_0x1eae08&&_0x23ddf1['pin']({'target':_0x1eae08,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x4f8483,_0x1efe43,_0x57fe73){const _0x298530=this['_sourceResourceBalloons']['get'](_0x4f8483);if(!_0x298530)return;const _0x54c2bf=this['_getResourcesViewFromBalloon'](_0x298530);_0x54c2bf&&(_0x54c2bf['setResources'](_0x1efe43,_0x57fe73),_0x54c2bf['once']('change:isLoading',()=>{_0x298530['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x105526){const _0x18937c=this['_sourceResourceBalloons']['get'](_0x105526);_0x18937c&&requestAnimationFrame(()=>{_0x18937c['hide'](),this['_sourceResourceBalloons']['delete'](_0x105526),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x2cd5f4 of this['_sourceResourceBalloons']['values']())if(_0x2cd5f4['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x18c8f8,_0x2576c1,_0x50b88d){const _0x1bc6f7=this['_sourceResourceBalloons']['get'](_0x18c8f8);if(!_0x1bc6f7||!_0x1bc6f7['isVisible'])return;const _0x585bfd=this['_config']['getTargetElement']();if(!_0x585bfd)return;_0x1bc6f7['pin']({'target':_0x585bfd,'limiter':this['_config']['getLimiterElement']()});const _0xc8d387=this['_getResourcesViewFromBalloon'](_0x1bc6f7);_0xc8d387&&_0xc8d387['updateResourceState'](_0x2576c1,_0x50b88d);}['destroy'](){for(const _0x1258f1 of this['_sourceResourceBalloons']['values']())_0x1258f1['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x1eed97=new Qt(this['_locale']);return _0x1eed97['extendTemplate']({'attributes':{'class':Or}}),this['_bodyCollection']['add'](_0x1eed97),_0x1eed97;}['_addSourceResourceContent']({balloonPanel:_0x59596e,source:_0x4139ee,withBackButton:_0x281360}){_0x59596e['content']['clear']();const _0x2f0874=this['_createBalloonHeader']({'balloonPanel':_0x59596e,'source':_0x4139ee,'withBackButton':_0x281360});_0x59596e['content']['add'](_0x2f0874);const _0x543d9b=this['_createBalloonResourcesView'](_0x4139ee);_0x59596e['content']['add'](_0x543d9b);}['_createBalloonHeader']({balloonPanel:_0xb4ce95,source:_0x927991,withBackButton:_0x557853}){const _0x52325e=new _0x3b2f47(this['_locale'],{'label':_0x927991['label'],'class':Nr});return _0x557853&&_0x52325e['children']['add'](this['_createBackButton'](_0xb4ce95),0x0),_0x52325e;}['_createBackButton'](_0x2f4d93){const _0x150ae6=new kt(this['_locale']);return _0x150ae6['set']({'icon':_0x574cb2,'tooltip':as(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':kr}),_0x150ae6['on']('execute',()=>{_0x2f4d93['hide'](),this['_config']['onBackToContext']();}),_0x150ae6;}['_createBalloonResourcesView'](_0x44c0f1){const _0x823f7e=new Rr(this['_locale'],{'source':_0x44c0f1,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x823f7e['on']('loadSourceResources',(_0x54f50b,_0x3c5e31)=>{this['_config']['onLoadSourceResources'](_0x3c5e31);}),_0x823f7e['on']('addResourceToContext',(_0x5202dd,_0x57c6b4)=>{this['_config']['onResourceSelected'](_0x57c6b4['source'],_0x57c6b4['resource']),this['closeSourceResourceBalloon'](_0x44c0f1['id']);}),_0x823f7e;}['_getResourcesViewFromBalloon'](_0x11029f){const _0x555083=_0x11029f['content']['get'](0x1);return _0x555083 instanceof Rr?_0x555083:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x31c9a5){Xt({'emitter':_0x31c9a5,'contextElements':[_0x31c9a5['element']],'callback':()=>{_0x31c9a5['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x31c9a5['isVisible']});}}const yr=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],xr='ck-ai-chat-context-controls',Lr='ck-ai-chat-context-controls__pending-contexts',Dr='ck-ai-chat-context-controls__add-context-balloon-panel',Pr='ck-ai-chat-context-controls__add-context-button',Hr='ck-ai-chat-context-controls__url-balloon-panel',Mr='ck-ai-chat-context-controls__balloon-button',Ur='ck-ai-chat-context-controls__balloon-button-source',Vr='ck-ai-chat-controls-button',Br='ck-ai-chat-context-chips-wrapper-balloon',Gr='ck-ai-chat-controls_context_show-more-button',Fr='ck-ai-chat-context-controls__show-more-balloon-panel',Kr='ck-ai-chat',Wr=[Qt['defaultPositions']['northArrowSouthWest'],Qt['defaultPositions']['northArrowSouth'],Qt['defaultPositions']['northArrowSouthEast'],Qt['defaultPositions']['southArrowNorthWest'],Qt['defaultPositions']['southArrowNorth'],Qt['defaultPositions']['southArrowNorthEast']];class Yr extends Nt{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x350c5e,_0x23d4d4){super(_0x350c5e),this['bodyCollection']=_0x23d4d4['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x350c5e),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x350c5e),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x350c5e),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x350c5e,_0x23d4d4);const _0x3957fb={'cssClasses':{'showMoreButton':Gr+'\x20'+cs,'showMoreBalloon':Fr,'overflowContainer':Br,'controlsButton':Vr}};this['_overflowManager']=new Hn(_0x350c5e,this['_currentContextsChips'],_0x3957fb,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'](_0x23f36e,_0x29565f){const _0x3d4bcd=this['_createContextButton'](_0x23f36e,'current',!0x0,_0x29565f);this['_addContextToCollection'](_0x3d4bcd,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x4fcedd){this['_removeContextFromCollection'](_0x4fcedd,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x4fcedd,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x274a09,_0x16eaa5){let _0x2c016a=this['_currentContextsChips']['find'](_0x18afe8=>_0x18afe8['id']===_0x274a09);_0x2c016a||(_0x2c016a=this['_overflowManager']['overflowChips']['find'](_0x5a6bdb=>_0x5a6bdb['id']===_0x274a09)),_0x2c016a&&(_0x2c016a['isLoading']=_0x16eaa5);}['setConversationContext'](_0x1f6c11){this['_conversationContextsChips']['clear']();for(const _0x31d6bc of _0x1f6c11){const _0x36ff2a=this['_createContextButton'](_0x31d6bc,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x36ff2a,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x54d8de,_0x19678b,_0x62b6be){this['_resourcesBalloonView']['updateResourceState'](_0x54d8de,_0x19678b,_0x62b6be);}['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:_0x18c60e,withBackButton:_0x3188f3}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x18c60e,'withBackButton':_0x3188f3}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x213217,_0x432a3b,_0x263c52,_0xa1e891){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x213217,_0x263c52,_0xa1e891);}['closeSourceResourceBalloon'](_0x50aa28){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x50aa28),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x112573){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x112573),this['_setAddContextButtonEnabled'](_0x112573);}['_setAddContextButtonEnabled'](_0x4e5534){const _0x14d0c4=!_0x4e5534['document']['isHidden']&&_0x4e5534['document']['enabled'],_0x534e4a=_0x4e5534['urls']['enabled'],_0x596d89=_0x4e5534['files']['enabled'],_0x4c51fb=_0x4e5534['sources']['length']>0x0,_0x29a4e6=_0x4e5534['customItems']&&_0x4e5534['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x14d0c4||_0x534e4a||_0x596d89||_0x4c51fb||_0x29a4e6;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[xr,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Lr},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x5159cd){const _0x145096=new kt(_0x5159cd);return _0x145096['set']({'label':as(_0x5159cd,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Vr+'\x20'+Pr+'\x20'+cs,'icon':_0x4ffb3e,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x145096;}['_createAddContextBalloonPanelView'](_0x59879a){return this['_createBaseBalloonPanel'](_0x59879a,Dr);}['_createUrlBalloonPanelView'](_0xaf507){const _0x1502db=this['_createBaseBalloonPanel'](_0xaf507,Hr);return this['_addUrlContent'](_0x1502db,_0xaf507),_0x1502db;}['_createResourcesBalloonView'](_0x278e6a,_0x5ea032){const _0x23de00={'searchInputVisibleFrom':_0x5ea032['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Wr});},'onResourceSelected':(_0x3243f0,_0x4b6f6d)=>{this['fire']('addResourceToContext',{'source':_0x3243f0,'resource':_0x4b6f6d});},'onLoadSourceResources':_0x871764=>{this['fire']('loadSourceResources',_0x871764);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new vr(_0x278e6a,_0x5ea032['bodyCollection'],_0x23de00);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Kr)||document['body'];}['_createBaseBalloonPanel'](_0x577b08,_0x39d893){const _0x14ed3e=new Qt(_0x577b08);return _0x14ed3e['extendTemplate']({'attributes':{'class':_0x39d893}}),this['bodyCollection']['add'](_0x14ed3e),_0x14ed3e;}['_setBalloonPanelContent'](_0x919da5,_0x12b0c9,_0x2d39b7){if(_0x919da5['content']['clear'](),!_0x2d39b7['document']['isHidden']&&_0x2d39b7['document']['enabled']){const _0x5aa48a=this['_createBalloonButton'](_0x12b0c9,{'label':as(_0x12b0c9,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x1b2c3a});_0x5aa48a['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x919da5['content']['add'](_0x5aa48a);}if(_0x2d39b7['urls']['enabled']){const _0x15b9f0=this['_createBalloonButton'](_0x12b0c9,{'label':as(_0x12b0c9,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x5c1be6});_0x15b9f0['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Wr}),this['_urlInputView']['focus']();}),_0x919da5['content']['add'](_0x15b9f0);}if(_0x2d39b7['files']['enabled']){const _0x53b5f6=new _0x18b51c(_0x12b0c9);_0x53b5f6['set']({'label':as(_0x12b0c9,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x395f54,'withText':!0x0,'tooltip':!0x0,'class':Mr,'allowMultipleFiles':!0x0}),_0x53b5f6['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x53b5f6['on']('done',(_0x3a7af2,_0x3f2221)=>{this['fire']('addFileToContext',_0x3f2221);}),_0x53b5f6['tooltip']=!0x0,_0x919da5['content']['add'](_0x53b5f6);}for(const _0x7707d0 of _0x2d39b7['sources']){const _0x29f0ef=this['_createBalloonButton'](_0x12b0c9,{'label':_0x7707d0['label'],'icon':_0x7707d0['icon']||_0x50114c,'type':'source'});_0x919da5['content']['add'](_0x29f0ef),_0x29f0ef['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x7707d0,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x5c0ace of _0x2d39b7['customItems']||[]){const _0x19a206=this['_createBalloonButton'](_0x12b0c9,{'label':_0x5c0ace['label'],'icon':_0x5c0ace['icon']||_0x50114c,'type':'customItem'});_0x919da5['content']['add'](_0x19a206),_0x19a206['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x5c0ace);});}this['_hasExactlyOneSource']=0x1===_0x919da5['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x58805e,_0x2bb4ce){this['_urlInputView']=new Er(_0x2bb4ce),this['_urlInputView']['on']('submitUrl',(_0x4d9d23,_0x731420)=>{this['_handleUrlSubmit'](_0x731420);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Wr}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Wr});}),_0x58805e['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x27cf8d,_0x40b4ac){const _0x2d6b9f='source'===_0x40b4ac['type']?new $r(_0x27cf8d):new kt(_0x27cf8d);return _0x2d6b9f['set']({'label':_0x40b4ac['label'],'icon':_0x40b4ac['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Mr}),_0x2d6b9f;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){Xt({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x54b5a3){const _0x81af42=this['_addContextBalloonConfig'];_0x81af42['buttonView']['isOn']=_0x54b5a3,_0x54b5a3?_0x81af42['balloonView']['show']():_0x81af42['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x17e6c0,buttonView:_0x588380,hideMethod:_0x2c519b}=this['_addContextBalloonConfig'];Xt({'emitter':_0x17e6c0,'contextElements':[_0x17e6c0['element'],_0x588380['element']],'callback':()=>{_0x2c519b();},'activator':()=>_0x588380['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x80cbd0,_0xfc6262,_0x1e8cef=!0x1,_0x278a13=!0x1){const _0x4faf79='conversation'===_0xfc6262||!0x0===_0x80cbd0['isReadOnly'],_0x14d29b=new xn(this['locale'],_0x80cbd0,_0x4faf79,_0x1e8cef,_0x278a13);return _0x4faf79||_0x14d29b['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x14d29b['id']);}),_0x14d29b;}['_addContextToCollection'](_0x21cd4b,_0x188aeb){_0x188aeb['add'](_0x21cd4b,0x0);}['_removeContextFromCollection'](_0x33aefd,_0x2d8474){const _0x78a460=_0x2d8474['find'](_0x32886f=>_0x32886f['id']===_0x33aefd);_0x78a460&&_0x2d8474['remove'](_0x78a460);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Wr}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0x1921b0){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x1921b0);}}class $r extends kt{['arrowView'];constructor(_0x50e0c7){super(_0x50e0c7),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Ur]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x451e17=new yt();return _0x451e17['content']=_0x3d052f,_0x451e17['extendTemplate']({'attributes':{'class':Ur+'__arrow'}}),_0x451e17;}}class qr extends Nt{['_cancelButtonView'];['_loaderView'];constructor(_0x5cd590){super(_0x5cd590),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 _0x41f990=new kt(this['locale']);return _0x41f990['set']({'label':as(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':hs+'\x20ck-ai-button-stop-generating','icon':_0x27ba00}),_0x41f990['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x41f990;}['_createLoaderView'](){const _0x18d789=new Nt(this['locale']);return _0x18d789['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':as(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x18d789;}}class Qr extends Nt{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x4522f2,_0x1dfa2b){super(_0x4522f2),this['_contextPanelView']=this['_createContextPanelView'](_0x4522f2,{'bodyCollection':_0x1dfa2b['bodyCollection'],'searchInputVisibleFrom':_0x1dfa2b['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x4522f2),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x4522f2),this['_loaderView']=this['_createLoaderView'](_0x4522f2),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x4522f2),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'](...yr)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0xc8f236=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0xc8f236['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0xc8f236['if']('isLoading','ck-hidden',_0x22c2b6=>_0x22c2b6||!this['isModelAvailable']),_0xc8f236['if']('isModelAvailable','ck-hidden',_0x41497d=>!_0x41497d||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0xc8f236['if']('isLoading','ck-hidden',_0x37940f=>!_0x37940f)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0xc8f236['if']('isModelAvailable','ck-hidden',_0x59000d=>_0x59000d)]},'children':[this['_modelUnavailableMessageView']]}]}),Xt({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0x5bd9a6,_0x403a73){return new Yr(_0x5bd9a6,_0x403a73);}['_createPromptInputView'](_0x17adcb){return new sr(_0x17adcb,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x2991d5){return new dr(_0x2991d5);}['_createLoaderView'](_0x52b5aa){return new qr(_0x52b5aa);}['_createModelUnavailableMessageView'](_0x1dcca1){const _0x2f64ef=new Xr(_0x1dcca1);return _0x2f64ef['delegate']('startConversation')['to'](this),_0x2f64ef;}['_handlePromptInputFocus'](_0x165a6f,_0x2c7b93,_0x506b30){_0x506b30?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x180091,_0x2fbd6e){this['_contextPanelView']['addContextItem'](_0x180091,_0x2fbd6e);}['removeContextItem'](_0x25638d){this['_contextPanelView']['removeContextItem'](_0x25638d);}['setContextItemLoading'](_0x143e8f,_0x3e5b71){this['_contextPanelView']['setContextItemLoading'](_0x143e8f,_0x3e5b71);}['setIsUploadInProgress'](_0x57ce29){this['_promptInputView']['setIsUploadInProgress'](_0x57ce29);}['setConversationContext'](_0x344809){this['_contextPanelView']['setConversationContext'](_0x344809);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x31b2a8,_0x444100,_0x4f0bd8){this['_contextPanelView']['updateResourceState'](_0x31b2a8,_0x444100,_0x4f0bd8);}['setWebSearch'](_0x3aa16a){this['_promptCapabilitiesView']['setWebSearch'](_0x3aa16a);}['setReasoning'](_0xf907ee){this['_promptCapabilitiesView']['setReasoning'](_0xf907ee);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x82afde){this['_contextPanelView']['setAddContextOptions'](_0x82afde);}['setInputPlaceholder'](_0x42c1b0){this['_promptInputView']['setPlaceholderText'](_0x42c1b0);}['setModelList'](_0x427dad,_0x36fbe4){this['_promptCapabilitiesView']['setModelList'](_0x427dad,_0x36fbe4);}['setModel'](_0x20d97b){_0x20d97b?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x20d97b)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x2720c2){this['_promptCapabilitiesView']['disableModelSelector'](_0x2720c2);}['populateSourceResourceBalloon'](_0x421d95,_0x56b350,_0x39f7dd,_0x5780f6){this['_contextPanelView']['populateSourceResourceBalloon'](_0x421d95,_0x56b350,_0x39f7dd,_0x5780f6);}['closeSourceResourceBalloon'](_0x98e5e6){this['_contextPanelView']['closeSourceResourceBalloon'](_0x98e5e6);}['focusPromptInput'](_0x3d8f57=!0x1){this['_promptInputView']['focus'](_0x3d8f57);}['setPromptInputValue'](_0x2bff7c){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x2bff7c;}}class Xr extends Nt{constructor(_0x2bcebc){super(_0x2bcebc);const _0x4d7bd1=new kt(_0x2bcebc);_0x4d7bd1['set']({'label':as(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x4d7bd1['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':as(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x4d7bd1]}]});}}class zr extends _0x3b2f47{['conversationStartButton'];['resizeButton'];constructor(_0x58d057,_0x49ac15){super(_0x58d057,{'label':as(_0x58d057,'AI_CHAT_HEADING'),'class':'ck-ai-header\x20ck-ai-header_chat','icon':_0x1e47b8}),this['set']('isMaximized',!0x1),this['conversationStartButton']=this['_createStartConversationButton'](_0x58d057),this['children']['add'](this['conversationStartButton']),_0x49ac15&&(this['resizeButton']=ls(_0x58d057,this),this['children']['add'](this['resizeButton']));}['_createStartConversationButton'](_0x36afb7){const _0xb65bfe=new kt(_0x36afb7);return _0xb65bfe['set']({'label':as(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x3e83f1,'class':'ck-ai-chat__start-conversation\x20'+hs}),_0xb65bfe['on']('execute',()=>{this['fire']('startConversation');}),_0xb65bfe;}}class jr extends Nt{constructor(_0x482737){super(_0x482737),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':as(_0x482737,'AI_DISCLAIMER_TEXT')}]}]});}}class Jr extends Nt{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x4f2b59,_0x5495ed){super(_0x4f2b59),this['_bodyCollection']=new qt(_0x4f2b59),this['_bodyCollection']['attachToDom'](),this['chatHeader']=new zr(_0x4f2b59,_0x5495ed['showResizeButton']),this['chatHeader']['delegate'](...Xs)['to'](this),this['chatFeed']=new tr(_0x4f2b59,this['_bodyCollection']),this['chatFeed']['delegate'](...Xs)['to'](this),this['chatControls']=new Qr(_0x4f2b59,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x5495ed['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...Xs)['to'](this),this['chatDisclaimer']=new jr(_0x4f2b59),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x4f2b59['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x2d27dc,_0x2a9ff2,_0x3da304,_0x29b893){this['chatControls']['populateSourceResourceBalloon'](_0x2d27dc,_0x2a9ff2,_0x3da304,_0x29b893);}['closeSourceResourceBalloon'](_0x470c83){this['chatControls']['closeSourceResourceBalloon'](_0x470c83);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class Zr extends _0x149119{static get['requires'](){return[ns];}['_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(_0x4cc010){super(_0x4cc010);const _0x5d42c1=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new _n(),this['_view']=new Jr(this['context']['locale'],{'showResizeButton':_0x5d42c1['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate'](...Xs)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x40b607,{showDiff:_0x161fa7})=>{this['showDiff']=_0x161fa7;}),_0x5d42c1['view']['addTab']({'id':'chat','buttonLabel':as(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x1e47b8,'order':0x0,'content':this['_view']}),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x28e45f=>_0x28e45f),this['_view']['chatFeed']['bind']('isPending')['to'](this,'isBusy',_0x346fd2=>_0x346fd2),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x241ae7){const _0x382a74=this['context']['config']['get']('ai.chat.welcomeMessage')??as(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x241ae7['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x382a74}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x8cb740,staticMessage:_0x44ef2b}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x8cb740,'initialContent':'<p>'+_0x44ef2b+'</p>'});});}async['addFeedItemUserMessage'](_0x10ec0a){const _0xc748a6=_0x10ec0a['attributes']?.['displayedPrompt']||_0x10ec0a['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x10ec0a['contextItems']['values']()),'initialContent':'<p>'+_0xc748a6+'</p>','id':_0x10ec0a['id']});});}async['addFeedItemError']({errorMessage:_0x4121dc,id:_0x292e30}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x4121dc+'</p>','id':_0x292e30});});}async['addFeedItemAIReply'](_0x2e94f9){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x2e94f9['interactionId']+':'+_0x2e94f9['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x57a917){const _0x98b5bc=Fs(this['context']);let _0x677a6f=_0x98b5bc['config']['get']('ai.availableReplyActions')||[...gn];if(_0x98b5bc['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0x2aa4de=_0x98b5bc['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0x2aa4de,'value');}}else _0x677a6f=_0x677a6f['filter'](_0x45f7e6=>'insertSuggestion'!=_0x45f7e6);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x57a917['interactionId']+':'+_0x57a917['id'],'areActionsDisabled':_0x57a917['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x677a6f}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x19df8e,_0x56fdc7){return this['_promiseQueue']['enqueue'](async()=>{const _0xf704bd=this['_view']['chatFeed']['children']['last'];if(_0xf704bd instanceof Yn)return this['_view']['chatFeed']['children']['remove'](_0xf704bd),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x19df8e['id'],'capabilities':{'isWebSearchEnabled':_0xf704bd['capabilities']['isWebSearchEnabled']||_0x56fdc7['isWebSearchEnabled'],'isReasoningEnabled':_0xf704bd['capabilities']['isReasoningEnabled']||_0x56fdc7['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x19df8e['id'],'capabilities':_0x56fdc7});});}async['addFeedItemCustomElement'](_0x5be287,_0x49f5fb){let _0x33e667;return await this['_promiseQueue']['enqueue'](async()=>{_0x33e667=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x5be287,'id':_0x49f5fb});}),_0x33e667;}['removeFeedItem'](_0xbf9e92){this['_view']['chatFeed']['removeItem'](_0xbf9e92);}['hasFeedItem'](_0x4317c8){return this['_view']['chatFeed']['hasItem'](_0x4317c8);}['updateFeedInteractionHeader'](_0x45f8f2){const _0x24b647=this['_view']['chatFeed']['children']['find'](_0x1db28b=>_0x1db28b['options']['id']==_0x45f8f2['id']&&_0x1db28b instanceof Yn);_0x24b647&&_0x24b647['set']('isVisible',_0x45f8f2['isVisible']);}async['updateFeedItemAIReplyContent'](_0x39aa72){const _0x3918e6=_0x39aa72['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x3cdcaf=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x39aa72,'abortSignal':_0x3cdcaf,'renderingStrategy':_0x3918e6}),_0x39aa72['isDone']&&this['markFeedItemAsDone'](_0x39aa72['id']);});}['updateFeedItemAIReplySources'](_0x54bb71,_0x33105c){this['_view']['chatFeed']['updateWebSources'](_0x54bb71,_0x33105c);}async['updateFeedItemAIReplySuggestionContent'](_0x215b68){const _0x3af01f=_0x215b68['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x293c59=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x215b68,'abortSignal':_0x293c59,'renderingStrategy':_0x3af01f}),_0x215b68['isDone']&&this['markFeedItemAsDone'](_0x215b68['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x4621a7){this['_view']['chatFeed']['updateSuggestionPartState'](_0x4621a7);}['setFeedItemAIReplySuggestionPartActive'](_0x1f4c5e){this['_view']['chatFeed']['setSuggestionPartActive'](_0x1f4c5e);}['markFeedItemAsDone'](_0x5972cc){this['_view']['chatFeed']['markItemAsDone'](_0x5972cc);}['removeFeedInteraction'](_0xca3487){this['_view']['chatFeed']['getItemIds']()['filter'](_0xef254b=>_0xef254b['startsWith'](_0xca3487))['forEach'](_0x2819ae=>this['_view']['chatFeed']['removeItem'](_0x2819ae));}['startInteraction'](){const _0x5aa67e=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x5aa67e),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x3e0002){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x47a796=>_0x47a796['startsWith'](_0x3e0002['id']))['forEach'](_0x43e9e1=>this['markFeedItemAsDone'](_0x43e9e1)),this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x43fd8e,_0x42ad3e){this['_view']['chatControls']['addContextItem'](_0x43fd8e,_0x42ad3e);}['removeContextItem'](_0x25a863){this['_view']['chatControls']['removeContextItem'](_0x25a863);}['setContextItemLoading'](_0x56adde,_0x277187){this['_view']['chatControls']['setContextItemLoading'](_0x56adde,_0x277187);}['setIsUploadInProgress'](_0x2cc3ac){this['_view']['chatControls']['setIsUploadInProgress'](_0x2cc3ac);}['setConversationContext'](_0x1fd9f0){this['_view']['chatControls']['setConversationContext'](_0x1fd9f0);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x3ca5b1,_0x3855a5,_0x240826){this['_view']['chatControls']['updateResourceState'](_0x3ca5b1,_0x3855a5,_0x240826);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x5d7dde){this['_view']['chatControls']['setAddContextOptions'](_0x5d7dde);}['updateCapabilities'](_0x41e878){this['_view']['chatControls']['setWebSearch'](_0x41e878['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x41e878['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x41e878));}['setSelectedModel'](_0x12c067,_0x19c3e7){this['_view']['chatControls']['setModel'](_0x12c067),_0x19c3e7&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x222368){this['feedItemRenderingStrategy']=_0x222368;}['toggleLoadingSkeleton'](_0x3d3f1a){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x3d3f1a);}['resetConversationTitle'](){this['setConversationTitle'](as(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x34f72b,_0x476487=!0x1){if(_0x476487&&!St()&&_0x34f72b['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x34f72b);this['_view']['chatHeader']['label']=_0x34f72b;}['setLoadingMessage'](_0x329490){this['_view']['chatFeed']['setLoadingMessage'](_0x329490);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x4fd63f){let _0xafbbbd=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x4fd63f[_0xafbbbd],_0xafbbbd++,_0xafbbbd===_0x4fd63f['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['setIsMaximized'](_0x23365f){this['_view']['chatHeader']['isMaximized']=_0x23365f;}['prepareLoadingMessage'](_0x654d72){return _0x654d72['isWebSearchEnabled']&&_0x654d72['isReasoningEnabled']?as(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x654d72['isWebSearchEnabled']?as(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x654d72['isReasoningEnabled']?as(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):as(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x2c2a25){return _0x2c2a25?_0x2c2a25['isWebSearchEnabled']&&_0x2c2a25['isReasoningEnabled']?as(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x2c2a25['isWebSearchEnabled']?as(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x2c2a25['isReasoningEnabled']?as(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):as(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):as(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x2a6572,_0x5ec8b9,_0xb71932,_0x53efc9){this['_view']['populateSourceResourceBalloon'](_0x2a6572,_0x5ec8b9,_0xb71932,_0x53efc9);}['closeSourceResourceBalloon'](_0x566b68){this['_view']['closeSourceResourceBalloon'](_0x566b68);}['setPromptInputValue'](_0x3e62d9){this['_view']['chatControls']['setPromptInputValue'](_0x3e62d9);}['focusPromptInput'](_0x3626ef=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x3626ef);}['scrollFeedToSuggestion'](_0x21fd5d,_0x3f60e8){this['_view']['chatFeed']['scrollToSuggestion'](_0x21fd5d,_0x3f60e8);}['startAutoScroll'](){this['_view']['chatFeed']['startAutoScroll']();}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class ta extends Lt{['sections'];constructor(_0x4149ab,_0x473859){super(_0x4149ab),this['sections']=_0x473859,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x2b8ff2){let _0x2a6bd0=0x0,_0x27e5b4=0x0;for(const _0x1933b7 of this['sections']){const {resultsCount:_0x107d1e,totalItemsCount:_0x555e00}=_0x1933b7['filter'](_0x2b8ff2);_0x2a6bd0+=_0x107d1e,_0x27e5b4+=_0x555e00;}return{'resultsCount':_0x2a6bd0,'totalItemsCount':_0x27e5b4};}}class ea extends Pt{['title'];['itemsViews'];['_itemsListView'];constructor(_0x4c2475,{title:_0x38bd7e,items:_0x22c152}){super(_0x4c2475);const _0x4008a8=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x38bd7e,this['itemsViews']=_0x22c152;const _0x2f2638=new Nt(_0x4c2475);_0x2f2638['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new Lt(_0x4c2475),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x4008a8['if']('isVisible','ck-hidden',_0x29e1ef=>!_0x29e1ef)]},'children':[_0x2f2638,this['_itemsListView']]});}['filter'](_0x468993){const _0x4ef470=this['itemsViews']['length'];let _0x2978ed=0x0;for(const _0x3a00c3 of this['itemsViews']){if(_0x468993){const _0x4ac8e9=_0x3a00c3['isMatching'](_0x468993);_0x3a00c3['isVisible']=!!_0x4ac8e9,_0x3a00c3['highlightText'](_0x468993);}else _0x3a00c3['isVisible']=!0x0,_0x3a00c3['highlightText'](null);_0x3a00c3['isVisible']&&_0x2978ed++;}return this['isVisible']=_0x2978ed>0x0,{'resultsCount':_0x2978ed,'totalItemsCount':_0x4ef470};}['getItem'](_0x4e6ace){return this['itemsViews']['find'](_0x2a32c5=>_0x2a32c5['id']===_0x4e6ace);}['removeItem'](_0xf99c61){const _0xe1554b=this['itemsViews']['indexOf'](_0xf99c61);-0x1!==_0xe1554b&&(this['itemsViews']['splice'](_0xe1554b,0x1),this['_itemsListView']['items']['remove'](_0xf99c61));}}class ia extends/* #__PURE__ -- @preserve */
27
- _0x37488b(Pt){['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(_0x3b39eb,_0x5a98c3){super(_0x3b39eb);const _0x40b57a=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x5a98c3['pinned']),this['set']('loadingState',null),this['id']=_0x5a98c3['id'];const {title:_0x405999,createdAt:_0x1689de,active:_0xf57969=!0x1}=_0x5a98c3;this['_titleView']=new _0x2fde5c(),this['_titleView']['text']=_0x405999,this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x24a789=this['_createCheckView'](),_0x401161=this['_createPinButtonView'](_0x3b39eb),_0x224609=this['_createMenuDropdownView'](),_0x12c41a=this['_createEditInputView'](_0x3b39eb,_0x405999),_0x16923e=this['_createAcceptEditButtonView'](_0x3b39eb,_0x12c41a),_0x3a5c4a=this['_createCancelEditButtonView'](_0x3b39eb,_0x12c41a);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x401161),this['actions']['add'](_0x224609),this['on']('change:isEdit',(_0x3c4229,_0x42e7e0,_0x81dd0b)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x81dd0b?(this['actions']['add'](_0x16923e),this['actions']['add'](_0x3a5c4a),this['mainContent']['add'](_0x12c41a),_0x12c41a['element']['focus']()):(this['actions']['add'](_0x401161),this['actions']['add'](_0x224609),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0xf57969?'ck-ai-chat-history__item--active':'',_0x40b57a['if']('isVisible','ck-hidden',_0x325d0a=>!_0x325d0a),_0x40b57a['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',_0x40b57a['if']('loadingState','ck-hidden',_0x2beabe=>!!_0x2beabe)]},'children':_0xf57969?[_0x24a789]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x40b57a['if']('loadingState','ck-hidden',_0x1cc34e=>!_0x1cc34e)]},'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',_0x40b57a['if']('loadingState','ck-hidden',_0x17e978=>!!_0x17e978)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x40b57a['if']('loadingState','ck-hidden',_0x43e75f=>!_0x43e75f)]},'children':[{'text':_0x40b57a['to']('loadingState',_0x58d624=>_0x58d624?as(this['locale'],ia['LOADING_LABELS'][_0x58d624]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x1689de]}]},{'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'](_0x1e1a66){this['_titleView']['text']=_0x529f07(_0x1e1a66);}['updateLoadingState'](_0x52b86b,_0xdfd32d){this['set']('loadingState',_0xdfd32d?_0x52b86b:null);}['_createCheckView'](){const _0x534d9a=new yt();return _0x534d9a['set']({'content':_0xb32e01}),_0x534d9a;}['_createPinButtonView'](_0xed9e87){const _0x21f5dd=new kt(_0xed9e87);return _0x21f5dd['set']({'label':as(_0xed9e87,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x124b17,'withText':!0x1,'tooltip':!0x0}),_0x21f5dd['bind']('isOn')['to'](this,'pinned'),_0x21f5dd['on']('execute',()=>{const _0x346558=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x346558});}),_0x21f5dd;}['_createMenuDropdownView'](){const _0x5f1989=Bt(this['locale']),_0x45c307=_0x5f1989['panelView']['children'];_0x5f1989['buttonView']['set']({'label':as(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x35b178}),_0x5f1989['panelPosition']='sw';const _0x1ef122=new kt(this['locale']);_0x1ef122['label']=as(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x1ef122['withText']=!0x0,_0x1ef122['on']('execute',()=>{this['isEdit']=!0x0;});const _0xc2f91c=new kt(this['locale']);_0xc2f91c['label']=as(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0xc2f91c['withText']=!0x0,_0xc2f91c['on']('execute',()=>{this['showConfirm'](as(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x32aeef=new Lt(this['locale']),_0x3d1c5d=new Pt(this['locale']);_0x3d1c5d['children']['add'](_0x1ef122);const _0x5af124=new Pt(this['locale']);return _0x5af124['children']['add'](_0xc2f91c),_0x32aeef['items']['addMany']([_0x3d1c5d,_0x5af124]),_0x45c307['add'](_0x32aeef),_0x5f1989;}['_createEditInputView'](_0x22f0c6,_0x1a099b){const _0x1fb5e7=new _0x722ba6(_0x22f0c6),_0x218614=_0x1fb5e7['bindTemplate'];return _0x1fb5e7['value']=_0x1a099b,_0x1fb5e7['extendTemplate']({'on':{'keydown':_0x218614['to'](_0x3e348d=>{'Enter'==_0x3e348d['key']&&this['_commitEditInputValue'](_0x1fb5e7);})}}),_0x1fb5e7;}['_createAcceptEditButtonView'](_0x64e22a,_0x145455){const _0x3c1932=new kt(_0x64e22a);return _0x3c1932['set']({'icon':_0xb32e01,'withText':!0x1,'tooltip':as(_0x64e22a,'AI_CHAT_HISTORY_ACCEPT')}),_0x3c1932['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x3c1932['on']('execute',()=>{this['_commitEditInputValue'](_0x145455);}),_0x3c1932;}['_commitEditInputValue'](_0x1c65d7){const _0x383d33=_0x1c65d7['element']['value']||'';this['_titleView']['text']=_0x383d33,this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x383d33});}['_createCancelEditButtonView'](_0x2b93a4,_0x5d2294){const _0x3e2f03=new kt(_0x2b93a4);return _0x3e2f03['set']({'icon':_0x4ce413,'withText':!0x1,'tooltip':as(_0x2b93a4,'AI_CHAT_HISTORY_CANCEL')}),_0x3e2f03['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x3e2f03['on']('execute',()=>{this['isEdit']=!0x1,_0x5d2294['value']=this['_titleView']['text']||'',this['fire']('edit:cancel');}),_0x3e2f03;}['_createSpinnerView'](){const _0x5a1e6d=new fn('tiny');return _0x5a1e6d['isVisible']=!0x0,_0x5a1e6d;}['isMatching'](_0x4b1408){return this['_titleView']&&'string'==typeof this['_titleView']['text']&&this['_titleView']['text']['match'](_0x4b1408)?{'title':!0x0}:null;}['highlightText'](_0x3154af){this['_titleView']['highlightText'](_0x3154af);}}class sa extends Nt{['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];['resizeButton'];constructor(_0x5c2247,_0x35e1fa){super(_0x5c2247),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 _0x589099=new _0x3b2f47(_0x5c2247,{'label':as(_0x5c2247,'AI_CHAT_HISTORY_HEADING'),'icon':_0xc177a3,'class':'ck-ai-header\x20ck-ai-header_history'});_0x35e1fa&&(this['resizeButton']=ls(_0x5c2247,this),_0x589099['children']['add'](this['resizeButton'])),this['sectionsView']=new ta(_0x5c2247,[]),this['sectionsView']['delegate'](...na)['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',_0x393870=>!_0x393870)]}}),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':[_0x589099,{'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 _0x5df735=new _0x58b33c(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':as(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x4d7f49=>as(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x4d7f49),'secondary':as(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x34eff9=this['_createErrorView']();return _0x34eff9['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x19494e=>!_0x19494e)]}}),_0x5df735['on']('render',()=>{_0x5df735['children']['add'](_0x34eff9,0x1);}),_0x5df735['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x26e3e7=>!_0x26e3e7)]}}),_0x5df735;}['_createSkeletonView'](){const _0x2af39c=new zn(this['locale'],jn['aiHistory']);return _0x2af39c['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isLoading','ck-hidden',_0x36c13b=>!_0x36c13b)]}}),_0x2af39c;}['_createErrorView'](){const _0x41969f=new Nt(this['locale']),_0xd80bb6=new kt(this['locale']);_0xd80bb6['set']({'withText':!0x1,'icon':_0x4ce413,'class':'ck-ai-notification_error__dismiss-button'}),_0xd80bb6['bind']('isVisible')['to'](this,'hasItems',_0x1b9f5f=>!!_0x1b9f5f),_0xd80bb6['on']('execute',()=>{this['errorMessage']='';});const _0x59a744=this['bindTemplate'];return _0x41969f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x59a744['to']('errorMessage')}]},_0xd80bb6]}),_0x41969f;}['_createEmptyStateView'](){const _0x1ec729=new kt(this['locale']);_0x1ec729['set']({'label':as(this['locale'],'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x3e83f1,'class':'ck-ai-chat__start-conversation\x20'+hs}),_0x1ec729['on']('execute',()=>{this['fire']('openChat');});const _0x3af111=new Nt(this['locale']);return _0x3af111['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x40d468=>!_0x40d468)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[as(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]},_0x1ec729]}),_0x3af111;}['_createListItemViews'](_0x273f8d,_0x104b72){const _0x5947f0=[];for(const _0x21f2ef of _0x273f8d){const _0x4ae72f=new ia(_0x104b72,_0x21f2ef);_0x4ae72f['delegate'](...na)['to'](this),_0x5947f0['push'](_0x4ae72f);}return _0x5947f0;}['updateHistoryItemsWithCategories'](_0x125283){const _0x2574f4=this['locale']||'en',_0x514312=[];for(const _0x1c2f83 of _0x125283){const _0xfd0e4a=this['_createListItemViews'](_0x1c2f83['items'],_0x2574f4);_0x514312['push'](new ea(_0x2574f4,{'title':_0x1c2f83['title'],'items':_0xfd0e4a}));}this['sectionsView']['sections']=_0x514312,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x514312),this['hasItems']=_0x125283['some'](_0xe3f54a=>_0xe3f54a['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x45584e){for(const _0x191ac5 of this['sectionsView']['sections']){const _0x4aa297=_0x191ac5['getItem'](_0x45584e);if(_0x4aa297){if(_0x191ac5['removeItem'](_0x4aa297),0x0===_0x191ac5['itemsViews']['length']){const _0x16f45e=this['sectionsView']['sections']['indexOf'](_0x191ac5);-0x1!==_0x16f45e&&(this['sectionsView']['sections']['splice'](_0x16f45e,0x1),this['sectionsView']['items']['remove'](_0x191ac5));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x44f310,_0xeb2d58){for(const _0x1fa310 of this['sectionsView']['sections']){const _0x2eac03=_0x1fa310['getItem'](_0x44f310);if(_0x2eac03){_0x2eac03['updateTitle'](_0xeb2d58);break;}}}['updateItemLoadingState'](_0x529390,_0x17c95b,_0x4f732c){for(const _0xdaf43b of this['sectionsView']['sections']){const _0x2442b7=_0xdaf43b['getItem'](_0x529390);if(_0x2442b7){_0x2442b7['updateLoadingState'](_0x17c95b,_0x4f732c);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x445409=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x445409);}}}const na=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','openChat','resizeTabs'];class ra extends _0x149119{static get['requires'](){return[ns];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xe0a1a9){super(_0xe0a1a9);const _0x1ada56=this['context']['plugins']['get']('AITabs');this['_historyView']=new sa(this['context']['locale'],_0x1ada56['showResizeButton']),this['_historyView']['delegate'](...na)['to'](this),_0x1ada56['view']['addTab']({'id':'history','buttonLabel':as(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0xc177a3,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x2ea337){this['_historyView']['removeHistoryItem'](_0x2ea337);}['updateItems'](_0x5cafde){this['_historyView']['updateHistoryItemsWithCategories'](_0x5cafde);}['updateItemTitle'](_0x1b83a5,_0x5ea5cb){this['_historyView']['updateItemTitle'](_0x1b83a5,_0x5ea5cb);}['updateItemLoadingState'](_0x547c18,_0x3e9ed0,_0x1882ed){this['_historyView']['updateItemLoadingState'](_0x547c18,_0x3e9ed0,_0x1882ed);}['setLoadingSkeleton'](_0x3ac582){this['_historyView']['isLoading']=_0x3ac582;}['showError'](_0x34620e){this['_historyView']['errorMessage']=_0x34620e;}['hideError'](){this['_historyView']['errorMessage']='';}['setIsMaximized'](_0x274b4a){this['_historyView']['isMaximized']=_0x274b4a;}}class aa extends ht(){['id'];['createdAt'];constructor({id:_0x25a110,title:_0x4d68a8,createdAt:_0x2ea7c0,updatedAt:_0x97cfe8,pinned:_0x4c38d3}){super(),this['id']=_0x25a110,this['createdAt']=new Date(_0x2ea7c0),this['set']('title',_0x4d68a8),this['set']('updatedAt',_0x97cfe8?new Date(_0x97cfe8):null),this['set']('pinned',_0x4c38d3||!0x1);}['updateTitle'](_0x162679){this['set']('title',_0x529f07(_0x162679)),this['updatedAt']=new Date();}['updatePinned'](_0x10a735){this['set']('pinned',_0x10a735),this['updatedAt']=new Date();}}class oa extends pt(){['items']=[];['connector'];['group'];constructor({connector:_0x502f51,group:_0x1ead5b}){super(),this['connector']=_0x502f51,this['group']=_0x1ead5b;}async['init'](){try{const _0x571e9f=this['connector']['fetchConversations'](this['group']),_0x441c2d=await _0x571e9f['getConversations']();this['loadItems'](_0x441c2d);}catch(_0x24d48d){this['fire']('error',{'error':_0x24d48d,'operation':'init'});}}['addItem'](_0x38e742){this['items']['push'](_0x38e742);}async['removeItem'](_0x2b3cd2){const _0x360dec=this['items']['findIndex'](_0x118bac=>_0x118bac['id']===_0x2b3cd2);if(-0x1===_0x360dec)return!0x1;try{return await this['connector']['deleteConversation'](_0x2b3cd2)['execute'](),this['items']['splice'](_0x360dec,0x1),this['fire']('itemRemoved',{'itemId':_0x2b3cd2}),!0x0;}catch(_0x15d29d){return this['fire']('error',{'error':_0x15d29d,'operation':'removeItem','itemId':_0x2b3cd2}),!0x1;}}['getItem'](_0x249e48){return this['items']['find'](_0x227aa6=>_0x227aa6['id']===_0x249e48);}async['updateItemTitle'](_0x53e3f9,_0x51914d){const _0x17d70a=this['getItem'](_0x53e3f9);if(!_0x17d70a)return!0x1;try{return await this['connector']['updateConversation'](_0x53e3f9,{'title':_0x51914d})['getResult'](),_0x17d70a['updateTitle'](_0x51914d),this['fire']('itemUpdated',{'itemId':_0x53e3f9,'updates':{'title':_0x51914d}}),!0x0;}catch(_0x55fe28){return this['fire']('error',{'error':_0x55fe28,'operation':'updateItemTitle','itemId':_0x53e3f9}),!0x1;}}async['updateItemPinned'](_0x214181,_0x2b8227){const _0x3cdb0d=this['getItem'](_0x214181);if(!_0x3cdb0d)return!0x1;try{return await this['connector']['updateConversation'](_0x214181,{'pinned':_0x2b8227})['getResult'](),_0x3cdb0d['updatePinned'](_0x2b8227),this['fire']('itemUpdated',{'itemId':_0x214181,'updates':{'pinned':_0x2b8227}}),!0x0;}catch(_0x2a0036){return this['fire']('error',{'error':_0x2a0036,'operation':'updateItemPinned','itemId':_0x214181}),!0x1;}}['loadItems'](_0x592bbb){try{this['items']=[],_0x592bbb['map'](_0x3703a8=>{this['addItem'](new aa(_0x3703a8));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x31ea3f){this['fire']('error',{'error':_0x31ea3f,'operation':'loadItems'});}}['getItems'](_0x3e698d={}){const _0x5f2a58=void 0x0!==_0x3e698d['pinned']&&_0x3e698d['pinned'],_0x3923f0=_0x3e698d['from']?new Date(_0x3e698d['from']['getFullYear'](),_0x3e698d['from']['getMonth'](),_0x3e698d['from']['getDate']()):null,_0x578cfc=_0x3e698d['to']?new Date(_0x3e698d['to']['getFullYear'](),_0x3e698d['to']['getMonth'](),_0x3e698d['to']['getDate']()):null;return this['items']['filter'](_0x412864=>{if(_0x412864['pinned']!==_0x5f2a58)return!0x1;if(_0x578cfc){const _0x23716d=new Date(_0x412864['createdAt']['getFullYear'](),_0x412864['createdAt']['getMonth'](),_0x412864['createdAt']['getDate']());return _0x3923f0?_0x3923f0['getTime']()===_0x578cfc['getTime']()?_0x23716d['getTime']()===_0x3923f0['getTime']():_0x23716d<_0x578cfc&&_0x23716d>=_0x3923f0:_0x23716d<_0x578cfc;}return!0x0;});}}class ha extends _0x149119{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[rs,Ys,ra,ns];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](rs),this['_aiChatHistoryUi']=this['context']['plugins']['get'](ra),this['_aiChatController']=this['context']['plugins']['get'](Ys);const _0x2bbeff=this['context']['plugins']['get'](ns);try{const _0x1d36ea=this['_aiChatController']['getGroupId']();this['history']=new oa({'connector':this['_aiConnector'],'group':_0x1d36ea}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x1c5045,_0x3c219e)=>{this['_setItemLoading'](_0x3c219e['id'],'remove'),this['_handleRemove'](_0x3c219e['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x33c4d4,_0x2b355e)=>{this['_setItemLoading'](_0x2b355e['id'],'rename'),this['_handleEditTitle'](_0x2b355e['id'],_0x2b355e['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x266ee4,_0x258037)=>{void 0x0!==_0x258037['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x258037['itemId'],_0x258037['updates']['title']),void 0x0!==_0x258037['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x258037['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x31111a,_0x454514)=>{this['_aiChatController']['_handleRemovedConversation'](_0x454514['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x454514['itemId']),this['_clearItemLoading'](_0x454514['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x58d36c,_0x223b06)=>{this['_handleHistoryErrorUI'](_0x223b06['error'],_0x223b06['operation'],_0x223b06['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x3b57bc,_0x5272f4)=>{this['_handleSelectConversation'](_0x5272f4['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x2ca25d,_0x12f446)=>{const _0x332b9a=_0x12f446['pinned']?'pin':'unpin';this['_setItemLoading'](_0x12f446['id'],_0x332b9a),this['_handleTogglePin'](_0x12f446['id'],_0x12f446['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'openChat',()=>{_0x2bbeff['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x2bbeff['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();}),this['listenTo'](_0x2bbeff,'resizedTabs',(_0x3efa95,_0x230ae3)=>{this['_setIsMaximized'](_0x230ae3);}),this['listenTo'](this['_aiChatHistoryUi'],'resizeTabs',()=>{_0x2bbeff['resize']();});}catch(_0x4ad5dd){this['_handleHistoryErrorUI'](_0x4ad5dd,'init');}}async['_handleEditTitle'](_0x2c3657,_0x598a5e){await this['history']['updateItemTitle'](_0x2c3657,_0x598a5e);}async['_handleTogglePin'](_0x3aed3e,_0x43c089){await this['history']['updateItemPinned'](_0x3aed3e,_0x43c089);}async['_handleRemove'](_0x1474f5){await this['history']['removeItem'](_0x1474f5);}async['_handleSelectConversation'](_0xe73835){await this['_aiChatController']['loadConversation'](_0xe73835);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x288105=this['_aiChatController']['activeConversation']?.['id'],_0x4cba2e=this['_getCategorizedItems']()['map'](_0x428e18=>({'title':_0x428e18['title'],'items':_0x428e18['items']['map'](_0x56d1ec=>({'id':_0x56d1ec['id'],'title':_0x56d1ec['title']||as(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x56d1ec['createdAt'])['toLocaleDateString'](),'active':_0x56d1ec['id']===_0x288105,'pinned':_0x56d1ec['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x4cba2e);}['_setItemLoading'](_0x31c1dd,_0x331b75){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x31c1dd,_0x331b75,!0x0);}['_clearItemLoading'](_0x5ce39a){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x5ce39a,null,!0x1);}['_handleHistoryErrorUI'](_0x264bf6,_0x2d707a,_0x2edb16){const _0x4c3a77=this['_generateErrorMessage'](_0x2d707a,_0x2edb16);this['_aiChatHistoryUi']['showError'](_0x4c3a77),_0x2edb16&&this['_clearItemLoading'](_0x2edb16),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x2832c5,_0xa6ffc8){const _0x37066e=_0xa6ffc8?this['history']['getItem'](_0xa6ffc8):null,_0x1eeb72=_0x37066e?.['title']||as(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x2832c5){case'updateItemTitle':return as(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x1eeb72);case'updateItemPinned':{const _0x1c1dfe=as(this['context']['locale'],_0x37066e?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return as(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x1c1dfe,_0x1eeb72]);}case'removeItem':return as(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x1eeb72);case'init':case'loadItems':return as(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return as(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x35519c=new Date(),_0x296ec2=new Date(_0x35519c['getFullYear'](),_0x35519c['getMonth'](),_0x35519c['getDate']()),_0x37deb0=new Date(_0x296ec2);_0x37deb0['setDate'](_0x37deb0['getDate']()-0x1);const _0x40a0f0=new Date(_0x296ec2);_0x40a0f0['setDate'](_0x40a0f0['getDate']()-0xe);const _0x11c444=this['history']['getItems']({'pinned':!0x0}),_0x56c557=this['history']['getItems']({'from':_0x296ec2,'to':_0x296ec2}),_0x2e5cdb=this['history']['getItems']({'from':_0x37deb0,'to':_0x37deb0}),_0x449c1c=this['history']['getItems']({'from':_0x40a0f0,'to':_0x37deb0}),_0xbcbeef=this['history']['getItems']({'to':_0x40a0f0}),_0x7fe947=[];return _0x11c444['length']>0x0&&_0x7fe947['push']({'title':as(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x11c444}),_0x56c557['length']>0x0&&_0x7fe947['push']({'title':as(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x56c557}),_0x2e5cdb['length']>0x0&&_0x7fe947['push']({'title':as(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x2e5cdb}),_0x449c1c['length']>0x0&&_0x7fe947['push']({'title':as(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x449c1c}),_0xbcbeef['length']>0x0&&_0x7fe947['push']({'title':as(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0xbcbeef}),_0x7fe947;}['_setIsMaximized'](_0x3597fc){this['_aiChatHistoryUi']['setIsMaximized'](_0x3597fc);}}class ca extends _0x149119{static get['requires'](){return[ha,ra];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class la extends _0x149119{static get['requires'](){return[Ys,qs,Zr,ca];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5d4d39){super(_0x5d4d39),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[],'alwaysAddSelection':!0x1}),this['context']['config']['define']('ai.chat.initialConversation','new');}}class ua extends kt{['id'];constructor(_0x50e5ef,_0x37a205){super(_0x50e5ef);const {id:_0x4e30d3,type:_0x416d28,icon:_0x398da5}=_0x37a205;this['id']=_0x4e30d3,this['set']({'label':_0x37a205['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x37a205['id']}}),_0x398da5?this['icon']=_0x398da5:'chat'===_0x416d28?this['icon']=_0x1e47b8:'review'===_0x416d28?this['icon']=_0x5c188d:'translate'===_0x416d28&&(this['icon']=_0x54c868);}}class da extends Nt{['listView'];constructor(_0x125c40,_0x310e9b){super(_0x125c40);const _0x5c4a2c=_0x310e9b['map'](_0x40c38f=>{const _0x2629fe=new Pt(this['locale']),_0x1fac85=new ua(this['locale'],_0x40c38f);return _0x2629fe['children']['add'](_0x1fac85),_0x1fac85['delegate']('execute')['to'](this),_0x2629fe;});this['listView']=new Lt(this['locale']),this['listView']['items']['addMany'](_0x5c4a2c),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const _a='chat-shortcuts';class Aa extends _0x149119{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];static get['requires'](){return[Zr];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](Zr),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x2abbe=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{_0x2abbe['activeConversation']['isFromHistory']||this['_injectShortcuts']();}),this['listenTo'](_0x2abbe,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x2c0042=['chat','review','translate'];this['_shortcuts']['forEach'](_0x4e91b2=>{let _0x59f588=!0x0;if(_0x4e91b2['id']&&_0x4e91b2['label']&&_0x2c0042['includes'](_0x4e91b2['type'])?'chat'===_0x4e91b2['type']&&(_0x59f588='string'==typeof _0x4e91b2['prompt']):_0x59f588=!0x1,!_0x59f588)throw new ot('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x4e91b2});});}['_injectShortcuts'](){const _0xb27348=this['context']['plugins']['get'](Zr);this['_shortcutsView']=new da(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),_0xb27348['addFeedItemCustomElement'](this['_shortcutsView']['element'],_a),this['_shortcutsView']['on']('execute',_0x4da58d=>{const _0x489da3=_0x4da58d['source']['id'];this['_executeShortcut'](_0x489da3);});}['_removeShortcuts'](){const _0x30c5d7=this['context']['plugins']['get'](Zr);_0x30c5d7['hasFeedItem'](_a)&&_0x30c5d7['removeFeedItem'](_a),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x2d9fbc){const _0xe06262=this['_shortcuts']['find'](_0x2f2efa=>_0x2f2efa['id']===_0x2d9fbc),_0x416441=_0xe06262['type'];'chat'===_0x416441?this['_runChatShortcut'](_0xe06262):'review'===_0x416441?_0xe06262['commandId']?this['_runReviewShortcut'](_0xe06262):this['_switchTab']('reviewMode'):'translate'===_0x416441&&(_0xe06262['language']?this['_runTranslateShortcut'](_0xe06262):this['_switchTab']('translate'));}['_switchTab'](_0x216af0){if(!this['context']['plugins']['has']('AITabs'))throw new ot('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x216af0});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x216af0);}async['_runChatShortcut']({prompt:_0x2c857b,draftMode:_0x5df3bd,useWebSearch:_0x3c8e8a=!0x1,useReasoning:_0x3e111c=!0x1,model:_0x2cfb58}){const _0x38fe5a=this['context']['plugins']['get']('AIChatController'),_0x1ddd5b=_0x38fe5a['activeConversation'];let _0x37d09b;_0x37d09b=_0x2cfb58?await _0x1ddd5b['chatModels']['getModel'](_0x2cfb58):await _0x1ddd5b['chatModels']['getDefault'](),_0x37d09b&&await _0x1ddd5b['setModel'](_0x37d09b),_0x1ddd5b['setWebSearch'](_0x3c8e8a),_0x1ddd5b['setReasoning'](_0x3e111c),_0x38fe5a['addCurrentDocumentToChatContext'](),_0x5df3bd?(this['_aiChatUI']['setPromptInputValue'](_0x2c857b),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x38fe5a['sendMessage']({'message':_0x2c857b});}['_runReviewShortcut']({commandId:_0x1ef13f,model:_0x1d5d78,prompt:_0x3a1e5e,params:_0x1f10e1}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new ot('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0xdfc813={'id':_0x1ef13f,'isCustom':'custom'===_0x1ef13f};_0x1d5d78&&_0x3a1e5e&&(_0xdfc813['args']={'model':_0x1d5d78,'prompt':_0x3a1e5e}),_0x1f10e1&&(_0xdfc813['params']=_0x1f10e1),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0xdfc813);}['_runTranslateShortcut']({language:_0x354f60}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new ot('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x354f60,'args':{'language':_0x354f60}});}}class ga extends _0x17f7e6{constructor(_0x20a011){super(_0x20a011);const _0x4a6ba3=_0x20a011['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x4a6ba3,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x25e17f=this['editor']['plugins']['get']('AITabs')['view'];_0x25e17f['isVisible']=!_0x25e17f['isVisible'];}}class Ia extends _0x45624b{static get['requires'](){return[ns];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x372220=this['editor'];_0x372220['commands']['add']('toggleAi',new ga(_0x372220)),_0x372220['ui']['componentFactory']['add']('toggleAi',()=>{const _0x4a4976=this['_createAIUIButton'](kt);return _0x4a4976['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x4a4976;}),_0x372220['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x1b891e=this['_createAIUIButton'](Kt);return _0x1b891e['set']({'role':'menuitemcheckbox'}),_0x1b891e;});}['_createAIUIButton'](_0x47807b){const _0x301641=this['editor'],_0x2ee875=_0x301641['commands']['get']('toggleAi'),_0x37c16c=new _0x47807b(_0x301641['locale']);return _0x37c16c['set']({'label':as(_0x301641['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x30f1be,'isToggleable':!0x0}),_0x37c16c['bind']('isEnabled')['to'](_0x2ee875),_0x37c16c['bind']('isOn')['to'](_0x2ee875,'value',_0x52bfa9=>!!_0x52bfa9),this['listenTo'](_0x37c16c,'execute',()=>{_0x2ee875['execute']();}),_0x37c16c;}}const Ea=['applySuggestion','insertSuggestion','showNext','showPrevious'];class Ta extends Nt{['_errorView'];constructor(_0x24737f){super(_0x24737f),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x22919a){this['showError'](_0x22919a);}['showError'](_0x36065d){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x36065d,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x3086c7=new Nt(this['locale']),_0xd01020=new Nt(this['locale']);return _0xd01020['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x3086c7['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x4fb53a=>!_0x4fb53a)]},'children':[_0xd01020]}),_0x3086c7;}}const pa=0xa;class ma extends _0x149119{static get['requires'](){return[qs];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_isUpdatingMarkers']=!0x1;['open'](_0x376821){const {id:_0x507c86}=this['_currentConfig']??{};this['_currentConfig']=_0x376821;const {id:_0x196808}=this['_currentConfig'];this['isOpen']&&_0x507c86===_0x196808?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x215fd7=Fs(this['context'])['plugins']['get']('Dialog');_0x215fd7['isOpen']&&this['_currentConfig']&&_0x215fd7['id']===this['_currentConfig']['id']&&_0x215fd7['hide']();}['_updateDialog'](){const _0x1d8058=Fs(this['context'])['plugins']['get']('Dialog'),{icon:_0x1665f9,title:_0x57b41c}=this['_currentConfig'];_0x1d8058['view']?.['headerView']&&(_0x1d8058['view']['headerView']['label']=_0x57b41c,_0x1d8058['view']['headerView']['iconView']&&_0x1665f9&&(_0x1d8058['view']['headerView']['iconView']['content']=_0x1665f9)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x1d8058['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](qs)['showFakeVisualSelection']({'ranges':this['_currentConfig']['ranges'],'id':'balloon','priority':0x64}),window['getSelection']()?.['removeAllRanges']();}['_hideFakeVisualSelection'](){this['context']['plugins']['get'](qs)['hideFakeVisualSelection']('balloon');}['_showDialog'](){const _0x5364dc=Fs(this['context'])['plugins']['get']('Dialog'),{id:_0x4c6612,title:_0x306242,icon:_0x1e2ee8,class:_0x3e7485,mainView:_0x6c1297}=this['_currentConfig'];_0x6c1297['delegate'](...Ea)['to'](this),_0x5364dc['show']({'title':_0x306242,'icon':_0x1e2ee8,'hasCloseButton':!0x0,'id':_0x4c6612,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x3e7485||''),'content':_0x6c1297,'onShow':_0x577943=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener']();const _0x3307e4=this['_getSelectionElements']();_0x3307e4&&_0x3307e4[0x0]&&mt({'target':_0x3307e4[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x577943['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x4c6612});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x4c6612}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x2e6b88,_0x5160cf){if(!_0x5160cf)return null;const _0x511acb=this['_getSelectionElements']();if(!_0x511acb||0x0===_0x511acb['length'])return{'left':Math['round'](_0x5160cf['left']+_0x5160cf['width']/0x2-_0x2e6b88['width']/0x2),'top':Math['round'](_0x5160cf['top']+_0x5160cf['height']/0x2-_0x2e6b88['height']/0x2)};const _0xb75d56=Math['round'](_0x5160cf['left']+_0x5160cf['width']/0x2-_0x2e6b88['width']/0x2),_0x3ca920=_0x511acb['map'](_0x1e4b14=>new ut(_0x1e4b14)),_0x278cf9=_0x2e6b88['height'];return{'left':_0xb75d56,'top':this['_calculateOptimalTopPosition'](_0x3ca920,_0x278cf9,_0x5160cf)};}['_calculateOptimalTopPosition'](_0x4c5861,_0x1cc10f,_0x3be224){const _0x5b6bcd=new ut(ct['window']),_0x4195da=_0x4c5861['map'](_0x1b2822=>_0x1b2822['getVisible']())['filter'](_0xde983c=>_0xde983c),_0x254a78=ut['getBoundingRect'](_0x4195da);if(!_0x254a78)return Math['round'](_0x3be224['top']+_0x3be224['height']/0x2);const _0x11e696=_0x5b6bcd['getIntersection'](_0x254a78);if(!_0x11e696)return Math['round'](_0x3be224['top']+_0x3be224['height']/0x2);const _0x1e8300=_0x3be224['getVisible'](),_0x53e6d8=_0x1e8300&&_0x254a78['height']>_0x1e8300['height'],_0x17778a=_0x11e696['top'],_0x138654=_0x11e696['bottom'];if(_0x53e6d8){const _0x564d6f=(_0x1e8300||_0x5b6bcd)['height']/0x2-_0x1cc10f/0x2,_0x4071a7=_0x17778a-pa-_0x3be224['top'],_0x4a93ed=_0x3be224['bottom']-_0x138654-pa;return _0x4071a7>=_0x1cc10f?Math['max'](pa,_0x17778a-_0x1cc10f-pa):_0x4a93ed>=_0x1cc10f?_0x138654+pa:Math['max'](pa,_0x564d6f);}const _0x3a593c=_0x17778a-_0x1cc10f,_0x3bfc72=_0x3be224['bottom']-_0x138654-pa,_0x45d3af=_0x17778a-pa-_0x3be224['top'];let _0x3a42e6;if(_0x3bfc72>=_0x1cc10f)_0x3a42e6=_0x138654+pa;else{if(_0x45d3af>=_0x1cc10f)_0x3a42e6=_0x3a593c-pa;else _0x3a42e6=_0x17778a+_0x254a78['height']/0x2-_0x1cc10f/0x2;}return _0x3a42e6;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x300fc5=Fs(this['context']);this['listenTo'](_0x300fc5['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x52f0ce,data:{newRange:_0xe2c690}}of _0x300fc5['model']['document']['differ']['getChangedMarkers']())if(_0x52f0ce['startsWith']($s+':')&&(_0xe2c690&&(_0xe2c690['start']['isEqual'](_0xe2c690['end'])||'$graveyard'==_0xe2c690['root']['rootName'])||null==_0xe2c690)){const _0x216f20=as(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x216f20),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x164804=Fs(this['context']);this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x164804['model']['document']);}['_getSelectionElements'](){const _0x1996b3=Fs(this['context']);return _0x4c8a96(_0x1996b3['editing'],[..._0x1996b3['model']['markers']['getMarkersGroup']('ai-selection'),..._0x1996b3['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}}class Ca extends Ot{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x3d502b,_0x3c939={}){super(_0x3d502b),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x3c939};const _0x1214db=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x1214db?'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'](_0x1cb5e2){this['showChangesButton']['isEnabled']=_0x1cb5e2;}['_setupRatingButtons'](){this['likeButton']=new kt(this['locale']),this['likeButton']['set']({'icon':_0x260efa,'label':as(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'class':cs,'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new kt(this['locale']),this['dislikeButton']['set']({'icon':_0x2d840c,'label':as(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'class':cs,'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new kt(this['locale']),this['copyButton']['set']({'icon':_0x40e468,'label':as(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button\x20'+cs,'tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x20b55e=new yt();_0x20b55e['set']({'content':_0xb32e01}),_0x20b55e['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied\x20'+cs,setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20'+cs;},0x7d0);}),this['copyButton']['children']['add'](_0x20b55e);}['_setupShowChangesButton'](){this['showChangesButton']=new kt(this['locale']),this['showChangesButton']['set']({'icon':_0x521f58,'label':as(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':cs}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x27b862=>_0x27b862?_0x7ec7be:_0x521f58),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}}class wa extends Ta{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x4f94d1,_0x58f726){super(_0x4f94d1);const _0x4cfb8e=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new _t(),this['_keystrokes']=new At(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Mt({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x58f726,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new un(_0x4f94d1),this['_partToolbarView']=new hn(_0x4f94d1,_0x58f726['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x58f726),this['_stateView']=new an(_0x4f94d1),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new Ca(_0x4f94d1,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new fa(_0x4f94d1,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x5a1c97,_0x2a891d,_0x44f234,_0x2daf86)=>{let _0x4cd2af,_0x5a09b0;'pending'===_0x2daf86?(_0x4cd2af=this['_partToolbarView'],_0x5a09b0=this['_stateView']):(_0x4cd2af=this['_stateView'],_0x5a09b0=this['_partToolbarView']),this['_stateView']['setState'](_0x44f234),_0x4cd2af['isVisible']=!0x1,_0x5a09b0['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x4cfb8e['to']('_state',_0x5ac71e=>'ck-ai-chat-balloon-main_state_'+_0x5ac71e)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x58f726);});}['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'](_0x5d1a8d){_0x5d1a8d?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x5d1a8d);}['setState'](_0x46913c){this['_state']=_0x46913c;}['showError'](_0x5e2faa){super['showError'](_0x5e2faa),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x32f26e){super['showBlockingError'](_0x32f26e),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x3993f4){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x3993f4;}['togglePartToolbarEnabled'](_0x28feae){this['_partToolbarView']['isEnabled']=_0x28feae;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x2108d3,showSuggestButton:_0x454412}){_0x2108d3=_0x2108d3&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x454412=_0x454412&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x2108d3,'showSuggestButton':_0x454412});}['_createNextButtonView'](){const _0x360096=new kt(this['locale']);return _0x360096['set']({'icon':_0x30cb3c,'label':as(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x360096['on']('execute',()=>{this['fire']('showNext');}),_0x360096;}['_createPreviousButtonView'](){const _0x3e38ac=new kt(this['locale']);return _0x3e38ac['set']({'icon':_0x21360b,'label':as(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x3e38ac['on']('execute',()=>{this['fire']('showPrevious');}),_0x3e38ac;}}class fa extends Nt{constructor(_0x394260,_0xf7dbdc){super(_0x394260),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0xf7dbdc});}}class Sa extends _0x45624b{static get['requires'](){return[Vt,ma];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x50bd9a){super(_0x50bd9a),this['set']('showDiff',!0x1);}['open'](_0x2a303e){const _0x306748=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x306748['plugins']['get']('AIBalloon')['open']({..._0x2a303e,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x2a303e['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x2a303e['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x57363f){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x57363f);}['setState'](_0x31cc64){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x31cc64);}['_createChatBalloonView'](){const _0x3115c4=this['editor'],_0x6993e3=_0x3115c4['plugins']['get']('AIBalloon'),_0x13e51f=_0x3115c4['commands']['get']('trackChanges');let _0x432691=_0x3115c4['config']['get']('ai.availableReplyActions')||[...gn];_0x3115c4['plugins']['has']('TrackChanges')||(_0x432691=_0x432691['filter'](_0x31d881=>'insertSuggestion'!=_0x31d881));const _0xe58bb8=new wa(_0x3115c4['locale'],{'availableActions':_0x432691,'showApplyButton':!0x0,'showSuggestButton':!!_0x13e51f});return _0xe58bb8['bind']('showDiff')['to'](this),_0xe58bb8['delegate'](...Qs)['to'](this),_0xe58bb8['delegate']('showPrevious','showNext')['to'](this),_0x6993e3['delegate']('dialogClosed')['to'](this),_0xe58bb8['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0xe58bb8['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0xe58bb8['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x13e51f&&_0xe58bb8['bind']('isTrackChangesOn')['to'](_0x13e51f,'value'),_0xe58bb8['render'](),_0xe58bb8;}['_toggleRotatorButtonsInDialogHeader'](_0x4e12e2){const _0x355724=this['editor'],_0x44039d=_0x355724['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x4e12e2),_0x44039d['has'](this['_chatBalloonView']['previousButtonView'])||(_0x44039d['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x355724['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x44039d['remove'](this['_chatBalloonView']['previousButtonView']),_0x44039d['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class ba extends _0x45624b{static get['requires'](){return[Ia,Sa,_0x1ea893];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Ra(_0x12c386){const {editor:_0x1948db,action:_0x261bab,withText:_0x3df884=!0x1,withIcon:_0x39fd9a=!0x0,isInDropdown:_0x309733=!0x0,shouldPreventFocus:_0x5ecf6a=!0x1}=_0x12c386;return()=>{const _0x13e510=_0x1948db['locale'],_0xcc5ed7=new kt(_0x13e510),_0x3c375d=_0xcc5ed7['bindTemplate'];_0x309733&&_0xcc5ed7['extendTemplate']({'on':{'mouseenter':_0x3c375d['to'](()=>{_0x5ecf6a&&_0x5ecf6a()||_0xcc5ed7['focus']();})}});const _0x51c519=_0x261bab['icon']??_0x261bab['parent']?.['icon'];return _0xcc5ed7['set']({'label':_0x261bab['label'],'withText':_0x3df884,'role':'menuitem','icon':_0x39fd9a?_0x51c519??_0x284079:void 0x0,'tooltip':!_0x3df884,'class':'ck-ai-quick-actions-button','isEnabled':_0x261bab['isEnabled']}),_0xcc5ed7['on']('execute',()=>{_0x1948db['editing']['view']['focus'](),_0x1948db['commands']['execute']('aiQuickAction',_0x261bab);}),_0xcc5ed7;};}class Oa extends _0x5c33d8{['arrowView'];constructor(_0x1b332e,_0x3858f4){super(_0x1b332e,_0x3858f4);const _0x327603=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',_0x3c704c=>String(_0x3c704c)),'data-cke-tooltip-disabled':_0x327603['to']('isOn')},'on':{'mouseenter':_0x327603['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x5556fd=new yt();return _0x5556fd['content']=_0x3d052f,_0x5556fd['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x5556fd;}}class ka extends Lt{['_allListItems'];['_allSearchableItems'];constructor(_0x47e32f,_0xdf0d9f,_0x51a974){super(_0x47e32f),this['_allListItems']=_0xdf0d9f,this['_allSearchableItems']=_0x51a974;}['filter'](_0x5c4f8e){if(!_0x5c4f8e)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x23f72e=_0x5c4f8e['source']['toLowerCase']()['trim'](),_0x4d6f93=this['_allSearchableItems']['filter'](_0x4da027=>(_0x4da027['groupLabel']?_0x4da027['label']+'\x20('+_0x4da027['groupLabel']+')':_0x4da027['label'])['toLowerCase']()['includes'](_0x23f72e));return this['items']['clear'](),this['items']['addMany'](_0x4d6f93['sort']((_0x4eaed8,_0x329e66)=>{const _0x4f5a1f=_0x4eaed8['groupLabel'],_0x4b2512=_0x329e66['groupLabel'];return _0x4f5a1f||_0x4b2512?_0x4f5a1f?0x1:-0x1:0x0;})['map'](_0x578199=>_0x578199['item'])),this['_highlightQuery'](_0x23f72e,_0x4d6f93),{'resultsCount':_0x4d6f93['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x1bc2b3,_0x41127){if(!_0x1bc2b3)return;const _0x1ee96d=new RegExp(_0x2d429f(_0x1bc2b3),'gi');_0x41127['forEach'](_0x436fb7=>{_0x436fb7['highlightViews']&&_0x436fb7['highlightViews']['forEach'](_0x2d3100=>{'function'==typeof _0x2d3100['highlightText']&&_0x2d3100['highlightText'](_0x1ee96d);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x260e45=>{_0x260e45['highlightViews']&&_0x260e45['highlightViews']['forEach'](_0x1fb55f=>{'function'==typeof _0x1fb55f['highlightText']&&_0x1fb55f['highlightText'](null);});});}}const Na='menu',va='menuitem';class ya extends Nt{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];constructor(_0x38c406,_0x57c119,_0x26fb0a,_0x55488f,_0x4ff292=!0x1){const _0x37a28c=_0x38c406['locale'];super(_0x37a28c),this['_bodyCollection']=_0x55488f,this['_hasSearch']=_0x4ff292;const _0x374e47=this['_createListItems'](_0x38c406,_0x57c119,_0x26fb0a);this['optionsListView']=new ka(_0x37a28c,_0x374e47,this['_allSearchableItems']),this['optionsListView']['role']=Na,this['optionsListView']['items']['addMany'](_0x374e47),this['focusTracker']=new _t(),this['keystrokes']=new At(),_0x4ff292&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x374e47,this['focusCycler']=new Mt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x4ff292&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x205f4a=_0x4ff292&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x1684ff(_0x205f4a),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x37a28c['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x58b33c(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':as(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':as(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x22b44e=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x22b44e);}['_createListItems'](_0x39948e,_0x287080,_0x4e28cf){const _0x317969=new _0x1684ff();return _0x287080['forEach'](_0x37d976=>{if('actions'in _0x37d976){const {listItem:_0x281fb1}=this['_createActionGroupButton'](_0x39948e,_0x37d976,_0x4e28cf);_0x317969['add'](_0x281fb1),_0x37d976['actions']['forEach'](_0x5b8c2d=>{this['_createActionButton'](_0x39948e,_0x5b8c2d,_0x37d976['label'],_0x37d976['icon']);const {listItem:_0x2dacf2,highlightViews:_0x1fb10d}=this['_createSearchResultActionButton'](_0x39948e,_0x5b8c2d,_0x37d976['label'],_0x37d976['icon']);this['_allSearchableItems']['push']({'item':_0x2dacf2,'label':_0x5b8c2d['label'],'groupLabel':_0x37d976['label'],'highlightViews':_0x1fb10d});});}else{const {listItem:_0x5b2024}=this['_createActionButton'](_0x39948e,_0x37d976);_0x317969['add'](_0x5b2024);const _0x38dbf7=_0x5b2024['children']['first'];if(_0x38dbf7){const {listItem:_0x3d8028,highlightViews:_0x4b7fe9}=this['_createSearchResultActionButton'](_0x39948e,_0x37d976);this['_allSearchableItems']['push']({'item':_0x3d8028,'label':_0x38dbf7['label']||'','highlightViews':_0x4b7fe9});}}}),_0x317969;}['_createActionButton'](_0x50732f,_0x2f5118,_0x2dfaee,_0x3ac6a2){const _0x413673=new Pt(this['locale']);if(_0x2dfaee&&_0x3ac6a2){const _0x4d7b4b=new kt(this['locale']),_0x561da4=_0x4d7b4b['bindTemplate'],_0x31165d=new _0x2fde5c();_0x31165d['text']=_0x2f5118['label'];const _0x130290=new _0x2fde5c();_0x130290['text']=_0x2dfaee;const _0x4b5660=new yt();_0x4b5660['content']=_0x3ac6a2,_0x4b5660['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x1f4fc2=new Nt(this['locale']);_0x1f4fc2['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x37171a=new Nt(this['locale']);return _0x37171a['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x4d7b4b['set']({'label':_0x2f5118['label']+'\x20('+_0x2dfaee+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1}),_0x4d7b4b['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':[_0x31165d,_0x1f4fc2,_0x4b5660,_0x130290,_0x37171a],'on':{'mouseenter':_0x561da4['to'](()=>{this['_isSearchFocused']()||_0x4d7b4b['focus']();}),'click':_0x561da4['to'](()=>{_0x4d7b4b['fire']('execute');})}}),_0x4d7b4b['on']('execute',()=>{_0x50732f['editing']['view']['focus'](),_0x50732f['commands']['execute']('aiQuickAction',_0x2f5118);}),_0x413673['children']['add'](_0x4d7b4b),{'listItem':_0x413673,'highlightViews':[_0x31165d,_0x130290]};}{const _0x26d178=new _0x36b232(),_0x1d73c2=new kt(this['locale'],_0x26d178),_0x597a57=_0x1d73c2['bindTemplate'],_0x5dbd15=_0x2f5118['icon']??_0x2f5118['parent']?.['icon'],_0x178de5=void 0x0!==_0x2f5118['icon'];return _0x1d73c2['set']({'label':_0x2f5118['label'],'withText':!0x0,'role':'menuitem','icon':_0x178de5?_0x5dbd15??_0x284079:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button'}),_0x1d73c2['extendTemplate']({'on':{'mouseenter':_0x597a57['to'](()=>{this['_isSearchFocused']()||_0x1d73c2['focus']();})}}),_0x1d73c2['on']('execute',()=>{_0x50732f['editing']['view']['focus'](),_0x50732f['commands']['execute']('aiQuickAction',_0x2f5118);}),_0x413673['children']['add'](_0x1d73c2),{'listItem':_0x413673,'highlightViews':[_0x26d178]};}}['_createSearchResultActionButton'](_0x49387b,_0x3e5412,_0x39c45f,_0x5fac08){return _0x39c45f&&_0x5fac08?this['_createSearchResultGroupedActionButton'](_0x49387b,_0x3e5412,_0x39c45f,_0x5fac08):this['_createSearchResultIndividualActionButton'](_0x49387b,_0x3e5412);}['_createSearchResultGroupedActionButton'](_0x5480b5,_0x3d606c,_0x12b487,_0x363cf4){const _0x35def0=new Pt(this['locale']),_0x5b3c53=new kt(this['locale']),_0x12f3b0=_0x5b3c53['bindTemplate'],{view:_0x587542,highlightView:_0x453b70}=this['_createSearchResultGroupRow'](_0x12b487,_0x363cf4),{view:_0x11ddd4,highlightView:_0x21786a}=this['_createSearchResultActionRow'](_0x3d606c['label']),_0x41aae3=this['_createSearchResultContentView'](_0x587542,_0x11ddd4);return _0x5b3c53['set']({'label':_0x3d606c['label'],'withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','tooltip':!0x1}),_0x5b3c53['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':[_0x41aae3],'on':{'mouseenter':_0x12f3b0['to'](()=>{this['_isSearchFocused']()||_0x5b3c53['focus']();}),'click':_0x12f3b0['to'](()=>{this['_handleSearchResultButtonClick'](_0x5b3c53);})}}),this['_setupActionButtonExecution'](_0x5b3c53,_0x5480b5,_0x3d606c),_0x35def0['children']['add'](_0x5b3c53),{'listItem':_0x35def0,'highlightViews':[_0x453b70,_0x21786a]};}['_createSearchResultIndividualActionButton'](_0x5e28bf,_0x18f9b0){const _0x27263f=new Pt(this['locale']),_0xb4882=new _0x36b232(),_0x4a0e69=new kt(this['locale'],_0xb4882),_0x117b00=_0x4a0e69['bindTemplate'];return _0x4a0e69['set']({'label':_0x18f9b0['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button'}),_0x4a0e69['extendTemplate']({'on':{'mouseenter':_0x117b00['to'](()=>{this['_isSearchFocused']()||_0x4a0e69['focus']();})}}),this['_setupActionButtonExecution'](_0x4a0e69,_0x5e28bf,_0x18f9b0),_0x27263f['children']['add'](_0x4a0e69),{'listItem':_0x27263f,'highlightViews':[_0xb4882]};}['_createSearchResultGroupRow'](_0x5c3129,_0x10ee15){const _0x4f9bb4=new Nt(this['locale']),_0x5d1191=new yt();_0x5d1191['content']=_0x10ee15,_0x5d1191['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x3e1217=new _0x2fde5c();return _0x3e1217['text']=_0x5c3129,_0x4f9bb4['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x5d1191,_0x3e1217]}),{'view':_0x4f9bb4,'highlightView':_0x3e1217};}['_createSearchResultActionRow'](_0x33eae4){const _0xc909f9=new Nt(this['locale']),_0x4f0c94=new _0x2fde5c();return _0x4f0c94['text']=_0x33eae4,_0xc909f9['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x4f0c94]}),{'view':_0xc909f9,'highlightView':_0x4f0c94};}['_createSearchResultContentView'](_0x1ed66e,_0x19319e){const _0x4c1e38=new Nt(this['locale']);return _0x4c1e38['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x1ed66e,_0x19319e]}),_0x4c1e38;}['_setupActionButtonExecution'](_0x4bef60,_0x39dbf5,_0x35bba4){_0x4bef60['on']('execute',()=>{_0x39dbf5['editing']['view']['focus'](),_0x39dbf5['commands']['execute']('aiQuickAction',_0x35bba4);});}['_createActionGroupButton'](_0x4d8071,_0x2014ef,_0x2dad50){const _0x3e995c=new Pt(this['locale']),_0x54b532=new _0x36b232(),_0x10222f=new Oa(this['locale'],_0x54b532),_0x3f12ad=_0x10222f['bindTemplate'],_0x11009c=this['_getPanelKeystroke'](_0x2dad50),_0x73ab1a=this['_createGroupActionsList'](_0x4d8071,_0x2014ef['actions'],_0x2dad50);_0x10222f['set']({'label':_0x2014ef['label'],'withText':!0x0,'role':va,'icon':_0x2014ef['icon']??_0x284079,'isEnabled':_0x2014ef['actions']['some'](_0x4e727a=>_0x4e727a['isEnabled'])}),_0x10222f['extendTemplate']({'on':{'mouseenter':_0x3f12ad['to'](()=>{this['_isSearchFocused']()||_0x10222f['focus']();})}});const _0x2bc595=new Qt(this['locale']);return _0x2bc595['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x3f12ad['to'](_0x3aecfe=>{this['_handlePanelKeydown'](_0x3aecfe,_0x11009c,_0x10222f,_0x2bc595);})}}),_0x10222f['bind']('isOn')['to'](_0x2bc595,'isVisible'),this['_bodyCollection']['add'](_0x2bc595),_0x2bc595['content']['add'](_0x73ab1a),this['_setupGroupMenuBehavior'](_0x10222f,_0x2bc595),_0x3e995c['children']['add'](_0x10222f),{'listItem':_0x3e995c,'highlightView':_0x54b532};}['_createGroupActionsList'](_0x5144be,_0x19a049,_0x4bca79){const _0x4a31af=new Lt(this['locale']);return _0x4a31af['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x19a049['forEach'](_0xc917db=>{const _0x38854e=new Pt(this['locale']),_0x74a228=Ra({'editor':_0x5144be,'action':_0xc917db,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused']()})();_0x38854e['children']['add'](_0x74a228),_0x4bca79['focusTracker']['add'](_0x74a228),_0x4a31af['items']['add'](_0x38854e);}),_0x4a31af;}['_setupGroupMenuBehavior'](_0x9caf25,_0x4453d3){const _0x5b705b=_0x9caf25['bindTemplate'],_0x42e82b=this['_getButtonKeystroke'](_0x9caf25);_0x9caf25['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x5b705b['to'](()=>{this['_showNestedPanel'](_0x4453d3,_0x9caf25);}),'mouseleave':_0x5b705b['to'](_0x54bf98=>{const _0x3c2a41=_0x54bf98['relatedTarget'];this['_isMovingToNestedMenu'](_0x3c2a41,_0x4453d3)||this['_hideNestedPanel'](_0x4453d3);}),'keydown':_0x5b705b['to'](_0x42e6a6=>{_0x42e6a6['key']==_0x42e82b&&(this['_showNestedPanel'](_0x4453d3,_0x9caf25),_0x4453d3['content']['get'](0x0)['focus']());})}}),_0x4453d3['on']('render',()=>{_0x4453d3['element']?.['addEventListener']('mouseleave',_0x38f7d1=>{const _0xdcc185=_0x38f7d1['relatedTarget'];_0x9caf25['element']?.['contains'](_0xdcc185)||this['_isMovingToNestedMenu'](_0xdcc185,_0x4453d3)||this['_hideNestedPanel'](_0x4453d3);});});}['_showNestedPanel'](_0x3b784c,_0x1148b5){this['_openNestedPanels']['forEach'](_0xca2de1=>{_0xca2de1!==_0x3b784c&&_0xca2de1['isVisible']&&_0xca2de1['hide']();}),_0x3b784c['show'](),_0x3b784c['pin']({'positions':[_0x3637fc['eastSouth']],'target':_0x1148b5['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x3b784c);}['_hideNestedPanel'](_0x12b808){_0x12b808['hide'](),this['_openNestedPanels']['delete'](_0x12b808);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x47554d=>_0x47554d['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x1ff9cc,_0x18d30e){if(!_0x1ff9cc)return!0x1;if(_0x18d30e['element']?.['contains'](_0x1ff9cc))return!0x0;const _0x57672d=_0x1ff9cc;return _0x57672d['closest']&&(null!==_0x57672d['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x57672d['closest']('.ck-ai-quick-actions-group-list')||null!==_0x57672d['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'](_0x4ad142){return'rtl'===_0x4ad142['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x3da04d){return'rtl'===_0x3da04d['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x7b394f,_0x2513c8,_0x2c9f06,_0x53a5c1){_0x7b394f['key']==_0x2513c8&&(_0x2c9f06['focus'](),this['_hideNestedPanel'](_0x53a5c1));}['_handleSearchResultButtonClick'](_0x41381c){_0x41381c['fire']('execute');}}function xa(_0x501772){const {editor:_0x300f81,content:_0x1d1932,buttonDefinition:_0x2fd351,bodyCollection:_0x36f817,hasSearch:_0x2e8214=!0x1}=_0x501772;return()=>{const _0x20081f=_0x300f81['locale'],_0x2c0919=Bt(_0x20081f);_0x2c0919['buttonView']['set']({'icon':_0x2fd351['icon']??_0x284079,'label':_0x2fd351['label'],'tooltip':!0x0}),_0x2c0919['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x2062dd=new ya(_0x300f81,_0x1d1932,_0x2c0919,_0x36f817,_0x2e8214);return _0x2c0919['panelView']['children']['add'](_0x2062dd),_0x2e8214&&_0x2c0919['on']('change:isOpen',(_0x21c74e,_0x3bd1ab,_0x109f2e)=>{if(_0x109f2e){if(_0x300f81['plugins']['has']('AIEditing')){const _0x204aec=_0x300f81['plugins']['get'](qs),_0x14199a=_0x300f81['model']['document']['selection'],_0x47843c=Array['from'](_0x14199a['getRanges']());_0x47843c['length']>0x0&&_0x204aec['showFakeVisualSelection']({'ranges':_0x47843c,'id':'quick-action','priority':0x14});}}else _0x300f81['plugins']['has']('AIEditing')&&_0x300f81['plugins']['get'](qs)['hideFakeVisualSelection']('quick-action'),_0x2062dd['resetSearch']();}),_0x2c0919;};}const La='<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>',Da='<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>',Pa='<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>',Ha=/* #__PURE__ -- @preserve */
28
- ((()=>({'chat':'AIChat','action':'AIActions'}))());class Ma extends _0x45624b{static get['requires'](){return[_0x1248ec,rs];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){const _0x2698c7=await this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x2698c7),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x3c783f){return function(_0x10639e){const _0x38ab19=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x10639e['uiLanguage']),_0x18ba74=_0x38ab19||'English',_0x133c74=[{'id':'ask-ai','label':as(_0x10639e,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x264cc1},{'id':'chat-commands','label':as(_0x10639e,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x264cc1,'actions':[{'id':'explain','label':as(_0x10639e,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':as(_0x10639e,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':La['replace']('%0',_0x18ba74),'type':'chat'},{'id':'summarize','label':as(_0x10639e,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':as(_0x10639e,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Da['replace']('%0',_0x18ba74),'type':'chat'},{'id':'highlight-key-points','label':as(_0x10639e,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':as(_0x10639e,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Pa['replace']('%0',_0x18ba74),'type':'chat'}]},{'id':'improve-writing','label':as(_0x10639e,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x2e33c6},{'id':'continue','label':as(_0x10639e,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0xbf47ac},{'id':'fix-grammar','label':as(_0x10639e,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x457edc},{'id':'adjust-length','label':as(_0x10639e,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x3ae578,'actions':[{'id':'make-shorter','label':as(_0x10639e,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':as(_0x10639e,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':as(_0x10639e,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x45ae75,'actions':[{'id':'make-tone-casual','label':as(_0x10639e,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':as(_0x10639e,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':as(_0x10639e,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':as(_0x10639e,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':as(_0x10639e,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x54c868,'actions':[{'id':'translate-to-english','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':as(_0x10639e,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':as(_0x10639e,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x4d6ada,'actions':[]}];return _0x133c74;}(_0x3c783f);}async['_getDefaultAndCustomActions'](){const _0x5df976=Ma['getDefaultQuickActions'](this['editor']['locale']),_0x1aeae6=this['editor']['config']['get']('ai.quickActions.extraCommands')||[];let _0x209612=[];try{_0x209612=await new Bs({'connector':this['editor']['plugins']['get']('AIConnector'),'locale':this['editor']['locale']})['getAll']();}catch(_0x3c9b74){const _0x2895de=new ot('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x3c9b74});Et(_0x2895de['message']);}finally{const _0x7b6a03=_0x1aeae6['map'](_0x167a00=>({..._0x167a00,'type':'chat'===_0x167a00['type']?'chat':'action','icon':void 0x0}));_0x5df976['find'](_0x4d3ab5=>'other'===_0x4d3ab5['id'])['actions']['push'](..._0x7b6a03),_0x5df976['forEach'](_0x4ca680=>{if('actions'in _0x4ca680)_0x4ca680['actions']['forEach'](_0x3c0002=>{if(_0x3c0002['isEnabled']=!!_0x209612['find'](_0x30a149=>_0x30a149['id']===_0x3c0002['model'])||void 0x0===_0x3c0002['model'],!_0x3c0002['isEnabled']){const _0x223eff=new ot('ai-quick-actions-unavailable-model',this,{'actionId':_0x3c0002['id'],'modelId':_0x3c0002['model']});Et(_0x223eff['message']);}});else{if(_0x4ca680['isEnabled']=!!_0x209612['find'](_0x21b4a1=>_0x21b4a1['id']===_0x4ca680['model'])||void 0x0===_0x4ca680['model'],!_0x4ca680['isEnabled']){const _0x3c7780=new ot('ai-quick-actions-unavailable-model',this,{'actionId':_0x4ca680['id'],'modelId':_0x4ca680['model']});Et(_0x3c7780['message']);}}});}return _0x5df976;}['_initializeQuickActionsComponentsAndCommands'](){const _0x7dd9df=new qt(this['editor']['locale']);_0x7dd9df['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x7dd9df),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x7dd9df);}['_initializeQuickActionsDropdown'](_0x4c2415){const _0x1ebcc6=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',xa({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x284079,'label':as(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x4c2415,'hasSearch':_0x1ebcc6}));}['_prepareQuickActionsDefinition'](_0x131254){this['_quickActionsDefinition']=_0x131254['map'](_0x5c6151=>{if('actions'in _0x5c6151){const _0x4199a0=_0x5c6151;return{..._0x4199a0,'actions':_0x4199a0['actions']['map'](_0x2f6d5a=>{const {actions:_0x9726ee,..._0x617f3a}=_0x4199a0;return{..._0x2f6d5a,'parent':_0x617f3a};})['filter'](_0x3a10e3=>this['_shouldIncludeAction'](_0x3a10e3))};}return _0x5c6151;})['filter'](_0x177045=>'actions'in _0x177045?_0x177045['actions']['length']>0x0:this['_shouldIncludeAction'](_0x177045));}['_shouldIncludeAction'](_0x1b4f94){const _0x378f61=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ha[_0x1b4f94['type']])&&!_0x378f61['includes'](_0x1b4f94['id'])&&!('chat'===_0x1b4f94['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x5de9ef){this['_quickActionsDefinition']['forEach'](_0x58d300=>{if('actions'in _0x58d300){const _0x26fc61=xa({'editor':this['editor'],'content':_0x58d300['actions'],'buttonDefinition':_0x58d300,'bodyCollection':_0x5de9ef});this['editor']['ui']['componentFactory']['add'](_0x58d300['id'],_0x26fc61),_0x58d300['actions']['forEach'](_0x1231a5=>{const _0x335963=Ra({'editor':this['editor'],'action':_0x1231a5});this['editor']['ui']['componentFactory']['add'](_0x1231a5['id'],_0x335963);});}else{const _0x15d416=Ra({'editor':this['editor'],'action':_0x58d300,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1});this['editor']['ui']['componentFactory']['add'](_0x58d300['id'],_0x15d416);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x422757=>{const _0xc1efc9=new Ft(_0x422757),_0x584049=as(_0x422757,'AI_QUICK_ACTIONS_HEADING');_0xc1efc9['buttonView']['set']({'label':_0x584049,'icon':_0x284079});const _0x55858e=new Yt(_0x422757);_0x55858e['set']({'ariaLabel':_0x584049,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x373bf5=>{if('actions'in _0x373bf5){const _0x431de2=_0x373bf5,_0x1755e1=new $t(_0x422757,_0xc1efc9),_0x4ec934=new Ft(_0x422757),_0x70144=new Yt(_0x422757);_0x4ec934['buttonView']['set']({'label':_0x431de2['label'],'icon':_0x431de2['icon']}),_0x431de2['actions']['forEach'](_0x3fdc40=>{const _0x5b010f=new $t(_0x422757,_0x4ec934),_0x5e52e4=new Kt(_0x422757);_0x5e52e4['set']({'label':_0x3fdc40['label'],'icon':_0x3fdc40['icon'],'role':'menuitem','isEnabled':_0x3fdc40['isEnabled']}),_0x5e52e4['on']('execute',()=>{this['_executeQuickAction'](_0x3fdc40);}),_0x5e52e4['delegate']('execute')['to'](_0x4ec934),_0x5b010f['children']['add'](_0x5e52e4),_0x70144['items']['add'](_0x5b010f);}),_0x4ec934['panelView']['children']['add'](_0x70144),_0x1755e1['children']['add'](_0x4ec934),_0x55858e['items']['add'](_0x1755e1);}else{const _0xf031ba=_0x373bf5,_0x1ec784=new $t(_0x422757,_0xc1efc9),_0x4b8354=new Kt(_0x422757);_0x4b8354['set']({'label':_0xf031ba['label'],'icon':_0xf031ba['icon'],'role':'menuitem','isEnabled':_0xf031ba['isEnabled']}),_0x4b8354['on']('execute',()=>{this['_executeQuickAction'](_0xf031ba);}),_0x4b8354['delegate']('execute')['to'](_0xc1efc9),_0x1ec784['children']['add'](_0x4b8354),_0x55858e['items']['add'](_0x1ec784);}});const _0x56ac69=Object['values'](Ha)['some'](_0xce74eb=>this['editor']['plugins']['has'](_0xce74eb));return _0xc1efc9['set']({'isEnabled':_0x56ac69}),_0xc1efc9['panelView']['children']['add'](_0x55858e),_0xc1efc9;});}['_executeQuickAction'](_0x58592f){const _0x298fb0=this['editor'];_0x298fb0['editing']['view']['focus'](),_0x298fb0['commands']['execute']('aiQuickAction',_0x58592f);const _0x30a033=_0x298fb0['ui']['view']['menuBarView'];_0x30a033&&_0x30a033['close']&&_0x30a033['close']();}}class Ua extends _0x17f7e6{['execute'](_0xe45274){switch(this['_expandSelectionIfCollapsed'](),_0xe45274['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x24a008=as(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new ot('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x24a008});}this['_handleAIChatAction'](_0xe45274);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x1095c2=as(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new ot('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x1095c2});}this['_handleAIActionsAction'](_0xe45274);}}async['_handleAIChatAction'](_0x2dc212){const _0x4629da=this['editor']['plugins']['get']('AIChatController'),_0x4e4abd=this['editor']['plugins']['get']('AITabs')['view'];if(_0x4e4abd['isVisible']||(_0x4e4abd['isVisible']=!0x0),'chat'!==_0x4e4abd['activeTab']&&_0x4e4abd['activateTab']('chat'),'ask-ai'===_0x2dc212['id'])_0x4629da['removeSelectionFromChatContext'](),_0x4629da['addSelectionToChatContext'](),_0x4629da['focusPromptInput']();else await _0x4629da['startConversation'](),_0x4629da['removeSelectionFromChatContext'](),_0x4629da['addSelectionToChatContext'](),_0x4629da['focusPromptInput'](),await _0x4629da['sendMessage']({'message':_0x2dc212['prompt']||_0x2dc212['displayedPrompt']||_0x2dc212['label'],'attributes':{'quickActionData':{'id':_0x2dc212['id']},'displayedPrompt':_0x2dc212['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x388caf=this['editor'],_0x2e8453=_0x388caf['model']['document']['selection'];if(!_0x2e8453['isCollapsed'])return;const _0xd81a8d=gt(_0x2e8453['getSelectedBlocks']())||_0x388caf['model']['schema']['getLimitElement'](_0x2e8453);_0x388caf['model']['change'](_0x29f529=>{_0x29f529['setSelection'](_0xd81a8d,'in');});}['_handleAIActionsActionLabel'](_0x550f0d){return _0x550f0d['parent']?.['label']&&'other'!==_0x550f0d['parent']?.['id']?_0x550f0d['parent']['label']+':\x20'+_0x550f0d['label']:_0x550f0d['label'];}async['_handleAIActionsAction'](_0x7e973f){const _0x5354dd=this['editor']['plugins']['get']('AIActions'),_0x5ecf2e=_0x7e973f['prompt']?{'userMessage':_0x7e973f['prompt'],'model':_0x7e973f['model']}:{'actionName':_0x7e973f['actionName']||_0x7e973f['id'],'args':_0x7e973f['args']},_0x372fc6=this['_handleAIActionsActionLabel'](_0x7e973f);await _0x5354dd['executeAction'](_0x5ecf2e,_0x372fc6,_0x7e973f['icon']);}}class Va extends _0x45624b{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x566378=this['editor'],_0x404690=new Ua(this['editor']);if(_0x566378['commands']['add']('aiQuickAction',_0x404690),_0x566378['plugins']['has']('AIChat')){const _0x4f4245=this['editor']['plugins']['get']('AIChatController');_0x566378['model']['document']['selection']['on']('change:range',(_0x2a4ff3,_0xada9a6)=>{_0xada9a6['directChange']&&_0x4f4245['removeSelectionFromChatContext']();});}}}class Ba extends vs{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0xdc02ae=this['documentContextContent']['children']['map'](_0x25157b=>({'node':_0x25157b,'id':gs(_0x25157b,'data-id')})),_0x56f73d=this['parsedMergedContent']['children']['map'](_0x544df6=>({'node':_0x544df6,'id':gs(_0x544df6,'data-id')||at()})),_0x14d32e=_0x27537d(_0xdc02ae,_0x56f73d,{'comparator':(_0x51a50b,_0x5eaed1)=>_0x51a50b['id']==_0x5eaed1['id'],'oneChangePerToken':!0x0});if(!this['isDone']){for(;_0x14d32e['length']&&_0x14d32e[_0x14d32e['length']-0x1]['removed'];)_0x14d32e['pop']();}const _0x194604=_0x14d32e['map'](_0x527785=>{const _0x5ad407=_0x527785['added']?'new':_0x527785['removed']?'removed':'modified';return{'node':_0x527785['value'][0x0]['node'],'type':_0x5ad407,'id':_0x527785['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x194604,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x244a9b,_0x317ffa){return _0x317ffa;}}class Ga extends xs{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x4d462b){super(_0x4d462b),this['content']=_0x4d462b['content'],this['version']=_0x4d462b['version'],this['actionName']=_0x4d462b['actionName'],this['args']=_0x4d462b['args'],this['userMessage']=_0x4d462b['userMessage'],this['model']=_0x4d462b['model'],this['on']('interactionStopped',()=>{this['stoppedExplicitly']=!0x0;});}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':'text','content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x4b4663){const _0x2840a7=new Ba({'editor':this['editor'],'documentContextContent':this['content'],..._0x4b4663});return this['replies']['push'](_0x2840a7),_0x2840a7['delegate'](...ys)['to'](this),this['fire']('replyCreated',_0x2840a7),_0x2840a7;}}class Fa extends Ot{constructor(_0x19343d,_0x188c76=!0x0,_0x1c553b=!0x0){super(_0x19343d),this['set']('isEnabled',!0x1),_0x188c76&&(this['applyButton']=this['_createButton'](as(_0x19343d,'AI_BALLOON_APPLY_BUTTON'),os),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x1c553b&&(this['suggestButton']=this['_createButton'](as(_0x19343d,'AI_BALLOON_SUGGEST_BUTTON'),_0x188c76?hs:os),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x188c76,'showSuggestButton':_0x1c553b}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x58f08f,showSuggestButton:_0x3f8ef6}){this['applyButton']&&(this['applyButton']['isVisible']=_0x58f08f),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x3f8ef6);}['_createButton'](_0x505ccb,_0x23c5f4){const _0x4c56bc=new kt(this['locale']);return _0x4c56bc['set']({'label':_0x505ccb,'class':_0x23c5f4,'isVisible':!0x0,'withText':!0x0}),_0x4c56bc;}}class Ka extends Nt{constructor(_0x581e4a){super(_0x581e4a),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':as(_0x581e4a,'AI_DISCLAIMER_TEXT')}]}]});}}class Wa extends Nt{constructor(_0x375e20){super(_0x375e20),this['set']('isVisible',!0x0);const _0xdc5af2=new fn('small');_0xdc5af2['isVisible']=!0x0;const _0x262c45=new Nt(this['locale']);_0x262c45['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[as(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x32b2f1=>!_0x32b2f1)]},'children':[_0xdc5af2,_0x262c45]});}}class Ya extends Ta{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x41a5e5,_0x3a38e9){super(_0x41a5e5),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x3a38e9,this['_focusTracker']=new _t(),this['_keystrokes']=new At(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Mt({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x1684ff(),this['_addContentWrapper'](_0x3a38e9),this['_addDisclaimerView'](),this['_addToolbar'](_0x3a38e9),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'](_0x3a38e9);});}['render'](){super['render']();for(const _0x4d3414 of this['_focusables'])this['_focusTracker']['add'](_0x4d3414['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x48628c){-0x1===_0x48628c?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x1f854b){this['_isLoading']=_0x1f854b;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0xf71adb){super['showError'](_0xf71adb),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x55d334){super['showBlockingError'](_0x55d334),this['setErrorState']();}['addMiniToolbarItem'](_0x1a4cfc){this['_miniToolbarView']['items']['has'](_0x1a4cfc)||this['_miniToolbarView']['items']['add'](_0x1a4cfc);}['removeMiniToolbarItem'](_0x4b1bd3){this['_miniToolbarView']['items']['has'](_0x4b1bd3)&&this['_miniToolbarView']['items']['remove'](_0x4b1bd3);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x572aa4,showSuggestButton:_0x5c647a}){_0x572aa4=_0x572aa4&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x5c647a=_0x5c647a&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x572aa4,'showSuggestButton':_0x5c647a});}async['updateContent'](_0x38c2a3){await this['_streamableContentView']['update'](_0x38c2a3);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x1867aa){this['_contentWrapper']=new Nt(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'](_0x1867aa['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new Ka(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x4581ce,showSuggestButton:_0x19f6ba}){this['_toolbarView']=new Fa(this['locale'],_0x4581ce,_0x19f6ba),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',(_0x41aea5,_0x4db139,_0x1fe4fe)=>!(_0x41aea5||_0x4db139||_0x1fe4fe)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x4581ce,'showSuggestButton':_0x19f6ba}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0x4ddc83){return this['_miniToolbarView']=new Ca(this['locale'],_0x4ddc83),this['_miniToolbarView']['delegate'](...Qs)['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',(_0x20f579,_0x5e901f)=>!(_0x20f579||_0x5e901f)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new Wa(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new un(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0x1215cc=new kt(this['locale']),_0x757311=new kt(this['locale']),_0x13681e=new $a(this['locale']),_0x2e792b=new kt(this['locale']);_0x1215cc['set']({'icon':tt,'label':as(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+cs}),_0x757311['set']({'icon':_0x574cb2,'tooltip':as(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+cs}),_0x2e792b['set']({'icon':et,'tooltip':as(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+cs}),_0x1215cc['bind']('isEnabled')['to'](this,'isBusy',_0x4a7727=>!_0x4a7727),_0x1215cc['on']('execute',()=>{this['fire']('tryAgain');}),_0x757311['bind']('isEnabled')['to'](this,'isBusy',_0x4d9e24=>!_0x4d9e24),_0x757311['on']('execute',()=>{this['fire']('showPrevious');}),_0x2e792b['bind']('isEnabled')['to'](this,'isBusy',_0x412262=>!_0x412262),_0x2e792b['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x757311,this['_navigationCounter']=_0x13681e,this['_navigationNextButton']=_0x2e792b,this['_navigationTryAgainButton']=_0x1215cc;}['updateMiniToolbarButtons'](_0x572d50,_0x198c14){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x1a9fad=_0x572d50>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x1a9fad){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x3527f4=_0x572d50-_0x198c14;this['_navigationCounter']['setInteractionCount'](_0x3527f4+'/'+_0x572d50),this['_navigationPreviousButton']['isEnabled']=_0x198c14<_0x572d50-0x1,this['_navigationNextButton']['isEnabled']=_0x198c14>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'](_0x1e43c7){this['_isLoading']=_0x1e43c7;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0x37d81e=this['_getScrollableElement']();_0x37d81e&&!this['_scrollManager']&&(this['_scrollManager']=new Xn(_0x37d81e));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class $a extends Nt{constructor(_0x1b2552){super(_0x1b2552);const _0x42c44a=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x42c44a['to']('interactionCount')}]});}['setInteractionCount'](_0x8566fa){this['set']('interactionCount',_0x8566fa);}}class qa extends _0x45624b{static get['requires'](){return[rs,Vt,qs,ma,_0x5ecf54];}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(_0x41a43c){super(_0x41a43c),this['_bodyCollection']=new qt(this['editor']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new _n();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x43a26b,_0x324c31,_0x13f92c){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x12438b,anchorData:_0x4d1c37}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x43a26b,_0x12438b,_0x4d1c37,_0x324c31,_0x13f92c);}}const {modelFragment:_0x3db9ca,anchorData:_0x3b1775}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x43a26b,_0x3db9ca,_0x3b1775,_0x324c31,_0x13f92c);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x1253ef=this['editor']['plugins']['has']('TrackChanges');let _0x505039=this['editor']['config']['get']('ai.availableReplyActions')||[...gn];_0x1253ef||(_0x505039=_0x505039['filter'](_0xb8a100=>'insertSuggestion'!=_0xb8a100));const _0x2c71b9=this['editor']['commands']['get']('trackChanges'),_0x49555a=new Ya(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x1253ef,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x505039});return _0x49555a['bind']('isBusy')['to'](this),_0x2c71b9&&_0x49555a['bind']('isTrackChangesOn')['to'](_0x2c71b9,'value'),_0x49555a['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x49555a['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x49555a['on']('showNext',()=>{this['_navigateToNext']();}),_0x49555a;}['_getExecuteDataRegular'](){const _0x1f7ab3=this['editor']['model']['document']['selection'];if(_0x1f7ab3['isCollapsed']){const _0x5842cc=gt(_0x1f7ab3['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x1f7ab3);this['editor']['model']['change'](_0x4b8273=>{_0x4b8273['setSelection'](_0x5842cc,'in');});}const _0x2325fc=_0x1f7ab3['getFirstRange'](),_0x1dd3b5=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x1f7ab3),_0x2325fc['start'],_0x2325fc['end']);this['_copyMarkersToFragment'](_0x1dd3b5,_0x1f7ab3,{'isTableSelection':!0x1});const _0x2b320b=_0x1f7ab3['getFirstRange']()['start'],_0x36691c=new Map();let _0x191745=_0x1dd3b5;for(let _0x1b74e2=0x0;_0x1b74e2<_0x2b320b['path']['length'];_0x1b74e2++)_0x36691c['set'](_0x191745,_0x2b320b['path'][_0x1b74e2]),_0x191745=_0x191745['getChild'](0x0);return{'modelFragment':_0x1dd3b5,'anchorData':_0x36691c};}['_getExecuteDataInTable'](){const _0x2acfbd=this['editor']['model']['document']['selection'],_0x5ee303=this['editor']['plugins']['get']('TableSelection')['getSelectionAsFragment'](),_0x2421c8=_0x2acfbd['getFirstRange']()['start']['parent']['parent'],_0x5d04a4=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x2421c8),this['editor']['model']['createPositionAfter'](_0x2421c8)),_0x4c9b24=this['_wrapWithCommonAncestors'](_0x5ee303,_0x5d04a4['start'],_0x5d04a4['end']);this['_copyMarkersToFragment'](_0x4c9b24,_0x2acfbd,{'isTableSelection':!0x0});const _0x416f59=_0x2acfbd['getFirstRange']()['start'],_0x5ed0fd=new Map();let _0x8e64d=_0x4c9b24;for(let _0x12fb2b=0x0;_0x12fb2b<_0x416f59['path']['length'];_0x12fb2b++)if(_0x5ed0fd['set'](_0x8e64d,_0x416f59['path'][_0x12fb2b]),_0x12fb2b<_0x416f59['path']['length']-0x1)_0x8e64d=_0x8e64d['getChild'](0x0);else{let _0x3f666e=_0x8e64d['nextSibling'];for(;_0x3f666e;)_0x5ed0fd['set'](_0x3f666e,_0x416f59['path'][_0x12fb2b]),_0x3f666e=_0x3f666e['nextSibling'];}return{'modelFragment':_0x4c9b24,'anchorData':_0x5ed0fd};}async['_executeAction'](_0x3636eb,_0x170a7c,_0x1340db,_0x351729,_0x5ee4d5){const _0x5b3185=this['editor']['plugins']['get'](qs),_0x2752e7=this['editor']['plugins']['get'](ma),_0x2ee890=this['editor']['model']['document']['selection'],_0x4b67c3=await _0x5b3185['modelToDataWithIds'](_0x170a7c),_0x37b138=this['editor']['model']['document']['version'],_0x5d035f=[..._0x2ee890['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x2752e7['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x351729,'icon':_0x5ee4d5||_0x284079,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x5d035f,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x2752e7),this['_interactionParams']={'action':_0x3636eb,'content':_0x4b67c3,'version':_0x37b138,'aiBalloon':_0x2752e7,'modelFragment':_0x170a7c,'anchorData':_0x1340db},this['_setupApplyListeners'](),this['listenTo'](_0x2752e7,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x2752e7,'dialogClosed',(_0x1d1eb1,{id:_0x1a334a})=>{if('aiActionsBalloon'===_0x1a334a){for(const _0x4989c0 of this['_interactions']){if(0x0===_0x4989c0['replies']['length']||_0x4989c0['stoppedExplicitly'])continue;const _0x4fea33=_0x4989c0['replies'][_0x4989c0['replies']['length']-0x1],_0x3de216=_0x4fea33['changeGroups'][0x0];_0x3de216&&'pending'===_0x3de216['state']&&_0x4fea33['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x2752e7);}}),this['_createInteraction'](_0x4b67c3,_0x37b138,_0x2752e7,_0x3636eb);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x57d635,anchorData:_0x549b1d}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x57d635,_0x549b1d,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x57d635,_0x549b1d,!0x0);});}['_wrapWithCommonAncestors'](_0x3f219a,_0x2745ff,_0x4395e9){const _0x345be3=this['editor']['model']['createRange'](_0x2745ff,_0x4395e9)['getCommonAncestor'](),_0x48a817=_0x345be3['is']('documentFragment')?[]:_0x345be3['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x48a817['length']){const _0x30ba3f=_0x48a817['map'](_0x351bac=>_0x351bac['_clone'](!0x1));for(let _0x29ac4b=0x1;_0x29ac4b<_0x30ba3f['length'];_0x29ac4b++)_0x30ba3f[_0x29ac4b-0x1]['_appendChild'](_0x30ba3f[_0x29ac4b]);return _0x30ba3f[_0x30ba3f['length']-0x1]['_appendChild'](_0x3f219a),new _0x4bebc2(_0x30ba3f[0x0]);}return _0x3f219a;}['_copyMarkersToFragment'](_0x559935,_0x43d7d7,_0x1cffe3={'isTableSelection':!0x1}){const _0x3d6d6f=this['editor']['model'],_0x5a4a38=Array['from'](_0x43d7d7['getRanges']()),_0x429148=_0x43d7d7['getFirstRange']()['start'];for(const _0x182735 of _0x3d6d6f['markers']){if(_0x182735['name']['startsWith']($s)||!_0x182735['affectsData'])continue;const _0xcd9ba6=_0x182735['getRange']();if(!_0x5a4a38['some'](_0xa35ce6=>_0xa35ce6['containsRange'](_0xcd9ba6,!0x0)))continue;const _0x34d613=this['_regularCalculateMarkerPath'](_0xcd9ba6['start'],_0x429148,_0x1cffe3['isTableSelection']),_0x9ee328=this['_regularCalculateMarkerPath'](_0xcd9ba6['end'],_0x429148,_0x1cffe3['isTableSelection']),_0x51396b=_0x3d6d6f['createPositionFromPath'](_0x559935,_0x34d613),_0x540fd5=_0x3d6d6f['createPositionFromPath'](_0x559935,_0x9ee328);if(!_0x51396b['isEqual'](_0x540fd5)){const _0x3cadfe=_0x3d6d6f['createRange'](_0x51396b,_0x540fd5);_0x559935['markers']['set'](_0x182735['name'],_0x3cadfe);}}}['_regularCalculateMarkerPath'](_0xa64a51,_0x3e66f9,_0x2c1107=!0x1){const _0x718e9c=[..._0xa64a51['path']['slice']()];for(let _0x1f116d=0x0;_0x1f116d<Math['max'](_0x3e66f9['path']['length'],_0xa64a51['path']['length']);_0x1f116d++){const _0x374357=_0x3e66f9['path'][_0x1f116d]||0x0,_0x3b45ab=(_0xa64a51['path'][_0x1f116d]||0x0)-_0x374357;if(_0x718e9c[_0x1f116d]=_0x3b45ab,0x0!==_0x3b45ab&&!_0x2c1107)break;}return _0x718e9c;}async['_createInteraction'](_0x2cdedc,_0x2db634,_0x435990,_0x2e7c2e){const _0x3aee65=this['editor'];this['_interactionParams']||(this['_interactionParams']={'action':_0x2e7c2e,'content':_0x2cdedc,'version':_0x2db634,'aiBalloon':_0x435990,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map()});const _0x7ffefe=new Ga({'connector':this['_aiConnector'],'editor':_0x3aee65,'content':_0x2cdedc,'version':_0x2db634,..._0x2e7c2e});this['_interactions']['push'](_0x7ffefe);const _0x3b8ccb=(_0x3b46ad,_0x8bac10=!0x1,_0x2d86f7='streaming')=>this['_promiseQueue']['enqueue'](async _0x50b101=>{try{const _0x51ed36=Ss({'editor':_0x3aee65,'changeGroups':_0x3b46ad['changeGroups'],'documentContextContent':_0x3b46ad['documentContextContent'],'showDiff':_0x8bac10,'trimUnchanged':!0x1});_0x51ed36['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x51ed36[0x0],'renderingStrategy':_0x2d86f7,'abortSignal':_0x50b101});}catch(_0x1778d5){if(this['_isAbortError'](_0x1778d5))return;throw _0x1778d5;}});_0x7ffefe['on']('replyCreated',(_0x17ba45,_0x44d97f)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x3b8ccb(_0x44d97f)['catch'](_0x52233b=>{this['_isAbortError'](_0x52233b)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x52233b),this['_setErrorState'](_0x7ffefe));});}),_0x7ffefe['on']('replyContentUpdated',(_0x1b3893,_0x1ee18a)=>{_0x3b8ccb(_0x1ee18a)['catch'](_0x90bf23=>{this['_isAbortError'](_0x90bf23)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x90bf23),this['_setErrorState'](_0x7ffefe));});}),_0x7ffefe['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x44e5b8){this['_isAbortError'](_0x44e5b8)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x44e5b8),this['_setErrorState'](_0x7ffefe));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x24684d,{showDiff:_0x4c2540})=>{try{this['_balloonShowDiff']=_0x4c2540;const _0x5e3a27=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x5e3a27&&await _0x3b8ccb(_0x5e3a27,_0x4c2540,'static');}catch(_0x51bed0){this['_isAbortError'](_0x51bed0)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x51bed0),this['_setErrorState'](_0x7ffefe));}}),_0x7ffefe['on']('replyChangeGroupStateUpdated',()=>{const _0xf67094={'positiveCount':_0x7ffefe['replies']['reduce']((_0x202da0,_0x32a895)=>_0x202da0+_0x32a895['changeGroups']['filter'](_0x5d1da5=>'accepted'===_0x5d1da5['state'])['length'],0x0),'totalCount':_0x7ffefe['replies']['reduce']((_0x2b0f27,_0x2af124)=>_0x2b0f27+_0x2af124['changeGroups']['length'],0x0)},_0x25ef3a=_0x7ffefe['actionCallId'],_0x3eb35b=_0x7ffefe['actionName'];_0x3eb35b?this['_aiConnector']['upsertAIActionRating'](_0x3eb35b,_0x25ef3a,_0xf67094):this['_aiConnector']['upsertCustomAIActionRating'](_0x25ef3a,_0xf67094);}),this['_setLoadingState']();try{const _0xe481f4=await _0x7ffefe['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0xe481f4;}catch(_0x52c71b){if(this['_isAbortError'](_0x52c71b))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x7ffefe);}}['_applyChanges'](_0x3961da,_0x13fa97,_0x4cf7a7){const _0x3cfe20=this['editor'];if(_0x4cf7a7&&!_0x3cfe20['plugins']['has']('TrackChanges'))throw new ot('ai-no-track-changes',null);const _0x2bef2c=this['editor']['plugins']['get'](_0x5ecf54),_0x57ff7e=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x57ff7e||!_0x57ff7e['replies']['length'])return;const _0x27a942=_0x57ff7e['replies'][_0x57ff7e['replies']['length']-0x1],_0x2dabfc=_0x27a942['changeGroups'];_0x27a942['setChangeGroupState'](0x0,'accepted');let _0x144cf1=Ks({'editor':_0x3cfe20,'reply':_0x27a942,'interaction':_0x57ff7e,'groups':_0x2dabfc,'transform':!0x1,'documentCompare':_0x2bef2c,'documentCompareOptions':{'anchor':_0x3cfe20['model']['createPositionAt'](_0x3961da,0x0),'markDeletions':_0x4cf7a7}});_0x144cf1=this['_filterOperationsOutsideRange'](_0x144cf1,_0x13fa97);for(const _0x9fdcee of _0x144cf1)this['_anchorOperation'](_0x13fa97,_0x9fdcee,_0x3cfe20['model']['document']['getRoot']());const _0x4b3314=_0x57ff7e['getDocumentContext']()['version'],_0x132418=_0x3cfe20['model']['document']['history']['getOperations'](_0x4b3314),_0x225e55={'document':_0x3cfe20['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x7ad482=_0x46a597(_0x144cf1,_0x132418,_0x225e55)['operationsA'];_0x3cfe20['model']['change'](_0xed5849=>{if(_0xed5849['setSelection'](_0x3cfe20['model']['document']['selection']['focus']),_0x4cf7a7)_0x3cfe20['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x7ad482);else{for(const _0x34bc26 of _0x7ad482)_0x34bc26['baseVersion']=_0x3cfe20['model']['document']['version'],Ws(_0x3cfe20,_0x34bc26),_0xed5849['batch']['addOperation'](_0x34bc26),_0x3cfe20['model']['applyOperation'](_0x34bc26);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x410d00,_0x5be7ba){return _0x410d00['filter'](_0x52b5c8=>{if('rename'==_0x52b5c8['type']){const _0x93be2=_0x52b5c8['position']['nodeAfter'];return!_0x5be7ba['has'](_0x93be2);}if(_0x52b5c8['type']['indexOf']('Attribute')>-0x1){const _0x40ca5d=_0x52b5c8['range']['start']['nodeAfter'];return!_0x5be7ba['has'](_0x40ca5d);}return!0x0;});}['_anchorOperation'](_0x26c042,_0x864445,_0x1ddfd6){const _0x48ca0a=_0x864445['clone']();for(const _0x36a54c in _0x864445){const _0x46330d=_0x864445[_0x36a54c];_0x46330d instanceof _0x17956e?_0x864445[_0x36a54c]=new _0x17956e(_0x14ce98(_0x46330d['start']),_0x14ce98(_0x46330d['end'])):_0x46330d instanceof _0x290fc7&&(_0x864445[_0x36a54c]=_0x14ce98(_0x46330d));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x48ca0a['type'])){if(_0x48ca0a['isDocumentOperation']=!0x1,_0x48ca0a['baseVersion']=null,'remove'==_0x48ca0a['type']){const _0x32104f=_0x48ca0a['sourcePosition'],_0x3fa15c=_0x48ca0a['howMany'];new _0x3b2327(_0x32104f,_0x3fa15c)['_execute']();}else _0x48ca0a['_execute']();}function _0x14ce98(_0x521ecb){if('$graveyard'==_0x521ecb['root']['rootName'])return _0x521ecb;const _0x473895=[];let _0x238cac=_0x521ecb['root'];for(let _0x54200b=0x0;_0x54200b<_0x521ecb['path']['length'];_0x54200b++){const _0xb7da1c=_0x26c042['get'](_0x238cac)||0x0;_0x473895[_0x54200b]=_0x521ecb['path'][_0x54200b]+_0xb7da1c,_0x238cac=_0x238cac['getChildAtOffset'](_0x521ecb['path'][_0x54200b]);}return new _0x290fc7(_0x1ddfd6,_0x473895,_0x521ecb['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x41c1f6,content:_0x4269bd,version:_0x12ca70,aiBalloon:_0x4cf9c5}=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'](_0x4269bd,_0x12ca70,_0x4cf9c5,_0x41c1f6)['catch'](_0x19c1da=>{this['_isAbortError'](_0x19c1da)||console['error']('Error\x20refreshing\x20interaction:',_0x19c1da);});}['_isAbortError'](_0x51e3f6){return!!_0x51e3f6['message']&&_0x51e3f6['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 _0x23fd81=this['_interactions']['length'];this['_currentInteractionIndex']<_0x23fd81-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x2cb444){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x2cb444;const _0x14c8d2=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x14c8d2)return;if(_0x14c8d2['hasError'])return this['_setErrorState'](_0x14c8d2),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x14c8d2['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x30ed32=_0x14c8d2['replies'][_0x14c8d2['replies']['length']-0x1];if(_0x30ed32){const _0x5b7f41=this['editor'];try{const _0x50fed1=Ss({'editor':_0x5b7f41,'changeGroups':_0x30ed32['changeGroups'],'documentContextContent':_0x30ed32['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x36ded3=>setTimeout(_0x36ded3,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x50fed1[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x2dc118){this['_isAbortError'](_0x2dc118)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x2dc118);}}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x196486){const _0x25a625=as(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x25a625),_0x196486['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 Qa extends _0x45624b{static get['requires'](){return[Ma,Va,qa];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x22fac9){super(_0x22fac9),_0x22fac9['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class Xa extends Nt{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x234bf7,_0x26ac73){super(_0x234bf7),this['id']=_0x26ac73,this['set']('status','pending'),this['set']('changeId',_0x26ac73),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',(_0x18fe4e,_0x1a1883)=>{_0x1a1883&&_0x1a1883['target']&&'A'===_0x1a1883['target']['tagName']&&_0x1a1883['preventDefault'](),this['fire']('activateChange',{'id':_0x26ac73,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x26ac73,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x26ac73,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x4f6d52=new Nt(this['locale']);return _0x4f6d52['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',_0x513b86=>!_0x513b86)]}}),_0x4f6d52;}['_createAcceptButtonView'](){const _0x571f62=new kt(this['locale']);return _0x571f62['set']({'label':as(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x571f62['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x432f9b=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x432f9b['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x11b69a=>'pending'!==_0x11b69a&&'accepted'!==_0x11b69a),this['bindTemplate']['if']('status',hs,_0x3379ad=>'pending'===_0x3379ad),this['bindTemplate']['if']('status',cs,_0x5b7583=>'pending'!==_0x5b7583),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x2c1745=>'accepted'===_0x2c1745)]}}),this['on']('change:status',(_0x203725,_0x469da9,_0x5676ef)=>{_0x571f62['isEnabled']='pending'===_0x5676ef,'accepted'===_0x5676ef&&(_0x571f62['label']=as(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x571f62['icon']=_0xb32e01);}),_0x571f62;}['_createDismissButtonView'](){const _0x5c304c=new kt(this['locale']);return _0x5c304c['set']({'label':as(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x5c304c['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x388b2b=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x388b2b['stopPropagation']();})},'attributes':{'class':[cs,this['bindTemplate']['if']('status','ck-hidden',_0x450712=>'pending'!==_0x450712&&'rejected'!==_0x450712),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x47aa4e=>'pending'===_0x47aa4e),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x38da1d=>'rejected'===_0x38da1d)]}}),this['on']('change:status',(_0xcefaa6,_0x42fa03,_0x1bd811)=>{_0x5c304c['isEnabled']='pending'===_0x1bd811,'rejected'===_0x1bd811&&(_0x5c304c['label']=as(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x5c304c['icon']=_0x4ce413);}),_0x5c304c;}['_createInfoButtonView'](){const _0x133059=new kt(this['locale']);return _0x133059['set']({'label':as(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x4d5b24,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':cs+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x133059['bind']('isOn')['to'](this,'isInfoToggleOn',_0x180547=>_0x180547),_0x133059['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x133059;}['_createOutdatedButtonView'](){const _0x35a9a8=new kt(this['locale']);return _0x35a9a8['set']({'label':as(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':it,'withText':!0x0,'isEnabled':!0x1}),_0x35a9a8['extendTemplate']({'attributes':{'class':[cs,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0xea17b3=>'outdated'!==_0xea17b3)],'disabled':'disabled'}}),_0x35a9a8;}}class za extends Qt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x1b1829,_0x122db4){super(_0x1b1829),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']()),_0x122db4['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x5f1010){this['resultItemView']['changeId']=_0x5f1010['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x5f1010['contentDiffed'];}['showBalloon'](_0x413957,_0x147e46,_0xf8d829,_0x8d8a09,_0x268f6d,_0x3d7465){const _0xb4b3f2=_0x147e46();if(!_0xb4b3f2)return;this['updateContent'](_0x413957),this['show']();const _0x251978=Array['from'](_0xb4b3f2['getClientRects']())['reverse'](),_0x437811=this['_getPointedRectIndexFromEvent'](_0xf8d829,_0x251978),_0x178421=_0x251978[_0x437811??0x0];'click'===_0x8d8a09?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x147e46(),_0x437811,_0x413957['id'],_0x268f6d,_0x3d7465)||_0x178421})):'hover'===_0x8d8a09&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x147e46(),_0x437811,_0x413957['id'])||_0x178421}));}['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'](){Xt({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x190be=[this['element']];return this['_pinnedTargetElement']&&_0x190be['push'](this['_pinnedTargetElement']),_0x190be;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x6210b6=new Nt();return this['resultItemView']=new Xa(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x6210b6['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']]}]}),_0x6210b6;}['_getBestRectPositionOnClick'](_0x385254,_0x23b28d,_0x3671b0,_0x897624,_0x25c87a){if(!_0x385254)return null;const _0x141f95=this['position']['replace']('arrow_',''),_0x5a945b=Array['from'](_0x385254['getClientRects']());let _0x26b2fe,_0x4afe59=_0x5a945b['reverse']();return void 0x0!==_0x23b28d&&this['_isPinnedRectVisible'](_0x4afe59[_0x23b28d],_0x897624,_0x25c87a)?(_0x26b2fe=_0x4afe59[_0x23b28d],this['_pinnedRectIndex']=_0x23b28d):this['_isPinnedRectVisible'](_0x4afe59[0x0],_0x897624,_0x25c87a)&&void 0x0===_0x23b28d?_0x26b2fe=_0x4afe59[0x0]:(_0x4afe59='s'==_0x141f95[0x0]?[..._0x5a945b]['reverse']():_0x5a945b,_0x4afe59['forEach'](_0x1aa996=>{this['_isPinnedRectVisible'](_0x1aa996,_0x897624,_0x25c87a)&&(_0x26b2fe=_0x1aa996);})),this['_pinnedTargetChangeId']=_0x3671b0,this['_pinnedTargetElement']=_0x385254,_0x26b2fe||_0x385254['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x5be0ad,_0x26164e,_0x27e6ae){if(!_0x5be0ad)return null;const _0x2d4dbb=Array['from'](_0x5be0ad['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x26164e&&this['_pinnedTargetChangeId']!==_0x27e6ae)return this['_pinnedRectIndex']=_0x26164e,this['_pinnedTargetElement']=_0x5be0ad,this['_pinnedTargetChangeId']=_0x27e6ae,_0x2d4dbb[_0x26164e];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x27e6ae){if(_0x5be0ad!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x2d4dbb[this['_pinnedRectIndex']];}return void 0x0!==_0x26164e&&this['_pinnedTargetChangeId']!==_0x27e6ae?(this['_pinnedRectIndex']=_0x26164e,this['_pinnedTargetElement']=_0x5be0ad,this['_pinnedTargetChangeId']=_0x27e6ae,_0x2d4dbb[_0x26164e]):_0x5be0ad['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x2e79e1,_0x3ad446){if(_0x2e79e1)for(let _0x3f047a=0x0;_0x3f047a<_0x3ad446['length'];_0x3f047a++){const _0x4cfed4=_0x3ad446[_0x3f047a];if(_0x2e79e1['clientX']>=_0x4cfed4['left']-0x3&&_0x2e79e1['clientX']<=_0x4cfed4['right']+0x3&&_0x2e79e1['clientY']>=_0x4cfed4['top']-0x3&&_0x2e79e1['clientY']<=_0x4cfed4['bottom']+0x3)return _0x3f047a;}}['_isPinnedRectVisible'](_0x1cb1c2,_0xc358f0,_0x3b086e){const _0x152f45=new ut(_0x1cb1c2),_0xf10d5a=_0xc358f0||document['documentElement'],_0x314570=_0x152f45['getIntersection'](bt(_0x3b086e)),_0x551406=new ut(_0xf10d5a)['getIntersection'](_0x152f45);return!!(_0x314570&&_0x551406&&_0x152f45['width']>0x0);}}const ja=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class Ja extends _0x149119{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[ns];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ac4c5){super(_0x2ac4c5),this['_bodyCollection']=new qt(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...ja)['to'](this),this['_balloonSuggestionView']=new za(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x1e81e1=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x1e81e1);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x236bc1){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x3d55b9=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x236bc1,_0x3d55b9);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x400752){_0x400752&&('error-general'!==_0x400752['status']?'error-chunk'!==_0x400752['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x37f0e2){this['_mainView']['addCheckRunResult'](_0x37f0e2);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x42da5b){this['_mainView']['showGeneralReviewCoreErrorView'](_0x42da5b??as(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x133b32,_0x1c1eb1){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x133b32,_0x1c1eb1);}['setActiveStateInResults'](_0x3456ab){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x459b89=>{_0x459b89['id']===_0x3456ab&&_0x459b89['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x4da2c=>_0x4da2c['setItemAsInactive']());}['updateChangeState'](_0x2bb29a,_0x3ea65d){'accepted'===_0x3ea65d||'rejected'===_0x3ea65d||'outdated'===_0x3ea65d?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x2bb29a,_0x3ea65d):this['_mainView']['reviewCheckResultsView']['showResult'](_0x2bb29a,_0x3ea65d);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x31fa6c,_0x47a22a,_0x34e7b0,_0xdb3b51,_0xc155fe,_0x17788f){this['_balloonSuggestionView']['showBalloon'](_0x31fa6c,_0x47a22a,_0x34e7b0,_0xdb3b51,_0xc155fe,_0x17788f);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x4fd31e){const _0x49526e=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x4db257=>_0x4db257['id']===_0x4fd31e);return _0x49526e?_0x49526e['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class Za extends Nt{constructor(_0x118c2a){super(_0x118c2a),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x1644da=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x1644da['if']('isVisible','ck-hidden',_0x38a70=>!_0x38a70)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x1644da['to']('errorMessage')}]}]});}}class to extends Nt{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x3fb557,_0x2fe9cc){super(_0x3fb557),this['reviewCoreHeader']=_0x2fe9cc['header'],this['generalErrorView']=new Za(_0x3fb557),this['reviewCheckListView']=_0x2fe9cc['list'],this['reviewCheckListView']['delegate'](...ja)['to'](this),this['reviewCheckResultsView']=_0x2fe9cc['results'],this['reviewCheckResultsView']['delegate'](...ja)['to'](this),this['reviewCompletedView']=_0x2fe9cc['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'](_0x5c7705){this['reviewCheckResultsView']['addResult'](_0x5c7705),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'](_0x53db53){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x53db53;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class eo extends kt{constructor(_0x37e655,_0x524d2d){super(_0x524d2d),this['set']({'label':_0x37e655,'withText':!0x0,'class':os}),this['on']('execute',()=>{this['fire']('finishReview');});}}class io extends Pt{['_resultViews'];['_resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x3e46a2,_0x548d51){super(_0x3e46a2),this['_contents']=_0x548d51,this['_resultViews']=new _0x1684ff(),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 jr(_0x3e46a2),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 _0x29e52e=this['_createCombinedSkeletonLoader'](),_0x38dd55=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x38dd55['if']('isLoading','ck-ai_review__check-run_loading',_0xa4a873=>_0xa4a873),_0x38dd55['if']('isResultReady','ck-ai_review__check-run_ready',_0x2a41b9=>_0x2a41b9),_0x38dd55['if']('isVisible','ck-hidden',_0x422dc3=>!_0x422dc3)]},'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',_0x5820f2=>_0x5820f2)]},'children':this['_resultViews']},_0x29e52e]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x548e04){const _0x3e25a0=new Xa(this['locale'],_0x548e04['id']);_0x3e25a0['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x3e25a0),_0x3e25a0['resultResponseView']['element']['innerHTML']=_0x548e04['contentDiffed'];}['hideResult'](_0x4bd9b8,_0x41fa19){if('pending'===_0x41fa19)return;const _0x5dffaf=this['_resultViews']['find'](_0x5bbd6a=>_0x5bbd6a['id']===_0x4bd9b8);_0x5dffaf&&(_0x5dffaf['status']=_0x41fa19,_0x5dffaf['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0xee59d6,_0x3ab385){if('pending'!==_0x3ab385)return;const _0x4a1ec2=this['_resultViews']['find'](_0x4234af=>_0x4234af['id']===_0xee59d6);_0x4a1ec2&&(_0x4a1ec2['status']=_0x3ab385,_0x4a1ec2['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x3f5247,_0x22e9c1){this['headerTitle']=_0x3f5247,this['headerSubtitle']=_0x22e9c1||'';}['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 zn(this['locale'],jn['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x32a3e3=new Nt(this['locale']),_0x5719e4=[];for(let _0x532053=0x0;_0x532053<0x10;_0x532053++){const _0x6dec8d=this['_createSkeletonLoader']();_0x6dec8d['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x5719e4['push'](_0x6dec8d);}return _0x32a3e3['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x2bbcdd=>!_0x2bbcdd)]},'children':_0x5719e4}),_0x32a3e3;}['_createErrorView'](){const _0x292284=new Nt(this['locale']),_0x6ed288=new kt(this['locale']),t=this['locale']['t'];return _0x292284['delegate']('retryReview')['to'](this),_0x6ed288['set']({'label':t('Try\x20again'),'withText':!0x0,'class':hs+'\x20ck-ai_review__check-run-error-retry-button'}),_0x6ed288['on']('execute',()=>{this['fire']('retryReview');}),_0x292284['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x47be54=>!_0x47be54),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x5890ed=>'chunk'===_0x5890ed)]},'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',_0xb27a73=>'chunk'===_0xb27a73)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x562dea=>'general'!==_0x562dea)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x23bdcd=>'chunk'!==_0x23bdcd)]},'children':[{'text':as(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x6ed288]}),_0x292284;}['_createCancelButtonView'](){const _0x4b74b6=new kt(this['locale']);return _0x4b74b6['set']({'label':as(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[hs+'\x20ck-ai-button-stop-generating'],'icon':_0x27ba00}),_0x4b74b6['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x3e8c3d=>_0x3e8c3d),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1cbc52=>_0x1cbc52)]}}),_0x4b74b6['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x4b74b6;}['_createToggleDiffButtonView'](){const _0x2967a5=new kt(this['locale']);_0x2967a5['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x2967a5['bind']('isEnabled')['to'](this,'isError',_0x175e15=>!_0x175e15),_0x2967a5['extendTemplate']({'attributes':{'class':[hs,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x35d480=>!_0x35d480),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x259662=>_0x259662)]}});const _0xf5b114=as(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x30e312=as(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x2967a5['bind']('isOn')['to'](this,'isToggleDiffOn',_0x4a1eee=>_0x4a1eee),_0x2967a5['bind']('icon')['to'](this,'isToggleDiffOn',_0x18975f=>_0x18975f?st:nt),_0x2967a5['bind']('label')['to'](this,'isToggleDiffOn',_0x3a24ff=>_0x3a24ff?_0xf5b114:_0x30e312),_0x2967a5['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x2967a5;}['_createAcceptAllButtonView'](){const _0x3d4de0=new kt(this['locale']);return _0x3d4de0['set']({'label':as(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x3d4de0['bind']('isEnabled')['to'](this,'isError',_0x4844bc=>!_0x4844bc),_0x3d4de0['extendTemplate']({'attributes':{'class':[os,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4a2663=>!_0x4a2663),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x37fc8d=>_0x37fc8d)]}}),_0x3d4de0['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x3d4de0;}['_createExitReviewButtonView'](){const _0x2d2e77=new kt(this['locale']);return _0x2d2e77['set']({'label':as(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x2d2e77['extendTemplate']({'attributes':{'class':[cs,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x1dc62e=>!_0x1dc62e),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x157e75=>_0x157e75)]}}),_0x2d2e77['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x2d2e77;}['_createResultHeaderView'](){const _0x4e24d1=new Nt(this['locale']),_0x479028=this['_createTitleView']();return _0x4e24d1['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x3e8b68=>_0x3e8b68)]},'children':[_0x479028,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x4e24d1;}['_createTitleView'](){const _0x3edd18=new Nt(this['locale']),_0x5a2a37=new fn();return _0x5a2a37['bind']('isVisible')['to'](this,'isResultReady',_0x3a91aa=>!_0x3a91aa),_0x3edd18['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper']},'children':[_0x5a2a37,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1ea57e=>_0x1ea57e)]},'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',_0x435192=>!_0x435192)]},'children':[{'text':as(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x3edd18;}['_createFinishReviewButtonView'](){const _0x4f00ed=new eo(as(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x4f00ed['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x5e22f5=>!_0x5e22f5)]}}),_0x4f00ed['delegate']('finishReview')['to'](this),_0x4f00ed;}}class so extends Pt{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x2f5d57,_0x32e449){super(_0x2f5d57),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x32e449['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x32e449['headerText']);const _0x451cbd=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x451cbd['if']('isVisible','ck-hidden',_0x55fcc2=>!_0x55fcc2)]},'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':_0x32e449['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x28a672){const _0x584aed=new eo(_0x28a672,this['locale']);return _0x584aed['delegate']('finishReview')['to'](this),_0x584aed;}['_createResultHeaderView'](_0xa0014d){const _0x1b2a10=new Nt(this['locale']);return _0x1b2a10['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':_0xa0014d}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x1b2a10;}}class no extends Nt{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x3bc841,_0x23c1a6){super(_0x3bc841),this['_defaultValue']=_0x23c1a6['default']||(_0x23c1a6['data']['length']>0x0?_0x23c1a6['data'][0x0]['id']:''),this['_defaultLabel']=_0x23c1a6['data']['find'](_0x1e9652=>_0x1e9652['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=Bt(this['locale']);const _0x6527b=this['_prepareListOptions'](_0x23c1a6['data']);zt(this['_dropdownView'],_0x6527b,{'role':'menu','ariaLabel':_0x23c1a6['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x22281b=>{_0x22281b['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x367184=>{this['formValue']=_0x367184['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x367184['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'](_0x2a93e1=[]){const _0x1152d6=new dt();this['resetToDefault']();for(const _0x2df537 of _0x2a93e1){const _0x356ea7=new jt({'label':_0x2df537['label'],'withText':!0x0,'role':'menuitemradio','id':_0x2df537['id'],'model':_0x2df537});_0x356ea7['bind']('isOn')['to'](this,'formValue',_0x13e1a7=>_0x13e1a7===_0x356ea7['id']);const _0x46114c={'type':'button','model':_0x356ea7};_0x1152d6['add'](_0x46114c);}return _0x1152d6;}}class ro extends Pt{['_formItem']=null;constructor(_0x4bc79a,_0x5ac987,_0x31b858){super(_0x4bc79a),this['argsKey']=_0x5ac987?.['argsKey'];if('dropdown'===_0x5ac987['formType'])this['_formItem']=new no(this['locale'],_0x5ac987);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x253509=new _0x319e6c(this['locale'],{'children':[this['_formItem']],'class':[_0x31b858?'ck-form__row_with-submit':'']});_0x31b858&&_0x253509['children']['add'](_0x31b858),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x253509]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class ao extends _0x40747{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x55d708){super(_0x55d708),this['set']('isEmpty',!0x0),this['keystrokes']=new At(),this['minRows']=ao['MIN_ROWS'],this['maxRows']=ao['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 oo extends Nt{['focusTracker']=new _t();['keystrokes']=new At();['focusCycler'];['_focusables']=new _0x1684ff();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x296d4b,_0x2de727,_0x59ada5=!0x1){super(_0x296d4b),this['_check']=_0x2de727,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x2de727['defaultModel']?_0x2de727['defaultModel']['id']:'',this['_defaultLabel']=_0x2de727['defaultModel']?_0x2de727['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new Zt(this['locale'],()=>new ao(_0x296d4b)),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 dt(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x59ada5),zt(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new _0x319e6c(this['locale'],{'children':[this['promptInputView']]}),new _0x319e6c(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0xeb28ba,_0x310034)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x310034()):_0x310034();}),this['focusCycler']=new Mt({'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'](_0x55c4d1=>{this['_focusables']['add'](_0x55c4d1),this['focusTracker']['add'](_0x55c4d1['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 _0x42cc91 of this['_getFormValidators']()){const _0x368e7f=_0x42cc91();if(_0x368e7f)return this['promptInputView']['errorText']=_0x368e7f,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return as(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0xe7457a=new kt(this['locale']),t=this['locale']['t'];return _0xe7457a['set']({'label':t('Submit'),'withText':!0x0,'class':os}),_0xe7457a['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0xe7457a;}['_createCancelButtonView'](){const _0x355c07=new kt(this['locale']),t=this['locale']['t'];return _0x355c07['set']({'label':t('Cancel'),'withText':!0x0,'class':cs}),_0x355c07['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x450348=>{_0x450348['stopPropagation']();})}}),_0x355c07['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x355c07;}['_setModelList'](_0x43d96b){this['_modelSelectionDropdownItems']['clear']();const _0x518008=this['_check']['models'];if(_0x43d96b)this['set']('modelDisplayMode','hidden');else{const _0x4b0a5e=0x1===_0x518008['length'];this['set']('modelDisplayMode',_0x4b0a5e?'name':'selector');}if(this['resetToDefault'](),_0x518008?.['length']){0x1===_0x518008['length']&&this['set']('activeModelName',_0x518008[0x0]['name']||_0x518008[0x0]['id']);for(const _0x107dd9 of _0x518008){const _0x440198=new jt({'label':_0x107dd9['name'],'withText':!0x0,'role':'menuitemradio','id':_0x107dd9['id'],'model':_0x107dd9});_0x440198['bind']('isOn')['to'](this,'modelId',_0x5223c1=>_0x5223c1===_0x107dd9['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x440198,'labelView':new co(this['locale'],_0x107dd9)});}}}['_createModelSelectionDropdown'](){const _0xef6573=Bt(this['locale']);return _0xef6573['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0xef6573['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':cs}),_0xef6573['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x345595=>'selector'===_0x345595),this['listenTo'](_0xef6573,'execute',_0x40158e=>{this['modelId']=_0x40158e['source']['model']['id'],_0xef6573['buttonView']['label']=_0x40158e['source']['label'];}),_0xef6573;}['_createModelNameView'](){const _0x5b8cc8=new ho(this['locale']);return _0x5b8cc8['bind']('text')['to'](this,'activeModelName',_0x500b63=>_0x500b63??''),_0x5b8cc8['bind']('isVisible')['to'](this,'modelDisplayMode',_0x195a52=>'name'===_0x195a52),_0x5b8cc8;}['_createActionsFooterView'](){const _0x4618e3=new Nt(this['locale']);return _0x4618e3['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']]}]}),_0x4618e3;}}class ho extends Nt{constructor(_0x49f68e){super(_0x49f68e),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x220e9d=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x220e9d['if']('isVisible','ck-hidden',_0x2ace3e=>!_0x2ace3e)]},'children':[{'text':_0x220e9d['to']('text')}]});}}class co extends Ht{constructor(_0x26123f,_0x58e4a8){super();const _0x1e59b1=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x1e59b1['to']('style'),'id':_0x1e59b1['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x1e59b1['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x58e4a8['description']||'']}]}]});}}class lo extends Pt{['_formItemsCollection']=new _0x1684ff();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x11087c,_0x3da56e,_0x2fbfb0,_0x1679b2=!0x1){super(_0x11087c),this['_hideModels']=_0x1679b2,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x3da56e['isParameterized']);const _0xcbd90c=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',_0x3ff296=>_0x3ff296),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0xe93de=>_0xe93de)],'style':{'--ck-ai-review-check-list-item-index':_0x2fbfb0}},'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':_0x3da56e['title']}]},_0xcbd90c]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x3da56e['description']?[{'text':_0x3da56e['description']}]:[]}]}]},..._0x3da56e['isParameterized']?[this['_createParameterizedView'](_0x3da56e)]:[],...'custom'===_0x3da56e['id']?[this['_createCustomView'](_0x3da56e,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x3da56e['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x3da56e['id'],'args':_0x3da56e['useArgs']?_0x3da56e['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&Xt({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x189d17=>{_0x189d17['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x58d529=new yt();return _0x58d529['content']=rt,_0x58d529['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x58d529;}['_createParameterizedView'](_0x1026f8){const _0x3536ea=new Nt(),_0x416ee1=this['_createFormView'](_0x1026f8);return _0x3536ea['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x20604c=>!_0x20604c)]},'children':[_0x416ee1]}),_0x3536ea;}['_createFormView'](_0x2cf526){const _0x502d9a=new Nt(),_0x5da0ec=Array['isArray'](_0x2cf526['options'])?_0x2cf526['options']:[],_0x119c25=new kt(this['locale']),t=this['locale']['t'];_0x119c25['set']({'label':t('Submit'),'withText':!0x0,'class':os}),_0x119c25['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3e9109=>{_0x3e9109['stopPropagation']();})}}),_0x119c25['on']('execute',()=>{const _0x2ee9f8=[],_0x296dac={};this['_formItemsCollection']['forEach'](_0x1fa7a6=>{_0x2ee9f8['push'](_0x1fa7a6['value']),_0x2cf526['useArgs']&&_0x2cf526['options']&&(_0x296dac[_0x1fa7a6['argsKey']]=_0x1fa7a6['value']);}),this['fire']('runReviewCheck',{'id':_0x2cf526['id'],'params':_0x2ee9f8['length']?_0x2ee9f8:void 0x0,'args':Object['keys'](_0x296dac)['length']?_0x296dac:void 0x0});});const _0xb57ab4=_0x5da0ec['length'];return _0x5da0ec['forEach']((_0x164a88,_0x292724)=>{const _0x118c51=_0x292724===_0xb57ab4-0x1;this['_formItemsCollection']['add'](new ro(this['locale'],_0x164a88,_0x118c51?_0x119c25:null));}),_0x502d9a['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x502d9a;}['_createCustomView'](_0x28735d,_0x5005a6=!0x1){return this['_customCheckView']=new oo(this['locale'],_0x28735d,_0x5005a6),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',_0x433c63=>!_0x433c63)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x2b2579,_0x41e863,_0x502542)=>{_0x502542||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class uo extends Pt{['_checkViews'];constructor(_0x984f4f){super(_0x984f4f),this['_checkViews']=new _0x1684ff(),this['_setupTemplate']();}['setChecks'](_0x3e1f7b,_0x2bb027=!0x1){this['_checkViews']['clear']();for(const [_0x5a772a,_0x154017]of _0x3e1f7b['entries']()){const _0xc437d7=new lo(this['locale'],_0x154017,_0x5a772a,_0x2bb027);_0xc437d7['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0xc437d7);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x303864 of this['_checkViews'])_0x303864 instanceof lo&&_0x303864['resetToDefault']();}['_setupTemplate'](){const _0x2d6c3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x2d6c3['if']('isVisible','ck-hidden',_0x4d1b5e=>!_0x4d1b5e)]},'children':this['_checkViews']});}}class _o extends Ja{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x1eeb71=this['context']['locale'],_0x3e60fb=new _0x3b2f47(_0x1eeb71,{'label':as(_0x1eeb71,'AI_REVIEW_MODE'),'icon':_0x5c188d,'class':'ck-ai-header\x20ck-ai-header_review'});return new to(this['context']['locale'],{'header':_0x3e60fb,'list':new uo(_0x1eeb71),'results':new io(_0x1eeb71,{'generalErrorText':as(_0x1eeb71,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new so(_0x1eeb71,{'headerText':as(_0x1eeb71,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':as(_0x1eeb71,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':as(_0x1eeb71,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x44e22a=this['context']['plugins']['get']('AITabs');_0x44e22a['view']['on']('activateTab',(_0x1b04bf,_0x34a6ce)=>{'reviewMode'===_0x34a6ce?this['fire']('getReviewCheckList'):this['fire']('leaveReview');}),_0x44e22a['view']['addTab']({'id':'reviewMode','buttonLabel':as(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x5c188d,'order':0x0,'content':this['_mainView']});}}const Ao='review-';class go extends _0x149119{static get['requires'](){return[_0x5ecf54,qs];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];constructor(_0x55aef4){super(_0x55aef4),this['_domEmitter']=new(Rt())(),this['_eventEmitter']=new(pt())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x14693a=Fs(this['context']);_0x14693a['conversion']['for']('editingDowncast')['markerToElement']({'model':Ao+'insert','view':(_0x4f5577,{writer:_0x517194})=>{const _0x4b75cf=this['_markers']['get'](_0x4f5577['markerName']),_0x243039={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x4b75cf?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x4f5577['markerName']};return _0x517194['createUIElement']('span',_0x243039,function(_0x2329f7){const _0xa3c13c=this['toDomElement'](_0x2329f7);return _0xa3c13c['innerHTML']=_0x4b75cf?.['content']?.['asString']||'',_0xa3c13c;});}}),_0x14693a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ao+'remove-only','view':_0x5b8237=>{const _0x206feb=this['_markers']['get'](_0x5b8237['markerName']),_0x3aa473=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x206feb?.['id']||'')&&_0x3aa473['push']('ck-ai_review__change_active'),{'classes':_0x3aa473,'attributes':{'data-marker-id':_0x5b8237['markerName']}};}}),_0x14693a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ao+'remove-context','view':_0x30e7d5=>{const _0x5c26f9=this['_markers']['get'](_0x30e7d5['markerName']),_0x5d53df=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x5c26f9?.['id']||'')&&_0x5d53df['push']('ck-ai_review__change_active'),{'classes':_0x5d53df,'attributes':{'data-marker-id':_0x30e7d5['markerName']}};}}),_0x14693a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ao+'remove-text','view':_0x58a561=>{const _0x45dded=this['_markers']['get'](_0x58a561['markerName']),_0x50f127=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x45dded?.['id']||'')&&_0x50f127['push']('ck-ai_review__change_active'),{'classes':_0x50f127,'attributes':{'data-marker-id':_0x58a561['markerName']}};}}),_0x14693a['conversion']['for']('dataDowncast')['markerToElement']({'model':Ao+'suggestion-context','view':(_0x5ea194,{writer:_0x2af550})=>_0x2af550['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x5ea194['isOpening']?'start':'end')})}),_0x14693a['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x87baee,'view':_0x4442a7});const _0xdae5b4=_0x14693a['ui']['getEditableElement']()||document['body'];this['_domEmitter']['listenTo'](_0xdae5b4,'mouseup',(_0x1eba0b,_0x1dd1db)=>{const _0x455327=_0x1dd1db['target'],_0x58abb8=this['_findMarkerElement'](_0x455327);if(!_0x58abb8)return;const _0xa0ae7c=_0x58abb8['getAttribute']('data-marker-id'),_0x29df0d=_0xa0ae7c['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0xa0ae7c,'changeId':_0x29df0d,'markerElement':()=>this['_findMarkerElementById'](_0xa0ae7c),'domEvent':_0x1dd1db});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0xdae5b4,'mouseover',(_0xe0df33,_0x2f87c7)=>{const _0x215815=_0x2f87c7['target'],_0x154591=_0x2f87c7['relatedTarget'];let _0x5acdf3=this['_findMarkerElement'](_0x215815);if(!_0x5acdf3&&_0x154591&&(_0x5acdf3=this['_findMarkerElement'](_0x154591)),!_0x5acdf3)return;const _0x594f4b=_0x5acdf3['getAttribute']('data-marker-id'),_0xf2a585=_0x594f4b['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0xf2a585,'markerElement':()=>this['_findMarkerElementById'](_0x594f4b),'domEvent':_0x2f87c7});}),this['_domEmitter']['listenTo'](document,'mouseover',_0x100610((_0x37f30e,_0x327532)=>{const _0x126609=_0x327532['target'];if(this['_findMarkerElement'](_0x126609))return;_0x126609['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8)),_0x14693a['model']['document']['registerPostFixer'](_0x44b557=>this['_validateMarkers'](_0x14693a,_0x44b557)),_0x14693a['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x14693a));}['getDocumentData'](){const _0x4bdc89=this['context']['plugins']['get']('AIEditing'),_0xe5e4cd=Fs(this['context']),_0x273109=_0xe5e4cd['model'],_0x20ba26=new _0x4bebc2();for(const _0x131f53 of _0x273109['document']['getRoot']()['getChildren']()){const _0x4150d3=_0x131f53['_clone'](!0x0);_0x20ba26['_appendChild'](_0x4150d3);}for(const _0x1800d1 of _0x273109['markers'])_0x20ba26['markers']['set'](_0x1800d1['name'],this['_changeRangeOwnerDocument'](_0x1800d1['getRange']()['clone'](),_0x20ba26));const _0x52e524=new _0x196bc2({'ignoreElementEnd':!0x0,'startPosition':_0x273109['createPositionAt'](_0x20ba26,0x0)}),_0x5bd5b8=new Set(),_0x25614e=new Map();for(const {item:_0x2bf7d5}of _0x52e524){if(!_0x2bf7d5['is']('$textProxy'))continue;const _0x576479=_0x2bf7d5['parent'];if(_0x576479&&_0x576479['is']('element')){const _0x4081b3=this['_upsertDataId'](_0x576479,()=>_0x4bdc89['_nextDataId'](_0x5bd5b8));_0x5bd5b8['add'](_0x4081b3);for(const _0x3df821 of _0x576479['getChildren']())_0x3df821['is']('element')&&_0x5bd5b8['add'](this['_upsertDataId'](_0x3df821,()=>_0x4bdc89['_nextDataId'](_0x5bd5b8)));let _0xe78d96=_0x576479;for(;_0xe78d96['parent']&&!_0xe78d96['parent']['is']('documentFragment');)_0xe78d96=_0xe78d96['parent'],_0xe78d96['hasAttribute'](_0x87baee)&&_0xe78d96['_removeAttribute'](_0x87baee);_0x25614e['set'](_0x4081b3,{'path':_0x576479['getPath'](),'getContent':this['_createGetContentUsingDataIdFn'](_0xe78d96['_clone'](!0x0),_0x4081b3,_0xe5e4cd['data'])}),_0x52e524['jumpTo'](_0x273109['createPositionAfter'](_0x576479));}}return{'content':_0xe5e4cd['data']['processor']['toData'](_0xe5e4cd['data']['toView'](_0x20ba26)),'version':_0xe5e4cd['model']['document']['version'],'elements':_0x25614e};}['diffContent'](_0x20612c,_0x3e0ed0,_0x2c59b8=!0x1){const _0x268009=[],_0x418a42=Fs(this['context']),_0x3266f9=_0x418a42['data']['parse'](_0x3e0ed0,'$documentFragment'),_0x13c5f5=_0x418a42['data']['parse'](_0x20612c,'$documentFragment'),_0x3d7fa6=_0x418a42['model']['createPositionAt'](_0x13c5f5,0x0);if(this['_haveSingleTopLevelElement'](_0x3266f9)){if(!this['_hasSameTopLevelElement'](_0x13c5f5,_0x3266f9))return _0x268009;}else{const _0x12240c=_0x418a42['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x13c5f5,_0x12240c)||!this['_haveOnlyInlineContent'](_0x3266f9,_0x12240c))return _0x268009;}const _0x27555c=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x20612c,_0x3e0ed0,{'anchor':_0x3d7fa6,'markDeletions':!0x0})['getOperations']()['filter'](_0x111d84=>'insert'===_0x111d84['type']||'marker'===_0x111d84['type']&&_0x111d84['name']['startsWith']('$markedRemove')),_0x4b9254=this['_groupAdjacentOperations'](_0x27555c),_0x4c92be=[];if(_0x2c59b8){if(_0x4b9254['length']){const _0x11f654=_0x4b9254[0x0]['operations'][0x0],_0x43e5d8='insert'===_0x11f654['type']?_0x11f654['position']:_0x11f654['newRange']['start'],_0x4f6b90=this['_getPositionLimitingRange'](_0x43e5d8,_0x418a42,'inside'),_0x4ecfde=_0x4f6b90?_0x3266f9['getChild'](0x0)['getChildren']():_0x3266f9['getChildren'](),_0x4a744d=_0x4f6b90||_0x418a42['model']['createRangeIn'](_0x13c5f5),_0x1764dc=[new _0x191a03('$markedRemove:synthetic'+at(),null,_0x4a744d,_0x418a42['model']['document']['model']['markers'],!0x0,_0x418a42['model']['document']['version']+0x1),new _0x32c449(_0x4a744d['end'],_0x4ecfde,_0x418a42['model']['document']['version']+0x2)];_0x4c92be['push']({'operations':_0x1764dc,'operationsIsolated':_0x1764dc,'groupOffset':0x0});}}else _0x4c92be['push'](..._0x4b9254);let _0x33f73d=0x0;return _0x418a42['model']['change'](_0x3f5a25=>{for(let _0x132f09=0x0;_0x132f09<_0x4c92be['length'];_0x132f09++){const _0x463b0b=_0x4c92be[_0x132f09],_0x4e3c4b=_0x3f5a25['createDocumentFragment']();for(const _0x459cac of _0x13c5f5['getChildren']())_0x3f5a25['append'](_0x459cac['_clone'](!0x0),_0x4e3c4b);for(const _0x2b48cc of _0x463b0b['operationsIsolated'])if('insert'===_0x2b48cc['type']){const _0x5eee3d=_0x2b48cc;_0x5eee3d['baseVersion']=null,_0x5eee3d['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x5eee3d,_0x4e3c4b),_0x3f5a25['batch']['addOperation'](_0x2b48cc),_0x418a42['model']['applyOperation'](_0x2b48cc);const _0x2e0a6c='suggestion:insertion:id:authorId:'+_0x33f73d++,_0x714727=_0x418a42['model']['createRange'](_0x5eee3d['position'],_0x5eee3d['position']['getShiftedBy'](_0x5eee3d['howMany']));_0x4e3c4b['markers']['set'](_0x2e0a6c,_0x714727);}else{if('marker'===_0x2b48cc['type']&&_0x2b48cc['name']['startsWith']('$markedRemove')){const _0x46272e=_0x2b48cc,_0x4d6f1c='suggestion:deletion:id:authorId:'+_0x33f73d++;this['_changeOperationOwnerDocument'](_0x46272e,_0x4e3c4b),_0x4e3c4b['markers']['set'](_0x4d6f1c,_0x46272e['newRange']);}}if(_0x2c59b8)_0x268009['push']({..._0x463b0b,'context':this['_createGetContentFn'](_0x13c5f5,_0x418a42['data']),'content':this['_createGetContentFn'](_0x13c5f5,_0x418a42['data'])});else{const _0x5a927c=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x463b0b['operationsIsolated'][0x0]),_0x4e3c4b),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x463b0b['operationsIsolated'][_0x463b0b['operationsIsolated']['length']-0x1]),_0x4e3c4b));_0x4e3c4b['markers']['set'](Ao+'suggestion-context',new _0x17956e(_0x5a927c['start'],_0x5a927c['end'])),_0x268009['push']({..._0x463b0b,'context':this['_createGetContextFn'](_0x4e3c4b,_0x418a42['data'],{'ellipsisBefore':_0x5a927c['hasContentBefore'],'ellipsisAfter':_0x5a927c['hasContentAfter']}),'content':this['_createGetContentFn'](_0x4e3c4b,_0x418a42['data'])});}}}),_0x268009;}['markChangePositionInEditorContent'](_0x5ea3a3,_0x43883a){if(!_0x5ea3a3['length'])return;const _0x499363=_0x5ea3a3[0x0]['parent']['id'],_0x568bd0=_0x43883a['elements']['get'](_0x499363);if(!_0x568bd0)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x499363);const _0x1b137a=_0x568bd0['path'],_0x1ad6f2=Fs(this['context']),_0x15c176=_0x1ad6f2['model']['document']['history']['getOperations'](_0x43883a['version']),_0x1e11bc=[];for(const _0x227a1d of _0x5ea3a3){const _0x2070bc=_0x227a1d['operationsIsolated']['map'](_0x50b005=>this['_translateOperationToEditorContent'](_0x50b005,_0x1b137a,_0x1ad6f2['model']['document']['getRoots']()[0x0]));if(!_0x2070bc||!_0x2070bc['length'])continue;const _0x38c7f5=_0x2070bc['every'](_0x3c1f73=>'marker'===_0x3c1f73['type']&&_0x3c1f73['name']['startsWith']('$markedRemove')),_0x3af0ed={'document':_0x1ad6f2['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x19e5c7=_0x46a597(_0x2070bc,_0x15c176,_0x3af0ed)['operationsA'];for(const _0x6aaad1 of _0x19e5c7)if('insert'===_0x6aaad1['type']){const _0x27021d=_0x6aaad1,_0x1dd247=_0x27021d['nodes'];_0x1ad6f2['model']['change'](_0x13ef49=>{const _0x2e9cf6=_0x13ef49['createDocumentFragment']();for(const _0x33fccc of _0x1dd247)_0x13ef49['append'](_0x33fccc['_clone'](!0x0),_0x2e9cf6);_0x1e11bc['push']({'start':_0x27021d['position'],'end':_0x27021d['position'],'type':'insert','groupId':_0x227a1d['id'],'content':{'asString':this['_createGetContentFn'](_0x2e9cf6,_0x1ad6f2['data'])(),'asFragment':_0x2e9cf6}});});}else{if('marker'===_0x6aaad1['type']&&_0x6aaad1['name']['startsWith']('$markedRemove')){const _0x4c6c33=_0x6aaad1;let _0x3fa7a0='remove-text';if(_0x38c7f5){const _0x17edbe=this['_findAdjacentContextDistance'](_0x4c6c33['newRange']['start'],'backward',_0x1ad6f2['model']['schema']),_0x8eb6c1=this['_findAdjacentContextDistance'](_0x4c6c33['newRange']['end'],'forward',_0x1ad6f2['model']['schema']);if(_0x17edbe||_0x8eb6c1){const _0x4aa85f=_0x4c6c33['newRange']['start']['getShiftedBy'](-_0x17edbe),_0x4ce99a=_0x4c6c33['newRange']['end']['getShiftedBy'](_0x8eb6c1);_0x1e11bc['push']({'start':_0x4aa85f,'end':_0x4ce99a,'groupId':_0x227a1d['id'],'type':'remove-context'});}else _0x3fa7a0='remove-only';}_0x1e11bc['push']({'start':_0x4c6c33['newRange']['start'],'end':_0x4c6c33['newRange']['end'],'groupId':_0x227a1d['id'],'type':_0x3fa7a0});}}}this['_insertMarkers'](_0x1e11bc);}['clearAllMarkers'](){const _0x2a04f0=Fs(this['context']);_0x2a04f0['model']['change'](_0x3e4057=>{for(const _0x1e9d9e of this['_markers']['keys']())_0x2a04f0['model']['markers']['get'](_0x1e9d9e)&&_0x3e4057['removeMarker'](_0x1e9d9e);}),this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){Fs(this['context'])['enableReadOnlyMode']('ai-review');}['switchToEdit'](){Fs(this['context'])['disableReadOnlyMode']('ai-review');}['applyChange'](_0x5816e1){const _0x77dc3a=Fs(this['context']),_0x159d08=_0x77dc3a['model'],_0x12e870=_0x5816e1['map'](_0x48ee16=>this['_getMarkersDataForGroup'](_0x48ee16))['flat']();_0x159d08['change'](_0x1a3d9a=>{for(const _0x164140 of _0x12e870){const _0x355bfc=_0x77dc3a['model']['markers']['get'](_0x164140['id']);if(_0x355bfc){if('insert'===_0x164140['type']){if(!_0x164140['content'])continue;_0x159d08['insertContent'](_0x164140['content']['asFragment']||null,_0x355bfc['getRange']()['start']);}else'remove-text'!==_0x164140['type']&&'remove-only'!==_0x164140['type']||_0x159d08['deleteContent'](_0x159d08['createSelection'](_0x355bfc['getRange']()));_0x1a3d9a['removeMarker'](_0x164140['id']),this['_markers']['delete'](_0x164140['id']);}}});}['rejectChange'](_0x3029be){const _0x15a18a=Fs(this['context']),_0x4f75c8=this['_getMarkersDataForGroup'](_0x3029be);_0x15a18a['model']['change'](_0x7bdbca=>{for(const _0x474173 of _0x4f75c8)_0x7bdbca['removeMarker'](_0x474173['id']),this['_markers']['delete'](_0x474173['id']);});}['getEditor'](){return Fs(this['context']);}['getMarkerElementForChange'](_0x48e7f9){const _0x1cd96d=Array['from'](this['_markers']['values']())['filter'](_0x58c2d2=>_0x58c2d2['groupId']===_0x48e7f9);if(!_0x1cd96d['length'])return null;const _0x422595=0x1===_0x1cd96d['length']?_0x1cd96d[0x0]:this['_sortMarkers'](_0x1cd96d)[0x0],_0x2d91f8=Fs(this['context'])['model']['markers']['get'](_0x422595['id']);if(!_0x2d91f8)return null;return{'modelRange':_0x2d91f8['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x422595['id'])};}['getContentElementForChange'](_0x5d9f1b){const _0x1ad0df=Array['from'](this['_markers']['values']())['filter'](_0x682cf0=>_0x682cf0['groupId']===_0x5d9f1b);if(!_0x1ad0df['length'])return null;const _0x35dda8=0x1===_0x1ad0df['length']?_0x1ad0df[0x0]:this['_sortMarkers'](_0x1ad0df)[0x0],_0x34caa9=Fs(this['context']),_0xfcf767=_0x34caa9['model']['markers']['get'](_0x35dda8['id']);if(!_0xfcf767)return null;const _0x444d43=_0xfcf767['getRange'](),_0x3947d5=_0x34caa9['editing']['view']['getDomRoot']();if(!_0x3947d5||!_0x444d43)return null;let _0x3e3604=_0x444d43['start']['parent'];for(;_0x3e3604['parent']&&'$root'!==_0x3e3604['parent']['name'];)_0x3e3604=_0x3e3604['parent'];if(!_0x3e3604||!_0x3e3604['name'])return null;const _0x349367=_0x3947d5['querySelector']('[data-marker-id=\x22'+_0x35dda8['id']+'\x22]');if(!_0x349367)return null;let _0x1e05fe=null;_0x34caa9['model']['change'](_0x36cac3=>{_0x1e05fe=_0x36cac3['createDocumentFragment'](),_0x36cac3['append'](_0x3e3604['_clone'](!0x0),_0x1e05fe);});const _0x51bc27=_0x34caa9['data']['toView'](_0x1e05fe)['getChild'](0x0);return _0x349367['closest'](_0x51bc27['name']);}['reactivateMarkers'](_0x380b41){const _0x4014d2=this['_getMarkersDataForGroup'](_0x380b41);if(!_0x4014d2['length'])return;const _0x5ea247=Array['from'](this['_activeMarkers'])['sort'](),_0x647bee=Array['from'](new Set(_0x4014d2['map'](_0x224fe2=>_0x224fe2['id'])))['sort']();_0x5ea247['join']('|')!==_0x647bee['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x380b41));}['setMarkersInElementAsActive'](_0x13d6a3){const _0x1ab7e7=this['_getMarkersDataForGroup'](_0x13d6a3);if(!_0x1ab7e7['length'])return;const _0x2b75bd=Fs(this['context']),_0x2b166b=new Set(_0x1ab7e7['map'](_0xedb0d6=>_0xedb0d6['id'])),_0x134536=Array['from'](_0x2b166b['values']())['map'](_0x5c88a4=>_0x2b75bd['model']['markers']['get'](_0x5c88a4))['filter'](_0x336919=>!!_0x336919);_0x2b166b['forEach'](_0x74d6ba=>{this['_activeMarkers']['add'](_0x74d6ba);}),_0x2b75bd['model']['change'](()=>{_0x134536['forEach'](_0x12d40b=>{_0x2b75bd['editing']['reconvertMarker'](_0x12d40b);});});}['setAllMarkersAsInactive'](){const _0x2573ba=Array['from'](this['_activeMarkers']);if(!_0x2573ba['length'])return;this['_activeMarkers']['clear']();const _0x56924c=Fs(this['context']),_0xf652fe=_0x2573ba['map'](_0x36d911=>_0x56924c['model']['markers']['get'](_0x36d911))['filter'](_0x151945=>!!_0x151945);_0x56924c['model']['change'](()=>{_0xf652fe['forEach'](_0x80e500=>{_0x56924c['editing']['reconvertMarker'](_0x80e500);});});}['_getPositionLimitingRange'](_0x4660d0,_0x56beb9,_0x2cedee='outside'){if(!_0x4660d0)return null;let _0x1fd50f=_0x4660d0['parent'];for(;_0x1fd50f&&_0x1fd50f['parent']&&'$root'!==_0x1fd50f['parent']['name']&&!_0x56beb9['model']['schema']['isLimit'](_0x1fd50f)&&!_0x56beb9['model']['schema']['isBlock'](_0x1fd50f);)_0x1fd50f=_0x1fd50f['parent'];if(!_0x1fd50f||!_0x1fd50f['name']||'$root'===_0x1fd50f['name'])return null;let _0x3930ea=null;return _0x56beb9['model']['change'](_0x458fdf=>{_0x3930ea='inside'===_0x2cedee?_0x458fdf['createRangeIn'](_0x1fd50f):_0x458fdf['createRangeOn'](_0x1fd50f);}),_0x3930ea;}['_validateMarkers'](_0xcece7e,_0x239ee7){const _0x3d91bf=Array['from'](this['_markers']['keys']()),_0x57cd41=new Map();for(const _0x4acd56 of _0x3d91bf){const _0x1cc0e6=_0xcece7e['model']['markers']['get'](_0x4acd56);if(!_0x1cc0e6)continue;const _0x214b78=_0x1cc0e6['getStart']()['path'][0x0];_0x57cd41['has'](_0x214b78)||_0x57cd41['set'](_0x214b78,[]),_0x57cd41['get'](_0x214b78)['push'](_0x1cc0e6);}const _0x4299b1=new Set();for(const _0xc35857 of _0xcece7e['model']['document']['differ']['getChanges']()){let _0x355bcc=-0x1,_0x31fad4=null;if('insert'===_0xc35857['type'])_0x31fad4=new _0x17956e(_0xc35857['position'],_0xc35857['position']['getShiftedBy'](_0xc35857['length'])),_0x355bcc=_0xc35857['position']['path'][0x0];else{if('remove'!==_0xc35857['type'])continue;_0x31fad4=new _0x17956e(_0xc35857['position']),_0x355bcc=_0xc35857['position']['path'][0x0];}const _0xb1b37d=_0x57cd41['get'](_0x355bcc)||[];if(_0xb1b37d['length']){for(const _0x44f2b6 of _0xb1b37d)if(_0x31fad4['root']['rootName']===_0x44f2b6['getRange']()['root']['rootName']&&('insert'!==_0xc35857['type']||!_0x31fad4['containsRange'](_0x44f2b6['getRange']()))&&(_0x31fad4['isIntersecting'](_0x44f2b6['getRange']())||_0x31fad4['start']['isTouching'](_0x44f2b6['getRange']()['end'])||_0x31fad4['end']['isTouching'](_0x44f2b6['getRange']()['start']))){const _0x19ab65=this['_parseMarkerName'](_0x44f2b6['name']);Array['from'](this['_markers']['values']())['filter'](_0x2b1df5=>_0x2b1df5['groupId']===_0x19ab65['groupId'])['forEach'](_0x2852c2=>_0x4299b1['add'](_0x2852c2['id']));}}}if(_0x4299b1['size']){for(const _0xf46d52 of _0x4299b1)_0x239ee7['removeMarker'](_0xf46d52);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x3a8fd8){for(const {name:_0x56a915,data:_0x32c809}of _0x3a8fd8['model']['document']['differ']['getChangedMarkers']()){if(!_0x56a915['startsWith'](Ao))continue;const _0x34e163=_0x32c809['oldRange'],_0x2fcc0b=_0x32c809['newRange'],_0x5a33d=_0x34e163&&'$graveyard'===_0x34e163['root']['rootName'],_0x23fa53=_0x2fcc0b&&'$graveyard'===_0x2fcc0b['root']['rootName'];if(_0x5a33d&&_0x23fa53)continue;const _0x4556a8=this['_parseMarkerName'](_0x56a915);this['_markers']['get'](_0x56a915)&&(_0x23fa53||!_0x2fcc0b?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x56a915,'changeId':_0x4556a8['groupId']}):_0x5a33d&&_0x2fcc0b&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x56a915,'changeId':_0x4556a8['groupId']}));}}['_parseMarkerName'](_0x6f9a8a){const _0x26f3e5=_0x6f9a8a['split'](':'),_0x46db2d=(_0x26f3e5[0x1]||'')['split']('_');return{'prefix':_0x26f3e5[0x0],'groupId':_0x46db2d[0x0],'suffix':_0x46db2d[0x1]};}['_translateOperationToEditorContent'](_0x874db8,_0x43928d,_0x3fe10f){if('insert'===_0x874db8['type']){const _0x2b4322=_0x874db8;return new _0x32c449(this['_changePosition'](_0x43928d['concat'](_0x2b4322['position']['offset']),_0x3fe10f),_0x2b4322['nodes'],_0x2b4322['baseVersion']);}if('marker'===_0x874db8['type']&&_0x874db8['name']['startsWith']('$markedRemove')){const _0x8a030=_0x874db8;return new _0x191a03(_0x8a030['name'],_0x8a030['oldRange'],this['_changeRange'](_0x8a030['newRange'],_0x43928d['concat'](_0x8a030['newRange']['start']['offset']),_0x43928d['concat'](_0x8a030['newRange']['end']['offset']),_0x3fe10f),_0x8a030['_markers'],_0x8a030['affectsData'],_0x8a030['baseVersion']);}return _0x874db8;}['_groupAdjacentOperations'](_0x2fbb5f){if(!_0x2fbb5f['length'])return[];const _0x3c25d0=[];let _0x1992ba=0x0,_0x4ec16f=0x0,_0xdd1c8c=[];for(let _0x29249c=0x0;_0x29249c<=_0x2fbb5f['length'];_0x29249c++){const _0x2ed010=_0x2fbb5f[_0x29249c],_0x1fb1dc=_0x2fbb5f[_0x29249c-0x1];!_0x2ed010||_0x1fb1dc&&!this['_getOperationEnd'](_0x1fb1dc)['isTouching'](this['_getOperationStart'](_0x2ed010))?(_0x3c25d0['push']({'operations':_0xdd1c8c,'operationsIsolated':_0xdd1c8c['map'](_0x5c4a8d=>this['_shiftOperation'](_0x5c4a8d['clone'](),-_0x4ec16f)),'groupOffset':_0x1992ba}),_0xdd1c8c=_0x2ed010?[_0x2ed010]:[],_0x4ec16f+=_0x1992ba,_0x1992ba=0x0):_0xdd1c8c['push'](_0x2ed010),_0x2ed010&&'insert'===_0x2ed010['type']&&(_0x1992ba+=_0x2ed010['howMany']);}return _0x3c25d0;}['_findAdjacentContextDistance'](_0x14f0eb,_0x5d5fa5,_0x42d4fd,_0x39facf=0x1){const _0x4e3b34=new _0x196bc2({'startPosition':_0x14f0eb,'direction':_0x5d5fa5});let _0x3efe13=0x0;for(let _0x1bee72=0x0;_0x1bee72<_0x39facf;_0x1bee72++){let _0x44b565=0x0,_0x2e51e0=!0x1,_0x526a97='forward'===_0x5d5fa5?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x24c253}of _0x4e3b34)if(_0x24c253['is']('$textProxy')){const _0x4ba508=_0x526a97['exec'](_0x24c253['data']);if(_0x4ba508&&_0x4ba508['length']){if(_0x44b565+='forward'===_0x5d5fa5?_0x4ba508['index']+_0x4ba508[0x0]['length']:_0x24c253['data']['length']-_0x4ba508['index'],_0x4ba508[0x0]['length']!==_0x24c253['data']['length'])break;_0x2e51e0=!0x0,_0x526a97='forward'===_0x5d5fa5?/^\w+/:/\w+$/;}else{if(_0x2e51e0)break;_0x44b565+=_0x24c253['offsetSize'];}}else{if(_0x24c253['is']('element')){_0x42d4fd['isInline'](_0x24c253)&&!_0x2e51e0&&(_0x44b565+=0x1);break;}}_0x3efe13+=_0x44b565,_0x4e3b34['jumpTo'](_0x14f0eb['getShiftedBy']('forward'===_0x5d5fa5?_0x3efe13:-_0x3efe13));}return _0x3efe13;}['_getChangeContext'](_0x2024b9,_0x35092f){const _0x39e20f=Fs(this['context'])['model']['schema'],_0x2e06ff=this['_findAdjacentContextDistance'](_0x2024b9,'backward',_0x39e20f,0x6),_0xdcdd45=this['_findAdjacentContextDistance'](_0x35092f,'forward',_0x39e20f,0x6),_0x3d64ce=_0x2024b9['getShiftedBy'](-_0x2e06ff),_0x1faab8=_0x35092f['getShiftedBy'](_0xdcdd45);return{'start':_0x3d64ce,'end':_0x1faab8,'hasContentBefore':!_0x3d64ce['isAtStart'],'hasContentAfter':!_0x1faab8['isAtEnd']};}['_insertMarkers'](_0x54abe2){const _0xdf73eb=this['context']['plugins']['get']('AIEditing'),_0x52f96f=new Set();Fs(this['context'])['model']['change'](_0x2b9e8b=>{for(const _0x106e35 of _0x54abe2){const _0x31aae5=''+Ao+_0x106e35['type']+':'+_0x106e35['groupId']+'_'+_0xdf73eb['_nextDataId'](_0x52f96f);this['_markers']['set'](_0x31aae5,{'id':_0x31aae5,'groupId':_0x106e35['groupId'],'type':_0x106e35['type'],'content':_0x106e35['content']}),_0x2b9e8b['addMarker'](_0x31aae5,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2b9e8b['createRange'](_0x106e35['start'],_0x106e35['end'])});}});}['_createGetContextFn'](_0x3ab28f,_0x47031c,_0x8c0157){let _0x276969='';return()=>{if(!_0x276969){const _0x606b03=_0x47031c['toView'](_0x3ab28f,{'showSuggestionHighlights':!0x0});let _0x5de39b=_0x606b03['getChild'](0x0);if(_0x5de39b['is']('containerElement')||(_0x5de39b=_0x606b03),!_0x5de39b)return'';let _0x3fc027=!0x1;const _0x1d2e09=[];for(const _0x248582 of _0x5de39b['getChildren']())_0x248582['is']('element','span')&&_0x248582['hasClass']('ck-ai_review-marker_context-end')&&(_0x3fc027=!0x1),_0x3fc027&&_0x1d2e09['push'](_0x248582),_0x248582['is']('element','span')&&_0x248582['hasClass']('ck-ai_review-marker_context-start')&&(_0x3fc027=!0x0);_0x5de39b['_removeChildren'](0x0,_0x5de39b['childCount']),_0x8c0157?.['ellipsisBefore']&&_0x5de39b['_appendChild']('…'),_0x5de39b['_appendChild'](_0x1d2e09),_0x8c0157?.['ellipsisAfter']&&_0x5de39b['_appendChild']('…');const _0x3ae5d1=_0x47031c['htmlProcessor']['domConverter']['viewToDom'](_0x606b03),_0x4651d1=_0x47031c['htmlProcessor']['htmlWriter']['getHtml'](_0x3ae5d1);_0x276969=_0x4651d1;}return _0x276969;};}['_createGetContentFn'](_0x53c751,_0x2ed4d2){let _0x52fa72='';return()=>(_0x52fa72||(_0x52fa72=_0x2ed4d2['stringify'](_0x53c751,{'showSuggestionHighlights':!0x0})),_0x52fa72);}['_createGetContentUsingDataIdFn'](_0xa5332c,_0x5b2c38,_0x143ce0){let _0x1b9292='';return()=>{if(!_0x1b9292){const _0x1d345e=_0x143ce0['toView'](new _0x4bebc2(_0xa5332c)),_0x1ca92e=_0x143ce0['htmlProcessor']['domConverter']['viewToDom'](_0x1d345e)['querySelector']('[data-id=\x22'+_0x5b2c38+'\x22]');_0x1b9292=_0x1ca92e?.['outerHTML']||'';}return _0x1b9292;};}['_findMarkerElement'](_0x32c135,_0x111c9b=0x5){let _0x1cfc07=_0x32c135,_0xb0bcef=null;for(let _0x3ac06f=0x0;_0x3ac06f<_0x111c9b&&_0x1cfc07;_0x3ac06f++){if(!_0x1cfc07['className']){_0x1cfc07=_0x1cfc07['parentElement'];continue;}if(!(''+_0x1cfc07['className'])['includes']('ck-ai_review-marker_')){_0x1cfc07=_0x1cfc07['parentElement'];continue;}if(!_0x1cfc07['getAttribute']('data-marker-id'))break;_0xb0bcef=_0x1cfc07;break;}return _0xb0bcef;}['_findMarkerElementById'](_0x12e529){const _0x3bee56=Fs(this['context']),_0x560627=_0x3bee56['model']['markers']['get'](_0x12e529);return _0x560627?_0x548b72(_0x3bee56['editing'],_0x560627):null;}['_getMarkersDataForGroup'](_0x410d6a){return Array['from'](this['_markers']['values']())['filter'](_0x3dc363=>_0x3dc363['groupId']===_0x410d6a);}['_getOperationStart'](_0xca137){return'insert'===_0xca137['type']?_0xca137['position']:_0xca137['newRange']['start'];}['_getOperationEnd'](_0x41da2b,_0xd7a479=!0x1){return'insert'===_0x41da2b['type']?_0xd7a479?_0x41da2b['position']:_0x41da2b['position']['getShiftedBy'](_0x41da2b['howMany']):_0x41da2b['newRange']['end'];}['_shiftOperation'](_0x1ec05f,_0x3c9164){return'insert'===_0x1ec05f['type']?_0x1ec05f['position']=_0x1ec05f['position']['getShiftedBy'](_0x3c9164):'marker'===_0x1ec05f['type']&&_0x1ec05f['newRange']&&(_0x1ec05f['newRange']=new _0x17956e(_0x1ec05f['newRange']['start']['getShiftedBy'](_0x3c9164),_0x1ec05f['newRange']['end']['getShiftedBy'](_0x3c9164))),_0x1ec05f;}['_changeOperationOwnerDocument'](_0x337c15,_0xa48202){'insert'===_0x337c15['type']?_0x337c15['position']=this['_changePositionOwnerDocument'](_0x337c15['position'],_0xa48202):'marker'===_0x337c15['type']&&_0x337c15['newRange']&&(_0x337c15['newRange']=this['_changeRangeOwnerDocument'](_0x337c15['newRange'],_0xa48202));}['_changePositionOwnerDocument'](_0x5c529,_0x5052c1){return new _0x290fc7(_0x5052c1,_0x5c529['path']);}['_changeRangeOwnerDocument'](_0x5d8cf8,_0x50763b){return new _0x17956e(this['_changePositionOwnerDocument'](_0x5d8cf8['start'],_0x50763b),this['_changePositionOwnerDocument'](_0x5d8cf8['end'],_0x50763b));}['_changePosition'](_0xbda73f,_0x38066e){return new _0x290fc7(_0x38066e,[..._0xbda73f]);}['_changeRange'](_0x38a5fb,_0x42a0a8,_0x3d5046,_0x1fd37f){return new _0x17956e(this['_changePosition'](_0x42a0a8,_0x1fd37f),this['_changePosition'](_0x3d5046,_0x1fd37f));}['_sortMarkers'](_0x1442f9){const _0x177b43=_0x14c0f7=>{switch(_0x14c0f7){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x1442f9['sort']((_0x336323,_0x112ae4)=>_0x177b43(_0x336323['type'])-_0x177b43(_0x112ae4['type']));}['_hasSameTopLevelElement'](_0x19a5c0,_0x54c7cd){const _0x3467bb=_0x19a5c0['getChild'](0x0),_0x329bc8=_0x54c7cd['getChild'](0x0);return!(!_0x3467bb||!_0x329bc8)&&((!_0x3467bb['is']('element')||!_0x329bc8['is']('element')||_0x3467bb['name']===_0x329bc8['name'])&&!(_0x3467bb['is']('element')&&!_0x329bc8['is']('element')||!_0x3467bb['is']('element')&&_0x329bc8['is']('element')));}['_haveSingleTopLevelElement'](_0x1a8c41){return 0x1===_0x1a8c41['childCount'];}['_haveOnlyInlineContent'](_0x280a59,_0x5ab75a){for(const _0x5230f1 of _0x280a59['getChildren']())if(_0x5230f1['is']('element')&&!_0x5ab75a['isInline'](_0x5230f1))return!0x1;return!0x0;}['_upsertDataId'](_0x2effca,_0x47284d){let _0x1fac4a=_0x2effca['getAttribute'](_0x87baee);return _0x1fac4a||(_0x1fac4a=_0x47284d(),_0x2effca['_setAttribute'](_0x87baee,_0x1fac4a)),_0x1fac4a;}}class Io extends pt(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x3a2c7f,contentNew:_0x5f34f6,contentInitial:_0x58d6df,documentVersion:_0x9158c}){super(),this['id']=_0x3a2c7f,this['contentNew']=_0x5f34f6,this['contentInitial']=_0x58d6df,this['documentVersion']=_0x9158c;}}class Eo extends ht(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x4c8938,_0x15e1c9,_0x42b7bc){super(),this['id']=_0x4c8938,this['parent']=_0x42b7bc,this['_data']=_0x15e1c9,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 To extends ht(){['id']=at();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x46ed2b,_0x38d83f,_0x5410bb,_0x3a88d5,_0xc5dfb7){super(),this['_sourceCheck']=_0x38d83f,this['_documentData']=_0x46ed2b,this['_aiConnector']=_0x5410bb,this['_reviewParams']=_0x3a88d5,this['_reviewArgs']=_0xc5dfb7,this['on']('change:status',(_0x53b7a9,_0x5da001,_0x1e1195)=>{'aborted'==_0x1e1195&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x1e1195,'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'](_0x21af21=>'pending'===_0x21af21['status']);}get['currentError'](){return this['_currentError'];}['updateDocumentData'](_0x3a9151){this['_documentData']=_0x3a9151;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x15ee02=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x159123 of _0x15ee02)'unmodified'!==_0x159123['data']['operation']&&('error'!==_0x159123['data']['operation']?'review-metadata'!==_0x159123['event']?this['_addReviewCheckResult'](_0x159123['data']['dataId'],_0x159123['data']['textDelta']):this['callId']=_0x159123['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(_0x128274){this['_currentError']=_0x128274,_0x128274 instanceof Error&&_0x128274['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'](_0x408205,_0x556df8){const _0x4feda4=this['_results']['get'](_0x408205);if(!_0x4feda4)return;if(0x0===_0x556df8['length'])return;const _0x3cb05c=[];_0x556df8['forEach']((_0x29fd97,_0x28db83)=>{const _0x36a299=new Eo(_0x4feda4['id']+'-'+_0x28db83,_0x29fd97,_0x4feda4);_0x36a299['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x36a299,'status':_0x36a299['status']});}),_0x36a299['on']('change:isActivated',()=>{_0x36a299['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x36a299}):this['fire']('reviewCheckResultDeactivated',{'change':_0x36a299});}),this['_changes']['push'](_0x36a299),_0x3cb05c['push'](_0x36a299);}),this['fire']('reviewCheckResultReady',{'changes':_0x3cb05c,'result':_0x4feda4,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x16932f){const _0x5ea65b=this['_changes']['find'](_0x48e83d=>_0x48e83d['id']===_0x16932f);return!(!_0x5ea65b||'pending'!==_0x5ea65b['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0xf1a2b2=>!0x0===_0xf1a2b2['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x275ff0=>'pending'===_0x275ff0['status']);}['getChangeById'](_0x47bac9){return this['_changes']['find'](_0x3ec241=>_0x3ec241['id']===_0x47bac9);}['markAllChangesAsAccepted'](){for(const _0x59bc72 of this['_changes'])'pending'===_0x59bc72['status']&&(_0x59bc72['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x439272){const _0x5c74e9=this['_changes']['find'](_0x470d63=>_0x470d63['id']===_0x439272);_0x5c74e9&&'pending'===_0x5c74e9['status']&&(_0x5c74e9['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x160455){const _0x586849=this['_changes']['find'](_0x4d7d98=>_0x4d7d98['id']===_0x160455);_0x586849&&'pending'===_0x586849['status']&&(_0x586849['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x8d15f5){const _0x5cab7c=this['_changes']['find'](_0x53f769=>_0x53f769['id']===_0x8d15f5);_0x5cab7c&&'pending'===_0x5cab7c['status']&&(_0x5cab7c['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x4c699f){const _0x1054c4=this['_changes']['find'](_0x5dac3a=>_0x5dac3a['id']===_0x4c699f);_0x1054c4&&'outdated'===_0x1054c4['status']&&(_0x1054c4['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x346dc8){this['_changes']['filter'](_0x1d1e35=>_0x1d1e35['isActivated']&&_0x1d1e35['id']!==_0x346dc8)['forEach'](_0x3af61d=>{_0x3af61d['isActivated']=!0x1;});const _0x181be2=this['_changes']['find'](_0x35c5b6=>_0x35c5b6['id']===_0x346dc8);_0x181be2&&'pending'===_0x181be2['status']&&(_0x181be2['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0xd6927a=>_0xd6927a['isActivated'])['forEach'](_0x370624=>{_0x370624['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x24253a){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x5a97eb;if(_0x24253a){const _0x1b17c6=this['_changes']['find'](_0x255f3f=>_0x255f3f['id']===_0x24253a);if(_0x1b17c6&&_0x1b17c6['isRated'])return;_0x1b17c6&&(_0x5a97eb=_0x1b17c6['parent']['id'],_0x1b17c6['isRated']=!0x0);}const _0x51099a={'positiveCount':this['_changes']['filter'](_0x268250=>'accepted'===_0x268250['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x51099a,this['callId'],_0x5a97eb);}['_addReviewCheckResult'](_0x3eb1b7,_0x519880){const _0x2e0b33=this['_documentData']['elements']['get'](_0x3eb1b7);if(!_0x2e0b33)return;const _0x5df931=_0x2e0b33['getContent']();if(_0x5df931===_0x519880)return;const _0x1703bf=new Io({'id':_0x3eb1b7,'contentInitial':_0x5df931,'contentNew':_0x519880,'documentVersion':this['_documentData']['version']});this['_results']['set'](_0x1703bf['id'],_0x1703bf),this['fire']('reviewCheckResultAdded',{'result':_0x1703bf,'source':this});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x54d333=>'pending'===_0x54d333['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x23c3a9=>'pending'===_0x23c3a9['status'])['length']&&(this['status']='finished'));}}class po extends To{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0xba71ab=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x1d54dc=0x0;_0x1d54dc<this['_reviewParams']['length'];_0x1d54dc++){if(!this['_reviewParams'][_0x1d54dc]||!this['_sourceCheck']['options'][_0x1d54dc])continue;const _0x20b588=this['_sourceCheck']['options'][_0x1d54dc],_0x2da6eb=_0x20b588['data']?.['find'](_0x3294d0=>_0x3294d0['id']===this['_reviewParams'][_0x1d54dc]);_0x2da6eb&&_0xba71ab['push'](_0x2da6eb['label']);}return _0xba71ab['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x5e4c3e,_0x1621eb,_0x4f2e9e){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x1621eb,_0x5e4c3e,_0x4f2e9e);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class mo extends _0x149119{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['requires'](){return[rs];}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(_0x482973,_0x5688a7)=>{const _0x1f59a3=this['_aiReviewCheckList']['getCheckById'](_0x5688a7['id']);if(_0x1f59a3){this['_onReviewCheckRun'](_0x5688a7),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x5688a7,_0x1f59a3),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x365b60,_0x2d0cbd)=>{switch(_0x2d0cbd['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x2d0cbd);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 ot('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new ot('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'!==_0x2d0cbd['status']&&'error-chunk'!==_0x2d0cbd['status']&&'error-general'!==_0x2d0cbd['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x2552cb,_0xa8bf7b)=>{if(!this['_currentReviewCheckRun'])throw new ot('ai-review-mode-no-current-check-run',this);const _0x4d26db=this['_diffContent'](_0xa8bf7b['result']['contentInitial'],_0xa8bf7b['result']['contentNew']);_0xa8bf7b['source']['addResultChanges'](_0xa8bf7b['result']['id'],_0x4d26db);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x53c608,_0x2ffcfe)=>{for(const _0x5745a6 of _0x2ffcfe['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x5745a6);this['_markChangePositionInEditorContent'](_0x2ffcfe['changes'],_0x2ffcfe['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x4a332c,_0x1c3cd3)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x1c3cd3['change']['id'],_0x1c3cd3['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x507a44,_0x292e93)=>{this['_onReviewCheckResultActivated'](_0x292e93);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x6803c0){_0x6803c0 instanceof Error&&_0x6803c0['message']['includes']('ai-request-aborted')||(_0x6803c0 instanceof ot?this['_logError'](_0x6803c0):this['_logError'](new ot('ai-review-mode-check-run-failed',this,void 0x0,_0x6803c0)));}}else this['_logError'](new ot('ai-review-mode-source-check-not-found',this,{'checkId':_0x5688a7['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 _0x2db84c=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x2db84c['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x2db84c['map'](_0x514bc0=>_0x514bc0['id']));const _0x5c43df=this['_currentReviewCheckRun'];_0x5c43df['markAllChangesAsAccepted'](),_0x5c43df['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x52f400,_0x39969a)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x39969a['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x39969a['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x39969a['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x39969a['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x315434,_0x277a1d)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x277a1d['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x277a1d['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x277a1d['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x277a1d['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',(_0x41a150,_0x3a2bd5)=>{this['_onActivateChange'](_0x3a2bd5);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x14b6d5,_0x42c85d)=>{this['_onDeactivateChange'](_0x42c85d);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x2ee56e,_0x43414d)=>{this['_onChangeMarkerClicked'](_0x2ee56e,_0x43414d);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x29a919,_0x59ebd8)=>{this['_onChangeMarkerHovered'](_0x29a919,_0x59ebd8);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x4d8b9b,_0x5306f1)=>{this['_onChangeMarkerRemoved'](_0x4d8b9b,_0x5306f1);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0xf43a43,_0x42e17e)=>{this['_onChangeMarkerRestored'](_0xf43a43,_0x42e17e);});}['_createReviewCheckRun'](_0x44be5b,_0x502c12){return new po(this['_aiReviewCoreEditing']['getDocumentData'](),_0x502c12,this['_aiConnector'],_0x44be5b['params'],_0x44be5b['args']);}['_onChangeMarkerRemoved'](_0x2518ca,_0x36d5d7){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x36d5d7['changeId']);}['_onChangeMarkerRestored'](_0x1874eb,_0x3dbc34){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x3dbc34['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0x211b04=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x211b04&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;const _0x4402c9=this['_aiReviewCoreEditing']['getEditor']();_0x4402c9&&_0x4402c9['editing']['view']['change'](_0x25292d=>{const _0x5a2076=_0x4402c9['editing']['view']['document']['getRoot']();_0x25292d['removeClass']('ck-ai_review-diff',_0x5a2076),_0x25292d['removeClass']('ck-ai_review-highlights',_0x5a2076),_0x25292d['removeClass']('ck-ai-translate-mode-content',_0x5a2076);});}['_getTranslationWithDefault'](_0x2480fa,_0x5eddc6){const _0x466ef2=as(this['context']['locale'],_0x2480fa);return _0x466ef2===_0x2480fa?_0x5eddc6:_0x466ef2;}['_logError'](_0x48a8d0,_0x280fe4=!0x1){Et(_0x48a8d0['message']),_0x280fe4||(_0x48a8d0['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x537a0f){if('content'===this['_changeActivationSource']){const _0x359371=this['_aiReviewCoreUi']['getChangeElement'](_0x537a0f);_0x359371&&wt(_0x359371['closest']('.ck-ai_review__check-run-result')||_0x359371);}else{if('panel'===this['_changeActivationSource']){const _0x582127=this['_getChangeContentElement'](_0x537a0f);if(!_0x582127)return;mt({'target':_0x582127,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}const Co=[{'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 wo{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x3e3c38){this['id']=_0x3e3c38['id'],this['commandId']=_0x3e3c38['commandId'],this['title']=_0x3e3c38['title'],this['description']=_0x3e3c38['description'],this['isParameterized']=_0x3e3c38['isParameterized'],this['useArgs']=_0x3e3c38['useArgs'],this['options']=_0x3e3c38['options'],this['args']=_0x3e3c38['args'];}}class fo extends ht(){['_checks']=[];['setupChecks'](_0x2e6a46){this['_checks']=_0x2e6a46['map'](_0x4ea0ae=>new wo(_0x4ea0ae));}get['checks'](){return this['_checks'];}['getCheckById'](_0x37cfcd){return this['checks']['find'](_0x2ff619=>_0x2ff619['id']===_0x37cfcd);}['removeCheckById'](_0x130fa0){this['_checks']=this['_checks']['filter'](_0x2f0018=>_0x2f0018['id']!==_0x130fa0);}}class So extends wo{['_models']=[];['_defaultModel']=null;constructor(_0x5e82c0,_0xc04b5d,_0x51439b){super(_0x5e82c0),this['_models']=_0xc04b5d,this['_defaultModel']=_0x51439b;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class bo extends wo{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x3fd1cc,_0x1b1470,_0x57cd72){super(_0x3fd1cc),this['prompt']=_0x3fd1cc['prompt'],this['model']=_0x3fd1cc['model'],this['model']?this['_defaultModel']=_0x1b1470['find'](_0x434f23=>_0x434f23['id']===this['model'])||null:this['_defaultModel']=_0x57cd72;}get['defaultModel'](){return this['_defaultModel'];}}class Ro extends fo{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x3bbb44,_0x2ede08,_0xd2e5aa){super(),this['_allModels']=_0x3bbb44,this['_recommendedModels']=_0x2ede08,this['_defaultModel']=_0xd2e5aa;}['setupChecks'](_0x20245f){this['_checks']=_0x20245f['map'](_0x416b22=>!0x0===_0x416b22['isExtra']?new bo(_0x416b22,this['_allModels'],this['_defaultModel']):'custom'===_0x416b22['id']?new So(_0x416b22,this['_recommendedModels'],this['_defaultModel']):new wo(_0x416b22));}}class Oo extends To{['_prompt'];['_model'];constructor(_0x2e8334,_0x336cdc,_0x44ff6a,_0x1d28b3,_0x57fdeb){super(_0x44ff6a,_0x1d28b3,_0x57fdeb),this['_prompt']=_0x2e8334,this['_model']=_0x336cdc;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x3c9e2f,_0x1a53c8,_0x3a08c6){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x1a53c8,_0x3c9e2f,_0x3a08c6);}}class ko extends Oo{get['subTitle'](){return'';}set['prompt'](_0x29336e){this['_prompt']=_0x29336e;}set['model'](_0x58296f){this['_model']=_0x58296f;}}class No extends mo{static get['pluginName'](){return'AIReviewModeController';}['_isDiffOn']=!0x1;['_hasDefaultAvailableCommands']=!0x1;constructor(_0x5d59d7){super(_0x5d59d7),this['_hasDefaultAvailableCommands']=!this['context']['config']['get']('ai.review.availableCommands'),this['context']['config']['define']('ai.review.availableCommands',Co['map'](_0x209170=>_0x209170['id'])),this['context']['config']['define']('ai.review.extraCommands',[]);}async['init'](){await super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x39f43e,_0x3995d1)=>{this['_isDiffOn']=_0x3995d1['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0xdf5239,_0x4edaa3){return _0xdf5239['isCustom']?new Oo(_0xdf5239['args']['prompt'],_0xdf5239['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x4edaa3,this['_aiConnector']):_0x4edaa3['isExtra']?new ko(_0x4edaa3['prompt'],_0x4edaa3['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x4edaa3,this['_aiConnector']):new po(this['_aiReviewCoreEditing']['getDocumentData'](),_0x4edaa3,this['_aiConnector'],_0xdf5239['params'],_0xdf5239['args']);}['_onReviewCheckResultActivated'](_0x3907e0){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x3907e0['change']['id']),this['_scrollToChange'](_0x3907e0['change']['id']);const _0x91f9b8=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3907e0['change']['id']);if(!_0x91f9b8)return;const _0x4007f8=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x3907e0['change'],()=>_0x91f9b8['getElement'](),void 0x0,'click',_0x4007f8?.['editing']?.['view']?.['getDomRoot'](),_0x4007f8?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x3907e0['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x5bf49a){this['_currentReviewCheckRun']&&'click'===_0x5bf49a['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x5bf49a['id']));}['_onDeactivateChange'](_0x41c10e){this['_currentReviewCheckRun']&&'balloon'===_0x41c10e['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x4e7ecc,_0x33a704){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x33a704['changeId']);const _0x1dc21e=this['_currentReviewCheckRun']['getChangeById'](_0x33a704['changeId']);if(!_0x1dc21e)return;const _0x4aea74=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x1dc21e,_0x33a704['markerElement'],_0x33a704['domEvent'],'click',_0x4aea74?.['editing']?.['view']?.['getDomRoot'](),_0x4aea74?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x1ad214,_0x4ba062){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x4f6c4c=this['_currentReviewCheckRun']['getChangeById'](_0x4ba062['changeId']);if(!_0x4f6c4c)return;const _0x3e376c=this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x4f6c4c,_0x4ba062['markerElement'],_0x4ba062['domEvent'],'hover',_0x3e376c?.['editing']?.['view']?.['getDomRoot'](),_0x3e376c?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0x4c6913){const _0x388863=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x4c6913);return _0x388863?_0x388863['getElement']():null;}['_markChangePositionInEditorContent'](_0x5804c6,_0x49da94){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x5804c6,_0x49da94);}['_diffContent'](_0x418aef,_0x405de0){return this['_aiReviewCoreEditing']['diffContent'](_0x418aef,_0x405de0);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x3a7ee8){const _0x4354a6=this['_aiReviewCoreEditing']['getEditor']();_0x3a7ee8?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon'](),_0x4354a6&&_0x4354a6['editing']['view']['change'](_0xcbafbc=>{const _0xb7ff2b=_0x4354a6['editing']['view']['document']['getRoot']();for(const _0x5cf5e4 of _0xb7ff2b['getClassNames']())_0x5cf5e4['startsWith']('ck-ai_review-')&&_0xcbafbc['removeClass'](_0x5cf5e4,_0xb7ff2b);_0xcbafbc['addClass'](_0x3a7ee8?'ck-ai_review-diff':'ck-ai_review-highlights',_0xb7ff2b);});}async['_getChecksList'](){const _0x499e87=[...Co,...this['_getExtraChecks']()],_0x508ab6=this['context']['config']['get']('ai.review.availableCommands')||[];this['_logErrorForNonExistentChecks'](_0x508ab6,_0x499e87);let _0x243bb1=_0x499e87;this['_hasDefaultAvailableCommands']||(_0x243bb1=_0x508ab6['map'](_0x362728=>_0x499e87['find'](_0x1471ff=>_0x1471ff['id']===_0x362728))['filter'](_0xaf313a=>!!_0xaf313a)),_0x243bb1=_0x243bb1['map'](_0x98ac20=>_0x98ac20['isExtra']?_0x98ac20:this['_translateReviewCheck'](_0x98ac20));const _0x9e4619=_0x243bb1['some'](_0x5a056f=>_0x5a056f['isExtra']||'custom'===_0x5a056f['id']);let _0x44af7c=[],_0x2caa1d=[],_0x44c04a=null;if(_0x9e4619){const _0x43c57f=await this['_getModels']();_0x44af7c=_0x43c57f['all'],_0x2caa1d=_0x43c57f['recommended'],_0x44c04a=_0x43c57f['default'];}const _0x1735bf=new Ro(_0x44af7c,_0x2caa1d,_0x44c04a);return _0x1735bf['setupChecks'](_0x243bb1),_0x9e4619&&this['_filterChecksWithMissingModel'](_0x1735bf),_0x1735bf;}['_getExtraChecks'](){return(this['context']['config']['get']('ai.review.extraCommands')||[])['map'](_0x1c5cee=>({'id':_0x1c5cee['id'],'commandId':_0x1c5cee['id'],'title':_0x1c5cee['label'],'description':_0x1c5cee['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x1c5cee['prompt'],'model':_0x1c5cee['model']}));}['_logErrorForNonExistentChecks'](_0x1c5aae,_0x33496d){const _0xd34e10=_0x1c5aae['filter'](_0x5a0c54=>!_0x33496d['some'](_0x3a98ee=>_0x3a98ee['id']===_0x5a0c54));_0xd34e10['length']&&this['_logError'](new ot('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0xd34e10['join'](',\x20')}),!0x0);}async['_getModels'](){try{const _0x49a3df=new Bs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});return{'all':await _0x49a3df['getAll'](),'recommended':await _0x49a3df['getAvailableModels'](),'default':await _0x49a3df['getDefault']()};}catch(_0x233928){return this['_logError'](new ot('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x233928)),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x53791d){const _0x3f40ae='AI_REVIEW_CHECK_'+_0x53791d['id']['toUpperCase']()['replaceAll']('-','_'),_0x4ebeaf={..._0x53791d,'title':this['_getTranslationWithDefault'](_0x3f40ae+'_TITLE',_0x53791d['title']),'description':this['_getTranslationWithDefault'](_0x3f40ae+'_DESCRIPTION',_0x53791d['description'])};return _0x53791d['options']&&(_0x4ebeaf['options']=_0x53791d['options']['map'](_0x465a90=>({..._0x465a90,'label':this['_getTranslationWithDefault'](_0x3f40ae+'_OPTIONS_LABEL',_0x465a90['label']||''),'data':_0x465a90['data']?_0x465a90['data']['map'](_0xae751f=>({..._0xae751f,'label':this['_getTranslationWithDefault'](_0x3f40ae+'_OPTIONS_DATA_'+_0xae751f['id']['toUpperCase'](),_0xae751f['label'])})):void 0x0}))),_0x4ebeaf;}['_filterChecksWithMissingModel'](_0x2491af){const _0x5689e7=[];_0x2491af['checks']['forEach'](_0x1623e3=>{(_0x1623e3 instanceof bo&&!_0x1623e3['defaultModel']||_0x1623e3 instanceof So&&!_0x1623e3['models']['length'])&&_0x5689e7['push'](_0x1623e3['id']);}),_0x5689e7['length']&&_0x5689e7['forEach'](_0x3b1b66=>{_0x2491af['removeCheckById'](_0x3b1b66),this['_logError'](new ot('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0x3b1b66}),!0x0);});}}class vo extends _0x149119{static get['requires'](){return[No,_o,go];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class yo extends wo{get['apiId'](){return'translate';}}class xo extends fo{['setupChecks'](_0x21bd01){this['_checks']=_0x21bd01['map'](_0x12fafd=>new yo(_0x12fafd));}}class Lo extends po{['_title'];constructor(_0x4f5566,_0x3bbb42,_0x31d82b,_0x2be5ad,_0x4d2427,_0x4ada2d){super(_0x4f5566,_0x3bbb42,_0x31d82b,_0x4d2427,_0x4ada2d),this['_title']=_0x2be5ad;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class Do extends mo{static get['pluginName'](){return'AITranslateController';}constructor(_0x3b399b){super(_0x3b399b),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'](_0x7accee,_0x2897b4){return new Lo(this['_aiReviewCoreEditing']['getDocumentData'](),_0x2897b4,this['_aiConnector'],as(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x7accee['params'],_0x7accee['args']);}['_onReviewCheckResultActivated'](_0x528344){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x528344['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x528344['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x18f9b3){this['_currentReviewCheckRun']&&('hover'===_0x18f9b3['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x18f9b3['id'])),'click'===_0x18f9b3['uiInteraction']&&this['_scrollToChange'](_0x18f9b3['id']));}['_onDeactivateChange'](_0x4bc750){this['_currentReviewCheckRun']&&'panel'===_0x4bc750['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x247ae6,_0x586509){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x586509['changeId']),this['_scrollToChange'](_0x586509['changeId']));}['_onChangeMarkerHovered'](_0x447b04,_0x5c69b7){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x5c69b7['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x5c69b7['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x1c9b01){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x1c9b01);}['_markChangePositionInEditorContent'](_0x41d231,_0x3d6fda){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x41d231,_0x3d6fda);}['_diffContent'](_0x3e57e9,_0x13d050){return this['_aiReviewCoreEditing']['diffContent'](_0x3e57e9,_0x13d050,!0x0);}['_onReviewCheckRun'](){const _0x14c212=this['_aiReviewCoreEditing']['getEditor']();_0x14c212&&_0x14c212['editing']['view']['change'](_0x396eb3=>{const _0x23bf6c=_0x14c212['editing']['view']['document']['getRoot']();for(const _0x286787 of _0x23bf6c['getClassNames']())(_0x286787['startsWith']('ck-ai-review-')||'ck-ai-translate-'===_0x286787)&&_0x396eb3['removeClass'](_0x286787,_0x23bf6c);_0x396eb3['addClass']('ck-ai-translate-mode-content',_0x23bf6c);});}async['_getChecksList'](){const _0x47d475=[],_0x1f198f=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x3798f9 of _0x1f198f)_0x47d475['push']({'title':_0x3798f9['label'],'id':_0x3798f9['id'],'commandId':_0x3798f9['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x3798f9['id']}});const _0x4a327e=new xo();return _0x4a327e['setupChecks'](this['_translateChecks'](_0x47d475)),_0x4a327e;}['_translateChecks'](_0x48a818){return _0x48a818['map'](_0x263216=>{const _0x183f8d='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x263216['title']['toUpperCase']()['replaceAll']('-','_');return{..._0x263216,'title':this['_getTranslationWithDefault'](_0x183f8d,_0x263216['title'])};});}}class Po extends io{constructor(_0x1074ae,_0x1c8132){super(_0x1074ae,_0x1c8132),this['on']('set:isLoading',(_0xda2f6d,_0x3c6c47,_0x281bf1)=>{_0x281bf1&&(this['headerTitle']=as(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x482e6a,_0x419d29,_0x5be763)=>{_0x5be763&&(this['headerTitle']=as(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x3d1fe2=super['_createAcceptAllButtonView']();return _0x3d1fe2['set']('label',as(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x3d1fe2;}['_createExitReviewButtonView'](){const _0x1f6b4c=super['_createExitReviewButtonView']();return _0x1f6b4c['set']('label',as(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x1f6b4c;}}class Ho extends uo{['_setupTemplate'](){const _0x252a08=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x252a08['if']('isVisible','ck-hidden',_0x5340fb=>!_0x5340fb)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':as(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':as(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x252a08['if']('isVisible','ck-hidden',_0x1ee974=>!_0x1ee974)]},'children':this['_checkViews']}]});}}class Mo extends Ja{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x19d844=this['context']['locale'],_0x5cae37=new _0x3b2f47(_0x19d844,{'label':as(_0x19d844,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x54c868,'class':'ck-ai-header\x20ck-ai-header_review-translate'}),_0x1cd4c4=new to(_0x19d844,{'header':_0x5cae37,'list':new Ho(_0x19d844),'results':new Po(_0x19d844,{'generalErrorText':as(_0x19d844,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new so(_0x19d844,{'headerText':as(_0x19d844,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':as(_0x19d844,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':as(_0x19d844,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x1cd4c4['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x1cd4c4;}['registerTab'](){const _0x451cf4=this['context']['plugins']['get']('AITabs');_0x451cf4['view']['on']('activateTab',(_0x168bb9,_0x3948ce)=>{'translate'===_0x3948ce?this['fire']('getReviewCheckList'):this['fire']('leaveReview');}),_0x451cf4['view']['addTab']({'id':'translate','buttonLabel':as(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x54c868,'order':0x0,'content':this['_mainView']});}}class Uo extends _0x149119{static get['requires'](){return[Do,Mo,go];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{qa as AIActions,Si as AIAdapter,qi as AIAssistant,Wi as AIAssistantUI,ma as AIBalloon,la as AIChat,Ys as AIChatController,ca as AIChatHistory,ha as AIChatHistoryController,ra as AIChatHistoryUI,Aa as AIChatShortcuts,Zr as AIChatUI,rs as AIConnector,qs as AIEditing,ba as AIEditorIntegration,Qa as AIQuickActions,Ma as AIQuickActionsUI,bi as AIRequestError,wo as AIReviewCheck,Io as AIReviewCheckResult,To as AIReviewCheckRun,vo as AIReviewMode,mo as AIReviewModeController,go as AIReviewModeEditing,_o as AIReviewModeUI,ns as AITabs,Xi as AITextAdapter,Ia as AIToggleButtonUI,Uo as AITranslate,Do as AITranslateController,Mo as AITranslateUI,ji as AWSTextAdapter,zi as OpenAITextAdapter,Oi as ShowAIAssistantCommand,ga as ToggleAICommand,ls as createResizeButton,Qi as getDefaultAICommands};
23
+ import{Plugin as _0x5e9f88,Command as _0x2086ab,ContextPlugin as _0xee6711,Editor as _0x4df290}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x4b3519,IconCheck as _0x2dfde3,IconError as _0x289a6d,IconSubmit as _0x4829f4,IconAIHistory as _0x154a8a,IconMagicWand as _0x55c72f,IconRobotPencil as _0x1dc2c8,IconMaximize as _0xb350fd,IconMinimize as _0x2a9f31,IconShowChangesOn as _0x3d65c1,IconShowChangesOff as _0x22e99c,IconDocument as _0x2c2579,IconBoxWithCross as _0x1c646a,IconBoxWithCheck as _0x4a57f7,IconBoxWithMarker as _0x5eaee5,IconInfo as _0x5800b6,IconWeb as _0x2cc2cd,IconCancel as _0x1a0f5,IconSelection as _0x338003,IconFileUpload as _0x50ae83,IconLink as _0x289d5e,IconBulb as _0x33f7c5,IconAI as _0x11d2a1,IconPreviousArrow as _0x15e3cb,IconDocumentOutline as _0x548fb2,IconLoupe as _0xb2c1fa,IconPaperClip as _0x2a741b,IconBrowseFiles as _0x58d7b2,IconDropdownArrow as _0x58875c,IconStop as _0x321021,IconPlus as _0x4ff6ca,IconAIChat as _0xf586bd,IconPin as _0x2208db,IconThreeHorizontalDots as _0x54c890,IconAIReview as _0x14d24d,IconAITranslate as _0x157c37,IconAIAskAI as _0x141f4b,IconThumbUp as _0x3cedbd,IconThumbDown as _0x59a55b,IconChevronDown as _0x2d691f,IconChevronUp as _0x3a1a88,IconAIQuickActions as _0x4b17ba,IconAIChatCommands as _0x3e3c44,IconAIImproveWriting as _0x3e538e,IconAIContinueWriting as _0x21142e,IconAIGrammarCheck as _0x4ab159,IconAIAdjustLength as _0x4645a8,IconAIChangeTone as _0x32d64c,IconAIOther as _0x4b2fde,IconRefresh as tt,IconNextArrow as et,IconOutdated as it,IconEye as st,IconEyeCrossedOut as nt,IconChevronRight as rt}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as ot,CKEditorError as at,ObservableMixin as ht,global as ct,isVisible as lt,Rect as ut,Collection as dt,FocusTracker as _t,KeystrokeHandler as gt,first as At,logWarning as It,logError as Et,toArray as pt,version as mt,EmitterMixin as Tt,scrollViewportToShowTarget as Ct,insertToPriorityArray as wt,scrollAncestorsToShowTarget as ft,ResizeObserver as bt,_isMotionReduced as St,getConstrainedViewportRect as Rt,DomEmitterMixin as Ot}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as kt,ButtonView as Nt,View as vt,SpinnerView as yt,IconView as xt,AutocompleteView as Lt,ListView as Dt,ListItemGroupView as Pt,ListItemView as Ht,ButtonLabelView as Mt,FocusCycler as Ut,createLabeledTextarea as Vt,Dialog as Bt,createDropdown as Gt,addMenuToDropdown as Ft,MenuBarMenuView as Kt,MenuBarMenuListItemButtonView as Wt,DialogViewPosition as Yt,MenuBarMenuListView as $t,MenuBarMenuListItemView as qt,BodyCollection as Qt,BalloonPanelView as Xt,clickOutsideHandler as zt,addListToDropdown as jt,UIModel as Jt,submitHandler as Zt,LabeledFieldView as te,createLabeledInputText as _0x2b8667,FormHeaderView as _0x53b19c,HighlightedTextView as _0x2a3dc2,ViewCollection as _0x2fb855,FileDialogButtonView as _0x28782d,InputTextView as _0x185b23,SearchTextView as _0x43e87c,ListItemButtonView as _0x61e23f,ButtonLabelWithHighlightView as _0x5e2f36,DropdownMenuPanelPositioningFunctions as _0x5557ff,BalloonToolbar as _0x27055,FormRowView as _0x187262,TextareaView as _0x2b5bb8}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x4e2b34,ClipboardMarkersUtils as _0x10520d}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x18b026,ViewDataTransfer as _0x3634b1,ViewUpcastWriter as _0x13c141,Matcher as _0x35aa82,_DetachOperation as _0x349a38,_insertIntoModelNodeList as _0xf2ea81,_removeFromModelNodeList as _0x2c3240,ModelRange as _0x2a951f,transformOperationSets as _0x5e674a,ViewDowncastWriter as _0x506174,ModelDocumentFragment as _0x19adab,ModelPosition as _0x53bf6b,ModelTreeWalker as _0x4820fe,MarkerOperation as _0x3113a4,InsertOperation as _0x304cb7}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x43387b,escape as _0x28ca45,cloneDeep as _0x5c6558,throttle as _0x56a581,debounce as _0x18ec0f,escapeRegExp as _0x2052d8}from'es-toolkit/compat';import{createParser as _0x385587}from'eventsource-parser';import{CloudServices as _0x2f155f}from'@ckeditor/ckeditor5-cloud-services/dist/index.js';import{parseDocument as _0x595a67}from'htmlparser2';import{isTag as _0x60f0d2,findOne as _0x3f6b28,getParent as _0xe039c1,findAll as _0x364046,removeElement as _0x4529c2,prepend as _0x484771,prependChild as _0x57380b,appendChild as _0x1e9fbc,append as _0x5c974a,find as _0x1b48d2,isComment as _0x502ab9,replaceElement as _0x3a530c,getChildren as _0x5e79c1,textContent as _0x509c99}from'domutils';import ti from'dom-serializer';import{Document as _0x36408a,Element as _0x2b2f52,Text as _0x3f4e70,cloneNode as _0x51d407,isDocument as _0xcde254,isText as _0xbfd574,NodeWithChildren as _0x50edd4}from'domhandler';import{MarkdownGfmMdToHtmlDefaultPlugins as _0x404772,MarkdownGfmMdToHtml as _0x50fd49}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import _0x4927f8 from'rehype-sanitize';import{fixElementSuggestionRange as _0x2bb93e,DocumentCompare as _0x367c6c,DATA_ID_MODEL_ATTRIBUTE as _0x307282,ConfirmMixin as _0x47b513,getAllMarkersDomElementsSorted as _0x3359cb,SuggestionsConversion as _0x1da09b,DATA_ID_VIEW_ATTRIBUTE as _0x2af4e4,getMarkerDomElement as _0x40ecdc}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import _0x2863b3 from'morphdom';import{diffArrays as _0x58b9fe}from'diff';const Ci='_ungrouppedCommands';function wi(_0x10133d,_0x551e69){const _0x37de81=(0x0,_0x551e69['t'])('Other');return _0x10133d['length']?'groupId'in _0x10133d[0x0]?_0x10133d:[{'groupId':Ci,'groupLabel':_0x37de81,'order':0x1/0x0,'commands':_0x10133d}]:[{'groupId':Ci,'groupLabel':_0x37de81,'order':0x1/0x0,'commands':[]}];}const fi=globalThis['DataTransfer'],bi='ai-ui';class Si extends _0x5e9f88{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x1a7dd2}=this,_0x2f7312=['ck-fake-ai-selection'];_0x1a7dd2['config']['get']('ai.assistant.useTheme')&&_0x2f7312['push']('ck-ai-assistant-ui_theme'),_0x1a7dd2['conversion']['for']('editingDowncast')['markerToHighlight']({'model':bi,'view':{'classes':_0x2f7312,'priority':0xc}}),_0x1a7dd2['conversion']['for']('editingDowncast')['markerToElement']({'model':bi,'view':(_0x33d235,{writer:_0x8e0eb})=>{if(!_0x33d235['markerRange']['isCollapsed'])return null;const _0x14c91c=_0x8e0eb['createUIElement']('span');return _0x8e0eb['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x14c91c),_0x14c91c;}});}['afterInit'](){!async function(_0x31692a){const _0x44062c=_0x21fe8c([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]),_0x22d2f9=0x3dffc4e1,_0x2fb91a=0x3df84d81^_0x22d2f9,_0x2e12dd=window[_0x21fe8c([0x44,0x61,0x74,0x65])][_0x21fe8c([0x6e,0x6f,0x77])](),_0x55b3e7=_0x31692a[_0x21fe8c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x56172c=new window[(_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x392229=>{_0x55b3e7[_0x21fe8c([0x6f,0x6e,0x63,0x65])](_0x21fe8c([0x72,0x65,0x61,0x64,0x79]),_0x392229);}),_0x3b670a={[_0x21fe8c([0x6b,0x74,0x79])]:_0x21fe8c([0x45,0x43]),[_0x21fe8c([0x75,0x73,0x65])]:_0x21fe8c([0x73,0x69,0x67]),[_0x21fe8c([0x63,0x72,0x76])]:_0x21fe8c([0x50,0x2d,0x32,0x35,0x36]),[_0x21fe8c([0x78])]:_0x21fe8c([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]),[_0x21fe8c([0x79])]:_0x21fe8c([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]),[_0x21fe8c([0x61,0x6c,0x67])]:_0x21fe8c([0x45,0x53,0x32,0x35,0x36])},_0x2b5cc=_0x55b3e7[_0x21fe8c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x21fe8c([0x67,0x65,0x74])](_0x21fe8c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x45a286(){let _0x3233d7,_0x42d701=null,_0x51ec69=null;try{if(_0x2b5cc==_0x21fe8c([0x47,0x50,0x4c]))return _0x21fe8c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3233d7=_0x37e7e9(),!_0x3233d7)return _0x21fe8c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3233d7[_0x21fe8c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x51ec69=_0x2c2799(_0x3233d7[_0x21fe8c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3233d7[_0x21fe8c([0x6a,0x74,0x69])])),await _0x4f16f9()?_0xbf8758()?_0x742b9c()?_0x21fe8c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4645df()?(_0x3233d7[_0x21fe8c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x21fe8c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x42d701=_0x142a99(_0x21fe8c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x223b9a()):_0x21fe8c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x21fe8c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x21fe8c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x21fe8c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x742b9c(){const _0x2f24cc=[_0x21fe8c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x21fe8c([0x74,0x72,0x69,0x61,0x6c])][_0x21fe8c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3233d7[_0x21fe8c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2e12dd/0x3e8:0xe10*_0x2fb91a;return _0x3233d7[_0x21fe8c([0x65,0x78,0x70])]<_0x2f24cc;}function _0xbf8758(){const _0x3b4754=_0x3233d7[_0x21fe8c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3b4754&&(!!_0x3b4754[_0x21fe8c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fe8c([0x2a]))||!!_0x3b4754[_0x21fe8c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fe8c([0x41,0x49])));}function _0x4645df(){const _0x25f943=_0x3233d7[_0x21fe8c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x25f943||0x0==_0x25f943[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x172a34}=new URL(window[_0x21fe8c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x25f943[_0x21fe8c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x172a34))return!0x0;const _0x2b79e2=_0x172a34[_0x21fe8c([0x73,0x70,0x6c,0x69,0x74])](_0x21fe8c([0x2e]));return _0x25f943[_0x21fe8c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x12934a=>_0x12934a[_0x21fe8c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21fe8c([0x2a])))[_0x21fe8c([0x6d,0x61,0x70])](_0x23a6d5=>_0x23a6d5[_0x21fe8c([0x73,0x70,0x6c,0x69,0x74])](_0x21fe8c([0x2e])))[_0x21fe8c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5448f2=>_0x5448f2[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2b79e2[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x21fe8c([0x6d,0x61,0x70])](_0x11a322=>Array(_0x2b79e2[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x11a322[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x21fe8c([0x66,0x69,0x6c,0x6c])](_0x11a322[0x0]===_0x21fe8c([0x2a])?_0x21fe8c([0x2a]):'')[_0x21fe8c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x11a322))[_0x21fe8c([0x73,0x6f,0x6d,0x65])](_0x35b1fd=>_0x2b79e2[_0x21fe8c([0x65,0x76,0x65,0x72,0x79])]((_0x252584,_0x1afd77)=>_0x35b1fd[_0x1afd77]===_0x252584||_0x35b1fd[_0x1afd77]===_0x21fe8c([0x2a])));}function _0x223b9a(){return _0x42d701&&_0x51ec69?new window[(_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x30a320,_0xdbf745)=>{_0x42d701[_0x21fe8c([0x74,0x68,0x65,0x6e])](_0x30a320,_0xdbf745),_0x51ec69[_0x21fe8c([0x74,0x68,0x65,0x6e])](_0x2c53d6=>{_0x2c53d6!=_0x21fe8c([0x56,0x61,0x6c,0x69,0x64])&&_0x30a320(_0x2c53d6);},_0xdbf745);}):_0x42d701||_0x51ec69||_0x21fe8c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2c2799(_0x1a6efd,_0x1b2a45){return new window[(_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29a19a=>{if(_0x2560cb())return _0x29a19a(_0x21fe8c([0x56,0x61,0x6c,0x69,0x64]));_0x25fa65(),_0x55b3e7[_0x21fe8c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x21fe8c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x9bff7a=!0x1;const _0x2abec4=ot();function _0x312c2e(_0x79ee8){return!!_0x79ee8&&(typeof _0x79ee8===_0x21fe8c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x79ee8===_0x21fe8c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x79ee8[_0x21fe8c([0x74,0x68,0x65,0x6e])]===_0x21fe8c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x79ee8[_0x21fe8c([0x63,0x61,0x74,0x63,0x68])]===_0x21fe8c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3fdfbe(_0x52556b){_0x45c623(_0x52556b)[_0x21fe8c([0x74,0x68,0x65,0x6e])](_0x3c9c36=>{if(!_0x3c9c36||_0x3c9c36[_0x21fe8c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x21fe8c([0x6f,0x6b]))return _0x21fe8c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4edfab(_0x185419(_0x2abec4+_0x1b2a45))!=_0x3c9c36[_0x21fe8c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x21fe8c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x21fe8c([0x56,0x61,0x6c,0x69,0x64]);})[_0x21fe8c([0x74,0x68,0x65,0x6e])](_0x178b02=>(_0x5372e8(),_0x178b02),()=>{const _0xe054da=_0x2eb680();return null==_0xe054da?(_0x5372e8(),_0x21fe8c([0x56,0x61,0x6c,0x69,0x64])):_0x21fe8c(_0x2e12dd-_0xe054da>(0x19f340e1^_0x22d2f9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x21fe8c([0x74,0x68,0x65,0x6e])](_0x29a19a)[_0x21fe8c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x29a19a(_0x21fe8c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x39ead0=0x3dc92a61^_0x22d2f9;function _0x5372e8(){const _0x17ff28=_0x21fe8c([0x6c,0x6c,0x63,0x74,0x2d])+_0x4edfab(_0x185419(_0x1a6efd)),_0xb9f2eb=_0x31cee0(_0x4edfab(window[_0x21fe8c([0x4d,0x61,0x74,0x68])][_0x21fe8c([0x63,0x65,0x69,0x6c])](_0x2e12dd/_0x39ead0)));window[_0x21fe8c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21fe8c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x17ff28,_0xb9f2eb);}function _0x2eb680(){const _0x5519f6=_0x21fe8c([0x6c,0x6c,0x63,0x74,0x2d])+_0x4edfab(_0x185419(_0x1a6efd)),_0x3271cc=window[_0x21fe8c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21fe8c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5519f6);return _0x3271cc?window[_0x21fe8c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x31cee0(_0x3271cc),0x10)*_0x39ead0:null;}function _0x45c623(_0xb10462){return new window[(_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x301bae,_0x3a6435)=>{_0xb10462[_0x21fe8c([0x74,0x68,0x65,0x6e])](_0x301bae,_0x3a6435),window[_0x21fe8c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3a6435,0x3dfe1021^_0x22d2f9);});}}_0x55b3e7[_0x21fe8c([0x6f,0x6e])](_0x21fe8c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2b5bfc,_0x340cba)=>{if(_0x340cba[0x0]!=_0x1a6efd)return _0x29a19a(_0x21fe8c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x340cba[0x1]={..._0x340cba[0x1],[_0x21fe8c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2abec4};},{[_0x21fe8c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21fe8c([0x68,0x69,0x67,0x68])}),_0x55b3e7[_0x21fe8c([0x6f,0x6e])](_0x21fe8c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x254d08=>{_0x312c2e(_0x254d08[_0x21fe8c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x9bff7a=!0x0,_0x3fdfbe(_0x254d08[_0x21fe8c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x21fe8c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21fe8c([0x6c,0x6f,0x77])}),_0x56172c[_0x21fe8c([0x74,0x68,0x65,0x6e])](()=>{_0x9bff7a||_0x29a19a(_0x21fe8c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2560cb(){return _0x55b3e7[_0x21fe8c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21fe8c([0x76,0x69,0x65,0x77])][_0x21fe8c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x21fe8c([0x61,0x75,0x74,0x6f]);}function _0x25fa65(){_0x55b3e7[_0x21fe8c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21fe8c([0x76,0x69,0x65,0x77])][_0x21fe8c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x21fe8c([0x61,0x75,0x74,0x6f]);}}function _0x142a99(_0x1ddbe9){const _0x4a3d42=[new window[(_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11cf1e=>setTimeout(_0x11cf1e,0x3df6fa2d^_0x22d2f9)),_0x56172c[_0x21fe8c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35c4d0=>{let _0x5c0e7a=0x0;_0x55b3e7[_0x21fe8c([0x6d,0x6f,0x64,0x65,0x6c])][_0x21fe8c([0x6f,0x6e])](_0x21fe8c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x280928,_0x4d3d2a)=>{_0x4d3d2a[0x0][_0x21fe8c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c0e7a++,_0x5c0e7a==(0x3dffc109^_0x22d2f9)&&(_0x35c4d0(),_0x280928[_0x21fe8c([0x6f,0x66,0x66])]());});}))];return window[_0x21fe8c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x21fe8c([0x72,0x61,0x63,0x65])](_0x4a3d42)[_0x21fe8c([0x74,0x68,0x65,0x6e])](()=>_0x1ddbe9);}async function _0x807d7d(){await _0x56172c,_0x55b3e7[_0x21fe8c([0x6d,0x6f,0x64,0x65,0x6c])][_0x21fe8c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x474d5c,_0x55b3e7[_0x21fe8c([0x6d,0x6f,0x64,0x65,0x6c])][_0x21fe8c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x474d5c,_0x55b3e7[_0x21fe8c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x21fe8c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5e1bb8(_0x36640d){const _0x557d2d=_0xa663af();_0x55b3e7[_0x557d2d]=_0x21fe8c([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x36640d,_0x36640d!=_0x21fe8c([0x56,0x61,0x6c,0x69,0x64])&&_0x807d7d();}function _0xa663af(){const _0x37efd5=window[_0x21fe8c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x21fe8c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x21fe8c([0x6e,0x6f,0x77])]())[_0x21fe8c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x21fe8c([0x2e]),'');let _0x74a1b=_0x21fe8c([0x6e]);for(let _0x52b4b4=0x0;_0x52b4b4<_0x37efd5[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x52b4b4+=0x2){let _0x435229=window[_0x21fe8c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37efd5[_0x21fe8c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x52b4b4,_0x52b4b4+0x2));_0x435229>=_0x44062c[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x435229-=_0x44062c[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x74a1b+=_0x44062c[_0x435229];}return _0x74a1b;}function _0x37e7e9(){const _0x1bd328=_0x2b5cc[_0x21fe8c([0x73,0x70,0x6c,0x69,0x74])](_0x21fe8c([0x2e]));if(0x3!=_0x1bd328[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4fc896(_0x1bd328[0x1]);function _0x4fc896(_0x3debbe){const _0x151571=_0x34aff5(_0x3debbe);return _0x151571&&_0x3744ed()?_0x151571:null;function _0x3744ed(){const _0xc0afd=_0x151571[_0x21fe8c([0x6a,0x74,0x69])],_0x3b89ab=window[_0x21fe8c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc0afd[_0x21fe8c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc0afd[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x59222f={..._0x151571,[_0x21fe8c([0x6a,0x74,0x69])]:_0xc0afd[_0x21fe8c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xc0afd[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x59222f[_0x21fe8c([0x76,0x63])],_0x185419(_0x59222f)==_0x3b89ab;}}}async function _0x4f16f9(){let _0x26aa2e=!0x0;try{const _0x342c27=_0x2b5cc[_0x21fe8c([0x73,0x70,0x6c,0x69,0x74])](_0x21fe8c([0x2e])),[_0x62f233,_0x4883f7,_0x3cf940]=_0x342c27;return _0x2363e1(_0x62f233),await _0x1455c4(_0x62f233,_0x4883f7,_0x3cf940),_0x26aa2e;}catch{return!0x1;}function _0x2363e1(_0x44171d){const _0x5c40b0=_0x34aff5(_0x44171d);_0x5c40b0&&_0x5c40b0[_0x21fe8c([0x61,0x6c,0x67])]==_0x21fe8c([0x45,0x53,0x32,0x35,0x36])||(_0x26aa2e=!0x1);}async function _0x1455c4(_0x1813b6,_0x19e706,_0x466c83){const _0x5f1a36=window[_0x21fe8c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x21fe8c([0x66,0x72,0x6f,0x6d])](_0x25f696(_0x466c83),_0x5581cc=>_0x5581cc[_0x21fe8c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x58a846=new window[(_0x21fe8c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x21fe8c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1813b6+_0x21fe8c([0x2e])+_0x19e706),_0x5e8873=window[_0x21fe8c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x21fe8c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5e8873)return;const _0x2f2d79=await _0x5e8873[_0x21fe8c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x21fe8c([0x6a,0x77,0x6b]),_0x3b670a,{[_0x21fe8c([0x6e,0x61,0x6d,0x65])]:_0x21fe8c([0x45,0x43,0x44,0x53,0x41]),[_0x21fe8c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x21fe8c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x21fe8c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5e8873[_0x21fe8c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x21fe8c([0x6e,0x61,0x6d,0x65])]:_0x21fe8c([0x45,0x43,0x44,0x53,0x41]),[_0x21fe8c([0x68,0x61,0x73,0x68])]:{[_0x21fe8c([0x6e,0x61,0x6d,0x65])]:_0x21fe8c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2f2d79,_0x5f1a36,_0x58a846)||(_0x26aa2e=!0x1);}}function _0x34aff5(_0x878ffb){return _0x878ffb[_0x21fe8c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x21fe8c([0x65,0x79]))?JSON[_0x21fe8c([0x70,0x61,0x72,0x73,0x65])](_0x25f696(_0x878ffb)):null;}function _0x25f696(_0xd71885){return window[_0x21fe8c([0x61,0x74,0x6f,0x62])](_0xd71885[_0x21fe8c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x21fe8c([0x2b]))[_0x21fe8c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x21fe8c([0x2f])));}function _0x185419(_0x1cbd6d){let _0x106baf=0x1505;function _0x18282f(_0x4a98ac){for(let _0x28022d=0x0;_0x28022d<_0x4a98ac[_0x21fe8c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28022d++){const _0x4b345f=_0x4a98ac[_0x21fe8c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x28022d);_0x106baf=(_0x106baf<<0x5)+_0x106baf+_0x4b345f,_0x106baf&=_0x106baf;}}function _0x57fe16(_0x4412ab){Array[_0x21fe8c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4412ab)?_0x4412ab[_0x21fe8c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x57fe16):_0x4412ab&&typeof _0x4412ab==_0x21fe8c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x21fe8c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4412ab)[_0x21fe8c([0x73,0x6f,0x72,0x74])]()[_0x21fe8c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xbd02a0,_0x4a5e36])=>{_0x18282f(_0xbd02a0),_0x57fe16(_0x4a5e36);}):_0x18282f(window[_0x21fe8c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4412ab));}return _0x57fe16(_0x1cbd6d),_0x106baf>>>0x0;}function _0x4edfab(_0x4eb22c){return _0x4eb22c[_0x21fe8c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x21fe8c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x21fe8c([0x30]));}function _0x31cee0(_0x578bc1){return _0x578bc1[_0x21fe8c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x21fe8c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x21fe8c([0x6a,0x6f,0x69,0x6e])]('');}function _0x474d5c(){}function _0x21fe8c(_0x5905ee){return _0x5905ee['map'](_0x2f1962=>String['fromCharCode'](_0x2f1962))['join']('');}_0x5e1bb8(await _0x45a286());}(this);}['showFakeVisualSelection'](){const _0x195ee6=this['editor']['model'];_0x195ee6['change'](_0x1f051e=>{const _0x3d6e44=_0x195ee6['document']['selection']['getRanges']();let _0x25af8b=0x0;for(const _0x35276f of _0x3d6e44){const _0x67afb0=bi+':'+_0x25af8b;if(_0x195ee6['markers']['has'](_0x67afb0))_0x1f051e['updateMarker'](_0x67afb0,{'range':_0x35276f});else{if(_0x35276f['start']['isAtEnd']){const _0x18f3a7=_0x35276f['start']['getLastMatchingPosition'](({item:_0x1b7e47})=>!_0x195ee6['schema']['isContent'](_0x1b7e47),{'boundaries':_0x35276f});_0x1f051e['addMarker'](_0x67afb0,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1f051e['createRange'](_0x18f3a7,_0x35276f['end'])});}else _0x1f051e['addMarker'](_0x67afb0,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x35276f});}_0x25af8b++;}});}['hideFakeVisualSelection'](){const _0x1795c3=this['editor']['model'],_0x1a9f48=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](bi));_0x1a9f48['length']&&_0x1795c3['change'](_0x5da8a8=>{_0x1a9f48['forEach'](_0x6163bd=>{_0x5da8a8['removeMarker'](_0x6163bd);});});}['insertContent'](_0x539668,_0x171b12){const _0x354ea0=this['_getAISelection'](),_0x19760d=_0x171b12||_0x354ea0['getFirstRange']();this['editor']['model']['canEditAt'](_0x19760d)&&this['editor']['model']['change'](_0x28e43b=>{this['hideFakeVisualSelection'](),_0x171b12||this['_resetContentOfSelectedTableCells'](_0x28e43b,_0x354ea0),this['_pasteHTMLUsingClipboard']({'insertAt':_0x19760d,'writer':_0x28e43b,'html':_0x539668});});}['insertContentBelow'](_0x41f423){const {model:_0x225848}=this['editor'],_0x1a3e18=this['_getAISelection']();_0x225848['change'](()=>{const _0x37bd8c=this['_prepareTableInsertBelowPosition'](_0x41f423,_0x1a3e18)||this['_getDefaultInsertBelowPosition'](_0x1a3e18);this['insertContent'](_0x41f423,_0x37bd8c);});}['_getAISelection'](){const _0x4e605e=this['editor']['model'],_0x1187cd=Array['from'](_0x4e605e['markers']['getMarkersGroup'](bi))['map'](_0xf69e93=>_0xf69e93['getRange']());return _0x4e605e['createSelection'](_0x1187cd);}['_pasteHTMLUsingClipboard']({writer:_0x7dbee4,html:_0x1c05f2,insertAt:_0xe2466b}){const {view:_0x11f45e}=this['editor']['editing'],_0x34fa2f=this['editor']['plugins']['get'](_0x4e2b34),_0xfb5f93=new fi();_0xfb5f93['setData']('text/html',_0x1c05f2);const _0x1d7a68=new ClipboardEvent('paste',{'clipboardData':_0xfb5f93}),_0x247bd7=new _0x18b026(_0x11f45e,_0x1d7a68,{'dataTransfer':new _0x3634b1(_0xfb5f93)});_0x7dbee4['setSelection'](_0xe2466b);const _0xc86996=(_0x309b98,_0x528270)=>{_0x528270['resultRange']&&_0x7dbee4['setSelection'](_0x528270['resultRange']);};_0x34fa2f['once']('contentInsertion',_0xc86996,{'priority':'lowest'}),_0x11f45e['document']['fire']('paste',_0x247bd7),_0x34fa2f['off']('contentInsertion',_0xc86996);}['_getDefaultInsertBelowPosition'](_0x361c56){const {model:_0xc67088}=this['editor'],_0x2a7055=Array['from'](_0x361c56['getSelectedBlocks']());return _0x2a7055['length']?_0xc67088['createPositionAfter'](_0x2a7055['pop']()):_0x361c56['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x591aeb,_0x36fb71){const {model:_0x54e97c,plugins:_0x2bcd50}=this['editor'];if(_0x2bcd50['has']('TableUtils')){const _0xbac7f5=_0x2bcd50['get']('TableUtils')['getSelectedTableCells'](_0x36fb71);if(_0xbac7f5['length']){const _0x13e3fb=this['_getTableRowCountFromContent'](_0x591aeb),_0x21cb68=this['_createEmptyTableRows'](_0xbac7f5,_0x13e3fb);return _0x54e97c['createPositionAt'](_0x21cb68,0x0);}}return null;}['_getTableRowCountFromContent'](_0x320df1){const _0x79746e=this['editor']['plugins']['get']('TableUtils'),_0x1fdfd7=this['editor']['data']['parse'](_0x320df1),_0x38061d=Array['from'](_0x1fdfd7['getChildren']())['filter'](_0x267b5b=>_0x267b5b['is']('element','table'));let _0x466b73=0x0;return _0x38061d['forEach'](_0x5870ab=>{_0x466b73+=_0x79746e['getRows'](_0x5870ab);}),_0x466b73;}['_createEmptyTableRows'](_0x12ca37,_0x44cb0e){const _0x60728a=this['editor']['plugins']['get']('TableUtils'),_0x1d4593=_0x60728a['getRowIndexes'](_0x12ca37),_0x5efd74=_0x60728a['getColumnIndexes'](_0x12ca37),_0x31a717=_0x1d4593['last']+0x1,_0x287181=_0x5efd74['first'],_0x2b4a68=_0x12ca37[0x0]['findAncestor']('table');for(let _0x36aae3=0x0;_0x36aae3<_0x44cb0e;_0x36aae3++)_0x60728a['insertRows'](_0x2b4a68,{'at':_0x31a717});return _0x2b4a68['getChild'](_0x31a717)['getChild'](_0x287181);}['_resetContentOfSelectedTableCells'](_0x1b079c,_0x21c5d3){const {plugins:_0x3bb83c}=this['editor'],{model:_0x23a46d}=_0x1b079c;if(!_0x3bb83c['has']('TableUtils'))return;_0x3bb83c['get']('TableUtils')['getSelectedTableCells'](_0x21c5d3)['length']&&_0x23a46d['deleteContent'](_0x21c5d3);}}class Ri extends _0x5e9f88{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new at('aiadapter-text-adapter-not-set',null);}}class Oi extends Error{constructor(_0x5d4fc6){super(_0x5d4fc6),this['name']='AIRequestError';}}function ki(_0x5f0c93,_0x54e830,_0x28fd4a){const t=_0x5f0c93['t'];switch(_0x54e830){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',_0x28fd4a);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x28fd4a);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'},_0x28fd4a);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 _0x54e830;}}class Ni extends _0x2086ab{['_commandDefinitions'];constructor(_0x1a068e,_0x81f305){super(_0x1a068e),this['_commandDefinitions']=_0x81f305,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x227678,_0x21a5d0,_0x319830)=>{this['isEnabled']&&(this['enabledCommandsIds']=vi(this['_commandDefinitions'],_0x319830));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x3229db,_0x36bbdf,_0x2d74e3)=>{this['enabledCommandsIds']=_0x2d74e3?vi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x192bbc=this['editor']['model'];this['_hasContext']=function(_0x1d65a9){const _0x43edc2=_0x1d65a9['document']['selection'];return _0x43edc2['isCollapsed']?0x0!==[..._0x43edc2['getSelectedBlocks']()]['length']&&![..._0x43edc2['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x1d65a9['hasContent'](_0x43edc2['getFirstRange']());}(_0x192bbc);const _0x2889ea=_0x192bbc['document']['selection'],_0x59b916=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x432d28 of _0x2889ea['getRanges']())for(const _0x36eeaf of _0x432d28['getItems']())if(_0x36eeaf['is']('element')&&_0x59b916['includes'](_0x36eeaf['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x4b8604='',_0x4f5f2a='',_0x3b8989='custom'){this['editor']['plugins']['get']($i)['showUI'](_0x4b8604,_0x4f5f2a,_0x3b8989);}}function vi(_0x5cdf0b,_0x441a19){const _0x6e128e=new Set();for(const _0x247042 of _0x5cdf0b['values']())(_0x441a19||!0x1===_0x247042['requiresContent'])&&_0x6e128e['add'](_0x247042['id']);return Array['from'](_0x6e128e);}const yi=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class xi extends/* #__PURE__ -- @preserve */
24
+ ht(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x51ec76,_0x3530c9,_0x57800b){super(),this['editor']=_0x51ec76,this['textAdapter']=_0x3530c9,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x57800b,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x293405,_0x1502a8,_0x2694cc)=>{this['view']['value']=this['_sanitizeHTML'](_0x2694cc);}),this['listenTo'](this['view'],'submitPrompt',(_0x5a5458,_0x16da13)=>{const _0x5c7efb=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x16da13,_0x5c7efb,'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:_0x52e854,query:_0x4095d5,htmlContent:_0x59e819,label:_0x57772a,mainActionLabel:_0x69aa6b}){this['view']['prompt']=_0x57772a,this['view']['mainAction']=_0x69aa6b,this['initialContext']=_0x59e819,_0x4095d5&&(this['view']['isRendered']?this['_handleQuery'](_0x4095d5,_0x59e819,_0x52e854,_0x57772a):this['view']['once']('render',()=>{this['_handleQuery'](_0x4095d5,_0x59e819,_0x52e854,_0x57772a);}));}['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'](_0x38b1e3,_0x16372b,_0x2504c3,_0x4ad6a2){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x16372b,this['previousQuery']=_0x38b1e3,this['previousLabel']=_0x4ad6a2||_0x38b1e3,this['previousActionId']=_0x2504c3,new Promise(_0x3e0841=>{this['textAdapter']['makeRequest']({'query':_0x38b1e3,'context':_0x16372b,'onData':_0x351974=>{this['currentResponse']=_0x351974,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x2504c3})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x3242a6=>{_0x3242a6 instanceof Oi?this['view']['handleError'](_0x3242a6['message']):this['view']['handleError'](),_0x3e0841();})['finally'](()=>{this['stopProcessing'](),_0x3e0841();});});}['_parseAndNormalizeContent'](_0x1171e3,_0x2b653f=!0x1){const _0x2d2127=yi['exec'](_0x1171e3);_0x1171e3=_0x2d2127?_0x1171e3['substring'](_0x2d2127[0x1]['length']):_0x1171e3['length']<0x64&&!_0x2b653f?'':this['_stripMarkdownSyntax'](_0x1171e3);const _0x515b4b=this['_domParser']['parseFromString'](_0x1171e3,'text/html');if(_0x2d2127){const _0x3ae2a2=Array['from'](_0x515b4b['body']['childNodes']);_0x3ae2a2['reverse']();for(const _0x4bfe55 of _0x3ae2a2){if(_0x4bfe55['nodeType']==Node['ELEMENT_NODE'])break;_0x4bfe55['remove']();}}const _0x50d173=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x515b4b['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x50d173);const _0xb39724=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x42983b=this['editor']['data']['toModel'](_0x50d173);return _0xb39724||_0x42983b['markers']['clear'](),this['editor']['data']['stringify'](_0x42983b);}['_normalizeResponseHeadings'](_0x4d486d){const _0xcd5c9a=new _0x13c141(this['editor']['editing']['view']['document']),_0x4d9415=new _0x35aa82({'name':/^h[1-5]$/}),_0x11ac82=[];let _0x227b90=!0x1;for(const _0x1b8dce of _0x4d486d)_0x1b8dce['is']('element')&&_0x4d9415['match'](_0x1b8dce)&&(_0x11ac82['push'](_0x1b8dce),'h1'==_0x1b8dce['name']&&(_0x227b90=!0x0));if(_0x227b90){for(const _0x4d8209 of _0x11ac82)_0xcd5c9a['rename']('h'+(parseInt(_0x4d8209['name'][0x1])+0x1),_0x4d8209);}}['_isH1TagSupportEnabled'](){const {data:_0x18e199,editing:_0x10a4b9}=this['editor'],_0xed9df3=_0x18e199['htmlProcessor']['toView']('<h1></h1>'),_0x671d50=_0x18e199['toView'](_0x18e199['toModel'](_0xed9df3));return!!_0x10a4b9['view']['domConverter']['viewToDom'](_0x671d50)['querySelector']('h1');}['_sanitizeHTML'](_0xbd7de3){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0xbd7de3),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x2ee466){const _0xd746b0=_0x2ee466['trim']();return _0xd746b0['startsWith']('```html')?_0xd746b0['endsWith']('```')?_0xd746b0['substring'](0x7,_0xd746b0['length']-0x3):_0xd746b0['substring'](0x7):_0x2ee466;}}const Li={'REPLACE':'replace','INSERT':'insert'};class Di extends kt{constructor(_0x360e1c){super(_0x360e1c),this['set']('isVisible',!0x1),this['set']('mainAction',Li['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x16a28b=>ki(_0x360e1c,'AI_'+_0x16a28b['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](ki(_0x360e1c,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](ki(_0x360e1c,'Try\x20again')),this['stopButton']=this['_createButton'](ki(_0x360e1c,'Stop'));const _0xe69d16=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0xe69d16['if']('isVisible','ck-hidden',_0x1a1ae2=>!_0x1a1ae2)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x2f6e42,_0x4b6db8){const _0x1b0da1=new Nt(this['locale']);return _0x1b0da1['set']({'label':_0x2f6e42,'class':_0x4b6db8||'','isVisible':!0x0,'withText':!0x0}),_0x1b0da1;}}class Pi extends vt{['contentFieldView'];['copyButtonView'];constructor(_0x1f752d,_0x401cfe=''){super(_0x1f752d),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x1a9c38=this['bindTemplate'];this['contentFieldView']=new Hi(_0x1f752d,_0x401cfe),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x1a9c38['if']('isVisible','ck-hidden',_0x290ea0=>!_0x290ea0)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x1a9c38['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 _0x32bd5d=!0x1;this['on']('change:value',(_0x466fd3,_0x185aed,_0x9ad043)=>{const _0x85f93e=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x9ad043),this['isProcessing']&&_0x85f93e&&!_0x32bd5d&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x274a37,_0x53d02e,_0x44aac1)=>{_0x32bd5d=!0x1,_0x44aac1?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x32bd5d=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x32bd5d=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x5a5044=this['locale'],_0x4034dc=new Nt(this['locale']),_0x4f9858='ck-ai-form__copy-button';return _0x4034dc['set']({'label':ki(_0x5a5044,'Copy'),'icon':_0x4b3519,'class':_0x4f9858,'tooltip':!0x0}),_0x4034dc['bind']('isVisible')['to'](this,'value',_0x547cee=>!!_0x547cee),_0x4034dc['bind']('isEnabled')['to'](this,'isProcessing',_0x57d5d7=>!_0x57d5d7),_0x4034dc['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x4034dc['icon']=_0x2dfde3,_0x4034dc['class']=_0x4f9858+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x4034dc['icon']=_0x4b3519,_0x4034dc['class']=_0x4f9858;},0x3e8);}),_0x4034dc;}['_copyHTMLToClipboard'](_0x408331){const {window:_0x48a671,document:_0x1e65f4}=ct;if(_0x48a671['ClipboardItem']){const {Blob:_0xd0f4be,ClipboardItem:_0x288c5d}=_0x48a671,_0x34bb42=[new _0x288c5d({'text/html':new _0xd0f4be([_0x408331['innerHTML']],{'type':'text/html'}),'text/plain':new _0xd0f4be([_0x408331['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x34bb42);}else{const _0x12cd9d=_0x1e65f4['createElement']('div');_0x12cd9d['style']['position']='absolute',_0x12cd9d['style']['left']='-9999px',_0x12cd9d['innerHTML']='<span>[</span>'+_0x408331['innerHTML']+'<span>]</span>',_0x1e65f4['body']['appendChild'](_0x12cd9d);const _0x34b090=_0x1e65f4['createRange']();_0x34b090['setStartAfter'](_0x12cd9d['firstElementChild']),_0x34b090['setEndBefore'](_0x12cd9d['lastElementChild']);const _0x167fd8=_0x48a671['getSelection']();_0x167fd8['removeAllRanges'](),_0x167fd8['addRange'](_0x34b090),_0x1e65f4['execCommand']('copy'),_0x12cd9d['remove']();}}}class Hi extends vt{constructor(_0x3b74c0,_0x2eb0b7=''){super(_0x3b74c0),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x2eb0b7,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x158a40){this['element']['innerHTML']=_0x158a40;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x3e17af=new vt(),_0x50917d=this['locale'],_0x4c55af=new yt();return _0x4c55af['isVisible']=!0x0,_0x3e17af['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x4c55af,{'text':ki(_0x50917d,'AI\x20is\x20writing...')}]}),_0x3e17af['render'](),_0x3e17af;}}class Mi extends vt{constructor(_0x57b7c9,_0x540b95=''){super(_0x57b7c9);const _0x476296=new xt(),_0x39fc09=this['bindTemplate'];this['set']('text',_0x540b95),_0x476296['content']=_0x289a6d,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x476296,{'text':_0x39fc09['to']('text')}]});}}class Ui extends Lt{['submitButtonView'];['showHistoryButtonView'];constructor(_0x2ae728,_0x5124ce){super(_0x2ae728,_0x5124ce),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',(_0x4ab7f5,_0x3a8f2d)=>{_0x4ab7f5['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x3a8f2d());});}['_createSubmitButton'](){const _0x5c41fc=new Nt(this['locale']),_0x4ec2cb=this['locale'];return _0x5c41fc['set']({'icon':_0x4829f4,'label':ki(_0x4ec2cb,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x5c41fc['on']('execute',()=>{this['submit']();}),_0x5c41fc['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x3cfaeb,_0x143b27)=>!_0x3cfaeb&&_0x143b27),_0x5c41fc;}['_createShowHistoryButton'](){const _0x45de65=new Nt(this['locale']),_0x295201=this['resultsView'],_0x4a4a0e=this['locale'];_0x45de65['set']({'label':ki(_0x4a4a0e,'History'),'withText':!0x1,'icon':_0x154a8a,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x45de65['bind']('isOn')['to'](_0x295201,'isVisible'),_0x45de65['bind']('isEnabled')['to'](this,'isEnabled'),_0x45de65['on']('execute',()=>{_0x295201['isVisible']=!_0x295201['isVisible'],_0x295201['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x432b5b=()=>{ct['window']['requestAnimationFrame'](()=>{if(lt(this['element'])){const _0x836245=new ut(this['queryView']['fieldView']['element']),_0x3b997d=_0x836245['width'],_0x359a45='rtl'===_0x4a4a0e['uiLanguageDirection']?'left':'right';_0x836245['excludeScrollbarsAndBorders'](),_0x45de65['element']['style'][_0x359a45]=_0x3b997d-_0x836245['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x432b5b),this['on']('render',_0x432b5b),_0x45de65;}['submit'](){const _0x202ba6=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x202ba6);}['focus'](_0x3a49d8){-0x1===_0x3a49d8?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class Vi extends Dt{['historyGroupView'];['clearHistoryButton'];constructor(_0x199974){super(_0x199974),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Pt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=ki(_0x199974,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x30d0cd=0x0;for(const _0xa7eb5d of this['items'])_0x30d0cd+=_0xa7eb5d['items']['length'];return{'resultsCount':_0x30d0cd,'totalItemsCount':_0x30d0cd};}['_createClearHistoryButton'](){const _0x1eb105=this['locale'],_0x3fd643=new Nt(this['locale']);return _0x3fd643['set']({'label':'('+ki(_0x1eb105,'Clear')+')','withText':!0x0}),_0x3fd643['on']('execute',()=>this['fire']('clearHistory')),_0x3fd643;}}class Bi extends Ht{constructor(_0x50200b){super();const _0xf4c414=new Mt(),_0x19aa63=new Nt(this['locale'],_0xf4c414);this['children']['add'](_0x19aa63),_0x19aa63['set']({'label':_0x50200b['prompt'],'withText':!0x0}),_0x19aa63['on']('execute',()=>{this['fire']('execute',{'value':_0x43387b(_0x50200b['prompt'])});});}}const Gi='CKEditor/AIFormView/PromptHistory';class Fi extends dt{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x167ee7,_0x1ef56c)=>{const _0x11db92=Ki(_0x1ef56c['prompt']);for(const _0x3d640a of this)if(_0x3d640a!=_0x1ef56c&&Ki(_0x3d640a['prompt'])===_0x11db92){this['remove'](_0x3d640a);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x49f185=sessionStorage['getItem'](Gi)||'[]';this['addMany'](JSON['parse'](_0x49f185));}['_saveToSessionStorage'](){sessionStorage['setItem'](Gi,JSON['stringify'](this['map'](_0x1224b0=>_0x1224b0)));}}function Ki(_0x48b940){return _0x48b940['toLowerCase']()['trim']();}class Wi extends vt{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x56a41f,_0x27b16,_0x305044=''){super(_0x56a41f),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',Li['REPLACE']),this['_promptHistory']=new Fi(),this['errorView']=new Mi(_0x56a41f),this['contentArea']=new Pi(_0x56a41f,_0x305044),this['contentArea']['bind']('isProcessing')['to'](this),this['contentArea']['bind']('value')['to'](this),this['toolbar']=this['_createToolbar'](),this['toolbar']['bind']('mainAction')['to'](this),this['promptView']=this['_createPromptView'](),this['focusTracker']=new _t(),this['keystrokes']=new gt(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new Ut({'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 _0x5de924=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x27b16],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x5de924['if']('isError','ck-hidden',_0x3537ff=>!_0x3537ff)]},'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'](_0x5ca207=0x1){-0x1===_0x5ca207?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 _0x5d2387=this['locale'],_0x501b80=new Ui(_0x5d2387,{'queryView':{'label':ki(_0x5d2387,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':Vt,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':ki(_0x5d2387,'Empty\x20history'),'secondary':ki(_0x5d2387,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x501b80['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x1d6f21,_0x3efc6e)=>_0x1d6f21&&!_0x3efc6e),this['listenTo'](_0x501b80,'submit',(_0x1725b6,_0x5a6090)=>{this['prompt']=_0x5a6090;const _0x413d5c=_0x28ca45(_0x5a6090);this['fire']('submitPrompt',_0x413d5c),_0x5a6090['trim']()&&this['_promptHistory']['add']({'prompt':_0x413d5c},0x0);},{'priority':'high'}),_0x501b80;}['_createHistoryView'](){const _0xad5b14=new Vi(this['locale']);return _0xad5b14['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Bi),_0xad5b14['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0xad5b14;}['_createToolbar'](){const _0x533f9b=new Di(this['locale']);return _0x533f9b['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x1698ac,_0x240de4,_0xc3fc13)=>_0x1698ac&&!_0x240de4&&!!_0xc3fc13),_0x533f9b['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x533f9b['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x2a133b,_0x5c3e4b,_0x355eba)=>_0x2a133b&&!_0x5c3e4b&&!!_0x355eba),_0x533f9b['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x533f9b['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x3cf32c,_0x598334)=>_0x3cf32c&&!_0x598334),_0x533f9b['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x533f9b['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x533f9b['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x533f9b;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x78a240=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=ki(_0x78a240,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x1a29ea){const _0x5539a9=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x1a29ea||ki(_0x5539a9,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const Yi=globalThis['DataTransfer'];class $i extends _0x5e9f88{['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[_0x10520d,Si,Ri,Bt];}constructor(_0x5ecb59){super(_0x5ecb59),_0x5ecb59['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x5ecb59['config']['define']('ai.assistant.contentAreaCssClass',''),_0x5ecb59['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x5ecb59['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x566ddf}=this;this['_aiAdapter']=_0x566ddf['plugins']['get'](Ri),this['_dialog']=_0x566ddf['plugins']['get'](Bt),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x4ce239=new Ni(_0x566ddf,Array['from'](this['_commandDefinitions']['values']()));_0x566ddf['commands']['add']('showAIAssistant',_0x4ce239),_0x566ddf['ui']['componentFactory']['add']('aiCommands',_0x275f5a=>{const _0x2a066c=Gt(_0x275f5a);return _0x2a066c['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x2a066c['buttonView']['set']({'label':ki(_0x275f5a,'AI\x20Commands'),'icon':_0x55c72f,'tooltip':!0x0}),_0x2a066c['on']('execute',_0x117cb4=>this['_onExecute'](_0x117cb4['source']['id'])),Ft(_0x2a066c,_0x566ddf['ui']['view']['body'],function(_0x45af3a){const _0x19319b=wi(_0x45af3a['config']['get']('ai.assistant.commands'),_0x45af3a['locale']),_0x550ac0=Qi(_0x45af3a,_0x19319b)['filter'](_0x3e4e37=>_0x3e4e37['commands']['length']);if(0x1===_0x550ac0['length'])return Qi(_0x45af3a,_0x550ac0[0x0]['commands'])['map'](_0x53ff7a=>({'id':_0x53ff7a['id'],'label':_0x53ff7a['label']}));return _0x550ac0['map'](_0x49a427=>{const {groupId:_0x9b59f7,groupLabel:_0x491129,commands:_0x10d987}=_0x49a427,_0x313378=Qi(_0x45af3a,_0x10d987)['map'](_0x416e98=>({'id':_0x416e98['id'],'label':_0x416e98['label']}));return{'id':_0x9b59f7,'menu':_0x491129||_0x9b59f7,'children':_0x313378};});}(_0x566ddf),{'ariaLabel':ki(_0x275f5a,'AI\x20Commands')}),_0x2a066c['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x4ce239['on']('change:enabledCommandsIds',_0x31d134),_0x2a066c['menuView']['once']('render',_0x31d134),_0x2a066c;function _0x31d134(){_0x2a066c['isEnabled']=_0x4ce239['enabledCommandsIds']['length']>0x0;for(const _0x1f5c4d of _0x2a066c['menuView']['buttons'])_0x1f5c4d['isEnabled']=_0x4ce239['enabledCommandsIds']['includes'](_0x1f5c4d['id']);}}),_0x566ddf['ui']['componentFactory']['add']('menuBar:aiCommands',_0x557a40=>{const _0x133bb7=new Kt(_0x557a40);_0x133bb7['buttonView']['set']({'label':ki(_0x557a40,'AI\x20Commands'),'icon':_0x55c72f}),_0x133bb7['bind']('isEnabled')['to'](_0x4ce239,'enabledCommandsIds',_0xfcb129=>_0xfcb129['length']>0x0);const _0x4559af=wi(_0x566ddf['config']['get']('ai.assistant.commands'),_0x557a40);return this['_populateMenuBarMenu'](_0x4ce239,_0x133bb7,_0x4559af,_0x5b89ba=>this['_onExecute'](_0x5b89ba)),_0x133bb7;}),_0x566ddf['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x29b141=this['_createAIAssistantUIButton'](Nt);return _0x29b141['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x29b141;}),_0x566ddf['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x36eb4c=this['_createAIAssistantUIButton'](Wt);return _0x36eb4c['set']({'role':'menuitemcheckbox'}),_0x36eb4c;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x55461=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4f4431;for(const _0x4e3d07 in _0x55461){const _0x25ad6e=_0x4e3d07,_0x446b98=_0x55461[_0x25ad6e];if('aiLicenseKeyValid'==_0x446b98||'aiLicenseKeyInvalid'==_0x446b98||'aiLicenseKeyExpired'==_0x446b98||'aiLicenseKeyDomainLimit'==_0x446b98||'aiLicenseKeyNotAllowed'==_0x446b98||'aiLicenseKeyEvaluationLimit'==_0x446b98||'aiLicenseKeyUsageLimit'==_0x446b98){delete _0x55461[_0x25ad6e],_0x4f4431=_0x446b98,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x4f4431&&_0x55461['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x4f4431&&_0x55461['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x4f4431&&_0x55461['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x4f4431&&_0x55461['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x4f4431&&_0x55461['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x4f4431&&_0x55461['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x18bba4='',_0x295a9f='',_0x40ba40='custom'){const _0x212658=this['editor'],_0x1c1c83=_0x212658['editing']['view'],_0x8e15d7=_0x212658['plugins']['get'](Si),_0x4b1943=_0x212658['plugins']['get'](_0x10520d);_0x8e15d7['showFakeVisualSelection']();const _0x2fd059=new Yi(),_0x1d7767=new ClipboardEvent('copy',{'clipboardData':_0x2fd059}),_0xee359a=new _0x3634b1(_0x2fd059),_0x258d76=new _0x18b026(_0x1c1c83,_0x1d7767,{'dataTransfer':_0xee359a});_0x4b1943['_forceMarkersCopy']('comment',()=>{_0x1c1c83['document']['fire']('copy',_0x258d76);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new xi(_0x212658,this['_aiAdapter']['textAdapter'],this['_formView']));let _0xedc78b=_0xee359a['getData']('text/html');const _0x5b1729=_0x212658['model']['document']['selection'],_0xac8427=Array['from'](_0x5b1729['getRanges']());0x1===_0xac8427['length']&&_0xac8427[0x0]['isFlat']&&!_0x5b1729['getSelectedElement']()&&''!==_0xedc78b['replace'](/&nbsp;/g,'')['trim']()&&(_0xedc78b='<p>'+_0xedc78b+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x40ba40,'query':_0x18bba4,'htmlContent':_0xedc78b,'label':_0x295a9f,'mainActionLabel':Li[_0x212658['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x1dc2c8,'title':ki(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Yt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x8e15d7['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x36c332=new Map(),_0x2bcc78=wi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x575785 of _0x2bcc78)for(const _0x2643e9 of _0x575785['commands'])_0x36c332['set'](_0x2643e9['id'],{..._0x2643e9,'groupId':_0x575785['groupId'],'groupLabel':_0x575785['groupLabel']||_0x575785['groupId']});return _0x36c332;}['_createAIAssistantUIButton'](_0x309d94){const _0x371a11=this['editor'],_0x1bcc80=_0x371a11['commands']['get']('showAIAssistant'),_0x354470=new _0x309d94(_0x371a11['locale']);return _0x354470['set']({'label':ki(_0x371a11['locale'],'AI\x20Assistant'),'icon':_0x1dc2c8,'isToggleable':!0x0}),_0x354470['bind']('isEnabled')['to'](_0x1bcc80),_0x354470['bind']('isOn')['to'](this['_dialog'],'id',_0x2bc764=>'aiAssistant'===_0x2bc764),this['listenTo'](_0x354470,'execute',()=>{_0x354470['isOn']?this['hideUI']():_0x1bcc80['execute']();}),_0x354470;}['_initView'](){const _0x5a6ccd=this['editor']['plugins']['get'](Si);this['_formView']=new Wi(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',()=>{_0x5a6ccd['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x5a6ccd['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x755973,ui:{ariaLiveAnnouncer:_0x560597}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x107aa7,_0x4d249b,_0x2c7a2f)=>{const _0x40bfc3=this['_aiAssistantController']['currentContext'];_0x2c7a2f?_0x560597['announce'](ki(_0x755973,'AI\x20is\x20writing')):_0x40bfc3&&_0x560597['announce'](ki(_0x755973,'Generated\x20content:\x20%0',_0x40bfc3),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x395f6a,_0x5b6a13,_0x37e8b3)=>{if(_0x37e8b3){const _0x35a85e=this['_formView']['errorView']['text'];_0x560597['announce'](ki(_0x755973,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x35a85e));}});}['_onExecute'](_0x518309){const _0x5354ae=this['_commandDefinitions']['get'](_0x518309),_0xaef4b4=this['editor'],_0x5ba5fa=_0xaef4b4['model']['document']['selection'],_0x3f223f=_0xaef4b4['commands']['get']('showAIAssistant'),_0x40ffb8=_0xaef4b4['plugins']['get'](Si),_0x37c7fb=''+(_0x5354ae['groupId']!==Ci?_0x5354ae['groupLabel']+':\x20':'')+_0x5354ae['label'];if(!0x1!==_0x5354ae['requiresContent']&&_0x5ba5fa['isCollapsed']){const _0x2db8ea=At(_0x5ba5fa['getSelectedBlocks']())||_0xaef4b4['model']['schema']['getLimitElement'](_0x5ba5fa);_0xaef4b4['model']['change'](_0x2284bf=>{_0x2284bf['setSelection'](_0x2db8ea,'in');});}_0x40ffb8['showFakeVisualSelection'](),_0x3f223f['execute'](_0x5354ae['prompt'],_0x37c7fb,'command:'+_0x518309);}['_populateMenuBarMenu'](_0x4ed850,_0xa94720,_0x468078,_0x1a4e9e){const _0x4ae2a2=this['editor'],_0x23c9f7=_0x4ae2a2['locale'],_0xae0fa5=new $t(_0x23c9f7),_0x423da0=Qi(_0x4ae2a2,_0x468078)['filter'](_0x3e96bc=>_0x3e96bc['commands']['length']);0x1===_0x423da0['length']?this['_getMenuBarGroupButtons']({'command':_0x4ed850,'commands':_0x423da0[0x0]['commands'],'parentMenuView':_0xa94720,'onExecute':_0x1a4e9e})['forEach'](_0x4af149=>_0xae0fa5['items']['add'](_0x4af149)):_0x423da0['forEach'](({groupId:_0x29d0b7,groupLabel:_0x394296,commands:_0x116c52})=>{const _0x47d6a9=new qt(_0x23c9f7,_0xa94720),_0x3bac15=new Kt(_0x23c9f7),_0x443cf1=new $t(_0x23c9f7),_0x51c469=this['_getMenuBarGroupButtons']({'command':_0x4ed850,'commands':_0x116c52,'parentMenuView':_0x3bac15,'onExecute':_0x1a4e9e});_0x3bac15['buttonView']['set']({'label':_0x394296||_0x29d0b7}),_0x3bac15['delegate']('execute')['to'](_0xa94720),_0x443cf1['items']['addMany'](_0x51c469),_0x3bac15['panelView']['children']['add'](_0x443cf1),_0x47d6a9['children']['add'](_0x3bac15),_0xae0fa5['items']['add'](_0x47d6a9);}),_0xa94720['panelView']['children']['add'](_0xae0fa5);}['_getMenuBarGroupButtons']({command:_0x1cdf23,commands:_0x1f50e9,parentMenuView:_0x4bb04b,onExecute:_0x4f423f}){const _0x9ecc55=this['editor'],_0x1d0f46=_0x9ecc55['locale'];return Qi(_0x9ecc55,_0x1f50e9)['map'](_0x41acba=>{const _0x217f94=new qt(_0x1d0f46,_0x4bb04b),_0x1f2b49=new Wt(_0x1d0f46);return _0x1f2b49['set']({'label':_0x41acba['label']}),_0x1f2b49['delegate']('execute')['to'](_0x4bb04b),_0x1f2b49['on']('execute',()=>_0x4f423f(_0x41acba['id'])),_0x1f2b49['bind']('isEnabled')['to'](_0x1cdf23,'enabledCommandsIds',_0x16dcbc=>_0x16dcbc['includes'](_0x41acba['id'])),_0x217f94['children']['add'](_0x1f2b49),_0x217f94;});}}function qi(_0x3fca76,_0x365764){return void 0x0!==_0x3fca76['order']&&void 0x0===_0x365764['order']?0x1:void 0x0===_0x3fca76['order']&&void 0x0!==_0x365764['order']?-0x1:void 0x0!==_0x3fca76['order']&&void 0x0!==_0x365764['order']?_0x3fca76['order']-_0x365764['order']:0x0;}function Qi(_0x46fda6,_0x20f46f){_0x20f46f['sort'](qi);const _0x558b8a={},_0x347857=[];for(const _0x404de3 of _0x20f46f)if(void 0x0!==_0x404de3['order']){if(_0x404de3['order']in _0x558b8a)throw new at('ai-commands-config-order-collision',_0x46fda6,{'conflictingDefinitions':[_0x404de3,_0x558b8a[_0x404de3['order']]]});_0x558b8a[_0x404de3['order']]=_0x404de3,_0x347857['splice'](_0x404de3['order'],0x0,_0x404de3);}else _0x347857['push'](_0x404de3);return _0x347857;}class Xi extends _0x5e9f88{static get['requires'](){return[$i,Si];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x30778){super(_0x30778);const _0x3005e1=_0x30778['config'],_0x5997a6=_0x30778['locale'];_0x3005e1['define']('ai.assistant.preserveComments',!0x0),_0x3005e1['define']('ai.assistant.commands',zi(_0x5997a6)),_0x3005e1['define']('ai.assistant.extraCommandGroups',[]),_0x3005e1['define']('ai.assistant.removeCommands',[]);let _0x5c53d7=wi(_0x3005e1['get']('ai.assistant.commands'),_0x5997a6);const _0x340fdd=_0x3005e1['get']('ai.assistant.extraCommandGroups'),_0x4c85d4=_0x3005e1['get']('ai.assistant.removeCommands');_0x340fdd['forEach'](_0x42a5c8=>{const _0x2103dc=_0x5c53d7['find'](_0x2bf966=>_0x2bf966['groupId']===_0x42a5c8['groupId']);_0x2103dc?_0x2103dc['commands']=_0x2103dc['commands']['concat'](_0x42a5c8['commands']):_0x5c53d7['push'](_0x42a5c8);}),_0x5c53d7=_0x5c53d7['filter'](_0x4ed5fc=>!_0x4c85d4['includes'](_0x4ed5fc['groupId'])),_0x5c53d7['forEach'](_0xeec644=>{_0xeec644['commands']=_0xeec644['commands']['filter'](_0x3f85dd=>!_0x4c85d4['includes'](_0x3f85dd['id']));}),_0x3005e1['set']('ai.assistant.commands',_0x5c53d7);}}function zi(_0x26683e){return[{'groupId':'editOrReview','groupLabel':ki(_0x26683e,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':ki(_0x26683e,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':ki(_0x26683e,'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':ki(_0x26683e,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':ki(_0x26683e,'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':ki(_0x26683e,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':ki(_0x26683e,'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':ki(_0x26683e,'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':ki(_0x26683e,'Change\x20tone'),'commands':[{'id':'professional','label':ki(_0x26683e,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':ki(_0x26683e,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':ki(_0x26683e,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':ki(_0x26683e,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':ki(_0x26683e,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':ki(_0x26683e,'Change\x20style'),'commands':[{'id':'business','label':ki(_0x26683e,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':ki(_0x26683e,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':ki(_0x26683e,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':ki(_0x26683e,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':ki(_0x26683e,'Translate'),'commands':[{'id':'translateEnglish','label':ki(_0x26683e,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':ki(_0x26683e,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':ki(_0x26683e,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':ki(_0x26683e,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':ki(_0x26683e,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':ki(_0x26683e,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':ki(_0x26683e,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':ki(_0x26683e,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class ji extends _0x5e9f88{['abortController'];static get['requires'](){return[Ri];}constructor(_0x277f37){super(_0x277f37),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](Ri)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x4b430b){return this['sendRequest'](_0x4b430b)['catch'](_0x3deed4=>{if(_0x3deed4 instanceof Oi)return Promise['reject'](_0x3deed4);if('AbortError'==_0x3deed4['name'])return Promise['resolve']();throw console['error'](_0x3deed4),new at('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x29018e,_0x9cf17d){const _0x658331=this['editor']['locale'],_0x25c206={'Content-Type':'application/json'};if('object'==typeof _0x29018e)Object['assign'](_0x25c206,_0x29018e);else{if(_0x29018e)try{const _0x20dafd=await _0x29018e(_0x9cf17d);Object['assign'](_0x25c206,_0x20dafd);}catch{return Promise['reject'](new Oi(ki(_0x658331,'AI_ERROR_GET_HEADERS')));}}return _0x25c206;}async['_prepareRequestParameters'](_0xaa3cb9,_0x2e809d){const _0x22d46a=this['editor']['locale'];if('object'==typeof _0xaa3cb9)return _0xaa3cb9;try{return await _0xaa3cb9(_0x2e809d);}catch{return Promise['reject'](new Oi(ki(_0x22d46a,'AI_ERROR_GET_PARAMETERS')));}}}class Ji extends ji{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x3a32f6){super(_0x3a32f6),_0x3a32f6['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x3a32f6['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x3a32f6['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x3a32f6['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x3a32f6['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x3a32f6['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x5d2edc,context:_0x59b1db,onData:_0x248d56,actionId:_0x516f4f}){const _0x3320e7=this['editor']['locale'],_0x40cf03=await this['prepareMessages'](_0x5d2edc,_0x59b1db,_0x516f4f),_0x37b444=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x516f4f),_0x5ee61d=await this['_prepareRequestParameters'](this['_requestParameters'],_0x516f4f),_0x53cb4c={'messages':_0x40cf03,..._0x5ee61d},_0x30c7db={'method':'POST','headers':_0x37b444,'body':JSON['stringify'](_0x53cb4c),'signal':this['abortController']['signal']},_0x6b9977=await fetch(this['_apiUrl'],_0x30c7db);if(_0x6b9977['ok'])return _0x5ee61d['stream']?await this['_readStreamableResponse'](_0x6b9977,_0x248d56):await this['_readStaticResponse'](_0x6b9977,_0x248d56),Promise['resolve']();{const _0x5e76c0=await _0x6b9977['text']();return _0x5e76c0['includes']('context_length_exceeded')?Promise['reject'](new Oi(ki(_0x3320e7,'AI_ERROR_CONTEXT_LENGTH'))):_0x5e76c0['includes']('Moderation')?Promise['reject'](new Oi(ki(_0x3320e7,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x5e76c0));}}async['prepareMessages'](_0x11c9ef,_0x24de62,_0x342775){let _0x2cce08,_0x5d4d1d;return _0x24de62?(_0x2cce08='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.',_0x5d4d1d='Instruction:\x0a'+_0x11c9ef+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x24de62):(_0x2cce08='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.',_0x5d4d1d=_0x11c9ef),[{'role':'system','content':_0x2cce08},{'role':'user','content':_0x5d4d1d}];}async['_readStreamableResponse'](_0x1d86c0,_0x4da322){const _0x116149=_0x1d86c0['body']['getReader'](),_0x1e5546=new TextDecoder();let _0xe6b103='',_0x1635c3='',_0x37f1a2='',_0x1b9b3e=!0x1;for(;!_0x1b9b3e;){const {done:_0x5a190d,value:_0x327bb2}=await _0x116149['read'](),_0x3e7b93=_0xe6b103+_0x1e5546['decode'](_0x327bb2);let _0x5a8515='';_0x1b9b3e=_0x5a190d;try{_0x5a8515=this['_cleanUpData'](_0x3e7b93),_0xe6b103='';}catch{_0xe6b103=_0x3e7b93;continue;}_0x1635c3+=_0x5a8515,!_0x1b9b3e&&this['_isBufferIncomplete'](_0x1635c3)||_0x1635c3&&(_0x37f1a2+=_0x1635c3,_0x1635c3='',_0x4da322(_0x37f1a2));}return Promise['resolve']();}async['_readStaticResponse'](_0x58c6d6,_0x14e9a3){return _0x14e9a3((await _0x58c6d6['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x1fb086){const _0x3c2239=_0x1fb086['split']('<')['length']!==_0x1fb086['split']('>')['length'],_0x2419dc=_0x1fb086['length']<0x1e;return _0x3c2239&&_0x2419dc;}['_cleanUpData'](_0x900733){return _0x900733['split'](/\n(?![^{]*\})/g)['map'](_0x53280c=>_0x53280c['replace']('data:\x20',''))['filter'](_0x8996a0=>_0x8996a0&&_0x8996a0['length']>0x0&&'[DONE]'!==_0x8996a0)['map'](_0x4e586e=>{const {choices:_0x2a1281}=JSON['parse'](_0x4e586e);if(_0x2a1281[0x0]?.['delta']?.['content'])return _0x2a1281[0x0]['delta']['content'];})['filter'](_0x136248=>_0x136248)['join']('');}}class Zi extends ji{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),It('ai-aws-adapter-not-supported');}async['sendRequest'](_0xb5b518){throw Et('ai-aws-adapter-not-supported'),new Oi(ki(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class ts extends Nt{constructor(_0x57fea1,_0xee8088={}){super(_0x57fea1),this['isToggleable']=!0x0,this['set']('side',_0xee8088['side']||'top');const _0x2707b1=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...pt(_0xee8088['class']||[]),_0x2707b1['to']('side',_0x5039ce=>'ck-tab-button_'+_0x5039ce),_0x2707b1['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class es extends vt{['children'];constructor(_0x215bc7,_0x3ef867={}){super(_0x215bc7);const _0x3bb692=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...pt(_0x3ef867['class']||[]),_0x3bb692['to']('class'),_0x3bb692['if']('isVisible','ck-hidden',_0xf9b5eb=>!_0xf9b5eb)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class is extends vt{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x461089,_0x273a7e={}){super(_0x461089),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x273a7e['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x273a7e['collapsible']||!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'activeTab',(_0x5cff7c,_0x5895cc)=>_0x5cff7c&&null!==_0x5895cc);const _0x2fb4e3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...pt(_0x273a7e['class']||[]),_0x2fb4e3['to']('side',_0x2679a4=>'ck-tabs_'+_0x2679a4),_0x2fb4e3['to']('class'),_0x2fb4e3['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x2fb4e3['to']('activeTab',_0xe66d72=>null===_0xe66d72?'ck-ai-tabs_collapsed':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x2fb4e3['to']('side',_0x27bcbd=>'ck-tabs__buttons-container_'+_0x27bcbd)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x2fb4e3['to']('side',_0x159d71=>'ck-tabs__panels-container_'+_0x159d71)]},'children':this['panelViews']},...pt(_0x273a7e['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x1a0042){const _0x8dc42e=this['_tabs']['get'](_0x1a0042);return _0x8dc42e||null;}['addTab'](_0x568064){const _0x399b59=this['_setupButton']({'id':_0x568064['id'],'label':_0x568064['buttonLabel'],'icon':_0x568064['buttonIcon'],'order':_0x568064['order']}),_0xdfb469=new es(this['locale']);return _0xdfb469['render'](),_0x568064['content']&&_0xdfb469['children']['add'](_0x568064['content']),this['panelViews']['add'](_0xdfb469),this['_tabs']['set'](_0x568064['id'],{'button':_0x399b59,'panel':_0xdfb469,'order':void 0x0!==_0x568064['order']?_0x568064['order']:null}),this['fire']('addTab:'+_0x568064['id'],{'id':_0x568064['id'],'button':_0x399b59,'panel':_0xdfb469}),null===this['activeTab']?this['activateTab'](_0x568064['id']):this['_hidePanel'](_0x568064['id']),{'button':_0x399b59,'panel':_0xdfb469};}['activateTab'](_0x50feda){if(null!==_0x50feda&&!this['getTab'](_0x50feda))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x50feda});if(this['activeTab']===_0x50feda)return;const _0x3e867d=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x50feda,_0x50feda&&this['_showPanel'](_0x50feda),this['fire']('activateTab:'+_0x50feda,{'newTab':_0x50feda,'oldTab':_0x3e867d});}['toggleTabPanel'](_0x24310e){if(!this['getTab'](_0x24310e))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x24310e});this['activeTab']===_0x24310e?this['collapsible']&&(this['activeTab']=null):this['activateTab'](_0x24310e);}['showTab'](_0x5bb287){if(!this['getTab'](_0x5bb287))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x5bb287});this['_showPanel'](_0x5bb287),this['_showButton'](_0x5bb287),this['fire']('show:'+_0x5bb287,_0x5bb287);}['hideTab'](_0x188fe5){if(!this['getTab'](_0x188fe5))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x188fe5});const _0x3b1381=this['activeTab'];this['_hidePanel'](_0x188fe5),this['_hideButton'](_0x188fe5);const _0x42bea2=this['getTabIds']();_0x3b1381===_0x188fe5&&_0x42bea2['length']>0x1&&this['activateTab'](_0x42bea2['find'](_0x921386=>_0x921386!==_0x188fe5)),this['fire']('hide:'+_0x188fe5,_0x188fe5);}['_getPanel'](_0x1d36c7){const _0x5a1305=this['_tabs']['get'](_0x1d36c7);return _0x5a1305?_0x5a1305['panel']:null;}['_showPanel'](_0x10c244){null!==this['activeTab']&&this['activeTab']!==_0x10c244||this['_getPanel'](_0x10c244)['show']();}['_hidePanel'](_0x348503){const _0x3e104f=this['_getPanel'](_0x348503);_0x3e104f['isVisible']&&(this['activeTab']===_0x348503&&(this['activeTab']=null),_0x3e104f['hide']());}['_getButton'](_0x34bcef){const _0xbdcf3f=this['_tabs']['get'](_0x34bcef);return _0xbdcf3f?_0xbdcf3f['button']:null;}['_showButton'](_0x40a490){this['_getButton'](_0x40a490)['show']();}['_hideButton'](_0x193058){this['_getButton'](_0x193058)['hide']();}['_setupButton'](_0x139796){const _0x16e03f=new ts(this['locale'],{'side':this['side']}),_0x35433a=this['buttonViews'];if(_0x16e03f['set']({'label':_0x139796['label'],'icon':_0x139796['icon'],'tooltip':!0x0,'withText':!0x0}),_0x16e03f['bind']('isOn')['to'](this,'activeTab',_0x9dee51=>_0x9dee51===_0x139796['id']),_0x16e03f['bind']('side')['to'](this,'side'),_0x139796['order']){const _0x996bb0=[...this['_tabs']]['reduce']((_0x5a92bb,_0x5f315f)=>{const _0x40e8e3=_0x5f315f[0x0],{order:_0x2ee031}=_0x5f315f[0x1];return!_0x2ee031||_0x2ee031>_0x139796['order']?_0x5a92bb:_0x2ee031>=_0x5a92bb['order']?{'id':_0x40e8e3,'order':_0x2ee031}:_0x5a92bb;},{'id':'','order':0x0}),_0x389bc8=_0x35433a['getIndex'](this['_getButton'](_0x996bb0['id']));_0x35433a['add'](_0x16e03f,_0x389bc8+0x1);}else _0x35433a['add'](_0x16e03f);return _0x16e03f['on']('execute',()=>{this['toggleTabPanel'](_0x139796['id']);}),_0x16e03f;}}const ss=['overlay','sidebar','custom'],ns=['left','right'];class rs extends is{constructor(_0x5487b5,_0x24dc4e={}){super(_0x5487b5,_0x24dc4e),this['set']('type',_0x24dc4e['type']||'sidebar'),this['set']('side',_0x24dc4e['side']||'right'),this['set']('isVisible',_0x24dc4e['visibleByDefault']??!0x0);const _0x2b47c4=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x2b47c4['if']('type','ck-ai-tabs__overlay',_0x21e966=>'overlay'===_0x21e966),_0x2b47c4['if']('type','ck-ai-tabs__sidebar',_0x33bc2f=>'sidebar'===_0x33bc2f),_0x2b47c4['if']('isVisible','ck-hidden',_0x1b2911=>!_0x1b2911)]}}),this['buttonViews']['on']('add',(_0x24347e,_0x977350)=>{_0x977350['set']('withText',!0x1);});}}class os extends _0xee6711{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xa12bfa){if(super(_0xa12bfa),!this['context']['config']['get']('ai.container'))throw new at('ai-tabs-configuration-not-found');this['context']['config']['define']('ai.container.visibleByDefault',!0x0),this['context']['config']['define']('ai.container.collapsible',!0x1);const _0x3c5cf4=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x3c5cf4['showResizeButton']&&(this['showResizeButton']=_0x3c5cf4['showResizeButton']),'sidebar'!==_0x3c5cf4['type']&&'overlay'!==_0x3c5cf4['type']||_0x3c5cf4['side']&&(this['side']=_0x3c5cf4['side']),'sidebar'===_0x3c5cf4['type']){if(this['container']=_0x3c5cf4['element'],this['set']('type','sidebar'),!this['container'])throw new at('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x3c5cf4['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new rs(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':_0x3c5cf4['visibleByDefault'],'collapsible':_0x3c5cf4['collapsible']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof _0x4df290&&this['context']['ui']['focusTracker']['add'](this['view']['element']),this['listenTo'](this,'resizeTabs',()=>{this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);});}['switchType'](_0x2a1797){if(_0x2a1797&&this['type']!==_0x2a1797){if(!ss['includes'](_0x2a1797))throw new at('ai-tabs-unsupported-ui-type');this['type']=_0x2a1797;}}['switchSide'](_0x596bf1){if(_0x596bf1&&this['side']!==_0x596bf1){if(!ns['includes'](_0x596bf1))throw new at('ai-tabs-unsupported-ui-side');this['side']=_0x596bf1;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class as extends _0xee6711{['_apiUrl'];['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x2f155f];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4b5e18){super(_0x4b5e18),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(),this['_responseCache']=new Map();}['init'](){const _0x463d63=this['context']['plugins']['get'](_0x2f155f);if(!_0x463d63['token'])throw new at('ai-missing-token',this);this['_token']=_0x463d63['token'];}['startConversation'](_0x29cf4f,_0x99c4ae){const _0x571de9=this['_sendApiRequest']('/conversations','POST',{'id':_0x29cf4f,'group':_0x99c4ae});return{'getConversation':async()=>(await _0x571de9['request'])['json'](),'abortController':_0x571de9['abortController']};}['queryAssistant']({message:_0x1cf77f,conversationId:_0x1af0fa,parts:_0x1cd738,capabilities:_0x113494,model:_0xa1a2eb,attributes:_0x3c8097}){const _0x186f9f={'prompt':_0x1cf77f,'content':_0x1cd738,'model':_0xa1a2eb,..._0x113494&&{'capabilities':_0x113494},..._0x3c8097&&{'attributes':_0x3c8097}},_0xe5b8a4=this['_sendApiRequest']('/conversations/'+_0x1af0fa+'/messages','POST',_0x186f9f);return{'getStream':async()=>{const _0x13d7ac=(await _0xe5b8a4['request'])['body'];return this['_getStreamReader'](_0x13d7ac);},'abortController':_0xe5b8a4['abortController']};}['executeCustomAction']({content:_0x377bd4,message:_0x4a1a4a,model:_0x5029fe,outputFormat:_0x5080cd}){const _0x29c326={'content':[{'type':'text','content':_0x377bd4}],'prompt':_0x4a1a4a,'model':_0x5029fe,'outputFormat':_0x5080cd},_0x3bd89d=this['_sendApiRequest']('/actions/custom/calls','POST',_0x29c326);return{'getStream':async()=>{const _0x43b97e=(await _0x3bd89d['request'])['body'];return this['_getStreamReader'](_0x43b97e);},'abortController':_0x3bd89d['abortController']};}['executeAction']({actionName:_0x3e48a0,content:_0x2ba669,args:_0x538a8d}){const _0x57eab3={'content':[{'type':'text','content':_0x2ba669}],'args':_0x538a8d},_0x7f9d27=this['_sendApiRequest']('/actions/system/'+_0x3e48a0+'/calls','POST',_0x57eab3);return{'getStream':async()=>{const _0x25263c=(await _0x7f9d27['request'])['body'];return this['_getStreamReader'](_0x25263c);},'abortController':_0x7f9d27['abortController']};}['uploadFile'](_0x1d0060,_0x36f13c,_0x5eddc5){const _0x457828=new FormData();_0x457828['append']('file',_0x36f13c,_0x36f13c['name']),_0x5eddc5&&_0x457828['append']('attributes',JSON['stringify'](_0x5eddc5));const _0x17f866=this['_sendApiRequest']('/conversations/'+_0x1d0060+'/files','POST',_0x457828);return{'getId':async()=>(await _0x17f866['request'])['json'](),'abortController':_0x17f866['abortController']};}['fetchDocument'](_0x20f721,_0x16916a){const _0xfa5058=this['_sendApiRequest']('/conversations/'+_0x20f721+'/documents/'+_0x16916a,'GET');return{'getDocument':async()=>(await _0xfa5058['request'])['json'](),'abortController':_0xfa5058['abortController']};}['uploadDocument'](_0x3ab81e,_0x4e7d55,_0x471b0c){const _0x4858e9={'content':_0x4e7d55};_0x471b0c&&(_0x4858e9['attributes']=_0x471b0c);const _0x375f30=this['_sendApiRequest']('/conversations/'+_0x3ab81e+'/documents','POST',_0x4858e9);return{'getId':async()=>(await _0x375f30['request'])['json'](),'abortController':_0x375f30['abortController']};}['uploadDocuments'](_0x40fc47,_0x5b6185){const _0x4e7b6a={'documents':_0x5b6185['map'](_0x467338=>({'content':_0x467338['content'],'attributes':{'version':_0x467338['version'],'sessionId':_0x467338['sessionId'],'selections':_0x467338['selections']},...void 0x0!==_0x467338['name']?{'name':_0x467338['name']}:{},...void 0x0!==_0x467338['description']?{'description':_0x467338['description']}:{}}))},_0x5712c2=this['_sendApiRequest']('/conversations/'+_0x40fc47+'/documents/batch','POST',_0x4e7b6a);return{'getIds':async()=>(await _0x5712c2['request'])['json'](),'abortController':_0x5712c2['abortController']};}['fetchDocuments'](_0x4253ba,_0x53e21b){const _0x1fab88=new URLSearchParams();_0x1fab88['append']('documentIds',_0x53e21b['join'](','));const _0x46f638=this['_sendApiRequest']('/conversations/'+_0x4253ba+'/documents/batch?'+_0x1fab88['toString'](),'GET');return{'getDocuments':async()=>(await _0x46f638['request'])['json'](),'abortController':_0x46f638['abortController']};}['fetchConversations'](_0x3a4dc0,_0x3c0793={}){const _0x135c39=new URLSearchParams();_0x135c39['append']('group',_0x3a4dc0),_0x135c39['append']('excludeEmpty',!0x1!==_0x3c0793['excludeEmpty']?'true':'false'),_0x135c39['append']('limit',_0x3c0793['limit']?_0x3c0793['limit']['toString']():'100'),_0x135c39['append']('sortBy',_0x3c0793['sortBy']?_0x3c0793['sortBy']:'createdAt'),_0x135c39['append']('order',_0x3c0793['order']?_0x3c0793['order']:'desc');const _0x5ca72c=this['_sendApiRequest']('/conversations?'+_0x135c39['toString'](),'GET');return{'getConversations':async()=>{const _0x346557=await _0x5ca72c['request'];return(await _0x346557['json']())['items'];},'abortController':_0x5ca72c['abortController']};}['deleteConversation'](_0x55181d){const _0x14976c=this['_sendApiRequest']('/conversations/'+_0x55181d,'DELETE');return{'execute':async()=>{await _0x14976c['request'];},'abortController':_0x14976c['abortController']};}['updateConversation'](_0xc507cf,_0x3b11fd){const _0x3f77f9=this['_sendApiRequest']('/conversations/'+_0xc507cf,'PATCH',_0x3b11fd);return{'getResult':async()=>(await _0x3f77f9['request'],_0x3b11fd),'abortController':_0x3f77f9['abortController']};}['fetchConversation'](_0x316651){const _0x1dcad2=this['_sendApiRequest']('/conversations/'+_0x316651,'GET');return{'getConversation':async()=>(await _0x1dcad2['request'])['json'](),'abortController':_0x1dcad2['abortController']};}['fetchConversationMessages'](_0xb7f047){const _0x330bf9=this['_sendApiRequest']('/conversations/'+_0xb7f047+'/messages','GET');return{'getMessages':async()=>{const _0x378c30=await _0x330bf9['request'];return(await _0x378c30['json']())['items'];},'abortController':_0x330bf9['abortController']};}['uploadUrl'](_0x1a16df,_0x4f102f,_0x3d57c7){const _0x372447=this['_sendApiRequest']('/conversations/'+_0x1a16df+'/web-resources','POST',{'url':_0x4f102f,'attributes':_0x3d57c7});return{'getId':async()=>(await _0x372447['request'])['json'](),'abortController':_0x372447['abortController']};}['getModels'](_0x4916da='en'){const _0x1cdbea=new URLSearchParams();_0x1cdbea['append']('language',_0x4916da);const _0x535369='/models/1?'+_0x1cdbea['toString'](),_0x553555=this['_sendApiRequest'](_0x535369,'GET',void 0x0,!0x0);return{'list':async()=>await(await _0x553555['request'])['json'](),'abortController':_0x553555['abortController']};}['deleteFile'](_0x435a7d,_0xecedf4){const _0x43a3c5=this['_sendApiRequest']('/conversations/'+_0x435a7d+'/files/'+_0xecedf4,'DELETE');return{'execute':async()=>{await _0x43a3c5['request'];},'abortController':_0x43a3c5['abortController']};}['deleteDocument'](_0x204cb4,_0x42dd01){const _0x59f0c1=this['_sendApiRequest']('/conversations/'+_0x204cb4+'/documents/'+_0x42dd01,'DELETE');return{'execute':async()=>{await _0x59f0c1['request'];},'abortController':_0x59f0c1['abortController']};}['deleteWebResource'](_0xb638d7,_0x2dd6ad){const _0x177a97=this['_sendApiRequest']('/conversations/'+_0xb638d7+'/web-resources/'+_0x2dd6ad,'DELETE');return{'execute':async()=>{await _0x177a97['request'];},'abortController':_0x177a97['abortController']};}['callSystemReview']({reviewName:_0x427b0f,content:_0xc0718b,args:_0xf972ea}){const _0x5d3279=this['_sendApiRequest']('/reviews/system/'+_0x427b0f+'/calls','POST',{'content':[{'type':'text','content':_0xc0718b}],'args':_0xf972ea});return{'getStream':async()=>{const _0xce6dd=(await _0x5d3279['request'])['body'];return this['_getStreamReader'](_0xce6dd);},'abortController':_0x5d3279['abortController']};}['callCustomReview']({content:_0x286df0,prompt:_0xf5bf37,model:_0x3047fb}){const _0x27b3ef=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x286df0}],'prompt':_0xf5bf37,'model':_0x3047fb});return{'getStream':async()=>{const _0x351a39=(await _0x27b3ef['request'])['body'];return this['_getStreamReader'](_0x351a39);},'abortController':_0x27b3ef['abortController']};}['upsertAIChatRating'](_0x12b545,_0x1ecd1b,_0x1accda){const _0x11f134=this['_sendApiRequest']('/conversations/'+_0x12b545+'/messages/'+_0x1ecd1b+'/ratings','PUT',{'positiveCount':_0x1accda['positiveCount'],'totalCount':_0x1accda['totalCount'],'modificationId':_0x1accda['modificationId']});return{'execute':async()=>{await _0x11f134['request'];},'abortController':_0x11f134['abortController']};}['upsertAIActionRating'](_0x11a645,_0x44fd01,_0x4003db){const _0x3de073=this['_sendApiRequest']('/actions/system/'+_0x11a645+'/calls/'+_0x44fd01+'/ratings','PUT',{'positiveCount':_0x4003db['positiveCount'],'totalCount':_0x4003db['totalCount']});return{'execute':async()=>{await _0x3de073['request'];},'abortController':_0x3de073['abortController']};}['upsertCustomAIActionRating'](_0x366713,_0x339c21){const _0x4d4b4c=this['_sendApiRequest']('/actions/custom/calls/'+_0x366713+'/ratings','PUT',{'positiveCount':_0x339c21['positiveCount'],'totalCount':_0x339c21['totalCount']});return{'execute':async()=>{await _0x4d4b4c['request'];},'abortController':_0x4d4b4c['abortController']};}['upsertAIReviewRating'](_0x402151,_0x4ef293,_0x51cba2,_0x2afe5b){const _0x1bf56d=this['_sendApiRequest']('/reviews/system/'+_0x402151+'/calls/'+_0x4ef293+'/ratings','PUT',{'positiveCount':_0x51cba2['positiveCount'],'totalCount':_0x51cba2['totalCount'],'dataId':_0x2afe5b});return{'execute':async()=>{await _0x1bf56d['request'];},'abortController':_0x1bf56d['abortController']};}['upsertCustomAIReviewRating'](_0xb7abaa,_0x5caed6,_0x42e6a5){const _0x5eeda7=this['_sendApiRequest']('/reviews/custom/calls/'+_0xb7abaa+'/ratings','PUT',{'positiveCount':_0x5caed6['positiveCount'],'totalCount':_0x5caed6['totalCount'],'dataId':_0x42e6a5});return{'execute':async()=>{await _0x5eeda7['request'];},'abortController':_0x5eeda7['abortController']};}['_sendApiRequest'](_0x4636b8,_0x4a64bf,_0xcd0cbc,_0x3413ec=!0x1){const _0x22eb8c=new AbortController(),_0xd2a4a7=_0x3413ec?_0x4a64bf+':'+_0x4636b8:null;if(_0xd2a4a7){const _0x23bbac=this['_responseCache']['get'](_0xd2a4a7);if(_0x23bbac)return{'request':_0x23bbac['then'](_0x455d23=>_0x455d23['clone']()),'abortController':_0x22eb8c};}const _0x293261=_0xcd0cbc instanceof FormData,_0x6a39dd={'Authorization':'Bearer\x20'+this['_token']?.['value'],'x-feature-flags':'multi-document','X-Editor-Version':mt};_0xcd0cbc&&!_0x293261&&(_0x6a39dd['Content-Type']='application/json');const _0x20032a={'method':_0x4a64bf,'headers':_0x6a39dd,'signal':_0x22eb8c['signal']};_0xcd0cbc&&(_0x20032a['body']=_0x293261?_0xcd0cbc:JSON['stringify'](_0xcd0cbc));const _0x1c054b=fetch(''+this['_apiUrl']+_0x4636b8,_0x20032a)['catch'](_0x52280e=>{_0xd2a4a7&&this['_responseCache']['delete'](_0xd2a4a7),this['_handleError'](_0x52280e);})['then'](_0x50eaae=>_0x50eaae['ok']?_0x50eaae:_0x50eaae['json']()['then'](_0x1a3063=>{throw _0xd2a4a7&&this['_responseCache']['delete'](_0xd2a4a7),{'url':this['_apiUrl'],'path':_0x4636b8,'method':_0x4a64bf,'body':_0xcd0cbc,'status':(_0x50eaae||{})['status'],'statusText':(_0x50eaae||{})['statusText'],'code':_0x1a3063['code'],'message':_0x1a3063['message'],'traceId':_0x1a3063['traceId']};}));return _0xd2a4a7&&this['_responseCache']['set'](_0xd2a4a7,_0x1c054b['then'](_0x56ebfa=>_0x56ebfa['clone']())),{'request':_0x1c054b,'abortController':_0x22eb8c};}async*['_getStreamReader'](_0x5f1c43){const _0x51e9c7=[],_0x4822fa=_0x5f1c43['getReader'](),_0x40ec1b=_0x385587({'onError':_0x17ae90=>{this['_handleError'](_0x17ae90);},'onEvent':_0x4c5ba2=>{_0x4c5ba2['data']=JSON['parse'](_0x4c5ba2['data']),_0x51e9c7['push'](_0x4c5ba2);}});try{let _0x2ef681=!0x1;for(;!_0x2ef681;){const {done:_0x6015b1,value:_0xc28c7e}=await _0x4822fa['read']();_0x6015b1&&(_0x2ef681=!0x0),_0x40ec1b['feed'](this['_decoder']['decode'](_0xc28c7e,{'stream':!0x0})),yield*_0x51e9c7,_0x51e9c7['length']=0x0;}}catch(_0x3ff896){this['_handleError'](_0x3ff896);}finally{_0x4822fa['releaseLock'](),_0x40ec1b['reset']();}}['_handleError'](_0x2841a0){if(_0x2841a0 instanceof at)throw _0x2841a0;if(_0x2841a0 instanceof Error&&'AbortError'===_0x2841a0['name'])throw new at('ai-request-aborted',this,{'originalError':_0x2841a0});throw new at('ai-request-failed',this,{'originalError':_0x2841a0});}}function hs(_0x5a78e8,_0x21479c,_0x1e9927){const t=_0x5a78e8['t'];switch(_0x21479c){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'},_0x1e9927);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_OUTDATED','string':'Change\x20is\x20outdated'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_APPLY':return t({'id':'AI_SUGGESTION_CONTENT_PART_APPLY','string':'Apply\x20change'});case'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','string':'Add\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_REJECT':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECT','string':'Reject\x20change'});case'AI_SUGGESTION_CONTENT_PART_REMOVED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REMOVED','string':'Removed\x20content.\x20Use\x20\x22Show\x20details\x22\x20to\x20learn\x20more.'});case'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','string':'Approved'});case'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','string':'Rejected'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','string':'Outdated'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi!\x20I\x20can\x20help\x20you\x20draft,\x20rewrite,\x20and\x20improve\x20your\x20text,\x20explore\x20ideas,\x20research\x20topics,\x20and\x20solve\x20problems.\x20How\x20can\x20I\x20help\x20right\x20now?'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'Response\x20stopped.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION','string':'Unable\x20to\x20load\x20chosen\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0x1e9927);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.'},_0x1e9927);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.'},_0x1e9927);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'},_0x1e9927);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x1e9927);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'},_0x1e9927);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.'},_0x1e9927);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.'},_0x1e9927);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.'},_0x1e9927);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.'},_0x1e9927);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'},_0x1e9927);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.'},_0x1e9927);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 _0x21479c;}}const cs='ck-ai-button-primary',ls='ck-ai-button-secondary',us='ck-ai-button-tertiary';function ds(_0x7dc624,_0x2842f8){const _0x15534a=new Nt(_0x7dc624),_0x57246c=hs(_0x7dc624,'AI_TABS_LABEL_MINIMIZE'),_0xa52676=hs(_0x7dc624,'AI_TABS_LABEL_MAXIMIZE');return _0x15534a['set']({'withText':!0x1,'icon':_0xb350fd,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+us}),_0x15534a['bind']('label')['to'](_0x2842f8,'isMaximized',_0x5dccc=>_0x5dccc?_0x57246c:_0xa52676),_0x15534a['bind']('icon')['to'](_0x2842f8,'isMaximized',_0x4e922b=>_0x4e922b?_0x2a9f31:_0xb350fd),_0x15534a['bind']('isOn')['to'](_0x2842f8,'isMaximized'),_0x15534a['on']('execute',()=>{_0x2842f8['fire']('resizeTabs');}),_0x15534a;}function _s(_0x138099){return _0x595a67(_0x138099);}function gs(_0x2fbdbc){return ti(_0x2fbdbc);}function As(_0x1b0178,_0x43e7a8,_0x372441){const _0x19b94b=null!==_0x43e7a8?_0x3c5540=>_0x3c5540['attribs'][_0x1b0178]===_0x43e7a8:_0x50681c=>Boolean(_0x50681c['attribs'][_0x1b0178]);return _0x3f6b28(_0xe4f828=>_0x60f0d2(_0xe4f828)&&_0x19b94b(_0xe4f828),_0x372441);}function Is(_0x201f0b,_0xee7700,_0x4a1f64){const _0x45f406=null!==_0xee7700?_0x5d93d1=>_0x5d93d1['attribs'][_0x201f0b]===_0xee7700:_0x1db2cc=>Boolean(_0x1db2cc['attribs'][_0x201f0b]);return _0x364046(_0x867a50=>_0x60f0d2(_0x867a50)&&_0x45f406(_0x867a50),_0x4a1f64);}function Es(_0x570408,_0x4e5ed1){return _0x570408&&_0x60f0d2(_0x570408)?_0x570408['attribs'][_0x4e5ed1]:null;}function ps(_0x4ee445,_0xa7b03e,_0x32a8ad){_0x60f0d2(_0x4ee445)&&(null===_0x32a8ad?delete _0x4ee445['attribs'][_0xa7b03e]:_0x4ee445['attribs'][_0xa7b03e]=_0x32a8ad);}function ms(_0x23a29a,_0x52421d,_0x5955dd){const _0xfab66c=_0x52421d['cloneNode'](!0x0);'beforebegin'===_0x5955dd?_0x484771(_0x23a29a,_0xfab66c):'afterbegin'===_0x5955dd?_0x57380b(_0x23a29a,_0xfab66c):'beforeend'===_0x5955dd?_0x1e9fbc(_0x23a29a,_0xfab66c):'afterend'===_0x5955dd&&_0x5c974a(_0x23a29a,_0xfab66c);}function Ts(_0x3204a4){const _0x210abe=[];let _0x5c3e1e=_0x3204a4;for(;_0x5c3e1e;)_0x5c3e1e=_0xe039c1(_0x5c3e1e),_0x5c3e1e&&_0x210abe['push'](_0x5c3e1e);return _0x210abe;}function Cs(_0x4e9584){return _0x4e9584['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function ws(_0x43ee4f){let _0x4320d5=0x0;for(;_0x43ee4f['parentNode'];)_0x43ee4f=_0x43ee4f['parentNode'],_0x4320d5++;return _0x4320d5;}function fs(_0x142a90){const _0x44014e=[];let _0x11a11d=_0x142a90['nextSibling'];for(;_0x11a11d;)_0x44014e['push'](_0x11a11d),_0x11a11d=_0x11a11d['nextSibling'];_0x44014e['forEach'](_0x2507dc=>{_0x4529c2(_0x2507dc);});}class bs extends/* #__PURE__ -- @preserve */
25
+ ht(){['_m2html'];constructor(){super();const _0x21a0ee=Object['entries'](_0x404772),_0x589286=_0x21a0ee['findIndex'](([_0x42323f])=>'rehypeDomRaw'===_0x42323f);if(-0x1===_0x589286)throw new at('ai-response-parser-unable-to-set-up-parser');_0x21a0ee['splice'](_0x589286+0x1,0x0,['rehypeSanitize',_0x4927f8]),this['_m2html']=new _0x50fd49({'plugins':Object['fromEntries'](_0x21a0ee)});}['convertMarkdownToHTML'](_0x223e64){const _0x2ade84=this['_m2html']['parse'](_0x223e64);return this['parseAndNormalizeHTML'](_0x2ade84);}['parseAndNormalizeHTML'](_0x413d4a){return this['_parseHTML'](_0x413d4a);}['_parseHTML'](_0x34351e){const _0x87b08e=_s('<dummy>'+_0x34351e['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x87b08e['children']=_0x87b08e['children'][0x0]['children'],_0x87b08e;}}class Ss extends/* #__PURE__ -- @preserve */
26
+ ht(){['_generateUid'];['_uidCounter']=0x0;['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x4b5c1f){super(),this['_generateUid']=_0x4b5c1f||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x523e0b,_0x3383af,_0x4cc305){this['_uidCounter']=0x0;const _0x20cfa9=_0x523e0b['cloneNode'](!0x0),_0x3b2904=_0x20cfa9['childNodes'],_0x5d35b0=Array['from'](_0x3b2904)['filter'](_0x23fbfc=>!(0x3===_0x23fbfc['nodeType']&&''===gs(_0x23fbfc)['trim']())),_0x4f17d8=_0x5d35b0['length'],_0x5aa050=new Map();for(const _0x3a97a9 of _0x5d35b0)_0x3a97a9&&_0x60f0d2(_0x3a97a9)&&void 0x0===_0x3a97a9['attribs']['data-id']&&ps(_0x3a97a9,'data-id','new-element');if(0x0===_0x3383af['childNodes']['length']){const _0x3b36ab=[];return Is('data-id','new-element',_0x20cfa9)['forEach'](_0x8a690f=>{const _0xe7aaa2=this['_generateUid']();ps(_0x8a690f,'data-id',_0xe7aaa2),_0x3b36ab['push'](_0xe7aaa2);}),this['_removeSpecialComments'](_0x20cfa9),{'parsedContent':_0x20cfa9,'newNodeIds':_0x3b36ab,'modifiedNodeIds':[],'removedNodeIds':[],'newAnchorIds':_0x5aa050};}_0x4cc305&&_0x4cc305['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x20cfa9),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(Is('data-id',null,_0x3383af)['map'](_0x550b42=>Es(_0x550b42,'data-id'))['filter'](_0x25f1f1=>!!_0x25f1f1));let _0xb6e719=-0x1,_0x2402dc=!0x1;for(let _0x583632=0x0;_0x583632<_0x4f17d8;_0x583632++){const _0xff4654=_0x5d35b0[_0x583632],_0xdf3af7=_0x5d35b0[_0x583632+0x1];if(this['_isNewNode'](_0xff4654)){if(-0x1===_0xb6e719&&(_0xb6e719=_0x583632),this['_markWrappedElements'](_0xff4654),!this['_isNewNode'](_0xdf3af7)){const [_0x3a4464,_0x2d81be]=this['_findReferenceNode'](_0xff4654,_0x2402dc,_0x3383af);if(_0x3a4464){const _0x845717=Array['from'](_0x5d35b0)['slice'](_0xb6e719,_0x583632+0x1),_0x9716c3=Es(_0x3a4464,'data-id');if(this['_insertNodes'](_0x3a4464,_0x845717,_0x2d81be),_0x9716c3)for(const _0x4cb26b of _0x845717){const _0x5006ce=Es(_0x4cb26b,'data-id');_0x5006ce&&_0x5aa050['set'](_0x5006ce,_0x9716c3);}_0xb6e719=-0x1;}}}else{if(this['_isExistingContentComment'](_0xff4654))_0x2402dc=!0x0;else{if(this['_isExistingNode'](_0xff4654)){const _0x405616=Es(_0xff4654,'data-id');if(_0x405616&&this['_existingDataIds']['has'](_0x405616)){const _0x20cef8=As('data-id',_0x405616,_0x3383af);this['_replaceNode'](_0x20cef8,_0xff4654);}}else{if(this['_isDelNode'](_0xff4654)){const _0x209a5b=this['_getNodeDataId'](_0xff4654);!!As('data-id',_0x209a5b,_0x20cfa9)||this['_touchedNodesState']['removedIds']['push'](_0x209a5b);}}}}}for(const _0x502b65 of this['_touchedNodesState']['removedIds']){const _0x31d059=As('data-id',_0x502b65,_0x3383af);_0x31d059&&this['_removeNode'](_0x31d059,_0x502b65,_0x4cc305);}if(Is('data-id','new-element',_0x3383af)['forEach'](_0x424f2f=>{const _0x35e743=this['_getUid'](_0x424f2f);ps(_0x424f2f,'data-id',_0x35e743),this['_touchedNodesState']['newIds']['push'](_0x35e743);}),this['_removeSpecialComments'](_0x3383af),_0x4cc305&&_0x4cc305['markUnstableElements']&&this['_markUnstableElements'](_0x3383af,_0x4cc305['markUnstableElementsDepth']||0x0),this['_processWrappedElements'](_0x3383af,_0x4cc305),_0x4cc305&&_0x4cc305['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){const _0xf33d6d=Is('data-id',this['_touchedNodesState']['lastTouchedId'],_0x3383af);let _0x45e3fe=_0xf33d6d[_0xf33d6d['length']-0x1];for(;_0x45e3fe;)fs(_0x45e3fe),_0x45e3fe=_0x45e3fe['parentNode'];}return{'parsedContent':_0x3383af,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds'],'newAnchorIds':_0x5aa050};}['_insertNodes'](_0x1741dc,_0x221fe5,_0x1a0d41){for(const _0x54bac6 of _0x221fe5){const _0x590ab3=this['_getUid'](_0x54bac6);ps(_0x54bac6,'data-id',_0x590ab3),this['_touchedNodesState']['newIds']['push'](_0x590ab3),this['_touchedNodesState']['lastTouchedId']=_0x590ab3;}const _0x7cbca1='afterbegin'===_0x1a0d41||'afterend'===_0x1a0d41?_0x221fe5['reverse']():_0x221fe5;for(const _0x2d4459 of _0x7cbca1)ms(_0x1741dc,_0x2d4459,_0x1a0d41);}['_replaceNode'](_0x1a0ffc,_0x40d682){if(!_0x1a0ffc)return;if(_0x422653=_0x40d682,Cs(gs(_0x1a0ffc))===Cs(gs(_0x422653)))return;var _0x422653;const _0x3f0471=this['_getUid'](_0x1a0ffc);ps(_0x40d682,'data-id',_0x3f0471),this['_touchedNodesState']['modifiedIds']['push'](_0x3f0471),this['_touchedNodesState']['lastTouchedId']=_0x3f0471,_0x3a530c(_0x1a0ffc,_0x40d682['cloneNode'](!0x0));}['_removeNode'](_0x2d0860,_0x587dcb,_0x18e6bd){if(_0x18e6bd&&_0x18e6bd['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x587dcb;const _0xaf6375=_0x18e6bd['replaceRemovedWith']['cloneNode'](!0x0);ps(_0xaf6375,'data-id',_0x587dcb),ps(_0xaf6375,'data-removed','true'),_0x3a530c(_0x2d0860,_0xaf6375);}else _0x4529c2(_0x2d0860);}['_findReferenceNode'](_0x342fdb,_0x269c85,_0x9e0879){const _0x2875ec=this['_findPrevElementWithDataId'](_0x342fdb,!0x1);if(_0x2875ec){const _0x1c4680=this['_getNodeDataId'](_0x2875ec),_0x3dea3d=As('data-id',_0x1c4680,_0x9e0879);if(_0x3dea3d)return[_0x3dea3d,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x1c4680);}const _0x1eff8e=this['_findNextElementWithDataId'](_0x342fdb,!0x1);if(_0x1eff8e){const _0x2721e9=this['_getNodeDataId'](_0x1eff8e),_0x1bbbb9=As('data-id',_0x2721e9,_0x9e0879);if(_0x1bbbb9)return[_0x1bbbb9,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x2721e9);}return _0x269c85?_0x342fdb['nextSibling']?this['_findFallbackReferenceNode'](_0x342fdb,_0x9e0879):[_0x9e0879['childNodes'][_0x9e0879['childNodes']['length']-0x1],'afterend']:[_0x9e0879['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x2de249,_0x4b309b){const _0x3a01d7=[],_0x196b0d=this['_findPrevElementWithDataId'](_0x2de249,!0x0);if(_0x196b0d){const _0x37d646=As('data-id',this['_getNodeDataId'](_0x196b0d),_0x4b309b);_0x37d646&&_0x3a01d7['push']([_0x37d646,'afterend']);}const _0x44ec47=this['_findNextElementWithDataId'](_0x2de249,!0x0);if(_0x44ec47){const _0x520f10=As('data-id',this['_getNodeDataId'](_0x44ec47),_0x4b309b);_0x520f10&&_0x3a01d7['push']([_0x520f10,'beforebegin']);}if(_0x3a01d7['length']>0x1)return ws(_0x3a01d7[0x0][0x0])<=ws(_0x3a01d7[0x1][0x0])?_0x3a01d7[0x0]:_0x3a01d7[0x1];return 0x1===_0x3a01d7['length']?_0x3a01d7[0x0]:[_0x4b309b['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x54678f,_0x2410b5){let _0x28ac68=_0x54678f['nextSibling'],_0x43aa68=null,_0x2d0226=!0x1;for(;_0x28ac68;){if(_0x502ab9(_0x28ac68)){if(this['_isDelNode'](_0x28ac68)&&(_0x43aa68=_0x28ac68),this['_isExistingContentComment'](_0x28ac68)&&_0x2410b5&&!_0x2d0226){_0x2d0226=!0x0,_0x28ac68=_0x28ac68['nextSibling'];continue;}break;}const _0x394af9=Es(_0x28ac68,'data-id');if(_0x394af9&&'new-element'!==_0x394af9&&this['_existingDataIds']['has'](_0x394af9)){_0x43aa68=_0x28ac68;break;}_0x28ac68=_0x28ac68['nextSibling'];}return _0x43aa68;}['_findPrevElementWithDataId'](_0x301332,_0x5891ab){let _0x45186d=_0x301332['previousSibling'],_0x27961c=null,_0x3f7b62=!0x1;for(;_0x45186d;){if(_0x502ab9(_0x45186d)){if(this['_isDelNode'](_0x45186d)&&(_0x27961c=_0x45186d),this['_isExistingContentComment'](_0x45186d)&&_0x5891ab&&!_0x3f7b62){_0x3f7b62=!0x0,_0x45186d=_0x45186d['previousSibling'];continue;}break;}const _0xa1534f=Es(_0x45186d,'data-id');if(_0xa1534f&&'new-element'!==_0xa1534f&&this['_existingDataIds']['has'](_0xa1534f)){_0x27961c=_0x45186d;break;}_0x45186d=_0x45186d['previousSibling'];}return _0x27961c;}['_markWrappedElements'](_0x42c87b){_0x60f0d2(_0x42c87b)&&Is('data-id',null,_0x42c87b)['forEach'](_0x2e0b62=>{this['_isExistingNode'](_0x2e0b62)&&(ps(_0x2e0b62,'data-wrapped-id',Es(_0x2e0b62,'data-id')),ps(_0x2e0b62,'data-id',null));});}['_processWrappedElements'](_0x4c998f,_0x53f092){Is('data-wrapped-id',null,_0x4c998f)['forEach'](_0x400796=>{const _0x3d7751=Es(_0x400796,'data-wrapped-id');if(Es(_0x400796,'data-unstable')||this['_hasUnstableParent'](_0x400796))return;const _0x512a05=As('data-id',_0x3d7751,_0x4c998f);ps(_0x400796,'data-id',_0x3d7751),ps(_0x400796,'data-wrapped-id',null),_0x512a05&&(this['_removeNode'](_0x512a05,_0x3d7751,_0x53f092),this['_touchedNodesState']['removedIds']['push'](_0x3d7751),this['_touchedNodesState']['lastTouchedId']=_0x3d7751);});}['_hasUnstableParent'](_0x207e2e){let _0x337b20=_0x207e2e['parentNode'];for(;_0x337b20;){if(Es(_0x337b20,'data-unstable'))return!0x0;_0x337b20=_0x337b20['parentNode'];}return!0x1;}['_getNodeDataId'](_0x4a9edf){if(!_0x4a9edf)return null;if(_0x60f0d2(_0x4a9edf))return Es(_0x4a9edf,'data-id');if(_0x502ab9(_0x4a9edf)){const _0x207d83=gs(_0x4a9edf)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x207d83&&_0x207d83[0x1])return _0x207d83[0x1];}return null;}['_getUid'](_0x20eb3d){return this['_isExistingNode'](_0x20eb3d)?Es(_0x20eb3d,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x859ffa){(function(_0x2438cf){return _0x1b48d2(_0x59331f=>_0x502ab9(_0x59331f),_0x2438cf,!0x0,0x1/0x0);}(_0x859ffa)['filter'](_0x3b05b0=>this['_isDelNode'](_0x3b05b0)||this['_isExistingContentComment'](_0x3b05b0))['forEach'](_0x552edc=>{_0x4529c2(_0x552edc);}));}['_markLastTagElementUnstable'](_0x4251cc){const _0x3749cd=_0x4251cc['childNodes'],_0x57e3df=_0x3749cd[_0x3749cd['length']-0x1];_0x57e3df&&_0x60f0d2(_0x57e3df)&&ps(_0x57e3df,'data-unstable','true');}['_markUnstableElements'](_0x248564,_0x496e3b){const _0x16ff49=As('data-unstable','true',_0x248564);if(!_0x16ff49)return;const _0x37b701=Ts(_0x16ff49)['slice'](0x0,-0x1),_0x1431b0=_0x37b701['length'];let _0x570e00=_0x16ff49;if(_0x1431b0>_0x496e3b){let _0x2b7a45=_0x1431b0,_0x414911=null;for(;_0x2b7a45>_0x496e3b&&_0x2b7a45>=0x0;)_0x2b7a45--,_0x414911=_0x37b701[_0x2b7a45];_0x414911&&(_0x570e00=_0x414911,ps(_0x16ff49,'data-unstable',null),ps(_0x414911,'data-unstable','true'));}else{if(_0x1431b0<_0x496e3b){let _0x2aa9ef=_0x1431b0,_0x5d4298=_0x16ff49;for(;_0x2aa9ef<_0x496e3b;){const _0x4d5dde=_0x5d4298['childNodes']['filter'](_0x917d64=>_0x60f0d2(_0x917d64));if(0x0===_0x4d5dde['length'])break;_0x2aa9ef++,_0x5d4298=_0x4d5dde[_0x4d5dde['length']-0x1];}_0x5d4298&&(_0x570e00=_0x5d4298,ps(_0x16ff49,'data-unstable',null),ps(_0x5d4298,'data-unstable','true'));}}let _0x34398d=_0x570e00;for(;_0x34398d;){for(;_0x34398d['nextSibling'];)_0x34398d=_0x34398d['nextSibling'],_0x60f0d2(_0x34398d)&&ps(_0x34398d,'data-unstable','true');_0x34398d=_0x34398d['parentNode'];}}['_isNewNode'](_0x3442a6){return Boolean('new-element'===Es(_0x3442a6,'data-id'));}['_isExistingNode'](_0xbceef0){return Boolean((Es(_0xbceef0,'data-id')||'')['length']>0x0&&'new-element'!==Es(_0xbceef0,'data-id'));}['_isDelNode'](_0x190e59){return!!_0x190e59&&Boolean(_0x502ab9(_0x190e59)&&gs(_0x190e59)['match'](/removed[\s*-]data-id="[^"]+"/));}['_isExistingContentComment'](_0x2578a6){return Boolean(_0x502ab9(_0x2578a6)&&gs(_0x2578a6)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function Rs({editor:_0x43d359,changeGroups:_0x47b8c3,documentContextContent:_0x451827,showDiff:_0x4d7059,trimUnchanged:_0x459416=!0x0}){return _0x47b8c3['map'](_0x3d465e=>{const _0x45307e=new _0x36408a([]),_0x37a98d=new _0x36408a([]),_0x4b6339=new Set();for(const _0x55ceb9 of _0x3d465e['changes'])'new'==_0x55ceb9['type']&&Is('data-id',null,_0x55ceb9['node'])['forEach'](_0x1d70c6=>{_0x4b6339['add'](Es(_0x1d70c6,'data-id'));});for(const _0x1500be of _0x3d465e['changes'])if('removed'!=_0x1500be['type']?_0x37a98d['children']['push'](_0x1500be['node']['cloneNode'](!0x0)):_0x4d7059||_0x4b6339['has'](_0x1500be['id'])||_0x37a98d['children']['push'](_0x1500be['node']['cloneNode'](!0x0)),'new'!=_0x1500be['type']&&(_0x4d7059||'removed'!=_0x1500be['type'])){const _0x234fb5=_0x3f6b28(_0x1242f4=>Es(_0x1242f4,'data-id')==_0x1500be['id'],_0x451827,!0x0);_0x234fb5&&_0x45307e['children']['push'](_0x234fb5['cloneNode'](!0x0));}const {content:_0x4d5b32,hasChanges:_0x5bd93b}=function(_0x44bdcb,_0x3f5110,_0x2fde40,_0x393e4b,_0x2f0bdd=!0x0){const _0x24646e=_0x44bdcb['plugins']['get']('DocumentCompare'),_0x120b7a=gs(_0x3f5110),_0x4bb08f=gs(_0x2fde40),_0x47e352=_0x44bdcb['data']['parse'](_0x120b7a,'$root'),_0x58f8f9=_0x44bdcb['model']['createPositionAt'](_0x47e352,0x0),_0x10a1a0=_0x24646e['getDiff'](_0x120b7a,_0x4bb08f,{'anchor':_0x58f8f9,'markDeletions':_0x393e4b,'targetEditor':_0x44bdcb}),_0x270527=_0x10a1a0['getOperations']();if(0x0==_0x270527['length'])return{'content':_0x3f5110['cloneNode'](!0x0),'hasChanges':!0x1};_0x393e4b?function(_0x291e34,_0x52f349,_0x130d81){if(0x0==_0x291e34['length'])return;const _0x1e486c=_0x130d81['plugins']['get']('DocumentCompare'),_0x29a7bf=_0x130d81['plugins']['get']('SuggestionsConversion');_0x130d81['model']['change'](_0xc02c44=>{const _0x131766=new Set();for(let _0x4a8dd8=0x0;_0x4a8dd8<_0x291e34['length'];_0x4a8dd8++){const _0x401772=_0x291e34[_0x4a8dd8];if(_0x401772['baseVersion']=null,_0x401772['isDocumentOperation']=!0x1,_0x1e486c['isMarkedRemoveOperation'](_0x401772)){const _0x2a9e67=_0x2bb93e(_0x401772['newRange'],_0x130d81['model']),_0x4ac87e='suggestion:deletion:'+ot()+':$aiSuggestion';_0x52f349['markers']['set'](_0x4ac87e,_0x2a9e67);}else switch(_0x401772['type']){case'rename':{if(_0x401772['oldName']==_0x401772['newName'])break;_0xc02c44['batch']['addOperation'](_0x401772),_0x130d81['model']['applyOperation'](_0x401772);const _0x45d8a4='$elementName',_0x934369=_0x401772['position'],_0x1f8046=_0x130d81['model']['createRange'](_0x934369,_0x130d81['model']['createPositionAt'](_0x934369['nodeAfter'],'end')),_0x10496b='suggestion:attribute:'+_0x45d8a4+':'+ot()+':$aiSuggestion';_0x52f349['markers']['set'](_0x10496b,_0x1f8046);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x401772['oldValue']==_0x401772['newValue'])break;_0xc02c44['batch']['addOperation'](_0x401772),_0x130d81['model']['applyOperation'](_0x401772);const _0x455b24=_0x401772['key'];if(!_0x29a7bf['isRegisteredAttribute'](_0x455b24))break;const _0x5de566=_0x2bb93e(_0x401772['range'],_0x130d81['model']),_0x49affc='suggestion:attribute:'+_0x455b24+':'+ot()+':$aiSuggestion';_0x52f349['markers']['set'](_0x49affc,_0x5de566);break;}case'insert':{_0xc02c44['batch']['addOperation'](_0x401772),_0x130d81['model']['applyOperation'](_0x401772);if(_0x291e34[_0x4a8dd8+0x1]&&'move'==_0x291e34[_0x4a8dd8+0x1]['type']){Os(_0x52f349,_0x401772);break;}const _0x1eb368=_0x401772['position'],_0x2c993a=_0x401772['howMany'],_0x43da73=_0x2bb93e(_0x130d81['model']['createRange'](_0x1eb368,_0x1eb368['getShiftedBy'](_0x2c993a)),_0x130d81['model']),_0x5be9d5='suggestion:insertion:'+ot()+':$aiSuggestion';_0x52f349['markers']['set'](_0x5be9d5,_0x43da73);break;}case'split':{_0xc02c44['batch']['addOperation'](_0x401772),_0x130d81['model']['applyOperation'](_0x401772);const _0x47cd97=_0x401772['splitPosition'],_0x596a5d=_0x401772['moveTargetPosition'],_0x1876c5=_0x130d81['model']['createRange'](_0x47cd97,_0x596a5d),_0x121632='suggestion:insertion:'+ot()+':$aiSuggestion';_0x52f349['markers']['set'](_0x121632,_0x1876c5);break;}case'move':{_0xc02c44['batch']['addOperation'](_0x401772),_0x130d81['model']['applyOperation'](_0x401772),_0x291e34[_0x4a8dd8-0x1]&&'insert'==_0x291e34[_0x4a8dd8-0x1]['type']&&Os(_0x52f349,_0x401772);const _0x5ccce3=_0x401772['getMovedRangeStart'](),_0x157150=_0x401772['howMany'];for(let _0x2fd2d6=0x0;_0x2fd2d6<_0x157150;_0x2fd2d6++){const _0x523a54=_0x5ccce3['getShiftedBy'](_0x2fd2d6)['nodeAfter'];_0x131766['add'](_0x523a54);}break;}case'remove':{const _0x8b084a=_0x401772['sourcePosition'],_0x7ba983=_0x401772['howMany'],_0x2192b5=new _0x349a38(_0x8b084a,_0x7ba983);_0xc02c44['batch']['addOperation'](_0x2192b5),_0x130d81['model']['applyOperation'](_0x2192b5);break;}}}for(const _0x2233f7 of _0x131766){const _0x26a847=_0x130d81['model']['createRangeOn'](_0x2233f7),_0x2d7445='suggestion:formatBlock:$fakeWrap:'+ot()+':$aiSuggestion';_0x52f349['markers']['set'](_0x2d7445,_0x2bb93e(_0x26a847,_0x130d81['model']));}});}(_0x270527,_0x47e352,_0x44bdcb):_0x44bdcb['model']['change'](_0x408bbc=>{for(const _0x5a3636 of _0x270527)if('remove'==_0x5a3636['type']){const _0x222c0b=_0x5a3636['sourcePosition'],_0x3b9950=_0x5a3636['howMany'],_0x3e3ae4=new _0x349a38(_0x222c0b,_0x3b9950);_0x408bbc['batch']['addOperation'](_0x3e3ae4),_0x44bdcb['model']['applyOperation'](_0x3e3ae4);}else{if('marker'==_0x5a3636['type']){const _0x725194=_0x5a3636['name'],_0x3b7e2b=_0x5a3636['newRange'];null!==_0x3b7e2b?_0x47e352['markers']['set'](_0x725194,_0x3b7e2b):_0x47e352['markers']['delete'](_0x725194);}else _0x5a3636['baseVersion']=null,_0x5a3636['isDocumentOperation']=!0x1,_0x408bbc['batch']['addOperation'](_0x5a3636),_0x44bdcb['model']['applyOperation'](_0x5a3636);}});if(_0x2f0bdd){const _0x1dda12=ks(_0x44bdcb,_0x270527,_0x47e352);Ns(_0x44bdcb['model'],_0x1dda12),function(_0x97c707,_0x354e84){const _0x50b7e7=_0x354e84['getFirstRange']()['start'];let _0x54639a=_0x354e84['getFirstRange']()['end'];const _0xa0989c=_0x50b7e7['root'];(_0x54639a['textNode']||_0x54639a['nodeAfter']&&_0x54639a['nodeAfter']['is']('$text'))&&(_0xf2ea81(_0x54639a,'...'),_0x54639a=_0x54639a['getShiftedBy'](0x3)),(_0x50b7e7['textNode']||_0x50b7e7['nodeBefore']&&_0x50b7e7['nodeBefore']['is']('$text'))&&(_0xf2ea81(_0x50b7e7,'...'),function(_0x4747c9,_0x554aa9,_0x550e70){for(let [_0x2dadae,_0x4b2dc9]of _0x4747c9['markers']){const _0x422897=_0x4b2dc9['_getTransformedByInsertion'](_0x554aa9,_0x550e70,!0x1);_0x4b2dc9=_0x422897[0x0],_0x4747c9['markers']['set'](_0x2dadae,_0x4b2dc9);}}(_0xa0989c,_0x50b7e7,0x3),_0x50b7e7['parent']==_0x54639a['parent']&&(_0x54639a=_0x54639a['getShiftedBy'](0x3)));const _0x4d83a4=_0x97c707['createRange'](_0x97c707['createPositionAt'](_0xa0989c,0x0),_0x50b7e7),_0x500901=_0x97c707['createRange'](_0x54639a,_0x97c707['createPositionAt'](_0xa0989c,'end')),_0x585274=[..._0x4d83a4['getMinimalFlatRanges'](),..._0x500901['getMinimalFlatRanges']()];_0x585274['reverse']();for(const _0x2f9af2 of _0x585274)_0x2c3240(_0x2f9af2),ys(_0xa0989c,_0x2f9af2);}(_0x44bdcb['model'],_0x1dda12);}const _0x314d19=_0x44bdcb['data']['stringify'](_0x47e352,{'showSuggestionHighlights':!0x0});return{'content':_s(_0x314d19),'hasChanges':!0x0};}(_0x43d359,_0x45307e,_0x37a98d,_0x4d7059,_0x459416);return{'type':_0x3d465e['changes'][0x0]['type'],'index':_0x3d465e['index'],'content':_0x4d5b32,'hasChanges':_0x5bd93b};});}function Os(_0x425987,_0x3a7cd0){for(const [_0x53bdd4,_0x2cbadf]of _0x425987['markers']){const _0x2bd7df=_0x2a951f['_createFromRanges'](_0x2cbadf['getTransformedByOperation'](_0x3a7cd0));_0x425987['markers']['set'](_0x53bdd4,_0x2bd7df);}}function ks(_0x3b3a08,_0x20cfdd,_0x522f7e){const _0x3cd7e3=_0x3b3a08['plugins']['get']('DocumentCompare');let _0x2c4c5b=_0x3b3a08['model']['createPositionAt'](_0x522f7e,Number['POSITIVE_INFINITY']),_0x1f795d=_0x3b3a08['model']['createPositionAt'](_0x522f7e,0x0);for(const _0x4ce68d of _0x20cfdd){let _0x351952,_0x3a7538;if(_0x3cd7e3['isMarkedRemoveOperation'](_0x4ce68d))_0x351952=_0x4ce68d['newRange']['start'],_0x3a7538=_0x4ce68d['newRange']['end'];else switch(_0x2c4c5b=_0x2c4c5b['getTransformedByOperation'](_0x4ce68d),_0x1f795d=_0x1f795d['getTransformedByOperation'](_0x4ce68d),_0x4ce68d['type']){case'rename':_0x351952=_0x4ce68d['position'],_0x3a7538=_0x351952['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x351952=_0x4ce68d['range']['start'],_0x3a7538=_0x4ce68d['range']['end'];break;case'insert':_0x351952=_0x4ce68d['position'],_0x3a7538=_0x351952['getShiftedBy'](_0x4ce68d['howMany']);break;case'split':_0x351952=_0x4ce68d['splitPosition'],_0x3a7538=_0x4ce68d['moveTargetPosition'];break;case'merge':{const _0x23b856=_0x4ce68d['targetPosition']['path']['slice'](0x0,-0x1);_0x351952=_0x3b3a08['model']['createPositionFromPath'](_0x522f7e,_0x23b856),_0x3a7538=_0x351952['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x21e22c=_0x4ce68d['howMany'],_0x1f54a2=_0x4ce68d['sourcePosition']['_getTransformedByInsertion'](_0x4ce68d['targetPosition'],_0x21e22c),_0x4fdfa1=_0x4ce68d['getMovedRangeStart']();'remove'==_0x4ce68d['type']?(_0x351952=_0x1f54a2,_0x3a7538=_0x1f54a2):(_0x351952=_0x4fdfa1,_0x3a7538=_0x4fdfa1['getShiftedBy'](_0x21e22c));break;}}_0x351952&&_0x351952['isBefore'](_0x2c4c5b)&&(_0x2c4c5b=_0x351952['clone'](),_0x2c4c5b['stickiness']='toNone'),_0x3a7538&&_0x3a7538['isAfter'](_0x1f795d)&&(_0x1f795d=_0x3a7538['clone'](),_0x1f795d['stickiness']='toNone');}return _0x3b3a08['model']['createSelection'](_0x3b3a08['model']['createRange'](_0x2c4c5b,_0x1f795d));}function Ns(_0x3f3ef9,_0x49abc6){vs(_0x3f3ef9,_0x49abc6,'forward');const _0x3437e9=_0x49abc6['getFirstRange']();_0x49abc6['setTo']([]),_0x49abc6['setTo'](_0x3437e9,{'backward':!0x0}),vs(_0x3f3ef9,_0x49abc6,'backward');}function vs(_0x16cf68,_0x44f2f5,_0xdd0f85){let _0x468143=0x14;for(;_0x468143;){_0x16cf68['modifySelection'](_0x44f2f5,{'unit':'word','direction':_0xdd0f85}),_0x468143--;const _0x2821cc=_0x44f2f5['focus']['forward'==_0xdd0f85?'nodeBefore':'nodeAfter'];if(_0x2821cc&&_0x2821cc['is']('element')&&_0x16cf68['schema']['isBlock'](_0x2821cc)&&_0x16cf68['schema']['isObject'](_0x2821cc))break;}}function ys(_0x3932c9,_0x28ae1d){for(const [_0x219b09,_0xeacf3f]of _0x3932c9['markers']){const _0x4a76f1=_0xeacf3f['_getTransformedByDeletion'](_0x28ae1d['start'],_0x28ae1d['end']['offset']-_0x28ae1d['start']['offset']);null!=_0x4a76f1?_0x3932c9['markers']['set'](_0x219b09,_0x4a76f1):_0x3932c9['markers']['delete'](_0x219b09);}}class xs extends ht(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new _0x36408a([]);['parsedMergedContent']=new _0x36408a([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['isFromHistory']=!0x1;['documentContextContent'];['documentId'];['dataIdDocumentSources'];['newNodeAnchorIds']=new Map();['aiResponseParser'];['aiResponseApplier'];['locale'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x5a0619,content:_0x317344='',isDone:_0x5c6a28=!0x1,isComplete:_0x3f5de8,interactionId:_0x4c8e95,areActionsDisabled:_0x577f8d,isFromHistory:_0x2f4dca=!0x1,documentContextContent:_0x56de43,dataIdDocumentSources:_0x52e95e,documentId:_0x5a4364,locale:_0x2e0f4e,id:_0x4be8eb}){super(),this['id']=_0x4be8eb||ot(),this['interactionId']=_0x4c8e95,this['type']=_0x5a0619,this['areActionsDisabled']=!!_0x577f8d,this['locale']=_0x2e0f4e,this['dataIdDocumentSources']=_0x52e95e,this['documentId']=_0x5a4364,this['isFromHistory']=_0x2f4dca,this['aiResponseParser']=new bs(),this['aiResponseApplier']=new Ss(),this['documentContextContent']=_s(_0x56de43||''),this['set']('isDone',_0x5c6a28),this['set']('isComplete',_0x3f5de8??_0x5c6a28),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x317344);}['appendContent'](_0x1e339d){this['set']('content',this['content']+_0x1e339d);}['done'](_0x28e990=!0x0){this['isComplete']=_0x28e990,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x5f56a4,_0x410c36){this['changeGroups'][_0x5f56a4]['state']=_0x410c36,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x5f56a4,'state':_0x410c36});}['getContentParts']({showDiff:_0x31be88,groupIndex:_0x48945b,editor:_0x56e7f4}){const _0x1820ee=this['_getCachedContentParts'](_0x31be88,_0x48945b);if(_0x1820ee)return _0x1820ee;let _0xc643c4=[];if(void 0x0===_0x48945b)_0xc643c4=this['changeGroups'];else{const _0x24f2ca=this['changeGroups']['find'](({index:_0x5774e0})=>_0x5774e0===_0x48945b);if(!_0x24f2ca)throw new at('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x48945b});_0xc643c4=[_0x24f2ca];}const _0x50ee85=Rs({'editor':_0x56e7f4,'showDiff':_0x31be88,'changeGroups':_0xc643c4,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x31be88,_0x50ee85),_0x50ee85;}['_getCachedContentParts'](_0x55075b,_0x2ee5d3){const _0x312897=_0x55075b?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x312897]['length'])return null;const _0x82cfdb=this['cachedSuggestionContentParts'][_0x312897];if(void 0x0===_0x2ee5d3)return _0x82cfdb['length']>0x0&&_0x82cfdb['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x55075b,null),null):_0x5c6558(_0x82cfdb);{const _0x43fb64=_0x82cfdb['find'](({index:_0x49cff1})=>_0x49cff1===_0x2ee5d3);if(_0x43fb64)return[_0x5c6558(_0x43fb64)];}return null;}['_setCachedContentParts'](_0x114eb8,_0x3f4ce4){const _0x1ec396=_0x114eb8?'withDiff':'withoutDiff';_0x3f4ce4?_0x3f4ce4['forEach'](_0x548e94=>{const _0x486ad6=this['cachedSuggestionContentParts'][_0x1ec396],_0x5f4b6f=_0x486ad6['find'](({index:_0x2bbdf9})=>_0x2bbdf9===_0x548e94['index']);if(_0x5f4b6f){const _0x28e7aa=_0x486ad6['indexOf'](_0x5f4b6f);_0x486ad6['splice'](_0x28e7aa,0x1,_0x548e94);}else _0x486ad6['push'](_0x548e94);}):this['cachedSuggestionContentParts'][_0x1ec396]['length']=0x0;}['onContentChange'](){if('modification'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x1620b7=this['changeGroups'];this['updateChangeGroups']();const _0xed7459=this['_getDifferentChangeGroups'](_0x1620b7,this['changeGroups']);(_0xed7459['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0xed7459),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x5f0c4a,_0x21cfd6){const _0x5ab0fb=[];for(const _0x36323e of _0x21cfd6){const _0x311c7d=_0x5f0c4a[_0x36323e['index']];_0x311c7d?_0x311c7d['changes']['length']!==_0x36323e['changes']['length']?_0x5ab0fb['push'](_0x36323e):_0x311c7d['changes']['forEach']((_0x1dd897,_0x85294d)=>{const _0x3e5856=_0x36323e['changes'][_0x85294d];_0x1dd897['id']!==_0x3e5856['id']&&_0x5ab0fb['push'](_0x36323e);}):_0x5ab0fb['push'](_0x36323e);}return _0x5ab0fb;}['updateChangeGroups'](){const _0x1e1409=this['locale']?new _0x2b2f52('p',{},[new _0x2b2f52('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x3f4e70(hs(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]):void 0x0,_0x5585a4=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0x1e1409,'cutAfterLastChange':!this['isDone']||!this['isComplete']});if(!_0x5585a4['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x5585a4['parsedContent'],this['newNodeAnchorIds']=_0x5585a4['newAnchorIds'];let _0x486f26=[];if(_0x364046(_0x56e77d=>{const _0x5db686=Es(_0x56e77d,'data-id');if(!_0x5db686||!_0x144529(_0x5db686))return!0x1;const _0x408554=[_0x56e77d,...Ts(_0x56e77d)]['at'](-0x2);if(_0x56e77d!=_0x408554){const _0x1c3993=Es(_0x408554,'data-id');_0x144529(_0x1c3993)||(_0x486f26['push']({'node':_0x408554,'id':_0x1c3993,'type':'modified'}),_0x5585a4['modifiedNodeIds']['push'](_0x1c3993));}else _0x5585a4['modifiedNodeIds']['includes'](_0x5db686)?_0x486f26['push']({'node':_0x56e77d,'type':'modified','id':_0x5db686}):_0x5585a4['newNodeIds']['includes'](_0x5db686)?_0x486f26['push']({'node':_0x56e77d,'type':'new','id':_0x5db686,'anchorId':Es(_0x56e77d['previousSibling'],'data-id')}):_0x486f26['push']({'node':_0x56e77d,'type':'removed','id':_0x5db686});return!0x0;},this['parsedMergedContent']),_0x486f26=_0x486f26['filter'](({node:_0x5092e6})=>[...Ts(_0x5092e6),_0x5092e6]['every'](_0x530722=>!Es(_0x530722,'data-unstable'))),0x0==_0x486f26['length'])return;const _0x67d149=[[_0x486f26[0x0]]];for(let _0x25b1bc=0x1;_0x25b1bc<_0x486f26['length'];_0x25b1bc++){const _0x5e9cc0=_0x67d149[_0x67d149['length']-0x1],_0x1d938b=_0x5e9cc0[_0x5e9cc0['length']-0x1];_0x486f26[_0x25b1bc]['node']['previousSibling']==_0x1d938b['node']&&'modified'!=_0x486f26[_0x25b1bc]['type']&&'modified'!=_0x1d938b['type']&&this['_isSameDocument'](_0x486f26[_0x25b1bc]['node'],_0x1d938b['node'])?_0x5e9cc0['push'](_0x486f26[_0x25b1bc]):_0x67d149['push']([_0x486f26[_0x25b1bc]]);}for(const _0x1005f0 of _0x67d149){const _0x259d7e=_0x1005f0[0x0],_0x176079=_0x1005f0[_0x1005f0['length']-0x1],_0x56bfdc=_0x5143e0(_0x259d7e['node']['previousSibling']);_0x56bfdc&&this['_isSameDocument'](_0x56bfdc['node'],_0x259d7e['node'])&&_0x1005f0['unshift'](_0x56bfdc);const _0x557d10=_0x5143e0(_0x176079['node']['nextSibling']);_0x557d10&&this['_isSameDocument'](_0x557d10['node'],_0x176079['node'])&&_0x1005f0['push'](_0x557d10);}function _0x144529(_0x125b52){return _0x5585a4['modifiedNodeIds']['includes'](_0x125b52)||_0x5585a4['newNodeIds']['includes'](_0x125b52)||_0x5585a4['removedNodeIds']['includes'](_0x125b52);}function _0x5143e0(_0x1ca3f3){if(_0x1ca3f3&&Es(_0x1ca3f3,'data-id')&&!Es(_0x1ca3f3,'data-unstable')){const _0x1982a4=Es(_0x1ca3f3,'data-id');if(!_0x144529(_0x1982a4))return{'node':_0x1ca3f3,'type':'context','id':_0x1982a4};}return null;}this['changeGroups']=_0x67d149['map']((_0x454aed,_0x500d5f)=>({'changes':_0x454aed,'state':'pending','index':_0x500d5f}));}['_isSameDocument'](_0x595ad1,_0x3d2b75){if(!this['dataIdDocumentSources']?.['size'])return!0x0;const _0x751260=this['_resolveDocumentSource'](_0x595ad1),_0x5b34b8=this['_resolveDocumentSource'](_0x3d2b75);return!_0x751260||!_0x5b34b8||_0x751260['editor']===_0x5b34b8['editor']&&_0x751260['rootName']===_0x5b34b8['rootName'];}['_resolveDocumentSource'](_0x105662){if(!_0x105662||!this['dataIdDocumentSources'])return;const _0x3d05c7=Es(_0x105662,'data-id');if(_0x3d05c7){const _0x354e68=this['dataIdDocumentSources']['get'](_0x3d05c7);if(_0x354e68)return _0x354e68;const _0x314b08=this['newNodeAnchorIds']['get'](_0x3d05c7),_0x5cca4b=_0x314b08?this['dataIdDocumentSources']['get'](_0x314b08):void 0x0;if(_0x5cca4b)return _0x5cca4b;}for(let _0x550602=_0x105662['previousSibling'];_0x550602;_0x550602=_0x550602['previousSibling']){const _0x4fd319=Es(_0x550602,'data-id'),_0x4c3183=_0x4fd319?this['dataIdDocumentSources']['get'](_0x4fd319):void 0x0;if(_0x4c3183)return _0x4c3183;}for(let _0x542b50=_0x105662['nextSibling'];_0x542b50;_0x542b50=_0x542b50['nextSibling']){const _0x23a87d=Es(_0x542b50,'data-id'),_0x385a1f=_0x23a87d?this['dataIdDocumentSources']['get'](_0x23a87d):void 0x0;if(_0x385a1f)return _0x385a1f;}}}const Ls=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];class Ds extends Tt(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['locale'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;constructor({connector:_0x10d9e5,locale:_0x257ebe}){super(),this['id']=ot(),this['connector']=_0x10d9e5,this['isStopped']=!0x0,this['locale']=_0x257ebe;}async['start'](){const _0x24313b=[];let _0x13610e,_0x1800b2,_0x3944fd,_0xfee3dd=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x4f65d1=await this['currentRequest']['getStream']();for await(const _0x87ad6f of _0x4f65d1){if(this['isStopped'])return;if('error'==_0x87ad6f['event'])return void this['fire']('error',{'error':new at('ai-chat-interaction-error',this)});switch(_0x87ad6f['event']){case'message-metadata':this['messageId']=_0x87ad6f['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x87ad6f['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x87ad6f['data']['conversationTitle'],!0x0);break;case'source':_0x24313b['push'](_0x87ad6f['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'](),_0x13610e='modification-delta'==_0x87ad6f['event']?'modification':'text',_0x1800b2='modification-delta'==_0x87ad6f['event']?_0x87ad6f['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x13610e&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']?'modification-delta'==_0x87ad6f['event']&&(this['currentReply']['documentId']=_0x87ad6f['data']['documentId']):(this['currentReply']=this['createReply']({'type':_0x13610e,'interactionId':this['id'],'id':_0x1800b2,...'modification-delta'==_0x87ad6f['event']&&{'documentId':_0x87ad6f['data']['documentId']}}),'modification'==_0x13610e&&(this['currentReply']['sources']=_0x24313b['splice'](0x0))),this['currentReply']['appendContent'](_0x87ad6f['data']['textDelta']);break;case'mcp-tool-result':_0x3944fd=JSON['parse'](_0x87ad6f['data']['result']),this['_handleToolResultData']({'toolName':_0x87ad6f['data']['toolName'],'data':_0x3944fd['data'],'attributes':_0x3944fd['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x87ad6f['data']['toolName'],'data':_0x87ad6f['data']['data']});}}_0xfee3dd=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x24313b['length']>0x0&&(this['currentReply']['sources']=_0x24313b['splice'](0x0)),this['_finalizeInteraction'](_0xfee3dd),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x282074){return this['replies']['find'](_0x52cb7d=>_0x52cb7d['id']===_0x282074);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x1e1e8a=>_0x1e1e8a['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x71fc66){const _0x26a74b=new xs({'locale':this['locale'],'documentContextContent':this['getDocumentContext']()?.['content'],'dataIdDocumentSources':this['getDocumentContext']()?.['dataIdDocumentSources'],..._0x71fc66});return this['replies']['push'](_0x26a74b),_0x26a74b['delegate'](...Ls)['to'](this),this['fire']('replyCreated',_0x26a74b),_0x26a74b;}['setConversationTitle'](_0x19cf71,_0xbdb26e=!0x1){this['fire']('setConversationTitle',_0x19cf71,_0xbdb26e);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x21b7ad){this['fire']('toolDataReceived',{'type':'result','toolName':_0x21b7ad['toolName'],'data':structuredClone(_0x21b7ad['data']||{}),'attributes':structuredClone(_0x21b7ad['attributes']||{})},this);}['_handleToolNotificationData'](_0x361be1){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x361be1['toolName'],'data':structuredClone(_0x361be1['data'])},this);}['_finalizeInteraction'](_0x168321=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x168321),this['currentRequest']=this['currentReply']=void 0x0;}}const Ps=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']]),Hs=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class Ms extends ht(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x347870,config:_0x2f17a9,ownerId:_0x1176b0}){super(),this['_connector']=_0x347870,this['_config']=_0x2f17a9,this['_ownerId']=_0x1176b0;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_documentSources']=new Map(),this['_dataIdToSource']=new Map(),this['_setAddContextOptionsDefaultState']();}['getDocumentSource'](_0x840521){if(_0x840521)return this['_documentSources']['get'](_0x840521);}['getSourceByDataId'](_0x25bff5){if(_0x25bff5)return this['_dataIdToSource']['get'](_0x25bff5);}['getDocumentContextSlice'](_0x3ac5df){const _0x4437fe=this['getDocumentSource'](_0x3ac5df);if(_0x4437fe)return{'editor':_0x4437fe['editor'],'rootName':_0x4437fe['rootName'],'html':_0x4437fe['content'],'version':_0x4437fe['version']};}['getDocumentContextSliceByDataId'](_0xb247ce){const _0x557c59=this['getSourceByDataId'](_0xb247ce);return _0x557c59?this['getDocumentContextSlice'](_0x557c59['documentId']):void 0x0;}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0x12842b){const _0x34fd97=await this['_createContextItemFromContent'](_0x12842b);return this['_addToConversationContextItem'](_0x34fd97),'current-document'===_0x34fd97['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x34fd97;}async['populateDocumentsFromUserMessage'](_0x2c2171,_0x1a7d05){const _0x15d0e2=_0x2c2171['filter'](_0x37a4c4=>'document'===_0x37a4c4['type']);if(0x0===_0x15d0e2['length'])return{'hasUnmatched':!0x1};if(0x1===_0x15d0e2['length'])return{'contextItem':await this['populateFromMessage'](_0x15d0e2[0x0]),'hasUnmatched':!0x1};const _0x404989=_0x15d0e2['map'](_0x9f89fb=>_0x9f89fb['id']),_0x1a59a1=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x404989)['getDocuments'](),_0x442059=new Map(_0x1a59a1['map'](_0x26b96b=>[_0x26b96b['id'],_0x26b96b]));this['_documentSources']['clear'](),this['_dataIdToSource']['clear']();const _0x2c735b=[];let _0x1a5c10=!0x1;for(const _0x4038c1 of _0x15d0e2){const _0x16a384=_0x442059['get'](_0x4038c1['id']);if(!_0x16a384)continue;const _0x530824=this['_matchDocumentToRoot'](_0x16a384,_0x1a7d05),_0x29cb1f=_0x1a7d05[0x0]&&this['_getFirstRoot'](_0x1a7d05[0x0]);_0x530824||(_0x1a5c10=!0x0);const _0xc00c6f=_0x530824?.['editor']??_0x29cb1f?.['editor'],_0x5bbdd4=_0x530824?.['rootName']??_0x29cb1f?.['rootName'];if(_0xc00c6f&&_0x5bbdd4){const _0x5c745a={'editor':_0xc00c6f,'rootName':_0x5bbdd4,'content':_0x16a384['content'],'version':_0x16a384['attributes']?.['version']??0x0,'name':_0x16a384['name'],'description':_0x16a384['description']};this['_documentSources']['set'](_0x16a384['id'],_0x5c745a);const _0xe62f89=_s(_0x16a384['content']);for(const _0x33da0f of _0x364046(_0x3b6392=>!!Es(_0x3b6392,'data-id'),_0xe62f89)){const _0x25924d=Es(_0x33da0f,'data-id');_0x25924d&&this['_dataIdToSource']['set'](_0x25924d,{..._0x5c745a,'documentId':_0x16a384['id']});}}_0x2c735b['push']({'id':_0x16a384['id'],'content':_0x16a384['content'],'version':_0x16a384['attributes']?.['version']??0x0,'sessionId':_0x16a384['attributes']?.['sessionId']??null,'selection':[]});}const _0x2718fa={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0x2c735b,'dataIdDocumentSources':new Map(this['_dataIdToSource'])};return this['_addToConversationContextItem'](_0x2718fa),this['_toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x2718fa,'hasUnmatched':_0x1a5c10};}['_matchDocumentToRoot'](_0x264b5c,_0x3fb23f){if(_0x264b5c['name'])for(const _0x2c92dc of _0x3fb23f){const _0x48cd8d=_0x2c92dc['config']['get']('roots')||{};for(const _0xa9bec7 of _0x2c92dc['model']['document']['getRoots']()){if('$graveyard'===_0xa9bec7['rootName'])continue;const _0x43ebae=_0x48cd8d[_0xa9bec7['rootName']];if(_0xa9bec7['rootName']===_0x264b5c['name']&&_0x43ebae?.['description']===_0x264b5c['description'])return{'editor':_0x2c92dc,'rootName':_0xa9bec7['rootName']};}}}['_getFirstRoot'](_0x4db37f){for(const _0x2efadd of _0x4db37f['model']['document']['getRoots']())if('$graveyard'!==_0x2efadd['rootName'])return{'editor':_0x4db37f,'rootName':_0x2efadd['rootName']};}async['_createContextItemFromContent'](_0x286cde){if('document'===_0x286cde['type']){const _0x3bf9cf=await this['_connector']['fetchDocument'](this['_ownerId'],_0x286cde['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x286cde['type'],'content':_0x3bf9cf['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x3bf9cf['attributes']?.['version'],'sessionId':_0x3bf9cf['attributes']?.['sessionId']};}if('mcp-tool-context'===_0x286cde['type'])return{'id':_0x286cde['id'],'uiId':_0x286cde['id'],'label':_0x286cde['data']?.['label']||_0x286cde['id'],'type':'mcp-tool-context','mcpServerName':_0x286cde['mcpServerName'],'toolName':_0x286cde['toolName'],'data':_0x286cde['data']||{}};return{'id':_0x286cde['id'],'uiId':_0x286cde['id'],'label':_0x286cde['attributes']?.['label']||_0x286cde['name']||_0x286cde['url']||_0x286cde['id'],'type':_0x286cde['type'],..._0x286cde?.['attributes']?.['resourceId']?{'resourceId':_0x286cde['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x69c01f){const _0x3a0ba3=this['_pendingContextItems']['get'](_0x69c01f);_0x3a0ba3?.['isReadOnly']||this['_removeContextItem'](_0x69c01f);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x5237f4 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x5237f4['uiId']);const _0x236d14=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x236d14&&this['_addContextItem']({..._0x236d14,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x25beba){for(const _0x392511 of _0x25beba['values']())this['_addToConversationContextItem'](_0x392511);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'](_0x544962){return Array['from'](_0x544962['values']())['flatMap'](_0x570f24=>this['_mapContextItemToRequestData'](_0x570f24));}async['addFilesToContext'](_0x51ceca,_0x509236,_0x427431='file'){const _0x572313='files-'+ot();this['_startUploadOperation'](_0x572313);try{await Promise['all'](_0x51ceca['map'](async _0x3708eb=>{const _0x3e897f='file-'+ot(),_0x686c09=_0x28ca45(_0x3708eb['name']);try{this['_addContextItem']({'type':_0x427431,'label':_0x509236?.['label']||_0x686c09,'uiId':_0x3e897f,'resourceId':_0x509236?.['resourceId']},!0x0);const _0x29b406=this['_connector']['uploadFile'](this['_ownerId'],_0x3708eb,_0x509236);this['_ongoingUploads']['set'](_0x3e897f,_0x29b406['abortController']);const {id:_0x1db3be}=await _0x29b406['getId']();this['_ongoingUploads']['delete'](_0x3e897f),this['_finishContextItemLoading']({'type':_0x427431,'id':_0x1db3be,'label':_0x509236?.['label']||_0x686c09,'uiId':_0x3e897f,'resourceId':_0x509236?.['resourceId']},!0x1);}catch(_0x7f1e95){this['_ongoingUploads']['delete'](_0x3e897f);if(!(_0x7f1e95 instanceof at&&_0x7f1e95['message']['startsWith']('ai-request-aborted'))){const _0x541c65=Ps['get'](_0x7f1e95['code'])||'ai-chat-file-upload-failed',_0x16b5ac=new at(_0x541c65,null,{'fileName':_0x686c09,..._0x7f1e95});_0x16b5ac['stack']=_0x7f1e95['stack'],this['fire']('error',{'error':_0x16b5ac});}this['_removeContextItem'](_0x3e897f);}}));}finally{this['_finishUploadOperation'](_0x572313);}}['addCurrentDocumentToContext'](_0x555558){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x2ff454={'type':'document','uiId':'current-document','label':_0x555558,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x2ff454);}async['updateCurrentDocument'](_0x57c869,_0x5a53f9,_0x225917,_0x45f14d){const _0x1feff5=this['_pendingContextItems']['get']('current-document');if(_0x1feff5&&_0x57c869){_0x1feff5['selection']=_0x45f14d?_0x45f14d['map'](_0x5ed11d=>({'start':_0x5ed11d['start'],'end':_0x5ed11d['end']})):[];try{if(_0x1feff5['version']===_0x5a53f9)return;const {id:_0xb00ffe}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x57c869,{'version':_0x5a53f9,'sessionId':_0x225917})['getId']();_0x1feff5['id']=_0xb00ffe,_0x1feff5['content']=_0x57c869,_0x1feff5['version']=_0x5a53f9,_0x1feff5['sessionId']=_0x225917;}catch(_0x32ce57){const _0x553285=new at('ai-chat-document-upload-failed',null);_0x553285['stack']=_0x32ce57['stack'],this['fire']('error',{'error':_0x553285});}}}async['updateDocuments'](_0xa387f9){const _0x1216ad=this['_pendingContextItems']['get']('current-document');if(!_0x1216ad||!_0xa387f9['length']||_0xa387f9['every'](_0x26c287=>!_0x26c287['content']))return;_0xa387f9['length']>0x1&&_0xa387f9['some'](_0x324568=>!_0x324568['description'])&&It('ai-chat-documents-missing-description');const _0x526baf=_0x4c0d9b=>_0x4c0d9b?_0x4c0d9b['map'](_0x383a98=>({'start':_0x383a98['start'],'end':_0x383a98['end']})):[],_0x25aebd=_0x1216ad['documents']??[];if(_0x25aebd['length']===_0xa387f9['length']&&_0xa387f9['every']((_0x1fc62d,_0x410dcb)=>_0x25aebd[_0x410dcb]?.['version']===_0x1fc62d['version']))_0x1216ad['documents']=_0x25aebd['map']((_0x451165,_0x315361)=>({..._0x451165,'selection':_0x526baf(_0xa387f9[_0x315361]['selections'])}));else try{const _0x14b1d8=await this['_connector']['uploadDocuments'](this['_ownerId'],_0xa387f9)['getIds']();_0x1216ad['documents']=_0xa387f9['map']((_0x308112,_0xdbb178)=>({'id':_0x14b1d8[_0xdbb178]?.['id'],'content':_0x308112['content'],'version':_0x308112['version'],'sessionId':_0x308112['sessionId'],'selection':_0x526baf(_0x308112['selections'])})),this['_documentSources']['clear'](),this['_dataIdToSource']['clear']();for(let _0x1c4e6e=0x0;_0x1c4e6e<_0xa387f9['length'];_0x1c4e6e++){const _0x2ea86d=_0x14b1d8[_0x1c4e6e]?.['id'],_0x4f9bb6=_0xa387f9[_0x1c4e6e];if(!_0x2ea86d)continue;const _0x3efab5={'editor':_0x4f9bb6['editor'],'rootName':_0x4f9bb6['rootName'],'content':_0x4f9bb6['content'],'version':_0x4f9bb6['version'],'name':_0x4f9bb6['name'],'description':_0x4f9bb6['description']};this['_documentSources']['set'](_0x2ea86d,_0x3efab5);const _0x1b89fb=_s(_0x4f9bb6['content']);for(const _0x4654f3 of _0x364046(_0x193dfc=>!!Es(_0x193dfc,'data-id'),_0x1b89fb)){const _0x2811a4=Es(_0x4654f3,'data-id');_0x2811a4&&this['_dataIdToSource']['set'](_0x2811a4,{..._0x3efab5,'documentId':_0x2ea86d});}}_0x1216ad['dataIdDocumentSources']=new Map(this['_dataIdToSource']);}catch(_0x5897a1){const _0x13edad=new at('ai-chat-document-upload-failed',null);_0x13edad['stack']=_0x5897a1['stack'],this['fire']('error',{'error':_0x13edad});}}['addSelectionToContext'](_0xe294ff){this['_addContextItem']({'type':'selection','label':_0xe294ff,'uiId':'selection','content':_0xe294ff});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x21f939,_0x445cc8){const _0x45b6c3='url-'+ot();this['_startUploadOperation'](_0x45b6c3);const _0x404a63='url-'+ot();try{this['_addContextItem']({'type':'web-resource','label':_0x445cc8?.['label']||_0x21f939,'uiId':_0x404a63,'resourceId':_0x445cc8?.['resourceId']},!0x0);const _0xc7a61=this['_connector']['uploadUrl'](this['_ownerId'],_0x21f939,_0x445cc8);this['_ongoingUploads']['set'](_0x404a63,_0xc7a61['abortController']);const {id:_0x255181}=await _0xc7a61['getId']();this['_ongoingUploads']['delete'](_0x404a63),this['_finishContextItemLoading']({'type':'web-resource','id':_0x255181,'label':_0x445cc8?.['label']||_0x21f939,'uiId':_0x404a63,'resourceId':_0x445cc8?.['resourceId']},!0x1);}catch(_0x46b5ec){this['_ongoingUploads']['delete'](_0x404a63),(_0x46b5ec['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new at('ai-chat-url-upload-failed',this,{'url':_0x21f939,'originalError':_0x46b5ec}),'url':_0x21f939}),this['_removeContextItem'](_0x404a63));}finally{this['_finishUploadOperation'](_0x45b6c3);}}['addToolItemToContext'](_0x190b2b){_0x190b2b['id']=_0x190b2b['id']??ot()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x190b2b['uiId'],_0x190b2b),this['fire']('contextItemAdded',{'contextItem':_0x190b2b,'isLoading':!0x1});}async['loadSourceResources'](_0x1eb377,_0x56230d,_0x249e52){const _0x758c5c=this['_addContextOptionsState']['sources']['find'](_0x56bfde=>_0x56bfde['id']===_0x1eb377);if(!_0x758c5c)return this['fire']('error',{'error':new at('ai-chat-source-not-found',this,{'sourceId':_0x1eb377}),'sourceId':_0x1eb377}),[];try{const _0x5c3131=(await _0x758c5c['getResources'](_0x56230d))['map'](_0x29cf81=>{const _0x3c67c1=this['_isResourceInContext'](_0x29cf81['id']);return{..._0x29cf81,'isInContext':_0x3c67c1};});return _0x758c5c['resources']=_0x5c3131,this['fire']('sourceResourcesLoaded',{'sourceId':_0x1eb377,'source':_0x758c5c,'resources':_0x5c3131,'uid':_0x249e52}),_0x5c3131;}catch(_0x5cf037){return this['fire']('error',{'error':new at('ai-chat-source-resources-load-failed',this,{'sourceId':_0x1eb377,'originalError':_0x5cf037}),'sourceId':_0x1eb377,'sourceLabel':_0x758c5c['label']}),[];}}async['addResourceToContext'](_0x5497e6,_0x3d9d9f){if(this['_isResourceInContext'](_0x3d9d9f['id']))return;let _0xf50e9a=_0x3d9d9f['data'];if(!_0xf50e9a&&_0x5497e6['getData'])try{_0xf50e9a=await _0x5497e6['getData'](_0x3d9d9f['id']);}catch(_0x304c87){return void this['fire']('error',{'error':new at('ai-chat-resource-load-failed',this,{'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id'],'originalError':_0x304c87}),'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']});}if(_0xf50e9a)switch(_0x3d9d9f['type']){case'web-resource':if('string'!=typeof _0xf50e9a)return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id'],'expectedType':'string','actualType':typeof _0xf50e9a}),'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']});await this['addUrlToContext'](_0xf50e9a,{'label':_0x3d9d9f['label'],'resourceId':_0x3d9d9f['id']});break;case'file':if(!(_0xf50e9a instanceof File))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id'],'expectedType':'File','actualType':typeof _0xf50e9a}),'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']});await this['addFilesToContext']([_0xf50e9a],{'label':_0x3d9d9f['label'],'resourceId':_0x3d9d9f['id']});break;case'text':if('object'!=typeof _0xf50e9a||!('content'in _0xf50e9a)||!('type'in _0xf50e9a))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0xf50e9a}),'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']});_0xf50e9a=Ms['_convertTextResourceToFile'](_0xf50e9a,_0x3d9d9f['label']),await this['addFilesToContext']([_0xf50e9a],{'label':_0x3d9d9f['label'],'resourceId':_0x3d9d9f['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new at('ai-chat-context-unsupported-type',this,{'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id'],'resourceType':_0x3d9d9f['type']}),'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']});}else this['fire']('error',{'error':new at('ai-chat-resource-no-data',this,{'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']}),'resourceId':_0x3d9d9f['id'],'sourceId':_0x5497e6['id']});}static['_convertTextResourceToFile'](_0x160ad3,_0x122228){switch(_0x160ad3['type']){case'markdown':return new File([_0x160ad3['content']],_0x122228,{'type':'text/markdown'});case'html':return new File([_0x160ad3['content']],_0x122228,{'type':'text/html'});default:return new File([_0x160ad3['content']],_0x122228,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x43f77d){switch(_0x43f77d['type']){case'file':case'text':return[{'type':'file','id':_0x43f77d['id']}];case'web-resource':return[{'type':'web-resource','id':_0x43f77d['id']}];case'document':return _0x43f77d['documents']?.['length']?_0x43f77d['documents']['map'](_0x26bf33=>({'type':'document','id':_0x26bf33['id'],..._0x26bf33['selection']?.['length']&&{'selection':_0x26bf33['selection']}})):[{'type':'document','id':_0x43f77d['id'],..._0x43f77d['selection']?.['length']&&{'selection':_0x43f77d['selection']}}];case'mcp-tool-context':{const _0x342958=_0x43f77d;return[{'type':'mcp-tool-context','mcpServerName':_0x342958['mcpServerName'],'toolName':_0x342958['toolName'],'data':{..._0x342958['data'],'label':_0x342958['label']||_0x342958['data']?.['label']||_0x342958['id']},'id':_0x342958['id']}];}default:return[];}}['_addContextItem'](_0x5af9ee,_0x13032f=!0x1){if(this['_pendingContextItems']['set'](_0x5af9ee['uiId'],_0x5af9ee),_0x5af9ee['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x5af9ee,'isLoading':_0x13032f}),'current-document'===_0x5af9ee['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x5af9ee['resourceId']){const _0x1ffc9c=this['_findSourceIdsByResourceId'](_0x5af9ee['resourceId']);_0x1ffc9c&&_0x1ffc9c['forEach'](_0x5db589=>{this['_updateResourceInContextState'](_0x5db589,_0x5af9ee['resourceId'],!0x0);});}}['_removeContextItem'](_0x69bdf4){const _0x4362d4=this['_pendingContextItems']['get'](_0x69bdf4),_0x4309e2=this['_ongoingUploads']['get'](_0x69bdf4);if(_0x4309e2&&(_0x4309e2['abort'](),this['_ongoingUploads']['delete'](_0x69bdf4)),_0x4362d4?.['resourceId']){const _0x2097d3=this['_findSourceIdsByResourceId'](_0x4362d4['resourceId']);_0x2097d3&&_0x2097d3['forEach'](_0x286857=>{this['_updateResourceInContextState'](_0x286857,_0x4362d4['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x69bdf4),this['fire']('contextItemRemoved',{'uiId':_0x69bdf4,'type':_0x4362d4?.['type']}),'current-document'===_0x69bdf4&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x2266e1,_0x320bc9){if(this['_pendingContextItems']['has'](_0x2266e1['uiId'])&&(this['_pendingContextItems']['set'](_0x2266e1['uiId'],_0x2266e1),this['fire']('contextItemLoadingEnded',{'contextItem':_0x2266e1,'isLoading':_0x320bc9}),_0x2266e1['resourceId'])){const _0x1956f2=this['_findSourceIdsByResourceId'](_0x2266e1['resourceId']);_0x1956f2&&_0x1956f2['forEach'](_0x15fb32=>{this['_updateResourceInContextState'](_0x15fb32,_0x2266e1['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x515b3c){this['_conversationContextItems']['set'](_0x515b3c['uiId'],_0x515b3c);}['_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'](_0x4f608a=>({..._0x4f608a,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x55cacd=>({..._0x55cacd,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x2b8a5c=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x2b8a5c,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x38ca8e){for(const _0x33de8f of this['_pendingContextItems']['values']())if(_0x33de8f['resourceId']===_0x38ca8e)return!0x0;for(const _0x672c15 of this['_conversationContextItems']['values']())if(_0x672c15['resourceId']===_0x38ca8e)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x536b15){const _0x1ce864=[];for(const _0xcd7590 of this['_addContextOptionsState']['sources']){_0xcd7590['resources']['find'](_0x355d98=>_0x355d98['id']===_0x536b15)&&_0x1ce864['push'](_0xcd7590['id']);}return 0x0===_0x1ce864['length']?null:_0x1ce864;}['_updateResourceInContextState'](_0x16a5a2,_0x3572ac,_0xe33551){const _0x575308=this['_addContextOptionsState']['sources']['find'](_0xf978fb=>_0xf978fb['id']===_0x16a5a2);if(!_0x575308)return;const _0x556f6d=_0x575308['resources']['find'](_0x134787=>_0x134787['id']===_0x3572ac);_0x556f6d&&(_0x556f6d['isInContext']=_0xe33551,this['fire']('resourceStateChanged',{'sourceId':_0x16a5a2,'resourceId':_0x3572ac,'isInContext':_0xe33551}));}['_startUploadOperation'](_0x541237){this['_ongoingUploadOperations']['set'](_0x541237,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x16d9f2){this['_ongoingUploadOperations']['delete'](_0x16d9f2),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const Us=['capabilitiesUpdated'];class Vs extends Tt(){['_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'](_0x4bec91){const _0xa92e29={};return _0x4bec91&&_0x4bec91['isWebSearchEnabled']&&(_0xa92e29['webSearch']={}),_0x4bec91&&_0x4bec91['isReasoningEnabled']&&(_0xa92e29['reasoning']={}),_0xa92e29;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x2644bb){_0x2644bb!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x2644bb,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x18f49e){_0x18f49e!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x18f49e,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Bs extends Ds{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x465bcd){super(_0x465bcd),this['conversationId']=_0x465bcd['conversationId'],this['contextItems']=_0x465bcd['contextItems'],this['capabilities']=_0x465bcd['capabilities'],this['userMessage']=_0x465bcd['userMessage'],this['model']=_0x465bcd['model'],this['attributes']=_0x465bcd['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':Ms['mapContextItemsToRequestData'](this['contextItems']),'capabilities':Vs['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}['createReply'](_0xf01b42){const _0x33cf3e=this['getDocumentContext']();if(_0x33cf3e?.['documents']?.['length']){const _0x14edc1=_0x33cf3e['documents']['map'](_0x32eb5a=>_0x32eb5a['content']??'')['join']('');if(_0x14edc1)return super['createReply']({'documentContextContent':_0x14edc1,..._0xf01b42});}return super['createReply'](_0xf01b42);}}class Gs extends Tt(){['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x3c4034){super(),this['options']=_0x3c4034,this['connector']=_0x3c4034['connector'],this['chatModels']=_0x3c4034['chatModels'],this['id']=_0x3c4034['conversationId'],this['isFromHistory']=_0x3c4034['isFromHistory'];}async['init'](_0x4c9d08){try{this['chatContext']=new Ms({'connector':this['connector'],'config':_0x4c9d08,'ownerId':this['id']}),this['chatContext']['delegate'](...Hs)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new Vs(),this['chatCapabilities']['delegate'](...Us)['to'](this),this['chatCapabilities']['init']();const _0x1a0008=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x1a0008});const _0x9d4f1d=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x9d4f1d&&await this['setModel'](_0x9d4f1d);}catch(_0x303d3e){const _0x52fd20=new at('ai-chat-conversation-init-failed',null,{'message':_0x303d3e['message']||_0x303d3e});_0x52fd20['stack']=_0x303d3e['stack'],this['fire']('error',{'error':_0x52fd20});}}async['start'](){if(this['isStarted'])throw new at('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new at('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x33e9c0}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x33e9c0,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x31fcda){const _0x385bd8=new at('ai-chat-conversation-start-failed',null,{'message':_0x31fcda['message'],'conversationId':this['id']});throw _0x385bd8['stack']=_0x31fcda['stack'],this['fire']('error',{'error':_0x385bd8}),_0x385bd8;}}async['load'](_0x42c401,_0x74ba50){try{const _0x56a538=await this['connector']['fetchConversation'](_0x42c401)['getConversation'](),_0x22e2e9=await this['connector']['fetchConversationMessages'](_0x42c401)['getMessages'](),_0x236e41=_0x22e2e9[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x56a538['id'],'title'in _0x56a538?this['fire']('setConversationTitle',_0x56a538['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x5cdc5e=(await this['chatModels']['getAll']())['find'](_0x295601=>_0x295601['id']['toLowerCase']()===_0x236e41['toLowerCase']());return this['selectedModel']=_0x5cdc5e,this['fire']('modelSelected',{'selectedModel':_0x5cdc5e,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x22e2e9,_0x74ba50,_0x236e41),this['currentInteraction']=void 0x0,this;}catch(_0x45327c){const _0x5bbf59=new at('ai-chat-conversation-init-from-id-failed',null,{'message':_0x45327c['message'],'conversationId':_0x42c401});throw _0x5bbf59['stack']=_0x45327c['stack'],this['fire']('error',{'error':_0x5bbf59}),_0x5bbf59;}}async['_processMessagesToInteractions'](_0x4a76bd,_0x1745b7,_0x36213b){let _0x22d80f,_0x21a55d=!0x1;for(const _0x55c276 of _0x4a76bd)if('user'===_0x55c276['role']){const {contextItems:_0x557794,hasUnmatched:_0x481548}=await this['_extractContextItems'](_0x55c276);_0x21a55d=_0x481548;const _0x585add={'isReasoningEnabled':Object['hasOwn'](_0x55c276['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x55c276['capabilities'],'webSearch')};_0x22d80f=this['createInteraction']({'userMessage':_0x55c276['prompt'],'contextItems':_0x557794,'capabilities':_0x585add,'modelId':_0x36213b,'attributes':_0x55c276['attributes']}),this['currentInteraction']=_0x22d80f,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x55c276['role']&&_0x22d80f){const _0xf8897c=[];for(const _0x44b956 of _0x55c276['content'])switch(_0x44b956['type']){case'text':case'modification':{const _0x3d231a=_0x22d80f['getDocumentContext'](),_0x1a30c2=(_0x3d231a?.['documents']?.['length']?_0x3d231a['documents']['some'](_0x16177f=>_0x16177f['sessionId']!==_0x1745b7):_0x3d231a?.['sessionId']!==_0x1745b7)||_0x21a55d;_0x22d80f['currentReply']?.['type']!==_0x44b956['type']&&(_0x22d80f['currentReply']=_0x22d80f['createReply']({'type':_0x44b956['type'],'isDone':!0x0,'interactionId':_0x22d80f['id'],'areActionsDisabled':_0x1a30c2,'isFromHistory':!0x0}),_0xf8897c['length']>0x0&&(_0x22d80f['currentReply']['sources']=_0xf8897c['splice'](0x0))),_0x22d80f['currentReply']['appendContent'](_0x44b956['content']);break;}case'url':_0xf8897c['push'](_0x44b956);break;case'mcp-tool-result':{const {data:_0x20f16a,attributes:_0xa13b4d}=JSON['parse'](_0x44b956['content']);_0x22d80f['_handleToolResultData']({'toolName':_0x44b956['toolName'],'data':_0x20f16a,'attributes':_0xa13b4d});break;}}}}}async['_extractContextItems'](_0x53dd98){const _0x5a842a=new Map();if(!_0x53dd98['content'])return{'contextItems':_0x5a842a,'hasUnmatched':!0x1};const _0x769c33=this['_resolveEditors'](),{contextItem:_0x23acfa,hasUnmatched:_0x387bf9}=await this['chatContext']['populateDocumentsFromUserMessage'](_0x53dd98['content'],_0x769c33);_0x23acfa&&_0x5a842a['set'](_0x23acfa['id'],_0x23acfa);for(const _0x4666b4 of _0x53dd98['content']){if('document'===_0x4666b4['type'])continue;const _0x2132ea=await this['chatContext']['populateFromMessage'](_0x4666b4);_0x2132ea&&_0x5a842a['set'](_0x2132ea['id'],_0x2132ea);}return{'contextItems':_0x5a842a,'hasUnmatched':_0x387bf9};}['_resolveEditors'](){return this['options']['getEditors']?this['options']['getEditors']():this['options']['getEditor']?[this['options']['getEditor']()]:[];}async['handleUserInteraction']({userMessage:_0x4dc90b,attributes:_0x497ef4}){if(!this['isStarted'])throw new at('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new at('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x37c832=this['chatContext']['getPendingContextItems'](),_0x91f71f=this['chatCapabilities']['getCapabilitiesConfig'](),_0x1915cc=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x4dc90b,'contextItems':_0x37c832,'capabilities':_0x91f71f,'modelId':_0x1915cc,'attributes':_0x497ef4}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x279c5d){if(_0x279c5d instanceof at)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x279c5d});else{const _0x1f5054=Ps['get'](_0x279c5d['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new at(_0x1f5054,null,{'error':_0x279c5d})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x18bad9,contextItems:_0x336e63,capabilities:_0x551add,modelId:_0x5784a2,attributes:_0x2fca76}){const _0x189d25=new Bs({'userMessage':_0x18bad9,'contextItems':_0x336e63,'capabilities':_0x551add,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x5784a2,'attributes':_0x2fca76});return _0x189d25['delegate'](...Ls)['to'](this),this['interactions']['push'](_0x189d25),this['fire']('interactionCreated',_0x189d25),_0x189d25;}['getInteraction'](_0x2b0b54){return this['interactions']['find'](_0x436637=>_0x436637['id']===_0x2b0b54);}['removeInteraction'](_0x2855d4){const _0x439635=this['getInteraction'](_0x2855d4);_0x439635&&(_0x439635['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x439635),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x1e0994){this['chatContext']['addCurrentDocumentToContext'](_0x1e0994);}async['updateCurrentDocumentInContext']({content:_0x5acc00,version:_0x577d53,sessionId:_0x5f2f9a,selections:_0x542b5d}){await this['chatContext']['updateCurrentDocument'](_0x5acc00,_0x577d53,_0x5f2f9a,_0x542b5d);}async['updateDocumentsInContext'](_0x3b0c6d){await this['chatContext']['updateDocuments'](_0x3b0c6d);}['getSourceByDataId'](_0x16e1e4){return this['chatContext']['getSourceByDataId'](_0x16e1e4);}['getDocumentContextSliceByDataId'](_0xd2dab2){return this['chatContext']['getDocumentContextSliceByDataId'](_0xd2dab2);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x3bf4eb){this['chatContext']['addSelectionToContext'](_0x3bf4eb);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x3937b0){this['chatContext']['addFilesToContext'](_0x3937b0);}['addUrlToContext'](_0x169098){this['chatContext']['addUrlToContext'](_0x169098);}['addToolItemToContext'](_0x1a0973){this['chatContext']['addToolItemToContext'](_0x1a0973);}['addResourceToContext'](_0x4d971c,_0x2a6fb3){this['chatContext']['addResourceToContext'](_0x4d971c,_0x2a6fb3);}['loadSourceResources'](_0x2046fb,_0x469aa7,_0x21b443){return this['chatContext']['loadSourceResources'](_0x2046fb,_0x469aa7,_0x21b443);}['removeFromContext'](_0x522f0e){this['chatContext']['removeFromContext'](_0x522f0e);}['setWebSearch'](_0x5a14f6){this['chatCapabilities']['setWebSearch'](_0x5a14f6);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0xe79549){this['chatCapabilities']['setReasoning'](_0xe79549);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x20c87f){_0x20c87f?!0x1===await this['chatModels']['isAvailable'](_0x20c87f)&&(It('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x20c87f}),_0x20c87f=(await this['chatModels']['getAvailableModels']())[0x0]):(It('ai-chat-conversation-set-model-null',{'conversation':this}),_0x20c87f=(await this['chatModels']['getAvailableModels']())[0x0]),_0x20c87f['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x20c87f,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x20c87f}));}}class Fs extends Tt(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x3c41bb,config:_0x563db9,locale:_0x2e0dba}){super(),this['_connector']=_0x3c41bb,this['_config']=_0x563db9,this['_locale']=_0x2e0dba;}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 _0x7b2ebe=await this['getAll']();let _0x7c6035;return _0x7c6035=this['_availableModels']?this['_filterModels'](_0x7b2ebe,this['_availableModels']):_0x7b2ebe['filter'](_0x16a726=>_0x16a726['recommended']),_0x7c6035;}async['getModel'](_0x1c246c){const _0xdef64c=await this['getAll']();if(!_0xdef64c['length'])return null;if(_0x1c246c){const _0x32d46b=this['_getModelById'](_0xdef64c,_0x1c246c);if(_0x32d46b)return _0x32d46b;It('ai-chat-model-id-unrecognized',{'modelId':_0x1c246c,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x1c2edd=await this['getAvailableModels']();if(!_0x1c2edd['length'])return null;if(this['_defaultModelId']){const _0x34aad6=this['_getModelById'](_0x1c2edd,this['_defaultModelId']);if(_0x34aad6)return _0x34aad6;It('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x1c2edd[0x0]['id']});}return _0x1c2edd[0x0];}async['isAvailable'](_0x541f73){return(await this['getAvailableModels']())['some'](_0x443912=>_0x443912['name']===_0x541f73['name']&&_0x443912['provider']===_0x541f73['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x1601d7=this['_locale']['uiLanguage']||'en',_0x1e9464=this['_connector']['getModels'](_0x1601d7),_0x198261=await _0x1e9464['list']();this['_modelList']=_0x198261['items']['map'](_0x13a65a=>Ks(_0x13a65a)?{..._0x13a65a,'name':hs(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x13a65a);}catch(_0x54bb3d){throw Et('ai-models-unable-to-retrieve',{'error':_0x54bb3d}),_0x54bb3d;}return[...this['_modelList']];}['_filterModels'](_0x13b7e8,_0x18b780){let _0x1ca68e;if(_0x18b780){_0x1ca68e=[];const _0x2a30cc=new Set(),_0x2f3e65='string'==typeof _0x18b780?[_0x18b780['toLocaleLowerCase']()]:_0x18b780['map'](_0x1fcd4f=>_0x1fcd4f['toLocaleLowerCase']());for(const _0x1d7829 of _0x2f3e65)for(const _0x9bbe93 of _0x13b7e8)!_0x2a30cc['has'](_0x9bbe93['id'])&&this['_isMatchingFilter'](_0x9bbe93,_0x1d7829)&&(_0x1ca68e['push'](_0x9bbe93),_0x2a30cc['add'](_0x9bbe93['id']));}else _0x1ca68e=_0x13b7e8;return _0x1ca68e;}['_isMatchingFilter'](_0x39c5ee,_0xafba35){const _0x52860e=_0x39c5ee['id']['toLocaleLowerCase'](),_0xb91ab6=_0x39c5ee['name']['toLocaleLowerCase'](),_0x462a04=_0x39c5ee['provider']['toLocaleLowerCase']();return _0x52860e===_0xafba35||_0xb91ab6===_0xafba35||Ks(_0x39c5ee)&&'auto'===_0xafba35||_0x462a04===_0xafba35||_0x52860e['startsWith'](_0xafba35);}['_getModelById'](_0x151622,_0x2817df){return _0x151622['find'](_0x22e11c=>Ks(_0x22e11c)&&'auto'===_0x2817df?_0x22e11c:_0x22e11c['id']===_0x2817df)||null;}}function Ks(_0x578d73){return _0x578d73['id']['startsWith']('agent');}function Ws(_0x3cbca0){return _0x3cbca0?_0x3cbca0 instanceof _0x4df290?[_0x3cbca0]:_0x3cbca0['editors']&&0x0!==_0x3cbca0['editors']['length']?Array['from'](_0x3cbca0['editors']):[]:[];}function Ys(_0x3ed182){const _0x56aaae=Ws(_0x3ed182);if(!_0x56aaae['length'])throw new at('ai-get-editor-from-context-no-editor');if(0x1===_0x56aaae['length'])return _0x56aaae[0x0];const _0x3306b9=_0x56aaae['find'](_0x1d37c1=>_0x1d37c1['ui']?.['focusTracker']?.['isFocused']);if(_0x3306b9)return _0x3306b9;const _0x51ffec=function(_0x295ac8){if(_0x295ac8 instanceof _0x4df290)return;const _0x1f2b20=_0x295ac8;if(!_0x1f2b20['plugins']||!_0x1f2b20['plugins']['has']('AIEditing'))return;const _0xe00e58=_0x1f2b20['plugins']['get']('AIEditing');return _0xe00e58['getLastContentFocusedEditor']?.();}(_0x3ed182);return _0x51ffec&&_0x56aaae['includes'](_0x51ffec)?_0x51ffec:_0x56aaae[0x0];}function $s(_0x3bc170){return Ys(_0x3bc170);}function qs({editor:_0x4d8033,interaction:_0xb18754,reply:_0x43cf44,groups:_0x1905c6,transform:_0x138bdc,documentCompare:_0x5c2b93,documentCompareOptions:_0x176263,documentContextSlice:_0x234a39}){const _0x3609fe=_0xb18754['getDocumentContext']();if(!_0x3609fe)return[];const _0x22df45=_0x43cf44['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x45a1eb}of _0x1905c6){const _0x580791=_0x45a1eb['filter'](_0x21fa2b=>'new'!=_0x21fa2b['type'])['map'](_0x381bb9=>As('data-id',_0x381bb9['id'],_0x22df45)),_0x3d09bd=_0x45a1eb['filter'](_0x348a79=>'removed'!=_0x348a79['type'])['map'](_0x3bc92f=>_0x3bc92f['node']['cloneNode'](!0x0));let _0x17b67c=null;if(_0x580791['length']){_0x17b67c=_0x580791[0x0]['previousSibling'];for(let _0x46bcae=0x0;_0x46bcae<_0x580791['length'];_0x46bcae++)_0x4529c2(_0x580791[_0x46bcae]);}if(_0x3d09bd['length']){_0x17b67c||(_0x45a1eb[0x0]['anchorId']?_0x17b67c=As('data-id',_0x45a1eb[0x0]['anchorId'],_0x22df45):(_0x17b67c=_0x3d09bd['shift'](),_0x57380b(_0x22df45,_0x17b67c)));for(let _0x31d41a=0x0;_0x31d41a<_0x3d09bd['length'];_0x31d41a++)_0x5c974a(_0x17b67c,_0x3d09bd[_0x31d41a]),_0x17b67c=_0x3d09bd[_0x31d41a];}}let _0x526ec9,_0x5bd724,_0x5d77b4,_0x5c7a1b=_0x176263;if(_0x234a39){_0x526ec9=_0x234a39['html'],_0x5d77b4=_0x234a39['version'],_0x5c7a1b={..._0x176263,'anchor':_0x234a39['rootName']};const _0x35b462=new _0x36408a([]),_0x6ff48d=_0x22df45['children'],_0x53d1b0=_0x43cf44['dataIdDocumentSources'],_0x33d1ab=_0x43cf44['newNodeAnchorIds'],_0x13793c=_0x234a39['editor'],_0x3fe722=_0x234a39['rootName'],_0x33878b=new Array(_0x6ff48d['length']),_0x4c8936=_0x740bac=>_0x740bac?_0x740bac['editor']===_0x13793c&&_0x740bac['rootName']===_0x3fe722:void 0x0;for(let _0x485aa1=0x0;_0x485aa1<_0x6ff48d['length'];_0x485aa1++){const _0x537534=Es(_0x6ff48d[_0x485aa1],'data-id');if(!_0x537534)continue;const _0x45d68e=_0x4c8936(_0x53d1b0?.['get'](_0x537534));if(void 0x0!==_0x45d68e){_0x33878b[_0x485aa1]=_0x45d68e;continue;}const _0x1362f2=_0x33d1ab['get'](_0x537534),_0x3e03d2=_0x1362f2?_0x4c8936(_0x53d1b0?.['get'](_0x1362f2)):void 0x0;void 0x0!==_0x3e03d2&&(_0x33878b[_0x485aa1]=_0x3e03d2);}for(let _0x3f113c=0x0;_0x3f113c<_0x6ff48d['length'];_0x3f113c++)if(void 0x0===_0x33878b[_0x3f113c]){for(let _0x2da9f5=_0x3f113c-0x1;_0x2da9f5>=0x0;_0x2da9f5--)if(void 0x0!==_0x33878b[_0x2da9f5]){_0x33878b[_0x3f113c]=_0x33878b[_0x2da9f5];break;}if(void 0x0===_0x33878b[_0x3f113c]){for(let _0x15e19f=_0x3f113c+0x1;_0x15e19f<_0x6ff48d['length'];_0x15e19f++)if(void 0x0!==_0x33878b[_0x15e19f]){_0x33878b[_0x3f113c]=_0x33878b[_0x15e19f];break;}}}for(let _0x7da9e0=0x0;_0x7da9e0<_0x6ff48d['length'];_0x7da9e0++)_0x33878b[_0x7da9e0]&&_0x35b462['children']['push'](_0x51d407(_0x6ff48d[_0x7da9e0],!0x0));_0x5bd724=gs(_0x35b462);}else _0x526ec9=_0x3609fe['content'],_0x5d77b4=_0x3609fe['version'],_0x5bd724=gs(_0x22df45);const _0x222b28=_0x5c2b93['getDiff'](_0x526ec9,_0x5bd724,{..._0x5c7a1b,'targetEditor':_0x4d8033})['getOperations']();if(_0x138bdc){const _0x2508bc=_0x4d8033['model']['document']['history']['getOperations'](_0x5d77b4),_0x278241={'document':_0x4d8033['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x5e674a(_0x222b28,_0x2508bc,_0x278241)['operationsA'];}return _0x222b28;}function Qs(_0x119d57,_0x22dd22){if('marker'!=_0x22dd22['type'])return;const _0x2662fa=_0x119d57['model']['markers']['get'](_0x22dd22['name']);_0x2662fa&&(_0x22dd22['oldRange']=_0x2662fa['getRange']());}class Xs extends _0xee6711{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_aiChatBalloon'];['_activeBalloon'];['_wiredBalloons']=new Set();['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];static get['requires'](){return[as,_0x367c6c];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_bodyCollection']=new Qt(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 Fs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x27f550=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x47a418,_0x1f5cfd)=>{this['_handleUIUserMessage']({'message':_0x1f5cfd});}),this['listenTo'](_0x27f550['view'],'change:activeTab',(_0xae9723,_0x32874c,_0x4b23ac)=>{'chat'!==_0x4b23ac&&this['removeSelectionFromChatContext']();}),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',(_0x45c30d,_0x503de8)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x503de8));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x1451ff,_0x1edb87)=>{this['activeConversation']?.['addUrlToContext'](_0x1edb87);}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x38277d,_0x16d2f8)=>{_0x16d2f8['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x2dc07c,_0x39992b)=>{this['activeConversation']?.['addResourceToContext'](_0x39992b['source'],_0x39992b['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x207cec,_0xcc5c14)=>{this['_removeFromContext'](_0xcc5c14);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x1f31e9,_0x29af92)=>{this['activeConversation']?.['loadSourceResources'](_0x29af92['sourceId'],_0x29af92['query'],_0x29af92['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x50b78d,_0x5ce871)=>{this['activeConversation']?.['setModel'](_0x5ce871);}),this['listenTo'](this['_aiChatUi'],'like',(_0x4b06b7,{replyId:_0x1e2458})=>{console['log']('Liked\x20response',_0x1e2458);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x1ace87,{replyId:_0x5e64a5})=>{console['log']('Disliked\x20response',_0x5e64a5);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x2cbf36,_0x3f5c45)=>{this['_insertSuggestion'](_0x3f5c45);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x189fed,{replyId:_0x3c47d8,partIndex:_0x20533e})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x3c47d8,_0x20533e);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x2725fe,{replyId:_0x2c4d6d,partIndex:_0x460d45})=>{const _0x4f77d0=this['_getDocumentRangeForReplyChanges'](_0x2c4d6d,_0x460d45);_0x4f77d0&&'$graveyard'!=_0x4f77d0['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'ranges':[_0x4f77d0['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x2c1621,_0xc0a7c0)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0xc0a7c0);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x39bb4a,{replyId:_0x557ded,showDiff:_0x1fe938})=>{const {reply:_0x3744f5}=this['getInteractionAndReplyById'](_0x557ded),_0x164328=_0x3744f5['getContentParts']({'showDiff':_0x1fe938,'editor':$s(this['context'])});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x3744f5['id'],'parts':_0x164328});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x536593,{replyId:_0x31ec34,partIndex:_0x25f973})=>{this['_rejectSuggestion']({'replyId':_0x31ec34,'partIndex':_0x25f973}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['context']['plugins']['has']('AIChatBalloon')&&(this['_aiChatBalloon']=this['context']['plugins']['get']('AIChatBalloon')),this['on']('interactionCreated',(_0x1aca99,_0xd462dc)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0xd462dc);}),this['on']('replyCreated',(_0x35026e,_0xf1bc27)=>{this['_addFeedItemReply'](_0xf1bc27);});}async['afterInit'](){this['context']instanceof _0x4df290?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x5248bd,_0x24c808)=>{_0x24c808['on']('ready',()=>{this['_integrateEditor'](_0x24c808);});});const _0x520429=this['context']['config']['get']('ai.chat.initialConversation');let _0x147d61=_0x520429;if('lastCreated'!=_0x520429||(_0x147d61=await this['_getLastCreatedConversationId'](),_0x147d61))return'new'==_0x147d61?this['_startConversationSafely']():this['loadConversation'](_0x147d61);}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x13c2b9){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null,(this['context']['plugins']['get'](os)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),await this['_stopLastInteraction']());try{await this['_aiConnector']['fetchConversation'](_0x13c2b9)['getConversation'](),await this['_startConversationSafely']({'id':_0x13c2b9}),this['_updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0x13c2b9,this['_aiEditing']['sessionId']),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x182396){this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x13c2b9}),this['_logError'](new at('ai-chat-conversation-not-found',this,{'error':_0x182396}));}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x377918){let _0x44783e=null,_0x3ff8f3=null;this['on']('toolDataReceived',(_0x16fe17,_0xd39382,_0x2150b8)=>{_0x2150b8['id']!==_0x44783e&&(_0x44783e=_0x2150b8['id'],_0x3ff8f3=this['_getAIChatFeedAPI'](_0x2150b8)),_0x377918(_0xd39382,_0x3ff8f3);});}['addCurrentDocumentToChatContext'](){this['activeConversation']?.['addCurrentDocumentToContext'](hs(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](){const _0x308cbc=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x308cbc),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0xd1e007){await this['_startConversationSafely']({'modelId':_0xd1e007?.['modelId']});}async['sendMessage'](_0x4c1b5e){await this['_handleUIUserMessage'](_0x4c1b5e);}['getGroupId'](){const _0x479b30=this['context']['config']['get']('collaboration.channelId');if(!_0x479b30)throw new at('ai-chat-missing-channel-id',this);return _0x479b30;}['_handleRemovedConversation'](_0x3c1b2e){this['activeConversation']['id']===_0x3c1b2e&&this['_startConversationSafely']();}['_insertSuggestion'](_0x270ca1){const _0x6e267b=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x210e3b,interaction:_0xe0f653}=this['getInteractionAndReplyById'](_0x270ca1['replyId']),_0x524a1f=void 0x0!==_0x270ca1['partIndex']?[_0x210e3b['changeGroups'][_0x270ca1['partIndex']]]:_0x210e3b['changeGroups']['filter'](_0x2768ab=>'pending'==_0x2768ab['state']);for(const _0xaf2302 of this['_groupChangesByTarget'](_0x210e3b,_0x524a1f)){const {target:_0x2bda7e,groups:_0x1b9480,groupsIndexes:_0x45c4aa,slice:_0x59b63d}=_0xaf2302;if(!_0x2bda7e['editor']['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',null);const _0x5282ff=this['_getDocumentRangeForReplyChanges'](_0x270ca1['replyId'],_0x45c4aa[0x0]);if(!_0x5282ff||'$graveyard'==_0x5282ff['range']['root']['rootName']){_0x45c4aa['forEach'](_0x5d633e=>_0x210e3b['setChangeGroupState'](_0x5d633e,'outdated'));continue;}_0x45c4aa['forEach'](_0x211aba=>_0x210e3b['setChangeGroupState'](_0x211aba,'accepted'));const _0x27cc77=qs({'editor':_0x2bda7e['editor'],'reply':_0x210e3b,'interaction':_0xe0f653,'groups':_0x1b9480,'transform':!0x0,'documentCompare':_0x6e267b,'documentCompareOptions':{'anchor':_0x59b63d?.['rootName']??'main','markDeletions':!0x0},'documentContextSlice':_0x59b63d});let _0x9c3e14;this['_scrollToSuggestionRange'](_0x5282ff['range'],!0x1,_0x2bda7e['editor']),_0x2bda7e['editor']['model']['change'](_0x4812c4=>{_0x9c3e14=_0x4812c4['batch'],_0x2bda7e['editor']['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x27cc77),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x9c3e14,{'interactionId':_0xe0f653['id'],'replyId':_0x210e3b['id'],'indexes':_0x45c4aa['slice']()});}this['_updateRatings'](_0x210e3b);}['_applySuggestion'](_0x41c0eb){const _0x1bc03f=this['context']['plugins']['get'](_0x367c6c),{reply:_0x4b7757,interaction:_0x36a76f}=this['getInteractionAndReplyById'](_0x41c0eb['replyId']),_0x568b54=void 0x0!==_0x41c0eb['partIndex']?[_0x4b7757['changeGroups'][_0x41c0eb['partIndex']]]:_0x4b7757['changeGroups']['filter'](_0x5224cb=>'pending'==_0x5224cb['state']);for(const _0x189618 of this['_groupChangesByTarget'](_0x4b7757,_0x568b54)){const {target:_0x2835b7,groups:_0x48f5ab,groupsIndexes:_0x44fd49,slice:_0x15bfd0}=_0x189618,_0x280a09=this['_getDocumentRangeForReplyChanges'](_0x41c0eb['replyId'],_0x44fd49[0x0]);if(!_0x280a09||'$graveyard'==_0x280a09['range']['root']['rootName']){_0x44fd49['forEach'](_0x547aa0=>_0x4b7757['setChangeGroupState'](_0x547aa0,'outdated'));continue;}_0x44fd49['forEach'](_0x5b51cc=>_0x4b7757['setChangeGroupState'](_0x5b51cc,'accepted'));const _0x1b9bdf=qs({'editor':_0x2835b7['editor'],'reply':_0x4b7757,'interaction':_0x36a76f,'groups':_0x48f5ab,'transform':!0x0,'documentCompare':_0x1bc03f,'documentCompareOptions':{'anchor':_0x15bfd0?.['rootName']??'main','markDeletions':!0x1},'documentContextSlice':_0x15bfd0});let _0x50f8cb;this['_scrollToSuggestionRange'](_0x280a09['range'],!0x1,_0x2835b7['editor']),_0x2835b7['editor']['model']['change'](_0xaf1d85=>{_0x50f8cb=_0xaf1d85['batch'];for(const _0x22d26e of _0x1b9bdf)_0x22d26e['baseVersion']=_0x2835b7['editor']['model']['document']['version'],Qs(_0x2835b7['editor'],_0x22d26e),_0xaf1d85['batch']['addOperation'](_0x22d26e),_0x2835b7['editor']['model']['applyOperation'](_0x22d26e);}),this['_batchToChanges']['set'](_0x50f8cb,{'interactionId':_0x36a76f['id'],'replyId':_0x4b7757['id'],'indexes':_0x44fd49['slice']()});}this['_updateRatings'](_0x4b7757);}['_rejectSuggestion'](_0x4c648a){const {reply:_0x40ea8c}=this['getInteractionAndReplyById'](_0x4c648a['replyId']);_0x40ea8c['setChangeGroupState'](_0x4c648a['partIndex'],'rejected');}['_openBalloonFor'](_0x444b0e,_0x18b6cc){if(!this['_aiChatBalloon'])return;const {reply:_0x10065c}=this['getInteractionAndReplyById'](_0x444b0e),_0x4f007f=_0x10065c['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'editor':$s(this['context'])});let _0x35da1b,_0x482b20;if(void 0x0!==_0x18b6cc?(_0x482b20=_0x4f007f['find'](_0x217453=>_0x217453['index']==_0x18b6cc),_0x35da1b=_0x482b20?.['index']):(_0x482b20=_0x4f007f[0x0],_0x35da1b=_0x482b20['index']),this['_currentPreviewedChangeGroup']?.['replyId']==_0x444b0e&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x35da1b)return;const _0x3d8ed4=this['_getUserPresentableContentPartDocumentRange'](_0x444b0e,_0x10065c,_0x482b20),_0x38e9d4=_0x10065c['changeGroups']['find'](_0xfff295=>_0xfff295['index']==_0x35da1b),_0x2c96fd=_0x38e9d4?this['_resolveGroupTarget'](_0x10065c,_0x38e9d4):null,_0x5b4e94=_0x2c96fd?.['editor']??$s(this['context']),_0x46ef17=_0x5b4e94['plugins']['has']('AIChatBalloon')?_0x5b4e94['plugins']['get']('AIChatBalloon'):this['_aiChatBalloon'];if(this['_activeBalloon']&&this['_activeBalloon']!==_0x46ef17&&this['_activeBalloon']['close'](),!_0x3d8ed4)return _0x46ef17['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x46ef17,this['_currentPreviewedChangeGroup']={'replyId':_0x444b0e,'partIndex':_0x35da1b},this['_scrollToSuggestionRange'](_0x3d8ed4,!0x0,_0x5b4e94);const _0x284ce3=this['_getPresentableSiblingContentPartIndex'](_0x444b0e,_0x35da1b,'next');_0x46ef17['updateContent']({'part':_0x482b20,'renderingStrategy':'static'}),_0x46ef17['open']({'index':_0x35da1b,'title':hs(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x35da1b+0x1)['toString']()),'showRotator':null!==_0x284ce3,'ranges':[_0x3d8ed4],'areActionsDisabled':_0x10065c['areActionsDisabled'],'targetEditor':_0x5b4e94}),_0x46ef17['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x444b0e,_0x35da1b),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x444b0e,'index':_0x35da1b,'isActive':!0x0});}['_getPresentableSiblingContentPartIndex'](_0x202b58,_0xdcbf81,_0x4d2db7){const {reply:_0x5e0507}=this['getInteractionAndReplyById'](_0x202b58),_0x33d42d=_0x5e0507['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'editor':$s(this['context'])});if(0x1==_0x33d42d['length'])return null;const _0x413872=_0x33d42d['findIndex'](_0x17fbd6=>_0x17fbd6['index']==_0xdcbf81),_0x50f689='next'==_0x4d2db7?0x1:-0x1;let _0xca3af=_0x33d42d['at']((_0x413872+_0x50f689)%_0x33d42d['length'])['index'],_0x3417d1=_0x33d42d[_0xca3af];for(;!this['_getUserPresentableContentPartDocumentRange'](_0x202b58,_0x5e0507,_0x3417d1);){if(_0xca3af=_0x33d42d['at']((_0xca3af+_0x50f689)%_0x33d42d['length'])['index'],_0xca3af===_0x413872)return null;_0x3417d1=_0x33d42d[_0xca3af];}return _0xca3af;}['_getUserPresentableContentPartDocumentRange'](_0x55745f,_0x3e6bfb,_0x1aeafc){const _0x1152c6=_0x3e6bfb['changeGroups'];if(!_0x1aeafc['hasChanges'])return null;const _0x366796=_0x1152c6['find'](_0x409b10=>_0x409b10['index']==_0x1aeafc['index']);if('pending'!==_0x366796?.['state'])return null;const _0x3570b2=this['_getDocumentRangeForReplyChanges'](_0x55745f,_0x1aeafc['index']);if(!_0x3570b2)return _0x3e6bfb['setChangeGroupState'](_0x1aeafc['index'],'outdated'),null;const {range:_0x4e27fd,currentIndex:_0x3843fe}=_0x3570b2;return'$graveyard'==_0x4e27fd['root']['rootName']?(_0x3e6bfb['setChangeGroupState'](_0x3843fe,'outdated'),null):_0x3570b2['range'];}['_getDocumentRangeForReplyChanges'](_0x152275,_0x351c04){const {reply:_0x7f69b}=this['getInteractionAndReplyById'](_0x152275),_0x3d25d6=_0x7f69b['changeGroups']['filter'](_0x5601c8=>'pending'==_0x5601c8['state']),_0x1f8f11=_0x3d25d6['map'](_0x22dc4b=>_0x7f69b['changeGroups']['indexOf'](_0x22dc4b));void 0x0===_0x351c04&&(_0x351c04=_0x1f8f11[0x0]);const _0x110c13=_0x1f8f11['indexOf'](_0x351c04);if(-0x1==_0x110c13)return null;const _0x56cb1d=_0x3d25d6[_0x110c13],_0x50301d=this['_resolveGroupTarget'](_0x7f69b,_0x56cb1d);if(!_0x50301d)return null;const {editor:_0x3cccbf,root:_0x35e1cb,parsedDocumentContent:_0x20637e,serializedDocumentContent:_0x24ae85,version:_0x36ab09}=_0x50301d,_0x4ea20b=new _0x36408a([]),_0x320a80=new _0x36408a([]);for(const _0x514ffd of _0x56cb1d['changes']){const _0x4ef14c=this['activeConversation']?.['getSourceByDataId'](_0x514ffd['id']);if((!_0x4ef14c||_0x4ef14c['editor']===_0x50301d['editor']&&_0x4ef14c['rootName']===_0x50301d['root']['rootName'])&&('removed'!=_0x514ffd['type']&&_0x320a80['children']['push'](_0x514ffd['node']['cloneNode'](!0x0)),'new'!=_0x514ffd['type'])){const _0x233f82=_0x3f6b28(_0x4f073d=>Es(_0x4f073d,'data-id')==_0x514ffd['id'],_0x20637e,!0x0);if(!_0x233f82)return null;_0x4ea20b['children']['push'](_0x233f82['cloneNode'](!0x0));}}if(0x0==_0x4ea20b['children']['length']){if(_0x56cb1d['changes'][0x0]['anchorId']){const _0x4ec928=As('data-id',_0x56cb1d['changes'][0x0]['anchorId'],_0x20637e);_0x4ea20b['children']['unshift'](_0x4ec928['cloneNode'](!0x0)),_0x320a80['children']['unshift'](_0x4ec928['cloneNode'](!0x0)),_0x4ec928['nextSibling']&&(_0x4ea20b['children']['push'](_0x4ec928['nextSibling']['cloneNode'](!0x0)),_0x320a80['children']['push'](_0x4ec928['nextSibling']['cloneNode'](!0x0)));}else{const _0x336637=_0x20637e['children'][0x0];if(!_0x336637)return null;_0x4ea20b['children']['push'](_0x336637['cloneNode'](!0x0)),_0x320a80['children']['push'](_0x336637['cloneNode'](!0x0));}}const _0x26d761=_0x3cccbf['data']['parse'](_0x24ae85),_0x4d626e=gs(_0x4ea20b),_0x6a2b42=_0x3cccbf['data']['parse'](_0x4d626e),_0x51e8ef=_0x3cccbf['data']['parse'](_0x4d626e),_0x21adb7=_0x3cccbf['model']['createPositionAt'](_0x6a2b42,0x0),_0x4637ce=gs(_0x320a80),_0x5529ec={'targetEditor':_0x3cccbf,'anchor':_0x21adb7,'markDeletions':!0x1},_0x2daf47=_0x3cccbf['plugins']['get'](_0x367c6c)['getDiff'](_0x4d626e,_0x4637ce,_0x5529ec)['getOperations']();if(!_0x2daf47['length'])return null;_0x3cccbf['model']['change'](_0x113c29=>{for(const _0x5f5b63 of _0x2daf47)if('remove'==_0x5f5b63['type']){const _0x3fb975=_0x5f5b63['sourcePosition'],_0xf042ec=_0x5f5b63['howMany'],_0x150471=new _0x349a38(_0x3fb975,_0xf042ec);_0x113c29['batch']['addOperation'](_0x150471),_0x3cccbf['model']['applyOperation'](_0x150471);}else'marker'!==_0x5f5b63['type']&&(_0x5f5b63['baseVersion']=null,_0x5f5b63['isDocumentOperation']=!0x1,_0x113c29['batch']['addOperation'](_0x5f5b63),_0x3cccbf['model']['applyOperation'](_0x5f5b63));});const _0x188182=ks(_0x3cccbf,_0x2daf47,_0x6a2b42);Ns(_0x3cccbf['model'],_0x188182);const _0xf22f74=_0x188182['getFirstRange']()['start']['path']['slice'](),_0x3e3220=_0x188182['getFirstRange']()['end']['path']['slice'](),_0x34d3cd=[];let _0x3ba371=_0x6a2b42,_0x423eb8=_0x51e8ef;for(let _0x18d4c7=0x0;_0x18d4c7<_0x3e3220['length'];_0x18d4c7++){const _0xeae322=_0x3ba371['maxOffset']-_0x3e3220[_0x18d4c7];_0x34d3cd[_0x18d4c7]=_0x423eb8['maxOffset']-_0xeae322,_0x3ba371=_0x3ba371['getChildAtOffset'](_0x3e3220[_0x18d4c7]),_0x423eb8=_0x423eb8['getChildAtOffset'](_0x34d3cd[_0x18d4c7]);}const _0x55ed5b=_0x3cccbf['model']['createRange'](_0x3cccbf['model']['createPositionFromPath'](_0x51e8ef,_0xf22f74),_0x3cccbf['model']['createPositionFromPath'](_0x51e8ef,_0x34d3cd)),_0x941322=_0x51e8ef['getChild'](0x0)['getAttribute'](_0x307282),_0x2e712f=Array['from'](_0x26d761['getChildren']())['find'](_0x14668f=>_0x14668f['getAttribute'](_0x307282)==_0x941322)['getPath'](),_0x5e4a24=_0x55ed5b['start']['path']['slice'](),_0x1b6bea=_0x55ed5b['end']['path']['slice']();_0x5e4a24[0x0]=_0x2e712f[0x0]+_0x5e4a24[0x0],_0x1b6bea[0x0]=_0x2e712f[0x0]+_0x1b6bea[0x0];let _0x30cf4e=_0x3cccbf['model']['createRange'](_0x3cccbf['model']['createPositionFromPath'](_0x35e1cb,_0x5e4a24),_0x3cccbf['model']['createPositionFromPath'](_0x35e1cb,_0x1b6bea));const _0x9666f4=_0x3cccbf['model']['document']['history']['getOperations'](_0x36ab09);for(const _0x4fa399 of _0x9666f4)_0x30cf4e=_0x2a951f['_createFromRanges'](_0x30cf4e['getTransformedByOperation'](_0x4fa399));return{'range':_0x30cf4e,'currentIndex':_0x351c04};}['_integrateEditorBalloon'](_0x51df3d){if(!_0x51df3d['plugins']['has']('AIChatBalloon'))return;const _0x388730=_0x51df3d['plugins']['get']('AIChatBalloon');this['_wiredBalloons']['has'](_0x388730)||(this['_wiredBalloons']['add'](_0x388730),this['_aiChatBalloon']||(this['_aiChatBalloon']=_0x388730),_0x388730['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x388730,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x231ef1,partIndex:_0xdf7688}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0xc81384}=this['getInteractionAndReplyById'](_0x231ef1),_0x53f750=_0xc81384['changeGroups']['find'](_0x39156b=>_0x39156b['index']===_0xdf7688),_0x149c3f=_0x53f750?this['_resolveGroupTarget'](_0xc81384,_0x53f750):null,_0x4acedd=_0xc81384['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0xdf7688,'editor':_0x149c3f?.['editor']??$s(this['context'])});(this['_activeBalloon']??_0x388730)['updateContent']({'part':_0x4acedd[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x388730,'applySuggestion',()=>{const {replyId:_0x2cba4e,partIndex:_0x36f1d8}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x2cba4e,'partIndex':_0x36f1d8}),(this['_activeBalloon']??_0x388730)['setState']('accepted');}),this['listenTo'](_0x388730,'insertSuggestion',()=>{const {replyId:_0x4c7fc9,partIndex:_0x4482b7}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x4c7fc9,'partIndex':_0x4482b7}),(this['_activeBalloon']??_0x388730)['setState']('accepted');}),this['listenTo'](_0x388730,'rejectSuggestion',()=>{const {replyId:_0x5699cd,partIndex:_0x1c4ae0}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x5699cd,'partIndex':_0x1c4ae0}),(this['_activeBalloon']??_0x388730)['setState']('rejected');}),this['listenTo'](_0x388730,'showNext',()=>{const {replyId:_0x721cef,partIndex:_0x3409ad}=this['_currentPreviewedChangeGroup'],_0x8e282f=this['_getPresentableSiblingContentPartIndex'](_0x721cef,_0x3409ad,'next');null!==_0x8e282f&&this['_openBalloonFor'](_0x721cef,_0x8e282f);}),this['listenTo'](_0x388730,'showPrevious',()=>{const {replyId:_0x2426f7,partIndex:_0x38212a}=this['_currentPreviewedChangeGroup'],_0x3db263=this['_getPresentableSiblingContentPartIndex'](_0x2426f7,_0x38212a,'previous');null!==_0x3db263&&this['_openBalloonFor'](_0x2426f7,_0x3db263);}),this['listenTo'](_0x388730,'dialogClosed',(_0x40ccfb,{id:_0x2c84c0})=>{if('aiChatBalloon'!==_0x2c84c0)return;const {replyId:_0x41479c,partIndex:_0x237599}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x41479c,'index':_0x237599,'isActive':!0x1}),this['_activeBalloon']===_0x388730&&(this['_activeBalloon']=void 0x0);}));}['_integrateEditor'](_0x46dee5){if(this['_integrateEditorBalloon'](_0x46dee5),_0x46dee5['plugins']['has']('Undo')){const _0x488cb0=_0x46dee5['commands']['get']('undo'),_0x499b4e=_0x46dee5['commands']['get']('redo');this['listenTo'](_0x488cb0,'revert',(_0x412676,_0x9b468f,_0x471887)=>{const _0x1599ce=this['_batchToChanges']['get'](_0x9b468f);if(!_0x1599ce)return;const _0x134b19=this['activeConversation']['getInteraction'](_0x1599ce['interactionId']),_0x51798f=_0x134b19?.['getReply'](_0x1599ce['replyId']);this['_batchToChanges']['delete'](_0x9b468f),_0x134b19&&_0x51798f&&(_0x1599ce['indexes']['forEach'](_0x1a048c=>_0x51798f['setChangeGroupState'](_0x1a048c,'pending')),this['_batchToChanges']['set'](_0x471887,_0x1599ce));}),this['listenTo'](_0x499b4e,'revert',(_0x62df05,_0x20d110,_0x236f35)=>{const _0x972a63=this['_batchToChanges']['get'](_0x20d110);if(!_0x972a63)return;const _0x43cb53=this['activeConversation']['getInteraction'](_0x972a63['interactionId']),_0x49499d=_0x43cb53?.['getReply'](_0x972a63['replyId']);this['_batchToChanges']['delete'](_0x20d110),_0x43cb53&&_0x49499d&&(_0x972a63['indexes']['forEach'](_0x2c4376=>_0x49499d['setChangeGroupState'](_0x2c4376,'accepted')),this['_batchToChanges']['set'](_0x236f35,_0x972a63));});}const _0xf1d059=_0x46dee5['config']['get']('ai.chat.context');_0xf1d059['alwaysAddSelection']&&_0xf1d059['document']['enabled']&&this['listenTo'](_0x46dee5['model']['document']['selection'],'change:range',(_0x702a84,_0x3e2b7e)=>{if(!_0x3e2b7e['directChange'])return;'chat'===_0x46dee5['plugins']['get']('AITabs')['view']['activeTab']&&(_0x46dee5['model']['hasContent'](_0x46dee5['model']['document']['selection'])?this['addSelectionToChatContext']():this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x5ebf5d=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x5dd806=await _0x5ebf5d['getConversations']();return _0x5dd806['length']?_0x5dd806[0x0]['id']:'new';}catch(_0x9e1563){return this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':ot()}),this['_logError'](new at('ai-chat-conversation-init-failed',this,{'error':_0x9e1563})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x418b1a={}){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x418b1a);}catch(_0xbf8b90){this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x418b1a['id']||ot()}),console['error'](_0xbf8b90),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x46bba3,modelId:_0x383216}={}){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;let _0x5e631c=_0x383216;_0x5e631c||(_0x46bba3||!this['activeConversation']?_0x5e631c=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x5e631c=this['activeConversation']['selectedModel']['id'])),await this['_stopLastInteraction']();const _0x4e7fc3=this['getGroupId'](),_0x1119fc=_0x46bba3||ot();let _0x4d1340;this['activeConversation']=new Gs({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x5e631c,'conversationId':_0x1119fc,'group':_0x4e7fc3,'getEditor':()=>$s(this['context']),'getEditors':()=>Ws(this['context']),'locale':this['context']['locale'],'isFromHistory':!!_0x46bba3}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['activeConversation']['on']('conversationInitialized',(_0x5db5ab,_0x5bb847)=>{this['_aiChatUi']['createConversation'](_0x5bb847),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x46bba3||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['activeConversation']['on']('uploadProgressChanged',(_0x4bcd61,_0x298a97)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x298a97['isUploadInProgress']);}),this['activeConversation']['on']('webSearchStarted',()=>{const _0x36c75c=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x36c75c);}),this['activeConversation']['on']('reasoningStarted',()=>{const _0x198a58=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x198a58);}),this['activeConversation']['on']('webSearchFinished',(_0x420b13,_0x5bca42)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x5bca42,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x41e716,_0x1307dd)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x1307dd,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['activeConversation']['on']('interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['activeConversation']['on']('interactionFinished',async()=>{this['_updateReplyContentThrottled']['flush'](),await this['_aiChatUi']['finishInteraction']();}),this['activeConversation']['on']('interactionDestroyed',(_0x534657,_0x40d1fe)=>{this['_aiChatUi']['removeFeedInteraction'](_0x40d1fe['id']);}),this['activeConversation']['on']('setConversationTitle',(_0xb3ca59,_0x1c95c5,_0x254e71)=>{this['_updateConversationTitle'](_0x1c95c5,_0x254e71);}),this['activeConversation']['on']('replyContentUpdated',async(_0x103ef9,_0x5cdf14)=>{void 0x0!==_0x4d1340&&_0x4d1340!==_0x5cdf14['id']&&this['_updateReplyContentThrottled']['flush'](),_0x4d1340=_0x5cdf14['id'],await this['_updateReplyContentThrottled']({'reply':_0x5cdf14});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x433527,{reply:_0x583b42,index:_0x2107de,state:_0x54e1ef})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x583b42['id'],'index':_0x2107de,'state':_0x54e1ef}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x583b42['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x2107de&&(this['_activeBalloon']??this['_aiChatBalloon'])?.['setState'](_0x54e1ef);}),this['activeConversation']['on']('contextItemAdded',(_0x54776d,_0x2ade4a)=>{if(this['_aiChatUi']['addContextItem'](_0x2ade4a['contextItem'],_0x2ade4a['isLoading']),'selection'===_0x2ade4a['contextItem']['type']){const _0x25806d=[...$s(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'ranges':_0x25806d,'id':'context','priority':0x1});}}),this['activeConversation']['on']('contextItemRemoved',(_0x31650f,_0x3cdc86)=>{this['_aiChatUi']['removeContextItem'](_0x3cdc86['uiId']),'current-document'==_0x3cdc86['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x3cdc86['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x274f22,_0xe09422)=>{this['_aiChatUi']['setContextItemLoading'](_0xe09422['contextItem']['uiId'],_0xe09422['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x4f2892,_0x538d78)=>{this['_aiChatUi']['setConversationContext'](_0x538d78['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0xc7a00e,_0x333a49)=>{this['_aiChatUi']['setAddContextOptions'](_0x333a49['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x535436,_0x47b879)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x47b879['sourceId'],_0x47b879['source'],_0x47b879['resources'],_0x47b879['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x106a47,_0x4a9275)=>{this['_aiChatUi']['updateResourceState'](_0x4a9275['sourceId'],_0x4a9275['resourceId'],_0x4a9275['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x571089,_0x10559f)=>{this['_aiChatUi']['updateCapabilities'](_0x10559f);}),this['activeConversation']['on']('modelSelected',async(_0x3a1250,_0x322a20)=>{const _0x396b9c=(await this['_aiChatModels']['getAll']())['find'](_0x1f9e0b=>_0x1f9e0b['id']===_0x322a20['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x396b9c,_0x322a20['isDisabled']);}),this['activeConversation']['on']('error',(_0x1ff144,{error:_0x1eb05e,interactionId:_0x30d9ac,fileName:_0x40597c,url:_0x2d2a5d,sourceId:_0x2af697,sourceLabel:_0x4f2ddc})=>{const _0x3b1e8d=_0x30d9ac?_0x30d9ac+':'+ot():ot();_0x1eb05e['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':hs(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x3b1e8d}):_0x1eb05e['message']['startsWith']('ai-chat-conversation-init-failed')||_0x1eb05e['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x40597c),'id':_0x3b1e8d}):_0x1eb05e['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x2d2a5d),'id':_0x3b1e8d}):_0x1eb05e['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x3b1e8d}):_0x1eb05e['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x3b1e8d}):_0x1eb05e['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x2af697&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x2af697),this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x4f2ddc||'source'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-context-file-too-many-pages')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):_0x1eb05e['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x3b1e8d}),this['_logError'](_0x1eb05e));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x46bba3||await this['activeConversation']['start']();}async['_handleUIUserMessage']({message:_0x165a47,attributes:_0x4062c0}){if(!this['activeConversation'])throw new at('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x264906=await this['_aiEditing']['getDocumentData']();_0x264906['length']>0x1?await this['activeConversation']['updateDocumentsInContext'](_0x264906):await this['activeConversation']['updateCurrentDocumentInContext'](_0x264906[0x0]);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x165a47,'attributes':_0x4062c0});}['_logError'](_0x4223d1){Et(_0x4223d1['message']);}['_removeFromContext'](_0x2ea0f8){this['activeConversation']?.['removeFromContext'](_0x2ea0f8);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x7f7a3b){const [_0x742331,_0xca63ee]=_0x7f7a3b['split'](':'),_0x45f3dc=this['activeConversation']['getInteraction'](_0x742331),_0x56ad8c=_0x45f3dc['getReply'](_0xca63ee);return{'interaction':_0x45f3dc,'reply':_0x56ad8c};}['_resolveGroupTarget'](_0x446ee4,_0x26b27d){const _0x50a7c2=[..._0x26b27d['changes']['filter'](_0x542ddd=>'context'!==_0x542ddd['type']),..._0x26b27d['changes']['filter'](_0x2915ef=>'context'===_0x2915ef['type'])];for(const _0x3bc460 of _0x50a7c2){const _0x37074c=_0x446ee4['newNodeAnchorIds']['get'](_0x3bc460['id']),_0x431c8c=this['activeConversation']?.['getSourceByDataId'](_0x3bc460['id'])||this['activeConversation']?.['getSourceByDataId'](_0x37074c)||this['activeConversation']?.['getSourceByDataId'](_0x3bc460['anchorId']??void 0x0);if(_0x431c8c){if('destroyed'===_0x431c8c['editor']['state'])return null;const _0xd537b4=_0x431c8c['editor']['model']['document']['getRoot'](_0x431c8c['rootName']);return _0xd537b4?{'editor':_0x431c8c['editor'],'root':_0xd537b4,'parsedDocumentContent':_s(_0x431c8c['content']),'serializedDocumentContent':_0x431c8c['content'],'version':_0x431c8c['version']}:null;}}const _0x8b1479=$s(this['context']),_0x15f54f=this['activeConversation']['getInteraction'](_0x446ee4['interactionId']),_0x50065b=_0x15f54f?.['getDocumentContext']();return{'editor':_0x8b1479,'root':_0x8b1479['model']['document']['getRoot'](),'parsedDocumentContent':_0x446ee4['documentContextContent'],'serializedDocumentContent':_0x50065b?.['content'],'version':_0x50065b?.['version']};}['_groupChangesByTarget'](_0x800dbc,_0x2af440){const _0x341025=new Map();for(const _0x207402 of _0x2af440){const _0x1366a5=this['_resolveGroupTarget'](_0x800dbc,_0x207402);if(!_0x1366a5)continue;const _0x411d0c=(_0x1366a5['editor']['id']||'e')+'|'+_0x1366a5['root']['rootName'];let _0x6655ae=_0x341025['get'](_0x411d0c);if(!_0x6655ae){let _0x12e46a;for(const _0xbaabf1 of[..._0x207402['changes']['filter'](_0x499d89=>'context'!==_0x499d89['type']),..._0x207402['changes']['filter'](_0x19ba9b=>'context'===_0x19ba9b['type'])])if(_0x12e46a=this['activeConversation']?.['getDocumentContextSliceByDataId'](_0xbaabf1['id'])||this['activeConversation']?.['getDocumentContextSliceByDataId'](_0x800dbc['newNodeAnchorIds']['get'](_0xbaabf1['id'])),_0x12e46a)break;_0x6655ae={'target':{'editor':_0x1366a5['editor'],'root':_0x1366a5['root']},'slice':_0x12e46a,'groups':[],'groupsIndexes':[]},_0x341025['set'](_0x411d0c,_0x6655ae);}_0x6655ae['groups']['push'](_0x207402),_0x6655ae['groupsIndexes']['push'](_0x800dbc['changeGroups']['indexOf'](_0x207402));}return Array['from'](_0x341025['values']());}['_scrollToSuggestionRange'](_0x1330a7,_0x489d83=!0x1,_0x42f026){_0x42f026??=$s(this['context']);const _0x4d056a={'target':_0x42f026['editing']['view']['domConverter']['viewRangeToDom'](_0x42f026['editing']['mapper']['toViewRange'](_0x1330a7)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x489d83};_0x489d83&&(_0x4d056a['alignToTop']=!0x0),Ct(_0x4d056a);}['_updateConversationTitle'](_0x4ba40,_0x499ed7=!0x1){this['_aiChatUi']['setConversationTitle'](_0x4ba40||hs(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x499ed7);}['_addFeedItemReply'](_0x807ed0){'text'===_0x807ed0['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x807ed0):this['_aiChatUi']['addFeedItemAISuggestion'](_0x807ed0);}async['_updateReplyContent']({reply:_0x2b9fae,renderingStrategy:_0x38c689}){const {id:_0x90d1ed,interactionId:_0x1ab847,isDone:_0x56e31e,type:_0x21e826,parsedContent:_0x579876}=_0x2b9fae,_0x157218=_0x1ab847+':'+_0x90d1ed;if('modification'===_0x21e826){const _0xdc7082=_0x2b9fae['getContentParts']({'showDiff':this['_aiChatUi']['showDiff'],'editor':$s(this['context'])});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x157218,'parts':_0xdc7082,'isDone':_0x56e31e,'skipLoadingEffects':_0x2b9fae['isFromHistory']});}else'text'===_0x21e826&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x157218,'parsedContent':_0x579876,'renderingStrategy':_0x38c689,'isDone':_0x56e31e});_0x56e31e&&_0x2b9fae['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x157218,_0x2b9fae['sources']);}['_updateReplyContentThrottled']=_0x56a581(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x57a4fb=this['activeConversation']?.['lastInteraction'];_0x57a4fb&&(_0x57a4fb['stop'](),this['_aiChatUi']['stopInteraction'](_0x57a4fb)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x59f8b8=this['activeConversation']?.['lastInteraction'];if(_0x59f8b8){for await(const _0x117fcd of _0x59f8b8['replies'])this['_aiChatUi']['hasFeedItem'](_0x117fcd['id'])||this['_addFeedItemReply'](_0x117fcd),await this['_updateReplyContent']({'reply':_0x117fcd,'renderingStrategy':'static'});}}['_updateRatings'](_0x4bd036){const _0x5c0119={'positiveCount':_0x4bd036['changeGroups']['filter'](_0x40a4a8=>'accepted'===_0x40a4a8['state'])['length'],'totalCount':_0x4bd036['changeGroups']['length'],'modificationId':_0x4bd036['id']},_0x192f54=this['activeConversation']['getInteraction'](_0x4bd036['interactionId'])['messageId'];_0x192f54&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x192f54,_0x5c0119);}['_getAIChatFeedAPI'](_0x4118a3){const _0xd30140=this['_aiChatUi'],_0x21daff=()=>{_0x4118a3['resetWebSearchState'](),_0x4118a3['resetReasoningState'](),_0xd30140['clearLoadingMessage']();},_0x37f66=()=>{_0x4118a3['currentReply']&&(_0x4118a3['currentReply']['done'](),_0x4118a3['currentReply']=void 0x0);};return{'insertTextReply':(_0x3214f3,_0x3424d4)=>{_0x37f66(),_0x21daff();const _0x573c23=_0x4118a3['currentReply']=_0x4118a3['createReply']({'type':'text','interactionId':_0x4118a3['id'],'content':_0x3214f3,'id':_0x3424d4||ot()});return _0x37f66(),_0x573c23;},'insertCustomElement':async(_0xaa4174,_0x23b058)=>(_0x37f66(),_0x21daff(),_0xd30140['addFeedItemCustomElement'](_0xaa4174,_0x23b058||ot())),'setLoadingMessage':_0x37ebed=>{_0xd30140['setLoadingMessage'](_0x37ebed);},'clearLoadingMessage':()=>{_0xd30140['clearLoadingMessage']();}};}}const zs='ai-selection',js=['br'];class Js extends _0xee6711{constructor(_0x5742ca){super(_0x5742ca),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_fakeSelections']=[];['_sessionId'];['_lastContentFocusedEditor'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['getLastContentFocusedEditor'](){return this['_lastContentFocusedEditor'];}get['sessionId'](){if(!this['_sessionId']){const _0xd338f0=Ws(this['context']),_0xea3c3a=_0xd338f0['find'](_0x394699=>_0x394699['plugins']['has']('RealTimeCollaborationClient'))||_0xd338f0[0x0],_0x30bc61=_0xea3c3a['plugins']['has']('RealTimeCollaborationClient')&&_0xea3c3a['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x30bc61||ot();}return this['_sessionId'];}async['getDocumentData'](){const _0x5c3466=Ws(this['context']);if(!_0x5c3466['length'])throw new at('ai-get-editor-from-context-no-editor');const _0x528657=[],_0x226781=new Set();for(const _0x37e96b of _0x5c3466){const _0x4be71e=_0x37e96b['config']['get']('roots')||{};for(const _0x4c73b1 of _0x37e96b['model']['document']['getRoots']()){if('$graveyard'===_0x4c73b1['rootName'])continue;const _0xc8b4c0=await this['_getDocumentDataForEditorRoot'](_0x37e96b,_0x4c73b1,_0x226781),_0x34b9ff=_0x4be71e[_0x4c73b1['rootName']];_0x528657['push']({'editor':_0x37e96b,'rootName':_0x4c73b1['rootName'],'content':_0xc8b4c0['content'],'version':_0xc8b4c0['version'],'sessionId':this['sessionId'],'selections':_0xc8b4c0['selections'],'name':_0x4c73b1['rootName'],'description':_0x34b9ff?.['description']});}}return _0x528657;}async['_getDocumentDataForEditorRoot'](_0x2bc570,_0x2e9677,_0x131c29){const _0x44984f=_0x2bc570['data']['toView'](_0x2e9677,{'convertAiChatSelectionMarker':!0x0}),_0x2934ae=new _0x506174(_0x2bc570['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x44984f,_0x2934ae,_0x131c29);let _0x5e9fd3=await this['_getDocumentDataStringFromView'](_0x44984f,_0x2bc570);const _0x4ac2bc=this['_getMarkersInDocumentOrder'](_0x2bc570,_0x2e9677),_0x380786=[];for(const _0x1f7e52 of _0x4ac2bc){const _0x1352c8='<'+_0x1f7e52['name']+':start></'+_0x1f7e52['name']+':start>',_0x407f3d=_0x5e9fd3['indexOf'](_0x1352c8);_0x5e9fd3=_0x5e9fd3['substring'](0x0,_0x407f3d)+_0x5e9fd3['substring'](_0x407f3d+_0x1352c8['length']);const _0x116411='<'+_0x1f7e52['name']+':end></'+_0x1f7e52['name']+':end>',_0xaa18df=_0x5e9fd3['indexOf'](_0x116411);_0x5e9fd3=_0x5e9fd3['substring'](0x0,_0xaa18df)+_0x5e9fd3['substring'](_0xaa18df+_0x116411['length']),_0x380786['push']({'markerName':_0x1f7e52['name'],'start':_0x407f3d,'end':_0xaa18df,'htmlFragment':_0x5e9fd3['substring'](_0x407f3d,_0xaa18df)});}return{'content':_0x5e9fd3,'version':_0x2bc570['model']['document']['version'],'selections':_0x380786};}async['afterInit'](){this['context']instanceof _0x4df290?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x10a6cb,_0x1e9cb3)=>{_0x1e9cb3['on']('ready',()=>{this['_integrateEditor'](_0x1e9cb3);});});}['_setOutputDataProcessor'](_0x37f281){this['_outputDataProcessor']=_0x37f281;}async['_getDocumentDataStringFromView'](_0x2cbf74,_0x2646a1){let _0x5e03f7;if(this['_outputDataProcessor']){const _0x20bd56=_0x2646a1['data']['processor']['domConverter']['viewToDom'](_0x2cbf74),_0x46033f=await this['_outputDataProcessor'](_0x20bd56);_0x5e03f7=_0x2646a1['data']['processor']['htmlWriter']['getHtml'](_0x46033f);}else _0x5e03f7=_0x2646a1['data']['processor']['toData'](_0x2cbf74);return _0x5e03f7;}['_integrateEditor'](_0x2f0988){_0x2f0988['ui']['focusTracker']['on']('change:isFocused',(_0x3f01cf,_0x383639,_0x59d9d3)=>{_0x59d9d3&&(this['_lastContentFocusedEditor']=_0x2f0988);}),_0x2f0988['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x2f0988&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x2f0988['conversion']['for']('editingDowncast')['markerToHighlight']({'model':zs,'view':({markerName:_0x485603})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x485603['split'](':')[0x1]],'priority':0xc})}),_0x2f0988['conversion']['for']('dataDowncast')['markerToElement']({'model':zs+':context','view':(_0x54273d,{writer:_0x4f5dc3,options:_0x292761})=>_0x292761['convertAiChatSelectionMarker']?_0x4f5dc3['createUIElement'](_0x54273d['markerName']+':'+(_0x54273d['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x5cd76b){const _0x2e1bf5=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x5cd76b);const _0xa6f81f=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x2e1bf5,_0xa6f81f);}['hideFakeVisualSelection'](_0x42e711){const _0xfcd1a9=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x42e711);const _0x33ed1c=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0xfcd1a9,_0x33ed1c);}async['modelToDataWithIds'](_0x104f34){const _0x4eef10=$s(this['context']),_0x5cd297=_0x4eef10['data']['toView'](_0x104f34),_0x485116=new _0x506174(_0x4eef10['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x5cd297,_0x485116),this['_getDocumentDataStringFromView'](_0x5cd297,_0x4eef10);}['_setDataIdsOnChildren'](_0x194bcf,_0x1c7063,_0x59e9fa=new Set()){let _0x528ed8=!0x1;for(const _0x1c03c9 of _0x194bcf['getChildren']()){if(!_0x1c03c9['is']('view:element')||js['includes'](_0x1c03c9['name']))continue;const _0x294b91=_0x1c03c9['is']('view:containerElement'),_0x5533cb=_0x1c03c9['is']('view:emptyElement'),_0x20321c=this['_setDataIdsOnChildren'](_0x1c03c9,_0x1c7063,_0x59e9fa);if(_0x1c03c9['hasAttribute']('data-id')){_0x528ed8=!0x0,_0x59e9fa['add'](_0x1c03c9['getAttribute']('data-id'));continue;}(_0x294b91||_0x5533cb||_0x20321c)&&(_0x1c7063['setAttribute']('data-id',this['_nextDataId'](_0x59e9fa),_0x1c03c9),_0x528ed8=!0x0);}return _0x528ed8;}['_nextDataId'](_0x5a735f){let _0x2bcd4e;do{_0x2bcd4e='';for(let _0x5ae44b=0x0;_0x5ae44b<0x4;_0x5ae44b++)_0x2bcd4e+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x5a735f['has'](_0x2bcd4e));return _0x5a735f['add'](_0x2bcd4e),_0x2bcd4e;}['getSelectionText'](){const {model:_0x5e6301}=$s(this['context']),_0x53f720=_0x5e6301['document']['selection'],_0x2215d1=[],_0x190432=Array['from'](_0x53f720['getRanges']());_0x190432['sort']((_0xe8269d,_0x419713)=>_0xe8269d['start']['isBefore'](_0x419713['start'])?-0x1:0x1);for(const _0x3ce1af of _0x190432)for(const _0xc24c9a of _0x3ce1af['getItems']())_0xc24c9a['is']('$textProxy')?_0x2215d1['push'](_0xc24c9a['data']):_0xc24c9a['is']('element')&&_0x2215d1['length']>0x0&&'\x20'!==_0x2215d1[_0x2215d1['length']-0x1]&&_0x2215d1['push']('\x20');return _0x2215d1['length']?'\x22'+_0x2215d1['join']('')['trim']()+'\x22':hs(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x246076){for(let _0x1c813c=0x0;_0x1c813c<this['_fakeSelections']['length'];_0x1c813c++)if(this['_fakeSelections'][_0x1c813c]['id']==_0x246076)return void this['_fakeSelections']['splice'](_0x1c813c,0x1);}['_addFakeSelection'](_0x3184e0){this['_removeFakeSelectionById'](_0x3184e0['id']),wt(this['_fakeSelections'],_0x3184e0);}['_refreshFakeSelection'](_0x32c491,_0x538edc){if(_0x32c491==_0x538edc)return;const _0x175ec7=_0x32c491?this['_getEditorForFakeSelection'](_0x32c491):null,_0xf3d240=_0x538edc?this['_getEditorForFakeSelection'](_0x538edc):null,_0x117cda=(_0x35d2e9,_0x117a64)=>{const _0x59ef85=_0x117a64['model']['markers']['getMarkersGroup'](zs);for(const _0x67155d of _0x59ef85)_0x35d2e9['removeMarker'](_0x67155d);},_0x20c03f=(_0x548280,_0xc89c3e,_0x3a0087)=>{const _0x4d2ccd=_0xc89c3e['model'];for(let _0x2c1de5=0x0;_0x2c1de5<_0x3a0087['ranges']['length'];_0x2c1de5++){let _0x23cdea=_0x3a0087['ranges'][_0x2c1de5];const _0x2ce1fe=zs+':'+_0x3a0087['id']+':'+_0x2c1de5;if(_0x23cdea['start']['isAtEnd']){const _0x244ff1=_0x23cdea['start']['getLastMatchingPosition'](({item:_0x4ca053})=>!_0x4d2ccd['schema']['isContent'](_0x4ca053),{'boundaries':_0x23cdea});_0x23cdea=_0x548280['createRange'](_0x244ff1,_0x23cdea['end']);}_0x548280['addMarker'](_0x2ce1fe,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x23cdea});}};_0x175ec7&&_0xf3d240&&_0x175ec7===_0xf3d240&&_0x538edc?_0x175ec7['model']['change'](_0x2b7b70=>{_0x117cda(_0x2b7b70,_0x175ec7),_0x20c03f(_0x2b7b70,_0xf3d240,_0x538edc);}):(_0x175ec7&&_0x175ec7['model']['change'](_0x1d0fc3=>_0x117cda(_0x1d0fc3,_0x175ec7)),_0xf3d240&&_0x538edc&&_0xf3d240['model']['change'](_0xf593f7=>_0x20c03f(_0xf593f7,_0xf3d240,_0x538edc)));}['_getEditorForFakeSelection'](_0x4ede10){if(!_0x4ede10['ranges']['length'])return $s(this['context']);const _0x36a185=_0x4ede10['ranges'][0x0]['root']['document'];return Ws(this['context'])['find'](_0x59d10b=>_0x59d10b['model']['document']===_0x36a185)??$s(this['context']);}['_getMarkersInDocumentOrder'](_0x4a56eb,_0x36cb19){const _0x2b6265=Array['from'](_0x4a56eb['model']['markers']['getMarkersGroup'](zs+':context'));return(_0x36cb19?_0x2b6265['filter'](_0x553e1d=>{const _0x49a4ab=_0x553e1d['getRange']();return _0x49a4ab&&_0x49a4ab['root']['rootName']===_0x36cb19['rootName'];}):_0x2b6265)['sort']((_0x3bef62,_0x1c9c4c)=>_0x3bef62['getStart']()['isBefore'](_0x1c9c4c['getStart']())?-0x1:_0x3bef62['getStart']()['isAfter'](_0x1c9c4c['getStart']())?0x1:0x0);}}const Zs=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],tn=[...Zs,'startConversation','sendUserMessage','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];function en(_0x476c27){const _0x206efd=new AbortController();return{'promise':new Promise((_0x34c732,_0x3324e4)=>{const _0x147047=setTimeout(_0x34c732,_0x476c27);_0x206efd['signal']['addEventListener']('abort',()=>{clearTimeout(_0x147047),_0x3324e4();});}),'abortController':_0x206efd};}class sn{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x5b8528){this['options']={'delay':_0x5b8528?.['delay']??0xa,'textNodeStyle':_0x5b8528?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0x1dfc30,targetElement:_0x523087,abortSignal:_0x272e32}){this['isStreaming']&&this['stop'](),_0x272e32?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x51d407(_0x1dfc30,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x401051=0x0;_0x401051<this['currentIndex'];_0x401051++)this['nodesList'][_0x401051]['shouldBeStreamed']=!0x0;do{const _0x5e7995=Date['now'](),_0x37ebce=this['nodesList'][this['currentIndex']],_0x2ad9a5=_0x5e7995-this['lastUpdateTime'];if(_0x37ebce){_0x37ebce['shouldBeStreamed']=!0x0;let _0x153caf=_0x37ebce['parent'];for(;_0x153caf;)_0x153caf['shouldBeStreamed']=!0x0,_0x153caf=_0x153caf['parent'];}if(_0x2ad9a5<this['options']['delay'])try{const {promise:_0x503fc6,abortController:_0xb58461}=en(this['options']['delay']-_0x2ad9a5);this['timeoutAbortController']=_0xb58461,await _0x503fc6;}catch(_0x39ab65){return;}_0x2863b3(_0x523087,'<'+_0x523087['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x523087['tagName']+'>',{'childrenOnly':!0x0}),this['currentIndex']++,this['lastUpdateTime']=Date['now']();}while(this['currentIndex']<this['nodesList']['length']);this['currentIndex']=this['nodesList']['length'],this['isStreaming']=!0x1;}['reset'](){this['isStreaming']=!0x1,this['document']=null,this['nodesList']=[],this['currentIndex']=0x0,this['timeoutAbortController']=null;}['cleanUpAnimations']({targetElement:_0x420ee0}){Array['from'](_0x420ee0['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x554b5a=>{_0x554b5a['replaceWith'](_0x554b5a['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x36a123){let _0x9ebee4='';if(function(_0x14ceff){return _0xcde254(_0x14ceff);}(_0x36a123)){for(const _0x3c2733 of _0x36a123['children'])_0x9ebee4+=this['renderNode'](_0x3c2733);}else{if(on(_0x36a123)){if(!_0x36a123['shouldBeStreamed'])return'';const _0x1eff41=_0x36a123,_0x172b97=Object['entries'](_0x1eff41['attribs'])['map'](([_0x1265bb,_0x2addad])=>_0x1265bb+'=\x22'+_0x2addad+'\x22')['join']('\x20');_0x9ebee4+='<'+_0x1eff41['tagName']+(_0x172b97?'\x20'+_0x172b97:'')+'>';for(const _0xb64ced of _0x5e79c1(_0x1eff41))_0x9ebee4+=this['renderNode'](_0xb64ced);_0x9ebee4+='</'+_0x1eff41['tagName']+'>';}else{if(!rn(_0x36a123))return'';if(!_0x36a123['shouldBeStreamed'])return'';!function(_0x5e102c){if(!_0x5e102c['parent']||!on(_0x5e102c['parent']))return!0x1;if(!nn['includes'](_0x5e102c['parent']['tagName']))return!0x1;return!_0x509c99(_0x5e102c)['match'](/^\s*[<>]\s*$/);}(_0x36a123)?_0x9ebee4+=ti(_0x36a123):_0x9ebee4+=ti(new _0x2b2f52('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x36a123]));}}return _0x9ebee4;}['getParsedDocumentNodeList'](){const _0x55569e=[];return function(_0x458745,_0x2fc1ae){const _0x31e114=_0x121654=>{if(_0x2fc1ae(_0x121654),_0x121654 instanceof _0x50edd4)for(let _0x321dfe=0x0;_0x321dfe<_0x121654['children']['length'];_0x321dfe++){const _0x52352a=_0x121654['children'][_0x321dfe];_0x31e114(_0x52352a);}};for(let _0x160050=0x0;_0x160050<_0x458745['children']['length'];_0x160050++)_0x31e114(_0x458745['children'][_0x160050]);}(this['document'],_0x1de6f0=>{if(rn(_0x1de6f0)){const _0x15a7ae=this['splitTextNodeIntoWordNodes'](_0x1de6f0);_0x15a7ae['length']&&_0x55569e['push'](..._0x15a7ae);}_0x1de6f0['isWordSplitSource']||_0x1de6f0['isWordSplitResult']||_0x55569e['push'](_0x1de6f0);}),_0x55569e;}['splitTextNodeIntoWordNodes'](_0xa7383b){if(_0xa7383b['isWordSplitSource']||_0xa7383b['isWordSplitResult'])return[];const _0x4dda1d=_0x509c99(_0xa7383b)['match'](/(?:\s*\S+\s*)/g),_0xd9075d=[];if(_0x4dda1d&&_0x4dda1d['length']>0x1){for(const _0x3a4710 of _0x4dda1d){const _0x57caef=new _0x3f4e70(_0x3a4710);_0x57caef['isWordSplitResult']=!0x0,_0x484771(_0xa7383b,_0x57caef),_0xd9075d['push'](_0x57caef);}_0xa7383b['isWordSplitSource']=!0x0,_0x4529c2(_0xa7383b);}return _0xd9075d;}}const nn=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function rn(_0x3a08d7){return _0xbfd574(_0x3a08d7);}function on(_0x499b6a){return _0x60f0d2(_0x499b6a);}class an extends vt{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x28acbc){super();const _0x323ea0=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new sn(),this['options']=_0x28acbc,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x323ea0['if']('isDone','ck-ai-chat__feed__item_done'),_0x323ea0['if']('isVisible','ck-hidden',_0x3bdbf8=>!_0x3bdbf8),'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'](_0x2e498e=>{_0x2e498e['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x321e6b,_0xf8bcc7,_0x22efc5){await this['htmlStreamer']['stream']({'document':_0x321e6b,'targetElement':_0xf8bcc7,'abortSignal':_0x22efc5});}}class hn extends vt{['showChangesToggleView'];constructor(_0x38e181,_0x411e50){super(_0x38e181),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new cn(_0x38e181),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+us,'label':hs(_0x38e181,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x411e50['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x39010f=>_0x39010f?_0x3d65c1:_0x22e99c),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x500c50=new xt();_0x500c50['content']=_0x2c2579,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x411e50['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x500c50,{'tag':'span','children':[hs(_0x38e181,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class cn extends Nt{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}const ln={'accepted':_0x4a57f7,'rejected':_0x1c646a,'outdated':_0x1c646a};class un extends vt{['stateIconView'];constructor(_0x32d191){super(_0x32d191);const _0x3f09b4=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new dn(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x3f09b4['to']('state',_0x1d5321=>'ck-ai-suggestion__content-part-state_'+_0x1d5321),_0x3f09b4['if']('isVisible','ck-hidden',_0x42f478=>!_0x42f478)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x3f09b4['to']('state',_0x363a8a=>{switch(_0x363a8a){case'accepted':return hs(_0x32d191,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return hs(_0x32d191,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return hs(_0x32d191,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x3f95bb){this['state']=_0x3f95bb;}}class dn extends xt{constructor(){super(),this['set']('state','accepted'),this['content']=ln[this['state']],this['on']('change:state',()=>{this['content']=ln[this['state']];});}}class _n extends kt{['_applyButton'];['_suggestButton'];constructor(_0x1e2663,_0x2d9ad7,_0x40ebf4){super(_0x1e2663);const _0x28a546=Boolean(_0x40ebf4);this['set']('isEnabled',!_0x28a546),this['set']('isVisible',!0x0),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x10349b=[];if(_0x28a546){const _0x4c836f=new Nt(_0x1e2663);_0x4c836f['set']({'label':hs(_0x1e2663,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x5800b6}),_0x4c836f['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x10349b['push'](_0x4c836f);}else{_0x2d9ad7['includes']('applySuggestion')&&(this['_applyButton']=new Nt(_0x1e2663),this['_applyButton']['set']({'label':hs(_0x1e2663,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4a57f7}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x10349b['push'](this['_applyButton'])),_0x2d9ad7['includes']('insertSuggestion')&&(this['_suggestButton']=new Nt(_0x1e2663),this['_suggestButton']['set']({'label':hs(_0x1e2663,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x5eaee5}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x10349b['push'](this['_suggestButton']));const _0x534fb9=new Nt(_0x1e2663);_0x534fb9['set']({'label':hs(_0x1e2663,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x1c646a}),_0x534fb9['bind']('isEnabled')['to'](this),_0x534fb9['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x10349b['push'](_0x534fb9);}this['items']['addMany'](_0x10349b);const _0x239d81=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x239d81['if']('isVisible','ck-hidden',_0x11b4f2=>!_0x11b4f2)]}});}['setButtonsVisibility']({showApplyButton:_0x43da64,showSuggestButton:_0x24fc5}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x43da64),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x24fc5);}}class gn extends vt{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x41baed,{part:_0x4df625,uiIndex:_0x4f2632,availableActions:_0x2c0199,areActionsDisabled:_0x134f04}){super(_0x41baed),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['toolbarView']=new _n(_0x41baed,_0x2c0199,_0x134f04),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x4df625['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x4df625['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x4df625['index']});}),this['toolbarView']['bind']('isEnabled')['to'](this),this['stateView']=new un(_0x41baed),this['titleLabelView']=new An(_0x41baed,_0x4f2632),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',(_0x5ba549,_0x1824a9,_0x5ddbe0,_0x1dc41f)=>{'pending'===_0x1dc41f?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x5ddbe0?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x5ddbe0),this['children']['add'](this['stateView']));});}}class An extends vt{constructor(_0x45fbc0,_0x29e651){super(_0x45fbc0),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[hs(_0x45fbc0,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x29e651['toString']())]});}}class In extends vt{['htmlStreamer'];constructor(_0x4e755d){super(_0x4e755d),this['htmlStreamer']=new sn(),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async['update']({part:_0x42861a,renderingStrategy:_0xc9e261,abortSignal:_0x58ed65}){'streaming'===_0xc9e261?await this['htmlStreamer']['stream']({'document':_0x42861a['content'],'targetElement':this['element'],'abortSignal':_0x58ed65}):_0x2863b3(this['element'],'<'+this['element']['tagName']+'>'+gs(_0x42861a['content'])+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='';}}class En extends vt{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x4ffd5b,{part:_0x4878bf,uiIndex:_0x5c2962,areActionsDisabled:_0x3a4d7b,availableActions:_0x47a0ea}){super(_0x4ffd5b);const _0x105bd5=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1);const _0x1a94d0=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x3a4d7b;};this['on']('change:state',_0x1a94d0),this['on']('change:isDone',_0x1a94d0),_0x1a94d0(),this['_children']=this['createCollection'](),this['_headerView']=new gn(_0x4ffd5b,{'part':_0x4878bf,'uiIndex':_0x5c2962,'availableActions':_0x47a0ea,'areActionsDisabled':_0x3a4d7b}),this['_headerView']['bind']('isEnabled','state')['to'](this),this['_headerView']['delegate'](...Zs)['to'](this),this['_streamableContentView']=new In(_0x4ffd5b),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x105bd5['to']('state',_0x5f007e=>'ck-ai-suggestion__body__content-part_'+_0x5f007e),_0x105bd5['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x105bd5['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x105bd5['if']('isVisible','ck-hidden',_0x4ffe6d=>!_0x4ffe6d)]},'children':this['_children'],'on':{'mouseenter':_0x105bd5['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x4878bf['index']});}),'mouseleave':_0x105bd5['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x4878bf['index']});}),'click':_0x105bd5['to'](_0x27b14e=>{const _0x36a6bf=_0x27b14e['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x36a6bf)&&this['fire']('showChangeInText',{'index':_0x4878bf['index']});})}});}async['updateContent']({part:_0x5b896c,showUnchangedParts:_0x113323=!0x1,abortSignal:_0x375307}){this['partDefinition']=_0x5b896c,this['isVisible']=this['partDefinition']['hasChanges']||_0x113323,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x5b896c,'renderingStrategy':'static','abortSignal':_0x375307});}['markAsDone'](){this['isDone']=!0x0;}}class pn extends vt{constructor(_0xe92e04,_0x49e000){super(_0xe92e04),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x50b196=>!_0x50b196)]},'children':this['_createSkeletonItems'](_0x49e000)});}['_createSkeletonItems'](_0x48e29a){const _0x21733a=['ck','ck-ai-skeleton__item'];return _0x48e29a['map'](_0x51bbe4=>{let _0x5bdc3f='';switch(_0x51bbe4['attributes']['align']){case'right':_0x5bdc3f='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x5bdc3f='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x5bdc3f='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x51bbe4['tag'],'attributes':{'class':[..._0x21733a,_0x51bbe4['attributes']['class']?_0x51bbe4['attributes']['class']:''],'style':'width:\x20'+_0x51bbe4['attributes']['width']+';\x20height:\x20'+_0x51bbe4['attributes']['height']+';'+_0x5bdc3f}};});}}const mn={'aiSuggestionBody':[{'tag':'div','attributes':{'width':'50%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'85%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'75%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}}],'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':Tn(0x5,'100%','44px','right'),'aiChatResources':Tn(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 Tn(_0x1ccae1,_0x46b159,_0x4e9113,_0x2f135e){return new Array(_0x1ccae1)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x46b159,'height':_0x4e9113,'align':_0x2f135e}}));}class Cn extends Tt(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x4e5ee8){const _0x3aba77=this['createTask'](_0x4e5ee8);return this['queue']['push'](_0x3aba77),this['_processQueue'](),_0x3aba77['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(_0x8cb558=>{this['once']('_queueEmpty',()=>{_0x8cb558();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x244214=this['queue']['shift']();try{await _0x244214['callback'](this['_abortController']['signal']),_0x244214['resolve']();}catch(_0x4cb619){_0x244214['reject'](_0x4cb619);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x483bb6){let _0x382ead,_0xe2ffcc;const _0x40c8c8=new Promise((_0x503e20,_0x11575d)=>{_0x382ead=_0x503e20,_0xe2ffcc=_0x11575d;});return{'callback':_0x483bb6,'resolve':_0x382ead,'reject':_0xe2ffcc,'completePromise':_0x40c8c8};}}class wn extends an{constructor(_0x190cf4){super(_0x190cf4),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x190cf4['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x4b3421){this['element']['innerHTML']=_0x4b3421;}}const fn=['applySuggestion','insertSuggestion'];class bn extends vt{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x1413c0,_0x218304=[...fn],_0x5e0c52){super(_0x1413c0);const _0x45c1b7=this['bindTemplate'],_0x5258d1=Boolean(_0x5e0c52);if(this['set']('isEnabled',!_0x5258d1),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x5258d1){const _0x5284c2=new Nt(_0x1413c0);_0x5284c2['set']({'label':hs(_0x1413c0,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x5800b6}),_0x5284c2['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0xd7569b=new vt(_0x1413c0);_0xd7569b['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[hs(_0x1413c0,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x5284c2]}]}),this['children']['add'](_0xd7569b);}else this['_applyChangesButton']=new Nt(_0x1413c0),this['_applyChangesButton']['set']({'label':hs(_0x1413c0,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x218304['includes']('applySuggestion'),'class':cs}),this['_insertSuggestionsButton']=new Nt(_0x1413c0),this['_insertSuggestionsButton']['set']({'label':hs(_0x1413c0,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x218304['includes']('insertSuggestion'),'class':ls}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x407e5e=>{_0x407e5e['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',_0x45c1b7['if']('isVisible','ck-hidden',_0xf7db85=>!_0xf7db85)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x326394){this['isVisible']=_0x326394;}['_switchButtonLabelsPlurality'](_0xa13df6){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0xa13df6?(this['_applyChangesButton']['label']=hs(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=hs(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=hs(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=hs(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}}class Sn extends vt{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0x581d87,_0x313129){super(_0x581d87),this['bodyCollection']=_0x313129,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',_0x206715=>!_0x206715)]},'children':this['children']});const _0x3a2ada=new vt(this['locale']),_0x15182f=new xt();_0x15182f['content']=_0x2cc2cd,_0x3a2ada['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x15182f,{'tag':'span','children':[{'text':hs(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x3a2ada),this['_setupBalloonPanel'](_0x581d87);}['addSource'](_0x23328e){this['children']['add'](new Rn(this['locale'],_0x23328e,this['balloonPanelView']));}['_setupBalloonPanel'](_0x4ac45b){this['balloonPanelView']=new Xt(_0x4ac45b),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class Rn extends Nt{['balloonPanelView'];['source'];constructor(_0x588879,_0x3077e9,_0x46aaf9){super(_0x588879),this['source']=_0x3077e9,this['balloonPanelView']=_0x46aaf9,this['set']({'label':_0x3077e9['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x2e63c8=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x2e63c8['to'](()=>{window['open'](_0x3077e9['url'],'_blank');}),'mouseenter':_0x2e63c8['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x2e63c8['to'](()=>{this['_hideTooltip']();})}}),_0x3077e9['favicon']){const _0x5b04ee=new vt(_0x588879);_0x5b04ee['setTemplate']({'tag':'img','attributes':{'src':_0x3077e9['favicon']||_0x2cc2cd,'alt':_0x3077e9['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x5b04ee);}else this['set']('icon',_0x2cc2cd);}['_createTooltipContentView'](_0x2c9293,_0x255a08){const _0x35ebdf=new vt(_0x2c9293),_0x313dec=[];let _0x2a2cd5;_0x255a08?.['favicon']?(_0x2a2cd5=new vt(_0x2c9293),_0x2a2cd5['setTemplate']({'tag':'img','attributes':{'src':_0x255a08['favicon'],'alt':_0x255a08['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x2a2cd5=new xt(),_0x2a2cd5['content']=_0x2cc2cd,_0x2a2cd5['extendTemplate']({'attributes':{'alt':_0x255a08['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x313dec['push'](_0x2a2cd5);const _0x8da214=new vt(_0x2c9293);_0x8da214['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x255a08['url']},'children':[{'text':new URL(_0x255a08['url'])?.['hostname']}]}),_0x313dec['push'](_0x8da214);const _0x1f3ca8=new vt(_0x2c9293);_0x1f3ca8['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x313dec});const _0x203eb6=new vt(_0x2c9293);return _0x203eb6['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x255a08['title']['length']>0x190?_0x255a08['title']['substring'](0x0,0x190)+'...':_0x255a08['title']}]}),_0x35ebdf['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x1f3ca8,_0x203eb6]}),_0x35ebdf;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[Xt['defaultPositions']['northArrowSouth'],Xt['defaultPositions']['northArrowSouthWest'],Xt['defaultPositions']['northArrowSouthEast']],'limiter':document['querySelector']('.ck-ai-chat')}),this['balloonPanelView']['show']();}['_hideTooltip'](){this['balloonPanelView']['hide']();}['_updateTooltipContent'](){this['balloonPanelView']['content']['get'](0x0)?.['destroy'](),this['balloonPanelView']['content']['clear']();const _0x4339d3=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x4339d3);}}class On extends vt{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x18ec0f(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x32a958,_0x39a10d){super(_0x32a958);const {areActionsDisabled:_0x488bba,showUnchangedParts:_0x2b7c4f,availableActions:_0xe138e1}=_0x39a10d;this['_areActionsDisabled']=_0x488bba,this['_showUnchangedParts']=_0x2b7c4f,this['_availableActions']=_0xe138e1,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new pn(_0x32a958,mn['aiSuggestionBody']),this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now'](),this['_children']['add'](this['_skeletonView']),this['_updateContentPartsPromiseQueue']=new Cn(),this['_emptyPartsWarningView']=new wn({'id':'empty-parts-warning','initialContent':hs(_0x32a958,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new bn(_0x32a958,_0x39a10d['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new Sn(this['locale'],_0x39a10d['bodyCollection']),_0x39a10d['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...Zs)['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView'],this['_actionsView'],this['_sourcesView']]});}['destroy'](){this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),super['destroy']();}get['partsCount'](){return this['_contentPartViews']['length'];}get['_contentPartViews'](){return Array['from'](this['_children'])['filter'](_0x4c5993=>_0x4c5993 instanceof En);}async['updateContentParts']({parts:_0x3d4e45,abortSignal:_0x9fdefb,skipLoadingEffects:_0x25e41a}){this['_cachedContentParts']['length']?_0x3d4e45['forEach'](_0x3fa7e0=>{const _0x205cd5=this['_cachedContentParts']['findIndex'](_0x26441a=>_0x26441a['index']==_0x3fa7e0['index']);-0x1===_0x205cd5?this['_cachedContentParts']['push'](_0x3fa7e0):this['_cachedContentParts'][_0x205cd5]=_0x3fa7e0;}):this['_cachedContentParts']=_0x3d4e45;const _0x35dc28=this['_showUnchangedParts']?_0x3d4e45:_0x3d4e45['filter'](_0x1ace76=>_0x1ace76['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x35dc28['length']>0x1),_0x25e41a&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0x2d90d3 of _0x35dc28)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x4ca272=>{let _0x5edcb6=this['getPartView'](_0x2d90d3['index']);if(!_0x5edcb6){if(_0x5edcb6=new En(this['locale'],{'part':_0x2d90d3,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x5edcb6['delegate'](...Zs)['to'](this),!_0x25e41a&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x4ca272),_0x4ca272['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x5edcb6,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x25e41a||this['_showSkeletonDebounced']();}await _0x5edcb6['updateContent']({'part':_0x2d90d3,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x4ca272}),_0x5edcb6['markAsDone']();});return _0x9fdefb?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x17c6cc,_0x4cc7d1){const _0x49dbf5=this['getPartView'](_0x17c6cc);_0x49dbf5&&(_0x49dbf5['state']=_0x4cc7d1),this['hasPendingParts']='pending'==_0x4cc7d1||this['_contentPartViews']['some'](_0x54d5e7=>'pending'==_0x54d5e7['state']);}['setPartActive'](_0x4abc40,_0x328e08){if(!0x1===_0x4abc40){for(const _0x3c489e of this['_contentPartViews'])_0x3c489e['isActive']=!0x1;}else{const _0xe62f6c=this['getPartView'](_0x4abc40);_0xe62f6c&&(_0xe62f6c['isActive']=_0x328e08);}}['updateSources'](_0x352812){_0x352812['forEach'](_0x59ae4b=>this['_sourcesView']['addSource'](_0x59ae4b)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x718b48){return this['_contentPartViews']['find'](_0x30f4db=>_0x30f4db['partDefinition']['index']==_0x718b48)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x42b310=!this['_cachedContentParts']['find'](({hasChanges:_0x221449})=>_0x221449),_0x2807d2=!!this['_cachedContentParts']['find'](({hasChanges:_0x190586})=>!_0x190586);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x2807d2,_0x42b310?this['_emptyPartsWarningView']['setContent'](hs(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](hs(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_contentPartViews']['forEach'](_0x20acca=>_0x20acca['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x2ace5b){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x580ce8=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x580ce8>0x0){const {promise:_0xb6db3,abortController:_0x9b0146}=en(_0x580ce8);_0x2ace5b?.['addEventListener']('abort',()=>_0x9b0146['abort']()),await _0xb6db3['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x449b93=>_0x449b93['partDefinition']['hasChanges'])['length']>0x0;}}class kn extends vt{['bodyView'];['children'];['headerView'];constructor(_0x4954ee,_0x190730,_0x146d4d){super(_0x4954ee);const {showDiff:_0x3d3cb9,areActionsDisabled:_0x3116b6,showUnchangedParts:_0x43e136,availableActions:_0xa3f5f4}=_0x190730;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new hn(_0x4954ee,{'showDiff':_0x3d3cb9}),this['headerView']['on']('toggleShowChanges',(_0x16c1a3,_0x65ab27)=>{this['areChangesVisible']=_0x65ab27['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x65ab27['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new On(_0x4954ee,{'areActionsDisabled':_0x3116b6,'showUnchangedParts':!!_0x43e136,'availableActions':_0xa3f5f4,'bodyCollection':_0x146d4d}),this['bodyView']['delegate'](...Zs)['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'](_0x2f3de8){await this['bodyView']['updateContentParts'](_0x2f3de8);}['updateSources'](_0x357129){this['bodyView']['updateSources'](_0x357129);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class Nn extends an{['containerView'];constructor(_0x20e828,_0x418a41,_0x46e539){super(_0x418a41),this['set']('isTrackChangesOn',!0x1),this['containerView']=new kn(_0x20e828,{'showDiff':_0x418a41['showDiff'],'areActionsDisabled':_0x418a41['areActionsDisabled'],'availableActions':_0x418a41['availableActions']},_0x46e539),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x2e59ce,_0x57e5c1)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x57e5c1['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',(_0x569e79,{index:_0x1b47d6})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x1b47d6});}),this['containerView']['on']('applySuggestion',(_0x4254c6,{index:_0x5e4dff}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x5e4dff});}),this['containerView']['on']('insertSuggestion',(_0x477403,{index:_0x48ebc4}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x48ebc4});}),this['containerView']['on']('rejectSuggestion',(_0x31da7f,{index:_0x258076})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x258076});}),this['containerView']['on']('mouseOverSuggestion',(_0x31650b,{index:_0x5659a3})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x5659a3});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x1b92bf,{index:_0x395d11})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x395d11});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x5efd57){await this['containerView']['updateContent'](_0x5efd57);}['updatePartState'](_0x253a48,_0xae19a){this['containerView']['bodyView']['updatePartState'](_0x253a48,_0xae19a);}['setPartActive'](_0x1ee02f,_0x4152c6){!0x1===_0x1ee02f?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x1ee02f,_0x4152c6);}['updateSources'](_0x14a639){this['containerView']['updateSources'](_0x14a639);}['getPartView'](_0x410ec6){return this['containerView']['bodyView']['getPartView'](_0x410ec6);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class vn extends an{['replyContainer'];['_bodyCollection'];constructor(_0x414deb,_0x99115c,_0x532773){super(_0x99115c),this['_bodyCollection']=_0x532773,this['locale']=_0x414deb,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new vt(),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':_s(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x39b783,renderingStrategy:_0x3b730c,abortSignal:_0x4ef4a4}){'streaming'===_0x3b730c?await this['streamIntoElement'](_0x39b783,this['replyContainer']['element'],_0x4ef4a4):this['replyContainer']['element']['innerHTML']=ti(_0x39b783);}['updateSources'](_0x127bb1){const _0x535bed=new Sn(this['locale'],this['_bodyCollection']);_0x535bed['children']['addMany'](_0x127bb1['map'](_0x33af58=>new Rn(this['locale'],_0x33af58,_0x535bed['balloonPanelView']))),_0x535bed['isVisible']=!0x0,this['children']['add'](_0x535bed);}}class yn extends yt{constructor(_0x292532=void 0x0){super();const _0x4233a9=_0x292532?'ck-ai-spinner_'+_0x292532:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x4233a9]}});}}const xn={'file':_0x50ae83,'document':_0x2c2579,'web-resource':_0x289d5e,'text':_0x50ae83,'selection':_0x338003,'mcp-tool-context':_0x2c2579},Ln='ck-ai-chat-context-chip',Dn='ck-ai-chat-context-chip_wide',Pn='ck-ai-chat-context-chip_document',Hn='ck-ai-chat-context-chip__label',Mn='ck-ai-chat-context-chip__type-icon',Un='ck-ai-chat-context-controls__chip-tooltip',Vn='n';class Bn extends Nt{constructor(_0x4774a4,_0x4bd40d,_0x5159dc,_0x4a4207,_0x1bf971=!0x1){super(_0x4774a4),this['_isAnimationOnEnterEnabled']=_0x4a4207,this['_initializeProperties'](_0x4bd40d,_0x5159dc,_0x1bf971),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'](_0x1c944a,_0x887d21,_0x326557){this['set']('label',_0x1c944a['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x1c944a['type']),this['set']('id',_0x1c944a['uiId']),this['set']('readonly',_0x887d21),this['set']('isLoading',_0x326557);}['_setupTemplate'](){const _0x1c396c=this['_createIconView'](),_0x58404b=this['_createRemoveButton'](),_0x52acb7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x52acb7),'children':this['_createTemplateChildren'](_0x1c396c,_0x58404b,_0x52acb7)});}['_createTemplateAttributes'](_0x5299c3){return{'class':[Ln,_0x5299c3['if']('itemType',Pn,_0xf63c40=>'document'==_0xf63c40),_0x5299c3['if']('itemType',Dn,_0x1d4310=>'selection'==_0x1d4310)],'data-cke-tooltip-text':_0x5299c3['to']('label',Gn),'data-cke-tooltip-position':Vn,'data-cke-tooltip-class':Un};}['_createTemplateChildren'](_0x1e314b,_0x4b812b,_0x2b4eb7){const _0x1f7f78=this['_createLabelElement'](_0x2b4eb7),_0x1a8435=this['_createLoaderIcon']();return this['readonly']?[_0x1e314b,_0x1f7f78]:[_0x1e314b,_0x1a8435,_0x1f7f78,_0x4b812b];}['_createLabelElement'](_0x5d4d4e){return{'tag':'span','attributes':{'class':Hn},'children':[{'text':_0x5d4d4e['to']('label')}]};}['_createRemoveButton'](){const _0x3e378c=new Nt(this['locale']);return _0x3e378c['set']({'label':hs(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x1a0f5}),this['_setupRemoveButtonEvent'](_0x3e378c),_0x3e378c;}['_setupRemoveButtonEvent'](_0x257d1f){_0x257d1f['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x1277c3=this['bindTemplate'],_0x3325ac=new xt();return _0x3325ac['content']=xn[this['itemType']],_0x3325ac['extendTemplate']({'attributes':{'class':[Mn,_0x1277c3['if']('isLoading','ck-hidden',_0x475003=>_0x475003)]}}),_0x3325ac;}['_handleAnimationEndOnce'](_0x37719f,_0xb8631f){if(!_0x37719f)return;const _0x449ff4=()=>{_0xb8631f(),_0x37719f['removeEventListener']('animationend',_0x449ff4),_0x37719f['removeEventListener']('webkitAnimationEnd',_0x449ff4);};_0x37719f['addEventListener']('animationend',_0x449ff4),_0x37719f['addEventListener']('webkitAnimationEnd',_0x449ff4);}['_createLoaderIcon'](){const _0xf05132=new yn('small');return _0xf05132['bind']('isVisible')['to'](this,'isLoading',_0x2234fe=>_0x2234fe),_0xf05132;}}function Gn(_0x20aec1){if(!_0x20aec1)return _0x20aec1;if(_0x20aec1['length']<=0x78)return _0x20aec1;const _0x5e35b8=_0x20aec1['slice'](0x0,0x78),_0x99ee83=_0x5e35b8['lastIndexOf']('\x20');return(_0x99ee83>0x0?_0x5e35b8['slice'](0x0,_0x99ee83):_0x5e35b8)+'…';}const Fn={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},Kn='300px';class Wn{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x186aa6,_0x2ca653,_0x1d012,_0x410f5c,_0xaefb6a){this['_locale']=_0x186aa6,this['_visibleChips']=_0x2ca653,this['_config']={...Fn,..._0x1d012,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x1d012['cssClasses']}},this['_overflowChips']=new dt(),this['_bodyCollection']=_0x410f5c,this['_parentView']=_0xaefb6a||null;}['setContainerElement'](_0x1715c7){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x1715c7,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 _0x1dbce3=[...this['_visibleChips'],...this['_overflowChips']],_0x2a9dd6=this['_createCalculationContainer'](),_0x30db2d=this['_calculateOverflowInContainer'](_0x2a9dd6,_0x1dbce3),_0x2de171=_0x2a9dd6['_ancestorsToRestore'];_0x2de171&&this['_restoreAncestorVisibility'](_0x2de171),_0x2a9dd6['remove'](),this['_applyOverflowResults'](_0x1dbce3,_0x30db2d);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),zt({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x59d276=new Nt(this['_locale']);_0x59d276['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x2415be=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x2415be['push'](this['_config']['cssClasses']['controlsButton']),_0x59d276['extendTemplate']({'attributes':{'class':_0x2415be}}),_0x59d276;}['_createShowMoreBalloonPanelView'](){const _0x2d3490=new Xt(this['_locale']);return _0x2d3490['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x2d3490),_0x2d3490;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x27bd23=>{_0x27bd23['disableAnimationOnEnter']();});const _0x5bd2fd=new vt(this['_locale']);_0x5bd2fd['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x5bd2fd);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0xba8af5=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0xba8af5?'':'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'](_0x7cff91){const _0x4a6128=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x56d2c4=this['_containerElement']?.['classList'];if(_0x56d2c4){const _0x49b428=_0x56d2c4[0x0]||'',_0x402d94=_0x7cff91['querySelector']('.'+_0x49b428),_0x5ab8a5=_0x7cff91['querySelector'](_0x4a6128);return _0x402d94||_0x5ab8a5||_0x7cff91;}return _0x7cff91['querySelector'](_0x4a6128)||_0x7cff91;}['_calculateContainerWidth'](){const _0x3e2931=this['_parentView']?.['element']||this['_containerElement'];if(!_0x3e2931)return Kn;const _0x4a5987=window['getComputedStyle'](_0x3e2931)['width'];if('auto'===_0x4a5987||'0px'===_0x4a5987||!_0x4a5987){const _0x410214=_0x3e2931['parentElement'];if(_0x410214){const _0xae7e3d=window['getComputedStyle'](_0x410214);return'auto'!==_0xae7e3d['width']?_0xae7e3d['width']:Kn;}return Kn;}return _0x4a5987;}['_applyCalculationStyles'](_0x38a08a,_0x11b1c4){this['_config']['cssClasses']['calculationContainer']&&_0x38a08a['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x38a08a['style']['width']=_0x11b1c4,_0x38a08a['style']['position']='absolute',_0x38a08a['style']['top']='-9999px',_0x38a08a['style']['left']='-9999px',_0x38a08a['style']['opacity']='0',_0x38a08a['style']['pointerEvents']='none',_0x38a08a['style']['zIndex']='-1',_0x38a08a['style']['visibility']='visible\x20!important',_0x38a08a['style']['display']='block\x20!important',_0x38a08a['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x118540){_0x118540['forEach'](({element:_0x95323a,originalDisplay:_0x2bae65,originalVisibility:_0x1d6dd9})=>{_0x95323a['style']['display']=_0x2bae65,_0x95323a['style']['visibility']=_0x1d6dd9;});}['_makeAncestorsVisible'](_0x3f6680){const _0x2e42dd=[];let _0x3ef2f5=_0x3f6680;for(;_0x3ef2f5&&_0x3ef2f5!==document['body'];){const _0x4188e8=window['getComputedStyle'](_0x3ef2f5);'none'!==_0x4188e8['display']&&'hidden'!==_0x4188e8['visibility']||(_0x2e42dd['push']({'element':_0x3ef2f5,'originalDisplay':_0x3ef2f5['style']['display'],'originalVisibility':_0x3ef2f5['style']['visibility']}),_0x3ef2f5['style']['display']='block',_0x3ef2f5['style']['visibility']='visible'),_0x3ef2f5=_0x3ef2f5['parentElement'];}return _0x2e42dd;}['_createContainerElements'](){let _0x153d2,_0xcdf34;return this['_parentView']?.['element']?(_0x153d2=this['_parentView']['element']['cloneNode'](!0x0),_0xcdf34=this['_findTargetContainer'](_0x153d2)):(_0x153d2=document['createElement']('div'),_0xcdf34=_0x153d2),{'calculationContainer':_0x153d2,'targetContainer':_0xcdf34};}['_createCalculationContainer'](){const {calculationContainer:_0x17edcc,targetContainer:_0x33a05d}=this['_createContainerElements'](),_0x5e551b=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x17edcc,_0x5e551b);const _0x306724=this['_parentView']?.['element']||this['_containerElement'],_0x3613e7=_0x306724?.['parentElement'];_0x3613e7?_0x3613e7['appendChild'](_0x17edcc):document['body']['appendChild'](_0x17edcc),_0x17edcc['_targetContainer']=_0x33a05d;const _0x2824=this['_makeAncestorsVisible'](_0x3613e7||null);return _0x17edcc['offsetWidth'],_0x17edcc['_ancestorsToRestore']=_0x2824,_0x17edcc;}['_calculateOverflowInContainer'](_0xa0b3ac,_0x1c6d45){const _0x2aba2d=_0xa0b3ac['_targetContainer']||_0xa0b3ac,_0x5d1c9d=[],{rowCount:_0x221559}=this['_renderChipsAndCountRows'](_0x2aba2d,_0x1c6d45);if(_0x221559<=this['_config']['maxVisibleRows'])return _0x5d1c9d;const _0x1e8036=_0x1c6d45['slice']();for(;_0x1e8036['length']>0x0;){if(this['_testButtonFit'](_0xa0b3ac,_0x2aba2d,_0x1e8036)){const _0x5e69f8=_0x1c6d45['filter'](_0x53fd64=>!_0x1e8036['includes'](_0x53fd64));_0x5d1c9d['push'](..._0x5e69f8);break;}if(!_0x1e8036['pop']())break;}return _0x5d1c9d;}['_renderChipsAndCountRows'](_0x3612e6,_0x2108c2){_0x3612e6['innerHTML']='',_0x2108c2['forEach'](_0x13d286=>{if(_0x13d286['element']){const _0x3c0e2c=_0x13d286['element']['cloneNode'](!0x0);_0x3612e6['appendChild'](_0x3c0e2c);}}),_0x3612e6['offsetWidth'];const _0xee0b77=_0x3612e6['children'],_0x270c28=[];return Array['from'](_0xee0b77)['forEach'](_0x2ab81a=>{const _0x2393d3=_0x2ab81a['getBoundingClientRect']()['top'];_0x270c28['some'](_0x15377f=>Math['abs'](_0x15377f-_0x2393d3)<this['_config']['rowDetectionTolerance'])||_0x270c28['push'](_0x2393d3);}),{'rowCount':_0x270c28['length']};}['_createMockButton'](){const _0xdcaade=document['createElement']('button');return _0xdcaade['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0xdcaade['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0xdcaade['textContent']='+\x201',_0xdcaade;}['_testButtonFit'](_0x34bbf3,_0x512422,_0x314aa1){this['_renderChipsAndCountRows'](_0x512422,_0x314aa1);const _0x4e2ef6=this['_createMockButton']();_0x34bbf3['appendChild'](_0x4e2ef6),_0x34bbf3['offsetWidth'];const _0x4cfef8=[..._0x512422['children'],_0x4e2ef6],_0x4fd995=[];_0x4cfef8['forEach'](_0x2883a1=>{const _0x499000=_0x2883a1['getBoundingClientRect']()['top'];_0x4fd995['some'](_0xe08f=>Math['abs'](_0xe08f-_0x499000)<this['_config']['rowDetectionTolerance'])||_0x4fd995['push'](_0x499000);});const _0xa15766=_0x4fd995['length'];return _0x4e2ef6['remove'](),_0xa15766<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x150b45,_0x1220d7){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x150b45['forEach'](_0x14b660=>{_0x1220d7['includes'](_0x14b660)?this['_overflowChips']['add'](_0x14b660):this['_visibleChips']['add'](_0x14b660);});}['_updateOverflowUI'](_0x2b53a0){if(_0x2b53a0>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x2b53a0>0x0&&this['_showMoreButtonView']){const _0x603eca=''+this['_config']['showMoreLabelPrefix']+(_0x2b53a0<0x63?_0x2b53a0:'99');this['_showMoreButtonView']['label']=_0x603eca;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x573b62,_0x36e480){this['_distributeChips'](_0x573b62,_0x36e480),this['_updateOverflowUI'](_0x36e480['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x57ed27=>{_0x57ed27[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 _0x1d51b2=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x1d51b2['width']||0x0===_0x1d51b2['height'])return!0x1;const _0x263c15=window['innerHeight']||document['documentElement']['clientHeight'],_0x28516b=window['innerWidth']||document['documentElement']['clientWidth'],_0x5d5383=0xc8;return _0x1d51b2['bottom']>=-0xc8&&_0x1d51b2['top']<=_0x263c15+_0x5d5383&&_0x1d51b2['right']>=-0xc8&&_0x1d51b2['left']<=_0x28516b+_0x5d5383;}}const Yn='ck-ai-chat__feed__context-chips',$n='ck-ai-chat-context-chips-wrapper',qn='ck-ai-chat-context-chips-wrapper-balloon',Qn='ck-ai-chat-controls-button',Xn='ck-ai-chat-controls_context_show-more-button',zn='ck-ai-chat-context-controls__show-more-balloon-panel';class jn extends vt{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x754975,_0x3e5a0e,_0x53e5c3){super(_0x754975),this['_bodyCollection']=_0x53e5c3,this['_createContextChips'](_0x3e5a0e);const _0x55f8eb={'cssClasses':{'showMoreButton':Xn+'\x20'+us,'showMoreBalloon':zn,'overflowContainer':qn,'controlsButton':Qn}};this['_overflowManager']=new Wn(_0x754975,this['_contextChips'],_0x55f8eb,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[Yn,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':$n},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x513142=this['element']['querySelector']('.'+$n);_0x513142&&(this['_overflowManager']['setContainerElement'](_0x513142),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x4e9d65){for(const _0x5384d8 of _0x4e9d65){const _0x38d1ab=new Bn(this['locale'],_0x5384d8,!0x0,!0x1);this['_contextChips']['add'](_0x38d1ab);}}}class Jn extends an{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x53f4d9,_0x5736b2,_0x17acbf){super(_0x5736b2),this['_locale']=_0x53f4d9,this['_bodyCollection']=_0x17acbf,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 jn(this['_locale'],this['options']['contextItems']['filter'](_0x5aa283=>!_0x5aa283['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new vt(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 Zn extends an{['capabilities'];constructor(_0x5b91a8,_0x59b83e){super(_0x59b83e);const {isWebSearchEnabled:_0x23426e,isReasoningEnabled:_0x1091ac}=_0x59b83e['capabilities'],_0x6a364d=[];let _0x37c694='';_0x23426e&&_0x1091ac?(_0x37c694=hs(_0x5b91a8,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x6a364d['push'](tr(_0x2cc2cd)),_0x6a364d['push'](tr(_0x33f7c5))):_0x23426e?(_0x37c694=hs(_0x5b91a8,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x6a364d['push'](tr(_0x2cc2cd))):_0x1091ac&&(_0x37c694=hs(_0x5b91a8,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x6a364d['push'](tr(_0x33f7c5))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x37c694?'':'ck-hidden']}});const _0xafdb84=new vt();_0xafdb84['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x6a364d,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x37c694]}]}),this['children']['add'](_0xafdb84),this['capabilities']=_0x59b83e['capabilities'];}}function tr(_0x5c8fe1){const _0x5c003a=new xt();return _0x5c003a['content']=_0x5c8fe1,_0x5c003a;}const er=['wheel','touchstart','pointerdown','keydown'],ir=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class sr{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x41f447){this['element']=_0x41f447,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0x597785 of er){const _0x7929b2='keydown'!==_0x597785;this['element']['addEventListener'](_0x597785,this['_onUserEvent']['bind'](this),{'passive':_0x7929b2,'signal':this['abortController']['signal']});}}['start']({smooth:_0x51d736=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0x51d736?'smooth':'auto',this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0x54c528){if(this['isRunning']){if('keydown'===_0x54c528['type']){const _0x1600fe=_0x54c528['key'];if(!ir['includes'](_0x1600fe))return;}_0x54c528 instanceof WheelEvent?_0x54c528['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x451c66,scrollHeight:_0x3ff1a4,clientHeight:_0xa3b2a5}=this['element'];return _0x3ff1a4-_0x451c66-_0xa3b2a5<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':this['scrollBehavior']}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class nr extends an{constructor(_0x4a2158){super(_0x4a2158),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 rr extends vt{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x39f6fc,_0x275529){super(_0x39f6fc),this['_bodyCollection']=_0x275529,this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...tn)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new sr(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x48ccb1,_0x19e4e8){let _0x210c53;return'ai-reply'===_0x48ccb1?_0x210c53=new vn(this['locale'],_0x19e4e8,this['_bodyCollection']):'ai-suggestion-reply'===_0x48ccb1?(_0x210c53=new Nn(this['locale'],_0x19e4e8,this['_bodyCollection']),_0x210c53['bind']('isTrackChangesOn')['to'](this)):_0x210c53='user-message'===_0x48ccb1?new Jn(this['locale'],_0x19e4e8,this['_bodyCollection']):'interaction-header'===_0x48ccb1?new Zn(this['locale'],_0x19e4e8):'custom-element'===_0x48ccb1?new nr(_0x19e4e8):new wn(_0x19e4e8),this['children']['add'](_0x210c53),_0x210c53;}async['updateReplyItem']({id:_0xc836e,parsedContent:_0x13398,renderingStrategy:_0x5ea174,abortSignal:_0x4630ef}){const _0xa7a6b8=this['getItemById'](_0xc836e);if(!(_0xa7a6b8 instanceof vn))throw new at('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0xa7a6b8,'id':_0xc836e,'parsedContent':_0x13398});await _0xa7a6b8['updateContent']({'parsedContent':_0x13398,'renderingStrategy':_0x5ea174,'abortSignal':_0x4630ef});}async['updateWebSources'](_0x26c232,_0x3d95cd){const _0x599061=this['getItemById'](_0x26c232);if(_0x599061 instanceof Nn)_0x599061['updateSources'](_0x3d95cd);else{if(!(_0x599061 instanceof vn))throw new at('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x599061,'id':_0x26c232,'sources':_0x3d95cd});_0x599061['updateSources'](_0x3d95cd);}}async['updateSuggestionItem']({id:_0x167ec5,parts:_0x332c51,abortSignal:_0x4f559a,skipLoadingEffects:_0x259802}){const _0x1628a0=this['getItemById'](_0x167ec5);if(!(_0x1628a0 instanceof Nn))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x1628a0,'id':_0x167ec5,'parts':_0x332c51});await _0x1628a0['updateContent']({'parts':_0x332c51,'abortSignal':_0x4f559a,'skipLoadingEffects':_0x259802});}['updateSuggestionPartState']({id:_0x54cfb6,index:_0x2db2ae,state:_0x301304}){const _0x204b51=this['getItemById'](_0x54cfb6);if(!(_0x204b51 instanceof Nn))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x54cfb6});_0x204b51['updatePartState'](_0x2db2ae,_0x301304);}['setSuggestionPartActive']({id:_0x29e8f6,index:_0x13aeea,isActive:_0x5e03df}){const _0x1030d5=this['getItemById'](_0x29e8f6);if(!(_0x1030d5 instanceof Nn))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x29e8f6});this['children']['filter'](_0x10f442=>_0x10f442 instanceof Nn)['forEach'](_0x3734ad=>{_0x3734ad['setPartActive'](!0x1);}),_0x1030d5['setPartActive'](_0x13aeea,_0x5e03df);}['markItemAsDone'](_0x38807d){this['getItemById'](_0x38807d)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x2c386f=>_0x2c386f['options']['id']);}['removeItem'](_0x5a1b3d){this['children']['remove'](this['getItemById'](_0x5a1b3d));}['hasItem'](_0x42d9f9){return!!this['children']['find'](_0xe198d9=>_0xe198d9['options']['id']['includes'](_0x42d9f9));}['scrollToSuggestion'](_0x1dac66,_0x39cbb4){const _0x318b3a=this['getItemById'](_0x1dac66);if(!(_0x318b3a instanceof Nn))return void It('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x1dac66,'partIndex':_0x39cbb4});const _0x389d50=_0x318b3a['getPartView'](_0x39cbb4);_0x389d50?ft(_0x389d50['element'],0x14,this['element']['parentElement'],!0x0,!0x0):It('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x1dac66,'partIndex':_0x39cbb4});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x4f185e=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x4f185e,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x8722f5=new pn(this['locale'],mn['aiFeed']);return _0x8722f5['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x8722f5;}['_createFeedItems'](){const _0x562aca=new vt(this['locale']);return _0x562aca['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x562aca;}['_createFeedLoader'](){const _0x7141e5=new vt(this['locale']);return _0x7141e5['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x49a429=>!_0x49a429)]},'children':this['_createLoaderChildren']()}),_0x7141e5;}['_createLoaderChildren'](){const _0x5b406a=new yn();return _0x5b406a['isVisible']=!0x0,[_0x5b406a,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x33d9ef){const _0x35a6d2=this['children']['find'](_0x2b13b9=>_0x2b13b9['options']['id']['includes'](_0x33d9ef));if(!_0x35a6d2)throw new at('ai-chat-feed-view-item-not-found',this,{'id':_0x33d9ef});return _0x35a6d2;}['setLoadingMessage'](_0x6111f9){this['set']('loadingMessage',_0x6111f9);}['toggleLoadingSkeleton'](_0x316989){this['set']('isLoadingSkeletonVisible',_0x316989);}['startAutoScroll'](_0x2e738d={}){this['scrollManager']['start'](_0x2e738d);}['stopAutoScroll'](){this['scrollManager']['stop']();}}class or extends Dt{['filter'](){let _0x4d7919=0x0;for(const _0x27e29f of this['items'])_0x4d7919+=_0x27e29f['items']['length'];return{'resultsCount':_0x4d7919,'totalItemsCount':_0x4d7919};}}const ar='ck-ai-chat__prompt-input_highlighted';class hr extends Lt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x52c1ce,_0x60706f){super(_0x52c1ce,{'queryView':{'label':'','creator':Vt,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new or(_0x52c1ce),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x60706f,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=hr['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=hr['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',(_0x58cd2a,_0x2e1375)=>!_0x58cd2a&&!_0x2e1375),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x39d54d,_0x41e932)=>{this['isUploadInProgress']||this['isEmpty']||_0x39d54d['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x41e932());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x18c8a8=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x18c8a8)return this['queryView']['errorText']=hs(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x3ce700=_0x28ca45(_0x18c8a8);this['fire']('sendUserMessage',_0x3ce700),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x5a9a04){this['queryView']['fieldView']['set']('placeholder',_0x5a9a04);}['focus'](_0x22d3c4=!0x1){super['focus'](),_0x22d3c4&&(this['element']['classList']['contains'](ar)||(this['element']['classList']['add'](ar),setTimeout(()=>{this['element']['classList']['remove'](ar);},0x320)));}['_createSubmitButton'](){const _0x38a8b7=new Nt(this['locale']);return _0x38a8b7['set']({'icon':_0x4829f4,'label':hs(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+cs,'isEnabled':!0x1}),_0x38a8b7['on']('execute',()=>{this['submit']();}),_0x38a8b7;}['setIsUploadInProgress'](_0x5bd2a9){this['isUploadInProgress']=_0x5bd2a9;}['_setUpAddContextButtonPositioning'](){const _0x4f52bc=this['locale'],_0x59ec28=()=>{ct['window']['requestAnimationFrame'](()=>{if(lt(this['element'])){const _0x4d61b1=new ut(this['queryView']['fieldView']['element']),_0x55d9ca=new ut(this['_addContextButtonView']['element']),_0x49f495=_0x4d61b1['width'],_0x136af3='rtl'===_0x4f52bc['uiLanguageDirection']?'right':'left';_0x4d61b1['excludeScrollbarsAndBorders']();const _0x45a05c=_0x49f495-_0x4d61b1['width']+0x1;this['_addContextButtonView']['element']['style'][_0x136af3]='calc('+(_0x49f495-_0x55d9ca['width']-_0x45a05c)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x59ec28),this['on']('render',()=>{_0x59ec28(),this['_queryViewResizeObserver']=new bt(this['queryView']['fieldView']['element'],()=>{_0x59ec28();});});}}const cr='ck-ai-chat__prompt-capabilities',lr='ck-ai-chat-controls-button',ur='ck-ai-chat-controls-button--commands',dr='ck-ai-chat-controls__model-selection',_r='ck-ai-chat-controls__model-selection__item-name',gr='ck-ai-chat-controls__model-selection__item-description',Ar='ck-ai-chat-controls__model-selection__item-capabilities',Ir='n';class Er extends vt{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x1a3c4d){super(_0x1a3c4d),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',_0x7ddba5=>'selector'===_0x7ddba5),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x10eb69=>_0x10eb69?this['_modelSelectionDropdown']['buttonView']['label']:hs(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x9b5dda=>_0x9b5dda),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x6331c5=>_0x6331c5),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x496d1f=>hs(this['locale'],_0x496d1f?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x3c577d=>_0x3c577d),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x1748a3=>hs(this['locale'],_0x1748a3?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[cr]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new dt(),jt(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x228902,_0x429f20){if(_0x429f20)this['set']('modelDisplayMode','hidden');else{const _0x16e15d=0x1===_0x228902['length'];this['set']('modelDisplayMode',_0x16e15d?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x228902?.['length'])for(const _0x5cef4b of _0x228902){const _0x4b8e32=new Jt({'label':_0x5cef4b['name'],'withText':!0x0,'role':'menuitemradio','id':_0x5cef4b['id'],'model':_0x5cef4b});_0x4b8e32['bind']('isOn')['to'](this,'activeModelId',_0x4e7be6=>_0x4e7be6===_0x5cef4b['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x4b8e32,'labelView':new pr(this['locale'],_0x5cef4b)});}}['setWebSearch'](_0x503ecd){this['set']('webSearchActive',_0x503ecd);}['setReasoning'](_0x29c3c1){this['set']('reasoningActive',_0x29c3c1);}['setModel'](_0x30c04c){if(!_0x30c04c)return;this['activeModelId']=_0x30c04c['id'],this['activeModelName']=_0x30c04c['name']||_0x30c04c['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x30c04c['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x30c04c['name']);const _0x1e2efc=_0x30c04c['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x1e2efc),this['_webSearchButton']['set']('isVisible',_0x1e2efc);const _0x235972=_0x30c04c['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x235972),this['_reasoningButton']['set']('isVisible',_0x235972);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x29deea){this['set']('modelSelectorEnabled',!0x1),_0x29deea&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x1b7393=new Nt();return _0x1b7393['set']({'label':hs(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x2cc2cd,'class':lr+'\x20'+us,'isToggleable':!0x0,'tooltipPosition':Ir}),_0x1b7393['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x1b7393;}['_createReasoningButton'](){const _0x13b4a1=new Nt();return _0x13b4a1['set']({'label':hs(this['locale'],'AI_CHAT_REASONING'),'icon':_0x33f7c5,'class':lr+'\x20'+us,'isToggleable':!0x0,'tooltipPosition':Ir}),_0x13b4a1['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x13b4a1;}['_createCommandsButton'](){const _0x582c45=new Nt();return _0x582c45['set']({'label':hs(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x11d2a1,'withText':!0x0,'class':lr+'\x20'+us,'isToggleable':!0x0,'tooltip':hs(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':Ir}),_0x582c45['extendTemplate']({'attributes':{'class':[ur]}}),_0x582c45['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x582c45;}['_createModelSelectionDropdown'](){const _0xdb2d87=Gt(this['locale']);return _0xdb2d87['set']({'panelPosition':'ne','class':[dr]}),_0xdb2d87['buttonView']['set']({'label':hs(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':Ir,'class':us}),this['listenTo'](_0xdb2d87,'execute',_0x1afeb0=>{this['fire']('selectModel',_0x1afeb0['source']['model']);}),_0xdb2d87;}['_createModelNameView'](){const _0x4adc5b=new mr(this['locale']);return _0x4adc5b['bind']('text')['to'](this,'activeModelName',_0x3682ed=>_0x3682ed??''),_0x4adc5b['bind']('isVisible')['to'](this,'modelDisplayMode',_0x31b8c5=>'name'===_0x31b8c5),_0x4adc5b;}}let pr=class extends Mt{constructor(_0x200154,_0x1684b6){super();const _0x43f657=this['bindTemplate'],_0x1614a8=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x43f657['to']('style'),'id':_0x43f657['to']('id')},'children':[{'tag':'div','attributes':{'class':[_r]},'children':[{'text':_0x43f657['to']('text')}]},{'tag':'div','attributes':{'class':[gr]},'children':[{'tag':'span','children':[{'text':_0x1684b6['description']}]}]},{'tag':'div','attributes':{'class':[Ar]},'children':_0x1614a8}]}),_0x1614a8['addMany'](this['_getCapabilityParts'](_0x200154,_0x2cc2cd,'AI_CHAT_SEARCH_WEB',_0x1684b6['capabilities']['webSearch']?.['enabled']??!0x1)),_0x1614a8['addMany'](this['_getCapabilityParts'](_0x200154,_0x33f7c5,'AI_CHAT_REASONING',_0x1684b6['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x58bd6f,_0x35abfd,_0x3189f6,_0x16dbd9){const _0x4d4327=new xt();_0x4d4327['content']=_0x35abfd;const _0x29e835=new vt(_0x58bd6f);_0x29e835['setTemplate']({'tag':'span','children':[{'text':hs(_0x58bd6f,_0x3189f6)+':\x20'}]});const _0x353131=new vt(_0x58bd6f);return _0x353131['setTemplate']({'tag':'span','children':[{'text':hs(_0x58bd6f,_0x16dbd9?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x4d4327,_0x29e835,_0x353131];}},mr=class extends vt{constructor(_0x23da37){super(_0x23da37),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x49aa10=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x49aa10['if']('isVisible','ck-hidden',_0x128812=>!_0x128812)]},'children':[{'text':_0x49aa10['to']('text')}]});}};const Tr='ck-ai-chat-context-controls__url-form',Cr='ck-ai-chat-context-controls__url-input-section';class wr extends vt{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x3b4828){super(_0x3b4828),this['focusTracker']=new _t(),this['keystrokes']=new gt(),this['backButton']=this['_createBackButton'](),this['urlInputField']=this['_createUrlInputField'](),this['confirmButton']=this['_createConfirmButton'](),this['_focusables']=this['createCollection']([this['backButton'],this['urlInputField'],this['confirmButton']]),this['focusCycler']=new Ut({'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'](_0x42746e=>{this['focusTracker']['add'](_0x42746e['element']),this['keystrokes']['listenTo'](_0x42746e['element']);}),Zt({'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'](_0x95e3d8){this['urlInputField']['errorText']=_0x95e3d8,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0xeb2021=new Nt(this['locale']);return _0xeb2021['set']({'icon':_0x15e3cb,'tooltip':hs(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x5a6cec,_0x25c7d2,_0x3da390)=>{_0xeb2021['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x3da390?'':'\x20ck-hidden')]});}),_0xeb2021;}['_createUrlInputField'](){const _0x2dcc57=new te(this['locale'],_0x2b8667);return _0x2dcc57['set']({'label':hs(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x2dcc57['fieldView']['set']({'placeholder':hs(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x2dcc57;}['_createConfirmButton'](){const _0x198c1f=new Nt(this['locale']);return _0x198c1f['set']({'icon':_0x2dfde3,'tooltip':hs(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x198c1f;}['_setupTemplate'](){const _0x5e6a19=new _0x53b19c(this['locale'],{'label':hs(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x5e6a19['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':Tr,'tabindex':'-1'},'children':[_0x5e6a19,{'tag':'div','attributes':{'class':Cr},'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',_0x40d05e=>{_0x40d05e['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x4a0030,_0x2689fe)=>{this['clear'](),this['fire']('cancel'),_0x2689fe();});}['_handleSubmit'](){const _0x4fc8e6=this['getValue']()['trim']();_0x4fc8e6?this['_isValidUrl'](_0x4fc8e6)?(this['clearError'](),this['fire']('submitUrl',_0x4fc8e6)):this['setError'](hs(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](hs(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x29e8a1=this['getValue']()['trim'](),_0x4cdd3b=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x29e8a1['length']>0x0&&!_0x4cdd3b;}['_isValidUrl'](_0x32b437){try{return!!new URL(_0x32b437);}catch{return!0x1;}}}const fr='ck-ai-chat-resources__item',br='ck-ai-chat-resources__item--in-context',Sr='ck-ai-chat-resources__item-title',Rr='ck-ai-chat-resources__item__icon';class Or extends Ht{['resource'];['_titleView'];['_iconView'];constructor(_0x4553e4,_0x4d2961){super(_0x4553e4),this['resource']=_0x4d2961,this['set']('isInContext',!!_0x4d2961['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x2ef47e){if(_0x2ef47e['isInContext'])return _0x2dfde3;switch(_0x2ef47e['type']){case'document':return _0x2c2579;case'web-resource':return _0x289d5e;case'file':case'text':return _0x50ae83;default:return _0x548fb2;}}['highlightText'](_0x527f6c){if(!_0x527f6c||''===_0x527f6c['trim']())return void this['_titleView']['highlightText'](null);const _0x48c144=new RegExp(_0x2052d8(_0x527f6c),'gi');this['_titleView']['highlightText'](_0x48c144);}['updateResourceState'](_0x453e81){this['resource']['isInContext']=_0x453e81,this['isInContext']=_0x453e81,this['_updateIcon']();}['_createTitleView'](){const _0x30719d=new _0x2a3dc2();return _0x30719d['text']=this['resource']['label'],_0x30719d['extendTemplate']({'tag':'span','attributes':{'class':[Sr]}}),_0x30719d;}['_createIconView'](){const _0x51b940=new xt();return _0x51b940['content']=this['getResourceIcon'](this['resource']),_0x51b940;}['_setupTemplate'](){const _0xf3e98e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[fr,_0xf3e98e['if']('isVisible','ck-hidden',_0x11c4c4=>!_0x11c4c4),_0xf3e98e['if']('isInContext',br)]},'children':[{'tag':'div','attributes':{'class':[Rr]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0xf3e98e['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const kr='ck-ai-chat-resources__list';class Nr extends Dt{['_source'];constructor(_0x1e6c70,_0xa1caca){super(_0x1e6c70),this['_source']=_0xa1caca,this['extendTemplate']({'attributes':{'class':[kr]}});}['setResources'](_0x5ae557,_0x34e699){this['items']['clear']();let _0x58c696=_0x5ae557;if(this['_source']['useDefaultFiltering']&&_0x34e699&&''!==_0x34e699['trim']()){const _0x2217cc=new RegExp(_0x34e699['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x58c696=_0x5ae557['filter'](_0x24ad43=>_0x2217cc['test'](_0x24ad43['label']));}for(const _0x2a1f90 of _0x58c696){const _0xc3884a=new Or(this['locale'],_0x2a1f90);_0xc3884a['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x2a1f90);}),this['items']['add'](_0xc3884a);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x34e699);}['highlightText'](_0x527f39){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x356f0e=>{_0x356f0e['highlightText'](_0x527f39);});}['updateResourceState'](_0x54b114,_0x23f746){for(const _0xa28d92 of this['items']){const _0x276df6=_0xa28d92;_0x276df6['resource']['id']===_0x54b114&&_0x276df6['updateResourceState'](_0x23f746);}}['_handleResourceSelection'](_0x21c00f,_0x34671e){this['fire']('addResourceToContext',{'source':_0x21c00f,'resource':_0x34671e});}}class vr extends te{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x3bb1cc){const t=_0x3bb1cc['t'],_0x5c9620={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x2b8667,'label':hs(_0x3bb1cc,'AI_CHAT_SEARCH_RESOURCES')};super(_0x3bb1cc,_0x5c9620['creator']),this['label']=_0x5c9620['label'],this['_viewConfig']=_0x5c9620,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x3bb1cc,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x1fc68e){this['fire']('search',_0x1fc68e);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new xt(),this['iconView']['content']=_0xb2c1fa,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x32d73a,t){this['resetButtonView']=new Nt(_0x32d73a),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x1a0f5,'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',_0x2323a5=>!_0x2323a5),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 yr extends vt{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x388ca6,_0x24b3ca){super(_0x388ca6),this['_source']=_0x24b3ca['source'],this['_searchInputVisibleFrom']=_0x24b3ca['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 _0x2fb855([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new vr(this['locale']);}['_createSearchSection'](){const _0x4a5d60=new vt(this['locale']);return _0x4a5d60['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x346e5e,_0x51adbc)=>{this['loadResources'](_0x51adbc),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x51adbc);}),_0x4a5d60;}['_createResourcesListView'](){const _0x2862ac=new Nr(this['locale'],this['_source']);return _0x2862ac['delegate']('addResourceToContext')['to'](this),_0x2862ac['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x2862ac;}['_createSkeletonView'](){const _0x51b276=new pn(this['locale'],mn['aiChatResources']);return _0x51b276['bind']('isVisible')['to'](this,'isLoading'),_0x51b276;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x48436b){const _0x1888fd=ot();this['_latestLoadResourcesUid']=_0x1888fd,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x48436b,'uid':_0x1888fd}),this['isLoading']=!0x0;}['setResources'](_0x14994e,_0x301eef){if(_0x301eef&&_0x301eef!==this['_latestLoadResourcesUid'])return;const _0x4ef8e6=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x14994e,_0x4ef8e6),_0x14994e['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x278478,_0x1f3a76){this['_resourcesListView']['updateResourceState'](_0x278478,_0x1f3a76);}}const xr='ck-ai-chat-context-controls__source-balloon-panel',Lr='ck-button-icon\x20ck-button-back',Dr='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class Pr{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x23eecf,_0x40c106,_0x5e5a66){this['_locale']=_0x23eecf,this['_bodyCollection']=_0x40c106,this['_config']=_0x5e5a66;}['showSourceResourcesBalloon']({source:_0x273c4c,withBackButton:_0x56db51}){let _0x3f6a9d=this['_sourceResourceBalloons']['get'](_0x273c4c['id']);_0x3f6a9d||(_0x3f6a9d=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x273c4c['id'],_0x3f6a9d),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x3f6a9d)),this['_addSourceResourceContent']({'balloonPanel':_0x3f6a9d,'source':_0x273c4c,'withBackButton':_0x56db51}),_0x3f6a9d['show']();const _0x26dd75=this['_config']['getTargetElement']();_0x26dd75&&_0x3f6a9d['pin']({'target':_0x26dd75,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x4d8c16,_0x45a1e9,_0x24993a){const _0x3484f5=this['_sourceResourceBalloons']['get'](_0x4d8c16);if(!_0x3484f5)return;const _0x47975=this['_getResourcesViewFromBalloon'](_0x3484f5);_0x47975&&(_0x47975['setResources'](_0x45a1e9,_0x24993a),_0x47975['once']('change:isLoading',()=>{_0x3484f5['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0xcbcd04){const _0x2d4a75=this['_sourceResourceBalloons']['get'](_0xcbcd04);_0x2d4a75&&requestAnimationFrame(()=>{_0x2d4a75['hide'](),this['_sourceResourceBalloons']['delete'](_0xcbcd04),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x468438 of this['_sourceResourceBalloons']['values']())if(_0x468438['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x1f1218,_0x33b4d6,_0x4f1485){const _0x21e0c4=this['_sourceResourceBalloons']['get'](_0x1f1218);if(!_0x21e0c4||!_0x21e0c4['isVisible'])return;const _0x10e0c2=this['_config']['getTargetElement']();if(!_0x10e0c2)return;_0x21e0c4['pin']({'target':_0x10e0c2,'limiter':this['_config']['getLimiterElement']()});const _0x2a3850=this['_getResourcesViewFromBalloon'](_0x21e0c4);_0x2a3850&&_0x2a3850['updateResourceState'](_0x33b4d6,_0x4f1485);}['destroy'](){for(const _0x3a199c of this['_sourceResourceBalloons']['values']())_0x3a199c['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x2a7e4b=new Xt(this['_locale']);return _0x2a7e4b['extendTemplate']({'attributes':{'class':xr}}),this['_bodyCollection']['add'](_0x2a7e4b),_0x2a7e4b;}['_addSourceResourceContent']({balloonPanel:_0x1a5793,source:_0x4800f4,withBackButton:_0xae7e04}){_0x1a5793['content']['clear']();const _0x501ee7=this['_createBalloonHeader']({'balloonPanel':_0x1a5793,'source':_0x4800f4,'withBackButton':_0xae7e04});_0x1a5793['content']['add'](_0x501ee7);const _0xac324a=this['_createBalloonResourcesView'](_0x4800f4);_0x1a5793['content']['add'](_0xac324a);}['_createBalloonHeader']({balloonPanel:_0x1ba32f,source:_0x3fcbfe,withBackButton:_0x1f5587}){const _0x502f99=new _0x53b19c(this['_locale'],{'label':_0x3fcbfe['label'],'class':Dr});return _0x1f5587&&_0x502f99['children']['add'](this['_createBackButton'](_0x1ba32f),0x0),_0x502f99;}['_createBackButton'](_0x171998){const _0x125712=new Nt(this['_locale']);return _0x125712['set']({'icon':_0x15e3cb,'tooltip':hs(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':Lr}),_0x125712['on']('execute',()=>{_0x171998['hide'](),this['_config']['onBackToContext']();}),_0x125712;}['_createBalloonResourcesView'](_0x10329d){const _0x1ca27c=new yr(this['_locale'],{'source':_0x10329d,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x1ca27c['on']('loadSourceResources',(_0x2f0016,_0x1e28c6)=>{this['_config']['onLoadSourceResources'](_0x1e28c6);}),_0x1ca27c['on']('addResourceToContext',(_0x53dfd0,_0x28a08d)=>{this['_config']['onResourceSelected'](_0x28a08d['source'],_0x28a08d['resource']),this['closeSourceResourceBalloon'](_0x10329d['id']);}),_0x1ca27c;}['_getResourcesViewFromBalloon'](_0x18f424){const _0x421cba=_0x18f424['content']['get'](0x1);return _0x421cba instanceof yr?_0x421cba:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x20042e){zt({'emitter':_0x20042e,'contextElements':[_0x20042e['element']],'callback':()=>{_0x20042e['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x20042e['isVisible']});}}const Hr=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],Mr='ck-ai-chat-context-controls',Ur='ck-ai-chat-context-controls__pending-contexts',Vr='ck-ai-chat-context-controls__add-context-balloon-panel',Br='ck-ai-chat-context-controls__add-context-button',Gr='ck-ai-chat-context-controls__url-balloon-panel',Fr='ck-ai-chat-context-controls__balloon-button',Kr='ck-ai-chat-context-controls__balloon-button-source',Wr='ck-ai-chat-controls-button',Yr='ck-ai-chat-context-chips-wrapper-balloon',$r='ck-ai-chat-controls_context_show-more-button',qr='ck-ai-chat-context-controls__show-more-balloon-panel',Qr='ck-ai-chat',Xr=[Xt['defaultPositions']['northArrowSouthWest'],Xt['defaultPositions']['northArrowSouth'],Xt['defaultPositions']['northArrowSouthEast'],Xt['defaultPositions']['southArrowNorthWest'],Xt['defaultPositions']['southArrowNorth'],Xt['defaultPositions']['southArrowNorthEast']];class zr extends vt{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x1f1054,_0x3b8bb3){super(_0x1f1054),this['bodyCollection']=_0x3b8bb3['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x1f1054),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x1f1054),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x1f1054),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x1f1054,_0x3b8bb3);const _0x4daa5f={'cssClasses':{'showMoreButton':$r+'\x20'+us,'showMoreBalloon':qr,'overflowContainer':Yr,'controlsButton':Wr}};this['_overflowManager']=new Wn(_0x1f1054,this['_currentContextsChips'],_0x4daa5f,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'](_0x50fcb9,_0x3805c3){const _0x463198=this['_createContextButton'](_0x50fcb9,'current',!0x0,_0x3805c3);this['_addContextToCollection'](_0x463198,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x56c27d){this['_removeContextFromCollection'](_0x56c27d,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x56c27d,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x3f52da,_0x270c40){let _0xd014d3=this['_currentContextsChips']['find'](_0x4cde6d=>_0x4cde6d['id']===_0x3f52da);_0xd014d3||(_0xd014d3=this['_overflowManager']['overflowChips']['find'](_0x3cf3fc=>_0x3cf3fc['id']===_0x3f52da)),_0xd014d3&&(_0xd014d3['isLoading']=_0x270c40);}['setConversationContext'](_0x508692){this['_conversationContextsChips']['clear']();for(const _0x147e95 of _0x508692){const _0x58ef83=this['_createContextButton'](_0x147e95,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x58ef83,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x233d20,_0x16dcc9,_0xb335c5){this['_resourcesBalloonView']['updateResourceState'](_0x233d20,_0x16dcc9,_0xb335c5);}['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:_0xbd87ca,withBackButton:_0x14713e}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0xbd87ca,'withBackButton':_0x14713e}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x2da8f6,_0x32fc65,_0xe4e1a,_0x22f7ae){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x2da8f6,_0xe4e1a,_0x22f7ae);}['closeSourceResourceBalloon'](_0x1ae694){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x1ae694),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x109d1e){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x109d1e),this['_setAddContextButtonEnabled'](_0x109d1e);}['_setAddContextButtonEnabled'](_0x4120cf){const _0x35a497=!_0x4120cf['document']['isHidden']&&_0x4120cf['document']['enabled'],_0x11b1b2=_0x4120cf['urls']['enabled'],_0x5528e4=_0x4120cf['files']['enabled'],_0x43c843=_0x4120cf['sources']['length']>0x0,_0x1e8dd8=_0x4120cf['customItems']&&_0x4120cf['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x35a497||_0x11b1b2||_0x5528e4||_0x43c843||_0x1e8dd8;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Mr,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Ur},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x33684e){const _0x780baa=new Nt(_0x33684e);return _0x780baa['set']({'label':hs(_0x33684e,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Wr+'\x20'+Br+'\x20'+us,'icon':_0x2a741b,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x780baa;}['_createAddContextBalloonPanelView'](_0x36c293){return this['_createBaseBalloonPanel'](_0x36c293,Vr);}['_createUrlBalloonPanelView'](_0x19421f){const _0x5e7316=this['_createBaseBalloonPanel'](_0x19421f,Gr);return this['_addUrlContent'](_0x5e7316,_0x19421f),_0x5e7316;}['_createResourcesBalloonView'](_0x294bbe,_0x3069ad){const _0x5906d8={'searchInputVisibleFrom':_0x3069ad['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr});},'onResourceSelected':(_0x403639,_0xf24928)=>{this['fire']('addResourceToContext',{'source':_0x403639,'resource':_0xf24928});},'onLoadSourceResources':_0xf61038=>{this['fire']('loadSourceResources',_0xf61038);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Pr(_0x294bbe,_0x3069ad['bodyCollection'],_0x5906d8);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Qr)||document['body'];}['_createBaseBalloonPanel'](_0x35228c,_0x3fd996){const _0x22c404=new Xt(_0x35228c);return _0x22c404['extendTemplate']({'attributes':{'class':_0x3fd996}}),this['bodyCollection']['add'](_0x22c404),_0x22c404;}['_setBalloonPanelContent'](_0x17f28b,_0x411aef,_0x461057){if(_0x17f28b['content']['clear'](),!_0x461057['document']['isHidden']&&_0x461057['document']['enabled']){const _0x2da5bb=this['_createBalloonButton'](_0x411aef,{'label':hs(_0x411aef,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x2c2579});_0x2da5bb['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x17f28b['content']['add'](_0x2da5bb);}if(_0x461057['urls']['enabled']){const _0x36d8c9=this['_createBalloonButton'](_0x411aef,{'label':hs(_0x411aef,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x289d5e});_0x36d8c9['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr}),this['_urlInputView']['focus']();}),_0x17f28b['content']['add'](_0x36d8c9);}if(_0x461057['files']['enabled']){const _0x11798e=new _0x28782d(_0x411aef);_0x11798e['set']({'label':hs(_0x411aef,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x58d7b2,'withText':!0x0,'tooltip':!0x0,'class':Fr,'allowMultipleFiles':!0x0}),_0x11798e['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x11798e['on']('done',(_0x3ca492,_0x46c9d8)=>{this['fire']('addFileToContext',_0x46c9d8);}),_0x11798e['tooltip']=!0x0,_0x17f28b['content']['add'](_0x11798e);}for(const _0x29d288 of _0x461057['sources']){const _0x2c4425=this['_createBalloonButton'](_0x411aef,{'label':_0x29d288['label'],'icon':_0x29d288['icon']||_0x548fb2,'type':'source'});_0x17f28b['content']['add'](_0x2c4425),_0x2c4425['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x29d288,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x10f18d of _0x461057['customItems']||[]){const _0x375476=this['_createBalloonButton'](_0x411aef,{'label':_0x10f18d['label'],'icon':_0x10f18d['icon']||_0x548fb2,'type':'customItem'});_0x17f28b['content']['add'](_0x375476),_0x375476['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x10f18d);});}this['_hasExactlyOneSource']=0x1===_0x17f28b['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x406720,_0x1f3be2){this['_urlInputView']=new wr(_0x1f3be2),this['_urlInputView']['on']('submitUrl',(_0x39b45e,_0x1f7436)=>{this['_handleUrlSubmit'](_0x1f7436);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr});}),_0x406720['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x1cb67b,_0x5aea3a){const _0x23175f='source'===_0x5aea3a['type']?new jr(_0x1cb67b):new Nt(_0x1cb67b);return _0x23175f['set']({'label':_0x5aea3a['label'],'icon':_0x5aea3a['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Fr}),_0x23175f;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){zt({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x572d3b){const _0x358334=this['_addContextBalloonConfig'];_0x358334['buttonView']['isOn']=_0x572d3b,_0x572d3b?_0x358334['balloonView']['show']():_0x358334['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x536964,buttonView:_0xe23641,hideMethod:_0x2c92cf}=this['_addContextBalloonConfig'];zt({'emitter':_0x536964,'contextElements':[_0x536964['element'],_0xe23641['element']],'callback':()=>{_0x2c92cf();},'activator':()=>_0xe23641['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x4d1eab,_0x361709,_0x29693a=!0x1,_0x4fec77=!0x1){const _0x5c2d64='conversation'===_0x361709||!0x0===_0x4d1eab['isReadOnly'],_0x13b343=new Bn(this['locale'],_0x4d1eab,_0x5c2d64,_0x29693a,_0x4fec77);return _0x5c2d64||_0x13b343['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x13b343['id']);}),_0x13b343;}['_addContextToCollection'](_0x5b3b64,_0x5d22b1){_0x5d22b1['add'](_0x5b3b64,0x0);}['_removeContextFromCollection'](_0x32d8c1,_0x4bca70){const _0x5349cc=_0x4bca70['find'](_0x1a6c6b=>_0x1a6c6b['id']===_0x32d8c1);_0x5349cc&&_0x4bca70['remove'](_0x5349cc);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0x166eeb){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x166eeb);}}class jr extends Nt{['arrowView'];constructor(_0x1cc02c){super(_0x1cc02c),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[Kr]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x522509=new xt();return _0x522509['content']=_0x58875c,_0x522509['extendTemplate']({'attributes':{'class':Kr+'__arrow'}}),_0x522509;}}class Jr extends vt{['_cancelButtonView'];['_loaderView'];constructor(_0x581158){super(_0x581158),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 _0x48db43=new Nt(this['locale']);return _0x48db43['set']({'label':hs(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':ls+'\x20ck-ai-button-stop-generating','icon':_0x321021}),_0x48db43['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x48db43;}['_createLoaderView'](){const _0x45dbb3=new vt(this['locale']);return _0x45dbb3['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':hs(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x45dbb3;}}class Zr extends vt{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x4e2c78,_0xca2491){super(_0x4e2c78),this['_contextPanelView']=this['_createContextPanelView'](_0x4e2c78,{'bodyCollection':_0xca2491['bodyCollection'],'searchInputVisibleFrom':_0xca2491['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x4e2c78),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x4e2c78),this['_loaderView']=this['_createLoaderView'](_0x4e2c78),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x4e2c78),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'](...Hr)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x193b3f=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x193b3f['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x193b3f['if']('isLoading','ck-hidden',_0x2eb0dd=>_0x2eb0dd||!this['isModelAvailable']),_0x193b3f['if']('isModelAvailable','ck-hidden',_0x18a925=>!_0x18a925||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x193b3f['if']('isLoading','ck-hidden',_0x2e2f30=>!_0x2e2f30)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x193b3f['if']('isModelAvailable','ck-hidden',_0x25bfd5=>_0x25bfd5)]},'children':[this['_modelUnavailableMessageView']]}]}),zt({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['_createContextPanelView'](_0x3f72f6,_0x443053){return new zr(_0x3f72f6,_0x443053);}['_createPromptInputView'](_0x5dc9ff){return new hr(_0x5dc9ff,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x56b998){return new Er(_0x56b998);}['_createLoaderView'](_0x374142){return new Jr(_0x374142);}['_createModelUnavailableMessageView'](_0x5e2487){const _0x535633=new to(_0x5e2487);return _0x535633['delegate']('startConversation')['to'](this),_0x535633;}['_handlePromptInputFocus'](_0x3f2471,_0x180823,_0x4018c3){_0x4018c3?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x5c78d1,_0x6f45b6){this['_contextPanelView']['addContextItem'](_0x5c78d1,_0x6f45b6);}['removeContextItem'](_0x11bb3f){this['_contextPanelView']['removeContextItem'](_0x11bb3f);}['setContextItemLoading'](_0x892bba,_0x3fb99c){this['_contextPanelView']['setContextItemLoading'](_0x892bba,_0x3fb99c);}['setIsUploadInProgress'](_0x49b25f){this['_promptInputView']['setIsUploadInProgress'](_0x49b25f);}['setConversationContext'](_0x8f00d){this['_contextPanelView']['setConversationContext'](_0x8f00d);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x534e2c,_0x558ae4,_0x4f4934){this['_contextPanelView']['updateResourceState'](_0x534e2c,_0x558ae4,_0x4f4934);}['setWebSearch'](_0x251d6a){this['_promptCapabilitiesView']['setWebSearch'](_0x251d6a);}['setReasoning'](_0xf78dca){this['_promptCapabilitiesView']['setReasoning'](_0xf78dca);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x15bb80){this['_contextPanelView']['setAddContextOptions'](_0x15bb80);}['setInputPlaceholder'](_0x5099a6){this['_promptInputView']['setPlaceholderText'](_0x5099a6);}['setModelList'](_0x402fcb,_0x130849){this['_promptCapabilitiesView']['setModelList'](_0x402fcb,_0x130849);}['setModel'](_0x263d6a){_0x263d6a?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x263d6a)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x14ca3b){this['_promptCapabilitiesView']['disableModelSelector'](_0x14ca3b);}['populateSourceResourceBalloon'](_0x11c019,_0x42c210,_0x530f7e,_0x241b04){this['_contextPanelView']['populateSourceResourceBalloon'](_0x11c019,_0x42c210,_0x530f7e,_0x241b04);}['closeSourceResourceBalloon'](_0x4b2bf5){this['_contextPanelView']['closeSourceResourceBalloon'](_0x4b2bf5);}['focusPromptInput'](_0x40607f=!0x1){this['_promptInputView']['focus'](_0x40607f);}['setPromptInputValue'](_0x573cdf){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x573cdf;}}class to extends vt{constructor(_0x794e70){super(_0x794e70);const _0x53ce18=new Nt(_0x794e70);_0x53ce18['set']({'label':hs(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x53ce18['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':hs(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x53ce18]}]});}}class eo extends _0x53b19c{['resizeButton'];constructor(_0x35a293,_0x24c1cb){super(_0x35a293,{'label':_0x24c1cb['label'],'class':'ck-ai-header\x20'+_0x24c1cb['class'],'icon':_0x24c1cb['icon']}),this['set']('isMaximized',!0x1),_0x24c1cb['content']&&this['children']['add'](_0x24c1cb['content']),_0x24c1cb['showResizeButton']&&(this['resizeButton']=ds(_0x35a293,this),this['children']['add'](this['resizeButton']));}}class io extends vt{constructor(_0x251967){super(_0x251967),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':hs(_0x251967,'AI_DISCLAIMER_TEXT')}]}]});}}function so(_0x4b87ba,_0x52b8e8){const _0x4b3531=new Nt(_0x4b87ba);return _0x4b3531['set']({'label':hs(_0x4b87ba,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x4ff6ca,'class':'ck-ai-chat__start-conversation\x20'+ls}),_0x4b3531['on']('execute',()=>{_0x52b8e8['fire']('startConversation');}),_0x4b3531;}class no extends vt{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x40db94,_0x2c56e8){super(_0x40db94),this['_bodyCollection']=new Qt(_0x40db94),this['_bodyCollection']['attachToDom']();const _0x34fef8=so(_0x40db94,this);this['chatHeader']=new eo(_0x40db94,{'label':hs(_0x40db94,'AI_CHAT_HEADING'),'icon':_0xf586bd,'class':'ck-ai-header_chat','content':_0x34fef8,'showResizeButton':_0x2c56e8['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new rr(_0x40db94,this['_bodyCollection']),this['chatFeed']['delegate'](...tn)['to'](this),this['chatControls']=new Zr(_0x40db94,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x2c56e8['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...tn)['to'](this),this['chatDisclaimer']=new io(_0x40db94),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x40db94['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x229779,_0x523eb3,_0x1bc376,_0x26f1c4){this['chatControls']['populateSourceResourceBalloon'](_0x229779,_0x523eb3,_0x1bc376,_0x26f1c4);}['closeSourceResourceBalloon'](_0x4aff6d){this['chatControls']['closeSourceResourceBalloon'](_0x4aff6d);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class ro extends _0xee6711{static get['requires'](){return[os];}['_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(_0x1d411f){super(_0x1d411f);const _0x4c5977=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new Cn(),this['_view']=new no(this['context']['locale'],{'showResizeButton':_0x4c5977['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate']('resizeTabs')['to'](_0x4c5977),this['_view']['delegate'](...tn)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x3b3a45,{showDiff:_0x43adad})=>{this['showDiff']=_0x43adad;}),_0x4c5977['view']['addTab']({'id':'chat','buttonLabel':hs(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0xf586bd,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x4c5977['view'],'isMaximized',_0x582767=>_0x582767),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x12643e=>_0x12643e),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x54e7c5){const _0x1d2b0c=this['context']['config']['get']('ai.chat.welcomeMessage')??hs(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x54e7c5['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x1d2b0c}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x58749f,staticMessage:_0x552a2d}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x58749f,'initialContent':'<p>'+_0x552a2d+'</p>'});});}async['addFeedItemUserMessage'](_0x5cdc59){const _0x22d7e0=_0x5cdc59['attributes']?.['displayedPrompt']||_0x5cdc59['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x5cdc59['contextItems']['values']()),'initialContent':'<p>'+_0x22d7e0+'</p>','id':_0x5cdc59['id']});});}async['addFeedItemError']({errorMessage:_0x3af043,id:_0xcd9f94}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x3af043+'</p>','id':_0xcd9f94});});}async['addFeedItemAIReply'](_0x2b56b5){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x2b56b5['interactionId']+':'+_0x2b56b5['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x2cc526){const _0x3b4dc1=$s(this['context']);let _0x25aa32=_0x3b4dc1['config']['get']('ai.availableReplyActions')||[...fn];if(_0x3b4dc1['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0x5adcac=_0x3b4dc1['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0x5adcac,'value');}}else _0x25aa32=_0x25aa32['filter'](_0x4fa5e7=>'insertSuggestion'!=_0x4fa5e7);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x2cc526['interactionId']+':'+_0x2cc526['id'],'areActionsDisabled':_0x2cc526['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x25aa32}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0xf4b08a,_0xa35c62){return this['_promiseQueue']['enqueue'](async()=>{const _0x5ae700=this['_view']['chatFeed']['children']['last'];if(_0x5ae700 instanceof Zn)return this['_view']['chatFeed']['children']['remove'](_0x5ae700),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0xf4b08a['id'],'capabilities':{'isWebSearchEnabled':_0x5ae700['capabilities']['isWebSearchEnabled']||_0xa35c62['isWebSearchEnabled'],'isReasoningEnabled':_0x5ae700['capabilities']['isReasoningEnabled']||_0xa35c62['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0xf4b08a['id'],'capabilities':_0xa35c62});});}async['addFeedItemCustomElement'](_0x2d7ff6,_0x7a3eab){let _0x1b2955;return await this['_promiseQueue']['enqueue'](async()=>{_0x1b2955=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x2d7ff6,'id':_0x7a3eab});}),_0x1b2955;}['removeFeedItem'](_0x536d7a){this['_view']['chatFeed']['removeItem'](_0x536d7a);}['hasFeedItem'](_0x41417f){return this['_view']['chatFeed']['hasItem'](_0x41417f);}['updateFeedInteractionHeader'](_0xee0524){const _0x307bae=this['_view']['chatFeed']['children']['find'](_0x26629b=>_0x26629b['options']['id']==_0xee0524['id']&&_0x26629b instanceof Zn);_0x307bae&&_0x307bae['set']('isVisible',_0xee0524['isVisible']);}async['updateFeedItemAIReplyContent'](_0x33aa6c){const _0x52ddc9=_0x33aa6c['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x4795b6=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x33aa6c,'abortSignal':_0x4795b6,'renderingStrategy':_0x52ddc9}),_0x33aa6c['isDone']&&this['markFeedItemAsDone'](_0x33aa6c['id']);});}['updateFeedItemAIReplySources'](_0x5e1576,_0x5a10c4){this['_view']['chatFeed']['updateWebSources'](_0x5e1576,_0x5a10c4);}async['updateFeedItemAIReplySuggestionContent'](_0x491527){return this['_promiseQueue']['enqueue'](async _0x37c77c=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x491527,'abortSignal':_0x37c77c}),_0x491527['isDone']&&this['markFeedItemAsDone'](_0x491527['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x91bd7){this['_view']['chatFeed']['updateSuggestionPartState'](_0x91bd7);}['setFeedItemAIReplySuggestionPartActive'](_0x522d69){this['_view']['chatFeed']['setSuggestionPartActive'](_0x522d69);}['markFeedItemAsDone'](_0x5bb8ce){this['_view']['chatFeed']['markItemAsDone'](_0x5bb8ce);}['removeFeedInteraction'](_0x28d5fa){this['_view']['chatFeed']['getItemIds']()['filter'](_0x5b3458=>_0x5b3458['startsWith'](_0x28d5fa))['forEach'](_0x26a58d=>this['_view']['chatFeed']['removeItem'](_0x26a58d));}['startInteraction'](){const _0x3da932=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x3da932),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x5c0b36){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x1994e4=>_0x1994e4['startsWith'](_0x5c0b36['id']))['forEach'](_0x38df96=>this['markFeedItemAsDone'](_0x38df96)),this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x352947,_0x46b357){this['_view']['chatControls']['addContextItem'](_0x352947,_0x46b357);}['removeContextItem'](_0xfc1a6f){this['_view']['chatControls']['removeContextItem'](_0xfc1a6f);}['setContextItemLoading'](_0x45f01d,_0x5171a4){this['_view']['chatControls']['setContextItemLoading'](_0x45f01d,_0x5171a4);}['setIsUploadInProgress'](_0x242a89){this['_view']['chatControls']['setIsUploadInProgress'](_0x242a89);}['setConversationContext'](_0x2c620b){this['_view']['chatControls']['setConversationContext'](_0x2c620b);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x51331d,_0x425df1,_0x189df8){this['_view']['chatControls']['updateResourceState'](_0x51331d,_0x425df1,_0x189df8);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x4ff22a){this['_view']['chatControls']['setAddContextOptions'](_0x4ff22a);}['updateCapabilities'](_0x4a5aa5){this['_view']['chatControls']['setWebSearch'](_0x4a5aa5['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x4a5aa5['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x4a5aa5));}['setSelectedModel'](_0x2e6cbc,_0x3cb9d4){this['_view']['chatControls']['setModel'](_0x2e6cbc),_0x3cb9d4&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x48bd8f){this['feedItemRenderingStrategy']=_0x48bd8f;}['toggleLoadingSkeleton'](_0x446601){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x446601);}['resetConversationTitle'](){this['setConversationTitle'](hs(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x44f9e2,_0x1dc52c=!0x1){if(_0x1dc52c&&!St()&&_0x44f9e2['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x44f9e2);this['_view']['chatHeader']['label']=_0x44f9e2;}['setLoadingMessage'](_0x2e8596){this['_view']['chatFeed']['setLoadingMessage'](_0x2e8596);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x322af1){let _0x28d728=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x322af1[_0x28d728],_0x28d728++,_0x28d728===_0x322af1['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x27a932){return _0x27a932['isWebSearchEnabled']&&_0x27a932['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x27a932['isWebSearchEnabled']?hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x27a932['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x196bb7){return _0x196bb7?_0x196bb7['isWebSearchEnabled']&&_0x196bb7['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x196bb7['isWebSearchEnabled']?hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x196bb7['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x262ea9,_0x46119e,_0x449709,_0x4a3754){this['_view']['populateSourceResourceBalloon'](_0x262ea9,_0x46119e,_0x449709,_0x4a3754);}['closeSourceResourceBalloon'](_0x173c26){this['_view']['closeSourceResourceBalloon'](_0x173c26);}['setPromptInputValue'](_0xdb774f){this['_view']['chatControls']['setPromptInputValue'](_0xdb774f);}['focusPromptInput'](_0x2a6568=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x2a6568);}['scrollFeedToSuggestion'](_0x592a0d,_0x50863e){this['_view']['chatFeed']['scrollToSuggestion'](_0x592a0d,_0x50863e);}['startAutoScroll'](_0x53ccfb={}){this['_view']['chatFeed']['startAutoScroll'](_0x53ccfb);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class oo extends Dt{['sections'];constructor(_0x3ad3ee,_0xe2d291){super(_0x3ad3ee),this['sections']=_0xe2d291,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x58f848){let _0x30acbb=0x0,_0x2fb9a3=0x0;for(const _0x400da2 of this['sections']){const {resultsCount:_0x3df63b,totalItemsCount:_0x227ec5}=_0x400da2['filter'](_0x58f848);_0x30acbb+=_0x3df63b,_0x2fb9a3+=_0x227ec5;}return{'resultsCount':_0x30acbb,'totalItemsCount':_0x2fb9a3};}}class ao extends Ht{['title'];['itemsViews'];['_itemsListView'];constructor(_0x45ce19,{title:_0x28b16d,items:_0x513034}){super(_0x45ce19);const _0x2be89e=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x28b16d,this['itemsViews']=_0x513034;const _0x4de3dd=new vt(_0x45ce19);_0x4de3dd['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new Dt(_0x45ce19),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x2be89e['if']('isVisible','ck-hidden',_0x31092e=>!_0x31092e)]},'children':[_0x4de3dd,this['_itemsListView']]});}['filter'](_0x1804c7){const _0x5bf416=this['itemsViews']['length'];let _0x145fdd=0x0;for(const _0x55c2c8 of this['itemsViews']){if(_0x1804c7){const _0x3a2380=_0x55c2c8['isMatching'](_0x1804c7);_0x55c2c8['isVisible']=!!_0x3a2380,_0x55c2c8['highlightText'](_0x1804c7);}else _0x55c2c8['isVisible']=!0x0,_0x55c2c8['highlightText'](null);_0x55c2c8['isVisible']&&_0x145fdd++;}return this['isVisible']=_0x145fdd>0x0,{'resultsCount':_0x145fdd,'totalItemsCount':_0x5bf416};}['getItem'](_0x34c620){return this['itemsViews']['find'](_0x209a55=>_0x209a55['id']===_0x34c620);}['removeItem'](_0x4a4542){const _0x41691f=this['itemsViews']['indexOf'](_0x4a4542);-0x1!==_0x41691f&&(this['itemsViews']['splice'](_0x41691f,0x1),this['_itemsListView']['items']['remove'](_0x4a4542));}}class ho extends/* #__PURE__ -- @preserve */
27
+ _0x47b513(Ht){['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(_0xccfedf,_0x37d619){super(_0xccfedf);const _0x23701d=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x37d619['pinned']),this['set']('loadingState',null),this['set']('title',_0x37d619['title']),this['id']=_0x37d619['id'];const {createdAt:_0x11e15c,active:_0x2a9a47=!0x1}=_0x37d619;this['_titleView']=new _0x2a3dc2(),this['_titleView']['bind']('text')['to'](this,'title',t=>_0x28ca45(t||'')),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x548133=this['_createCheckView'](),_0x591c5a=this['_createPinButtonView'](_0xccfedf),_0x150fa8=this['_createMenuDropdownView'](),_0x462d48=this['_createEditInputView'](_0xccfedf),_0x1a556a=this['_createAcceptEditButtonView'](_0xccfedf,_0x462d48),_0x223dfb=this['_createCancelEditButtonView'](_0xccfedf);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x591c5a),this['actions']['add'](_0x150fa8),this['on']('change:isEdit',(_0x2be93d,_0x1f9e2f,_0x5b3b9a)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x5b3b9a?(this['actions']['add'](_0x1a556a),this['actions']['add'](_0x223dfb),this['mainContent']['add'](_0x462d48),_0x462d48['element']['value']=this['title']||'',_0x462d48['element']['focus']()):(this['actions']['add'](_0x591c5a),this['actions']['add'](_0x150fa8),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x2a9a47?'ck-ai-chat-history__item--active':'',_0x23701d['if']('isVisible','ck-hidden',_0x45b8f8=>!_0x45b8f8),_0x23701d['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',_0x23701d['if']('loadingState','ck-hidden',_0x2cb2a1=>!!_0x2cb2a1)]},'children':_0x2a9a47?[_0x548133]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x23701d['if']('loadingState','ck-hidden',_0x34e927=>!_0x34e927)]},'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',_0x23701d['if']('loadingState','ck-hidden',_0x3a4de=>!!_0x3a4de)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x23701d['if']('loadingState','ck-hidden',_0x16cbb=>!_0x16cbb)]},'children':[{'text':_0x23701d['to']('loadingState',_0x141fb3=>_0x141fb3?hs(this['locale'],ho['LOADING_LABELS'][_0x141fb3]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x11e15c]}]},{'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'](_0x2c2a80){this['set']('title',_0x2c2a80);}['updateLoadingState'](_0x2b34d0,_0x325e1b){this['set']('loadingState',_0x325e1b?_0x2b34d0:null);}['_createCheckView'](){const _0x48980b=new xt();return _0x48980b['set']({'content':_0x2dfde3}),_0x48980b;}['_createPinButtonView'](_0x413cb4){const _0x24df54=new Nt(_0x413cb4);return _0x24df54['set']({'label':hs(_0x413cb4,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x2208db,'withText':!0x1,'tooltip':!0x0}),_0x24df54['bind']('isOn')['to'](this,'pinned'),_0x24df54['on']('execute',()=>{const _0x11efee=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x11efee});}),_0x24df54;}['_createMenuDropdownView'](){const _0x8bb173=Gt(this['locale']),_0x4f4cab=_0x8bb173['panelView']['children'];_0x8bb173['buttonView']['set']({'label':hs(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x54c890}),_0x8bb173['panelPosition']='sw';const _0x16f51e=new Nt(this['locale']);_0x16f51e['label']=hs(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x16f51e['withText']=!0x0,_0x16f51e['on']('execute',()=>{this['isEdit']=!0x0;});const _0x7614aa=new Nt(this['locale']);_0x7614aa['label']=hs(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x7614aa['withText']=!0x0,_0x7614aa['on']('execute',()=>{this['showConfirm'](hs(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x541606=new Dt(this['locale']),_0x58daa6=new Ht(this['locale']);_0x58daa6['children']['add'](_0x16f51e);const _0x135d86=new Ht(this['locale']);return _0x135d86['children']['add'](_0x7614aa),_0x541606['items']['addMany']([_0x58daa6,_0x135d86]),_0x4f4cab['add'](_0x541606),_0x8bb173;}['_createEditInputView'](_0x23e631){const _0x678993=new _0x185b23(_0x23e631),_0x584870=_0x678993['bindTemplate'];return _0x678993['extendTemplate']({'on':{'keydown':_0x584870['to'](_0x421b2a=>{'Enter'==_0x421b2a['key']&&this['_commitEditInputValue'](_0x678993);})}}),_0x678993;}['_createAcceptEditButtonView'](_0x1c9a6c,_0x432f7c){const _0x58c815=new Nt(_0x1c9a6c);return _0x58c815['set']({'icon':_0x2dfde3,'withText':!0x1,'tooltip':hs(_0x1c9a6c,'AI_CHAT_HISTORY_ACCEPT')}),_0x58c815['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x58c815['on']('execute',()=>{this['_commitEditInputValue'](_0x432f7c);}),_0x58c815;}['_commitEditInputValue'](_0x295787){const _0x32f785=_0x295787['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x32f785});}['_createCancelEditButtonView'](_0x2bf4f5){const _0x5367a9=new Nt(_0x2bf4f5);return _0x5367a9['set']({'icon':_0x1a0f5,'withText':!0x1,'tooltip':hs(_0x2bf4f5,'AI_CHAT_HISTORY_CANCEL')}),_0x5367a9['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x5367a9['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x5367a9;}['_createSpinnerView'](){const _0xadf75f=new yn('tiny');return _0xadf75f['isVisible']=!0x0,_0xadf75f;}['isMatching'](_0x263b73){return'string'==typeof this['title']&&this['title']['match'](_0x263b73)?{'title':!0x0}:null;}['highlightText'](_0x386b69){this['_titleView']['highlightText'](_0x386b69);}}class co extends vt{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x415e71,_0x445ff2){super(_0x415e71),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x5b506d=so(_0x415e71,this);this['headerView']=new eo(_0x415e71,{'label':hs(_0x415e71,'AI_CHAT_HISTORY_HEADING'),'icon':_0x154a8a,'class':'ck-ai-header_history','content':_0x5b506d,'showResizeButton':_0x445ff2}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new oo(_0x415e71,[]),this['sectionsView']['delegate'](...lo)['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',_0x1748ec=>!_0x1748ec)]}}),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[this['headerView'],{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['mainErrorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'],this['isMainErrorViewVisible']=!this['isSearchViewVisible']&&!!this['errorMessage'];}['_createSearchView'](){const _0x2063bd=new _0x43e87c(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':hs(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x5402ff=>hs(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x5402ff),'secondary':hs(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x190868=this['_createErrorView']();return _0x190868['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x20a3ee=>!_0x20a3ee)]}}),_0x2063bd['on']('render',()=>{_0x2063bd['children']['add'](_0x190868,0x1);}),_0x2063bd['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x1bc9a5=>!_0x1bc9a5)]}}),_0x2063bd;}['_createSkeletonView'](){const _0x28e61e=new pn(this['locale'],mn['aiHistory']);return _0x28e61e['bind']('isVisible')['to'](this,'isLoading'),_0x28e61e;}['_createErrorView'](){const _0x5932fb=new vt(this['locale']),_0x585cc2=new Nt(this['locale']);_0x585cc2['set']({'withText':!0x1,'icon':_0x1a0f5,'class':'ck-ai-notification_error__dismiss-button'}),_0x585cc2['bind']('isVisible')['to'](this,'hasItems',_0x26be0c=>!!_0x26be0c),_0x585cc2['on']('execute',()=>{this['errorMessage']='';});const _0x467a0c=this['bindTemplate'];return _0x5932fb['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x467a0c['to']('errorMessage')}]},_0x585cc2]}),_0x5932fb;}['_createEmptyStateView'](){const _0x2903ef=new vt(this['locale']);return _0x2903ef['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0xdd3bc6=>!_0xdd3bc6)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[hs(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x2903ef;}['_createListItemViews'](_0x132a0e,_0x39c527){const _0x4d7430=[];for(const _0x3103ba of _0x132a0e){const _0x160209=new ho(_0x39c527,_0x3103ba);_0x160209['delegate'](...lo)['to'](this),_0x4d7430['push'](_0x160209);}return _0x4d7430;}['updateHistoryItemsWithCategories'](_0x82f929){const _0x53b767=this['locale']||'en',_0x24917a=[];for(const _0x19e9b2 of _0x82f929){const _0x4e3d54=this['_createListItemViews'](_0x19e9b2['items'],_0x53b767);_0x24917a['push'](new ao(_0x53b767,{'title':_0x19e9b2['title'],'items':_0x4e3d54}));}this['sectionsView']['sections']=_0x24917a,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x24917a),this['hasItems']=_0x82f929['some'](_0x4146ed=>_0x4146ed['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x1b6432){for(const _0x264833 of this['sectionsView']['sections']){const _0x290bf3=_0x264833['getItem'](_0x1b6432);if(_0x290bf3){if(_0x264833['removeItem'](_0x290bf3),0x0===_0x264833['itemsViews']['length']){const _0x5c328b=this['sectionsView']['sections']['indexOf'](_0x264833);-0x1!==_0x5c328b&&(this['sectionsView']['sections']['splice'](_0x5c328b,0x1),this['sectionsView']['items']['remove'](_0x264833));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x3cbe27,_0x2d66c4){for(const _0x115365 of this['sectionsView']['sections']){const _0xa89939=_0x115365['getItem'](_0x3cbe27);if(_0xa89939){_0xa89939['updateTitle'](_0x2d66c4);break;}}}['updateItemLoadingState'](_0x2a311e,_0x4c5004,_0x3ad97b){for(const _0x26d3c9 of this['sectionsView']['sections']){const _0x2bb944=_0x26d3c9['getItem'](_0x2a311e);if(_0x2bb944){_0x2bb944['updateLoadingState'](_0x4c5004,_0x3ad97b);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0xaea6c8=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0xaea6c8);}}}const lo=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];class uo extends _0xee6711{static get['requires'](){return[os];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5b16cd){super(_0x5b16cd);const _0xa5c1a4=this['context']['plugins']['get']('AITabs');this['_historyView']=new co(this['context']['locale'],_0xa5c1a4['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0xa5c1a4),this['_historyView']['delegate'](...lo)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0xa5c1a4['view'],'isMaximized',_0x5206a6=>_0x5206a6),_0xa5c1a4['view']['addTab']({'id':'history','buttonLabel':hs(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x154a8a,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x5b630c){this['_historyView']['removeHistoryItem'](_0x5b630c);}['updateItems'](_0x25cd82){this['_historyView']['updateHistoryItemsWithCategories'](_0x25cd82);}['updateItemTitle'](_0x2af04e,_0x281992){this['_historyView']['updateItemTitle'](_0x2af04e,_0x281992);}['updateItemLoadingState'](_0x2b7f83,_0x1043d6,_0x400d66){this['_historyView']['updateItemLoadingState'](_0x2b7f83,_0x1043d6,_0x400d66);}['setLoadingSkeleton'](_0x2c8106){this['_historyView']['isLoading']=_0x2c8106;}['showError'](_0x4fba4b){this['_historyView']['errorMessage']=_0x4fba4b;}['hideError'](){this['_historyView']['errorMessage']='';}}class _o extends ht(){['id'];['createdAt'];constructor({id:_0x3ebe78,title:_0x97d77,createdAt:_0x49792d,updatedAt:_0x3a5b32,pinned:_0x3d056f}){super(),this['id']=_0x3ebe78,this['createdAt']=new Date(_0x49792d),this['set']('title',_0x97d77),this['set']('updatedAt',_0x3a5b32?new Date(_0x3a5b32):null),this['set']('pinned',_0x3d056f||!0x1);}['updateTitle'](_0x3f1754){this['set']('title',_0x3f1754),this['updatedAt']=new Date();}['updatePinned'](_0x52eecc){this['set']('pinned',_0x52eecc),this['updatedAt']=new Date();}}class go extends Tt(){['items']=[];['connector'];['group'];constructor({connector:_0x3998ad,group:_0x26517f}){super(),this['connector']=_0x3998ad,this['group']=_0x26517f;}async['init'](){try{const _0x15c8c5=this['connector']['fetchConversations'](this['group']),_0x2c4476=await _0x15c8c5['getConversations']();this['loadItems'](_0x2c4476);}catch(_0x3b1031){this['fire']('error',{'error':_0x3b1031,'operation':'init'});}}['addItem'](_0x19dbe6){this['items']['push'](_0x19dbe6);}async['removeItem'](_0x3c5afb){const _0x2bca49=this['items']['findIndex'](_0x1b224d=>_0x1b224d['id']===_0x3c5afb);if(-0x1===_0x2bca49)return!0x1;try{return await this['connector']['deleteConversation'](_0x3c5afb)['execute'](),this['items']['splice'](_0x2bca49,0x1),this['fire']('itemRemoved',{'itemId':_0x3c5afb}),!0x0;}catch(_0x412621){return this['fire']('error',{'error':_0x412621,'operation':'removeItem','itemId':_0x3c5afb}),!0x1;}}['getItem'](_0x23e349){return this['items']['find'](_0x3a12a8=>_0x3a12a8['id']===_0x23e349);}async['updateItemTitle'](_0x20b3b7,_0x171ab2){const _0x584d16=this['getItem'](_0x20b3b7);if(!_0x584d16)return!0x1;try{return await this['connector']['updateConversation'](_0x20b3b7,{'title':_0x171ab2})['getResult'](),_0x584d16['updateTitle'](_0x171ab2),this['fire']('itemUpdated',{'itemId':_0x20b3b7,'updates':{'title':_0x171ab2}}),!0x0;}catch(_0x13b50e){return this['fire']('error',{'error':_0x13b50e,'operation':'updateItemTitle','itemId':_0x20b3b7}),!0x1;}}async['updateItemPinned'](_0x8e061,_0x4533ea){const _0x3d602c=this['getItem'](_0x8e061);if(!_0x3d602c)return!0x1;try{return await this['connector']['updateConversation'](_0x8e061,{'pinned':_0x4533ea})['getResult'](),_0x3d602c['updatePinned'](_0x4533ea),this['fire']('itemUpdated',{'itemId':_0x8e061,'updates':{'pinned':_0x4533ea}}),!0x0;}catch(_0x25982f){return this['fire']('error',{'error':_0x25982f,'operation':'updateItemPinned','itemId':_0x8e061}),!0x1;}}['loadItems'](_0x42f235){try{this['items']=[],_0x42f235['map'](_0x29811c=>{this['addItem'](new _o(_0x29811c));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x45beaf){this['fire']('error',{'error':_0x45beaf,'operation':'loadItems'});}}['getItems'](_0x4b80da={}){const _0x2f15e7=void 0x0!==_0x4b80da['pinned']&&_0x4b80da['pinned'],_0x126e28=_0x4b80da['from']?new Date(_0x4b80da['from']['getFullYear'](),_0x4b80da['from']['getMonth'](),_0x4b80da['from']['getDate']()):null,_0x46bda6=_0x4b80da['to']?new Date(_0x4b80da['to']['getFullYear'](),_0x4b80da['to']['getMonth'](),_0x4b80da['to']['getDate']()):null;return this['items']['filter'](_0x35bd1a=>{if(_0x35bd1a['pinned']!==_0x2f15e7)return!0x1;if(_0x46bda6){const _0x4e0364=new Date(_0x35bd1a['createdAt']['getFullYear'](),_0x35bd1a['createdAt']['getMonth'](),_0x35bd1a['createdAt']['getDate']());return _0x126e28?_0x126e28['getTime']()===_0x46bda6['getTime']()?_0x4e0364['getTime']()===_0x126e28['getTime']():_0x4e0364<_0x46bda6&&_0x4e0364>=_0x126e28:_0x4e0364<_0x46bda6;}return!0x0;});}}class Ao extends _0xee6711{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[as,Xs,uo,os];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](as),this['_aiChatHistoryUi']=this['context']['plugins']['get'](uo),this['_aiChatController']=this['context']['plugins']['get'](Xs);const _0x289fe5=this['context']['plugins']['get'](os);try{const _0x38a171=this['_aiChatController']['getGroupId']();this['history']=new go({'connector':this['_aiConnector'],'group':_0x38a171}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x46fe52,_0x371d95)=>{this['_setItemLoading'](_0x371d95['id'],'remove'),this['_handleRemove'](_0x371d95['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x3a46e6,_0x4a6d75)=>{this['_setItemLoading'](_0x4a6d75['id'],'rename'),this['_handleEditTitle'](_0x4a6d75['id'],_0x4a6d75['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x266d5c,_0x5ad675)=>{void 0x0!==_0x5ad675['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x5ad675['itemId'],_0x5ad675['updates']['title']),void 0x0!==_0x5ad675['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x5ad675['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x18218d,_0x1e7245)=>{this['_aiChatController']['_handleRemovedConversation'](_0x1e7245['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x1e7245['itemId']),this['_clearItemLoading'](_0x1e7245['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0xae5b28,_0x4df136)=>{this['_handleHistoryErrorUI'](_0x4df136['error'],_0x4df136['operation'],_0x4df136['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x3c9d58,_0x3e878e)=>{this['_handleSelectConversation'](_0x3e878e['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x488311,_0x50854e)=>{const _0x44a5f2=_0x50854e['pinned']?'pin':'unpin';this['_setItemLoading'](_0x50854e['id'],_0x44a5f2),this['_handleTogglePin'](_0x50854e['id'],_0x50854e['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0x289fe5['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x289fe5['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x545b8e){this['_handleHistoryErrorUI'](_0x545b8e,'init');}}async['_handleEditTitle'](_0x138e3a,_0x257faa){await this['history']['updateItemTitle'](_0x138e3a,_0x257faa);}async['_handleTogglePin'](_0x1ea851,_0x421d72){await this['history']['updateItemPinned'](_0x1ea851,_0x421d72);}async['_handleRemove'](_0x1b75c8){await this['history']['removeItem'](_0x1b75c8);}async['_handleSelectConversation'](_0x564085){await this['_aiChatController']['loadConversation'](_0x564085);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x4a4667=this['_aiChatController']['activeConversation']?.['id'],_0x2b990d=this['_getCategorizedItems']()['map'](_0x133c3=>({'title':_0x133c3['title'],'items':_0x133c3['items']['map'](_0x2b019b=>({'id':_0x2b019b['id'],'title':_0x2b019b['title']||hs(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x2b019b['createdAt'])['toLocaleDateString'](),'active':_0x2b019b['id']===_0x4a4667,'pinned':_0x2b019b['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x2b990d);}['_setItemLoading'](_0xe37e45,_0x4e3f4c){this['_aiChatHistoryUi']['updateItemLoadingState'](_0xe37e45,_0x4e3f4c,!0x0);}['_clearItemLoading'](_0x4c3003){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x4c3003,null,!0x1);}['_handleHistoryErrorUI'](_0x2582d6,_0x599e47,_0x16cfad){const _0xf26adb=this['_generateErrorMessage'](_0x599e47,_0x16cfad);this['_aiChatHistoryUi']['showError'](_0xf26adb),_0x16cfad&&this['_clearItemLoading'](_0x16cfad),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x2be28d,_0x4c68b5){const _0x3d5c82=_0x4c68b5?this['history']['getItem'](_0x4c68b5):null,_0x311399=_0x3d5c82?.['title']||hs(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x2be28d){case'updateItemTitle':return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x311399);case'updateItemPinned':{const _0x424c95=hs(this['context']['locale'],_0x3d5c82?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x424c95,_0x311399]);}case'removeItem':return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x311399);case'init':case'loadItems':return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x1333f9=new Date(),_0x284243=new Date(_0x1333f9['getFullYear'](),_0x1333f9['getMonth'](),_0x1333f9['getDate']()),_0x23ed3f=new Date(_0x284243);_0x23ed3f['setDate'](_0x23ed3f['getDate']()-0x1);const _0xbc24d7=new Date(_0x284243);_0xbc24d7['setDate'](_0xbc24d7['getDate']()-0xe);const _0x3dcc5e=this['history']['getItems']({'pinned':!0x0}),_0x3815e7=this['history']['getItems']({'from':_0x284243,'to':_0x284243}),_0x141e65=this['history']['getItems']({'from':_0x23ed3f,'to':_0x23ed3f}),_0xb4d8de=this['history']['getItems']({'from':_0xbc24d7,'to':_0x23ed3f}),_0x3f5929=this['history']['getItems']({'to':_0xbc24d7}),_0x9c3c0e=[];return _0x3dcc5e['length']>0x0&&_0x9c3c0e['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x3dcc5e}),_0x3815e7['length']>0x0&&_0x9c3c0e['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x3815e7}),_0x141e65['length']>0x0&&_0x9c3c0e['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x141e65}),_0xb4d8de['length']>0x0&&_0x9c3c0e['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0xb4d8de}),_0x3f5929['length']>0x0&&_0x9c3c0e['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x3f5929}),_0x9c3c0e;}}class Io extends _0xee6711{static get['requires'](){return[Ao,uo];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Eo extends _0xee6711{static get['requires'](){return[Xs,Js,ro,Io];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5b62c1){super(_0x5b62c1),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[],'alwaysAddSelection':!0x1}),this['context']['config']['define']('ai.chat.initialConversation','new');}}class po extends Nt{['id'];constructor(_0x26749c,_0xd1d99c){super(_0x26749c);const {id:_0x5db5ff,type:_0x2b6357,icon:_0x10b4f3}=_0xd1d99c;this['id']=_0x5db5ff,this['set']({'label':_0xd1d99c['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0xd1d99c['id']}}),_0x10b4f3?this['icon']=_0x10b4f3:'chat'===_0x2b6357?this['icon']=_0xf586bd:'review'===_0x2b6357?this['icon']=_0x14d24d:'translate'===_0x2b6357&&(this['icon']=_0x157c37);}}class mo extends vt{['listView'];constructor(_0x23c400,_0x3a83d4){super(_0x23c400);const _0x52648b=_0x3a83d4['map'](_0x3b7a17=>{const _0x1a5d93=new Ht(this['locale']),_0x2a6fb2=new po(this['locale'],_0x3b7a17);return _0x1a5d93['children']['add'](_0x2a6fb2),_0x2a6fb2['delegate']('execute')['to'](this),_0x1a5d93;});this['listView']=new Dt(this['locale']),this['listView']['items']['addMany'](_0x52648b),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const To='chat-shortcuts';class Co extends _0xee6711{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];static get['requires'](){return[ro];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](ro),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x3f4914=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{_0x3f4914['activeConversation']['isFromHistory']||this['_injectShortcuts']();}),this['listenTo'](_0x3f4914,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0xa71321=['chat','review','translate'];this['_shortcuts']['forEach'](_0x216e93=>{let _0x4aa5e4=!0x0;if(_0x216e93['id']&&_0x216e93['label']&&_0xa71321['includes'](_0x216e93['type'])?'chat'===_0x216e93['type']&&(_0x4aa5e4='string'==typeof _0x216e93['prompt']):_0x4aa5e4=!0x1,!_0x4aa5e4)throw new at('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x216e93});});}['_injectShortcuts'](){const _0xdee7b8=this['context']['plugins']['get'](ro);this['_shortcutsView']=new mo(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),_0xdee7b8['addFeedItemCustomElement'](this['_shortcutsView']['element'],To),this['_shortcutsView']['on']('execute',_0x53c2b9=>{const _0x2c2237=_0x53c2b9['source']['id'];this['_executeShortcut'](_0x2c2237);});}['_removeShortcuts'](){const _0x46029b=this['context']['plugins']['get'](ro);_0x46029b['hasFeedItem'](To)&&_0x46029b['removeFeedItem'](To),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x3e8a0f){const _0x54db5a=this['_shortcuts']['find'](_0xf61a2d=>_0xf61a2d['id']===_0x3e8a0f),_0x13681e=_0x54db5a['type'];'chat'===_0x13681e?this['_runChatShortcut'](_0x54db5a):'review'===_0x13681e?_0x54db5a['commandId']?this['_runReviewShortcut'](_0x54db5a):this['_switchTab']('reviewMode'):'translate'===_0x13681e&&(_0x54db5a['language']?this['_runTranslateShortcut'](_0x54db5a):this['_switchTab']('translate'));}['_switchTab'](_0x59f846){if(!this['context']['plugins']['has']('AITabs'))throw new at('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x59f846});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x59f846);}async['_runChatShortcut']({prompt:_0x126f9b,draftMode:_0x23deac,useWebSearch:_0x1dc94d=!0x1,useReasoning:_0x14982b=!0x1,model:_0x379643}){const _0x2148cf=this['context']['plugins']['get']('AIChatController'),_0x207a1e=_0x2148cf['activeConversation'];let _0xba5e92;_0xba5e92=_0x379643?await _0x207a1e['chatModels']['getModel'](_0x379643):await _0x207a1e['chatModels']['getDefault'](),_0xba5e92&&await _0x207a1e['setModel'](_0xba5e92),_0x207a1e['setWebSearch'](_0x1dc94d),_0x207a1e['setReasoning'](_0x14982b),_0x2148cf['addCurrentDocumentToChatContext'](),_0x23deac?(this['_aiChatUI']['setPromptInputValue'](_0x126f9b),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x2148cf['sendMessage']({'message':_0x126f9b});}['_runReviewShortcut']({commandId:_0x584521,model:_0x32a5ac,prompt:_0x5ee3cd,params:_0x3fcd6f}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new at('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0xfdcad8={'id':_0x584521,'isCustom':'custom'===_0x584521};_0x32a5ac&&_0x5ee3cd&&(_0xfdcad8['args']={'model':_0x32a5ac,'prompt':_0x5ee3cd}),_0x3fcd6f&&(_0xfdcad8['params']=_0x3fcd6f),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0xfdcad8);}['_runTranslateShortcut']({language:_0x353724}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new at('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x353724,'args':{'language':_0x353724}});}}class wo extends _0x2086ab{constructor(_0xeb99bc){super(_0xeb99bc);const _0x186b68=_0xeb99bc['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x186b68,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x55fe68=this['editor']['plugins']['get']('AITabs')['view'];_0x55fe68['isVisible']=!_0x55fe68['isVisible'];}}class fo extends _0x5e9f88{static get['requires'](){return[os];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x45714b=this['editor'];_0x45714b['commands']['add']('toggleAi',new wo(_0x45714b)),_0x45714b['ui']['componentFactory']['add']('toggleAi',()=>{const _0x17082a=this['_createAIUIButton'](Nt);return _0x17082a['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x17082a;}),_0x45714b['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x1dd793=this['_createAIUIButton'](Wt);return _0x1dd793['set']({'role':'menuitemcheckbox'}),_0x1dd793;});}['_createAIUIButton'](_0x3989be){const _0x4619a2=this['editor'],_0xa6ec32=_0x4619a2['commands']['get']('toggleAi'),_0x5c425f=new _0x3989be(_0x4619a2['locale']);return _0x5c425f['set']({'label':hs(_0x4619a2['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x141f4b,'isToggleable':!0x0}),_0x5c425f['bind']('isEnabled')['to'](_0xa6ec32),_0x5c425f['bind']('isOn')['to'](_0xa6ec32,'value',_0x17fc82=>!!_0x17fc82),this['listenTo'](_0x5c425f,'execute',()=>{_0xa6ec32['execute']();}),_0x5c425f;}}const bo=['applySuggestion','insertSuggestion','showNext','showPrevious'];class So extends vt{['_errorView'];constructor(_0x17696f){super(_0x17696f),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x275984){this['showError'](_0x275984);}['showError'](_0x56b54c){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x56b54c,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x568b09=new vt(this['locale']),_0x1c6a06=new vt(this['locale']);return _0x1c6a06['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x568b09['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x3804c6=>!_0x3804c6)]},'children':[_0x1c6a06]}),_0x568b09;}}const Ro=0xa;class Oo extends _0xee6711{static get['requires'](){return[Js];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_getTargetEditor'](){return this['_currentConfig']?.['targetEditor']??$s(this['context']);}['_isUpdatingMarkers']=!0x1;['open'](_0x18c754){const {id:_0xc614d5}=this['_currentConfig']??{};this['_currentConfig']=_0x18c754;const {id:_0x118bc3}=this['_currentConfig'];this['isOpen']&&_0xc614d5===_0x118bc3?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x428b49=this['_getTargetEditor']()['plugins']['get']('Dialog');_0x428b49['isOpen']&&this['_currentConfig']&&_0x428b49['id']===this['_currentConfig']['id']&&_0x428b49['hide']();}['_updateDialog'](){const _0x5db34a=this['_getTargetEditor']()['plugins']['get']('Dialog'),{icon:_0x21f3e5,title:_0x4ffb58}=this['_currentConfig'];_0x5db34a['view']?.['headerView']&&(_0x5db34a['view']['headerView']['label']=_0x4ffb58,_0x5db34a['view']['headerView']['iconView']&&_0x21f3e5&&(_0x5db34a['view']['headerView']['iconView']['content']=_0x21f3e5)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x5db34a['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](Js)['showFakeVisualSelection']({'ranges':this['_currentConfig']['ranges'],'id':'balloon','priority':0x64}),window['getSelection']()?.['removeAllRanges']();}['_hideFakeVisualSelection'](){this['context']['plugins']['get'](Js)['hideFakeVisualSelection']('balloon');}['_showDialog'](){const _0x6a46ef=this['_getTargetEditor']()['plugins']['get']('Dialog'),{id:_0x2ce7b6,title:_0x59f54f,icon:_0x422025,class:_0x39c737,mainView:_0x1d2ec2}=this['_currentConfig'];_0x1d2ec2['delegate'](...bo)['to'](this),_0x6a46ef['show']({'title':_0x59f54f,'icon':_0x422025,'hasCloseButton':!0x0,'id':_0x2ce7b6,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x39c737||''),'content':_0x1d2ec2,'onShow':_0x2d39d2=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x2d39d2['view']?.['updatePosition']();const _0x489e01=this['_getSelectionElements']();_0x489e01&&_0x489e01[0x0]&&Ct({'target':_0x489e01[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x2d39d2['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x2ce7b6});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x2ce7b6}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x43e47a,_0x1e6806){if(!_0x1e6806){const _0x202e7c=this['_getTargetRootDomRect']();if(!_0x202e7c)return null;_0x1e6806=_0x202e7c;}const _0x1d3733=this['_getSelectionElements']();if(!_0x1d3733||0x0===_0x1d3733['length'])return{'left':Math['round'](_0x1e6806['left']+_0x1e6806['width']/0x2-_0x43e47a['width']/0x2),'top':Math['round'](_0x1e6806['top']+_0x1e6806['height']/0x2-_0x43e47a['height']/0x2)};const _0x2c96bd=Math['round'](_0x1e6806['left']+_0x1e6806['width']/0x2-_0x43e47a['width']/0x2),_0x5f4564=_0x1d3733['map'](_0x201c5f=>new ut(_0x201c5f)),_0x268fb4=_0x43e47a['height'];return{'left':_0x2c96bd,'top':this['_calculateOptimalTopPosition'](_0x5f4564,_0x268fb4,_0x1e6806)};}['_calculateOptimalTopPosition'](_0x410601,_0x3c5331,_0x5b0c55){const _0x2aade3=new ut(ct['window']),_0xad1ed=_0x410601['map'](_0x120a12=>_0x120a12['getVisible']())['filter'](_0x376e22=>_0x376e22),_0x5ccc82=ut['getBoundingRect'](_0xad1ed);if(!_0x5ccc82)return Math['round'](_0x5b0c55['top']+_0x5b0c55['height']/0x2);const _0x34c7dc=_0x2aade3['getIntersection'](_0x5ccc82);if(!_0x34c7dc)return Math['round'](_0x5b0c55['top']+_0x5b0c55['height']/0x2);const _0x92bb9e=_0x5b0c55['getVisible'](),_0x4e306b=_0x92bb9e&&_0x5ccc82['height']>_0x92bb9e['height'],_0xd6dac5=_0x34c7dc['top'],_0x8a43ec=_0x34c7dc['bottom'];if(_0x4e306b){const _0x1da27a=(_0x92bb9e||_0x2aade3)['height']/0x2-_0x3c5331/0x2,_0x4846ce=_0xd6dac5-Ro-_0x5b0c55['top'],_0x4b1756=_0x5b0c55['bottom']-_0x8a43ec-Ro;return _0x4846ce>=_0x3c5331?Math['max'](Ro,_0xd6dac5-_0x3c5331-Ro):_0x4b1756>=_0x3c5331?_0x8a43ec+Ro:Math['max'](Ro,_0x1da27a);}const _0x1bac81=_0xd6dac5-_0x3c5331,_0x120f1f=_0x5b0c55['bottom']-_0x8a43ec-Ro,_0x3cee37=_0xd6dac5-Ro-_0x5b0c55['top'];let _0x3a71e1;if(_0x120f1f>=_0x3c5331)_0x3a71e1=_0x8a43ec+Ro;else{if(_0x3cee37>=_0x3c5331)_0x3a71e1=_0x1bac81-Ro;else _0x3a71e1=_0xd6dac5+_0x5ccc82['height']/0x2-_0x3c5331/0x2;}return _0x3a71e1;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x5a78f4=this['_getTargetEditor']();this['listenTo'](_0x5a78f4['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x9c3408,data:{newRange:_0x44e4c7}}of _0x5a78f4['model']['document']['differ']['getChangedMarkers']())if(_0x9c3408['startsWith'](zs+':')&&(_0x44e4c7&&(_0x44e4c7['start']['isEqual'](_0x44e4c7['end'])||'$graveyard'==_0x44e4c7['root']['rootName'])||null==_0x44e4c7)){const _0x22f9c8=hs(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x22f9c8),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x7dd59e=this['_getTargetEditor']();this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x7dd59e['model']['document']);}['_getSelectionElements'](){const _0x430bbc=this['_getTargetEditor']();return _0x3359cb(_0x430bbc['editing'],[..._0x430bbc['model']['markers']['getMarkersGroup']('ai-selection'),..._0x430bbc['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getTargetRootDomRect'](){const _0x5b2e6b=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];if(!_0x5b2e6b)return null;const _0x85f029=this['_getTargetEditor'](),_0xdd490a=_0x85f029['editing']['view']['document']['getRoot'](_0x5b2e6b['rootName']);if(!_0xdd490a)return null;const _0x5d85fd=_0x85f029['editing']['view']['domConverter']['mapViewToDom'](_0xdd490a);return _0x5d85fd&&_0x5d85fd instanceof HTMLElement?new ut(_0x5d85fd):null;}}class ko extends kt{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x54d216,_0x36b52b={}){super(_0x54d216),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x36b52b};const _0x1af640=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x1af640?'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'](_0x34055f){this['showChangesButton']['isEnabled']=_0x34055f;}['_setupRatingButtons'](){this['likeButton']=new Nt(this['locale']),this['likeButton']['set']({'icon':_0x3cedbd,'label':hs(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'class':us,'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new Nt(this['locale']),this['dislikeButton']['set']({'icon':_0x59a55b,'label':hs(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'class':us,'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new Nt(this['locale']),this['copyButton']['set']({'icon':_0x4b3519,'label':hs(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button\x20'+us,'tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0xf95b4d=new xt();_0xf95b4d['set']({'content':_0x2dfde3}),_0xf95b4d['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied\x20'+us,setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20'+us;},0x7d0);}),this['copyButton']['children']['add'](_0xf95b4d);}['_setupShowChangesButton'](){this['showChangesButton']=new Nt(this['locale']),this['showChangesButton']['set']({'icon':_0x22e99c,'label':hs(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':us}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x181a97=>_0x181a97?_0x3d65c1:_0x22e99c),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}}class No extends So{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x3c114a,_0x5c6a97){super(_0x3c114a);const _0x307979=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new _t(),this['_keystrokes']=new gt(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x5c6a97,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new In(_0x3c114a),this['_partToolbarView']=new _n(_0x3c114a,_0x5c6a97['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x5c6a97),this['_stateView']=new un(_0x3c114a),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new ko(_0x3c114a,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new vo(_0x3c114a,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x3765df,_0x509082,_0x5ce6e5,_0x4772bf)=>{let _0x423e7c,_0x18b7bd;'pending'===_0x4772bf?(_0x423e7c=this['_partToolbarView'],_0x18b7bd=this['_stateView']):(_0x423e7c=this['_stateView'],_0x18b7bd=this['_partToolbarView']),this['_stateView']['setState'](_0x5ce6e5),_0x423e7c['isVisible']=!0x1,_0x18b7bd['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x307979['to']('_state',_0xdac5d7=>'ck-ai-chat-balloon-main_state_'+_0xdac5d7)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x5c6a97);});}['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'](_0x4169b3){_0x4169b3?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x4169b3);}['setState'](_0xd3d1f6){this['_state']=_0xd3d1f6;}['showError'](_0x56107c){super['showError'](_0x56107c),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x4b676a){super['showBlockingError'](_0x4b676a),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x37f2a9){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x37f2a9;}['togglePartToolbarEnabled'](_0x5a1186){this['_partToolbarView']['isEnabled']=_0x5a1186;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x563b54,showSuggestButton:_0x1b767b}){_0x563b54=_0x563b54&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x1b767b=_0x1b767b&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x563b54,'showSuggestButton':_0x1b767b});}['_createNextButtonView'](){const _0x5908e5=new Nt(this['locale']);return _0x5908e5['set']({'icon':_0x2d691f,'label':hs(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x5908e5['on']('execute',()=>{this['fire']('showNext');}),_0x5908e5;}['_createPreviousButtonView'](){const _0x554e10=new Nt(this['locale']);return _0x554e10['set']({'icon':_0x3a1a88,'label':hs(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x554e10['on']('execute',()=>{this['fire']('showPrevious');}),_0x554e10;}}class vo extends vt{constructor(_0x175949,_0x3d3190){super(_0x175949),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x3d3190});}}class yo extends _0x5e9f88{static get['requires'](){return[Bt,Oo];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x4ebe09){super(_0x4ebe09),this['set']('showDiff',!0x1);}['open'](_0x13fd01){const _0x5bd7b8=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x5bd7b8['plugins']['get']('AIBalloon')['open']({..._0x13fd01,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x13fd01['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x13fd01['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x1d2b18){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x1d2b18);}['setState'](_0x1a1dcd){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x1a1dcd);}['_createChatBalloonView'](){const _0x1bb378=this['editor'],_0x2465c7=_0x1bb378['plugins']['get']('AIBalloon'),_0x5020f9=_0x1bb378['commands']['get']('trackChanges');let _0x3f3cb7=_0x1bb378['config']['get']('ai.availableReplyActions')||[...fn];_0x1bb378['plugins']['has']('TrackChanges')||(_0x3f3cb7=_0x3f3cb7['filter'](_0x30d662=>'insertSuggestion'!=_0x30d662));const _0x4111dc=new No(_0x1bb378['locale'],{'availableActions':_0x3f3cb7,'showApplyButton':!0x0,'showSuggestButton':!!_0x5020f9});return _0x4111dc['bind']('showDiff')['to'](this),_0x4111dc['delegate'](...Zs)['to'](this),_0x4111dc['delegate']('showPrevious','showNext')['to'](this),_0x2465c7['delegate']('dialogClosed')['to'](this),_0x4111dc['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x4111dc['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x4111dc['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x5020f9&&_0x4111dc['bind']('isTrackChangesOn')['to'](_0x5020f9,'value'),_0x4111dc['render'](),_0x4111dc;}['_toggleRotatorButtonsInDialogHeader'](_0x1f62d0){const _0x10745d=this['editor'],_0x2b2932=_0x10745d['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x1f62d0),_0x2b2932['has'](this['_chatBalloonView']['previousButtonView'])||(_0x2b2932['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x10745d['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x2b2932['remove'](this['_chatBalloonView']['previousButtonView']),_0x2b2932['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class xo extends _0x5e9f88{static get['requires'](){return[fo,yo,_0x1da09b];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Lo(_0x52e7e9){const {editor:_0x5741e7,action:_0x12090e,withText:_0xd16f27=!0x1,withIcon:_0x2545ca=!0x0,isInDropdown:_0x233d45=!0x0,shouldPreventFocus:_0x79d483=!0x1}=_0x52e7e9;return()=>{const _0x2604b1=_0x5741e7['locale'],_0x33d364=new Nt(_0x2604b1),_0x582ebe=_0x33d364['bindTemplate'];_0x233d45&&_0x33d364['extendTemplate']({'on':{'mouseenter':_0x582ebe['to'](()=>{_0x79d483&&_0x79d483()||_0x33d364['focus']();})}});const _0x402beb=_0x12090e['icon']??_0x12090e['parent']?.['icon'];return _0x33d364['set']({'label':_0x12090e['label'],'withText':_0xd16f27,'role':'menuitem','icon':_0x2545ca?_0x402beb??_0x4b17ba:void 0x0,'tooltip':!_0xd16f27,'class':'ck-ai-quick-actions-button','isEnabled':_0x12090e['isEnabled']}),_0x33d364['on']('execute',()=>{_0x5741e7['editing']['view']['focus'](),_0x5741e7['commands']['execute']('aiQuickAction',_0x12090e);}),_0x33d364;};}class Do extends _0x61e23f{['arrowView'];constructor(_0xdf2e9d,_0x5efa42){super(_0xdf2e9d,_0x5efa42);const _0x5f2c9a=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',_0x4ca2c5=>String(_0x4ca2c5)),'data-cke-tooltip-disabled':_0x5f2c9a['to']('isOn')},'on':{'mouseenter':_0x5f2c9a['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x282479=new xt();return _0x282479['content']=_0x58875c,_0x282479['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x282479;}}class Po extends Dt{['_allListItems'];['_allSearchableItems'];constructor(_0x187744,_0x308664,_0x286cc0){super(_0x187744),this['_allListItems']=_0x308664,this['_allSearchableItems']=_0x286cc0;}['filter'](_0x5cb130){if(!_0x5cb130)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x4d9274=_0x5cb130['source']['toLowerCase']()['trim'](),_0x5070b3=this['_allSearchableItems']['filter'](_0x5c54d5=>(_0x5c54d5['groupLabel']?_0x5c54d5['label']+'\x20('+_0x5c54d5['groupLabel']+')':_0x5c54d5['label'])['toLowerCase']()['includes'](_0x4d9274));return this['items']['clear'](),this['items']['addMany'](_0x5070b3['sort']((_0x583887,_0x5ccc44)=>{const _0x259730=_0x583887['groupLabel'],_0x3a4fb2=_0x5ccc44['groupLabel'];return _0x259730||_0x3a4fb2?_0x259730?0x1:-0x1:0x0;})['map'](_0x773c50=>_0x773c50['item'])),this['_highlightQuery'](_0x4d9274,_0x5070b3),{'resultsCount':_0x5070b3['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x73ac96,_0x52daa8){if(!_0x73ac96)return;const _0x11a87a=new RegExp(_0x2052d8(_0x73ac96),'gi');_0x52daa8['forEach'](_0x2dde0b=>{_0x2dde0b['highlightViews']&&_0x2dde0b['highlightViews']['forEach'](_0x1a5b02=>{'function'==typeof _0x1a5b02['highlightText']&&_0x1a5b02['highlightText'](_0x11a87a);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x12a91b=>{_0x12a91b['highlightViews']&&_0x12a91b['highlightViews']['forEach'](_0x3bb39d=>{'function'==typeof _0x3bb39d['highlightText']&&_0x3bb39d['highlightText'](null);});});}}const Ho='menu',Mo='menuitem';class Uo extends vt{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];constructor(_0x55b225,_0x49fd46,_0x35f0c1,_0x32ee81,_0x168b56=!0x1){const _0x44956e=_0x55b225['locale'];super(_0x44956e),this['_bodyCollection']=_0x32ee81,this['_hasSearch']=_0x168b56;const _0x569254=this['_createListItems'](_0x55b225,_0x49fd46,_0x35f0c1);this['optionsListView']=new Po(_0x44956e,_0x569254,this['_allSearchableItems']),this['optionsListView']['role']=Ho,this['optionsListView']['items']['addMany'](_0x569254),this['focusTracker']=new _t(),this['keystrokes']=new gt(),_0x168b56&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x569254,this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x168b56&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x418d9e=_0x168b56&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x2fb855(_0x418d9e),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x44956e['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x43e87c(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':hs(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':hs(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x2a175e=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x2a175e);}['_createListItems'](_0x5076b6,_0x4d84bd,_0xb9e85d){const _0x1d4967=new _0x2fb855();return _0x4d84bd['forEach'](_0x4d420e=>{if('actions'in _0x4d420e){const {listItem:_0x55379e}=this['_createActionGroupButton'](_0x5076b6,_0x4d420e,_0xb9e85d);_0x1d4967['add'](_0x55379e),_0x4d420e['actions']['forEach'](_0x52b6df=>{this['_createActionButton'](_0x5076b6,_0x52b6df,_0x4d420e['label'],_0x4d420e['icon']);const {listItem:_0xaf2940,highlightViews:_0x476253}=this['_createSearchResultActionButton'](_0x5076b6,_0x52b6df,_0x4d420e['label'],_0x4d420e['icon']);this['_allSearchableItems']['push']({'item':_0xaf2940,'label':_0x52b6df['label'],'groupLabel':_0x4d420e['label'],'highlightViews':_0x476253});});}else{const {listItem:_0x37a439}=this['_createActionButton'](_0x5076b6,_0x4d420e);_0x1d4967['add'](_0x37a439);const _0x582fe2=_0x37a439['children']['first'];if(_0x582fe2){const {listItem:_0x3325dc,highlightViews:_0x327cfa}=this['_createSearchResultActionButton'](_0x5076b6,_0x4d420e);this['_allSearchableItems']['push']({'item':_0x3325dc,'label':_0x582fe2['label']||'','highlightViews':_0x327cfa});}}}),_0x1d4967;}['_createActionButton'](_0x2a1f8c,_0x2f593d,_0x3eb224,_0x515b20){const _0x389069=new Ht(this['locale']);if(_0x3eb224&&_0x515b20){const _0x5da604=new Nt(this['locale']),_0x4555d1=_0x5da604['bindTemplate'],_0x324dab=new _0x2a3dc2();_0x324dab['text']=_0x2f593d['label'];const _0x697256=new _0x2a3dc2();_0x697256['text']=_0x3eb224;const _0x520b13=new xt();_0x520b13['content']=_0x515b20,_0x520b13['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x2c2299=new vt(this['locale']);_0x2c2299['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x163df7=new vt(this['locale']);return _0x163df7['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x5da604['set']({'label':_0x2f593d['label']+'\x20('+_0x3eb224+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1}),_0x5da604['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':[_0x324dab,_0x2c2299,_0x520b13,_0x697256,_0x163df7],'on':{'mouseenter':_0x4555d1['to'](()=>{this['_isSearchFocused']()||_0x5da604['focus']();}),'click':_0x4555d1['to'](()=>{_0x5da604['fire']('execute');})}}),_0x5da604['on']('execute',()=>{_0x2a1f8c['editing']['view']['focus'](),_0x2a1f8c['commands']['execute']('aiQuickAction',_0x2f593d);}),_0x389069['children']['add'](_0x5da604),{'listItem':_0x389069,'highlightViews':[_0x324dab,_0x697256]};}{const _0x100ab5=new _0x5e2f36(),_0x3ee748=new Nt(this['locale'],_0x100ab5),_0x4c9251=_0x3ee748['bindTemplate'],_0x49e6ce=_0x2f593d['icon']??_0x2f593d['parent']?.['icon'],_0x555e89=void 0x0!==_0x2f593d['icon'];return _0x3ee748['set']({'label':_0x2f593d['label'],'withText':!0x0,'role':'menuitem','icon':_0x555e89?_0x49e6ce??_0x4b17ba:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button'}),_0x3ee748['extendTemplate']({'on':{'mouseenter':_0x4c9251['to'](()=>{this['_isSearchFocused']()||_0x3ee748['focus']();})}}),_0x3ee748['on']('execute',()=>{_0x2a1f8c['editing']['view']['focus'](),_0x2a1f8c['commands']['execute']('aiQuickAction',_0x2f593d);}),_0x389069['children']['add'](_0x3ee748),{'listItem':_0x389069,'highlightViews':[_0x100ab5]};}}['_createSearchResultActionButton'](_0x244086,_0x2ffc7a,_0x57c3bb,_0x13e90c){return _0x57c3bb&&_0x13e90c?this['_createSearchResultGroupedActionButton'](_0x244086,_0x2ffc7a,_0x57c3bb,_0x13e90c):this['_createSearchResultIndividualActionButton'](_0x244086,_0x2ffc7a);}['_createSearchResultGroupedActionButton'](_0x76f3ff,_0x1dfaca,_0xf15e0,_0x53f0f2){const _0x3f7366=new Ht(this['locale']),_0x4addff=new Nt(this['locale']),_0x44cb22=_0x4addff['bindTemplate'],{view:_0x5ad64b,highlightView:_0x505924}=this['_createSearchResultGroupRow'](_0xf15e0,_0x53f0f2),{view:_0x1fa95f,highlightView:_0x3f2ef5}=this['_createSearchResultActionRow'](_0x1dfaca['label']),_0x66d190=this['_createSearchResultContentView'](_0x5ad64b,_0x1fa95f);return _0x4addff['set']({'label':_0x1dfaca['label'],'withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','tooltip':!0x1}),_0x4addff['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':[_0x66d190],'on':{'mouseenter':_0x44cb22['to'](()=>{this['_isSearchFocused']()||_0x4addff['focus']();}),'click':_0x44cb22['to'](()=>{this['_handleSearchResultButtonClick'](_0x4addff);})}}),this['_setupActionButtonExecution'](_0x4addff,_0x76f3ff,_0x1dfaca),_0x3f7366['children']['add'](_0x4addff),{'listItem':_0x3f7366,'highlightViews':[_0x505924,_0x3f2ef5]};}['_createSearchResultIndividualActionButton'](_0x3721cd,_0x54c753){const _0x41c3cf=new Ht(this['locale']),_0x2aa836=new _0x5e2f36(),_0x1d4d53=new Nt(this['locale'],_0x2aa836),_0x5ec693=_0x1d4d53['bindTemplate'];return _0x1d4d53['set']({'label':_0x54c753['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button'}),_0x1d4d53['extendTemplate']({'on':{'mouseenter':_0x5ec693['to'](()=>{this['_isSearchFocused']()||_0x1d4d53['focus']();})}}),this['_setupActionButtonExecution'](_0x1d4d53,_0x3721cd,_0x54c753),_0x41c3cf['children']['add'](_0x1d4d53),{'listItem':_0x41c3cf,'highlightViews':[_0x2aa836]};}['_createSearchResultGroupRow'](_0x5cfeb1,_0x328925){const _0x5cdc63=new vt(this['locale']),_0x531cd2=new xt();_0x531cd2['content']=_0x328925,_0x531cd2['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x2c18a9=new _0x2a3dc2();return _0x2c18a9['text']=_0x5cfeb1,_0x5cdc63['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x531cd2,_0x2c18a9]}),{'view':_0x5cdc63,'highlightView':_0x2c18a9};}['_createSearchResultActionRow'](_0x4a5735){const _0x1a094d=new vt(this['locale']),_0x3cb85a=new _0x2a3dc2();return _0x3cb85a['text']=_0x4a5735,_0x1a094d['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x3cb85a]}),{'view':_0x1a094d,'highlightView':_0x3cb85a};}['_createSearchResultContentView'](_0x38ef27,_0x38d429){const _0x2d65c4=new vt(this['locale']);return _0x2d65c4['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x38ef27,_0x38d429]}),_0x2d65c4;}['_setupActionButtonExecution'](_0x5344a4,_0x7a3402,_0x5d9b59){_0x5344a4['on']('execute',()=>{_0x7a3402['editing']['view']['focus'](),_0x7a3402['commands']['execute']('aiQuickAction',_0x5d9b59);});}['_createActionGroupButton'](_0x51001c,_0x3575e8,_0xcb3e18){const _0x30e885=new Ht(this['locale']),_0x169542=new _0x5e2f36(),_0x50db18=new Do(this['locale'],_0x169542),_0x2ce7c6=_0x50db18['bindTemplate'],_0x43fbdb=this['_getPanelKeystroke'](_0xcb3e18),_0x2e5439=this['_createGroupActionsList'](_0x51001c,_0x3575e8['actions'],_0xcb3e18);_0x50db18['set']({'label':_0x3575e8['label'],'withText':!0x0,'role':Mo,'icon':_0x3575e8['icon']??_0x4b17ba,'isEnabled':_0x3575e8['actions']['some'](_0x524424=>_0x524424['isEnabled'])}),_0x50db18['extendTemplate']({'on':{'mouseenter':_0x2ce7c6['to'](()=>{this['_isSearchFocused']()||_0x50db18['focus']();})}});const _0x19e321=new Xt(this['locale']);return _0x19e321['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x2ce7c6['to'](_0x10feaa=>{this['_handlePanelKeydown'](_0x10feaa,_0x43fbdb,_0x50db18,_0x19e321);})}}),_0x50db18['bind']('isOn')['to'](_0x19e321,'isVisible'),this['_bodyCollection']['add'](_0x19e321),_0x19e321['content']['add'](_0x2e5439),this['_setupGroupMenuBehavior'](_0x50db18,_0x19e321),_0x30e885['children']['add'](_0x50db18),{'listItem':_0x30e885,'highlightView':_0x169542};}['_createGroupActionsList'](_0x207352,_0x5c6001,_0x2ca873){const _0x3813d7=new Dt(this['locale']);return _0x3813d7['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x5c6001['forEach'](_0x485a69=>{const _0xf15658=new Ht(this['locale']),_0x471a95=Lo({'editor':_0x207352,'action':_0x485a69,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused']()})();_0xf15658['children']['add'](_0x471a95),_0x2ca873['focusTracker']['add'](_0x471a95),_0x3813d7['items']['add'](_0xf15658);}),_0x3813d7;}['_setupGroupMenuBehavior'](_0x1eb490,_0x5893d9){const _0x2b6367=_0x1eb490['bindTemplate'],_0xd90640=this['_getButtonKeystroke'](_0x1eb490);_0x1eb490['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x2b6367['to'](()=>{this['_showNestedPanel'](_0x5893d9,_0x1eb490);}),'mouseleave':_0x2b6367['to'](_0x5789e4=>{const _0x17d671=_0x5789e4['relatedTarget'];this['_isMovingToNestedMenu'](_0x17d671,_0x5893d9)||this['_hideNestedPanel'](_0x5893d9);}),'keydown':_0x2b6367['to'](_0x382030=>{_0x382030['key']==_0xd90640&&(this['_showNestedPanel'](_0x5893d9,_0x1eb490),_0x5893d9['content']['get'](0x0)['focus']());})}}),_0x5893d9['on']('render',()=>{_0x5893d9['element']?.['addEventListener']('mouseleave',_0x1f41d1=>{const _0x13e651=_0x1f41d1['relatedTarget'];_0x1eb490['element']?.['contains'](_0x13e651)||this['_isMovingToNestedMenu'](_0x13e651,_0x5893d9)||this['_hideNestedPanel'](_0x5893d9);});});}['_showNestedPanel'](_0x2f4828,_0x3d78de){this['_openNestedPanels']['forEach'](_0x41fcd8=>{_0x41fcd8!==_0x2f4828&&_0x41fcd8['isVisible']&&_0x41fcd8['hide']();}),_0x2f4828['show'](),_0x2f4828['pin']({'positions':[_0x5557ff['eastSouth']],'target':_0x3d78de['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x2f4828);}['_hideNestedPanel'](_0x5f2114){_0x5f2114['hide'](),this['_openNestedPanels']['delete'](_0x5f2114);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x3f2e70=>_0x3f2e70['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x4fe2db,_0x1ff17d){if(!_0x4fe2db)return!0x1;if(_0x1ff17d['element']?.['contains'](_0x4fe2db))return!0x0;const _0x35ee48=_0x4fe2db;return _0x35ee48['closest']&&(null!==_0x35ee48['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x35ee48['closest']('.ck-ai-quick-actions-group-list')||null!==_0x35ee48['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'](_0x2e6e23){return'rtl'===_0x2e6e23['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x37830a){return'rtl'===_0x37830a['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x52cec0,_0x2c51ae,_0x1dc70f,_0x1f0707){_0x52cec0['key']==_0x2c51ae&&(_0x1dc70f['focus'](),this['_hideNestedPanel'](_0x1f0707));}['_handleSearchResultButtonClick'](_0x5c2929){_0x5c2929['fire']('execute');}}function Vo(_0x220c52){const {editor:_0x5409b0,content:_0x490382,buttonDefinition:_0x4df957,bodyCollection:_0x2d8e5c,hasSearch:_0x144f49=!0x1}=_0x220c52;return()=>{const _0x5b8233=_0x5409b0['locale'],_0x405182=_0x5409b0['commands']['get']('aiQuickAction'),_0x16b32a=Gt(_0x5b8233);_0x16b32a['bind']('isEnabled')['to'](_0x405182),_0x16b32a['buttonView']['set']({'icon':_0x4df957['icon']??_0x4b17ba,'label':_0x4df957['label'],'tooltip':!0x0}),_0x16b32a['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x105f0c=new Uo(_0x5409b0,_0x490382,_0x16b32a,_0x2d8e5c,_0x144f49);return _0x16b32a['panelView']['children']['add'](_0x105f0c),_0x144f49&&_0x16b32a['on']('change:isOpen',(_0xf3b87a,_0x7bdc01,_0x1d7f1b)=>{if(_0x1d7f1b){if(_0x5409b0['plugins']['has']('AIEditing')){const _0x214ed8=_0x5409b0['plugins']['get'](Js),_0x54138e=_0x5409b0['model']['document']['selection'],_0x2fa5b0=Array['from'](_0x54138e['getRanges']());_0x2fa5b0['length']>0x0&&_0x214ed8['showFakeVisualSelection']({'ranges':_0x2fa5b0,'id':'quick-action','priority':0x14});}}else _0x5409b0['plugins']['has']('AIEditing')&&_0x5409b0['plugins']['get'](Js)['hideFakeVisualSelection']('quick-action'),_0x105f0c['resetSearch']();}),_0x16b32a;};}const Bo='<task>Explain\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x20plain,\x20simple\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).-\x20Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20explanation,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant,\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Go='<task>Summarize\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x202–4\x20clear\x20sentences,\x20capturing\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20summary,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Fo='<task>Extract\x20and\x20present\x20the\x20key\x20points\x20from\x20the\x20selected\x20part\x20of\x20the\x20document\x20as\x20a\x20concise\x20bulleted\x20list.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20key\x20points\x20list,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Ko=/* #__PURE__ -- @preserve */
28
+ ((()=>({'chat':'AIChat','action':'AIActions'}))());class Wo extends _0x5e9f88{static get['requires'](){return[_0x27055,as];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){const _0x33dd79=await this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x33dd79),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x1e4df3){return function(_0x592fcd){const _0x57b6ab=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x592fcd['uiLanguage']),_0x514ae8=_0x57b6ab||'English',_0x8725dd=[{'id':'ask-ai','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x3e3c44},{'id':'chat-commands','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x3e3c44,'actions':[{'id':'explain','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':hs(_0x592fcd,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Bo['replace']('%0',_0x514ae8),'type':'chat'},{'id':'summarize','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':hs(_0x592fcd,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Go['replace']('%0',_0x514ae8),'type':'chat'},{'id':'highlight-key-points','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':hs(_0x592fcd,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Fo['replace']('%0',_0x514ae8),'type':'chat'}]},{'id':'improve-writing','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x3e538e},{'id':'continue','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x21142e},{'id':'fix-grammar','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x4ab159},{'id':'adjust-length','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x4645a8,'actions':[{'id':'make-shorter','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x32d64c,'actions':[{'id':'make-tone-casual','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x157c37,'actions':[{'id':'translate-to-english','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':hs(_0x592fcd,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x4b2fde,'actions':[]}];return _0x8725dd;}(_0x1e4df3);}async['_getDefaultAndCustomActions'](){const _0x423479=Wo['getDefaultQuickActions'](this['editor']['locale']),_0x54668f=this['editor']['config']['get']('ai.quickActions.extraCommands')||[];let _0x58d347,_0x42b55d=[];try{const _0x4abae0=new Fs({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']});_0x42b55d=await _0x4abae0['getAll'](),_0x58d347=(await _0x4abae0['getDefault']())?.['id'];}catch(_0x4791df){const _0x1542c0=new at('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x4791df});Et(_0x1542c0['message']);}finally{const _0x5a74db=_0x54668f['map'](_0x42f8cd=>({..._0x42f8cd,'type':'chat'===_0x42f8cd['type']?'chat':'action','model':'chat'!==_0x42f8cd['type']?_0x42f8cd['model']||_0x58d347:_0x42f8cd['model'],'icon':void 0x0}));_0x423479['find'](_0xd0d321=>'other'===_0xd0d321['id'])['actions']['push'](..._0x5a74db),_0x423479['forEach'](_0x3fa1e1=>{if('actions'in _0x3fa1e1)_0x3fa1e1['actions']['forEach'](_0x2eb821=>{if(_0x2eb821['isEnabled']=!!_0x42b55d['find'](_0x42df70=>_0x42df70['id']===_0x2eb821['model'])||void 0x0===_0x2eb821['model'],!_0x2eb821['isEnabled']){const _0x2ada38=new at('ai-quick-actions-unavailable-model',this,{'actionId':_0x2eb821['id'],'modelId':_0x2eb821['model']});Et(_0x2ada38['message']);}});else{if(_0x3fa1e1['isEnabled']=!!_0x42b55d['find'](_0xe2b049=>_0xe2b049['id']===_0x3fa1e1['model'])||void 0x0===_0x3fa1e1['model'],!_0x3fa1e1['isEnabled']){const _0x1af428=new at('ai-quick-actions-unavailable-model',this,{'actionId':_0x3fa1e1['id'],'modelId':_0x3fa1e1['model']});Et(_0x1af428['message']);}}});}return _0x423479;}['_initializeQuickActionsComponentsAndCommands'](){const _0x37bebb=new Qt(this['editor']['locale']);_0x37bebb['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x37bebb),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x37bebb);}['_initializeQuickActionsDropdown'](_0x3ca972){const _0x5479f9=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Vo({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x4b17ba,'label':hs(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x3ca972,'hasSearch':_0x5479f9}));}['_prepareQuickActionsDefinition'](_0x21ffe3){this['_quickActionsDefinition']=_0x21ffe3['map'](_0x49e270=>{if('actions'in _0x49e270){const _0x4f01db=_0x49e270;return{..._0x4f01db,'actions':_0x4f01db['actions']['map'](_0x580714=>{const {actions:_0x4c3b22,..._0x35a635}=_0x4f01db;return{..._0x580714,'parent':_0x35a635};})['filter'](_0x181978=>this['_shouldIncludeAction'](_0x181978))};}return _0x49e270;})['filter'](_0x483fe5=>'actions'in _0x483fe5?_0x483fe5['actions']['length']>0x0:this['_shouldIncludeAction'](_0x483fe5));}['_shouldIncludeAction'](_0x1d664c){const _0x363995=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ko[_0x1d664c['type']])&&!_0x363995['includes'](_0x1d664c['id'])&&!('chat'===_0x1d664c['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x270a5d){this['_quickActionsDefinition']['forEach'](_0x313914=>{if('actions'in _0x313914){const _0xbed3e=Vo({'editor':this['editor'],'content':_0x313914['actions'],'buttonDefinition':_0x313914,'bodyCollection':_0x270a5d});this['editor']['ui']['componentFactory']['add'](_0x313914['id'],_0xbed3e),_0x313914['actions']['forEach'](_0x50561f=>{const _0x8d1257=Lo({'editor':this['editor'],'action':_0x50561f});this['editor']['ui']['componentFactory']['add'](_0x50561f['id'],_0x8d1257);});}else{const _0x371fdb=Lo({'editor':this['editor'],'action':_0x313914,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1});this['editor']['ui']['componentFactory']['add'](_0x313914['id'],_0x371fdb);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x272917=>{const _0x4ad491=this['editor']['commands']['get']('aiQuickAction'),_0x73b491=new Kt(_0x272917),_0xa44a7b=hs(_0x272917,'AI_QUICK_ACTIONS_HEADING');_0x73b491['buttonView']['set']({'label':_0xa44a7b,'icon':_0x4b17ba});const _0x392b50=new $t(_0x272917);return _0x392b50['set']({'ariaLabel':_0xa44a7b,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x1c7fa6=>{if('actions'in _0x1c7fa6){const _0x134ab7=_0x1c7fa6,_0x13d2a5=new qt(_0x272917,_0x73b491),_0x136648=new Kt(_0x272917),_0x28b72e=new $t(_0x272917);_0x136648['buttonView']['set']({'label':_0x134ab7['label'],'icon':_0x134ab7['icon']}),_0x134ab7['actions']['forEach'](_0x326d8d=>{const _0x4e088c=new qt(_0x272917,_0x136648),_0x25a1f2=new Wt(_0x272917);_0x25a1f2['set']({'label':_0x326d8d['label'],'icon':_0x326d8d['icon'],'role':'menuitem','isEnabled':_0x326d8d['isEnabled']}),_0x25a1f2['on']('execute',()=>{this['_executeQuickAction'](_0x326d8d);}),_0x25a1f2['delegate']('execute')['to'](_0x136648),_0x4e088c['children']['add'](_0x25a1f2),_0x28b72e['items']['add'](_0x4e088c);}),_0x136648['panelView']['children']['add'](_0x28b72e),_0x13d2a5['children']['add'](_0x136648),_0x392b50['items']['add'](_0x13d2a5);}else{const _0x39065c=_0x1c7fa6,_0x1b76ba=new qt(_0x272917,_0x73b491),_0x114419=new Wt(_0x272917);_0x114419['set']({'label':_0x39065c['label'],'icon':_0x39065c['icon'],'role':'menuitem','isEnabled':_0x39065c['isEnabled']}),_0x114419['on']('execute',()=>{this['_executeQuickAction'](_0x39065c);}),_0x114419['delegate']('execute')['to'](_0x73b491),_0x1b76ba['children']['add'](_0x114419),_0x392b50['items']['add'](_0x1b76ba);}}),(Object['values'](Ko)['some'](_0x333c93=>this['editor']['plugins']['has'](_0x333c93))?_0x73b491['bind']('isEnabled')['to'](_0x4ad491):_0x73b491['set']({'isEnabled':!0x1}),_0x73b491['panelView']['children']['add'](_0x392b50),_0x73b491);});}['_executeQuickAction'](_0x40fd28){const _0x39aa24=this['editor'];_0x39aa24['editing']['view']['focus'](),_0x39aa24['commands']['execute']('aiQuickAction',_0x40fd28);const _0x22ace6=_0x39aa24['ui']['view']['menuBarView'];_0x22ace6&&_0x22ace6['close']&&_0x22ace6['close']();}}class Yo extends _0x2086ab{['execute'](_0x1dcf4b){switch(this['_expandSelectionIfCollapsed'](),_0x1dcf4b['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x31478a=hs(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x31478a});}this['_handleAIChatAction'](_0x1dcf4b);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x7aaf7c=hs(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x7aaf7c});}this['_handleAIActionsAction'](_0x1dcf4b);}}async['_handleAIChatAction'](_0xa7a69c){const _0x3a0d95=this['editor']['plugins']['get']('AIChatController'),_0x31f933=this['editor']['plugins']['get']('AITabs')['view'];if(_0x31f933['isVisible']||(_0x31f933['isVisible']=!0x0),'chat'!==_0x31f933['activeTab']&&_0x31f933['activateTab']('chat'),'ask-ai'===_0xa7a69c['id'])_0x3a0d95['removeSelectionFromChatContext'](),_0x3a0d95['addSelectionToChatContext'](),_0x3a0d95['focusPromptInput']();else await _0x3a0d95['startConversation']({'modelId':_0xa7a69c['model']}),_0x3a0d95['removeSelectionFromChatContext'](),_0x3a0d95['addSelectionToChatContext'](),_0x3a0d95['focusPromptInput'](),await _0x3a0d95['sendMessage']({'message':_0xa7a69c['prompt']||_0xa7a69c['displayedPrompt']||_0xa7a69c['label'],'attributes':{'quickActionData':{'id':_0xa7a69c['id']},'displayedPrompt':_0xa7a69c['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x512ddc=this['editor'],_0x53cec7=_0x512ddc['model']['document']['selection'];if(!_0x53cec7['isCollapsed'])return;const _0x7ab505=At(_0x53cec7['getSelectedBlocks']())||_0x512ddc['model']['schema']['getLimitElement'](_0x53cec7);_0x512ddc['model']['change'](_0xa2ad58=>{_0xa2ad58['setSelection'](_0x7ab505,'in');});}['_handleAIActionsActionLabel'](_0x4c016e){return _0x4c016e['parent']?.['label']&&'other'!==_0x4c016e['parent']?.['id']?_0x4c016e['parent']['label']+':\x20'+_0x4c016e['label']:_0x4c016e['label'];}async['_handleAIActionsAction'](_0x529dd4){const _0x127132=this['editor']['plugins']['get']('AIActions'),_0x3a4d80=_0x529dd4['prompt']?{'userMessage':_0x529dd4['prompt'],'model':_0x529dd4['model']}:{'actionName':_0x529dd4['actionName']||_0x529dd4['id'],'args':_0x529dd4['args']},_0xc87037=this['_handleAIActionsActionLabel'](_0x529dd4);await _0x127132['executeAction'](_0x3a4d80,_0xc87037,_0x529dd4['icon']);}}class $o extends _0x5e9f88{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x307801=this['editor'],_0x35953d=new Yo(this['editor']);if(_0x307801['commands']['add']('aiQuickAction',_0x35953d),_0x307801['plugins']['has']('AIChat')){const _0x3cb50e=this['editor']['plugins']['get']('AIChatController');_0x307801['model']['document']['selection']['on']('change:range',(_0x588c8d,_0x15582d)=>{_0x15582d['directChange']&&_0x3cb50e['removeSelectionFromChatContext']();});}}}class qo extends xs{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0xef0726=this['documentContextContent']['children']['map'](_0x1ef18c=>({'node':_0x1ef18c,'id':Es(_0x1ef18c,'data-id')})),_0x269269=this['parsedMergedContent']['children']['map'](_0x114627=>({'node':_0x114627,'id':Es(_0x114627,'data-id')||ot()})),_0x25cb01=_0x58b9fe(_0xef0726,_0x269269,{'comparator':(_0x594f98,_0x502258)=>_0x594f98['id']==_0x502258['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x25cb01['length']&&_0x25cb01[_0x25cb01['length']-0x1]['removed'];)_0x25cb01['pop']();}const _0x1ad75c=_0x25cb01['map'](_0x355683=>{const _0xf0bad7=_0x355683['added']?'new':_0x355683['removed']?'removed':'modified';return{'node':_0x355683['value'][0x0]['node'],'type':_0xf0bad7,'id':_0x355683['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x1ad75c,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x20e84c,_0x9e9fa0){return _0x9e9fa0;}}class Qo extends Ds{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x38c9f0){super(_0x38c9f0),this['content']=_0x38c9f0['content'],this['version']=_0x38c9f0['version'],this['actionName']=_0x38c9f0['actionName'],this['args']=_0x38c9f0['args'],this['userMessage']=_0x38c9f0['userMessage'],this['model']=_0x38c9f0['model'],this['on']('interactionStopped',()=>{this['stoppedExplicitly']=!0x0;});}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':'text','content':this['content'],'version':this['version'],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x2f546a){const _0x195564=new qo({'locale':this['locale'],'documentContextContent':this['content'],..._0x2f546a});return this['replies']['push'](_0x195564),_0x195564['delegate'](...Ls)['to'](this),this['fire']('replyCreated',_0x195564),_0x195564;}}class Xo extends kt{constructor(_0x2812e5,_0x40a889=!0x0,_0x10acb6=!0x0){super(_0x2812e5),this['set']('isEnabled',!0x1),_0x40a889&&(this['applyButton']=this['_createButton'](hs(_0x2812e5,'AI_BALLOON_APPLY_BUTTON'),cs),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x10acb6&&(this['suggestButton']=this['_createButton'](hs(_0x2812e5,'AI_BALLOON_SUGGEST_BUTTON'),_0x40a889?ls:cs),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x40a889,'showSuggestButton':_0x10acb6}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x2dd977,showSuggestButton:_0x1b1209}){this['applyButton']&&(this['applyButton']['isVisible']=_0x2dd977),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x1b1209);}['_createButton'](_0x73609b,_0x5e2257){const _0x39caec=new Nt(this['locale']);return _0x39caec['set']({'label':_0x73609b,'class':_0x5e2257,'isVisible':!0x0,'withText':!0x0}),_0x39caec;}}class zo extends vt{constructor(_0x37e1c0){super(_0x37e1c0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':hs(_0x37e1c0,'AI_DISCLAIMER_TEXT')}]}]});}}class jo extends vt{constructor(_0xd7d992){super(_0xd7d992),this['set']('isVisible',!0x0);const _0x512e3c=new yn('small');_0x512e3c['isVisible']=!0x0;const _0x138aa3=new vt(this['locale']);_0x138aa3['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[hs(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x3fa03e=>!_0x3fa03e)]},'children':[_0x512e3c,_0x138aa3]});}}class Jo extends So{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x40bd4f,_0xefd9e1){super(_0x40bd4f),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0xefd9e1,this['_focusTracker']=new _t(),this['_keystrokes']=new gt(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x2fb855(),this['_addContentWrapper'](_0xefd9e1),this['_addDisclaimerView'](),this['_addToolbar'](_0xefd9e1),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'](_0xefd9e1);});}['render'](){super['render']();for(const _0x15f7ae of this['_focusables'])this['_focusTracker']['add'](_0x15f7ae['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x244b5d){-0x1===_0x244b5d?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x4cb30a){this['_isLoading']=_0x4cb30a;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x4d5458){super['showError'](_0x4d5458),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x5b32e4){super['showBlockingError'](_0x5b32e4),this['setErrorState']();}['addMiniToolbarItem'](_0x2ba8a9){this['_miniToolbarView']['items']['has'](_0x2ba8a9)||this['_miniToolbarView']['items']['add'](_0x2ba8a9);}['removeMiniToolbarItem'](_0x3bf7ad){this['_miniToolbarView']['items']['has'](_0x3bf7ad)&&this['_miniToolbarView']['items']['remove'](_0x3bf7ad);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x1902c1,showSuggestButton:_0x5b07b6}){_0x1902c1=_0x1902c1&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x5b07b6=_0x5b07b6&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x1902c1,'showSuggestButton':_0x5b07b6});}async['updateContent'](_0x2990ed){await this['_streamableContentView']['update'](_0x2990ed);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x5b9ffd){this['_contentWrapper']=new vt(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'](_0x5b9ffd['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new zo(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x371540,showSuggestButton:_0x392b57}){this['_toolbarView']=new Xo(this['locale'],_0x371540,_0x392b57),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',(_0x14729d,_0x4e481a,_0x17e096)=>!(_0x14729d||_0x4e481a||_0x17e096)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x371540,'showSuggestButton':_0x392b57}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0xda8f56){return this['_miniToolbarView']=new ko(this['locale'],_0xda8f56),this['_miniToolbarView']['delegate'](...Zs)['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',(_0xc46c56,_0x4b9279)=>!(_0xc46c56||_0x4b9279)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new jo(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new In(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0x422f98=new Nt(this['locale']),_0x4135b8=new Nt(this['locale']),_0x857a06=new Zo(this['locale']),_0x4c4e3f=new Nt(this['locale']);_0x422f98['set']({'icon':tt,'label':hs(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+us}),_0x4135b8['set']({'icon':_0x15e3cb,'tooltip':hs(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+us}),_0x4c4e3f['set']({'icon':et,'tooltip':hs(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+us}),_0x422f98['bind']('isEnabled')['to'](this,'isBusy',_0xd696bf=>!_0xd696bf),_0x422f98['on']('execute',()=>{this['fire']('tryAgain');}),_0x4135b8['bind']('isEnabled')['to'](this,'isBusy',_0x4b926a=>!_0x4b926a),_0x4135b8['on']('execute',()=>{this['fire']('showPrevious');}),_0x4c4e3f['bind']('isEnabled')['to'](this,'isBusy',_0x22de30=>!_0x22de30),_0x4c4e3f['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x4135b8,this['_navigationCounter']=_0x857a06,this['_navigationNextButton']=_0x4c4e3f,this['_navigationTryAgainButton']=_0x422f98;}['updateMiniToolbarButtons'](_0x35db82,_0x50f8dc){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x5317e0=_0x35db82>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x5317e0){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x5000ee=_0x35db82-_0x50f8dc;this['_navigationCounter']['setInteractionCount'](_0x5000ee+'/'+_0x35db82),this['_navigationPreviousButton']['isEnabled']=_0x50f8dc<_0x35db82-0x1,this['_navigationNextButton']['isEnabled']=_0x50f8dc>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'](_0x1374c4){this['_isLoading']=_0x1374c4;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0xee9e44=this['_getScrollableElement']();_0xee9e44&&!this['_scrollManager']&&(this['_scrollManager']=new sr(_0xee9e44));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class Zo extends vt{constructor(_0x2e19e3){super(_0x2e19e3);const _0x512db0=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x512db0['to']('interactionCount')}]});}['setInteractionCount'](_0x161a99){this['set']('interactionCount',_0x161a99);}}class ta extends _0x5e9f88{static get['requires'](){return[as,Bt,Js,Oo,_0x367c6c];}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(_0x3708ee){super(_0x3708ee),this['_bodyCollection']=new Qt(this['editor']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new Cn();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x2b597f,_0x1090ec,_0x45a9d2){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x408100,anchorData:_0xb4890a,root:_0x5ec7e5}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x2b597f,_0x408100,_0xb4890a,_0x5ec7e5,_0x1090ec,_0x45a9d2);}}const {modelFragment:_0x43c8bf,anchorData:_0x1331a0,root:_0x2e1beb}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x2b597f,_0x43c8bf,_0x1331a0,_0x2e1beb,_0x1090ec,_0x45a9d2);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x4bef03=this['editor']['plugins']['has']('TrackChanges');let _0x35fd40=this['editor']['config']['get']('ai.availableReplyActions')||[...fn];_0x4bef03||(_0x35fd40=_0x35fd40['filter'](_0x5f1aa4=>'insertSuggestion'!=_0x5f1aa4));const _0x438674=this['editor']['commands']['get']('trackChanges'),_0x3206c1=new Jo(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x4bef03,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x35fd40});return _0x3206c1['bind']('isBusy')['to'](this),_0x438674&&_0x3206c1['bind']('isTrackChangesOn')['to'](_0x438674,'value'),_0x3206c1['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x3206c1['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x3206c1['on']('showNext',()=>{this['_navigateToNext']();}),_0x3206c1;}['_getExecuteDataRegular'](){const _0x266dc2=this['editor']['model']['document']['selection'],_0xe2bd1a=_0x266dc2['getFirstRange']()['start']['root'];if(_0x266dc2['isCollapsed']){const _0x50bf02=At(_0x266dc2['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x266dc2);this['editor']['model']['change'](_0x4656b8=>{_0x4656b8['setSelection'](_0x50bf02,'in');});}const _0x1be4a8=_0x266dc2['getFirstRange'](),_0x5b39e0=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x266dc2),_0x1be4a8['start'],_0x1be4a8['end']);this['_copyMarkersToFragment'](_0x5b39e0,_0x266dc2,{'isTableSelection':!0x1});const _0x5ab17c=_0x266dc2['getFirstRange']()['start'],_0x1dd886=new Map();let _0x378362=_0x5b39e0;for(let _0x4a3509=0x0;_0x4a3509<_0x5ab17c['path']['length'];_0x4a3509++)_0x1dd886['set'](_0x378362,_0x5ab17c['path'][_0x4a3509]),_0x378362=_0x378362['getChild'](0x0);return{'modelFragment':_0x5b39e0,'anchorData':_0x1dd886,'root':_0xe2bd1a};}['_getExecuteDataInTable'](){const _0x1fcc28=this['editor']['model']['document']['selection'],_0x510e72=this['editor']['plugins']['get']('TableSelection'),_0xb9a87c=_0x1fcc28['getFirstRange']()['start']['root'],_0x27ac9a=_0x510e72['getSelectionAsFragment'](),_0x4d984c=_0x1fcc28['getFirstRange']()['start']['parent']['parent'],_0x2bfd0e=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x4d984c),this['editor']['model']['createPositionAfter'](_0x4d984c)),_0x49ecfc=this['_wrapWithCommonAncestors'](_0x27ac9a,_0x2bfd0e['start'],_0x2bfd0e['end']);this['_copyMarkersToFragment'](_0x49ecfc,_0x1fcc28,{'isTableSelection':!0x0});const _0x4f4337=_0x1fcc28['getFirstRange']()['start'],_0x398463=new Map();let _0x1ba25a=_0x49ecfc;for(let _0xe14073=0x0;_0xe14073<_0x4f4337['path']['length'];_0xe14073++)if(_0x398463['set'](_0x1ba25a,_0x4f4337['path'][_0xe14073]),_0xe14073<_0x4f4337['path']['length']-0x1)_0x1ba25a=_0x1ba25a['getChild'](0x0);else{let _0x9b4221=_0x1ba25a['nextSibling'];for(;_0x9b4221;)_0x398463['set'](_0x9b4221,_0x4f4337['path'][_0xe14073]),_0x9b4221=_0x9b4221['nextSibling'];}return{'modelFragment':_0x49ecfc,'anchorData':_0x398463,'root':_0xb9a87c};}async['_executeAction'](_0x3adf59,_0xd49c8b,_0x1f7f82,_0x3029fa,_0x45e187,_0x326029){const _0x10c5b9=this['editor']['plugins']['get'](Js),_0x4c30f4=this['editor']['plugins']['get'](Oo),_0x3c4cf9=this['editor']['model']['document']['selection'],_0x1e2270=await _0x10c5b9['modelToDataWithIds'](_0xd49c8b),_0x43b828=this['editor']['model']['document']['version'],_0x5c12d1=[..._0x3c4cf9['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x4c30f4['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x45e187,'icon':_0x326029||_0x4b17ba,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x5c12d1,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x4c30f4),this['_interactionParams']={'action':_0x3adf59,'content':_0x1e2270,'version':_0x43b828,'aiBalloon':_0x4c30f4,'modelFragment':_0xd49c8b,'anchorData':_0x1f7f82,'root':_0x3029fa},this['_setupApplyListeners'](),this['listenTo'](_0x4c30f4,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x4c30f4,'dialogClosed',(_0x4d68cc,{id:_0x6947b9})=>{if('aiActionsBalloon'===_0x6947b9){for(const _0x1ec4c1 of this['_interactions']){if(0x0===_0x1ec4c1['replies']['length']||_0x1ec4c1['stoppedExplicitly'])continue;const _0x54dc88=_0x1ec4c1['replies'][_0x1ec4c1['replies']['length']-0x1],_0x14dfac=_0x54dc88['changeGroups'][0x0];_0x14dfac&&'pending'===_0x14dfac['state']&&_0x54dc88['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x4c30f4);}}),this['_createInteraction'](_0x1e2270,_0x43b828,_0x4c30f4,_0x3adf59);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0xf07b1,anchorData:_0x38f9eb,root:_0x159662}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0xf07b1,_0x38f9eb,_0x159662,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0xf07b1,_0x38f9eb,_0x159662,!0x0);});}['_wrapWithCommonAncestors'](_0xcb5c5b,_0xa32820,_0x39d96f){const _0x387bfd=this['editor']['model']['createRange'](_0xa32820,_0x39d96f)['getCommonAncestor'](),_0x3b5890=_0x387bfd['is']('documentFragment')?[]:_0x387bfd['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x3b5890['length']){const _0x4ce986=_0x3b5890['map'](_0xd0db89=>_0xd0db89['_clone'](!0x1));for(let _0x313e63=0x1;_0x313e63<_0x4ce986['length'];_0x313e63++)_0x4ce986[_0x313e63-0x1]['_appendChild'](_0x4ce986[_0x313e63]);return _0x4ce986[_0x4ce986['length']-0x1]['_appendChild'](_0xcb5c5b),new _0x19adab(_0x4ce986[0x0]);}return _0xcb5c5b;}['_copyMarkersToFragment'](_0x45133d,_0x3ded7a,_0x187248={'isTableSelection':!0x1}){const _0x204ec7=this['editor']['model'],_0x47dfdb=Array['from'](_0x3ded7a['getRanges']()),_0x3fca0c=_0x3ded7a['getFirstRange']()['start'];for(const _0x5b9953 of _0x204ec7['markers']){if(_0x5b9953['name']['startsWith'](zs)||!_0x5b9953['affectsData'])continue;const _0x548bbd=_0x5b9953['getRange']();if(!_0x47dfdb['some'](_0x2105e2=>_0x2105e2['containsRange'](_0x548bbd,!0x0)))continue;const _0x1275dc=this['_regularCalculateMarkerPath'](_0x548bbd['start'],_0x3fca0c,_0x187248['isTableSelection']),_0x54a8ed=this['_regularCalculateMarkerPath'](_0x548bbd['end'],_0x3fca0c,_0x187248['isTableSelection']),_0x293274=_0x204ec7['createPositionFromPath'](_0x45133d,_0x1275dc),_0x3f1c6a=_0x204ec7['createPositionFromPath'](_0x45133d,_0x54a8ed);if(!_0x293274['isEqual'](_0x3f1c6a)){const _0x1bc2fd=_0x204ec7['createRange'](_0x293274,_0x3f1c6a);_0x45133d['markers']['set'](_0x5b9953['name'],_0x1bc2fd);}}}['_regularCalculateMarkerPath'](_0x5c3e3d,_0x31233d,_0x40d2d2=!0x1){const _0x1aa1fb=[..._0x5c3e3d['path']['slice']()];for(let _0x476756=0x0;_0x476756<Math['max'](_0x31233d['path']['length'],_0x5c3e3d['path']['length']);_0x476756++){const _0x3c3e62=_0x31233d['path'][_0x476756]||0x0,_0x1124ac=(_0x5c3e3d['path'][_0x476756]||0x0)-_0x3c3e62;if(_0x1aa1fb[_0x476756]=_0x1124ac,0x0!==_0x1124ac&&!_0x40d2d2)break;}return _0x1aa1fb;}async['_createInteraction'](_0x521184,_0x2138d3,_0x522268,_0x5bc5d2){const _0x2f8b4f=this['editor'];this['_interactionParams']||(this['_interactionParams']={'action':_0x5bc5d2,'content':_0x521184,'version':_0x2138d3,'aiBalloon':_0x522268,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':this['editor']['model']['document']['selection']['getFirstRange']()['start']['root']});const _0x46558a=new Qo({'connector':this['_aiConnector'],'locale':_0x2f8b4f['locale'],'content':_0x521184,'version':_0x2138d3,..._0x5bc5d2});this['_interactions']['push'](_0x46558a);const _0xe64a25=(_0x3e456a,_0x2c591f=!0x1,_0x5dee4a='streaming')=>this['_promiseQueue']['enqueue'](async _0x1a4605=>{try{const _0x25ec97=Rs({'editor':_0x2f8b4f,'changeGroups':_0x3e456a['changeGroups'],'documentContextContent':_0x3e456a['documentContextContent'],'showDiff':_0x2c591f,'trimUnchanged':!0x1});_0x25ec97['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x25ec97[0x0],'renderingStrategy':_0x5dee4a,'abortSignal':_0x1a4605});}catch(_0x4adbb4){if(this['_isAbortError'](_0x4adbb4))return;throw _0x4adbb4;}});_0x46558a['on']('replyCreated',(_0x10dca6,_0x309001)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0xe64a25(_0x309001)['catch'](_0x99f193=>{this['_isAbortError'](_0x99f193)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x99f193),this['_setErrorState'](_0x46558a));});}),_0x46558a['on']('replyContentUpdated',(_0x1769b9,_0x1d2d33)=>{_0xe64a25(_0x1d2d33)['catch'](_0x17a842=>{this['_isAbortError'](_0x17a842)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x17a842),this['_setErrorState'](_0x46558a));});}),_0x46558a['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x59e66b){this['_isAbortError'](_0x59e66b)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x59e66b),this['_setErrorState'](_0x46558a));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x475fb6,{showDiff:_0xf9bf06})=>{try{this['_balloonShowDiff']=_0xf9bf06;const _0x563b9d=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x563b9d&&await _0xe64a25(_0x563b9d,_0xf9bf06,'static');}catch(_0x517eaa){this['_isAbortError'](_0x517eaa)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x517eaa),this['_setErrorState'](_0x46558a));}}),_0x46558a['on']('replyChangeGroupStateUpdated',()=>{const _0x3204ac={'positiveCount':_0x46558a['replies']['reduce']((_0xeb5012,_0x53776a)=>_0xeb5012+_0x53776a['changeGroups']['filter'](_0xe8fac7=>'accepted'===_0xe8fac7['state'])['length'],0x0),'totalCount':_0x46558a['replies']['reduce']((_0x2894fc,_0x49bff8)=>_0x2894fc+_0x49bff8['changeGroups']['length'],0x0)},_0x5c23a8=_0x46558a['actionCallId'],_0xe646cc=_0x46558a['actionName'];_0xe646cc?this['_aiConnector']['upsertAIActionRating'](_0xe646cc,_0x5c23a8,_0x3204ac):this['_aiConnector']['upsertCustomAIActionRating'](_0x5c23a8,_0x3204ac);}),this['_setLoadingState']();try{const _0x3605d7=await _0x46558a['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x3605d7;}catch(_0x229cc7){if(this['_isAbortError'](_0x229cc7))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x46558a);}}['_applyChanges'](_0x3f396e,_0x41e16a,_0x19352,_0x202cb7){const _0x57c964=this['editor'];if(_0x202cb7&&!_0x57c964['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',null);const _0x75258f=this['editor']['plugins']['get'](_0x367c6c),_0x404143=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x404143||!_0x404143['replies']['length'])return;const _0x35ba39=_0x404143['replies'][_0x404143['replies']['length']-0x1],_0x4f0c78=_0x35ba39['changeGroups'];_0x35ba39['setChangeGroupState'](0x0,'accepted');let _0x1ea032=qs({'editor':_0x57c964,'reply':_0x35ba39,'interaction':_0x404143,'groups':_0x4f0c78,'transform':!0x1,'documentCompare':_0x75258f,'documentCompareOptions':{'anchor':_0x57c964['model']['createPositionAt'](_0x3f396e,0x0),'markDeletions':_0x202cb7}});_0x1ea032=this['_filterOperationsOutsideRange'](_0x1ea032,_0x41e16a);for(const _0x281528 of _0x1ea032)this['_anchorOperation'](_0x41e16a,_0x281528,_0x19352);const _0x25ed49=_0x404143['getDocumentContext']()['version'],_0x107948=_0x57c964['model']['document']['history']['getOperations'](_0x25ed49),_0x2cd947={'document':_0x57c964['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x5135cc=_0x5e674a(_0x1ea032,_0x107948,_0x2cd947)['operationsA'];_0x57c964['model']['change'](_0x2f4fb1=>{if(_0x2f4fb1['setSelection'](_0x57c964['model']['document']['selection']['focus']),_0x202cb7)_0x57c964['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x5135cc);else{for(const _0x37bd11 of _0x5135cc)_0x37bd11['baseVersion']=_0x57c964['model']['document']['version'],Qs(_0x57c964,_0x37bd11),_0x2f4fb1['batch']['addOperation'](_0x37bd11),_0x57c964['model']['applyOperation'](_0x37bd11);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x5ec3f2,_0x41fdf8){return _0x5ec3f2['filter'](_0x16eeb9=>{if('rename'==_0x16eeb9['type']){const _0x43bdd9=_0x16eeb9['position']['nodeAfter'];return!_0x41fdf8['has'](_0x43bdd9);}if(_0x16eeb9['type']['indexOf']('Attribute')>-0x1){const _0x5d7fec=_0x16eeb9['range']['start']['nodeAfter'];return!_0x41fdf8['has'](_0x5d7fec);}return!0x0;});}['_anchorOperation'](_0x16c6dc,_0xa6ffc3,_0x1e88a8){const _0x345ae7=_0xa6ffc3['clone']();for(const _0x2f16af in _0xa6ffc3){const _0x3476c4=_0xa6ffc3[_0x2f16af];_0x3476c4 instanceof _0x2a951f?_0xa6ffc3[_0x2f16af]=new _0x2a951f(_0x571640(_0x3476c4['start']),_0x571640(_0x3476c4['end'])):_0x3476c4 instanceof _0x53bf6b&&(_0xa6ffc3[_0x2f16af]=_0x571640(_0x3476c4));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x345ae7['type'])){if(_0x345ae7['isDocumentOperation']=!0x1,_0x345ae7['baseVersion']=null,'remove'==_0x345ae7['type']){const _0x594df0=_0x345ae7['sourcePosition'],_0x39504a=_0x345ae7['howMany'];new _0x349a38(_0x594df0,_0x39504a)['_execute']();}else _0x345ae7['_execute']();}function _0x571640(_0x34459a){if('$graveyard'==_0x34459a['root']['rootName'])return _0x34459a;const _0x524d3f=[];let _0x1a98d0=_0x34459a['root'];for(let _0x4023e5=0x0;_0x4023e5<_0x34459a['path']['length'];_0x4023e5++){const _0x323d56=_0x16c6dc['get'](_0x1a98d0)||0x0;_0x524d3f[_0x4023e5]=_0x34459a['path'][_0x4023e5]+_0x323d56,_0x1a98d0=_0x1a98d0['getChildAtOffset'](_0x34459a['path'][_0x4023e5]);}return new _0x53bf6b(_0x1e88a8,_0x524d3f,_0x34459a['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x49f3ae,content:_0x50c69f,version:_0x223c76,aiBalloon:_0xf38f5f}=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'](_0x50c69f,_0x223c76,_0xf38f5f,_0x49f3ae)['catch'](_0x40c94a=>{this['_isAbortError'](_0x40c94a)||console['error']('Error\x20refreshing\x20interaction:',_0x40c94a);});}['_isAbortError'](_0x47a960){return!!_0x47a960['message']&&_0x47a960['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 _0x179a48=this['_interactions']['length'];this['_currentInteractionIndex']<_0x179a48-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x13dc45){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x13dc45;const _0x1bcb16=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x1bcb16)return;if(_0x1bcb16['hasError'])return this['_setErrorState'](_0x1bcb16),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x1bcb16['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x344f93=_0x1bcb16['replies'][_0x1bcb16['replies']['length']-0x1];if(_0x344f93){const _0x5e8e16=this['editor'];try{const _0x340f35=Rs({'editor':_0x5e8e16,'changeGroups':_0x344f93['changeGroups'],'documentContextContent':_0x344f93['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x931571=>setTimeout(_0x931571,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x340f35[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x264d80){this['_isAbortError'](_0x264d80)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x264d80);}}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x1d905d){const _0x7f3b47=hs(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x7f3b47),_0x1d905d['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 ea extends _0x5e9f88{static get['requires'](){return[Wo,$o,ta];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3d43bf){super(_0x3d43bf),_0x3d43bf['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class ia extends vt{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x574c56,_0x40c9fd){super(_0x574c56),this['id']=_0x40c9fd,this['set']('status','pending'),this['set']('changeId',_0x40c9fd),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',(_0x27d66a,_0x2b4b94)=>{_0x2b4b94&&_0x2b4b94['target']&&'A'===_0x2b4b94['target']['tagName']&&_0x2b4b94['preventDefault'](),this['fire']('activateChange',{'id':_0x40c9fd,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x40c9fd,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x40c9fd,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0xb443af=new vt(this['locale']);return _0xb443af['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',_0x525d81=>!_0x525d81)]}}),_0xb443af;}['_createAcceptButtonView'](){const _0x202dfa=new Nt(this['locale']);return _0x202dfa['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x202dfa['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x46e0ca=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x46e0ca['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x4b2f9c=>'pending'!==_0x4b2f9c&&'accepted'!==_0x4b2f9c),this['bindTemplate']['if']('status',ls,_0x585b58=>'pending'===_0x585b58),this['bindTemplate']['if']('status',us,_0x286f76=>'pending'!==_0x286f76),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x56bd5f=>'accepted'===_0x56bd5f)]}}),this['on']('change:status',(_0x523b0d,_0x15e33e,_0x18c984)=>{_0x202dfa['isEnabled']='pending'===_0x18c984,'accepted'===_0x18c984&&(_0x202dfa['label']=hs(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x202dfa['icon']=_0x2dfde3);}),_0x202dfa;}['_createDismissButtonView'](){const _0x54cd22=new Nt(this['locale']);return _0x54cd22['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x54cd22['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xe8d3e1=>{this['fire']('dismissChange',{'id':this['changeId']}),_0xe8d3e1['stopPropagation']();})},'attributes':{'class':[us,this['bindTemplate']['if']('status','ck-hidden',_0x1cda9b=>'pending'!==_0x1cda9b&&'rejected'!==_0x1cda9b),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x460699=>'pending'===_0x460699),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x1ae8d2=>'rejected'===_0x1ae8d2)]}}),this['on']('change:status',(_0x345860,_0x34c653,_0x5aad16)=>{_0x54cd22['isEnabled']='pending'===_0x5aad16,'rejected'===_0x5aad16&&(_0x54cd22['label']=hs(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x54cd22['icon']=_0x1a0f5);}),_0x54cd22;}['_createInfoButtonView'](){const _0xb2c11a=new Nt(this['locale']);return _0xb2c11a['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x5800b6,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':us+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0xb2c11a['bind']('isOn')['to'](this,'isInfoToggleOn',_0x3e276d=>_0x3e276d),_0xb2c11a['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0xb2c11a;}['_createOutdatedButtonView'](){const _0x2f4383=new Nt(this['locale']);return _0x2f4383['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':it,'withText':!0x0,'isEnabled':!0x1}),_0x2f4383['extendTemplate']({'attributes':{'class':[us,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x2e5f95=>'outdated'!==_0x2e5f95)],'disabled':'disabled'}}),_0x2f4383;}}class sa extends Xt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x23ca3c,_0x27f7f7){super(_0x23ca3c),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']()),_0x27f7f7['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x129430){this['resultItemView']['changeId']=_0x129430['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x129430['contentDiffed'];}['showBalloon'](_0x19e383,_0x32c19b,_0x3e9198,_0x220327,_0x1b3aa7,_0x2128f6){const _0x1dba1e=_0x32c19b();if(!_0x1dba1e)return;this['updateContent'](_0x19e383),this['show']();const _0x2c2f3b=Array['from'](_0x1dba1e['getClientRects']())['reverse'](),_0x340649=this['_getPointedRectIndexFromEvent'](_0x3e9198,_0x2c2f3b),_0x2866f0=_0x2c2f3b[_0x340649??0x0];'click'===_0x220327?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x32c19b(),_0x340649,_0x19e383['id'],_0x1b3aa7,_0x2128f6)||_0x2866f0})):'hover'===_0x220327&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x32c19b(),_0x340649,_0x19e383['id'])||_0x2866f0}));}['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'](){zt({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x40a74c=[this['element']];return this['_pinnedTargetElement']&&_0x40a74c['push'](this['_pinnedTargetElement']),_0x40a74c;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x2e5089=new vt();return this['resultItemView']=new ia(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x2e5089['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']]}]}),_0x2e5089;}['_getBestRectPositionOnClick'](_0x318cd3,_0x5d29c8,_0xca6bad,_0x56e1d0,_0x1ec78c){if(!_0x318cd3)return null;const _0x54b7e7=this['position']['replace']('arrow_',''),_0x2e866c=Array['from'](_0x318cd3['getClientRects']());let _0x14234c,_0x30576a=_0x2e866c['reverse']();return void 0x0!==_0x5d29c8&&this['_isPinnedRectVisible'](_0x30576a[_0x5d29c8],_0x56e1d0,_0x1ec78c)?(_0x14234c=_0x30576a[_0x5d29c8],this['_pinnedRectIndex']=_0x5d29c8):this['_isPinnedRectVisible'](_0x30576a[0x0],_0x56e1d0,_0x1ec78c)&&void 0x0===_0x5d29c8?_0x14234c=_0x30576a[0x0]:(_0x30576a='s'==_0x54b7e7[0x0]?[..._0x2e866c]['reverse']():_0x2e866c,_0x30576a['forEach'](_0x2a67b4=>{this['_isPinnedRectVisible'](_0x2a67b4,_0x56e1d0,_0x1ec78c)&&(_0x14234c=_0x2a67b4);})),this['_pinnedTargetChangeId']=_0xca6bad,this['_pinnedTargetElement']=_0x318cd3,_0x14234c||_0x318cd3['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x2d8fab,_0x19f2f2,_0x46ab65){if(!_0x2d8fab)return null;const _0x510cb6=Array['from'](_0x2d8fab['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x19f2f2&&this['_pinnedTargetChangeId']!==_0x46ab65)return this['_pinnedRectIndex']=_0x19f2f2,this['_pinnedTargetElement']=_0x2d8fab,this['_pinnedTargetChangeId']=_0x46ab65,_0x510cb6[_0x19f2f2];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x46ab65){if(_0x2d8fab!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x510cb6[this['_pinnedRectIndex']];}return void 0x0!==_0x19f2f2&&this['_pinnedTargetChangeId']!==_0x46ab65?(this['_pinnedRectIndex']=_0x19f2f2,this['_pinnedTargetElement']=_0x2d8fab,this['_pinnedTargetChangeId']=_0x46ab65,_0x510cb6[_0x19f2f2]):_0x2d8fab['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0xcc702d,_0x17f4b8){if(_0xcc702d)for(let _0xbac4f8=0x0;_0xbac4f8<_0x17f4b8['length'];_0xbac4f8++){const _0x4511f3=_0x17f4b8[_0xbac4f8];if(_0xcc702d['clientX']>=_0x4511f3['left']-0x3&&_0xcc702d['clientX']<=_0x4511f3['right']+0x3&&_0xcc702d['clientY']>=_0x4511f3['top']-0x3&&_0xcc702d['clientY']<=_0x4511f3['bottom']+0x3)return _0xbac4f8;}}['_isPinnedRectVisible'](_0x4e84b7,_0x20feb2,_0xc257aa){const _0x2d6dfd=new ut(_0x4e84b7),_0x5a9b5a=_0x20feb2||document['documentElement'],_0x5b5efd=_0x2d6dfd['getIntersection'](Rt(_0xc257aa)),_0x35af1a=new ut(_0x5a9b5a)['getIntersection'](_0x2d6dfd);return!!(_0x5b5efd&&_0x35af1a&&_0x2d6dfd['width']>0x0);}}const na=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class ra extends _0xee6711{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[os];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5ed5c1){super(_0x5ed5c1),this['_bodyCollection']=new Qt(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...na)['to'](this),this['_balloonSuggestionView']=new sa(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x375dd7=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x375dd7);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x1301b9){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x5a5c8b=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x1301b9,_0x5a5c8b);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x164812){_0x164812&&('error-general'!==_0x164812['status']?'error-chunk'!==_0x164812['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x36fc9c){this['_mainView']['addCheckRunResult'](_0x36fc9c);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x58e129){this['_mainView']['showGeneralReviewCoreErrorView'](_0x58e129??hs(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x34e074,_0x1666bf){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x34e074,_0x1666bf);}['setActiveStateInResults'](_0x2ba54d){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x457d8a=>{_0x457d8a['id']===_0x2ba54d&&_0x457d8a['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x32926c=>_0x32926c['setItemAsInactive']());}['updateChangeState'](_0x5538f3,_0x318b43){'accepted'===_0x318b43||'rejected'===_0x318b43||'outdated'===_0x318b43?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x5538f3,_0x318b43):this['_mainView']['reviewCheckResultsView']['showResult'](_0x5538f3,_0x318b43);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x1d9541,_0x423417,_0x35291b,_0x29de37,_0x5133a3,_0x4fc39e){this['_balloonSuggestionView']['showBalloon'](_0x1d9541,_0x423417,_0x35291b,_0x29de37,_0x5133a3,_0x4fc39e);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x589f26){const _0x48f351=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x4fc300=>_0x4fc300['id']===_0x589f26);return _0x48f351?_0x48f351['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class oa extends vt{constructor(_0x122823){super(_0x122823),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x568654=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x568654['if']('isVisible','ck-hidden',_0x355f64=>!_0x355f64)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x568654['to']('errorMessage')}]}]});}}class aa extends vt{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x2ff15a,_0x5da859){super(_0x2ff15a),this['reviewCoreHeader']=_0x5da859['header'],this['generalErrorView']=new oa(_0x2ff15a),this['reviewCheckListView']=_0x5da859['list'],this['reviewCheckListView']['delegate'](...na)['to'](this),this['reviewCheckResultsView']=_0x5da859['results'],this['reviewCheckResultsView']['delegate'](...na)['to'](this),this['reviewCompletedView']=_0x5da859['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'](_0x1d894a){this['reviewCheckResultsView']['addResult'](_0x1d894a),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'](_0x28977c){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x28977c;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class ha extends Nt{constructor(_0x2d5927,_0x271039){super(_0x271039),this['set']({'label':_0x2d5927,'withText':!0x0,'class':cs}),this['on']('execute',()=>{this['fire']('finishReview');});}}class ca extends Ht{['_resultViews'];['_resultsHeader'];['_resultsBody'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x572fe9,_0x49c0a6){super(_0x572fe9),this['_contents']=_0x49c0a6,this['_resultViews']=new _0x2fb855(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['_resultsHeader']=this['_createResultHeaderView'](),this['_resultsBody']=this['_createResultsBodyView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new io(_0x572fe9),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 _0x44fbe3=this['_createCombinedSkeletonLoader'](),_0x23c6e5=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x23c6e5['if']('isLoading','ck-ai_review__check-run_loading',_0x3ff4d4=>_0x3ff4d4),_0x23c6e5['if']('isResultReady','ck-ai_review__check-run_ready',_0xd5607f=>_0xd5607f),_0x23c6e5['if']('isVisible','ck-hidden',_0x36033c=>!_0x36033c)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0x44fbe3,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x2ff702){const _0x2701bf=new ia(this['locale'],_0x2ff702['id']);_0x2701bf['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x2701bf),_0x2701bf['resultResponseView']['element']['innerHTML']=_0x2ff702['contentDiffed'];}['hideResult'](_0x47901f,_0x2f179b){if('pending'===_0x2f179b)return;const _0x4b2fd9=this['_resultViews']['find'](_0x4bc904=>_0x4bc904['id']===_0x47901f);_0x4b2fd9&&(_0x4b2fd9['status']=_0x2f179b,_0x4b2fd9['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x594f79,_0x4be0d7){if('pending'!==_0x4be0d7)return;const _0x2dcf6f=this['_resultViews']['find'](_0x179007=>_0x179007['id']===_0x594f79);_0x2dcf6f&&(_0x2dcf6f['status']=_0x4be0d7,_0x2dcf6f['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0xefec2e,_0x2dc4ae){this['headerTitle']=_0xefec2e,this['headerSubtitle']=_0x2dc4ae||'';}['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 pn(this['locale'],mn['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x4134f0=new vt(this['locale']),_0x1899e5=[];for(let _0x8f55f=0x0;_0x8f55f<0x10;_0x8f55f++){const _0x206aba=this['_createSkeletonLoader']();_0x206aba['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x1899e5['push'](_0x206aba);}return _0x4134f0['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x410088=>!_0x410088)]},'children':_0x1899e5}),_0x4134f0;}['_createResultsBodyView'](){const _0x2fe648=new vt(this['locale']);return _0x2fe648['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x1808a4=>_0x1808a4)]},'children':this['_resultViews']}),_0x2fe648;}['_createErrorView'](){const _0x3ee428=new vt(this['locale']),_0x1fbbbc=new Nt(this['locale']),t=this['locale']['t'];return _0x3ee428['delegate']('retryReview')['to'](this),_0x1fbbbc['set']({'label':t('Try\x20again'),'withText':!0x0,'class':ls+'\x20ck-ai_review__check-run-error-retry-button'}),_0x1fbbbc['on']('execute',()=>{this['fire']('retryReview');}),_0x3ee428['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0xa47312=>!_0xa47312),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x389e34=>'chunk'===_0x389e34)]},'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',_0xc7c8ec=>'chunk'===_0xc7c8ec)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x4aefb1=>'general'!==_0x4aefb1)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x50c3a8=>'chunk'!==_0x50c3a8)]},'children':[{'text':hs(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x1fbbbc]}),_0x3ee428;}['_createCancelButtonView'](){const _0x5d04c7=new Nt(this['locale']);return _0x5d04c7['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[ls+'\x20ck-ai-button-stop-generating'],'icon':_0x321021}),_0x5d04c7['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x34f9b4=>_0x34f9b4),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2bbdb5=>_0x2bbdb5)]}}),_0x5d04c7['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x5d04c7;}['_createToggleDiffButtonView'](){const _0x567d56=new Nt(this['locale']);_0x567d56['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x567d56['bind']('isEnabled')['to'](this,'isError',_0x6ccda7=>!_0x6ccda7),_0x567d56['extendTemplate']({'attributes':{'class':[ls,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x19969a=>!_0x19969a),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1fce73=>_0x1fce73)]}});const _0x3d2a5e=hs(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x3e1db4=hs(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x567d56['bind']('isOn')['to'](this,'isToggleDiffOn',_0x2c7aec=>_0x2c7aec),_0x567d56['bind']('icon')['to'](this,'isToggleDiffOn',_0x5295df=>_0x5295df?st:nt),_0x567d56['bind']('label')['to'](this,'isToggleDiffOn',_0x4f7a73=>_0x4f7a73?_0x3d2a5e:_0x3e1db4),_0x567d56['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x567d56;}['_createAcceptAllButtonView'](){const _0x4d9ab0=new Nt(this['locale']);return _0x4d9ab0['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x4d9ab0['bind']('isEnabled')['to'](this,'isError',_0x248a26=>!_0x248a26),_0x4d9ab0['extendTemplate']({'attributes':{'class':[cs,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x7613b9=>!_0x7613b9),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x573038=>_0x573038)]}}),_0x4d9ab0['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x4d9ab0;}['_createExitReviewButtonView'](){const _0x3694be=new Nt(this['locale']);return _0x3694be['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x3694be['extendTemplate']({'attributes':{'class':[us,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x21b3d2=>!_0x21b3d2),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x4c8675=>_0x4c8675)]}}),_0x3694be['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x3694be;}['_createResultHeaderView'](){const _0x4172c9=new vt(this['locale']),_0xaac0ae=this['_createTitleView']();return _0x4172c9['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x98fef=>_0x98fef)]},'children':[_0xaac0ae,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x4172c9;}['_createTitleView'](){const _0x421a49=new vt(this['locale']),_0x530353=new yn();return _0x530353['bind']('isVisible')['to'](this,'isResultReady',_0x31ba17=>!_0x31ba17),_0x421a49['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper']},'children':[_0x530353,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1b30dc=>_0x1b30dc)]},'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',_0x472a30=>!_0x472a30)]},'children':[{'text':hs(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x421a49;}['_createFinishReviewButtonView'](){const _0x35cc7f=new ha(hs(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x35cc7f['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x52389f=>!_0x52389f)]}}),_0x35cc7f['delegate']('finishReview')['to'](this),_0x35cc7f;}}class la extends Ht{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x463cfa,_0x1f8934){super(_0x463cfa),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x1f8934['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x1f8934['headerText']);const _0x4fedd1=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x4fedd1['if']('isVisible','ck-hidden',_0xb9d1b6=>!_0xb9d1b6)]},'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':_0x1f8934['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x13aeec){const _0x175f3b=new ha(_0x13aeec,this['locale']);return _0x175f3b['delegate']('finishReview')['to'](this),_0x175f3b;}['_createResultHeaderView'](_0x40adec){const _0x1c3d3e=new vt(this['locale']);return _0x1c3d3e['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':_0x40adec}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x1c3d3e;}}class ua extends vt{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x282c99,_0x46eeeb){super(_0x282c99),this['_defaultValue']=_0x46eeeb['default']||(_0x46eeeb['data']['length']>0x0?_0x46eeeb['data'][0x0]['id']:''),this['_defaultLabel']=_0x46eeeb['data']['find'](_0x2791eb=>_0x2791eb['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=Gt(this['locale']);const _0x31bb2f=this['_prepareListOptions'](_0x46eeeb['data']);jt(this['_dropdownView'],_0x31bb2f,{'role':'menu','ariaLabel':_0x46eeeb['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x66c51a=>{_0x66c51a['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x10ddad=>{this['formValue']=_0x10ddad['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x10ddad['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'](_0x533d46=[]){const _0x20673b=new dt();this['resetToDefault']();for(const _0x33f892 of _0x533d46){const _0x54a514=new Jt({'label':_0x33f892['label'],'withText':!0x0,'role':'menuitemradio','id':_0x33f892['id'],'model':_0x33f892});_0x54a514['bind']('isOn')['to'](this,'formValue',_0x38a527=>_0x38a527===_0x54a514['id']);const _0x5d188f={'type':'button','model':_0x54a514};_0x20673b['add'](_0x5d188f);}return _0x20673b;}}class da extends Ht{['_formItem']=null;constructor(_0x687188,_0x44cfbd,_0x35a90b){super(_0x687188),this['argsKey']=_0x44cfbd?.['argsKey'];if('dropdown'===_0x44cfbd['formType'])this['_formItem']=new ua(this['locale'],_0x44cfbd);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x4881fd=new _0x187262(this['locale'],{'children':[this['_formItem']],'class':[_0x35a90b?'ck-form__row_with-submit':'']});_0x35a90b&&_0x4881fd['children']['add'](_0x35a90b),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x4881fd]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class _a extends _0x2b5bb8{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x97b3c9){super(_0x97b3c9),this['set']('isEmpty',!0x0),this['keystrokes']=new gt(),this['minRows']=_a['MIN_ROWS'],this['maxRows']=_a['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 ga extends vt{['focusTracker']=new _t();['keystrokes']=new gt();['focusCycler'];['_focusables']=new _0x2fb855();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x1912af,_0x3ff698,_0x5b5201=!0x1){super(_0x1912af),this['_check']=_0x3ff698,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x3ff698['defaultModel']?_0x3ff698['defaultModel']['id']:'',this['_defaultLabel']=_0x3ff698['defaultModel']?_0x3ff698['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new te(this['locale'],()=>new _a(_0x1912af)),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 dt(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x5b5201),jt(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new _0x187262(this['locale'],{'children':[this['promptInputView']]}),new _0x187262(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x145e2a,_0x32fba6)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x32fba6()):_0x32fba6();}),this['focusCycler']=new Ut({'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'](_0x4062f8=>{this['_focusables']['add'](_0x4062f8),this['focusTracker']['add'](_0x4062f8['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 _0x5a1e6f of this['_getFormValidators']()){const _0x5c86fc=_0x5a1e6f();if(_0x5c86fc)return this['promptInputView']['errorText']=_0x5c86fc,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return hs(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x53d8eb=new Nt(this['locale']),t=this['locale']['t'];return _0x53d8eb['set']({'label':t('Submit'),'withText':!0x0,'class':cs}),_0x53d8eb['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x53d8eb;}['_createCancelButtonView'](){const _0x44505d=new Nt(this['locale']),t=this['locale']['t'];return _0x44505d['set']({'label':t('Cancel'),'withText':!0x0,'class':us}),_0x44505d['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0xc42776=>{_0xc42776['stopPropagation']();})}}),_0x44505d['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x44505d;}['_setModelList'](_0x5b2c3c){this['_modelSelectionDropdownItems']['clear']();const _0x51fc82=this['_check']['models'];if(_0x5b2c3c)this['set']('modelDisplayMode','hidden');else{const _0x3b3b65=0x1===_0x51fc82['length'];this['set']('modelDisplayMode',_0x3b3b65?'name':'selector');}if(this['resetToDefault'](),_0x51fc82?.['length']){0x1===_0x51fc82['length']&&this['set']('activeModelName',_0x51fc82[0x0]['name']||_0x51fc82[0x0]['id']);for(const _0xf07c33 of _0x51fc82){const _0x50dd88=new Jt({'label':_0xf07c33['name'],'withText':!0x0,'role':'menuitemradio','id':_0xf07c33['id'],'model':_0xf07c33});_0x50dd88['bind']('isOn')['to'](this,'modelId',_0x4ce6ff=>_0x4ce6ff===_0xf07c33['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x50dd88,'labelView':new Ia(this['locale'],_0xf07c33)});}}}['_createModelSelectionDropdown'](){const _0x35b2f8=Gt(this['locale']);return _0x35b2f8['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x35b2f8['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':us}),_0x35b2f8['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x586971=>'selector'===_0x586971),this['listenTo'](_0x35b2f8,'execute',_0x5f1813=>{this['modelId']=_0x5f1813['source']['model']['id'],_0x35b2f8['buttonView']['label']=_0x5f1813['source']['label'];}),_0x35b2f8;}['_createModelNameView'](){const _0x1c7bfb=new Aa(this['locale']);return _0x1c7bfb['bind']('text')['to'](this,'activeModelName',_0x1df451=>_0x1df451??''),_0x1c7bfb['bind']('isVisible')['to'](this,'modelDisplayMode',_0x32fd44=>'name'===_0x32fd44),_0x1c7bfb;}['_createActionsFooterView'](){const _0x1b72e6=new vt(this['locale']);return _0x1b72e6['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']]}]}),_0x1b72e6;}}class Aa extends vt{constructor(_0x36a815){super(_0x36a815),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x1b18bc=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x1b18bc['if']('isVisible','ck-hidden',_0x155ccd=>!_0x155ccd)]},'children':[{'text':_0x1b18bc['to']('text')}]});}}class Ia extends Mt{constructor(_0x48684a,_0x5cdb59){super();const _0xcd60de=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0xcd60de['to']('style'),'id':_0xcd60de['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0xcd60de['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x5cdb59['description']||'']}]}]});}}class Ea extends Ht{['_formItemsCollection']=new _0x2fb855();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x480843,_0x3d6dfd,_0x4c8633,_0x2e7844=!0x1){super(_0x480843),this['_hideModels']=_0x2e7844,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x3d6dfd['isParameterized']);const _0x24f5ed=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',_0x1ce34f=>_0x1ce34f),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x4cceed=>_0x4cceed)],'style':{'--ck-ai-review-check-list-item-index':_0x4c8633}},'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':_0x3d6dfd['title']}]},_0x24f5ed]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x3d6dfd['description']?[{'text':_0x3d6dfd['description']}]:[]}]}]},..._0x3d6dfd['isParameterized']?[this['_createParameterizedView'](_0x3d6dfd)]:[],...'custom'===_0x3d6dfd['id']?[this['_createCustomView'](_0x3d6dfd,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x3d6dfd['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x3d6dfd['id'],'args':_0x3d6dfd['useArgs']?_0x3d6dfd['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&zt({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x1af73b=>{_0x1af73b['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x284c14=new xt();return _0x284c14['content']=rt,_0x284c14['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x284c14;}['_createParameterizedView'](_0x4c24e4){const _0x58a6a3=new vt(),_0x4b24c1=this['_createFormView'](_0x4c24e4);return _0x58a6a3['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x9fe761=>!_0x9fe761)]},'children':[_0x4b24c1]}),_0x58a6a3;}['_createFormView'](_0x382f65){const _0x375fc6=new vt(),_0x3470c5=Array['isArray'](_0x382f65['options'])?_0x382f65['options']:[],_0x29de90=new Nt(this['locale']),t=this['locale']['t'];_0x29de90['set']({'label':t('Submit'),'withText':!0x0,'class':cs}),_0x29de90['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x93839c=>{_0x93839c['stopPropagation']();})}}),_0x29de90['on']('execute',()=>{const _0x91d1f3=[],_0x121560={};this['_formItemsCollection']['forEach'](_0x5e4fda=>{_0x91d1f3['push'](_0x5e4fda['value']),_0x382f65['useArgs']&&_0x382f65['options']&&(_0x121560[_0x5e4fda['argsKey']]=_0x5e4fda['value']);}),this['fire']('runReviewCheck',{'id':_0x382f65['id'],'params':_0x91d1f3['length']?_0x91d1f3:void 0x0,'args':Object['keys'](_0x121560)['length']?_0x121560:void 0x0});});const _0x1c67cc=_0x3470c5['length'];return _0x3470c5['forEach']((_0x488cde,_0x2bee83)=>{const _0x556fb3=_0x2bee83===_0x1c67cc-0x1;this['_formItemsCollection']['add'](new da(this['locale'],_0x488cde,_0x556fb3?_0x29de90:null));}),_0x375fc6['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x375fc6;}['_createCustomView'](_0x1d3be9,_0x5ad664=!0x1){return this['_customCheckView']=new ga(this['locale'],_0x1d3be9,_0x5ad664),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',_0x6bab76=>!_0x6bab76)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x228e62,_0x19ffc6,_0x1eb727)=>{_0x1eb727||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class pa extends Ht{['_checkViews'];constructor(_0x62a337){super(_0x62a337),this['_checkViews']=new _0x2fb855(),this['_setupTemplate']();}['setChecks'](_0x26cced,_0x1c9c2d=!0x1){this['_checkViews']['clear']();for(const [_0x4d292f,_0x15cbc6]of _0x26cced['entries']()){const _0x3b4451=new Ea(this['locale'],_0x15cbc6,_0x4d292f,_0x1c9c2d);_0x3b4451['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x3b4451);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x12c35c of this['_checkViews'])_0x12c35c instanceof Ea&&_0x12c35c['resetToDefault']();}['_setupTemplate'](){const _0x103477=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x103477['if']('isVisible','ck-hidden',_0x4df663=>!_0x4df663)]},'children':this['_checkViews']});}}class ma extends ra{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0xb8985c=this['context']['plugins']['get']('AITabs'),_0x3f66f0=this['context']['locale'],_0x5c345e=new eo(_0x3f66f0,{'label':hs(_0x3f66f0,'AI_REVIEW_MODE'),'icon':_0x14d24d,'class':'ck-ai-header_review','showResizeButton':_0xb8985c['showResizeButton']});return _0x5c345e['delegate']('resizeTabs')['to'](_0xb8985c),_0x5c345e['bind']('isMaximized')['to'](_0xb8985c['view'],'isMaximized',_0x25db53=>_0x25db53),new aa(this['context']['locale'],{'header':_0x5c345e,'list':new pa(_0x3f66f0),'results':new ca(_0x3f66f0,{'generalErrorText':hs(_0x3f66f0,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new la(_0x3f66f0,{'headerText':hs(_0x3f66f0,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':hs(_0x3f66f0,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':hs(_0x3f66f0,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x2bddf4=this['context']['plugins']['get']('AITabs');_0x2bddf4['view']['on']('activateTab',(_0x5e933d,{newTab:_0x32234e,oldTab:_0x31b925})=>{'reviewMode'===_0x32234e?this['fire']('getReviewCheckList'):'reviewMode'===_0x31b925&&this['fire']('leaveReview');}),_0x2bddf4['view']['addTab']({'id':'reviewMode','buttonLabel':hs(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x14d24d,'order':0x0,'content':this['_mainView']});}}const Ta='review-',Ca=['softBreak'];class wa extends _0xee6711{static get['requires'](){return[_0x367c6c,Js];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];['_reviewEditingAttachedEditors']=new WeakSet();['_boundEditables']=new WeakMap();constructor(_0xbe43d6){super(_0xbe43d6),this['_domEmitter']=new(Ot())(),this['_eventEmitter']=new(Tt())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x36b40e=_0x1e181d=>this['_scheduleAttachReviewEditingToEditor'](_0x1e181d);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x4df290)return void this['_attachReviewEditingToEditor'](this['context']);const _0x50fe56=this['context'];for(const _0x5ca9f8 of _0x50fe56['editors'])_0x36b40e(_0x5ca9f8);this['listenTo'](_0x50fe56['editors'],'add',(_0x572991,_0x20f52e)=>{_0x36b40e(_0x20f52e);}),this['listenTo'](_0x50fe56['editors'],'remove',(_0x149446,_0x52be5f)=>{for(const [_0x8454fc,_0x54921e]of this['_markers'])_0x54921e['editor']===_0x52be5f&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x8454fc,'changeId':_0x54921e['groupId']}),this['_markers']['delete'](_0x8454fc));});}['_scheduleAttachReviewEditingToEditor'](_0xfa9cbb){const _0x1cff66=()=>{'destroyed'!==_0xfa9cbb['state']&&_0xfa9cbb['conversion']&&this['_attachReviewEditingToEditor'](_0xfa9cbb);};if('ready'===_0xfa9cbb['state'])return void _0x1cff66();const _0x35009c=()=>{this['stopListening'](_0xfa9cbb,'ready',_0x35009c),_0x1cff66();};this['listenTo'](_0xfa9cbb,'ready',_0x35009c);}['_attachReviewEditingToEditor'](_0x53ebd8){this['_reviewEditingAttachedEditors']['has'](_0x53ebd8)||(_0x53ebd8['conversion']['for']('editingDowncast')['markerToElement']({'model':Ta+'insert','view':(_0x17c184,{writer:_0xba483b})=>{const _0x356bf1=this['_markers']['get'](_0x17c184['markerName']),_0x45d0d3={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x356bf1?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x17c184['markerName']};return _0xba483b['createUIElement']('span',_0x45d0d3,function(_0x46813f){const _0x10e9cf=this['toDomElement'](_0x46813f);return _0x10e9cf['innerHTML']=_0x356bf1?.['content']?.['asString']||'',_0x10e9cf;});}}),_0x53ebd8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ta+'remove-only','view':_0x6f991c=>{const _0x5cb61f=this['_markers']['get'](_0x6f991c['markerName']),_0x29ed59=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x5cb61f?.['id']||'')&&_0x29ed59['push']('ck-ai_review__change_active'),{'classes':_0x29ed59,'attributes':{'data-marker-id':_0x6f991c['markerName']}};}}),_0x53ebd8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ta+'remove-context','view':_0x3cc989=>{const _0x1df60f=this['_markers']['get'](_0x3cc989['markerName']),_0xcddb1b=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x1df60f?.['id']||'')&&_0xcddb1b['push']('ck-ai_review__change_active'),{'classes':_0xcddb1b,'attributes':{'data-marker-id':_0x3cc989['markerName']}};}}),_0x53ebd8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ta+'remove-text','view':_0x3780fd=>{const _0x121c6f=this['_markers']['get'](_0x3780fd['markerName']),_0x478cbd=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x121c6f?.['id']||'')&&_0x478cbd['push']('ck-ai_review__change_active'),{'classes':_0x478cbd,'attributes':{'data-marker-id':_0x3780fd['markerName']}};}}),_0x53ebd8['conversion']['for']('dataDowncast')['markerToElement']({'model':Ta+'suggestion-context','view':(_0x2f58c9,{writer:_0x860305})=>_0x860305['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x2f58c9['isOpening']?'start':'end')})}),_0x53ebd8['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x307282,'view':_0x2af4e4}),this['_updateMouseMarkerInteractionListeners'](_0x53ebd8),this['listenTo'](_0x53ebd8,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x53ebd8),{'priority':'lowest'}),this['listenTo'](_0x53ebd8,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x53ebd8),{'priority':'lowest'}),_0x53ebd8['model']['document']['registerPostFixer'](_0x2ef713=>this['_validateMarkers'](_0x53ebd8,_0x2ef713)),_0x53ebd8['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x53ebd8)),this['_reviewEditingAttachedEditors']['add'](_0x53ebd8));}['_updateMouseMarkerInteractionListeners'](_0x414dda){let _0x567fac=this['_boundEditables']['get'](_0x414dda);_0x567fac||(_0x567fac=new Map(),this['_boundEditables']['set'](_0x414dda,_0x567fac));const _0x146a0e=new Set(_0x414dda['ui']['getEditableElementsNames']());for(const _0x369d38 of _0x146a0e){if(_0x567fac['has'](_0x369d38))continue;const _0x42bc5c=_0x414dda['ui']['getEditableElement'](_0x369d38);_0x567fac['set'](_0x369d38,_0x42bc5c),this['_attachMouseMarkerInteractionListeners'](_0x42bc5c);}for(const [_0x3a1fbc,_0x1f8a10]of _0x567fac)_0x146a0e['has'](_0x3a1fbc)||(_0x567fac['delete'](_0x3a1fbc),this['_domEmitter']['stopListening'](_0x1f8a10));}['_attachMouseMarkerInteractionListeners'](_0x461b7e){this['_domEmitter']['listenTo'](_0x461b7e,'mouseup',(_0x8c29b0,_0x1a168e)=>{const _0xd35d6e=_0x1a168e['target'],_0x181347=this['_findMarkerElement'](_0xd35d6e);if(!_0x181347)return;const _0x2e8339=_0x181347['getAttribute']('data-marker-id'),_0x4fa326=_0x2e8339['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x2e8339,'changeId':_0x4fa326,'markerElement':()=>this['_findMarkerElementById'](_0x2e8339),'domEvent':_0x1a168e});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x461b7e,'mouseover',(_0x2fe9a0,_0x4319cd)=>{const _0x1cf525=_0x4319cd['target'],_0x74dfcc=_0x4319cd['relatedTarget'];let _0x5a2e4e=this['_findMarkerElement'](_0x1cf525);if(!_0x5a2e4e&&_0x74dfcc&&(_0x5a2e4e=this['_findMarkerElement'](_0x74dfcc)),!_0x5a2e4e)return;const _0x4c7e06=_0x5a2e4e['getAttribute']('data-marker-id'),_0x22c119=_0x4c7e06['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x22c119,'markerElement':()=>this['_findMarkerElementById'](_0x4c7e06),'domEvent':_0x4319cd});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x18ec0f((_0x3ddb36,_0x555285)=>{const _0x4c0359=_0x555285['target'];if(this['_findMarkerElement'](_0x4c0359))return;_0x4c0359['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x35e24e=this['context']['plugins']['get']('AIEditing'),_0x1f3438=Ws(this['context']);if(!_0x1f3438['length'])throw new at('ai-get-editor-from-context-no-editor',this);const _0xf5c98c=new Set(),_0x1dc1ce=[],_0x5cf276=new Map();for(const _0x12f82d of _0x1f3438)for(const _0x5e1695 of _0x12f82d['model']['document']['getRoots']()){if('$graveyard'===_0x5e1695['rootName'])continue;const _0x20b053=this['_buildDocumentDataSliceForRoot'](_0x12f82d,_0x5e1695,_0x35e24e,_0xf5c98c);_0x1dc1ce['push'](_0x20b053['content']);for(const [_0x4c1d22,_0x8e4a43]of _0x20b053['elements'])_0x5cf276['set'](_0x4c1d22,_0x8e4a43);}return{'elements':_0x5cf276,'content':_0x1dc1ce['join']('')};}['_buildDocumentDataSliceForRoot'](_0x548e6d,_0x38b361,_0x16abf6,_0x31183e){const _0x3a697e=_0x548e6d['model'],_0x38f3ae=new _0x19adab();for(const _0x576972 of _0x38b361['getChildren']())_0x38f3ae['_appendChild'](_0x576972['_clone'](!0x0));for(const _0x444931 of _0x3a697e['markers']){const _0x4a8995=_0x444931['getRange']();_0x4a8995&&_0x4a8995['root']['rootName']===_0x38b361['rootName']&&_0x38f3ae['markers']['set'](_0x444931['name'],this['_changeRangeOwnerDocument'](_0x4a8995['clone'](),_0x38f3ae));}const _0x353592=new Map(),_0x11188f=_0x3a697e['document']['version'],_0xd03820=new _0x4820fe({'ignoreElementEnd':!0x0,'startPosition':_0x3a697e['createPositionAt'](_0x38f3ae,0x0)});for(const {item:_0xfc5a6d}of _0xd03820){if(!_0xfc5a6d['is']('$textProxy'))continue;const _0x5d3e86=_0xfc5a6d['parent'];if(!_0x5d3e86||!_0x5d3e86['is']('element'))continue;const _0x6acb00=this['_upsertDataId'](_0x5d3e86,()=>_0x16abf6['_nextDataId'](_0x31183e));_0x31183e['add'](_0x6acb00);for(const _0x5da671 of _0x5d3e86['getChildren']())_0x5da671['is']('element')&&(_0x5da671['name']&&Ca['includes'](_0x5da671['name'])||_0x31183e['add'](this['_upsertDataId'](_0x5da671,()=>_0x16abf6['_nextDataId'](_0x31183e))));let _0x46a905=_0x5d3e86;for(;_0x46a905['parent']&&!_0x46a905['parent']['is']('documentFragment');)_0x46a905=_0x46a905['parent'],_0x46a905['hasAttribute'](_0x307282)&&_0x46a905['_removeAttribute'](_0x307282);_0x353592['set'](_0x6acb00,{'editor':_0x548e6d,'rootName':_0x38b361['rootName'],'path':_0x5d3e86['getPath'](),'documentVersion':_0x11188f,'getContent':this['_createGetContentUsingDataIdFn'](_0x46a905['_clone'](!0x0),_0x6acb00,_0x548e6d['data'])}),_0xd03820['jumpTo'](_0x3a697e['createPositionAfter'](_0x5d3e86));}return{'content':_0x548e6d['data']['processor']['toData'](_0x548e6d['data']['toView'](_0x38f3ae)),'elements':_0x353592};}['diffContent'](_0x475fe3,_0x2ac19f,_0x4b311d,_0x5adbf6=!0x1){const _0x41e69c=[],_0x226eec=_0x475fe3['data']['parse'](_0x4b311d,'$documentFragment'),_0x224888=_0x475fe3['data']['parse'](_0x2ac19f,'$documentFragment'),_0x12b8d3=_0x475fe3['model']['createPositionAt'](_0x224888,0x0);if(this['_haveSingleTopLevelElement'](_0x226eec)){if(!this['_hasSameTopLevelElement'](_0x224888,_0x226eec))return _0x41e69c;}else{const _0x588ac8=_0x475fe3['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x224888,_0x588ac8)||!this['_haveOnlyInlineContent'](_0x226eec,_0x588ac8))return _0x41e69c;}const _0x2e8a75=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x2ac19f,_0x4b311d,{'targetEditor':_0x475fe3,'anchor':_0x12b8d3,'markDeletions':!0x0})['getOperations']()['filter'](_0x360564=>'insert'===_0x360564['type']||'marker'===_0x360564['type']&&_0x360564['name']['startsWith']('$markedRemove')),_0x123a0a=this['_groupAdjacentOperations'](_0x2e8a75),_0x35514c=[];if(_0x5adbf6){if(_0x123a0a['length']){const _0x536092=_0x123a0a[0x0]['operations'][0x0],_0x5b49b1='insert'===_0x536092['type']?_0x536092['position']:_0x536092['newRange']['start'],_0x1d2fa2=this['_getPositionLimitingRange'](_0x5b49b1,_0x475fe3,'inside'),_0x4f438e=_0x1d2fa2?_0x226eec['getChild'](0x0)['getChildren']():_0x226eec['getChildren'](),_0x1c7ed0=_0x1d2fa2||_0x475fe3['model']['createRangeIn'](_0x224888),_0x3dc2a9=[new _0x3113a4('$markedRemove:synthetic'+ot(),null,_0x1c7ed0,_0x475fe3['model']['document']['model']['markers'],!0x0,_0x475fe3['model']['document']['version']+0x1),new _0x304cb7(_0x1c7ed0['end'],_0x4f438e,_0x475fe3['model']['document']['version']+0x2)];_0x35514c['push']({'operations':_0x3dc2a9,'operationsIsolated':_0x3dc2a9,'groupOffset':0x0});}}else _0x35514c['push'](..._0x123a0a);let _0x2c3e92=0x0;return _0x475fe3['model']['change'](_0x2b5def=>{for(let _0x8fc139=0x0;_0x8fc139<_0x35514c['length'];_0x8fc139++){const _0x1a026f=_0x35514c[_0x8fc139],_0x15af6f=_0x2b5def['createDocumentFragment']();for(const _0x517693 of _0x224888['getChildren']())_0x2b5def['append'](_0x517693['_clone'](!0x0),_0x15af6f);for(const _0x1ca6ad of _0x1a026f['operationsIsolated'])if('insert'===_0x1ca6ad['type']){const _0x1461cd=_0x1ca6ad;_0x1461cd['baseVersion']=null,_0x1461cd['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x1461cd,_0x15af6f),_0x2b5def['batch']['addOperation'](_0x1ca6ad),_0x475fe3['model']['applyOperation'](_0x1ca6ad);const _0x5a8cb7='suggestion:insertion:id:authorId:'+_0x2c3e92++,_0x41983a=_0x475fe3['model']['createRange'](_0x1461cd['position'],_0x1461cd['position']['getShiftedBy'](_0x1461cd['howMany']));_0x15af6f['markers']['set'](_0x5a8cb7,_0x41983a);}else{if('marker'===_0x1ca6ad['type']&&_0x1ca6ad['name']['startsWith']('$markedRemove')){const _0x12e7a0=_0x1ca6ad,_0x1c231c='suggestion:deletion:id:authorId:'+_0x2c3e92++;this['_changeOperationOwnerDocument'](_0x12e7a0,_0x15af6f),_0x15af6f['markers']['set'](_0x1c231c,_0x12e7a0['newRange']);}}if(_0x5adbf6)_0x41e69c['push']({..._0x1a026f,'context':this['_createGetContentFn'](_0x224888,_0x475fe3['data']),'content':this['_createGetContentFn'](_0x224888,_0x475fe3['data'])});else{const _0x4fbe90=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x1a026f['operationsIsolated'][0x0]),_0x15af6f),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x1a026f['operationsIsolated'][_0x1a026f['operationsIsolated']['length']-0x1]),_0x15af6f),_0x475fe3);_0x15af6f['markers']['set'](Ta+'suggestion-context',new _0x2a951f(_0x4fbe90['start'],_0x4fbe90['end'])),_0x41e69c['push']({..._0x1a026f,'context':this['_createGetContextFn'](_0x15af6f,_0x475fe3['data'],{'ellipsisBefore':_0x4fbe90['hasContentBefore'],'ellipsisAfter':_0x4fbe90['hasContentAfter']}),'content':this['_createGetContentFn'](_0x15af6f,_0x475fe3['data'])});}}}),_0x41e69c;}['markChangePositionInEditorContent'](_0xa5d7ed,_0x529d2c){if(!_0xa5d7ed['length'])return;const _0x571d74=_0xa5d7ed[0x0]['parent']['id'],_0x4c26e2=_0x529d2c['elements']['get'](_0x571d74);if(!_0x4c26e2)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x571d74);const _0x54ed4a=_0x4c26e2['path'],_0x113694=_0x4c26e2['editor'],_0x1d6e83=_0x113694['model']['document']['getRoot'](_0x4c26e2['rootName']);if(!_0x1d6e83)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x4c26e2['rootName']);const _0x560aa2=_0x113694['model']['document']['history']['getOperations'](_0x4c26e2['documentVersion']),_0x44274f=[];for(const _0x519df4 of _0xa5d7ed){const _0x4700d0=_0x519df4['operationsIsolated']['map'](_0x4dbc70=>this['_translateOperationToEditorContent'](_0x4dbc70,_0x54ed4a,_0x1d6e83));if(!_0x4700d0||!_0x4700d0['length'])continue;const _0x1c82ad=_0x4700d0['every'](_0x21fdad=>'marker'===_0x21fdad['type']&&_0x21fdad['name']['startsWith']('$markedRemove')),_0x3e0bab={'document':_0x113694['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x30b5d2=_0x5e674a(_0x4700d0,_0x560aa2,_0x3e0bab)['operationsA'];for(const _0x41b762 of _0x30b5d2)if('insert'===_0x41b762['type']){const _0x3b4473=_0x41b762,_0x5da606=_0x3b4473['nodes'];_0x113694['model']['change'](_0x12e03e=>{const _0x3e52ff=_0x12e03e['createDocumentFragment']();for(const _0x4bd51a of _0x5da606)_0x12e03e['append'](_0x4bd51a['_clone'](!0x0),_0x3e52ff);_0x44274f['push']({'start':_0x3b4473['position'],'end':_0x3b4473['position'],'type':'insert','groupId':_0x519df4['id'],'content':{'asString':this['_createGetContentFn'](_0x3e52ff,_0x113694['data'])(),'asFragment':_0x3e52ff}});});}else{if('marker'===_0x41b762['type']&&_0x41b762['name']['startsWith']('$markedRemove')){const _0x47e3c9=_0x41b762;let _0x157fac='remove-text';if(_0x1c82ad){const _0x499702=this['_findAdjacentContextDistance'](_0x47e3c9['newRange']['start'],'backward',_0x113694['model']['schema']),_0x231fa9=this['_findAdjacentContextDistance'](_0x47e3c9['newRange']['end'],'forward',_0x113694['model']['schema']);if(_0x499702||_0x231fa9){const _0x44fcaf=_0x47e3c9['newRange']['start']['getShiftedBy'](-_0x499702),_0x3a14=_0x47e3c9['newRange']['end']['getShiftedBy'](_0x231fa9);_0x44274f['push']({'start':_0x44fcaf,'end':_0x3a14,'groupId':_0x519df4['id'],'type':'remove-context'});}else _0x157fac='remove-only';}_0x44274f['push']({'start':_0x47e3c9['newRange']['start'],'end':_0x47e3c9['newRange']['end'],'groupId':_0x519df4['id'],'type':_0x157fac});}}}this['_insertMarkers'](_0x44274f,_0x113694);}['clearAllMarkers'](){const _0x37752e=new Map();for(const _0x1daeff of this['_markers']['keys']()){const _0x8bbeb8=this['_markers']['get'](_0x1daeff);_0x8bbeb8?.['editor']&&(_0x37752e['has'](_0x8bbeb8['editor'])||_0x37752e['set'](_0x8bbeb8['editor'],[]),_0x37752e['get'](_0x8bbeb8['editor'])['push'](_0x1daeff));}for(const [_0x188701,_0x4cb9ec]of _0x37752e)_0x188701['model']['change'](_0x35bbba=>{for(const _0x10b8e9 of _0x4cb9ec)_0x188701['model']['markers']['get'](_0x10b8e9)&&_0x35bbba['removeMarker'](_0x10b8e9);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x336fd7 of Ws(this['context']))_0x336fd7['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x2c0326 of Ws(this['context']))_0x2c0326['disableReadOnlyMode']('ai-review');}['applyChange'](_0xe64931){const _0x55fbd3=_0xe64931['map'](_0x509d87=>this['_getMarkersDataForGroup'](_0x509d87))['flat'](),_0x12508c=new Map();for(const _0x49406c of _0x55fbd3)_0x12508c['has'](_0x49406c['editor'])||_0x12508c['set'](_0x49406c['editor'],[]),_0x12508c['get'](_0x49406c['editor'])['push'](_0x49406c);for(const [_0x55b8e8,_0x45ced8]of _0x12508c){const _0x335364=_0x55b8e8['model'];_0x335364['change'](_0x1a39ae=>{for(const _0x18f059 of _0x45ced8){const _0x34053a=_0x55b8e8['model']['markers']['get'](_0x18f059['id']);if(_0x34053a){if('insert'===_0x18f059['type']){if(!_0x18f059['content'])continue;_0x335364['insertContent'](_0x18f059['content']['asFragment']||null,_0x34053a['getRange']()['start']);}else'remove-text'!==_0x18f059['type']&&'remove-only'!==_0x18f059['type']||_0x335364['deleteContent'](_0x335364['createSelection'](_0x34053a['getRange']()));_0x1a39ae['removeMarker'](_0x18f059['id']),this['_markers']['delete'](_0x18f059['id']);}}});}}['rejectChange'](_0x12cdc2){const _0x401ef0=this['_getMarkersDataForGroup'](_0x12cdc2),_0x22d102=new Map();for(const _0x451d02 of _0x401ef0)_0x22d102['has'](_0x451d02['editor'])||_0x22d102['set'](_0x451d02['editor'],[]),_0x22d102['get'](_0x451d02['editor'])['push'](_0x451d02);for(const [_0x6569d,_0x3d849b]of _0x22d102)_0x6569d['model']['change'](_0x412220=>{for(const _0x512bf9 of _0x3d849b)_0x412220['removeMarker'](_0x512bf9['id']),this['_markers']['delete'](_0x512bf9['id']);});}['getEditor'](){return $s(this['context']);}['getEditors'](){return Ws(this['context']);}['getEditorForChange'](_0x4a111e){const _0x3803cd=this['_getMarkersDataForGroup'](_0x4a111e);return _0x3803cd[0x0]?.['editor'];}['getMarkerElementForChange'](_0x74820){const _0x137e34=Array['from'](this['_markers']['values']())['filter'](_0x29dec0=>_0x29dec0['groupId']===_0x74820);if(!_0x137e34['length'])return null;const _0x2687a4=0x1===_0x137e34['length']?_0x137e34[0x0]:this['_sortMarkers'](_0x137e34)[0x0],_0x4e7d92=_0x2687a4['editor']['model']['markers']['get'](_0x2687a4['id']);if(!_0x4e7d92)return null;return{'modelRange':_0x4e7d92['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x2687a4['id'])};}['getContentElementForChange'](_0x259e7a){const _0x10d538=Array['from'](this['_markers']['values']())['filter'](_0x5683ba=>_0x5683ba['groupId']===_0x259e7a);if(!_0x10d538['length'])return null;const _0x4f43b3=0x1===_0x10d538['length']?_0x10d538[0x0]:this['_sortMarkers'](_0x10d538)[0x0],_0x360f95=_0x4f43b3['editor'],_0x81c4b6=_0x360f95['model']['markers']['get'](_0x4f43b3['id']);if(!_0x81c4b6)return null;const _0x1baa22=_0x81c4b6['getRange'](),_0x23c4f8=_0x360f95['editing']['view']['getDomRoot'](_0x1baa22['root']['rootName'])||_0x360f95['editing']['view']['getDomRoot']();if(!_0x23c4f8||!_0x1baa22)return null;let _0x1e6d1e=_0x1baa22['start']['parent'];for(;_0x1e6d1e['parent']&&'$root'!==_0x1e6d1e['parent']['name'];)_0x1e6d1e=_0x1e6d1e['parent'];if(!_0x1e6d1e||!_0x1e6d1e['name'])return null;const _0xc9dcf3=_0x23c4f8['querySelector']('[data-marker-id=\x22'+_0x4f43b3['id']+'\x22]');if(!_0xc9dcf3)return null;let _0xc0b607=null;_0x360f95['model']['change'](_0x48b4b3=>{_0xc0b607=_0x48b4b3['createDocumentFragment'](),_0x48b4b3['append'](_0x1e6d1e['_clone'](!0x0),_0xc0b607);});const _0x32791d=_0x360f95['data']['toView'](_0xc0b607)['getChild'](0x0);return _0xc9dcf3['closest'](_0x32791d['name']);}['reactivateMarkers'](_0x151309){const _0x229117=this['_getMarkersDataForGroup'](_0x151309);if(!_0x229117['length'])return;const _0x2194f8=Array['from'](this['_activeMarkers'])['sort'](),_0x115f32=Array['from'](new Set(_0x229117['map'](_0x13d8d6=>_0x13d8d6['id'])))['sort']();_0x2194f8['join']('|')!==_0x115f32['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x151309));}['setMarkersInElementAsActive'](_0x19ca9d){const _0x14581b=this['_getMarkersDataForGroup'](_0x19ca9d);if(!_0x14581b['length'])return;const _0x4025d9=_0x14581b[0x0]['editor'],_0x165006=new Set(_0x14581b['map'](_0x2aae41=>_0x2aae41['id'])),_0x2230c0=Array['from'](_0x165006['values']())['map'](_0x2d3b65=>_0x4025d9['model']['markers']['get'](_0x2d3b65))['filter'](_0x3200e5=>!!_0x3200e5);_0x165006['forEach'](_0x44fa5f=>{this['_activeMarkers']['add'](_0x44fa5f);}),_0x4025d9['model']['change'](()=>{_0x2230c0['forEach'](_0x1db2ca=>{_0x4025d9['editing']['reconvertMarker'](_0x1db2ca);});});}['setAllMarkersAsInactive'](){const _0x497a08=Array['from'](this['_activeMarkers']);if(!_0x497a08['length'])return;this['_activeMarkers']['clear']();const _0x466898=new Map();for(const _0x9543f0 of _0x497a08){const _0x45ba4c=this['_markers']['get'](_0x9543f0);if(!_0x45ba4c)continue;const _0x377525=_0x45ba4c['editor'],_0x5598bb=_0x377525['model']['markers']['get'](_0x9543f0);_0x5598bb&&(_0x466898['has'](_0x377525)||_0x466898['set'](_0x377525,[]),_0x466898['get'](_0x377525)['push'](_0x5598bb));}for(const [_0x11ab31,_0x3280de]of _0x466898)_0x11ab31['model']['change'](()=>{_0x3280de['forEach'](_0xa6db9=>{_0x11ab31['editing']['reconvertMarker'](_0xa6db9);});});}['_getPositionLimitingRange'](_0x5e0729,_0x26c3a6,_0x2e197a='outside'){if(!_0x5e0729)return null;let _0x302be1=_0x5e0729['parent'];for(;_0x302be1&&_0x302be1['parent']&&'$root'!==_0x302be1['parent']['name']&&!_0x26c3a6['model']['schema']['isLimit'](_0x302be1)&&!_0x26c3a6['model']['schema']['isBlock'](_0x302be1);)_0x302be1=_0x302be1['parent'];if(!_0x302be1||!_0x302be1['name']||'$root'===_0x302be1['name'])return null;let _0x5a5d74=null;return _0x26c3a6['model']['change'](_0x516cc8=>{_0x5a5d74='inside'===_0x2e197a?_0x516cc8['createRangeIn'](_0x302be1):_0x516cc8['createRangeOn'](_0x302be1);}),_0x5a5d74;}['_validateMarkers'](_0x545d5a,_0x5509e1){const _0x6445c1=Array['from'](this['_markers']['keys']()),_0x29ddc8=new Map();for(const _0x4e96b9 of _0x6445c1){const _0xecd348=_0x545d5a['model']['markers']['get'](_0x4e96b9);if(!_0xecd348)continue;const _0x13e233=_0xecd348['getStart']()['root']['rootName']+':'+_0xecd348['getStart']()['path'][0x0];_0x29ddc8['has'](_0x13e233)||_0x29ddc8['set'](_0x13e233,[]),_0x29ddc8['get'](_0x13e233)['push'](_0xecd348);}const _0x432c07=new Set();for(const _0x3be292 of _0x545d5a['model']['document']['differ']['getChanges']()){let _0x5402a0='',_0x204825=null;if('insert'===_0x3be292['type'])_0x204825=new _0x2a951f(_0x3be292['position'],_0x3be292['position']['getShiftedBy'](_0x3be292['length'])),_0x5402a0=_0x3be292['position']['root']['rootName']+':'+_0x3be292['position']['path'][0x0];else{if('remove'!==_0x3be292['type'])continue;_0x204825=new _0x2a951f(_0x3be292['position']),_0x5402a0=_0x3be292['position']['root']['rootName']+':'+_0x3be292['position']['path'][0x0];}const _0x3cab32=_0x29ddc8['get'](_0x5402a0)||[];if(_0x3cab32['length']){for(const _0x4bc28b of _0x3cab32)if(_0x204825['root']['rootName']===_0x4bc28b['getRange']()['root']['rootName']&&('insert'!==_0x3be292['type']||!_0x204825['containsRange'](_0x4bc28b['getRange']()))&&(_0x204825['isIntersecting'](_0x4bc28b['getRange']())||_0x204825['start']['isTouching'](_0x4bc28b['getRange']()['end'])||_0x204825['end']['isTouching'](_0x4bc28b['getRange']()['start']))){const _0x5092ac=this['_parseMarkerName'](_0x4bc28b['name']);Array['from'](this['_markers']['values']())['filter'](_0x113a2f=>_0x113a2f['groupId']===_0x5092ac['groupId'])['forEach'](_0x30ad37=>_0x432c07['add'](_0x30ad37['id']));}}}if(_0x432c07['size']){for(const _0xe4578c of _0x432c07)_0x5509e1['removeMarker'](_0xe4578c);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x47b930){for(const {name:_0x1b610d,data:_0x204ca6}of _0x47b930['model']['document']['differ']['getChangedMarkers']()){if(!_0x1b610d['startsWith'](Ta))continue;const _0x1cdb47=_0x204ca6['oldRange'],_0x2cc98a=_0x204ca6['newRange'],_0x2552ab=_0x1cdb47&&'$graveyard'===_0x1cdb47['root']['rootName'],_0x53dd23=_0x2cc98a&&'$graveyard'===_0x2cc98a['root']['rootName'];if(_0x2552ab&&_0x53dd23)continue;const _0x59ebc8=this['_parseMarkerName'](_0x1b610d);this['_markers']['get'](_0x1b610d)&&(_0x53dd23||!_0x2cc98a?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x1b610d,'changeId':_0x59ebc8['groupId']}):_0x2552ab&&_0x2cc98a&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x1b610d,'changeId':_0x59ebc8['groupId']}));}}['_parseMarkerName'](_0x2eeb4a){const _0x2a03ee=_0x2eeb4a['split'](':'),_0x260e47=(_0x2a03ee[0x1]||'')['split']('_');return{'prefix':_0x2a03ee[0x0],'groupId':_0x260e47[0x0],'suffix':_0x260e47[0x1]};}['_translateOperationToEditorContent'](_0x3d9c1e,_0x2cd41b,_0x50ebac){if('insert'===_0x3d9c1e['type']){const _0x1335c2=_0x3d9c1e;return new _0x304cb7(this['_changePosition'](_0x2cd41b['concat'](_0x1335c2['position']['offset']),_0x50ebac),_0x1335c2['nodes'],_0x1335c2['baseVersion']);}if('marker'===_0x3d9c1e['type']&&_0x3d9c1e['name']['startsWith']('$markedRemove')){const _0x5b1973=_0x3d9c1e;return new _0x3113a4(_0x5b1973['name'],_0x5b1973['oldRange'],this['_changeRange'](_0x5b1973['newRange'],_0x2cd41b['concat'](_0x5b1973['newRange']['start']['offset']),_0x2cd41b['concat'](_0x5b1973['newRange']['end']['offset']),_0x50ebac),_0x5b1973['_markers'],_0x5b1973['affectsData'],_0x5b1973['baseVersion']);}return _0x3d9c1e;}['_groupAdjacentOperations'](_0x54ff4f){if(!_0x54ff4f['length'])return[];const _0x497219=[];let _0x16f206=0x0,_0xd9a470=0x0,_0x19b82f=[];for(let _0x5167a3=0x0;_0x5167a3<=_0x54ff4f['length'];_0x5167a3++){const _0x2a0313=_0x54ff4f[_0x5167a3],_0x587374=_0x54ff4f[_0x5167a3-0x1];!_0x2a0313||_0x587374&&!this['_getOperationEnd'](_0x587374)['isTouching'](this['_getOperationStart'](_0x2a0313))?(_0x497219['push']({'operations':_0x19b82f,'operationsIsolated':_0x19b82f['map'](_0x4cc5bd=>this['_shiftOperation'](_0x4cc5bd['clone'](),-_0xd9a470)),'groupOffset':_0x16f206}),_0x19b82f=_0x2a0313?[_0x2a0313]:[],_0xd9a470+=_0x16f206,_0x16f206=0x0):_0x19b82f['push'](_0x2a0313),_0x2a0313&&'insert'===_0x2a0313['type']&&(_0x16f206+=_0x2a0313['howMany']);}return _0x497219;}['_findAdjacentContextDistance'](_0x1a03f8,_0x14ced8,_0x3e7bd0,_0x460a70=0x1){const _0x455a35=new _0x4820fe({'startPosition':_0x1a03f8,'direction':_0x14ced8});let _0x5b1639=0x0;for(let _0x13448a=0x0;_0x13448a<_0x460a70;_0x13448a++){let _0x8dd634=0x0,_0x5b936b=!0x1,_0x53dd26='forward'===_0x14ced8?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x15808f}of _0x455a35)if(_0x15808f['is']('$textProxy')){const _0x3ed835=_0x53dd26['exec'](_0x15808f['data']);if(_0x3ed835&&_0x3ed835['length']){if(_0x8dd634+='forward'===_0x14ced8?_0x3ed835['index']+_0x3ed835[0x0]['length']:_0x15808f['data']['length']-_0x3ed835['index'],_0x3ed835[0x0]['length']!==_0x15808f['data']['length'])break;_0x5b936b=!0x0,_0x53dd26='forward'===_0x14ced8?/^\w+/:/\w+$/;}else{if(_0x5b936b)break;_0x8dd634+=_0x15808f['offsetSize'];}}else{if(_0x15808f['is']('element')){_0x3e7bd0['isInline'](_0x15808f)&&!_0x5b936b&&(_0x8dd634+=0x1);break;}}_0x5b1639+=_0x8dd634,_0x455a35['jumpTo'](_0x1a03f8['getShiftedBy']('forward'===_0x14ced8?_0x5b1639:-_0x5b1639));}return _0x5b1639;}['_getChangeContext'](_0x49ae5e,_0x367d1c,_0x37a4a0){const _0x53662b=_0x37a4a0['model']['schema'],_0x5f0d9f=this['_findAdjacentContextDistance'](_0x49ae5e,'backward',_0x53662b,0x6),_0x420248=this['_findAdjacentContextDistance'](_0x367d1c,'forward',_0x53662b,0x6),_0x36dee6=_0x49ae5e['getShiftedBy'](-_0x5f0d9f),_0x1722e3=_0x367d1c['getShiftedBy'](_0x420248);return{'start':_0x36dee6,'end':_0x1722e3,'hasContentBefore':!_0x36dee6['isAtStart'],'hasContentAfter':!_0x1722e3['isAtEnd']};}['_insertMarkers'](_0x58504f,_0x36516d){const _0x2d834f=this['context']['plugins']['get']('AIEditing'),_0x3e4149=new Set();_0x36516d['model']['change'](_0x36122a=>{for(const _0x37989f of _0x58504f){const _0x245af9=''+Ta+_0x37989f['type']+':'+_0x37989f['groupId']+'_'+_0x2d834f['_nextDataId'](_0x3e4149);this['_markers']['set'](_0x245af9,{'id':_0x245af9,'groupId':_0x37989f['groupId'],'type':_0x37989f['type'],'content':_0x37989f['content'],'editor':_0x36516d}),_0x36122a['addMarker'](_0x245af9,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x36122a['createRange'](_0x37989f['start'],_0x37989f['end'])});}});}['_createGetContextFn'](_0xdb832e,_0x29c37a,_0x138f04){let _0x12b624='';return()=>{if(!_0x12b624){const _0x3d39ea=_0x29c37a['toView'](_0xdb832e,{'showSuggestionHighlights':!0x0});let _0x4415f2=_0x3d39ea['getChild'](0x0);if(_0x4415f2['is']('containerElement')||(_0x4415f2=_0x3d39ea),!_0x4415f2)return'';let _0x37ab5f=!0x1;const _0x3ddaba=[];for(const _0x21dd03 of _0x4415f2['getChildren']())_0x21dd03['is']('element','span')&&_0x21dd03['hasClass']('ck-ai_review-marker_context-end')&&(_0x37ab5f=!0x1),_0x37ab5f&&_0x3ddaba['push'](_0x21dd03),_0x21dd03['is']('element','span')&&_0x21dd03['hasClass']('ck-ai_review-marker_context-start')&&(_0x37ab5f=!0x0);_0x4415f2['_removeChildren'](0x0,_0x4415f2['childCount']),_0x138f04?.['ellipsisBefore']&&_0x4415f2['_appendChild']('…'),_0x4415f2['_appendChild'](_0x3ddaba),_0x138f04?.['ellipsisAfter']&&_0x4415f2['_appendChild']('…');const _0x4094d3=_0x29c37a['htmlProcessor']['domConverter']['viewToDom'](_0x3d39ea),_0x16617d=_0x29c37a['htmlProcessor']['htmlWriter']['getHtml'](_0x4094d3);_0x12b624=_0x16617d;}return _0x12b624;};}['_createGetContentFn'](_0x6ba7a,_0x56305b){let _0x4872d0='';return()=>(_0x4872d0||(_0x4872d0=_0x56305b['stringify'](_0x6ba7a,{'showSuggestionHighlights':!0x0})),_0x4872d0);}['_createGetContentUsingDataIdFn'](_0x1ec05d,_0x3edaf7,_0x538411){let _0xec3f1d='';return()=>{if(!_0xec3f1d){const _0xfbcfb4=_0x538411['toView'](new _0x19adab(_0x1ec05d)),_0x235027=_0x538411['htmlProcessor']['domConverter']['viewToDom'](_0xfbcfb4)['querySelector']('[data-id=\x22'+_0x3edaf7+'\x22]');_0xec3f1d=_0x235027?.['outerHTML']||'';}return _0xec3f1d;};}['_findMarkerElement'](_0x350a68,_0x42ebd3=0x5){let _0x44b37b=_0x350a68,_0x3c1c26=null;for(let _0x3b2200=0x0;_0x3b2200<_0x42ebd3&&_0x44b37b;_0x3b2200++){if(!_0x44b37b['className']){_0x44b37b=_0x44b37b['parentElement'];continue;}if(!(''+_0x44b37b['className'])['includes']('ck-ai_review-marker_')){_0x44b37b=_0x44b37b['parentElement'];continue;}if(!_0x44b37b['getAttribute']('data-marker-id'))break;_0x3c1c26=_0x44b37b;break;}return _0x3c1c26;}['_findMarkerElementById'](_0x4ef2e5){const _0x27d79e=this['_markers']['get'](_0x4ef2e5),_0x24b51b=_0x27d79e?.['editor']??$s(this['context']),_0x1da782=_0x24b51b['model']['markers']['get'](_0x4ef2e5);return _0x1da782?_0x40ecdc(_0x24b51b['editing'],_0x1da782):null;}['_getMarkersDataForGroup'](_0x5c00ac){return Array['from'](this['_markers']['values']())['filter'](_0x428fc8=>_0x428fc8['groupId']===_0x5c00ac);}['_getOperationStart'](_0x46e303){return'insert'===_0x46e303['type']?_0x46e303['position']:_0x46e303['newRange']['start'];}['_getOperationEnd'](_0x23fc71,_0xbd3a9b=!0x1){return'insert'===_0x23fc71['type']?_0xbd3a9b?_0x23fc71['position']:_0x23fc71['position']['getShiftedBy'](_0x23fc71['howMany']):_0x23fc71['newRange']['end'];}['_shiftOperation'](_0x24520d,_0x51c084){return'insert'===_0x24520d['type']?_0x24520d['position']=_0x24520d['position']['getShiftedBy'](_0x51c084):'marker'===_0x24520d['type']&&_0x24520d['newRange']&&(_0x24520d['newRange']=new _0x2a951f(_0x24520d['newRange']['start']['getShiftedBy'](_0x51c084),_0x24520d['newRange']['end']['getShiftedBy'](_0x51c084))),_0x24520d;}['_changeOperationOwnerDocument'](_0x513032,_0x2e20ef){'insert'===_0x513032['type']?_0x513032['position']=this['_changePositionOwnerDocument'](_0x513032['position'],_0x2e20ef):'marker'===_0x513032['type']&&_0x513032['newRange']&&(_0x513032['newRange']=this['_changeRangeOwnerDocument'](_0x513032['newRange'],_0x2e20ef));}['_changePositionOwnerDocument'](_0x194854,_0x3ca9e9){return new _0x53bf6b(_0x3ca9e9,_0x194854['path']);}['_changeRangeOwnerDocument'](_0x500f48,_0x42bd53){return new _0x2a951f(this['_changePositionOwnerDocument'](_0x500f48['start'],_0x42bd53),this['_changePositionOwnerDocument'](_0x500f48['end'],_0x42bd53));}['_changePosition'](_0x502832,_0x5035d3){return new _0x53bf6b(_0x5035d3,[..._0x502832]);}['_changeRange'](_0xde9ff6,_0x291665,_0x3bdf8d,_0x4a191){return new _0x2a951f(this['_changePosition'](_0x291665,_0x4a191),this['_changePosition'](_0x3bdf8d,_0x4a191));}['_sortMarkers'](_0x73ca16){const _0x381006=_0x5cb91d=>{switch(_0x5cb91d){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x73ca16['sort']((_0x18a8a3,_0x1382e5)=>_0x381006(_0x18a8a3['type'])-_0x381006(_0x1382e5['type']));}['_hasSameTopLevelElement'](_0x396d2c,_0x454c19){const _0x5760e6=_0x396d2c['getChild'](0x0),_0x563a90=_0x454c19['getChild'](0x0);return!(!_0x5760e6||!_0x563a90)&&((!_0x5760e6['is']('element')||!_0x563a90['is']('element')||_0x5760e6['name']===_0x563a90['name'])&&!(_0x5760e6['is']('element')&&!_0x563a90['is']('element')||!_0x5760e6['is']('element')&&_0x563a90['is']('element')));}['_haveSingleTopLevelElement'](_0x4a9984){return 0x1===_0x4a9984['childCount'];}['_haveOnlyInlineContent'](_0x5b26a3,_0x3f7d2e){for(const _0x1ab56c of _0x5b26a3['getChildren']())if(_0x1ab56c['is']('element')&&!_0x3f7d2e['isInline'](_0x1ab56c))return!0x1;return!0x0;}['_upsertDataId'](_0x521e4d,_0x5a4203){let _0x4cf0c4=_0x521e4d['getAttribute'](_0x307282);return _0x4cf0c4||(_0x4cf0c4=_0x5a4203(),_0x521e4d['_setAttribute'](_0x307282,_0x4cf0c4)),_0x4cf0c4;}}class fa extends Tt(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x4eff93,contentNew:_0x539015,contentInitial:_0x3f8010,documentVersion:_0x2381e6}){super(),this['id']=_0x4eff93,this['contentNew']=_0x539015,this['contentInitial']=_0x3f8010,this['documentVersion']=_0x2381e6;}}class ba extends ht(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x37a999,_0x582282,_0x378040){super(),this['id']=_0x37a999,this['parent']=_0x378040,this['_data']=_0x582282,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 Sa extends ht(){['id']=ot();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x1058e9,_0x5327e0,_0x1da2c0,_0x3f8000,_0x5b0488){super(),this['_sourceCheck']=_0x5327e0,this['_documentData']=_0x1058e9,this['_aiConnector']=_0x1da2c0,this['_reviewParams']=_0x3f8000,this['_reviewArgs']=_0x5b0488,this['on']('change:status',(_0x5c05a7,_0x1d2ce8,_0x30b879)=>{'aborted'==_0x30b879&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x30b879,'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'](_0x154f22=>'pending'===_0x154f22['status']);}get['currentError'](){return this['_currentError'];}['updateDocumentData'](_0x5f0935){this['_documentData']=_0x5f0935;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x354edb=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x4bb246 of _0x354edb)'unmodified'!==_0x4bb246['data']['operation']&&('error'!==_0x4bb246['data']['operation']?'review-metadata'!==_0x4bb246['event']?this['_addReviewCheckResult'](_0x4bb246['data']['dataId'],_0x4bb246['data']['textDelta']):this['callId']=_0x4bb246['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(_0x22f833){this['_currentError']=_0x22f833,_0x22f833 instanceof Error&&_0x22f833['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'](_0x358a45,_0x2a3889){const _0xcb4173=this['_results']['get'](_0x358a45);if(!_0xcb4173)return;if(0x0===_0x2a3889['length'])return;const _0xf71a04=[];_0x2a3889['forEach']((_0x37f175,_0x582c32)=>{const _0x88c65a=new ba(_0xcb4173['id']+'-'+_0x582c32,_0x37f175,_0xcb4173);_0x88c65a['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x88c65a,'status':_0x88c65a['status']});}),_0x88c65a['on']('change:isActivated',()=>{_0x88c65a['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x88c65a}):this['fire']('reviewCheckResultDeactivated',{'change':_0x88c65a});}),this['_changes']['push'](_0x88c65a),_0xf71a04['push'](_0x88c65a);}),this['fire']('reviewCheckResultReady',{'changes':_0xf71a04,'result':_0xcb4173,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x24e806){const _0x1e3133=this['_changes']['find'](_0x115ca9=>_0x115ca9['id']===_0x24e806);return!(!_0x1e3133||'pending'!==_0x1e3133['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x3605be=>!0x0===_0x3605be['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x5d7608=>'pending'===_0x5d7608['status']);}['getChangeById'](_0x215135){return this['_changes']['find'](_0x408a0c=>_0x408a0c['id']===_0x215135);}['markAllChangesAsAccepted'](){for(const _0x344e6b of this['_changes'])'pending'===_0x344e6b['status']&&(_0x344e6b['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x4a601f){const _0x5c4057=this['_changes']['find'](_0x3cdafc=>_0x3cdafc['id']===_0x4a601f);_0x5c4057&&'pending'===_0x5c4057['status']&&(_0x5c4057['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x53fecc){const _0x1a21d7=this['_changes']['find'](_0x240f5b=>_0x240f5b['id']===_0x53fecc);_0x1a21d7&&'pending'===_0x1a21d7['status']&&(_0x1a21d7['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x506095){const _0x422e3a=this['_changes']['find'](_0x1d276e=>_0x1d276e['id']===_0x506095);_0x422e3a&&'pending'===_0x422e3a['status']&&(_0x422e3a['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x5981bb){const _0x5e85a4=this['_changes']['find'](_0x3cf22c=>_0x3cf22c['id']===_0x5981bb);_0x5e85a4&&'outdated'===_0x5e85a4['status']&&(_0x5e85a4['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x485cb9){this['_changes']['filter'](_0x2e7a00=>_0x2e7a00['isActivated']&&_0x2e7a00['id']!==_0x485cb9)['forEach'](_0x5a29c6=>{_0x5a29c6['isActivated']=!0x1;});const _0x1683dc=this['_changes']['find'](_0x5011ed=>_0x5011ed['id']===_0x485cb9);_0x1683dc&&'pending'===_0x1683dc['status']&&(_0x1683dc['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x3fd52e=>_0x3fd52e['isActivated'])['forEach'](_0xaaa8df=>{_0xaaa8df['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x29ddd4){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x2749d5;if(_0x29ddd4){const _0x1c6cbf=this['_changes']['find'](_0x30a959=>_0x30a959['id']===_0x29ddd4);if(_0x1c6cbf&&_0x1c6cbf['isRated'])return;_0x1c6cbf&&(_0x2749d5=_0x1c6cbf['parent']['id'],_0x1c6cbf['isRated']=!0x0);}const _0x1dbb1d={'positiveCount':this['_changes']['filter'](_0x30ee2d=>'accepted'===_0x30ee2d['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x1dbb1d,this['callId'],_0x2749d5);}['_addReviewCheckResult'](_0x1beb73,_0x351046){const _0x5048f1=this['_documentData']['elements']['get'](_0x1beb73);if(!_0x5048f1)return;const _0x571a71=_0x5048f1['getContent']();if(_0x571a71===_0x351046)return;const _0x2acdda=new fa({'id':_0x1beb73,'contentInitial':_0x571a71,'contentNew':_0x351046,'documentVersion':_0x5048f1['documentVersion']});this['_results']['set'](_0x2acdda['id'],_0x2acdda),this['fire']('reviewCheckResultAdded',{'result':_0x2acdda,'source':this,'editor':_0x5048f1['editor']});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x293f48=>'pending'===_0x293f48['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x11cd9d=>'pending'===_0x11cd9d['status'])['length']&&(this['status']='finished'));}}class Ra extends Sa{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x22ec2f=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x369447=0x0;_0x369447<this['_reviewParams']['length'];_0x369447++){if(!this['_reviewParams'][_0x369447]||!this['_sourceCheck']['options'][_0x369447])continue;const _0x9af4de=this['_sourceCheck']['options'][_0x369447],_0xdb90d5=_0x9af4de['data']?.['find'](_0x583772=>_0x583772['id']===this['_reviewParams'][_0x369447]);_0xdb90d5&&_0x22ec2f['push'](_0xdb90d5['label']);}return _0x22ec2f['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x23cb30,_0x55fa1d,_0x4ac6ba){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x55fa1d,_0x23cb30,_0x4ac6ba);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class Oa extends _0xee6711{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_aiReviewCheckList'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['requires'](){return[as];}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(_0x337e9a,_0x3f7927)=>{const _0x5cf77d=this['_aiReviewCheckList']['getCheckById'](_0x3f7927['id']);if(_0x5cf77d){this['_onReviewCheckRun'](_0x3f7927),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x3f7927,_0x5cf77d),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x3a4500,_0x87d4a8)=>{switch(_0x87d4a8['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x87d4a8);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 at('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new at('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'!==_0x87d4a8['status']&&'error-chunk'!==_0x87d4a8['status']&&'error-general'!==_0x87d4a8['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x28ff1a,_0x28e2f0)=>{if(!this['_currentReviewCheckRun'])throw new at('ai-review-mode-no-current-check-run',this);const _0x1da457=this['_diffContent'](_0x28e2f0['editor'],_0x28e2f0['result']['contentInitial'],_0x28e2f0['result']['contentNew']);_0x28e2f0['source']['addResultChanges'](_0x28e2f0['result']['id'],_0x1da457);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x5c1992,_0x4b246a)=>{for(const _0x3cd7c4 of _0x4b246a['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x3cd7c4);this['_markChangePositionInEditorContent'](_0x4b246a['changes'],_0x4b246a['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x580cb6,_0x291a14)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x291a14['change']['id'],_0x291a14['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x2aa263,_0x51e92e)=>{this['_onReviewCheckResultActivated'](_0x51e92e);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x14f6c6){_0x14f6c6 instanceof Error&&_0x14f6c6['message']['includes']('ai-request-aborted')||(_0x14f6c6 instanceof at?this['_logError'](_0x14f6c6):this['_logError'](new at('ai-review-mode-check-run-failed',this,void 0x0,_0x14f6c6)));}}else this['_logError'](new at('ai-review-mode-source-check-not-found',this,{'checkId':_0x3f7927['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 _0x301292=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x301292['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x301292['map'](_0x53e2d7=>_0x53e2d7['id']));const _0x3e46b7=this['_currentReviewCheckRun'];_0x3e46b7['markAllChangesAsAccepted'](),_0x3e46b7['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x104110,_0x2bb93c)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x2bb93c['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x2bb93c['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x2bb93c['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x2bb93c['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x283b8e,_0x3353e6)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x3353e6['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x3353e6['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x3353e6['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x3353e6['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',(_0x558642,_0xa197bc)=>{this['_onActivateChange'](_0xa197bc);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x31c35a,_0x342cf3)=>{this['_onDeactivateChange'](_0x342cf3);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x14b8f2,_0x96719d)=>{this['_onChangeMarkerClicked'](_0x14b8f2,_0x96719d);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x5ca888,_0x25e592)=>{this['_onChangeMarkerHovered'](_0x5ca888,_0x25e592);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x55aab2,_0x5db200)=>{this['_onChangeMarkerRemoved'](_0x55aab2,_0x5db200);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x22b71e,_0x475ca5)=>{this['_onChangeMarkerRestored'](_0x22b71e,_0x475ca5);});}['_createReviewCheckRun'](_0x23bbb2,_0x1be242){return new Ra(this['_aiReviewCoreEditing']['getDocumentData'](),_0x1be242,this['_aiConnector'],_0x23bbb2['params'],_0x23bbb2['args']);}['_onChangeMarkerRemoved'](_0x540003,_0x5bc690){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x5bc690['changeId']);}['_onChangeMarkerRestored'](_0x270fa7,_0x55ceee){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x55ceee['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0x5dc6aa=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x5dc6aa&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x2e17dd of this['_aiReviewCoreEditing']['getEditors']())_0x2e17dd['editing']['view']['change'](_0x3110ec=>{for(const _0x2c7fa5 of _0x2e17dd['editing']['view']['document']['getRoots']())_0x3110ec['removeClass']('ck-ai_review-diff',_0x2c7fa5),_0x3110ec['removeClass']('ck-ai_review-highlights',_0x2c7fa5),_0x3110ec['removeClass']('ck-ai-translate-mode-content',_0x2c7fa5);});}['_getTranslationWithDefault'](_0x38640b,_0x31acea){const _0x2a5eb4=hs(this['context']['locale'],_0x38640b);return _0x2a5eb4===_0x38640b?_0x31acea:_0x2a5eb4;}['_logError'](_0x4a622f,_0x1330e2=!0x1){Et(_0x4a622f['message']),_0x1330e2||(_0x4a622f['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x5f4cf6){if('content'===this['_changeActivationSource']){const _0x143e75=this['_aiReviewCoreUi']['getChangeElement'](_0x5f4cf6);_0x143e75&&ft(_0x143e75['closest']('.ck-ai_review__check-run-result')||_0x143e75);}else{if('panel'===this['_changeActivationSource']){const _0x49ddec=this['_getChangeContentElement'](_0x5f4cf6);if(!_0x49ddec)return;Ct({'target':_0x49ddec,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}const ka=[{'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 Na{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x528e78){this['id']=_0x528e78['id'],this['commandId']=_0x528e78['commandId'],this['title']=_0x528e78['title'],this['description']=_0x528e78['description'],this['isParameterized']=_0x528e78['isParameterized'],this['useArgs']=_0x528e78['useArgs'],this['options']=_0x528e78['options'],this['args']=_0x528e78['args'];}}class va extends ht(){['_checks']=[];['setupChecks'](_0x227e10){this['_checks']=_0x227e10['map'](_0x4084ea=>new Na(_0x4084ea));}get['checks'](){return this['_checks'];}['getCheckById'](_0x1c7c0d){return this['checks']['find'](_0x7587a5=>_0x7587a5['id']===_0x1c7c0d);}['removeCheckById'](_0x16ea8a){this['_checks']=this['_checks']['filter'](_0x27c8b5=>_0x27c8b5['id']!==_0x16ea8a);}}class ya extends Na{['_models']=[];['_defaultModel']=null;constructor(_0x3f5743,_0x1ad588,_0x59d7f0){super(_0x3f5743),this['_models']=_0x1ad588,this['_defaultModel']=_0x59d7f0;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class xa extends Na{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x3340db,_0x3f5f15,_0x157c0d){super(_0x3340db),this['prompt']=_0x3340db['prompt'],this['model']=_0x3340db['model'],this['model']?this['_defaultModel']=_0x3f5f15['find'](_0xf3a9df=>_0xf3a9df['id']===this['model'])||null:this['_defaultModel']=_0x157c0d;}get['defaultModel'](){return this['_defaultModel'];}}class La extends va{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x5d5e59,_0x412569,_0x26b1d7){super(),this['_allModels']=_0x5d5e59,this['_recommendedModels']=_0x412569,this['_defaultModel']=_0x26b1d7;}['setupChecks'](_0x1fa895){this['_checks']=_0x1fa895['map'](_0x382343=>!0x0===_0x382343['isExtra']?new xa(_0x382343,this['_allModels'],this['_defaultModel']):'custom'===_0x382343['id']?new ya(_0x382343,this['_recommendedModels'],this['_defaultModel']):new Na(_0x382343));}}class Da extends Sa{['_prompt'];['_model'];constructor(_0x2ec6dd,_0x417599,_0xd7cc4c,_0x83e298,_0x367ad0){super(_0xd7cc4c,_0x83e298,_0x367ad0),this['_prompt']=_0x2ec6dd,this['_model']=_0x417599;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x4f1c5f,_0xc05977,_0x4f35d6){return this['_aiConnector']['upsertCustomAIReviewRating'](_0xc05977,_0x4f1c5f,_0x4f35d6);}}class Pa extends Da{get['subTitle'](){return'';}set['prompt'](_0x392639){this['_prompt']=_0x392639;}set['model'](_0x325928){this['_model']=_0x325928;}}class Ha extends Oa{static get['pluginName'](){return'AIReviewModeController';}['_isDiffOn']=!0x1;['_hasDefaultAvailableCommands']=!0x1;constructor(_0x3fd2e0){super(_0x3fd2e0),this['_hasDefaultAvailableCommands']=!this['context']['config']['get']('ai.review.availableCommands'),this['context']['config']['define']('ai.review.availableCommands',ka['map'](_0x48a565=>_0x48a565['id'])),this['context']['config']['define']('ai.review.extraCommands',[]);}async['init'](){await super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x49503b,_0x2abda9)=>{this['_isDiffOn']=_0x2abda9['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x451429,_0x3859a0){return _0x451429['isCustom']?new Da(_0x451429['args']['prompt'],_0x451429['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x3859a0,this['_aiConnector']):_0x3859a0['isExtra']?new Pa(_0x3859a0['prompt'],_0x3859a0['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x3859a0,this['_aiConnector']):new Ra(this['_aiReviewCoreEditing']['getDocumentData'](),_0x3859a0,this['_aiConnector'],_0x451429['params'],_0x451429['args']);}['_onReviewCheckResultActivated'](_0x19f0f2){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x19f0f2['change']['id']),this['_scrollToChange'](_0x19f0f2['change']['id']);const _0x2c2edb=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x19f0f2['change']['id']);if(!_0x2c2edb)return;const _0x1f6aeb=this['_aiReviewCoreEditing']['getEditorForChange'](_0x19f0f2['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x19f0f2['change'],()=>_0x2c2edb['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x1f6aeb,_0x2c2edb['modelRange']['root']['rootName']),_0x1f6aeb?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x19f0f2['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x2f595a){this['_currentReviewCheckRun']&&'click'===_0x2f595a['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x2f595a['id']));}['_onDeactivateChange'](_0x4f1174){this['_currentReviewCheckRun']&&'balloon'===_0x4f1174['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x69ee6a,_0x59e715){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x59e715['changeId']);const _0x52fd74=this['_currentReviewCheckRun']['getChangeById'](_0x59e715['changeId']);if(!_0x52fd74)return;const _0x2673e7=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x59e715['changeId']),_0x257770=this['_aiReviewCoreEditing']['getEditorForChange'](_0x59e715['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x52fd74,_0x59e715['markerElement'],_0x59e715['domEvent'],'click',this['_getBalloonDomRoot'](_0x257770,_0x2673e7?.['modelRange']['root']['rootName']),_0x257770?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x28eb9b,_0x2ffc80){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x225332=this['_currentReviewCheckRun']['getChangeById'](_0x2ffc80['changeId']);if(!_0x225332)return;const _0x491ab3=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x2ffc80['changeId']),_0x189fc3=this['_aiReviewCoreEditing']['getEditorForChange'](_0x2ffc80['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x225332,_0x2ffc80['markerElement'],_0x2ffc80['domEvent'],'hover',this['_getBalloonDomRoot'](_0x189fc3,_0x491ab3?.['modelRange']['root']['rootName']),_0x189fc3?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0x438be6){const _0x1388d0=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x438be6);return _0x1388d0?_0x1388d0['getElement']():null;}['_markChangePositionInEditorContent'](_0x4d573c,_0x1cb5ce){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x4d573c,_0x1cb5ce);}['_diffContent'](_0x12f723,_0x116a87,_0x48e390){return this['_aiReviewCoreEditing']['diffContent'](_0x12f723,_0x116a87,_0x48e390,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x4e405e){_0x4e405e?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x3b49a6 of this['_aiReviewCoreEditing']['getEditors']())_0x3b49a6['editing']['view']['change'](_0x825a4d=>{for(const _0x546017 of _0x3b49a6['editing']['view']['document']['getRoots']()){for(const _0x1665bd of _0x546017['getClassNames']())_0x1665bd['startsWith']('ck-ai_review-')&&_0x825a4d['removeClass'](_0x1665bd,_0x546017);_0x825a4d['addClass'](_0x4e405e?'ck-ai_review-diff':'ck-ai_review-highlights',_0x546017);}});}['_getBalloonDomRoot'](_0x46bce7,_0x2bb87c){const _0x2d887a=_0x46bce7['editing']['view'];if(_0x2bb87c){const _0x467280=_0x2d887a['getDomRoot'](_0x2bb87c);if(_0x467280)return _0x467280;}return _0x2d887a['getDomRoot']()??void 0x0;}async['_getChecksList'](){const _0x566246=[...ka,...this['_getExtraChecks']()],_0x3d527c=this['context']['config']['get']('ai.review.availableCommands')||[];this['_logErrorForNonExistentChecks'](_0x3d527c,_0x566246);let _0x3df48e=_0x566246;this['_hasDefaultAvailableCommands']||(_0x3df48e=_0x3d527c['map'](_0x37b553=>_0x566246['find'](_0x5f4094=>_0x5f4094['id']===_0x37b553))['filter'](_0x121016=>!!_0x121016)),_0x3df48e=_0x3df48e['map'](_0x315b76=>_0x315b76['isExtra']?_0x315b76:this['_translateReviewCheck'](_0x315b76));const _0x4c2a07=_0x3df48e['some'](_0x1e60fe=>_0x1e60fe['isExtra']||'custom'===_0x1e60fe['id']);let _0x26a938=[],_0x4ff692=[],_0xb04a04=null;if(_0x4c2a07){const _0x35bb18=await this['_getModels']();_0x26a938=_0x35bb18['all'],_0x4ff692=_0x35bb18['recommended'],_0xb04a04=_0x35bb18['default'];}const _0x35fe75=new La(_0x26a938,_0x4ff692,_0xb04a04);return _0x35fe75['setupChecks'](_0x3df48e),_0x4c2a07&&this['_filterChecksWithMissingModel'](_0x35fe75),_0x35fe75;}['_getExtraChecks'](){return(this['context']['config']['get']('ai.review.extraCommands')||[])['map'](_0x1f9d0f=>({'id':_0x1f9d0f['id'],'commandId':_0x1f9d0f['id'],'title':_0x1f9d0f['label'],'description':_0x1f9d0f['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x1f9d0f['prompt'],'model':_0x1f9d0f['model']}));}['_logErrorForNonExistentChecks'](_0x27c794,_0x44bb99){const _0x24a80f=_0x27c794['filter'](_0x3faa6b=>!_0x44bb99['some'](_0x3afc48=>_0x3afc48['id']===_0x3faa6b));_0x24a80f['length']&&this['_logError'](new at('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0x24a80f['join'](',\x20')}),!0x0);}async['_getModels'](){try{const _0x786976=new Fs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});return{'all':await _0x786976['getAll'](),'recommended':await _0x786976['getAvailableModels'](),'default':await _0x786976['getDefault']()};}catch(_0x5cab70){return this['_logError'](new at('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x5cab70)),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x37c300){const _0x223c42='AI_REVIEW_CHECK_'+_0x37c300['id']['toUpperCase']()['replaceAll']('-','_'),_0x4340fb={..._0x37c300,'title':this['_getTranslationWithDefault'](_0x223c42+'_TITLE',_0x37c300['title']),'description':this['_getTranslationWithDefault'](_0x223c42+'_DESCRIPTION',_0x37c300['description'])};return _0x37c300['options']&&(_0x4340fb['options']=_0x37c300['options']['map'](_0x2d4198=>({..._0x2d4198,'label':this['_getTranslationWithDefault'](_0x223c42+'_OPTIONS_LABEL',_0x2d4198['label']||''),'data':_0x2d4198['data']?_0x2d4198['data']['map'](_0x59a4e1=>({..._0x59a4e1,'label':this['_getTranslationWithDefault'](_0x223c42+'_OPTIONS_DATA_'+_0x59a4e1['id']['toUpperCase'](),_0x59a4e1['label'])})):void 0x0}))),_0x4340fb;}['_filterChecksWithMissingModel'](_0x2680e8){const _0x4feb5e=[];_0x2680e8['checks']['forEach'](_0x17d52f=>{(_0x17d52f instanceof xa&&!_0x17d52f['defaultModel']||_0x17d52f instanceof ya&&!_0x17d52f['models']['length'])&&_0x4feb5e['push'](_0x17d52f['id']);}),_0x4feb5e['length']&&_0x4feb5e['forEach'](_0xc8e944=>{_0x2680e8['removeCheckById'](_0xc8e944),this['_logError'](new at('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0xc8e944}),!0x0);});}}class Ma extends _0xee6711{static get['requires'](){return[Ha,ma,wa];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Ua extends Na{get['apiId'](){return'translate';}}class Va extends va{['setupChecks'](_0x26515c){this['_checks']=_0x26515c['map'](_0x1cb90b=>new Ua(_0x1cb90b));}}class Ba extends Ra{['_title'];constructor(_0x5b1b9a,_0x51eed7,_0x226e2a,_0x437db2,_0xea58a9,_0x5e22ba){super(_0x5b1b9a,_0x51eed7,_0x226e2a,_0xea58a9,_0x5e22ba),this['_title']=_0x437db2;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class Ga extends Oa{static get['pluginName'](){return'AITranslateController';}constructor(_0x4903c5){super(_0x4903c5),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'](_0x3a7808,_0x99869b){return new Ba(this['_aiReviewCoreEditing']['getDocumentData'](),_0x99869b,this['_aiConnector'],hs(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x3a7808['params'],_0x3a7808['args']);}['_onReviewCheckResultActivated'](_0x208c6d){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x208c6d['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x208c6d['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x661476){this['_currentReviewCheckRun']&&('hover'===_0x661476['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x661476['id'])),'click'===_0x661476['uiInteraction']&&this['_scrollToChange'](_0x661476['id']));}['_onDeactivateChange'](_0x2d73e6){this['_currentReviewCheckRun']&&'panel'===_0x2d73e6['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x4f3ce8,_0x53ee3b){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x53ee3b['changeId']),this['_scrollToChange'](_0x53ee3b['changeId']));}['_onChangeMarkerHovered'](_0xe5e142,_0x33d608){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x33d608['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x33d608['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x3a3f93){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x3a3f93);}['_markChangePositionInEditorContent'](_0x4b86f5,_0x44a996){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x4b86f5,_0x44a996);}['_diffContent'](_0x72b567,_0x1976a5,_0x1ecb1f){return this['_aiReviewCoreEditing']['diffContent'](_0x72b567,_0x1976a5,_0x1ecb1f,!0x0);}['_onReviewCheckRun'](){for(const _0x3ea35a of this['_aiReviewCoreEditing']['getEditors']())_0x3ea35a['editing']['view']['change'](_0x4b10e9=>{for(const _0x216f87 of _0x3ea35a['editing']['view']['document']['getRoots']())_0x4b10e9['addClass']('ck-ai-translate-mode-content',_0x216f87);});}async['_getChecksList'](){const _0x2b7f8f=[],_0x3ab258=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x33339c of _0x3ab258)_0x2b7f8f['push']({'title':_0x33339c['label'],'id':_0x33339c['id'],'commandId':_0x33339c['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x33339c['id']}});const _0x35fe25=new Va();return _0x35fe25['setupChecks'](this['_translateChecks'](_0x2b7f8f)),_0x35fe25;}['_translateChecks'](_0x235d17){return _0x235d17['map'](_0x438fc4=>{const _0x101c23='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x438fc4['title']['toUpperCase']()['replaceAll']('-','_');return{..._0x438fc4,'title':this['_getTranslationWithDefault'](_0x101c23,_0x438fc4['title'])};});}}class Fa extends ca{constructor(_0x15785f,_0x1c8f20){super(_0x15785f,_0x1c8f20),this['on']('set:isLoading',(_0x46bf87,_0x1ff16f,_0x2f6f54)=>{_0x2f6f54&&(this['headerTitle']=hs(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x4a1d8c,_0x122160,_0x52218c)=>{_0x52218c&&(this['headerTitle']=hs(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x5459c5=super['_createAcceptAllButtonView']();return _0x5459c5['set']('label',hs(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x5459c5;}['_createExitReviewButtonView'](){const _0x1dabda=super['_createExitReviewButtonView']();return _0x1dabda['set']('label',hs(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x1dabda;}}class Ka extends pa{['_setupTemplate'](){const _0x312a97=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x312a97['if']('isVisible','ck-hidden',_0x2632aa=>!_0x2632aa)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':hs(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':hs(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x312a97['if']('isVisible','ck-hidden',_0x24c281=>!_0x24c281)]},'children':this['_checkViews']}]});}}class Wa extends ra{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x8f0d6d=this['context']['plugins']['get']('AITabs'),_0x39e2a4=this['context']['locale'],_0x3458fb=new eo(_0x39e2a4,{'label':hs(_0x39e2a4,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x157c37,'class':'ck-ai-header_review-translate','showResizeButton':_0x8f0d6d['showResizeButton']});_0x3458fb['delegate']('resizeTabs')['to'](_0x8f0d6d),_0x3458fb['bind']('isMaximized')['to'](_0x8f0d6d['view'],'isMaximized',_0x1f8343=>_0x1f8343);const _0x42e4c1=new aa(_0x39e2a4,{'header':_0x3458fb,'list':new Ka(_0x39e2a4),'results':new Fa(_0x39e2a4,{'generalErrorText':hs(_0x39e2a4,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new la(_0x39e2a4,{'headerText':hs(_0x39e2a4,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':hs(_0x39e2a4,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':hs(_0x39e2a4,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x42e4c1['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x42e4c1;}['registerTab'](){const _0x400ff3=this['context']['plugins']['get']('AITabs');_0x400ff3['view']['on']('activateTab',(_0x37fbb8,{newTab:_0x1bb84a,oldTab:_0x5653a0})=>{'translate'===_0x1bb84a?this['fire']('getReviewCheckList'):'translate'===_0x5653a0&&this['fire']('leaveReview');}),_0x400ff3['view']['addTab']({'id':'translate','buttonLabel':hs(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x157c37,'order':0x0,'content':this['_mainView']});}}class Ya extends _0xee6711{static get['requires'](){return[Ga,Wa,wa];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{ta as AIActions,Ri as AIAdapter,Xi as AIAssistant,$i as AIAssistantUI,Oo as AIBalloon,Eo as AIChat,Xs as AIChatController,nr as AIChatFeedCustomElementView,Io as AIChatHistory,Ao as AIChatHistoryController,uo as AIChatHistoryUI,Bs as AIChatInteraction,Co as AIChatShortcuts,ro as AIChatUI,as as AIConnector,Js as AIEditing,xo as AIEditorIntegration,Ds as AIInteraction,ea as AIQuickActions,Wo as AIQuickActionsUI,xs as AIReply,Oi as AIRequestError,Na as AIReviewCheck,fa as AIReviewCheckResult,ba as AIReviewCheckResultChange,Sa as AIReviewCheckRun,Ma as AIReviewMode,Oa as AIReviewModeController,wa as AIReviewModeEditing,ma as AIReviewModeUI,os as AITabs,rs as AITabsMainView,is as AITabsView,ji as AITextAdapter,fo as AIToggleButtonUI,Ya as AITranslate,Ga as AITranslateController,Wa as AITranslateUI,Zi as AWSTextAdapter,Ji as OpenAITextAdapter,Ni as ShowAIAssistantCommand,wo as ToggleAICommand,ds as createResizeButton,zi as getDefaultAICommands};