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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 _0x5d673d,Command as _0x3279ff,ContextPlugin as _0x1c4dd1,Editor as _0x123c85}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x4e9d44,IconCheck as _0xaff33c,IconError as _0x3a5c75,IconSubmit as _0xc81d82,IconAIHistory as _0xa3f093,IconMagicWand as _0x1fcc24,IconRobotPencil as _0x4f1341,IconMaximize as _0x345c28,IconMinimize as _0x4b6c86,IconShowChangesOn as _0x5c77ce,IconShowChangesOff as _0x4fcfde,IconDocument as _0x22e392,IconBoxWithCross as _0x3576c0,IconBoxWithCheck as _0x3bc1d0,IconBoxWithMarker as _0x31116f,IconInfo as _0x3f9507,IconWeb as _0x3bebb8,IconCancel as _0x5adff9,IconSelection as _0x106841,IconFileUpload as _0x3f3bf7,IconLink as _0x5ea46a,IconBulb as _0x3cfa5e,IconAI as _0x61e59f,IconPreviousArrow as _0x216998,IconDocumentOutline as _0xc2c70c,IconLoupe as _0x126c35,IconPaperClip as _0x504f07,IconBrowseFiles as _0x4aafe4,IconDropdownArrow as _0x5abe6d,IconStop as _0x2c4109,IconPlus as _0x389c6e,IconAIChat as _0x434a83,IconPin as _0x38de8f,IconThreeHorizontalDots as _0x856848,IconAIReview as _0x2d3729,IconAITranslate as _0xc37e4b,IconAIAskAI as _0x5b171f,IconThumbUp as _0x4980f4,IconThumbDown as _0x91f3bb,IconChevronDown as _0x3bd23d,IconChevronUp as _0x534770,IconAIQuickActions as _0x215c21,IconAIChatCommands as _0x4a5201,IconAIImproveWriting as _0x1b95f5,IconAIContinueWriting as _0x10b153,IconAIGrammarCheck as _0x2254d0,IconAIAdjustLength as _0x2ced3e,IconAIChangeTone as _0x4df6c2,IconAIOther as _0x2aadf2,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 _0x42c81c,FormHeaderView as _0x484303,HighlightedTextView as _0x4a528a,ViewCollection as _0x54e610,FileDialogButtonView as _0x161cdc,InputTextView as _0x297cb9,SearchTextView as _0x3e041a,ListItemButtonView as _0xf7990c,ButtonLabelWithHighlightView as _0x5c7c99,DropdownMenuPanelPositioningFunctions as _0x478601,BalloonToolbar as _0x4f2bac,FormRowView as _0x5a557f,TextareaView as _0x2ea38e}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0xeecfb4,ClipboardMarkersUtils as _0x225221}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x4672e5,ViewDataTransfer as _0x407a3a,ViewUpcastWriter as _0x1137c7,Matcher as _0x37d468,_DetachOperation as _0x4178fd,_insertIntoModelNodeList as _0x4845d3,_removeFromModelNodeList as _0x405a98,ModelRange as _0x17fab8,transformOperationSets as _0x469e64,ViewDowncastWriter as _0x8976b4,ModelDocumentFragment as _0x1fef78,ModelPosition as _0x4de1b4,ModelTreeWalker as _0x5130a5,MarkerOperation as _0x46a18c,InsertOperation as _0x1ceeab}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x2ee2a9,escape as _0x321d30,cloneDeep as _0x4a5b1c,throttle as _0x22e74a,debounce as _0x44e40b,escapeRegExp as _0x4f9813}from'es-toolkit/compat';import{createParser as _0xf9c35f}from'eventsource-parser';import{CloudServices as _0xba4000}from'@ckeditor/ckeditor5-cloud-services/dist/index.js';import{parseDocument as _0x5bff37}from'htmlparser2';import{isTag as _0x57c018,findOne as _0xa32e9a,getParent as _0xdb6626,findAll as _0x8f0e86,removeElement as _0x1085d4,prepend as _0x50c4bc,prependChild as _0x4778fe,appendChild as _0x3645b6,append as _0x1e8db8,find as _0x225c1c,isComment as _0xb3cb35,replaceElement as _0x27afaf,getChildren as _0x387748,textContent as _0x1ab110}from'domutils';import ti from'dom-serializer';import{Document as _0x553b91,Element as _0x6c2914,Text as _0x557dcc,cloneNode as _0x3eb68e,isDocument as _0x10a496,isText as _0x551b28,NodeWithChildren as _0x2078d3}from'domhandler';import{MarkdownGfmMdToHtmlDefaultPlugins as _0x3f407f,MarkdownGfmMdToHtml as _0x8f283}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import _0x55f728 from'rehype-sanitize';import{fixElementSuggestionRange as _0xc6d790,DocumentCompare as _0x216072,DATA_ID_MODEL_ATTRIBUTE as _0xf976ed,ConfirmMixin as _0x54c893,getAllMarkersDomElementsSorted as _0x4839b5,SuggestionsConversion as _0x20dfb2,DATA_ID_VIEW_ATTRIBUTE as _0x3a52f2,getMarkerDomElement as _0x2b3bd5}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import _0x1f1589 from'morphdom';import{diffArrays as _0x335e37}from'diff';const Ci='_ungrouppedCommands';function wi(_0x5c6fb5,_0x29cf54){const _0x5e45fc=(0x0,_0x29cf54['t'])('Other');return _0x5c6fb5['length']?'groupId'in _0x5c6fb5[0x0]?_0x5c6fb5:[{'groupId':Ci,'groupLabel':_0x5e45fc,'order':0x1/0x0,'commands':_0x5c6fb5}]:[{'groupId':Ci,'groupLabel':_0x5e45fc,'order':0x1/0x0,'commands':[]}];}const fi=globalThis['DataTransfer'],bi='ai-ui';class Si extends _0x5d673d{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x1d356f}=this,_0x567339=['ck-fake-ai-selection'];_0x1d356f['config']['get']('ai.assistant.useTheme')&&_0x567339['push']('ck-ai-assistant-ui_theme'),_0x1d356f['conversion']['for']('editingDowncast')['markerToHighlight']({'model':bi,'view':{'classes':_0x567339,'priority':0xc}}),_0x1d356f['conversion']['for']('editingDowncast')['markerToElement']({'model':bi,'view':(_0x4e5b77,{writer:_0x4f4334})=>{if(!_0x4e5b77['markerRange']['isCollapsed'])return null;const _0x20692f=_0x4f4334['createUIElement']('span');return _0x4f4334['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x20692f),_0x20692f;}});}['afterInit'](){!async function(_0x3a6ba1){const _0x11dea9=_0x3c3e9d([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]),_0xd95d67=0x3dffc4e1,_0xd11910=0x3df84da9^_0xd95d67,_0x185a9a=window[_0x3c3e9d([0x44,0x61,0x74,0x65])][_0x3c3e9d([0x6e,0x6f,0x77])](),_0x3cfbd3=_0x3a6ba1[_0x3c3e9d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5da461=new window[(_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4b4c3f=>{_0x3cfbd3[_0x3c3e9d([0x6f,0x6e,0x63,0x65])](_0x3c3e9d([0x72,0x65,0x61,0x64,0x79]),_0x4b4c3f);}),_0x43c217={[_0x3c3e9d([0x6b,0x74,0x79])]:_0x3c3e9d([0x45,0x43]),[_0x3c3e9d([0x75,0x73,0x65])]:_0x3c3e9d([0x73,0x69,0x67]),[_0x3c3e9d([0x63,0x72,0x76])]:_0x3c3e9d([0x50,0x2d,0x32,0x35,0x36]),[_0x3c3e9d([0x78])]:_0x3c3e9d([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]),[_0x3c3e9d([0x79])]:_0x3c3e9d([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]),[_0x3c3e9d([0x61,0x6c,0x67])]:_0x3c3e9d([0x45,0x53,0x32,0x35,0x36])},_0xdf2495=_0x3cfbd3[_0x3c3e9d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c3e9d([0x67,0x65,0x74])](_0x3c3e9d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x27a2c5(){let _0x1a955c,_0x71e7bb=null,_0x49c33a=null;try{if(_0xdf2495==_0x3c3e9d([0x47,0x50,0x4c]))return _0x3c3e9d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1a955c=_0x16f4f1(),!_0x1a955c)return _0x3c3e9d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1a955c[_0x3c3e9d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x49c33a=_0x39c5bd(_0x1a955c[_0x3c3e9d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1a955c[_0x3c3e9d([0x6a,0x74,0x69])])),await _0x5626f7()?_0xe60238()?_0x346374()?_0x3c3e9d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x35055b()?(_0x1a955c[_0x3c3e9d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c3e9d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x71e7bb=_0x4f27b5(_0x3c3e9d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2acb7b()):_0x3c3e9d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c3e9d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c3e9d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3c3e9d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x346374(){const _0x4268fe=[_0x3c3e9d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c3e9d([0x74,0x72,0x69,0x61,0x6c])][_0x3c3e9d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a955c[_0x3c3e9d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x185a9a/0x3e8:0xe10*_0xd11910;return _0x1a955c[_0x3c3e9d([0x65,0x78,0x70])]<_0x4268fe;}function _0xe60238(){const _0x5a9a18=_0x1a955c[_0x3c3e9d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5a9a18&&(!!_0x5a9a18[_0x3c3e9d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c3e9d([0x2a]))||!!_0x5a9a18[_0x3c3e9d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c3e9d([0x41,0x49])));}function _0x35055b(){const _0x3e92eb=_0x1a955c[_0x3c3e9d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3e92eb||0x0==_0x3e92eb[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4bee23}=new URL(window[_0x3c3e9d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3e92eb[_0x3c3e9d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4bee23))return!0x0;const _0x1efe95=_0x4bee23[_0x3c3e9d([0x73,0x70,0x6c,0x69,0x74])](_0x3c3e9d([0x2e]));return _0x3e92eb[_0x3c3e9d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5cb8ca=>_0x5cb8ca[_0x3c3e9d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c3e9d([0x2a])))[_0x3c3e9d([0x6d,0x61,0x70])](_0x4da161=>_0x4da161[_0x3c3e9d([0x73,0x70,0x6c,0x69,0x74])](_0x3c3e9d([0x2e])))[_0x3c3e9d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e6c4c=>_0x5e6c4c[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1efe95[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c3e9d([0x6d,0x61,0x70])](_0x5128eb=>Array(_0x1efe95[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5128eb[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3c3e9d([0x66,0x69,0x6c,0x6c])](_0x5128eb[0x0]===_0x3c3e9d([0x2a])?_0x3c3e9d([0x2a]):'')[_0x3c3e9d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5128eb))[_0x3c3e9d([0x73,0x6f,0x6d,0x65])](_0x43e336=>_0x1efe95[_0x3c3e9d([0x65,0x76,0x65,0x72,0x79])]((_0x4549ee,_0xf8f1ab)=>_0x43e336[_0xf8f1ab]===_0x4549ee||_0x43e336[_0xf8f1ab]===_0x3c3e9d([0x2a])));}function _0x2acb7b(){return _0x71e7bb&&_0x49c33a?new window[(_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x44b06a,_0xaa8df3)=>{_0x71e7bb[_0x3c3e9d([0x74,0x68,0x65,0x6e])](_0x44b06a,_0xaa8df3),_0x49c33a[_0x3c3e9d([0x74,0x68,0x65,0x6e])](_0x292bc9=>{_0x292bc9!=_0x3c3e9d([0x56,0x61,0x6c,0x69,0x64])&&_0x44b06a(_0x292bc9);},_0xaa8df3);}):_0x71e7bb||_0x49c33a||_0x3c3e9d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x39c5bd(_0x5d04e2,_0xc79354){return new window[(_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x28421f=>{if(_0x4a01f3())return _0x28421f(_0x3c3e9d([0x56,0x61,0x6c,0x69,0x64]));_0x31abda(),_0x3cfbd3[_0x3c3e9d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c3e9d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3e71fd=!0x1;const _0x36796b=ot();function _0x18dc99(_0x1fcfa1){return!!_0x1fcfa1&&(typeof _0x1fcfa1===_0x3c3e9d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1fcfa1===_0x3c3e9d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1fcfa1[_0x3c3e9d([0x74,0x68,0x65,0x6e])]===_0x3c3e9d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1fcfa1[_0x3c3e9d([0x63,0x61,0x74,0x63,0x68])]===_0x3c3e9d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4363a4(_0x4a407c){_0x3dae05(_0x4a407c)[_0x3c3e9d([0x74,0x68,0x65,0x6e])](_0x96ad7c=>{if(!_0x96ad7c||_0x96ad7c[_0x3c3e9d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c3e9d([0x6f,0x6b]))return _0x3c3e9d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x404818(_0x53ddfc(_0x36796b+_0xc79354))!=_0x96ad7c[_0x3c3e9d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c3e9d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c3e9d([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c3e9d([0x74,0x68,0x65,0x6e])](_0x47b94c=>(_0x17e046(),_0x47b94c),()=>{const _0x285649=_0x59a606();return null==_0x285649?(_0x17e046(),_0x3c3e9d([0x56,0x61,0x6c,0x69,0x64])):_0x3c3e9d(_0x185a9a-_0x285649>(0x19f340e1^_0xd95d67)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c3e9d([0x74,0x68,0x65,0x6e])](_0x28421f)[_0x3c3e9d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x28421f(_0x3c3e9d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x281588=0x3dc92a61^_0xd95d67;function _0x17e046(){const _0x27af27=_0x3c3e9d([0x6c,0x6c,0x63,0x74,0x2d])+_0x404818(_0x53ddfc(_0x5d04e2)),_0x1f9707=_0x32a608(_0x404818(window[_0x3c3e9d([0x4d,0x61,0x74,0x68])][_0x3c3e9d([0x63,0x65,0x69,0x6c])](_0x185a9a/_0x281588)));window[_0x3c3e9d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c3e9d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27af27,_0x1f9707);}function _0x59a606(){const _0x1f7487=_0x3c3e9d([0x6c,0x6c,0x63,0x74,0x2d])+_0x404818(_0x53ddfc(_0x5d04e2)),_0x1b708e=window[_0x3c3e9d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c3e9d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f7487);return _0x1b708e?window[_0x3c3e9d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32a608(_0x1b708e),0x10)*_0x281588:null;}function _0x3dae05(_0x21bf56){return new window[(_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ccacf,_0x4f41ca)=>{_0x21bf56[_0x3c3e9d([0x74,0x68,0x65,0x6e])](_0x5ccacf,_0x4f41ca),window[_0x3c3e9d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4f41ca,0x3dfe1021^_0xd95d67);});}}_0x3cfbd3[_0x3c3e9d([0x6f,0x6e])](_0x3c3e9d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1f745b,_0x32a5b4)=>{if(_0x32a5b4[0x0]!=_0x5d04e2)return _0x28421f(_0x3c3e9d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x32a5b4[0x1]={..._0x32a5b4[0x1],[_0x3c3e9d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x36796b};},{[_0x3c3e9d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c3e9d([0x68,0x69,0x67,0x68])}),_0x3cfbd3[_0x3c3e9d([0x6f,0x6e])](_0x3c3e9d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3ea589=>{_0x18dc99(_0x3ea589[_0x3c3e9d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3e71fd=!0x0,_0x4363a4(_0x3ea589[_0x3c3e9d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c3e9d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c3e9d([0x6c,0x6f,0x77])}),_0x5da461[_0x3c3e9d([0x74,0x68,0x65,0x6e])](()=>{_0x3e71fd||_0x28421f(_0x3c3e9d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4a01f3(){return _0x3cfbd3[_0x3c3e9d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c3e9d([0x76,0x69,0x65,0x77])][_0x3c3e9d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c3e9d([0x61,0x75,0x74,0x6f]);}function _0x31abda(){_0x3cfbd3[_0x3c3e9d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c3e9d([0x76,0x69,0x65,0x77])][_0x3c3e9d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c3e9d([0x61,0x75,0x74,0x6f]);}}function _0x4f27b5(_0x26c546){const _0xea353e=[new window[(_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ecf5b=>setTimeout(_0x5ecf5b,0x3df6fa2d^_0xd95d67)),_0x5da461[_0x3c3e9d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2458a0=>{let _0x26facb=0x0;_0x3cfbd3[_0x3c3e9d([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c3e9d([0x6f,0x6e])](_0x3c3e9d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1f5946,_0x571e68)=>{_0x571e68[0x0][_0x3c3e9d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x26facb++,_0x26facb==(0x3dffc109^_0xd95d67)&&(_0x2458a0(),_0x1f5946[_0x3c3e9d([0x6f,0x66,0x66])]());});}))];return window[_0x3c3e9d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c3e9d([0x72,0x61,0x63,0x65])](_0xea353e)[_0x3c3e9d([0x74,0x68,0x65,0x6e])](()=>_0x26c546);}async function _0x188274(){await _0x5da461,_0x3cfbd3[_0x3c3e9d([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c3e9d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x45a669,_0x3cfbd3[_0x3c3e9d([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c3e9d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x45a669,_0x3cfbd3[_0x3c3e9d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c3e9d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x42d03e(_0x2c9873){const _0x446f3f=_0x18d1a4();_0x3cfbd3[_0x446f3f]=_0x3c3e9d([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2c9873,_0x2c9873!=_0x3c3e9d([0x56,0x61,0x6c,0x69,0x64])&&_0x188274();}function _0x18d1a4(){const _0x55451c=window[_0x3c3e9d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c3e9d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c3e9d([0x6e,0x6f,0x77])]())[_0x3c3e9d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c3e9d([0x2e]),'');let _0x8fba39=_0x3c3e9d([0x6e]);for(let _0x1f4978=0x0;_0x1f4978<_0x55451c[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f4978+=0x2){let _0x251c6a=window[_0x3c3e9d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x55451c[_0x3c3e9d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f4978,_0x1f4978+0x2));_0x251c6a>=_0x11dea9[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x251c6a-=_0x11dea9[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x8fba39+=_0x11dea9[_0x251c6a];}return _0x8fba39;}function _0x16f4f1(){const _0x3a65e5=_0xdf2495[_0x3c3e9d([0x73,0x70,0x6c,0x69,0x74])](_0x3c3e9d([0x2e]));if(0x3!=_0x3a65e5[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x39c93a(_0x3a65e5[0x1]);function _0x39c93a(_0x27b637){const _0x17654a=_0x11ae1d(_0x27b637);return _0x17654a&&_0x3fdfc5()?_0x17654a:null;function _0x3fdfc5(){const _0x15eeea=_0x17654a[_0x3c3e9d([0x6a,0x74,0x69])],_0x1fdafa=window[_0x3c3e9d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15eeea[_0x3c3e9d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15eeea[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x45690d={..._0x17654a,[_0x3c3e9d([0x6a,0x74,0x69])]:_0x15eeea[_0x3c3e9d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x15eeea[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x45690d[_0x3c3e9d([0x76,0x63])],_0x53ddfc(_0x45690d)==_0x1fdafa;}}}async function _0x5626f7(){let _0xdabe3f=!0x0;try{const _0x415655=_0xdf2495[_0x3c3e9d([0x73,0x70,0x6c,0x69,0x74])](_0x3c3e9d([0x2e])),[_0x575bb1,_0x44406e,_0x2563ea]=_0x415655;return _0x25967b(_0x575bb1),await _0x413d04(_0x575bb1,_0x44406e,_0x2563ea),_0xdabe3f;}catch{return!0x1;}function _0x25967b(_0x56fd24){const _0x4574f8=_0x11ae1d(_0x56fd24);_0x4574f8&&_0x4574f8[_0x3c3e9d([0x61,0x6c,0x67])]==_0x3c3e9d([0x45,0x53,0x32,0x35,0x36])||(_0xdabe3f=!0x1);}async function _0x413d04(_0x200448,_0x59992e,_0x3de9be){const _0x44d56e=window[_0x3c3e9d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c3e9d([0x66,0x72,0x6f,0x6d])](_0xdd17e2(_0x3de9be),_0x162dd1=>_0x162dd1[_0x3c3e9d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xed6e70=new window[(_0x3c3e9d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c3e9d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x200448+_0x3c3e9d([0x2e])+_0x59992e),_0x1e3a0e=window[_0x3c3e9d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c3e9d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1e3a0e)return;const _0x37d034=await _0x1e3a0e[_0x3c3e9d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c3e9d([0x6a,0x77,0x6b]),_0x43c217,{[_0x3c3e9d([0x6e,0x61,0x6d,0x65])]:_0x3c3e9d([0x45,0x43,0x44,0x53,0x41]),[_0x3c3e9d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c3e9d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c3e9d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1e3a0e[_0x3c3e9d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c3e9d([0x6e,0x61,0x6d,0x65])]:_0x3c3e9d([0x45,0x43,0x44,0x53,0x41]),[_0x3c3e9d([0x68,0x61,0x73,0x68])]:{[_0x3c3e9d([0x6e,0x61,0x6d,0x65])]:_0x3c3e9d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x37d034,_0x44d56e,_0xed6e70)||(_0xdabe3f=!0x1);}}function _0x11ae1d(_0x5e84b9){return _0x5e84b9[_0x3c3e9d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c3e9d([0x65,0x79]))?JSON[_0x3c3e9d([0x70,0x61,0x72,0x73,0x65])](_0xdd17e2(_0x5e84b9)):null;}function _0xdd17e2(_0x42aab8){return window[_0x3c3e9d([0x61,0x74,0x6f,0x62])](_0x42aab8[_0x3c3e9d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c3e9d([0x2b]))[_0x3c3e9d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c3e9d([0x2f])));}function _0x53ddfc(_0x291190){let _0x2f2321=0x1505;function _0x13360c(_0x3410c4){for(let _0x594e62=0x0;_0x594e62<_0x3410c4[_0x3c3e9d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x594e62++){const _0x2905a9=_0x3410c4[_0x3c3e9d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x594e62);_0x2f2321=(_0x2f2321<<0x5)+_0x2f2321+_0x2905a9,_0x2f2321&=_0x2f2321;}}function _0x2fb546(_0x51e2c8){Array[_0x3c3e9d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x51e2c8)?_0x51e2c8[_0x3c3e9d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2fb546):_0x51e2c8&&typeof _0x51e2c8==_0x3c3e9d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c3e9d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x51e2c8)[_0x3c3e9d([0x73,0x6f,0x72,0x74])]()[_0x3c3e9d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4e9567,_0x18ef38])=>{_0x13360c(_0x4e9567),_0x2fb546(_0x18ef38);}):_0x13360c(window[_0x3c3e9d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x51e2c8));}return _0x2fb546(_0x291190),_0x2f2321>>>0x0;}function _0x404818(_0x59143d){return _0x59143d[_0x3c3e9d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c3e9d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c3e9d([0x30]));}function _0x32a608(_0xecbbe4){return _0xecbbe4[_0x3c3e9d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c3e9d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c3e9d([0x6a,0x6f,0x69,0x6e])]('');}function _0x45a669(){}function _0x3c3e9d(_0x43d9d0){return _0x43d9d0['map'](_0x4fbf93=>String['fromCharCode'](_0x4fbf93))['join']('');}_0x42d03e(await _0x27a2c5());}(this);}['showFakeVisualSelection'](){const _0x5d9350=this['editor']['model'];_0x5d9350['change'](_0x21b3a3=>{const _0x528506=_0x5d9350['document']['selection']['getRanges']();let _0x341065=0x0;for(const _0x54a5ec of _0x528506){const _0x305572=bi+':'+_0x341065;if(_0x5d9350['markers']['has'](_0x305572))_0x21b3a3['updateMarker'](_0x305572,{'range':_0x54a5ec});else{if(_0x54a5ec['start']['isAtEnd']){const _0x14c765=_0x54a5ec['start']['getLastMatchingPosition'](({item:_0x14b3c6})=>!_0x5d9350['schema']['isContent'](_0x14b3c6),{'boundaries':_0x54a5ec});_0x21b3a3['addMarker'](_0x305572,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x21b3a3['createRange'](_0x14c765,_0x54a5ec['end'])});}else _0x21b3a3['addMarker'](_0x305572,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x54a5ec});}_0x341065++;}});}['hideFakeVisualSelection'](){const _0x465028=this['editor']['model'],_0x59cb1d=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](bi));_0x59cb1d['length']&&_0x465028['change'](_0x92b931=>{_0x59cb1d['forEach'](_0x5a25ad=>{_0x92b931['removeMarker'](_0x5a25ad);});});}['insertContent'](_0x5adf9f,_0x28e545){const _0x548dc9=this['_getAISelection'](),_0x86b986=_0x28e545||_0x548dc9['getFirstRange']();this['editor']['model']['canEditAt'](_0x86b986)&&this['editor']['model']['change'](_0x3aa056=>{this['hideFakeVisualSelection'](),_0x28e545||this['_resetContentOfSelectedTableCells'](_0x3aa056,_0x548dc9),this['_pasteHTMLUsingClipboard']({'insertAt':_0x86b986,'writer':_0x3aa056,'html':_0x5adf9f});});}['insertContentBelow'](_0x45e658){const {model:_0x505826}=this['editor'],_0x7945fa=this['_getAISelection']();_0x505826['change'](()=>{const _0x2e495e=this['_prepareTableInsertBelowPosition'](_0x45e658,_0x7945fa)||this['_getDefaultInsertBelowPosition'](_0x7945fa);this['insertContent'](_0x45e658,_0x2e495e);});}['_getAISelection'](){const _0x4758c3=this['editor']['model'],_0x2ba969=Array['from'](_0x4758c3['markers']['getMarkersGroup'](bi))['map'](_0x13c678=>_0x13c678['getRange']());return _0x4758c3['createSelection'](_0x2ba969);}['_pasteHTMLUsingClipboard']({writer:_0x2852d6,html:_0x5eef35,insertAt:_0x46822c}){const {view:_0x118b02}=this['editor']['editing'],_0x4909e7=this['editor']['plugins']['get'](_0xeecfb4),_0x1ae731=new fi();_0x1ae731['setData']('text/html',_0x5eef35);const _0x4ed977=new ClipboardEvent('paste',{'clipboardData':_0x1ae731}),_0x181d33=new _0x4672e5(_0x118b02,_0x4ed977,{'dataTransfer':new _0x407a3a(_0x1ae731)});_0x2852d6['setSelection'](_0x46822c);const _0x297db4=(_0x1ab8d3,_0x315f6c)=>{_0x315f6c['resultRange']&&_0x2852d6['setSelection'](_0x315f6c['resultRange']);};_0x4909e7['once']('contentInsertion',_0x297db4,{'priority':'lowest'}),_0x118b02['document']['fire']('paste',_0x181d33),_0x4909e7['off']('contentInsertion',_0x297db4);}['_getDefaultInsertBelowPosition'](_0x5030bd){const {model:_0x5ec858}=this['editor'],_0xb64387=Array['from'](_0x5030bd['getSelectedBlocks']());return _0xb64387['length']?_0x5ec858['createPositionAfter'](_0xb64387['pop']()):_0x5030bd['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x40a1ec,_0x21496f){const {model:_0x9a3c40,plugins:_0x21f6db}=this['editor'];if(_0x21f6db['has']('TableUtils')){const _0x48eab6=_0x21f6db['get']('TableUtils')['getSelectedTableCells'](_0x21496f);if(_0x48eab6['length']){const _0x22c3ce=this['_getTableRowCountFromContent'](_0x40a1ec),_0x10012c=this['_createEmptyTableRows'](_0x48eab6,_0x22c3ce);return _0x9a3c40['createPositionAt'](_0x10012c,0x0);}}return null;}['_getTableRowCountFromContent'](_0x2bcc6a){const _0x503d8e=this['editor']['plugins']['get']('TableUtils'),_0x4a32ed=this['editor']['data']['parse'](_0x2bcc6a),_0x390929=Array['from'](_0x4a32ed['getChildren']())['filter'](_0x37f23e=>_0x37f23e['is']('element','table'));let _0x588316=0x0;return _0x390929['forEach'](_0x4edd0e=>{_0x588316+=_0x503d8e['getRows'](_0x4edd0e);}),_0x588316;}['_createEmptyTableRows'](_0x14cab8,_0x390193){const _0x19cad1=this['editor']['plugins']['get']('TableUtils'),_0x5c0756=_0x19cad1['getRowIndexes'](_0x14cab8),_0x3b3a1a=_0x19cad1['getColumnIndexes'](_0x14cab8),_0x5c7d91=_0x5c0756['last']+0x1,_0x33d9d1=_0x3b3a1a['first'],_0x1dfa5e=_0x14cab8[0x0]['findAncestor']('table');for(let _0x250797=0x0;_0x250797<_0x390193;_0x250797++)_0x19cad1['insertRows'](_0x1dfa5e,{'at':_0x5c7d91});return _0x1dfa5e['getChild'](_0x5c7d91)['getChild'](_0x33d9d1);}['_resetContentOfSelectedTableCells'](_0x424600,_0x1aa06d){const {plugins:_0x3aa26f}=this['editor'],{model:_0x3e1149}=_0x424600;if(!_0x3aa26f['has']('TableUtils'))return;_0x3aa26f['get']('TableUtils')['getSelectedTableCells'](_0x1aa06d)['length']&&_0x3e1149['deleteContent'](_0x1aa06d);}}class Ri extends _0x5d673d{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(_0xf515ed){super(_0xf515ed),this['name']='AIRequestError';}}function ki(_0x28a19c,_0x582fdc,_0x1d5133){const t=_0x28a19c['t'];switch(_0x582fdc){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',_0x1d5133);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x1d5133);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'},_0x1d5133);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 _0x582fdc;}}class Ni extends _0x3279ff{['_commandDefinitions'];constructor(_0x22d793,_0x6ebc4f){super(_0x22d793),this['_commandDefinitions']=_0x6ebc4f,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x203fd1,_0x2f51c0,_0x1ba009)=>{this['isEnabled']&&(this['enabledCommandsIds']=vi(this['_commandDefinitions'],_0x1ba009));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x2dc6c1,_0x12320b,_0x289a3c)=>{this['enabledCommandsIds']=_0x289a3c?vi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x2c9029=this['editor']['model'];this['_hasContext']=function(_0x44487b){const _0x28c848=_0x44487b['document']['selection'];return _0x28c848['isCollapsed']?0x0!==[..._0x28c848['getSelectedBlocks']()]['length']&&![..._0x28c848['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x44487b['hasContent'](_0x28c848['getFirstRange']());}(_0x2c9029);const _0x4b3dec=_0x2c9029['document']['selection'],_0x1508cb=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x18a1f4 of _0x4b3dec['getRanges']())for(const _0x5a7815 of _0x18a1f4['getItems']())if(_0x5a7815['is']('element')&&_0x1508cb['includes'](_0x5a7815['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x49dd2e='',_0x3aa534='',_0x1962d6='custom'){this['editor']['plugins']['get']($i)['showUI'](_0x49dd2e,_0x3aa534,_0x1962d6);}}function vi(_0x22e5dd,_0x316995){const _0xe00eee=new Set();for(const _0x58898d of _0x22e5dd['values']())(_0x316995||!0x1===_0x58898d['requiresContent'])&&_0xe00eee['add'](_0x58898d['id']);return Array['from'](_0xe00eee);}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(_0x2a0ac3,_0x13a606,_0x538125){super(),this['editor']=_0x2a0ac3,this['textAdapter']=_0x13a606,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x538125,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x2d0aa9,_0x498d40,_0x4272a4)=>{this['view']['value']=this['_sanitizeHTML'](_0x4272a4);}),this['listenTo'](this['view'],'submitPrompt',(_0x4d4313,_0x5d3c69)=>{const _0x3cf88c=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x5d3c69,_0x3cf88c,'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:_0x8439b3,query:_0x18ae0f,htmlContent:_0x13a8a4,label:_0x53bf31,mainActionLabel:_0x4c8639}){this['view']['prompt']=_0x53bf31,this['view']['mainAction']=_0x4c8639,this['initialContext']=_0x13a8a4,_0x18ae0f&&(this['view']['isRendered']?this['_handleQuery'](_0x18ae0f,_0x13a8a4,_0x8439b3,_0x53bf31):this['view']['once']('render',()=>{this['_handleQuery'](_0x18ae0f,_0x13a8a4,_0x8439b3,_0x53bf31);}));}['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'](_0x5cbf70,_0x4f075d,_0x4defbc,_0x5affea){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x4f075d,this['previousQuery']=_0x5cbf70,this['previousLabel']=_0x5affea||_0x5cbf70,this['previousActionId']=_0x4defbc,new Promise(_0x446296=>{this['textAdapter']['makeRequest']({'query':_0x5cbf70,'context':_0x4f075d,'onData':_0x5c7a99=>{this['currentResponse']=_0x5c7a99,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x4defbc})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x35ed2a=>{_0x35ed2a instanceof Oi?this['view']['handleError'](_0x35ed2a['message']):this['view']['handleError'](),_0x446296();})['finally'](()=>{this['stopProcessing'](),_0x446296();});});}['_parseAndNormalizeContent'](_0x42d378,_0x15dca4=!0x1){const _0x5e4167=yi['exec'](_0x42d378);_0x42d378=_0x5e4167?_0x42d378['substring'](_0x5e4167[0x1]['length']):_0x42d378['length']<0x64&&!_0x15dca4?'':this['_stripMarkdownSyntax'](_0x42d378);const _0x1e6bc1=this['_domParser']['parseFromString'](_0x42d378,'text/html');if(_0x5e4167){const _0x1d7565=Array['from'](_0x1e6bc1['body']['childNodes']);_0x1d7565['reverse']();for(const _0x9db2e0 of _0x1d7565){if(_0x9db2e0['nodeType']==Node['ELEMENT_NODE'])break;_0x9db2e0['remove']();}}const _0x169d1a=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x1e6bc1['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x169d1a);const _0x65ef88=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x484668=this['editor']['data']['toModel'](_0x169d1a);return _0x65ef88||_0x484668['markers']['clear'](),this['editor']['data']['stringify'](_0x484668);}['_normalizeResponseHeadings'](_0x150b80){const _0x20e60d=new _0x1137c7(this['editor']['editing']['view']['document']),_0x3b70a5=new _0x37d468({'name':/^h[1-5]$/}),_0x5419cf=[];let _0x588f08=!0x1;for(const _0x175da6 of _0x150b80)_0x175da6['is']('element')&&_0x3b70a5['match'](_0x175da6)&&(_0x5419cf['push'](_0x175da6),'h1'==_0x175da6['name']&&(_0x588f08=!0x0));if(_0x588f08){for(const _0x156304 of _0x5419cf)_0x20e60d['rename']('h'+(parseInt(_0x156304['name'][0x1])+0x1),_0x156304);}}['_isH1TagSupportEnabled'](){const {data:_0x308de5,editing:_0x241d4e}=this['editor'],_0x3684da=_0x308de5['htmlProcessor']['toView']('<h1></h1>'),_0x255381=_0x308de5['toView'](_0x308de5['toModel'](_0x3684da));return!!_0x241d4e['view']['domConverter']['viewToDom'](_0x255381)['querySelector']('h1');}['_sanitizeHTML'](_0x520ea8){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x520ea8),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x2a98e3){const _0x446619=_0x2a98e3['trim']();return _0x446619['startsWith']('```html')?_0x446619['endsWith']('```')?_0x446619['substring'](0x7,_0x446619['length']-0x3):_0x446619['substring'](0x7):_0x2a98e3;}}const Li={'REPLACE':'replace','INSERT':'insert'};class Di extends kt{constructor(_0xaa471f){super(_0xaa471f),this['set']('isVisible',!0x1),this['set']('mainAction',Li['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x235416=>ki(_0xaa471f,'AI_'+_0x235416['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](ki(_0xaa471f,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](ki(_0xaa471f,'Try\x20again')),this['stopButton']=this['_createButton'](ki(_0xaa471f,'Stop'));const _0x13e9dc=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x13e9dc['if']('isVisible','ck-hidden',_0x3fc0ed=>!_0x3fc0ed)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x374140,_0x2fc93b){const _0x1aeeaa=new Nt(this['locale']);return _0x1aeeaa['set']({'label':_0x374140,'class':_0x2fc93b||'','isVisible':!0x0,'withText':!0x0}),_0x1aeeaa;}}class Pi extends vt{['contentFieldView'];['copyButtonView'];constructor(_0x42a187,_0x22453b=''){super(_0x42a187),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x326ede=this['bindTemplate'];this['contentFieldView']=new Hi(_0x42a187,_0x22453b),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x326ede['if']('isVisible','ck-hidden',_0x2eb0c6=>!_0x2eb0c6)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x326ede['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 _0x21e2e9=!0x1;this['on']('change:value',(_0x173f37,_0x3a0a83,_0x4feea5)=>{const _0x4bbc30=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x4feea5),this['isProcessing']&&_0x4bbc30&&!_0x21e2e9&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x151697,_0x472019,_0x4ad837)=>{_0x21e2e9=!0x1,_0x4ad837?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x21e2e9=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x21e2e9=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x3997e3=this['locale'],_0x5a9cf7=new Nt(this['locale']),_0x30a9c0='ck-ai-form__copy-button';return _0x5a9cf7['set']({'label':ki(_0x3997e3,'Copy'),'icon':_0x4e9d44,'class':_0x30a9c0,'tooltip':!0x0}),_0x5a9cf7['bind']('isVisible')['to'](this,'value',_0x4bb319=>!!_0x4bb319),_0x5a9cf7['bind']('isEnabled')['to'](this,'isProcessing',_0x15b2de=>!_0x15b2de),_0x5a9cf7['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x5a9cf7['icon']=_0xaff33c,_0x5a9cf7['class']=_0x30a9c0+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x5a9cf7['icon']=_0x4e9d44,_0x5a9cf7['class']=_0x30a9c0;},0x3e8);}),_0x5a9cf7;}['_copyHTMLToClipboard'](_0x5091e0){const {window:_0xfbeba8,document:_0x41d8cf}=ct;if(_0xfbeba8['ClipboardItem']){const {Blob:_0x29b223,ClipboardItem:_0x1f9276}=_0xfbeba8,_0x1454c5=[new _0x1f9276({'text/html':new _0x29b223([_0x5091e0['innerHTML']],{'type':'text/html'}),'text/plain':new _0x29b223([_0x5091e0['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x1454c5);}else{const _0x40fd8c=_0x41d8cf['createElement']('div');_0x40fd8c['style']['position']='absolute',_0x40fd8c['style']['left']='-9999px',_0x40fd8c['innerHTML']='<span>[</span>'+_0x5091e0['innerHTML']+'<span>]</span>',_0x41d8cf['body']['appendChild'](_0x40fd8c);const _0x1035ac=_0x41d8cf['createRange']();_0x1035ac['setStartAfter'](_0x40fd8c['firstElementChild']),_0x1035ac['setEndBefore'](_0x40fd8c['lastElementChild']);const _0x4a2a0c=_0xfbeba8['getSelection']();_0x4a2a0c['removeAllRanges'](),_0x4a2a0c['addRange'](_0x1035ac),_0x41d8cf['execCommand']('copy'),_0x40fd8c['remove']();}}}class Hi extends vt{constructor(_0x43e9c0,_0x68a17c=''){super(_0x43e9c0),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x68a17c,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x16c70f){this['element']['innerHTML']=_0x16c70f;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x42293e=new vt(),_0x2f3968=this['locale'],_0x3b43db=new yt();return _0x3b43db['isVisible']=!0x0,_0x42293e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x3b43db,{'text':ki(_0x2f3968,'AI\x20is\x20writing...')}]}),_0x42293e['render'](),_0x42293e;}}class Mi extends vt{constructor(_0xee966d,_0x21ba31=''){super(_0xee966d);const _0x52028b=new xt(),_0x242851=this['bindTemplate'];this['set']('text',_0x21ba31),_0x52028b['content']=_0x3a5c75,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x52028b,{'text':_0x242851['to']('text')}]});}}class Ui extends Lt{['submitButtonView'];['showHistoryButtonView'];constructor(_0xfd89c3,_0x5203fb){super(_0xfd89c3,_0x5203fb),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',(_0x2b507b,_0x3d282c)=>{_0x2b507b['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x3d282c());});}['_createSubmitButton'](){const _0x5355dd=new Nt(this['locale']),_0x498086=this['locale'];return _0x5355dd['set']({'icon':_0xc81d82,'label':ki(_0x498086,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x5355dd['on']('execute',()=>{this['submit']();}),_0x5355dd['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x1cd38b,_0x4a6f56)=>!_0x1cd38b&&_0x4a6f56),_0x5355dd;}['_createShowHistoryButton'](){const _0x280009=new Nt(this['locale']),_0x5c5a36=this['resultsView'],_0x130621=this['locale'];_0x280009['set']({'label':ki(_0x130621,'History'),'withText':!0x1,'icon':_0xa3f093,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x280009['bind']('isOn')['to'](_0x5c5a36,'isVisible'),_0x280009['bind']('isEnabled')['to'](this,'isEnabled'),_0x280009['on']('execute',()=>{_0x5c5a36['isVisible']=!_0x5c5a36['isVisible'],_0x5c5a36['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x3c2c5e=()=>{ct['window']['requestAnimationFrame'](()=>{if(lt(this['element'])){const _0x38cc4a=new ut(this['queryView']['fieldView']['element']),_0x1ce40e=_0x38cc4a['width'],_0x1b4ae5='rtl'===_0x130621['uiLanguageDirection']?'left':'right';_0x38cc4a['excludeScrollbarsAndBorders'](),_0x280009['element']['style'][_0x1b4ae5]=_0x1ce40e-_0x38cc4a['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x3c2c5e),this['on']('render',_0x3c2c5e),_0x280009;}['submit'](){const _0x347494=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x347494);}['focus'](_0xd790fb){-0x1===_0xd790fb?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class Vi extends Dt{['historyGroupView'];['clearHistoryButton'];constructor(_0x10bf36){super(_0x10bf36),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Pt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=ki(_0x10bf36,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x5e3ae9=0x0;for(const _0x1e8409 of this['items'])_0x5e3ae9+=_0x1e8409['items']['length'];return{'resultsCount':_0x5e3ae9,'totalItemsCount':_0x5e3ae9};}['_createClearHistoryButton'](){const _0x4a3d00=this['locale'],_0x12f898=new Nt(this['locale']);return _0x12f898['set']({'label':'('+ki(_0x4a3d00,'Clear')+')','withText':!0x0}),_0x12f898['on']('execute',()=>this['fire']('clearHistory')),_0x12f898;}}class Bi extends Ht{constructor(_0x1a93e0){super();const _0x37e427=new Mt(),_0x83fc6e=new Nt(this['locale'],_0x37e427);this['children']['add'](_0x83fc6e),_0x83fc6e['set']({'label':_0x1a93e0['prompt'],'withText':!0x0}),_0x83fc6e['on']('execute',()=>{this['fire']('execute',{'value':_0x2ee2a9(_0x1a93e0['prompt'])});});}}const Gi='CKEditor/AIFormView/PromptHistory';class Fi extends dt{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x80d644,_0x51eebf)=>{const _0x583238=Ki(_0x51eebf['prompt']);for(const _0x59f66d of this)if(_0x59f66d!=_0x51eebf&&Ki(_0x59f66d['prompt'])===_0x583238){this['remove'](_0x59f66d);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0xeae4b8=sessionStorage['getItem'](Gi)||'[]';this['addMany'](JSON['parse'](_0xeae4b8));}['_saveToSessionStorage'](){sessionStorage['setItem'](Gi,JSON['stringify'](this['map'](_0x5d41d8=>_0x5d41d8)));}}function Ki(_0x327991){return _0x327991['toLowerCase']()['trim']();}class Wi extends vt{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x221ece,_0x3a0966,_0x5ef3eb=''){super(_0x221ece),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(_0x221ece),this['contentArea']=new Pi(_0x221ece,_0x5ef3eb),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 _0x3f3b4a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x3a0966],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x3f3b4a['if']('isError','ck-hidden',_0x4bfa6e=>!_0x4bfa6e)]},'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'](_0x1ab7a0=0x1){-0x1===_0x1ab7a0?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 _0x32acbc=this['locale'],_0x3aa4e0=new Ui(_0x32acbc,{'queryView':{'label':ki(_0x32acbc,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':Vt,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':ki(_0x32acbc,'Empty\x20history'),'secondary':ki(_0x32acbc,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x3aa4e0['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x20602b,_0x3c8b60)=>_0x20602b&&!_0x3c8b60),this['listenTo'](_0x3aa4e0,'submit',(_0x436cc3,_0x17ed83)=>{this['prompt']=_0x17ed83;const _0x4d389b=_0x321d30(_0x17ed83);this['fire']('submitPrompt',_0x4d389b),_0x17ed83['trim']()&&this['_promptHistory']['add']({'prompt':_0x4d389b},0x0);},{'priority':'high'}),_0x3aa4e0;}['_createHistoryView'](){const _0x560d24=new Vi(this['locale']);return _0x560d24['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Bi),_0x560d24['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x560d24;}['_createToolbar'](){const _0x501765=new Di(this['locale']);return _0x501765['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x5f10a6,_0x1f5b53,_0x15768a)=>_0x5f10a6&&!_0x1f5b53&&!!_0x15768a),_0x501765['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x501765['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x5a2e3c,_0x4dadf5,_0x11c32e)=>_0x5a2e3c&&!_0x4dadf5&&!!_0x11c32e),_0x501765['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x501765['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x1c24d9,_0x2c5287)=>_0x1c24d9&&!_0x2c5287),_0x501765['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x501765['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x501765['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x501765;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0xbe006=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=ki(_0xbe006,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x58da80){const _0x3e99b9=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x58da80||ki(_0x3e99b9,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const Yi=globalThis['DataTransfer'];class $i extends _0x5d673d{['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[_0x225221,Si,Ri,Bt];}constructor(_0x46926b){super(_0x46926b),_0x46926b['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x46926b['config']['define']('ai.assistant.contentAreaCssClass',''),_0x46926b['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x46926b['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x3bebad}=this;this['_aiAdapter']=_0x3bebad['plugins']['get'](Ri),this['_dialog']=_0x3bebad['plugins']['get'](Bt),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x1a183f=new Ni(_0x3bebad,Array['from'](this['_commandDefinitions']['values']()));_0x3bebad['commands']['add']('showAIAssistant',_0x1a183f),_0x3bebad['ui']['componentFactory']['add']('aiCommands',_0x5b77b0=>{const _0x4533f8=Gt(_0x5b77b0);return _0x4533f8['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x4533f8['buttonView']['set']({'label':ki(_0x5b77b0,'AI\x20Commands'),'icon':_0x1fcc24,'tooltip':!0x0}),_0x4533f8['on']('execute',_0x5ed987=>this['_onExecute'](_0x5ed987['source']['id'])),Ft(_0x4533f8,_0x3bebad['ui']['view']['body'],function(_0x5afc33){const _0x2c55f9=wi(_0x5afc33['config']['get']('ai.assistant.commands'),_0x5afc33['locale']),_0xfd04a5=Qi(_0x5afc33,_0x2c55f9)['filter'](_0x865bef=>_0x865bef['commands']['length']);if(0x1===_0xfd04a5['length'])return Qi(_0x5afc33,_0xfd04a5[0x0]['commands'])['map'](_0x2bb1fa=>({'id':_0x2bb1fa['id'],'label':_0x2bb1fa['label']}));return _0xfd04a5['map'](_0x564d6c=>{const {groupId:_0x50f945,groupLabel:_0x518498,commands:_0x1e0042}=_0x564d6c,_0x13d78c=Qi(_0x5afc33,_0x1e0042)['map'](_0x3e4420=>({'id':_0x3e4420['id'],'label':_0x3e4420['label']}));return{'id':_0x50f945,'menu':_0x518498||_0x50f945,'children':_0x13d78c};});}(_0x3bebad),{'ariaLabel':ki(_0x5b77b0,'AI\x20Commands')}),_0x4533f8['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x1a183f['on']('change:enabledCommandsIds',_0x4f0d38),_0x4533f8['menuView']['once']('render',_0x4f0d38),_0x4533f8;function _0x4f0d38(){_0x4533f8['isEnabled']=_0x1a183f['enabledCommandsIds']['length']>0x0;for(const _0x4bb8d9 of _0x4533f8['menuView']['buttons'])_0x4bb8d9['isEnabled']=_0x1a183f['enabledCommandsIds']['includes'](_0x4bb8d9['id']);}}),_0x3bebad['ui']['componentFactory']['add']('menuBar:aiCommands',_0x34a23c=>{const _0x30e3f2=new Kt(_0x34a23c);_0x30e3f2['buttonView']['set']({'label':ki(_0x34a23c,'AI\x20Commands'),'icon':_0x1fcc24}),_0x30e3f2['bind']('isEnabled')['to'](_0x1a183f,'enabledCommandsIds',_0x10b078=>_0x10b078['length']>0x0);const _0x5312ed=wi(_0x3bebad['config']['get']('ai.assistant.commands'),_0x34a23c);return this['_populateMenuBarMenu'](_0x1a183f,_0x30e3f2,_0x5312ed,_0x46dab3=>this['_onExecute'](_0x46dab3)),_0x30e3f2;}),_0x3bebad['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x1a8116=this['_createAIAssistantUIButton'](Nt);return _0x1a8116['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x1a8116;}),_0x3bebad['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x468d49=this['_createAIAssistantUIButton'](Wt);return _0x468d49['set']({'role':'menuitemcheckbox'}),_0x468d49;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1b262e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3532b9;for(const _0x68b988 in _0x1b262e){const _0x3bbe44=_0x68b988,_0x480f0e=_0x1b262e[_0x3bbe44];if('aiLicenseKeyValid'==_0x480f0e||'aiLicenseKeyInvalid'==_0x480f0e||'aiLicenseKeyExpired'==_0x480f0e||'aiLicenseKeyDomainLimit'==_0x480f0e||'aiLicenseKeyNotAllowed'==_0x480f0e||'aiLicenseKeyEvaluationLimit'==_0x480f0e||'aiLicenseKeyUsageLimit'==_0x480f0e){delete _0x1b262e[_0x3bbe44],_0x3532b9=_0x480f0e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x3532b9&&_0x1b262e['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x3532b9&&_0x1b262e['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x3532b9&&_0x1b262e['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x3532b9&&_0x1b262e['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x3532b9&&_0x1b262e['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x3532b9&&_0x1b262e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x550f00='',_0x24413f='',_0x5a98fe='custom'){const _0x5d619d=this['editor'],_0x5050c1=_0x5d619d['editing']['view'],_0x5a0697=_0x5d619d['plugins']['get'](Si),_0x4f17cd=_0x5d619d['plugins']['get'](_0x225221);_0x5a0697['showFakeVisualSelection']();const _0x3b49c7=new Yi(),_0x496a6b=new ClipboardEvent('copy',{'clipboardData':_0x3b49c7}),_0x10719a=new _0x407a3a(_0x3b49c7),_0x5150c4=new _0x4672e5(_0x5050c1,_0x496a6b,{'dataTransfer':_0x10719a});_0x4f17cd['_forceMarkersCopy']('comment',()=>{_0x5050c1['document']['fire']('copy',_0x5150c4);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new xi(_0x5d619d,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x466183=_0x10719a['getData']('text/html');const _0x4c69aa=_0x5d619d['model']['document']['selection'],_0x316066=Array['from'](_0x4c69aa['getRanges']());0x1===_0x316066['length']&&_0x316066[0x0]['isFlat']&&!_0x4c69aa['getSelectedElement']()&&''!==_0x466183['replace'](/&nbsp;/g,'')['trim']()&&(_0x466183='<p>'+_0x466183+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x5a98fe,'query':_0x550f00,'htmlContent':_0x466183,'label':_0x24413f,'mainActionLabel':Li[_0x5d619d['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x4f1341,'title':ki(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Yt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x5a0697['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x111d20=new Map(),_0x5e3cea=wi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x112390 of _0x5e3cea)for(const _0x563e82 of _0x112390['commands'])_0x111d20['set'](_0x563e82['id'],{..._0x563e82,'groupId':_0x112390['groupId'],'groupLabel':_0x112390['groupLabel']||_0x112390['groupId']});return _0x111d20;}['_createAIAssistantUIButton'](_0x155ac8){const _0x2f2383=this['editor'],_0x342bcf=_0x2f2383['commands']['get']('showAIAssistant'),_0x9d7310=new _0x155ac8(_0x2f2383['locale']);return _0x9d7310['set']({'label':ki(_0x2f2383['locale'],'AI\x20Assistant'),'icon':_0x4f1341,'isToggleable':!0x0}),_0x9d7310['bind']('isEnabled')['to'](_0x342bcf),_0x9d7310['bind']('isOn')['to'](this['_dialog'],'id',_0x4049b4=>'aiAssistant'===_0x4049b4),this['listenTo'](_0x9d7310,'execute',()=>{_0x9d7310['isOn']?this['hideUI']():_0x342bcf['execute']();}),_0x9d7310;}['_initView'](){const _0x3356a0=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',()=>{_0x3356a0['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x3356a0['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x46c6ea,ui:{ariaLiveAnnouncer:_0x255088}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x1b94c0,_0x12d663,_0x33454e)=>{const _0x59f6bc=this['_aiAssistantController']['currentContext'];_0x33454e?_0x255088['announce'](ki(_0x46c6ea,'AI\x20is\x20writing')):_0x59f6bc&&_0x255088['announce'](ki(_0x46c6ea,'Generated\x20content:\x20%0',_0x59f6bc),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x1c1e25,_0x45009b,_0x42d8df)=>{if(_0x42d8df){const _0x4dff03=this['_formView']['errorView']['text'];_0x255088['announce'](ki(_0x46c6ea,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x4dff03));}});}['_onExecute'](_0x49466a){const _0x2fc6fe=this['_commandDefinitions']['get'](_0x49466a),_0x582bf9=this['editor'],_0x6f2590=_0x582bf9['model']['document']['selection'],_0x9152d6=_0x582bf9['commands']['get']('showAIAssistant'),_0x9f4c7b=_0x582bf9['plugins']['get'](Si),_0x3ee71b=''+(_0x2fc6fe['groupId']!==Ci?_0x2fc6fe['groupLabel']+':\x20':'')+_0x2fc6fe['label'];if(!0x1!==_0x2fc6fe['requiresContent']&&_0x6f2590['isCollapsed']){const _0x635dd7=At(_0x6f2590['getSelectedBlocks']())||_0x582bf9['model']['schema']['getLimitElement'](_0x6f2590);_0x582bf9['model']['change'](_0x5c9e17=>{_0x5c9e17['setSelection'](_0x635dd7,'in');});}_0x9f4c7b['showFakeVisualSelection'](),_0x9152d6['execute'](_0x2fc6fe['prompt'],_0x3ee71b,'command:'+_0x49466a);}['_populateMenuBarMenu'](_0x2c30ba,_0x575d09,_0x3ff1fc,_0x1d3aaf){const _0x43ed28=this['editor'],_0x562b4e=_0x43ed28['locale'],_0x4019d2=new $t(_0x562b4e),_0x576dcf=Qi(_0x43ed28,_0x3ff1fc)['filter'](_0x3b893d=>_0x3b893d['commands']['length']);0x1===_0x576dcf['length']?this['_getMenuBarGroupButtons']({'command':_0x2c30ba,'commands':_0x576dcf[0x0]['commands'],'parentMenuView':_0x575d09,'onExecute':_0x1d3aaf})['forEach'](_0x4bc0be=>_0x4019d2['items']['add'](_0x4bc0be)):_0x576dcf['forEach'](({groupId:_0x1107b9,groupLabel:_0x5c3d66,commands:_0xeddc92})=>{const _0x5173c8=new qt(_0x562b4e,_0x575d09),_0x58b13e=new Kt(_0x562b4e),_0xe4fa28=new $t(_0x562b4e),_0x318d54=this['_getMenuBarGroupButtons']({'command':_0x2c30ba,'commands':_0xeddc92,'parentMenuView':_0x58b13e,'onExecute':_0x1d3aaf});_0x58b13e['buttonView']['set']({'label':_0x5c3d66||_0x1107b9}),_0x58b13e['delegate']('execute')['to'](_0x575d09),_0xe4fa28['items']['addMany'](_0x318d54),_0x58b13e['panelView']['children']['add'](_0xe4fa28),_0x5173c8['children']['add'](_0x58b13e),_0x4019d2['items']['add'](_0x5173c8);}),_0x575d09['panelView']['children']['add'](_0x4019d2);}['_getMenuBarGroupButtons']({command:_0x4230f3,commands:_0x46ad3b,parentMenuView:_0x21100d,onExecute:_0x77426e}){const _0x441aaf=this['editor'],_0x5ea864=_0x441aaf['locale'];return Qi(_0x441aaf,_0x46ad3b)['map'](_0x22c83b=>{const _0x3536a8=new qt(_0x5ea864,_0x21100d),_0x1dfe30=new Wt(_0x5ea864);return _0x1dfe30['set']({'label':_0x22c83b['label']}),_0x1dfe30['delegate']('execute')['to'](_0x21100d),_0x1dfe30['on']('execute',()=>_0x77426e(_0x22c83b['id'])),_0x1dfe30['bind']('isEnabled')['to'](_0x4230f3,'enabledCommandsIds',_0x5b377f=>_0x5b377f['includes'](_0x22c83b['id'])),_0x3536a8['children']['add'](_0x1dfe30),_0x3536a8;});}}function qi(_0x2236ae,_0x133b0b){return void 0x0!==_0x2236ae['order']&&void 0x0===_0x133b0b['order']?0x1:void 0x0===_0x2236ae['order']&&void 0x0!==_0x133b0b['order']?-0x1:void 0x0!==_0x2236ae['order']&&void 0x0!==_0x133b0b['order']?_0x2236ae['order']-_0x133b0b['order']:0x0;}function Qi(_0x43ae29,_0x2eddaf){_0x2eddaf['sort'](qi);const _0x19fcd4={},_0x1860b8=[];for(const _0x1f286d of _0x2eddaf)if(void 0x0!==_0x1f286d['order']){if(_0x1f286d['order']in _0x19fcd4)throw new at('ai-commands-config-order-collision',_0x43ae29,{'conflictingDefinitions':[_0x1f286d,_0x19fcd4[_0x1f286d['order']]]});_0x19fcd4[_0x1f286d['order']]=_0x1f286d,_0x1860b8['splice'](_0x1f286d['order'],0x0,_0x1f286d);}else _0x1860b8['push'](_0x1f286d);return _0x1860b8;}class Xi extends _0x5d673d{static get['requires'](){return[$i,Si];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1e8e6e){super(_0x1e8e6e);const _0x2b8587=_0x1e8e6e['config'],_0x45be16=_0x1e8e6e['locale'];_0x2b8587['define']('ai.assistant.preserveComments',!0x0),_0x2b8587['define']('ai.assistant.commands',zi(_0x45be16)),_0x2b8587['define']('ai.assistant.extraCommandGroups',[]),_0x2b8587['define']('ai.assistant.removeCommands',[]);let _0x1017c8=wi(_0x2b8587['get']('ai.assistant.commands'),_0x45be16);const _0xc46ab6=_0x2b8587['get']('ai.assistant.extraCommandGroups'),_0x5682af=_0x2b8587['get']('ai.assistant.removeCommands');_0xc46ab6['forEach'](_0x4eafaf=>{const _0x36472e=_0x1017c8['find'](_0x3f6432=>_0x3f6432['groupId']===_0x4eafaf['groupId']);_0x36472e?_0x36472e['commands']=_0x36472e['commands']['concat'](_0x4eafaf['commands']):_0x1017c8['push'](_0x4eafaf);}),_0x1017c8=_0x1017c8['filter'](_0x1823a2=>!_0x5682af['includes'](_0x1823a2['groupId'])),_0x1017c8['forEach'](_0x1c6ea1=>{_0x1c6ea1['commands']=_0x1c6ea1['commands']['filter'](_0x576d94=>!_0x5682af['includes'](_0x576d94['id']));}),_0x2b8587['set']('ai.assistant.commands',_0x1017c8);}}function zi(_0x4aa6e7){return[{'groupId':'editOrReview','groupLabel':ki(_0x4aa6e7,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':ki(_0x4aa6e7,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':ki(_0x4aa6e7,'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(_0x4aa6e7,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':ki(_0x4aa6e7,'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(_0x4aa6e7,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':ki(_0x4aa6e7,'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(_0x4aa6e7,'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(_0x4aa6e7,'Change\x20tone'),'commands':[{'id':'professional','label':ki(_0x4aa6e7,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':ki(_0x4aa6e7,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':ki(_0x4aa6e7,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':ki(_0x4aa6e7,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':ki(_0x4aa6e7,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':ki(_0x4aa6e7,'Change\x20style'),'commands':[{'id':'business','label':ki(_0x4aa6e7,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':ki(_0x4aa6e7,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':ki(_0x4aa6e7,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':ki(_0x4aa6e7,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':ki(_0x4aa6e7,'Translate'),'commands':[{'id':'translateEnglish','label':ki(_0x4aa6e7,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':ki(_0x4aa6e7,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':ki(_0x4aa6e7,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':ki(_0x4aa6e7,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':ki(_0x4aa6e7,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':ki(_0x4aa6e7,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':ki(_0x4aa6e7,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':ki(_0x4aa6e7,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class ji extends _0x5d673d{['abortController'];static get['requires'](){return[Ri];}constructor(_0x16c439){super(_0x16c439),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'](_0x307c7e){return this['sendRequest'](_0x307c7e)['catch'](_0x3da34f=>{if(_0x3da34f instanceof Oi)return Promise['reject'](_0x3da34f);if('AbortError'==_0x3da34f['name'])return Promise['resolve']();throw console['error'](_0x3da34f),new at('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x571670,_0x53c544){const _0x31ed91=this['editor']['locale'],_0x44a87c={'Content-Type':'application/json'};if('object'==typeof _0x571670)Object['assign'](_0x44a87c,_0x571670);else{if(_0x571670)try{const _0x4218b3=await _0x571670(_0x53c544);Object['assign'](_0x44a87c,_0x4218b3);}catch{return Promise['reject'](new Oi(ki(_0x31ed91,'AI_ERROR_GET_HEADERS')));}}return _0x44a87c;}async['_prepareRequestParameters'](_0x7cdbcf,_0x4960c7){const _0x537725=this['editor']['locale'];if('object'==typeof _0x7cdbcf)return _0x7cdbcf;try{return await _0x7cdbcf(_0x4960c7);}catch{return Promise['reject'](new Oi(ki(_0x537725,'AI_ERROR_GET_PARAMETERS')));}}}class Ji extends ji{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x305ccb){super(_0x305ccb),_0x305ccb['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x305ccb['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x305ccb['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x305ccb['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x305ccb['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x305ccb['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x559fa7,context:_0x30e4c5,onData:_0x429830,actionId:_0x3f6e78}){const _0x209c33=this['editor']['locale'],_0x472379=await this['prepareMessages'](_0x559fa7,_0x30e4c5,_0x3f6e78),_0x4f571c=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x3f6e78),_0x113a2f=await this['_prepareRequestParameters'](this['_requestParameters'],_0x3f6e78),_0xcd50c3={'messages':_0x472379,..._0x113a2f},_0x103ce6={'method':'POST','headers':_0x4f571c,'body':JSON['stringify'](_0xcd50c3),'signal':this['abortController']['signal']},_0x1b400e=await fetch(this['_apiUrl'],_0x103ce6);if(_0x1b400e['ok'])return _0x113a2f['stream']?await this['_readStreamableResponse'](_0x1b400e,_0x429830):await this['_readStaticResponse'](_0x1b400e,_0x429830),Promise['resolve']();{const _0x132f4a=await _0x1b400e['text']();return _0x132f4a['includes']('context_length_exceeded')?Promise['reject'](new Oi(ki(_0x209c33,'AI_ERROR_CONTEXT_LENGTH'))):_0x132f4a['includes']('Moderation')?Promise['reject'](new Oi(ki(_0x209c33,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x132f4a));}}async['prepareMessages'](_0x4145d1,_0x31e82f,_0x1a46cb){let _0x23deaf,_0x151b12;return _0x31e82f?(_0x23deaf='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.',_0x151b12='Instruction:\x0a'+_0x4145d1+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x31e82f):(_0x23deaf='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.',_0x151b12=_0x4145d1),[{'role':'system','content':_0x23deaf},{'role':'user','content':_0x151b12}];}async['_readStreamableResponse'](_0x466d6b,_0x3b3ed8){const _0x173a05=_0x466d6b['body']['getReader'](),_0x57f534=new TextDecoder();let _0x2a6323='',_0x38e115='',_0x4f1c2f='',_0x1d7886=!0x1;for(;!_0x1d7886;){const {done:_0x41e637,value:_0x215bb3}=await _0x173a05['read'](),_0x69c1bb=_0x2a6323+_0x57f534['decode'](_0x215bb3);let _0x49c11b='';_0x1d7886=_0x41e637;try{_0x49c11b=this['_cleanUpData'](_0x69c1bb),_0x2a6323='';}catch{_0x2a6323=_0x69c1bb;continue;}_0x38e115+=_0x49c11b,!_0x1d7886&&this['_isBufferIncomplete'](_0x38e115)||_0x38e115&&(_0x4f1c2f+=_0x38e115,_0x38e115='',_0x3b3ed8(_0x4f1c2f));}return Promise['resolve']();}async['_readStaticResponse'](_0x4ed7af,_0x288da4){return _0x288da4((await _0x4ed7af['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x579970){const _0x56566b=_0x579970['split']('<')['length']!==_0x579970['split']('>')['length'],_0x2392c0=_0x579970['length']<0x1e;return _0x56566b&&_0x2392c0;}['_cleanUpData'](_0x3b3c49){return _0x3b3c49['split'](/\n(?![^{]*\})/g)['map'](_0xff92ed=>_0xff92ed['replace']('data:\x20',''))['filter'](_0xb4a5a5=>_0xb4a5a5&&_0xb4a5a5['length']>0x0&&'[DONE]'!==_0xb4a5a5)['map'](_0x564fe0=>{const {choices:_0x3c0ec1}=JSON['parse'](_0x564fe0);if(_0x3c0ec1[0x0]?.['delta']?.['content'])return _0x3c0ec1[0x0]['delta']['content'];})['filter'](_0x498f7c=>_0x498f7c)['join']('');}}class Zi extends ji{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),It('ai-aws-adapter-not-supported');}async['sendRequest'](_0x3d4356){throw Et('ai-aws-adapter-not-supported'),new Oi(ki(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class ts extends Nt{constructor(_0x4ed7dc,_0x152fe9={}){super(_0x4ed7dc),this['isToggleable']=!0x0,this['set']('side',_0x152fe9['side']||'top');const _0x1ea24e=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...pt(_0x152fe9['class']||[]),_0x1ea24e['to']('side',_0x1bdbd8=>'ck-tab-button_'+_0x1bdbd8),_0x1ea24e['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class es extends vt{['children'];constructor(_0x3802e6,_0x55a213={}){super(_0x3802e6);const _0xe60d79=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...pt(_0x55a213['class']||[]),_0xe60d79['to']('class'),_0xe60d79['if']('isVisible','ck-hidden',_0x2386ef=>!_0x2386ef)]},'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(_0xa021a,_0x424648={}){super(_0xa021a),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x424648['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x424648['collapsible']||!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'activeTab',(_0x489d30,_0x40431a)=>_0x489d30&&null!==_0x40431a);const _0x44316c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...pt(_0x424648['class']||[]),_0x44316c['to']('side',_0x5a56b6=>'ck-tabs_'+_0x5a56b6),_0x44316c['to']('class'),_0x44316c['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x44316c['to']('activeTab',_0x7d2ac5=>null===_0x7d2ac5?'ck-ai-tabs_collapsed':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x44316c['to']('side',_0x37f1fd=>'ck-tabs__buttons-container_'+_0x37f1fd)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x44316c['to']('side',_0x5665d9=>'ck-tabs__panels-container_'+_0x5665d9)]},'children':this['panelViews']},...pt(_0x424648['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x1cb5fb){const _0x30004b=this['_tabs']['get'](_0x1cb5fb);return _0x30004b||null;}['addTab'](_0x134883){const _0xddae77=this['_setupButton']({'id':_0x134883['id'],'label':_0x134883['buttonLabel'],'icon':_0x134883['buttonIcon'],'order':_0x134883['order']}),_0x23a467=new es(this['locale']);return _0x23a467['render'](),_0x134883['content']&&_0x23a467['children']['add'](_0x134883['content']),this['panelViews']['add'](_0x23a467),this['_tabs']['set'](_0x134883['id'],{'button':_0xddae77,'panel':_0x23a467,'order':void 0x0!==_0x134883['order']?_0x134883['order']:null}),this['fire']('addTab:'+_0x134883['id'],{'id':_0x134883['id'],'button':_0xddae77,'panel':_0x23a467}),null===this['activeTab']?this['activateTab'](_0x134883['id']):this['_hidePanel'](_0x134883['id']),{'button':_0xddae77,'panel':_0x23a467};}['activateTab'](_0xbd832b){if(null!==_0xbd832b&&!this['getTab'](_0xbd832b))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xbd832b});if(this['activeTab']===_0xbd832b)return;const _0x1731b8=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0xbd832b,_0xbd832b&&this['_showPanel'](_0xbd832b),this['fire']('activateTab:'+_0xbd832b,{'newTab':_0xbd832b,'oldTab':_0x1731b8});}['toggleTabPanel'](_0x3e6a64){if(!this['getTab'](_0x3e6a64))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x3e6a64});this['activeTab']===_0x3e6a64?this['collapsible']&&(this['activeTab']=null):this['activateTab'](_0x3e6a64);}['showTab'](_0xa34d3){if(!this['getTab'](_0xa34d3))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xa34d3});this['_showPanel'](_0xa34d3),this['_showButton'](_0xa34d3),this['fire']('show:'+_0xa34d3,_0xa34d3);}['hideTab'](_0x1d6fb0){if(!this['getTab'](_0x1d6fb0))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x1d6fb0});const _0x3013f4=this['activeTab'];this['_hidePanel'](_0x1d6fb0),this['_hideButton'](_0x1d6fb0);const _0x467c3a=this['getTabIds']();_0x3013f4===_0x1d6fb0&&_0x467c3a['length']>0x1&&this['activateTab'](_0x467c3a['find'](_0x54512c=>_0x54512c!==_0x1d6fb0)),this['fire']('hide:'+_0x1d6fb0,_0x1d6fb0);}['_getPanel'](_0x195a86){const _0x1e6054=this['_tabs']['get'](_0x195a86);return _0x1e6054?_0x1e6054['panel']:null;}['_showPanel'](_0xbc8bda){null!==this['activeTab']&&this['activeTab']!==_0xbc8bda||this['_getPanel'](_0xbc8bda)['show']();}['_hidePanel'](_0x2c5c98){const _0x30f2b5=this['_getPanel'](_0x2c5c98);_0x30f2b5['isVisible']&&(this['activeTab']===_0x2c5c98&&(this['activeTab']=null),_0x30f2b5['hide']());}['_getButton'](_0x4d93b1){const _0x4e1d95=this['_tabs']['get'](_0x4d93b1);return _0x4e1d95?_0x4e1d95['button']:null;}['_showButton'](_0x107898){this['_getButton'](_0x107898)['show']();}['_hideButton'](_0x17f9d1){this['_getButton'](_0x17f9d1)['hide']();}['_setupButton'](_0x20b5de){const _0x5f1184=new ts(this['locale'],{'side':this['side']}),_0x221a09=this['buttonViews'];if(_0x5f1184['set']({'label':_0x20b5de['label'],'icon':_0x20b5de['icon'],'tooltip':!0x0,'withText':!0x0}),_0x5f1184['bind']('isOn')['to'](this,'activeTab',_0x30c5f3=>_0x30c5f3===_0x20b5de['id']),_0x5f1184['bind']('side')['to'](this,'side'),_0x20b5de['order']){const _0x267992=[...this['_tabs']]['reduce']((_0x3d15b4,_0x575950)=>{const _0x4c558d=_0x575950[0x0],{order:_0x436703}=_0x575950[0x1];return!_0x436703||_0x436703>_0x20b5de['order']?_0x3d15b4:_0x436703>=_0x3d15b4['order']?{'id':_0x4c558d,'order':_0x436703}:_0x3d15b4;},{'id':'','order':0x0}),_0x18402e=_0x221a09['getIndex'](this['_getButton'](_0x267992['id']));_0x221a09['add'](_0x5f1184,_0x18402e+0x1);}else _0x221a09['add'](_0x5f1184);return _0x5f1184['on']('execute',()=>{this['toggleTabPanel'](_0x20b5de['id']);}),_0x5f1184;}}const ss=['overlay','sidebar','custom'],ns=['left','right'];class rs extends is{constructor(_0x126eeb,_0x30126d={}){super(_0x126eeb,_0x30126d),this['set']('type',_0x30126d['type']||'sidebar'),this['set']('side',_0x30126d['side']||'right'),this['set']('isVisible',_0x30126d['visibleByDefault']??!0x0);const _0x28ed2c=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x28ed2c['if']('type','ck-ai-tabs__overlay',_0x57b5d2=>'overlay'===_0x57b5d2),_0x28ed2c['if']('type','ck-ai-tabs__sidebar',_0xa2535e=>'sidebar'===_0xa2535e),_0x28ed2c['if']('isVisible','ck-hidden',_0x1acce3=>!_0x1acce3)]}}),this['buttonViews']['on']('add',(_0x1ec7dc,_0x3333ed)=>{_0x3333ed['set']('withText',!0x1);});}}class os extends _0x1c4dd1{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x101f6c){if(super(_0x101f6c),!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 _0x406328=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x406328['showResizeButton']&&(this['showResizeButton']=_0x406328['showResizeButton']),'sidebar'!==_0x406328['type']&&'overlay'!==_0x406328['type']||_0x406328['side']&&(this['side']=_0x406328['side']),'sidebar'===_0x406328['type']){if(this['container']=_0x406328['element'],this['set']('type','sidebar'),!this['container'])throw new at('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x406328['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':_0x406328['visibleByDefault'],'collapsible':_0x406328['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 _0x123c85&&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'](_0x33522e){if(_0x33522e&&this['type']!==_0x33522e){if(!ss['includes'](_0x33522e))throw new at('ai-tabs-unsupported-ui-type');this['type']=_0x33522e;}}['switchSide'](_0x4d6ed2){if(_0x4d6ed2&&this['side']!==_0x4d6ed2){if(!ns['includes'](_0x4d6ed2))throw new at('ai-tabs-unsupported-ui-side');this['side']=_0x4d6ed2;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class as extends _0x1c4dd1{['_apiUrl'];['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0xba4000];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x33424b){super(_0x33424b),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 _0x51baf0=this['context']['plugins']['get'](_0xba4000);if(!_0x51baf0['token'])throw new at('ai-missing-token',this);this['_token']=_0x51baf0['token'];}['startConversation'](_0x64e7f9,_0x4489a1){const _0x1b687e=this['_sendApiRequest']('/conversations','POST',{'id':_0x64e7f9,'group':_0x4489a1});return{'getConversation':async()=>(await _0x1b687e['request'])['json'](),'abortController':_0x1b687e['abortController']};}['queryAssistant']({message:_0x2832df,conversationId:_0x5652ed,parts:_0x31effc,capabilities:_0xd93d07,model:_0x43d07f,attributes:_0x2cbf9c}){const _0x2ffcb8={'prompt':_0x2832df,'content':_0x31effc,'model':_0x43d07f,..._0xd93d07&&{'capabilities':_0xd93d07},..._0x2cbf9c&&{'attributes':_0x2cbf9c}},_0xd40b70=this['_sendApiRequest']('/conversations/'+_0x5652ed+'/messages','POST',_0x2ffcb8);return{'getStream':async()=>{const _0x481265=(await _0xd40b70['request'])['body'];return this['_getStreamReader'](_0x481265);},'abortController':_0xd40b70['abortController']};}['executeCustomAction']({content:_0x469ad6,message:_0x113493,model:_0x6863db,outputFormat:_0x558263}){const _0x43bfad={'content':[{'type':'text','content':_0x469ad6}],'prompt':_0x113493,'model':_0x6863db,'outputFormat':_0x558263},_0x336143=this['_sendApiRequest']('/actions/custom/calls','POST',_0x43bfad);return{'getStream':async()=>{const _0x5a66d0=(await _0x336143['request'])['body'];return this['_getStreamReader'](_0x5a66d0);},'abortController':_0x336143['abortController']};}['executeAction']({actionName:_0x38cdc8,content:_0x562fec,args:_0x4ed1e7}){const _0x120cbe={'content':[{'type':'text','content':_0x562fec}],'args':_0x4ed1e7},_0x17dc64=this['_sendApiRequest']('/actions/system/'+_0x38cdc8+'/calls','POST',_0x120cbe);return{'getStream':async()=>{const _0x33c630=(await _0x17dc64['request'])['body'];return this['_getStreamReader'](_0x33c630);},'abortController':_0x17dc64['abortController']};}['uploadFile'](_0x2b212c,_0x2f8682,_0x34d916){const _0x4cb45b=new FormData();_0x4cb45b['append']('file',_0x2f8682,_0x2f8682['name']),_0x34d916&&_0x4cb45b['append']('attributes',JSON['stringify'](_0x34d916));const _0x4c6a7b=this['_sendApiRequest']('/conversations/'+_0x2b212c+'/files','POST',_0x4cb45b);return{'getId':async()=>(await _0x4c6a7b['request'])['json'](),'abortController':_0x4c6a7b['abortController']};}['fetchDocument'](_0x4e6f58,_0x3a027e){const _0x2457b9=this['_sendApiRequest']('/conversations/'+_0x4e6f58+'/documents/'+_0x3a027e,'GET');return{'getDocument':async()=>(await _0x2457b9['request'])['json'](),'abortController':_0x2457b9['abortController']};}['uploadDocument'](_0xff2b71,_0x11df66,_0x2976bc){const _0x4b3f8f={'content':_0x11df66};_0x2976bc&&(_0x4b3f8f['attributes']=_0x2976bc);const _0x446140=this['_sendApiRequest']('/conversations/'+_0xff2b71+'/documents','POST',_0x4b3f8f);return{'getId':async()=>(await _0x446140['request'])['json'](),'abortController':_0x446140['abortController']};}['uploadDocuments'](_0x4523ff,_0x38de78){const _0x103533={'documents':_0x38de78['map'](_0x3e6a0b=>({'content':_0x3e6a0b['content'],'attributes':{'version':_0x3e6a0b['version'],'sessionId':_0x3e6a0b['sessionId'],'selections':_0x3e6a0b['selections']},...void 0x0!==_0x3e6a0b['name']?{'name':_0x3e6a0b['name']}:{},...void 0x0!==_0x3e6a0b['description']?{'description':_0x3e6a0b['description']}:{}}))},_0x21764e=this['_sendApiRequest']('/conversations/'+_0x4523ff+'/documents/batch','POST',_0x103533);return{'getIds':async()=>(await _0x21764e['request'])['json'](),'abortController':_0x21764e['abortController']};}['fetchDocuments'](_0x28ea8c,_0x1f7e2b){const _0x3f723f=new URLSearchParams();_0x3f723f['append']('documentIds',_0x1f7e2b['join'](','));const _0x2d3bc0=this['_sendApiRequest']('/conversations/'+_0x28ea8c+'/documents/batch?'+_0x3f723f['toString'](),'GET');return{'getDocuments':async()=>(await _0x2d3bc0['request'])['json'](),'abortController':_0x2d3bc0['abortController']};}['fetchConversations'](_0xa7ef51,_0x37ce2f={}){const _0x825ef9=new URLSearchParams();_0x825ef9['append']('group',_0xa7ef51),_0x825ef9['append']('excludeEmpty',!0x1!==_0x37ce2f['excludeEmpty']?'true':'false'),_0x825ef9['append']('limit',_0x37ce2f['limit']?_0x37ce2f['limit']['toString']():'100'),_0x825ef9['append']('sortBy',_0x37ce2f['sortBy']?_0x37ce2f['sortBy']:'createdAt'),_0x825ef9['append']('order',_0x37ce2f['order']?_0x37ce2f['order']:'desc');const _0x15a737=this['_sendApiRequest']('/conversations?'+_0x825ef9['toString'](),'GET');return{'getConversations':async()=>{const _0x4d2f3d=await _0x15a737['request'];return(await _0x4d2f3d['json']())['items'];},'abortController':_0x15a737['abortController']};}['deleteConversation'](_0x329978){const _0x52a481=this['_sendApiRequest']('/conversations/'+_0x329978,'DELETE');return{'execute':async()=>{await _0x52a481['request'];},'abortController':_0x52a481['abortController']};}['updateConversation'](_0x135ed9,_0x20cc9c){const _0x3d3dbf=this['_sendApiRequest']('/conversations/'+_0x135ed9,'PATCH',_0x20cc9c);return{'getResult':async()=>(await _0x3d3dbf['request'],_0x20cc9c),'abortController':_0x3d3dbf['abortController']};}['fetchConversation'](_0x1bfce5){const _0x115936=this['_sendApiRequest']('/conversations/'+_0x1bfce5,'GET');return{'getConversation':async()=>(await _0x115936['request'])['json'](),'abortController':_0x115936['abortController']};}['fetchConversationMessages'](_0x9e0a49){const _0x27a11a=this['_sendApiRequest']('/conversations/'+_0x9e0a49+'/messages','GET');return{'getMessages':async()=>{const _0x330e5a=await _0x27a11a['request'];return(await _0x330e5a['json']())['items'];},'abortController':_0x27a11a['abortController']};}['uploadUrl'](_0x10a3eb,_0x465858,_0x906871){const _0x2c46de=this['_sendApiRequest']('/conversations/'+_0x10a3eb+'/web-resources','POST',{'url':_0x465858,'attributes':_0x906871});return{'getId':async()=>(await _0x2c46de['request'])['json'](),'abortController':_0x2c46de['abortController']};}['getModels'](_0x50ed31='en'){const _0x4cb480=new URLSearchParams();_0x4cb480['append']('language',_0x50ed31);const _0x3d1395='/models/1?'+_0x4cb480['toString'](),_0x1af3e1=this['_sendApiRequest'](_0x3d1395,'GET',void 0x0,!0x0);return{'list':async()=>await(await _0x1af3e1['request'])['json'](),'abortController':_0x1af3e1['abortController']};}['deleteFile'](_0x51e009,_0x3647b0){const _0x4381ab=this['_sendApiRequest']('/conversations/'+_0x51e009+'/files/'+_0x3647b0,'DELETE');return{'execute':async()=>{await _0x4381ab['request'];},'abortController':_0x4381ab['abortController']};}['deleteDocument'](_0x13cec6,_0x265633){const _0x43d154=this['_sendApiRequest']('/conversations/'+_0x13cec6+'/documents/'+_0x265633,'DELETE');return{'execute':async()=>{await _0x43d154['request'];},'abortController':_0x43d154['abortController']};}['deleteWebResource'](_0x526d27,_0x1a6bb4){const _0x55c54e=this['_sendApiRequest']('/conversations/'+_0x526d27+'/web-resources/'+_0x1a6bb4,'DELETE');return{'execute':async()=>{await _0x55c54e['request'];},'abortController':_0x55c54e['abortController']};}['callSystemReview']({reviewName:_0x595bd5,content:_0x33519d,args:_0x1c0f62}){const _0x1e100d=this['_sendApiRequest']('/reviews/system/'+_0x595bd5+'/calls','POST',{'content':[{'type':'text','content':_0x33519d}],'args':_0x1c0f62});return{'getStream':async()=>{const _0x14d4dd=(await _0x1e100d['request'])['body'];return this['_getStreamReader'](_0x14d4dd);},'abortController':_0x1e100d['abortController']};}['callCustomReview']({content:_0x184925,prompt:_0x29bacb,model:_0x3c0da5}){const _0x544272=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x184925}],'prompt':_0x29bacb,'model':_0x3c0da5});return{'getStream':async()=>{const _0x22049d=(await _0x544272['request'])['body'];return this['_getStreamReader'](_0x22049d);},'abortController':_0x544272['abortController']};}['upsertAIChatRating'](_0x45b3f2,_0x275078,_0x587193){const _0x52ad44=this['_sendApiRequest']('/conversations/'+_0x45b3f2+'/messages/'+_0x275078+'/ratings','PUT',{'positiveCount':_0x587193['positiveCount'],'totalCount':_0x587193['totalCount'],'modificationId':_0x587193['modificationId']});return{'execute':async()=>{await _0x52ad44['request'];},'abortController':_0x52ad44['abortController']};}['upsertAIActionRating'](_0x33cb8c,_0x4bf612,_0x416052){const _0x410de5=this['_sendApiRequest']('/actions/system/'+_0x33cb8c+'/calls/'+_0x4bf612+'/ratings','PUT',{'positiveCount':_0x416052['positiveCount'],'totalCount':_0x416052['totalCount']});return{'execute':async()=>{await _0x410de5['request'];},'abortController':_0x410de5['abortController']};}['upsertCustomAIActionRating'](_0x263170,_0x4a04ac){const _0x1b879a=this['_sendApiRequest']('/actions/custom/calls/'+_0x263170+'/ratings','PUT',{'positiveCount':_0x4a04ac['positiveCount'],'totalCount':_0x4a04ac['totalCount']});return{'execute':async()=>{await _0x1b879a['request'];},'abortController':_0x1b879a['abortController']};}['upsertAIReviewRating'](_0x4beef5,_0xdf60a8,_0x228642,_0x58141d){const _0x3d2b4c=this['_sendApiRequest']('/reviews/system/'+_0x4beef5+'/calls/'+_0xdf60a8+'/ratings','PUT',{'positiveCount':_0x228642['positiveCount'],'totalCount':_0x228642['totalCount'],'dataId':_0x58141d});return{'execute':async()=>{await _0x3d2b4c['request'];},'abortController':_0x3d2b4c['abortController']};}['upsertCustomAIReviewRating'](_0x89c4e9,_0xe0cce9,_0x4fe02a){const _0x2ea46b=this['_sendApiRequest']('/reviews/custom/calls/'+_0x89c4e9+'/ratings','PUT',{'positiveCount':_0xe0cce9['positiveCount'],'totalCount':_0xe0cce9['totalCount'],'dataId':_0x4fe02a});return{'execute':async()=>{await _0x2ea46b['request'];},'abortController':_0x2ea46b['abortController']};}['_sendApiRequest'](_0x21ef40,_0x1a80c1,_0x57ee20,_0x4ffa94=!0x1){const _0x10be5a=new AbortController(),_0xd6a130=_0x4ffa94?_0x1a80c1+':'+_0x21ef40:null;if(_0xd6a130){const _0x5990ba=this['_responseCache']['get'](_0xd6a130);if(_0x5990ba)return{'request':_0x5990ba['then'](_0x501df8=>_0x501df8['clone']()),'abortController':_0x10be5a};}const _0xe901cd=_0x57ee20 instanceof FormData,_0x25ac6f={'Authorization':'Bearer\x20'+this['_token']?.['value'],'x-feature-flags':'multi-document','X-Editor-Version':mt};_0x57ee20&&!_0xe901cd&&(_0x25ac6f['Content-Type']='application/json');const _0x2f11f7={'method':_0x1a80c1,'headers':_0x25ac6f,'signal':_0x10be5a['signal']};_0x57ee20&&(_0x2f11f7['body']=_0xe901cd?_0x57ee20:JSON['stringify'](_0x57ee20));const _0x2a089c=fetch(''+this['_apiUrl']+_0x21ef40,_0x2f11f7)['catch'](_0x24760a=>{_0xd6a130&&this['_responseCache']['delete'](_0xd6a130),this['_handleError'](_0x24760a);})['then'](_0x110c4c=>_0x110c4c['ok']?_0x110c4c:_0x110c4c['json']()['then'](_0x2c2fef=>{throw _0xd6a130&&this['_responseCache']['delete'](_0xd6a130),{'url':this['_apiUrl'],'path':_0x21ef40,'method':_0x1a80c1,'body':_0x57ee20,'status':(_0x110c4c||{})['status'],'statusText':(_0x110c4c||{})['statusText'],'code':_0x2c2fef['code'],'message':_0x2c2fef['message'],'traceId':_0x2c2fef['traceId']};}));return _0xd6a130&&this['_responseCache']['set'](_0xd6a130,_0x2a089c['then'](_0x16cc1b=>_0x16cc1b['clone']())),{'request':_0x2a089c,'abortController':_0x10be5a};}async*['_getStreamReader'](_0x35430e){const _0x57f00d=[],_0x43dfbe=_0x35430e['getReader'](),_0x4539fa=_0xf9c35f({'onError':_0x54ace7=>{this['_handleError'](_0x54ace7);},'onEvent':_0x32c0b1=>{_0x32c0b1['data']=JSON['parse'](_0x32c0b1['data']),_0x57f00d['push'](_0x32c0b1);}});try{let _0xf78238=!0x1;for(;!_0xf78238;){const {done:_0x352258,value:_0x4e87d3}=await _0x43dfbe['read']();_0x352258&&(_0xf78238=!0x0),_0x4539fa['feed'](this['_decoder']['decode'](_0x4e87d3,{'stream':!0x0})),yield*_0x57f00d,_0x57f00d['length']=0x0;}}catch(_0x4cc7eb){this['_handleError'](_0x4cc7eb);}finally{_0x43dfbe['releaseLock'](),_0x4539fa['reset']();}}['_handleError'](_0x555a36){if(_0x555a36 instanceof at)throw _0x555a36;if(_0x555a36 instanceof Error&&'AbortError'===_0x555a36['name'])throw new at('ai-request-aborted',this,{'originalError':_0x555a36});throw new at('ai-request-failed',this,{'originalError':_0x555a36});}}function hs(_0x10ef14,_0x1e7d79,_0x123df6){const t=_0x10ef14['t'];switch(_0x1e7d79){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'},_0x123df6);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.'},_0x123df6);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.'},_0x123df6);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.'},_0x123df6);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'},_0x123df6);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x123df6);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'},_0x123df6);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.'},_0x123df6);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.'},_0x123df6);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.'},_0x123df6);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.'},_0x123df6);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'},_0x123df6);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.'},_0x123df6);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 _0x1e7d79;}}const cs='ck-ai-button-primary',ls='ck-ai-button-secondary',us='ck-ai-button-tertiary';function ds(_0x4630b4,_0x1daef9){const _0x2a3b3e=new Nt(_0x4630b4),_0x3e3391=hs(_0x4630b4,'AI_TABS_LABEL_MINIMIZE'),_0xda169c=hs(_0x4630b4,'AI_TABS_LABEL_MAXIMIZE');return _0x2a3b3e['set']({'withText':!0x1,'icon':_0x345c28,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+us}),_0x2a3b3e['bind']('label')['to'](_0x1daef9,'isMaximized',_0x381bdd=>_0x381bdd?_0x3e3391:_0xda169c),_0x2a3b3e['bind']('icon')['to'](_0x1daef9,'isMaximized',_0x41e74a=>_0x41e74a?_0x4b6c86:_0x345c28),_0x2a3b3e['bind']('isOn')['to'](_0x1daef9,'isMaximized'),_0x2a3b3e['on']('execute',()=>{_0x1daef9['fire']('resizeTabs');}),_0x2a3b3e;}function _s(_0x4a0a14){return _0x5bff37(_0x4a0a14);}function gs(_0xe16c86){return ti(_0xe16c86);}function As(_0x207693,_0x552239,_0x39964c){const _0x2ce42e=null!==_0x552239?_0x3b964a=>_0x3b964a['attribs'][_0x207693]===_0x552239:_0x320223=>Boolean(_0x320223['attribs'][_0x207693]);return _0xa32e9a(_0x52cc36=>_0x57c018(_0x52cc36)&&_0x2ce42e(_0x52cc36),_0x39964c);}function Is(_0x4aea16,_0x9712b0,_0x29661f){const _0x36ef57=null!==_0x9712b0?_0x3c2fb7=>_0x3c2fb7['attribs'][_0x4aea16]===_0x9712b0:_0x34c306=>Boolean(_0x34c306['attribs'][_0x4aea16]);return _0x8f0e86(_0x4a7e4a=>_0x57c018(_0x4a7e4a)&&_0x36ef57(_0x4a7e4a),_0x29661f);}function Es(_0x4c0e81,_0x30f9d4){return _0x4c0e81&&_0x57c018(_0x4c0e81)?_0x4c0e81['attribs'][_0x30f9d4]:null;}function ps(_0x3eafea,_0xd999b7,_0x194635){_0x57c018(_0x3eafea)&&(null===_0x194635?delete _0x3eafea['attribs'][_0xd999b7]:_0x3eafea['attribs'][_0xd999b7]=_0x194635);}function ms(_0x5d6063,_0x8b3637,_0x9d38e5){const _0x5ba8cc=_0x8b3637['cloneNode'](!0x0);'beforebegin'===_0x9d38e5?_0x50c4bc(_0x5d6063,_0x5ba8cc):'afterbegin'===_0x9d38e5?_0x4778fe(_0x5d6063,_0x5ba8cc):'beforeend'===_0x9d38e5?_0x3645b6(_0x5d6063,_0x5ba8cc):'afterend'===_0x9d38e5&&_0x1e8db8(_0x5d6063,_0x5ba8cc);}function Ts(_0x3c706f){const _0x541a82=[];let _0x40ca33=_0x3c706f;for(;_0x40ca33;)_0x40ca33=_0xdb6626(_0x40ca33),_0x40ca33&&_0x541a82['push'](_0x40ca33);return _0x541a82;}function Cs(_0x594696){return _0x594696['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function ws(_0x5c359d){let _0x32dc2c=0x0;for(;_0x5c359d['parentNode'];)_0x5c359d=_0x5c359d['parentNode'],_0x32dc2c++;return _0x32dc2c;}function fs(_0x1ce024){const _0x290bd0=[];let _0x1b58e5=_0x1ce024['nextSibling'];for(;_0x1b58e5;)_0x290bd0['push'](_0x1b58e5),_0x1b58e5=_0x1b58e5['nextSibling'];_0x290bd0['forEach'](_0x2cef2d=>{_0x1085d4(_0x2cef2d);});}class bs extends/* #__PURE__ -- @preserve */
25
+ ht(){['_m2html'];constructor(){super();const _0x3b3ece=Object['entries'](_0x3f407f),_0x1cb5d0=_0x3b3ece['findIndex'](([_0x923e6e])=>'rehypeDomRaw'===_0x923e6e);if(-0x1===_0x1cb5d0)throw new at('ai-response-parser-unable-to-set-up-parser');_0x3b3ece['splice'](_0x1cb5d0+0x1,0x0,['rehypeSanitize',_0x55f728]),this['_m2html']=new _0x8f283({'plugins':Object['fromEntries'](_0x3b3ece)});}['convertMarkdownToHTML'](_0x3796e4){const _0x5e043d=this['_m2html']['parse'](_0x3796e4);return this['parseAndNormalizeHTML'](_0x5e043d);}['parseAndNormalizeHTML'](_0x43dfcd){return this['_parseHTML'](_0x43dfcd);}['_parseHTML'](_0x39e608){const _0x13bcd8=_s('<dummy>'+_0x39e608['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/<[^>]*?$/g,'')+'</dummy>');return _0x13bcd8['children']=_0x13bcd8['children'][0x0]['children'],_0x13bcd8;}}class Ss extends/* #__PURE__ -- @preserve */
26
+ ht(){['_generateUid'];['_uidCounter']=0x0;['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null};['_existingDataIds']=new Set();constructor(_0x36cd6e){super(),this['_generateUid']=_0x36cd6e||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x85595c,_0x479dd3,_0x37ec98){this['_uidCounter']=0x0;const _0x58e6d2=_0x85595c['cloneNode'](!0x0),_0x535878=_0x58e6d2['childNodes'],_0x50ab76=Array['from'](_0x535878)['filter'](_0x44ec9b=>!(0x3===_0x44ec9b['nodeType']&&''===gs(_0x44ec9b)['trim']())),_0x195b0d=_0x50ab76['length'],_0x4adf19=new Map();for(const _0x230364 of _0x50ab76)_0x230364&&_0x57c018(_0x230364)&&void 0x0===_0x230364['attribs']['data-id']&&ps(_0x230364,'data-id','new-element');if(0x0===_0x479dd3['childNodes']['length']){const _0xb8595c=[];return Is('data-id','new-element',_0x58e6d2)['forEach'](_0x5352db=>{const _0x47ae67=this['_generateUid']();ps(_0x5352db,'data-id',_0x47ae67),_0xb8595c['push'](_0x47ae67);}),this['_removeSpecialComments'](_0x58e6d2),{'parsedContent':_0x58e6d2,'newNodeIds':_0xb8595c,'modifiedNodeIds':[],'removedNodeIds':[],'newAnchorIds':_0x4adf19};}_0x37ec98&&_0x37ec98['markUnstableElements']&&this['_markLastTagElementUnstable'](_0x58e6d2),this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_existingDataIds']=new Set(Is('data-id',null,_0x479dd3)['map'](_0x415de1=>Es(_0x415de1,'data-id'))['filter'](_0xabbcee=>!!_0xabbcee));let _0x32cad6=-0x1,_0x4c8fa8=!0x1;for(let _0x3327e9=0x0;_0x3327e9<_0x195b0d;_0x3327e9++){const _0x6c3833=_0x50ab76[_0x3327e9],_0x4c1c50=_0x50ab76[_0x3327e9+0x1];if(this['_isNewNode'](_0x6c3833)){if(-0x1===_0x32cad6&&(_0x32cad6=_0x3327e9),this['_markWrappedElements'](_0x6c3833),!this['_isNewNode'](_0x4c1c50)){const [_0x3020e7,_0x35cc78]=this['_findReferenceNode'](_0x6c3833,_0x4c8fa8,_0x479dd3);if(_0x3020e7){const _0x5948bc=Array['from'](_0x50ab76)['slice'](_0x32cad6,_0x3327e9+0x1),_0x3016a8=Es(_0x3020e7,'data-id');if(this['_insertNodes'](_0x3020e7,_0x5948bc,_0x35cc78),_0x3016a8)for(const _0x5e777a of _0x5948bc){const _0x367ed3=Es(_0x5e777a,'data-id');_0x367ed3&&_0x4adf19['set'](_0x367ed3,_0x3016a8);}_0x32cad6=-0x1;}}}else{if(this['_isExistingContentComment'](_0x6c3833))_0x4c8fa8=!0x0;else{if(this['_isExistingNode'](_0x6c3833)){const _0x3fc40f=Es(_0x6c3833,'data-id');if(_0x3fc40f&&this['_existingDataIds']['has'](_0x3fc40f)){const _0x20d106=As('data-id',_0x3fc40f,_0x479dd3);this['_replaceNode'](_0x20d106,_0x6c3833);}}else{if(this['_isDelNode'](_0x6c3833)){const _0x2f4cc3=this['_getNodeDataId'](_0x6c3833);!!As('data-id',_0x2f4cc3,_0x58e6d2)||this['_touchedNodesState']['removedIds']['push'](_0x2f4cc3);}}}}}for(const _0x20dd81 of this['_touchedNodesState']['removedIds']){const _0xc36ffa=As('data-id',_0x20dd81,_0x479dd3);_0xc36ffa&&this['_removeNode'](_0xc36ffa,_0x20dd81,_0x37ec98);}if(Is('data-id','new-element',_0x479dd3)['forEach'](_0x398511=>{const _0x3e826c=this['_getUid'](_0x398511);ps(_0x398511,'data-id',_0x3e826c),this['_touchedNodesState']['newIds']['push'](_0x3e826c);}),this['_removeSpecialComments'](_0x479dd3),_0x37ec98&&_0x37ec98['markUnstableElements']&&this['_markUnstableElements'](_0x479dd3,_0x37ec98['markUnstableElementsDepth']||0x0),this['_processWrappedElements'](_0x479dd3,_0x37ec98),_0x37ec98&&_0x37ec98['cutAfterLastChange']&&this['_touchedNodesState']['lastTouchedId']){const _0x6bdab5=Is('data-id',this['_touchedNodesState']['lastTouchedId'],_0x479dd3);let _0xdc44e2=_0x6bdab5[_0x6bdab5['length']-0x1];for(;_0xdc44e2;)fs(_0xdc44e2),_0xdc44e2=_0xdc44e2['parentNode'];}return{'parsedContent':_0x479dd3,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds'],'newAnchorIds':_0x4adf19};}['_insertNodes'](_0x241c7d,_0x243877,_0x12434c){for(const _0x5eeef3 of _0x243877){const _0x45e4ce=this['_getUid'](_0x5eeef3);ps(_0x5eeef3,'data-id',_0x45e4ce),this['_touchedNodesState']['newIds']['push'](_0x45e4ce),this['_touchedNodesState']['lastTouchedId']=_0x45e4ce;}const _0x23b955='afterbegin'===_0x12434c||'afterend'===_0x12434c?_0x243877['reverse']():_0x243877;for(const _0x17989b of _0x23b955)ms(_0x241c7d,_0x17989b,_0x12434c);}['_replaceNode'](_0x4e14b3,_0x4088ad){if(!_0x4e14b3)return;if(_0x1010e3=_0x4088ad,Cs(gs(_0x4e14b3))===Cs(gs(_0x1010e3)))return;var _0x1010e3;const _0x22629c=this['_getUid'](_0x4e14b3);ps(_0x4088ad,'data-id',_0x22629c),this['_touchedNodesState']['modifiedIds']['push'](_0x22629c),this['_touchedNodesState']['lastTouchedId']=_0x22629c,_0x27afaf(_0x4e14b3,_0x4088ad['cloneNode'](!0x0));}['_removeNode'](_0x388aed,_0x38e550,_0x2e128b){if(_0x2e128b&&_0x2e128b['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x38e550;const _0x14a0c1=_0x2e128b['replaceRemovedWith']['cloneNode'](!0x0);ps(_0x14a0c1,'data-id',_0x38e550),ps(_0x14a0c1,'data-removed','true'),_0x27afaf(_0x388aed,_0x14a0c1);}else _0x1085d4(_0x388aed);}['_findReferenceNode'](_0x565b6e,_0x22ff3c,_0x2a8db9){const _0x108663=this['_findPrevElementWithDataId'](_0x565b6e,!0x1);if(_0x108663){const _0x3e6d4c=this['_getNodeDataId'](_0x108663),_0xc43330=As('data-id',_0x3e6d4c,_0x2a8db9);if(_0xc43330)return[_0xc43330,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x3e6d4c);}const _0x41f9c0=this['_findNextElementWithDataId'](_0x565b6e,!0x1);if(_0x41f9c0){const _0x4317ed=this['_getNodeDataId'](_0x41f9c0),_0x3e1a07=As('data-id',_0x4317ed,_0x2a8db9);if(_0x3e1a07)return[_0x3e1a07,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x4317ed);}return _0x22ff3c?_0x565b6e['nextSibling']?this['_findFallbackReferenceNode'](_0x565b6e,_0x2a8db9):[_0x2a8db9['childNodes'][_0x2a8db9['childNodes']['length']-0x1],'afterend']:[_0x2a8db9['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x5ca0b7,_0x21f6bb){const _0x2cbb80=[],_0x395859=this['_findPrevElementWithDataId'](_0x5ca0b7,!0x0);if(_0x395859){const _0x3325d9=As('data-id',this['_getNodeDataId'](_0x395859),_0x21f6bb);_0x3325d9&&_0x2cbb80['push']([_0x3325d9,'afterend']);}const _0x126e28=this['_findNextElementWithDataId'](_0x5ca0b7,!0x0);if(_0x126e28){const _0x29ae9b=As('data-id',this['_getNodeDataId'](_0x126e28),_0x21f6bb);_0x29ae9b&&_0x2cbb80['push']([_0x29ae9b,'beforebegin']);}if(_0x2cbb80['length']>0x1)return ws(_0x2cbb80[0x0][0x0])<=ws(_0x2cbb80[0x1][0x0])?_0x2cbb80[0x0]:_0x2cbb80[0x1];return 0x1===_0x2cbb80['length']?_0x2cbb80[0x0]:[_0x21f6bb['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x14a02a,_0x451430){let _0x225aea=_0x14a02a['nextSibling'],_0x102cfe=null,_0x7344cd=!0x1;for(;_0x225aea;){if(_0xb3cb35(_0x225aea)){if(this['_isDelNode'](_0x225aea)&&(_0x102cfe=_0x225aea),this['_isExistingContentComment'](_0x225aea)&&_0x451430&&!_0x7344cd){_0x7344cd=!0x0,_0x225aea=_0x225aea['nextSibling'];continue;}break;}const _0x37e83e=Es(_0x225aea,'data-id');if(_0x37e83e&&'new-element'!==_0x37e83e&&this['_existingDataIds']['has'](_0x37e83e)){_0x102cfe=_0x225aea;break;}_0x225aea=_0x225aea['nextSibling'];}return _0x102cfe;}['_findPrevElementWithDataId'](_0x35e6d3,_0x4af617){let _0x12631c=_0x35e6d3['previousSibling'],_0x29982a=null,_0xfcbd90=!0x1;for(;_0x12631c;){if(_0xb3cb35(_0x12631c)){if(this['_isDelNode'](_0x12631c)&&(_0x29982a=_0x12631c),this['_isExistingContentComment'](_0x12631c)&&_0x4af617&&!_0xfcbd90){_0xfcbd90=!0x0,_0x12631c=_0x12631c['previousSibling'];continue;}break;}const _0x1f92a5=Es(_0x12631c,'data-id');if(_0x1f92a5&&'new-element'!==_0x1f92a5&&this['_existingDataIds']['has'](_0x1f92a5)){_0x29982a=_0x12631c;break;}_0x12631c=_0x12631c['previousSibling'];}return _0x29982a;}['_markWrappedElements'](_0x1a484f){_0x57c018(_0x1a484f)&&Is('data-id',null,_0x1a484f)['forEach'](_0x312aa2=>{this['_isExistingNode'](_0x312aa2)&&(ps(_0x312aa2,'data-wrapped-id',Es(_0x312aa2,'data-id')),ps(_0x312aa2,'data-id',null));});}['_processWrappedElements'](_0x39cded,_0x4dc1dc){Is('data-wrapped-id',null,_0x39cded)['forEach'](_0x4f903b=>{const _0x414b19=Es(_0x4f903b,'data-wrapped-id');if(Es(_0x4f903b,'data-unstable')||this['_hasUnstableParent'](_0x4f903b))return;const _0x2f9b4a=As('data-id',_0x414b19,_0x39cded);ps(_0x4f903b,'data-id',_0x414b19),ps(_0x4f903b,'data-wrapped-id',null),_0x2f9b4a&&(this['_removeNode'](_0x2f9b4a,_0x414b19,_0x4dc1dc),this['_touchedNodesState']['removedIds']['push'](_0x414b19),this['_touchedNodesState']['lastTouchedId']=_0x414b19);});}['_hasUnstableParent'](_0x1093a4){let _0x29bc83=_0x1093a4['parentNode'];for(;_0x29bc83;){if(Es(_0x29bc83,'data-unstable'))return!0x0;_0x29bc83=_0x29bc83['parentNode'];}return!0x1;}['_getNodeDataId'](_0x24e82d){if(!_0x24e82d)return null;if(_0x57c018(_0x24e82d))return Es(_0x24e82d,'data-id');if(_0xb3cb35(_0x24e82d)){const _0x868e75=gs(_0x24e82d)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x868e75&&_0x868e75[0x1])return _0x868e75[0x1];}return null;}['_getUid'](_0x38aa6c){return this['_isExistingNode'](_0x38aa6c)?Es(_0x38aa6c,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x2821b5){(function(_0x38aaf9){return _0x225c1c(_0x2eb95c=>_0xb3cb35(_0x2eb95c),_0x38aaf9,!0x0,0x1/0x0);}(_0x2821b5)['filter'](_0x27e90b=>this['_isDelNode'](_0x27e90b)||this['_isExistingContentComment'](_0x27e90b))['forEach'](_0x39bb7f=>{_0x1085d4(_0x39bb7f);}));}['_markLastTagElementUnstable'](_0x5da1ea){const _0x3015ba=_0x5da1ea['childNodes'],_0x1ec9d5=_0x3015ba[_0x3015ba['length']-0x1];_0x1ec9d5&&_0x57c018(_0x1ec9d5)&&ps(_0x1ec9d5,'data-unstable','true');}['_markUnstableElements'](_0x4498ec,_0xa6856c){const _0x2a1691=As('data-unstable','true',_0x4498ec);if(!_0x2a1691)return;const _0x1a4989=Ts(_0x2a1691)['slice'](0x0,-0x1),_0x6bdf8f=_0x1a4989['length'];let _0x2d8421=_0x2a1691;if(_0x6bdf8f>_0xa6856c){let _0x349a6c=_0x6bdf8f,_0x11ad11=null;for(;_0x349a6c>_0xa6856c&&_0x349a6c>=0x0;)_0x349a6c--,_0x11ad11=_0x1a4989[_0x349a6c];_0x11ad11&&(_0x2d8421=_0x11ad11,ps(_0x2a1691,'data-unstable',null),ps(_0x11ad11,'data-unstable','true'));}else{if(_0x6bdf8f<_0xa6856c){let _0x4e66e1=_0x6bdf8f,_0x103546=_0x2a1691;for(;_0x4e66e1<_0xa6856c;){const _0x1ce9ea=_0x103546['childNodes']['filter'](_0x124d90=>_0x57c018(_0x124d90));if(0x0===_0x1ce9ea['length'])break;_0x4e66e1++,_0x103546=_0x1ce9ea[_0x1ce9ea['length']-0x1];}_0x103546&&(_0x2d8421=_0x103546,ps(_0x2a1691,'data-unstable',null),ps(_0x103546,'data-unstable','true'));}}let _0x198b00=_0x2d8421;for(;_0x198b00;){for(;_0x198b00['nextSibling'];)_0x198b00=_0x198b00['nextSibling'],_0x57c018(_0x198b00)&&ps(_0x198b00,'data-unstable','true');_0x198b00=_0x198b00['parentNode'];}}['_isNewNode'](_0x5ea585){return Boolean('new-element'===Es(_0x5ea585,'data-id'));}['_isExistingNode'](_0x5d69ae){return Boolean((Es(_0x5d69ae,'data-id')||'')['length']>0x0&&'new-element'!==Es(_0x5d69ae,'data-id'));}['_isDelNode'](_0x2912f2){return!!_0x2912f2&&Boolean(_0xb3cb35(_0x2912f2)&&gs(_0x2912f2)['match'](/removed[\s*-]data-id="[^"]+"/));}['_isExistingContentComment'](_0x5e026d){return Boolean(_0xb3cb35(_0x5e026d)&&gs(_0x5e026d)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function Rs({editor:_0x13325c,changeGroups:_0x5c24a7,documentContextContent:_0x49a7dd,showDiff:_0x393b22,trimUnchanged:_0x6814a1=!0x0}){return _0x5c24a7['map'](_0x437d8e=>{const _0x28fb50=new _0x553b91([]),_0x500869=new _0x553b91([]),_0x34efb1=new Set();for(const _0x31bc3a of _0x437d8e['changes'])'new'==_0x31bc3a['type']&&Is('data-id',null,_0x31bc3a['node'])['forEach'](_0xe3ff1e=>{_0x34efb1['add'](Es(_0xe3ff1e,'data-id'));});for(const _0x1dfcc2 of _0x437d8e['changes'])if('removed'!=_0x1dfcc2['type']?_0x500869['children']['push'](_0x1dfcc2['node']['cloneNode'](!0x0)):_0x393b22||_0x34efb1['has'](_0x1dfcc2['id'])||_0x500869['children']['push'](_0x1dfcc2['node']['cloneNode'](!0x0)),'new'!=_0x1dfcc2['type']&&(_0x393b22||'removed'!=_0x1dfcc2['type'])){const _0x2e4b4a=_0xa32e9a(_0x572a9b=>Es(_0x572a9b,'data-id')==_0x1dfcc2['id'],_0x49a7dd,!0x0);_0x2e4b4a&&_0x28fb50['children']['push'](_0x2e4b4a['cloneNode'](!0x0));}const {content:_0x68e8b0,hasChanges:_0x26503b}=function(_0x464c75,_0x17aeb8,_0x49a120,_0x2145a2,_0x4b9811=!0x0){const _0xcf8227=_0x464c75['plugins']['get']('DocumentCompare'),_0x1a3402=gs(_0x17aeb8),_0x446d41=gs(_0x49a120),_0x38f73f=_0x464c75['data']['parse'](_0x1a3402,'$root'),_0x2d3ecb=_0x464c75['model']['createPositionAt'](_0x38f73f,0x0),_0x358065=_0xcf8227['getDiff'](_0x1a3402,_0x446d41,{'anchor':_0x2d3ecb,'markDeletions':_0x2145a2,'targetEditor':_0x464c75}),_0x55628e=_0x358065['getOperations']();if(0x0==_0x55628e['length'])return{'content':_0x17aeb8['cloneNode'](!0x0),'hasChanges':!0x1};_0x2145a2?function(_0x460249,_0x4728d5,_0x5f5bf4){if(0x0==_0x460249['length'])return;const _0x2bddf8=_0x5f5bf4['plugins']['get']('DocumentCompare'),_0x4b2eb9=_0x5f5bf4['plugins']['get']('SuggestionsConversion');_0x5f5bf4['model']['change'](_0x4092e0=>{const _0x5e976a=new Set();for(let _0x378123=0x0;_0x378123<_0x460249['length'];_0x378123++){const _0x3e5fe0=_0x460249[_0x378123];if(_0x3e5fe0['baseVersion']=null,_0x3e5fe0['isDocumentOperation']=!0x1,_0x2bddf8['isMarkedRemoveOperation'](_0x3e5fe0)){const _0x45174e=_0xc6d790(_0x3e5fe0['newRange'],_0x5f5bf4['model']),_0x842e05='suggestion:deletion:'+ot()+':$aiSuggestion';_0x4728d5['markers']['set'](_0x842e05,_0x45174e);}else switch(_0x3e5fe0['type']){case'rename':{if(_0x3e5fe0['oldName']==_0x3e5fe0['newName'])break;_0x4092e0['batch']['addOperation'](_0x3e5fe0),_0x5f5bf4['model']['applyOperation'](_0x3e5fe0);const _0x1d593='$elementName',_0x192714=_0x3e5fe0['position'],_0x1832da=_0x5f5bf4['model']['createRange'](_0x192714,_0x5f5bf4['model']['createPositionAt'](_0x192714['nodeAfter'],'end')),_0x32aeea='suggestion:attribute:'+_0x1d593+':'+ot()+':$aiSuggestion';_0x4728d5['markers']['set'](_0x32aeea,_0x1832da);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x3e5fe0['oldValue']==_0x3e5fe0['newValue'])break;_0x4092e0['batch']['addOperation'](_0x3e5fe0),_0x5f5bf4['model']['applyOperation'](_0x3e5fe0);const _0x5857b4=_0x3e5fe0['key'];if(!_0x4b2eb9['isRegisteredAttribute'](_0x5857b4))break;const _0x21c7fe=_0xc6d790(_0x3e5fe0['range'],_0x5f5bf4['model']),_0x38e6f7='suggestion:attribute:'+_0x5857b4+':'+ot()+':$aiSuggestion';_0x4728d5['markers']['set'](_0x38e6f7,_0x21c7fe);break;}case'insert':{_0x4092e0['batch']['addOperation'](_0x3e5fe0),_0x5f5bf4['model']['applyOperation'](_0x3e5fe0);if(_0x460249[_0x378123+0x1]&&'move'==_0x460249[_0x378123+0x1]['type']){Os(_0x4728d5,_0x3e5fe0);break;}const _0x5a6719=_0x3e5fe0['position'],_0x210aaa=_0x3e5fe0['howMany'],_0x1cb26b=_0xc6d790(_0x5f5bf4['model']['createRange'](_0x5a6719,_0x5a6719['getShiftedBy'](_0x210aaa)),_0x5f5bf4['model']),_0x2cb7e6='suggestion:insertion:'+ot()+':$aiSuggestion';_0x4728d5['markers']['set'](_0x2cb7e6,_0x1cb26b);break;}case'split':{_0x4092e0['batch']['addOperation'](_0x3e5fe0),_0x5f5bf4['model']['applyOperation'](_0x3e5fe0);const _0x9e254e=_0x3e5fe0['splitPosition'],_0x8aa311=_0x3e5fe0['moveTargetPosition'],_0x5971f6=_0x5f5bf4['model']['createRange'](_0x9e254e,_0x8aa311),_0x22e8f1='suggestion:insertion:'+ot()+':$aiSuggestion';_0x4728d5['markers']['set'](_0x22e8f1,_0x5971f6);break;}case'move':{_0x4092e0['batch']['addOperation'](_0x3e5fe0),_0x5f5bf4['model']['applyOperation'](_0x3e5fe0),_0x460249[_0x378123-0x1]&&'insert'==_0x460249[_0x378123-0x1]['type']&&Os(_0x4728d5,_0x3e5fe0);const _0x2c8dff=_0x3e5fe0['getMovedRangeStart'](),_0x24a182=_0x3e5fe0['howMany'];for(let _0x3ff6ed=0x0;_0x3ff6ed<_0x24a182;_0x3ff6ed++){const _0x24d7b4=_0x2c8dff['getShiftedBy'](_0x3ff6ed)['nodeAfter'];_0x5e976a['add'](_0x24d7b4);}break;}case'remove':{const _0x1ad707=_0x3e5fe0['sourcePosition'],_0x452586=_0x3e5fe0['howMany'],_0x4c82ef=new _0x4178fd(_0x1ad707,_0x452586);_0x4092e0['batch']['addOperation'](_0x4c82ef),_0x5f5bf4['model']['applyOperation'](_0x4c82ef);break;}}}for(const _0x5a4b96 of _0x5e976a){const _0x589603=_0x5f5bf4['model']['createRangeOn'](_0x5a4b96),_0x171ef7='suggestion:formatBlock:$fakeWrap:'+ot()+':$aiSuggestion';_0x4728d5['markers']['set'](_0x171ef7,_0xc6d790(_0x589603,_0x5f5bf4['model']));}});}(_0x55628e,_0x38f73f,_0x464c75):_0x464c75['model']['change'](_0x21b596=>{for(const _0x2a7bd5 of _0x55628e)if('remove'==_0x2a7bd5['type']){const _0xce777e=_0x2a7bd5['sourcePosition'],_0x2d64b0=_0x2a7bd5['howMany'],_0x5402da=new _0x4178fd(_0xce777e,_0x2d64b0);_0x21b596['batch']['addOperation'](_0x5402da),_0x464c75['model']['applyOperation'](_0x5402da);}else{if('marker'==_0x2a7bd5['type']){const _0x15d4c3=_0x2a7bd5['name'],_0x6e2f8f=_0x2a7bd5['newRange'];null!==_0x6e2f8f?_0x38f73f['markers']['set'](_0x15d4c3,_0x6e2f8f):_0x38f73f['markers']['delete'](_0x15d4c3);}else _0x2a7bd5['baseVersion']=null,_0x2a7bd5['isDocumentOperation']=!0x1,_0x21b596['batch']['addOperation'](_0x2a7bd5),_0x464c75['model']['applyOperation'](_0x2a7bd5);}});if(_0x4b9811){const _0x576fa2=ks(_0x464c75,_0x55628e,_0x38f73f);Ns(_0x464c75['model'],_0x576fa2),function(_0x4d9a33,_0x82cffb){const _0x5957c0=_0x82cffb['getFirstRange']()['start'];let _0x510188=_0x82cffb['getFirstRange']()['end'];const _0x55a1b9=_0x5957c0['root'];(_0x510188['textNode']||_0x510188['nodeAfter']&&_0x510188['nodeAfter']['is']('$text'))&&(_0x4845d3(_0x510188,'...'),_0x510188=_0x510188['getShiftedBy'](0x3)),(_0x5957c0['textNode']||_0x5957c0['nodeBefore']&&_0x5957c0['nodeBefore']['is']('$text'))&&(_0x4845d3(_0x5957c0,'...'),function(_0x5cd4b0,_0x29fa89,_0x10a691){for(let [_0xf7798e,_0x4c1233]of _0x5cd4b0['markers']){const _0x2ad1bd=_0x4c1233['_getTransformedByInsertion'](_0x29fa89,_0x10a691,!0x1);_0x4c1233=_0x2ad1bd[0x0],_0x5cd4b0['markers']['set'](_0xf7798e,_0x4c1233);}}(_0x55a1b9,_0x5957c0,0x3),_0x5957c0['parent']==_0x510188['parent']&&(_0x510188=_0x510188['getShiftedBy'](0x3)));const _0x244553=_0x4d9a33['createRange'](_0x4d9a33['createPositionAt'](_0x55a1b9,0x0),_0x5957c0),_0xee30c8=_0x4d9a33['createRange'](_0x510188,_0x4d9a33['createPositionAt'](_0x55a1b9,'end')),_0x400da3=[..._0x244553['getMinimalFlatRanges'](),..._0xee30c8['getMinimalFlatRanges']()];_0x400da3['reverse']();for(const _0x36f049 of _0x400da3)_0x405a98(_0x36f049),ys(_0x55a1b9,_0x36f049);}(_0x464c75['model'],_0x576fa2);}const _0x469dad=_0x464c75['data']['stringify'](_0x38f73f,{'showSuggestionHighlights':!0x0});return{'content':_s(_0x469dad),'hasChanges':!0x0};}(_0x13325c,_0x28fb50,_0x500869,_0x393b22,_0x6814a1);return{'type':_0x437d8e['changes'][0x0]['type'],'index':_0x437d8e['index'],'content':_0x68e8b0,'hasChanges':_0x26503b};});}function Os(_0x3fcc8e,_0x381804){for(const [_0x12bc29,_0x307f10]of _0x3fcc8e['markers']){const _0x243b50=_0x17fab8['_createFromRanges'](_0x307f10['getTransformedByOperation'](_0x381804));_0x3fcc8e['markers']['set'](_0x12bc29,_0x243b50);}}function ks(_0x66e0f5,_0x2fdd1c,_0x4a31ae){const _0x2dcbc9=_0x66e0f5['plugins']['get']('DocumentCompare');let _0x5d231f=_0x66e0f5['model']['createPositionAt'](_0x4a31ae,Number['POSITIVE_INFINITY']),_0x178cc5=_0x66e0f5['model']['createPositionAt'](_0x4a31ae,0x0);for(const _0x751fd1 of _0x2fdd1c){let _0x25f50c,_0x502b8c;if(_0x2dcbc9['isMarkedRemoveOperation'](_0x751fd1))_0x25f50c=_0x751fd1['newRange']['start'],_0x502b8c=_0x751fd1['newRange']['end'];else switch(_0x5d231f=_0x5d231f['getTransformedByOperation'](_0x751fd1),_0x178cc5=_0x178cc5['getTransformedByOperation'](_0x751fd1),_0x751fd1['type']){case'rename':_0x25f50c=_0x751fd1['position'],_0x502b8c=_0x25f50c['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x25f50c=_0x751fd1['range']['start'],_0x502b8c=_0x751fd1['range']['end'];break;case'insert':_0x25f50c=_0x751fd1['position'],_0x502b8c=_0x25f50c['getShiftedBy'](_0x751fd1['howMany']);break;case'split':_0x25f50c=_0x751fd1['splitPosition'],_0x502b8c=_0x751fd1['moveTargetPosition'];break;case'merge':{const _0x42204d=_0x751fd1['targetPosition']['path']['slice'](0x0,-0x1);_0x25f50c=_0x66e0f5['model']['createPositionFromPath'](_0x4a31ae,_0x42204d),_0x502b8c=_0x25f50c['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x495ca6=_0x751fd1['howMany'],_0x584244=_0x751fd1['sourcePosition']['_getTransformedByInsertion'](_0x751fd1['targetPosition'],_0x495ca6),_0x3e45dc=_0x751fd1['getMovedRangeStart']();'remove'==_0x751fd1['type']?(_0x25f50c=_0x584244,_0x502b8c=_0x584244):(_0x25f50c=_0x3e45dc,_0x502b8c=_0x3e45dc['getShiftedBy'](_0x495ca6));break;}}_0x25f50c&&_0x25f50c['isBefore'](_0x5d231f)&&(_0x5d231f=_0x25f50c['clone'](),_0x5d231f['stickiness']='toNone'),_0x502b8c&&_0x502b8c['isAfter'](_0x178cc5)&&(_0x178cc5=_0x502b8c['clone'](),_0x178cc5['stickiness']='toNone');}return _0x66e0f5['model']['createSelection'](_0x66e0f5['model']['createRange'](_0x5d231f,_0x178cc5));}function Ns(_0x470608,_0x25c6b1){vs(_0x470608,_0x25c6b1,'forward');const _0x21ba87=_0x25c6b1['getFirstRange']();_0x25c6b1['setTo']([]),_0x25c6b1['setTo'](_0x21ba87,{'backward':!0x0}),vs(_0x470608,_0x25c6b1,'backward');}function vs(_0x5b6b57,_0x41be01,_0x35b215){let _0x250bf5=0x14;for(;_0x250bf5;){_0x5b6b57['modifySelection'](_0x41be01,{'unit':'word','direction':_0x35b215}),_0x250bf5--;const _0x13c25b=_0x41be01['focus']['forward'==_0x35b215?'nodeBefore':'nodeAfter'];if(_0x13c25b&&_0x13c25b['is']('element')&&_0x5b6b57['schema']['isBlock'](_0x13c25b)&&_0x5b6b57['schema']['isObject'](_0x13c25b))break;}}function ys(_0x1d457f,_0x2dfa0e){for(const [_0x7bfbe3,_0x1ed9f3]of _0x1d457f['markers']){const _0x57fbd6=_0x1ed9f3['_getTransformedByDeletion'](_0x2dfa0e['start'],_0x2dfa0e['end']['offset']-_0x2dfa0e['start']['offset']);null!=_0x57fbd6?_0x1d457f['markers']['set'](_0x7bfbe3,_0x57fbd6):_0x1d457f['markers']['delete'](_0x7bfbe3);}}class xs extends ht(){['id'];['interactionId'];['type'];['sources']=[];['parsedContent']=new _0x553b91([]);['parsedMergedContent']=new _0x553b91([]);['changeGroups']=[];['areActionsDisabled']=!0x1;['isFromHistory']=!0x1;['documentContextContent'];['documentId'];['dataIdDocumentSources'];['newNodeAnchorIds']=new Map();['aiResponseParser'];['aiResponseApplier'];['locale'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x950a23,content:_0x590ba9='',isDone:_0x1e03e4=!0x1,isComplete:_0x30ad0e,interactionId:_0x28abb2,areActionsDisabled:_0x5495a7,isFromHistory:_0x4a6b9d=!0x1,documentContextContent:_0x2386b0,dataIdDocumentSources:_0x19cdf0,documentId:_0x51160d,locale:_0x9c40c2,id:_0x5c7f7f}){super(),this['id']=_0x5c7f7f||ot(),this['interactionId']=_0x28abb2,this['type']=_0x950a23,this['areActionsDisabled']=!!_0x5495a7,this['locale']=_0x9c40c2,this['dataIdDocumentSources']=_0x19cdf0,this['documentId']=_0x51160d,this['isFromHistory']=_0x4a6b9d,this['aiResponseParser']=new bs(),this['aiResponseApplier']=new Ss(),this['documentContextContent']=_s(_0x2386b0||''),this['set']('isDone',_0x1e03e4),this['set']('isComplete',_0x30ad0e??_0x1e03e4),this['on']('change:content',()=>{this['onContentChange']();}),this['set']('content',_0x590ba9);}['appendContent'](_0x2d3db0){this['set']('content',this['content']+_0x2d3db0);}['done'](_0x13c7a1=!0x0){this['isComplete']=_0x13c7a1,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x545c60,_0x40e1d3){this['changeGroups'][_0x545c60]['state']=_0x40e1d3,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x545c60,'state':_0x40e1d3});}['getContentParts']({showDiff:_0x326d62,groupIndex:_0x45ecb5,editor:_0x14f0a1}){const _0x107d6e=this['_getCachedContentParts'](_0x326d62,_0x45ecb5);if(_0x107d6e)return _0x107d6e;let _0xd12012=[];if(void 0x0===_0x45ecb5)_0xd12012=this['changeGroups'];else{const _0x49a420=this['changeGroups']['find'](({index:_0x47012d})=>_0x47012d===_0x45ecb5);if(!_0x49a420)throw new at('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x45ecb5});_0xd12012=[_0x49a420];}const _0x2ce6cc=Rs({'editor':_0x14f0a1,'showDiff':_0x326d62,'changeGroups':_0xd12012,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x326d62,_0x2ce6cc),_0x2ce6cc;}['_getCachedContentParts'](_0x34d6bb,_0x373660){const _0x6e3ea=_0x34d6bb?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x6e3ea]['length'])return null;const _0x45fe8c=this['cachedSuggestionContentParts'][_0x6e3ea];if(void 0x0===_0x373660)return _0x45fe8c['length']>0x0&&_0x45fe8c['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x34d6bb,null),null):_0x4a5b1c(_0x45fe8c);{const _0x28b772=_0x45fe8c['find'](({index:_0x1d2291})=>_0x1d2291===_0x373660);if(_0x28b772)return[_0x4a5b1c(_0x28b772)];}return null;}['_setCachedContentParts'](_0x8d4946,_0x4507d0){const _0x1b60b3=_0x8d4946?'withDiff':'withoutDiff';_0x4507d0?_0x4507d0['forEach'](_0x1ef329=>{const _0x2afd0e=this['cachedSuggestionContentParts'][_0x1b60b3],_0x3679db=_0x2afd0e['find'](({index:_0x4e1881})=>_0x4e1881===_0x1ef329['index']);if(_0x3679db){const _0x786c79=_0x2afd0e['indexOf'](_0x3679db);_0x2afd0e['splice'](_0x786c79,0x1,_0x1ef329);}else _0x2afd0e['push'](_0x1ef329);}):this['cachedSuggestionContentParts'][_0x1b60b3]['length']=0x0;}['onContentChange'](){if('modification'===this['type']){this['parsedContent']=this['aiResponseParser']['parseAndNormalizeHTML'](this['content']);const _0x4addc2=this['changeGroups'];this['updateChangeGroups']();const _0x286baf=this['_getDifferentChangeGroups'](_0x4addc2,this['changeGroups']);(_0x286baf['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x286baf),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']=this['aiResponseParser']['convertMarkdownToHTML'](this['content']),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x46d76f,_0x512b75){const _0x56c537=[];for(const _0x216347 of _0x512b75){const _0x2b6584=_0x46d76f[_0x216347['index']];_0x2b6584?_0x2b6584['changes']['length']!==_0x216347['changes']['length']?_0x56c537['push'](_0x216347):_0x2b6584['changes']['forEach']((_0x5d99a0,_0x34b0ac)=>{const _0x10f6fa=_0x216347['changes'][_0x34b0ac];_0x5d99a0['id']!==_0x10f6fa['id']&&_0x56c537['push'](_0x216347);}):_0x56c537['push'](_0x216347);}return _0x56c537;}['updateChangeGroups'](){const _0x20d466=this['locale']?new _0x6c2914('p',{},[new _0x6c2914('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x557dcc(hs(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]):void 0x0,_0x228323=this['aiResponseApplier']['merge'](this['parsedContent'],this['documentContextContent']['cloneNode'](!0x0),{'markUnstableElements':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0x20d466,'cutAfterLastChange':!this['isDone']||!this['isComplete']});if(!_0x228323['modifiedNodeIds']['length']&&!this['isDone'])return;this['parsedMergedContent']=_0x228323['parsedContent'],this['newNodeAnchorIds']=_0x228323['newAnchorIds'];let _0x5bfedc=[];if(_0x8f0e86(_0x46b196=>{const _0x1b7d46=Es(_0x46b196,'data-id');if(!_0x1b7d46||!_0x3818be(_0x1b7d46))return!0x1;const _0x38ddc0=[_0x46b196,...Ts(_0x46b196)]['at'](-0x2);if(_0x46b196!=_0x38ddc0){const _0x5b53a9=Es(_0x38ddc0,'data-id');_0x3818be(_0x5b53a9)||(_0x5bfedc['push']({'node':_0x38ddc0,'id':_0x5b53a9,'type':'modified'}),_0x228323['modifiedNodeIds']['push'](_0x5b53a9));}else _0x228323['modifiedNodeIds']['includes'](_0x1b7d46)?_0x5bfedc['push']({'node':_0x46b196,'type':'modified','id':_0x1b7d46}):_0x228323['newNodeIds']['includes'](_0x1b7d46)?_0x5bfedc['push']({'node':_0x46b196,'type':'new','id':_0x1b7d46,'anchorId':Es(_0x46b196['previousSibling'],'data-id')}):_0x5bfedc['push']({'node':_0x46b196,'type':'removed','id':_0x1b7d46});return!0x0;},this['parsedMergedContent']),_0x5bfedc=_0x5bfedc['filter'](({node:_0x464ad0})=>[...Ts(_0x464ad0),_0x464ad0]['every'](_0x5395e5=>!Es(_0x5395e5,'data-unstable'))),0x0==_0x5bfedc['length'])return;const _0x2627da=[[_0x5bfedc[0x0]]];for(let _0x51293f=0x1;_0x51293f<_0x5bfedc['length'];_0x51293f++){const _0x500b6c=_0x2627da[_0x2627da['length']-0x1],_0x68ba98=_0x500b6c[_0x500b6c['length']-0x1];_0x5bfedc[_0x51293f]['node']['previousSibling']==_0x68ba98['node']&&'modified'!=_0x5bfedc[_0x51293f]['type']&&'modified'!=_0x68ba98['type']&&this['_isSameDocument'](_0x5bfedc[_0x51293f]['node'],_0x68ba98['node'])?_0x500b6c['push'](_0x5bfedc[_0x51293f]):_0x2627da['push']([_0x5bfedc[_0x51293f]]);}for(const _0x898a13 of _0x2627da){const _0x45cb9f=_0x898a13[0x0],_0x284bb0=_0x898a13[_0x898a13['length']-0x1],_0x563392=_0x225b37(_0x45cb9f['node']['previousSibling']);_0x563392&&this['_isSameDocument'](_0x563392['node'],_0x45cb9f['node'])&&_0x898a13['unshift'](_0x563392);const _0x59b154=_0x225b37(_0x284bb0['node']['nextSibling']);_0x59b154&&this['_isSameDocument'](_0x59b154['node'],_0x284bb0['node'])&&_0x898a13['push'](_0x59b154);}function _0x3818be(_0x27b116){return _0x228323['modifiedNodeIds']['includes'](_0x27b116)||_0x228323['newNodeIds']['includes'](_0x27b116)||_0x228323['removedNodeIds']['includes'](_0x27b116);}function _0x225b37(_0x570034){if(_0x570034&&Es(_0x570034,'data-id')&&!Es(_0x570034,'data-unstable')){const _0x4342d7=Es(_0x570034,'data-id');if(!_0x3818be(_0x4342d7))return{'node':_0x570034,'type':'context','id':_0x4342d7};}return null;}this['changeGroups']=_0x2627da['map']((_0x3fa6ab,_0x4f9491)=>({'changes':_0x3fa6ab,'state':'pending','index':_0x4f9491}));}['_isSameDocument'](_0x31fdef,_0x16339c){if(!this['dataIdDocumentSources']?.['size'])return!0x0;const _0x2703cc=this['_resolveDocumentSource'](_0x31fdef),_0x3feb07=this['_resolveDocumentSource'](_0x16339c);return!_0x2703cc||!_0x3feb07||_0x2703cc['editor']===_0x3feb07['editor']&&_0x2703cc['rootName']===_0x3feb07['rootName'];}['_resolveDocumentSource'](_0x54063d){if(!_0x54063d||!this['dataIdDocumentSources'])return;const _0x4881c0=Es(_0x54063d,'data-id');if(_0x4881c0){const _0x26ca5e=this['dataIdDocumentSources']['get'](_0x4881c0);if(_0x26ca5e)return _0x26ca5e;const _0x5d2e68=this['newNodeAnchorIds']['get'](_0x4881c0),_0x4cea54=_0x5d2e68?this['dataIdDocumentSources']['get'](_0x5d2e68):void 0x0;if(_0x4cea54)return _0x4cea54;}for(let _0x338d35=_0x54063d['previousSibling'];_0x338d35;_0x338d35=_0x338d35['previousSibling']){const _0x3e510d=Es(_0x338d35,'data-id'),_0x5e786b=_0x3e510d?this['dataIdDocumentSources']['get'](_0x3e510d):void 0x0;if(_0x5e786b)return _0x5e786b;}for(let _0x35767f=_0x54063d['nextSibling'];_0x35767f;_0x35767f=_0x35767f['nextSibling']){const _0x452907=Es(_0x35767f,'data-id'),_0x2d034d=_0x452907?this['dataIdDocumentSources']['get'](_0x452907):void 0x0;if(_0x2d034d)return _0x2d034d;}}}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:_0x2854a7,locale:_0x5dfae2}){super(),this['id']=ot(),this['connector']=_0x2854a7,this['isStopped']=!0x0,this['locale']=_0x5dfae2;}async['start'](){const _0x5191a5=[];let _0x368630,_0x2fbd3e,_0x1b4c62,_0x34d8d2=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x1afc08=await this['currentRequest']['getStream']();for await(const _0x31aace of _0x1afc08){if(this['isStopped'])return;if('error'==_0x31aace['event'])return void this['fire']('error',{'error':new at('ai-chat-interaction-error',this)});switch(_0x31aace['event']){case'message-metadata':this['messageId']=_0x31aace['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x31aace['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x31aace['data']['conversationTitle'],!0x0);break;case'source':_0x5191a5['push'](_0x31aace['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'](),_0x368630='modification-delta'==_0x31aace['event']?'modification':'text',_0x2fbd3e='modification-delta'==_0x31aace['event']?_0x31aace['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x368630&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']?'modification-delta'==_0x31aace['event']&&(this['currentReply']['documentId']=_0x31aace['data']['documentId']):(this['currentReply']=this['createReply']({'type':_0x368630,'interactionId':this['id'],'id':_0x2fbd3e,...'modification-delta'==_0x31aace['event']&&{'documentId':_0x31aace['data']['documentId']}}),'modification'==_0x368630&&(this['currentReply']['sources']=_0x5191a5['splice'](0x0))),this['currentReply']['appendContent'](_0x31aace['data']['textDelta']);break;case'mcp-tool-result':_0x1b4c62=JSON['parse'](_0x31aace['data']['result']),this['_handleToolResultData']({'toolName':_0x31aace['data']['toolName'],'data':_0x1b4c62['data'],'attributes':_0x1b4c62['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x31aace['data']['toolName'],'data':_0x31aace['data']['data']});}}_0x34d8d2=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x5191a5['length']>0x0&&(this['currentReply']['sources']=_0x5191a5['splice'](0x0)),this['_finalizeInteraction'](_0x34d8d2),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x284b61){return this['replies']['find'](_0x53239b=>_0x53239b['id']===_0x284b61);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x3ff7d0=>_0x3ff7d0['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x4e8b91){const _0x5aed66=new xs({'locale':this['locale'],'documentContextContent':this['getDocumentContext']()?.['content'],'dataIdDocumentSources':this['getDocumentContext']()?.['dataIdDocumentSources'],..._0x4e8b91});return this['replies']['push'](_0x5aed66),_0x5aed66['delegate'](...Ls)['to'](this),this['fire']('replyCreated',_0x5aed66),_0x5aed66;}['setConversationTitle'](_0x48062b,_0x1df235=!0x1){this['fire']('setConversationTitle',_0x48062b,_0x1df235);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x1882f1){this['fire']('toolDataReceived',{'type':'result','toolName':_0x1882f1['toolName'],'data':structuredClone(_0x1882f1['data']||{}),'attributes':structuredClone(_0x1882f1['attributes']||{})},this);}['_handleToolNotificationData'](_0x3e7e8b){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x3e7e8b['toolName'],'data':structuredClone(_0x3e7e8b['data'])},this);}['_finalizeInteraction'](_0x1f4ee0=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x1f4ee0),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:_0x53adda,config:_0x4f6939,ownerId:_0x4a2111}){super(),this['_connector']=_0x53adda,this['_config']=_0x4f6939,this['_ownerId']=_0x4a2111;}['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'](_0x2c8d83){if(_0x2c8d83)return this['_documentSources']['get'](_0x2c8d83);}['getSourceByDataId'](_0x4abbbf){if(_0x4abbbf)return this['_dataIdToSource']['get'](_0x4abbbf);}['getDocumentContextSlice'](_0x2b2084){const _0x4d7f2a=this['getDocumentSource'](_0x2b2084);if(_0x4d7f2a)return{'editor':_0x4d7f2a['editor'],'rootName':_0x4d7f2a['rootName'],'html':_0x4d7f2a['content'],'version':_0x4d7f2a['version']};}['getDocumentContextSliceByDataId'](_0x5725bf){const _0x50f2e9=this['getSourceByDataId'](_0x5725bf);return _0x50f2e9?this['getDocumentContextSlice'](_0x50f2e9['documentId']):void 0x0;}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0x28d0ed){const _0x436ebf=await this['_createContextItemFromContent'](_0x28d0ed);return this['_addToConversationContextItem'](_0x436ebf),'current-document'===_0x436ebf['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x436ebf;}async['populateDocumentsFromUserMessage'](_0x1ab1f4,_0x6f25bf){const _0xe0c32=_0x1ab1f4['filter'](_0x4700f1=>'document'===_0x4700f1['type']);if(0x0===_0xe0c32['length'])return{'hasUnmatched':!0x1};if(0x1===_0xe0c32['length'])return{'contextItem':await this['populateFromMessage'](_0xe0c32[0x0]),'hasUnmatched':!0x1};const _0x288a71=_0xe0c32['map'](_0x8b9ff1=>_0x8b9ff1['id']),_0x29ee84=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x288a71)['getDocuments'](),_0x4d7617=new Map(_0x29ee84['map'](_0x4031db=>[_0x4031db['id'],_0x4031db]));this['_documentSources']['clear'](),this['_dataIdToSource']['clear']();const _0x777876=[];let _0x25f26a=!0x1;for(const _0x2d1c0d of _0xe0c32){const _0x44a6da=_0x4d7617['get'](_0x2d1c0d['id']);if(!_0x44a6da)continue;const _0x19bd27=this['_matchDocumentToRoot'](_0x44a6da,_0x6f25bf),_0x3053bb=_0x6f25bf[0x0]&&this['_getFirstRoot'](_0x6f25bf[0x0]);_0x19bd27||(_0x25f26a=!0x0);const _0x1332c8=_0x19bd27?.['editor']??_0x3053bb?.['editor'],_0x411d53=_0x19bd27?.['rootName']??_0x3053bb?.['rootName'];if(_0x1332c8&&_0x411d53){const _0x916335={'editor':_0x1332c8,'rootName':_0x411d53,'content':_0x44a6da['content'],'version':_0x44a6da['attributes']?.['version']??0x0,'name':_0x44a6da['name'],'description':_0x44a6da['description']};this['_documentSources']['set'](_0x44a6da['id'],_0x916335);const _0x36a01c=_s(_0x44a6da['content']);for(const _0x463650 of _0x8f0e86(_0x2c0c9e=>!!Es(_0x2c0c9e,'data-id'),_0x36a01c)){const _0x4d3aa1=Es(_0x463650,'data-id');_0x4d3aa1&&this['_dataIdToSource']['set'](_0x4d3aa1,{..._0x916335,'documentId':_0x44a6da['id']});}}_0x777876['push']({'id':_0x44a6da['id'],'content':_0x44a6da['content'],'version':_0x44a6da['attributes']?.['version']??0x0,'sessionId':_0x44a6da['attributes']?.['sessionId']??null,'selection':[]});}const _0x4c83f7={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0x777876,'dataIdDocumentSources':new Map(this['_dataIdToSource'])};return this['_addToConversationContextItem'](_0x4c83f7),this['_toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x4c83f7,'hasUnmatched':_0x25f26a};}['_matchDocumentToRoot'](_0x52534a,_0x242b75){if(_0x52534a['name'])for(const _0x4ac4a7 of _0x242b75){const _0x38d803=_0x4ac4a7['config']['get']('roots')||{};for(const _0x1749ba of _0x4ac4a7['model']['document']['getRoots']()){if('$graveyard'===_0x1749ba['rootName'])continue;const _0xf6b015=_0x38d803[_0x1749ba['rootName']];if(_0x1749ba['rootName']===_0x52534a['name']&&_0xf6b015?.['description']===_0x52534a['description'])return{'editor':_0x4ac4a7,'rootName':_0x1749ba['rootName']};}}}['_getFirstRoot'](_0x356165){for(const _0x2f2f21 of _0x356165['model']['document']['getRoots']())if('$graveyard'!==_0x2f2f21['rootName'])return{'editor':_0x356165,'rootName':_0x2f2f21['rootName']};}async['_createContextItemFromContent'](_0x312dfa){if('document'===_0x312dfa['type']){const _0xe11ca4=await this['_connector']['fetchDocument'](this['_ownerId'],_0x312dfa['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x312dfa['type'],'content':_0xe11ca4['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0xe11ca4['attributes']?.['version'],'sessionId':_0xe11ca4['attributes']?.['sessionId']};}if('mcp-tool-context'===_0x312dfa['type'])return{'id':_0x312dfa['id'],'uiId':_0x312dfa['id'],'label':_0x312dfa['data']?.['label']||_0x312dfa['id'],'type':'mcp-tool-context','mcpServerName':_0x312dfa['mcpServerName'],'toolName':_0x312dfa['toolName'],'data':_0x312dfa['data']||{}};return{'id':_0x312dfa['id'],'uiId':_0x312dfa['id'],'label':_0x312dfa['attributes']?.['label']||_0x312dfa['name']||_0x312dfa['url']||_0x312dfa['id'],'type':_0x312dfa['type'],..._0x312dfa?.['attributes']?.['resourceId']?{'resourceId':_0x312dfa['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x2d8641){const _0x1b68a0=this['_pendingContextItems']['get'](_0x2d8641);_0x1b68a0?.['isReadOnly']||this['_removeContextItem'](_0x2d8641);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x16142a of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x16142a['uiId']);const _0x2bd9a5=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x2bd9a5&&this['_addContextItem']({..._0x2bd9a5,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x1bf6c7){for(const _0x21cf0d of _0x1bf6c7['values']())this['_addToConversationContextItem'](_0x21cf0d);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'](_0x3b4a74){return Array['from'](_0x3b4a74['values']())['flatMap'](_0x504200=>this['_mapContextItemToRequestData'](_0x504200));}async['addFilesToContext'](_0x532d59,_0x7b844c,_0x2f310c='file'){const _0x3015ad='files-'+ot();this['_startUploadOperation'](_0x3015ad);try{await Promise['all'](_0x532d59['map'](async _0xcdc93f=>{const _0xc0af7e='file-'+ot(),_0x484479=_0x321d30(_0xcdc93f['name']);try{this['_addContextItem']({'type':_0x2f310c,'label':_0x7b844c?.['label']||_0x484479,'uiId':_0xc0af7e,'resourceId':_0x7b844c?.['resourceId']},!0x0);const _0x499d90=this['_connector']['uploadFile'](this['_ownerId'],_0xcdc93f,_0x7b844c);this['_ongoingUploads']['set'](_0xc0af7e,_0x499d90['abortController']);const {id:_0x34d6e5}=await _0x499d90['getId']();this['_ongoingUploads']['delete'](_0xc0af7e),this['_finishContextItemLoading']({'type':_0x2f310c,'id':_0x34d6e5,'label':_0x7b844c?.['label']||_0x484479,'uiId':_0xc0af7e,'resourceId':_0x7b844c?.['resourceId']},!0x1);}catch(_0xabd6f5){this['_ongoingUploads']['delete'](_0xc0af7e);if(!(_0xabd6f5 instanceof at&&_0xabd6f5['message']['startsWith']('ai-request-aborted'))){const _0x9f964d=Ps['get'](_0xabd6f5['code'])||'ai-chat-file-upload-failed',_0x2c3004=new at(_0x9f964d,null,{'fileName':_0x484479,..._0xabd6f5});_0x2c3004['stack']=_0xabd6f5['stack'],this['fire']('error',{'error':_0x2c3004});}this['_removeContextItem'](_0xc0af7e);}}));}finally{this['_finishUploadOperation'](_0x3015ad);}}['addCurrentDocumentToContext'](_0x1dc3d2){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x4a67da={'type':'document','uiId':'current-document','label':_0x1dc3d2,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x4a67da);}async['updateCurrentDocument'](_0x3f959c,_0x477315,_0x42bf6a,_0x3019ce){const _0x44c7ec=this['_pendingContextItems']['get']('current-document');if(_0x44c7ec&&_0x3f959c){_0x44c7ec['selection']=_0x3019ce?_0x3019ce['map'](_0x55c1db=>({'start':_0x55c1db['start'],'end':_0x55c1db['end']})):[];try{if(_0x44c7ec['version']===_0x477315)return;const {id:_0x17fef1}=await this['_connector']['uploadDocument'](this['_ownerId'],_0x3f959c,{'version':_0x477315,'sessionId':_0x42bf6a})['getId']();_0x44c7ec['id']=_0x17fef1,_0x44c7ec['content']=_0x3f959c,_0x44c7ec['version']=_0x477315,_0x44c7ec['sessionId']=_0x42bf6a;}catch(_0x19c8d3){const _0x4094c6=new at('ai-chat-document-upload-failed',null);_0x4094c6['stack']=_0x19c8d3['stack'],this['fire']('error',{'error':_0x4094c6});}}}async['updateDocuments'](_0x2621dd){const _0x1eddf8=this['_pendingContextItems']['get']('current-document');if(!_0x1eddf8||!_0x2621dd['length']||_0x2621dd['every'](_0x113b2b=>!_0x113b2b['content']))return;_0x2621dd['length']>0x1&&_0x2621dd['some'](_0x588f6d=>!_0x588f6d['description'])&&It('ai-chat-documents-missing-description');const _0x203227=_0x1a2a14=>_0x1a2a14?_0x1a2a14['map'](_0x4bc947=>({'start':_0x4bc947['start'],'end':_0x4bc947['end']})):[],_0x39a247=_0x1eddf8['documents']??[];if(_0x39a247['length']===_0x2621dd['length']&&_0x2621dd['every']((_0x1ecdfa,_0x7de57b)=>_0x39a247[_0x7de57b]?.['version']===_0x1ecdfa['version']))_0x1eddf8['documents']=_0x39a247['map']((_0x18958c,_0x40392c)=>({..._0x18958c,'selection':_0x203227(_0x2621dd[_0x40392c]['selections'])}));else try{const _0x37befb=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x2621dd)['getIds']();_0x1eddf8['documents']=_0x2621dd['map']((_0x87d281,_0xe1ed40)=>({'id':_0x37befb[_0xe1ed40]?.['id'],'content':_0x87d281['content'],'version':_0x87d281['version'],'sessionId':_0x87d281['sessionId'],'selection':_0x203227(_0x87d281['selections'])})),this['_documentSources']['clear'](),this['_dataIdToSource']['clear']();for(let _0x34181b=0x0;_0x34181b<_0x2621dd['length'];_0x34181b++){const _0x5204a8=_0x37befb[_0x34181b]?.['id'],_0x422b26=_0x2621dd[_0x34181b];if(!_0x5204a8)continue;const _0x1bc40d={'editor':_0x422b26['editor'],'rootName':_0x422b26['rootName'],'content':_0x422b26['content'],'version':_0x422b26['version'],'name':_0x422b26['name'],'description':_0x422b26['description']};this['_documentSources']['set'](_0x5204a8,_0x1bc40d);const _0x3b51f8=_s(_0x422b26['content']);for(const _0x429e62 of _0x8f0e86(_0x2447c0=>!!Es(_0x2447c0,'data-id'),_0x3b51f8)){const _0x379ba8=Es(_0x429e62,'data-id');_0x379ba8&&this['_dataIdToSource']['set'](_0x379ba8,{..._0x1bc40d,'documentId':_0x5204a8});}}_0x1eddf8['dataIdDocumentSources']=new Map(this['_dataIdToSource']);}catch(_0x5645ea){const _0x36d911=new at('ai-chat-document-upload-failed',null);_0x36d911['stack']=_0x5645ea['stack'],this['fire']('error',{'error':_0x36d911});}}['addSelectionToContext'](_0x37532d){this['_addContextItem']({'type':'selection','label':_0x37532d,'uiId':'selection','content':_0x37532d});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x371fa0,_0x4316c1){const _0x30feaf='url-'+ot();this['_startUploadOperation'](_0x30feaf);const _0x3d0a03='url-'+ot();try{this['_addContextItem']({'type':'web-resource','label':_0x4316c1?.['label']||_0x371fa0,'uiId':_0x3d0a03,'resourceId':_0x4316c1?.['resourceId']},!0x0);const _0x426125=this['_connector']['uploadUrl'](this['_ownerId'],_0x371fa0,_0x4316c1);this['_ongoingUploads']['set'](_0x3d0a03,_0x426125['abortController']);const {id:_0x37bf5d}=await _0x426125['getId']();this['_ongoingUploads']['delete'](_0x3d0a03),this['_finishContextItemLoading']({'type':'web-resource','id':_0x37bf5d,'label':_0x4316c1?.['label']||_0x371fa0,'uiId':_0x3d0a03,'resourceId':_0x4316c1?.['resourceId']},!0x1);}catch(_0x23ec73){this['_ongoingUploads']['delete'](_0x3d0a03),(_0x23ec73['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new at('ai-chat-url-upload-failed',this,{'url':_0x371fa0,'originalError':_0x23ec73}),'url':_0x371fa0}),this['_removeContextItem'](_0x3d0a03));}finally{this['_finishUploadOperation'](_0x30feaf);}}['addToolItemToContext'](_0x4167de){_0x4167de['id']=_0x4167de['id']??ot()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x4167de['uiId'],_0x4167de),this['fire']('contextItemAdded',{'contextItem':_0x4167de,'isLoading':!0x1});}async['loadSourceResources'](_0xdd91e9,_0x14006a,_0x41eb5e){const _0x256423=this['_addContextOptionsState']['sources']['find'](_0x353cd9=>_0x353cd9['id']===_0xdd91e9);if(!_0x256423)return this['fire']('error',{'error':new at('ai-chat-source-not-found',this,{'sourceId':_0xdd91e9}),'sourceId':_0xdd91e9}),[];try{const _0x5c946d=(await _0x256423['getResources'](_0x14006a))['map'](_0x11b0a9=>{const _0x286ae7=this['_isResourceInContext'](_0x11b0a9['id']);return{..._0x11b0a9,'isInContext':_0x286ae7};});return _0x256423['resources']=_0x5c946d,this['fire']('sourceResourcesLoaded',{'sourceId':_0xdd91e9,'source':_0x256423,'resources':_0x5c946d,'uid':_0x41eb5e}),_0x5c946d;}catch(_0x40ac75){return this['fire']('error',{'error':new at('ai-chat-source-resources-load-failed',this,{'sourceId':_0xdd91e9,'originalError':_0x40ac75}),'sourceId':_0xdd91e9,'sourceLabel':_0x256423['label']}),[];}}async['addResourceToContext'](_0x3b4268,_0x150309){if(this['_isResourceInContext'](_0x150309['id']))return;let _0x415b4c=_0x150309['data'];if(!_0x415b4c&&_0x3b4268['getData'])try{_0x415b4c=await _0x3b4268['getData'](_0x150309['id']);}catch(_0xc889ae){return void this['fire']('error',{'error':new at('ai-chat-resource-load-failed',this,{'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id'],'originalError':_0xc889ae}),'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']});}if(_0x415b4c)switch(_0x150309['type']){case'web-resource':if('string'!=typeof _0x415b4c)return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id'],'expectedType':'string','actualType':typeof _0x415b4c}),'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']});await this['addUrlToContext'](_0x415b4c,{'label':_0x150309['label'],'resourceId':_0x150309['id']});break;case'file':if(!(_0x415b4c instanceof File))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id'],'expectedType':'File','actualType':typeof _0x415b4c}),'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']});await this['addFilesToContext']([_0x415b4c],{'label':_0x150309['label'],'resourceId':_0x150309['id']});break;case'text':if('object'!=typeof _0x415b4c||!('content'in _0x415b4c)||!('type'in _0x415b4c))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x415b4c}),'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']});_0x415b4c=Ms['_convertTextResourceToFile'](_0x415b4c,_0x150309['label']),await this['addFilesToContext']([_0x415b4c],{'label':_0x150309['label'],'resourceId':_0x150309['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new at('ai-chat-context-unsupported-type',this,{'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id'],'resourceType':_0x150309['type']}),'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']});}else this['fire']('error',{'error':new at('ai-chat-resource-no-data',this,{'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']}),'resourceId':_0x150309['id'],'sourceId':_0x3b4268['id']});}static['_convertTextResourceToFile'](_0x4600cf,_0x31967c){switch(_0x4600cf['type']){case'markdown':return new File([_0x4600cf['content']],_0x31967c,{'type':'text/markdown'});case'html':return new File([_0x4600cf['content']],_0x31967c,{'type':'text/html'});default:return new File([_0x4600cf['content']],_0x31967c,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x1d043a){switch(_0x1d043a['type']){case'file':case'text':return[{'type':'file','id':_0x1d043a['id']}];case'web-resource':return[{'type':'web-resource','id':_0x1d043a['id']}];case'document':return _0x1d043a['documents']?.['length']?_0x1d043a['documents']['map'](_0x5e7cc5=>({'type':'document','id':_0x5e7cc5['id'],..._0x5e7cc5['selection']?.['length']&&{'selection':_0x5e7cc5['selection']}})):[{'type':'document','id':_0x1d043a['id'],..._0x1d043a['selection']?.['length']&&{'selection':_0x1d043a['selection']}}];case'mcp-tool-context':{const _0x29e312=_0x1d043a;return[{'type':'mcp-tool-context','mcpServerName':_0x29e312['mcpServerName'],'toolName':_0x29e312['toolName'],'data':{..._0x29e312['data'],'label':_0x29e312['label']||_0x29e312['data']?.['label']||_0x29e312['id']},'id':_0x29e312['id']}];}default:return[];}}['_addContextItem'](_0x131db3,_0x2df801=!0x1){if(this['_pendingContextItems']['set'](_0x131db3['uiId'],_0x131db3),_0x131db3['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x131db3,'isLoading':_0x2df801}),'current-document'===_0x131db3['uiId']&&this['_toggleAddCurrentDocumentOptionVisibility'](),_0x131db3['resourceId']){const _0xe0a70a=this['_findSourceIdsByResourceId'](_0x131db3['resourceId']);_0xe0a70a&&_0xe0a70a['forEach'](_0x296177=>{this['_updateResourceInContextState'](_0x296177,_0x131db3['resourceId'],!0x0);});}}['_removeContextItem'](_0x102350){const _0x343ef8=this['_pendingContextItems']['get'](_0x102350),_0x3f608d=this['_ongoingUploads']['get'](_0x102350);if(_0x3f608d&&(_0x3f608d['abort'](),this['_ongoingUploads']['delete'](_0x102350)),_0x343ef8?.['resourceId']){const _0x57f8f1=this['_findSourceIdsByResourceId'](_0x343ef8['resourceId']);_0x57f8f1&&_0x57f8f1['forEach'](_0x336883=>{this['_updateResourceInContextState'](_0x336883,_0x343ef8['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x102350),this['fire']('contextItemRemoved',{'uiId':_0x102350,'type':_0x343ef8?.['type']}),'current-document'===_0x102350&&this['_toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x65c99b,_0x5c14ba){if(this['_pendingContextItems']['has'](_0x65c99b['uiId'])&&(this['_pendingContextItems']['set'](_0x65c99b['uiId'],_0x65c99b),this['fire']('contextItemLoadingEnded',{'contextItem':_0x65c99b,'isLoading':_0x5c14ba}),_0x65c99b['resourceId'])){const _0x5f9c69=this['_findSourceIdsByResourceId'](_0x65c99b['resourceId']);_0x5f9c69&&_0x5f9c69['forEach'](_0x238cd6=>{this['_updateResourceInContextState'](_0x238cd6,_0x65c99b['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x50812c){this['_conversationContextItems']['set'](_0x50812c['uiId'],_0x50812c);}['_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'](_0xc652a3=>({..._0xc652a3,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x3fc4cb=>({..._0x3fc4cb,'resources':[]}))??[];}['_toggleAddCurrentDocumentOptionVisibility'](){const _0x16dbdd=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x16dbdd,this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_isResourceInContext'](_0x379bad){for(const _0x5075d of this['_pendingContextItems']['values']())if(_0x5075d['resourceId']===_0x379bad)return!0x0;for(const _0x511077 of this['_conversationContextItems']['values']())if(_0x511077['resourceId']===_0x379bad)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x261ecf){const _0x4b0df7=[];for(const _0x3f470f of this['_addContextOptionsState']['sources']){_0x3f470f['resources']['find'](_0xed86b0=>_0xed86b0['id']===_0x261ecf)&&_0x4b0df7['push'](_0x3f470f['id']);}return 0x0===_0x4b0df7['length']?null:_0x4b0df7;}['_updateResourceInContextState'](_0x7d4cf0,_0x5c94c3,_0x3448f6){const _0x20a0a6=this['_addContextOptionsState']['sources']['find'](_0x532420=>_0x532420['id']===_0x7d4cf0);if(!_0x20a0a6)return;const _0x2ec8a0=_0x20a0a6['resources']['find'](_0x507bf4=>_0x507bf4['id']===_0x5c94c3);_0x2ec8a0&&(_0x2ec8a0['isInContext']=_0x3448f6,this['fire']('resourceStateChanged',{'sourceId':_0x7d4cf0,'resourceId':_0x5c94c3,'isInContext':_0x3448f6}));}['_startUploadOperation'](_0xab1276){this['_ongoingUploadOperations']['set'](_0xab1276,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x19ed9f){this['_ongoingUploadOperations']['delete'](_0x19ed9f),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'](_0x46763b){const _0x4c6a57={};return _0x46763b&&_0x46763b['isWebSearchEnabled']&&(_0x4c6a57['webSearch']={}),_0x46763b&&_0x46763b['isReasoningEnabled']&&(_0x4c6a57['reasoning']={}),_0x4c6a57;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x50fca0){_0x50fca0!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x50fca0,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x4fc6e1){_0x4fc6e1!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x4fc6e1,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class Bs extends Ds{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x3951c8){super(_0x3951c8),this['conversationId']=_0x3951c8['conversationId'],this['contextItems']=_0x3951c8['contextItems'],this['capabilities']=_0x3951c8['capabilities'],this['userMessage']=_0x3951c8['userMessage'],this['model']=_0x3951c8['model'],this['attributes']=_0x3951c8['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'](_0x2cc09b){const _0x2d2762=this['getDocumentContext']();if(_0x2d2762?.['documents']?.['length']){const _0x3d903c=_0x2d2762['documents']['map'](_0x1cfbf9=>_0x1cfbf9['content']??'')['join']('');if(_0x3d903c)return super['createReply']({'documentContextContent':_0x3d903c,..._0x2cc09b});}return super['createReply'](_0x2cc09b);}}class Gs extends Tt(){['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];constructor(_0x1057c4){super(),this['options']=_0x1057c4,this['connector']=_0x1057c4['connector'],this['chatModels']=_0x1057c4['chatModels'],this['id']=_0x1057c4['conversationId'],this['isFromHistory']=_0x1057c4['isFromHistory'];}async['init'](_0x1d95e5){try{this['chatContext']=new Ms({'connector':this['connector'],'config':_0x1d95e5,'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 _0x137e2c=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x137e2c});const _0x4ba210=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x4ba210&&await this['setModel'](_0x4ba210);}catch(_0x2e0d89){const _0x56c3ab=new at('ai-chat-conversation-init-failed',null,{'message':_0x2e0d89['message']||_0x2e0d89});_0x56c3ab['stack']=_0x2e0d89['stack'],this['fire']('error',{'error':_0x56c3ab});}}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:_0x5263ed}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x5263ed,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x3e9469){const _0x30136f=new at('ai-chat-conversation-start-failed',null,{'message':_0x3e9469['message'],'conversationId':this['id']});throw _0x30136f['stack']=_0x3e9469['stack'],this['fire']('error',{'error':_0x30136f}),_0x30136f;}}async['load'](_0x360fd1,_0x2f4714){try{const _0x511558=await this['connector']['fetchConversation'](_0x360fd1)['getConversation'](),_0x4f9865=await this['connector']['fetchConversationMessages'](_0x360fd1)['getMessages'](),_0x3ed23b=_0x4f9865[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x511558['id'],'title'in _0x511558?this['fire']('setConversationTitle',_0x511558['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x25f907=(await this['chatModels']['getAll']())['find'](_0x323db9=>_0x323db9['id']['toLowerCase']()===_0x3ed23b['toLowerCase']());return this['selectedModel']=_0x25f907,this['fire']('modelSelected',{'selectedModel':_0x25f907,'isDisabled':!0x0}),await this['_processMessagesToInteractions'](_0x4f9865,_0x2f4714,_0x3ed23b),this['currentInteraction']=void 0x0,this;}catch(_0x2ad24c){const _0x4e9883=new at('ai-chat-conversation-init-from-id-failed',null,{'message':_0x2ad24c['message'],'conversationId':_0x360fd1});throw _0x4e9883['stack']=_0x2ad24c['stack'],this['fire']('error',{'error':_0x4e9883}),_0x4e9883;}}async['_processMessagesToInteractions'](_0x53af23,_0xed6caf,_0x3153a4){let _0x43fb82,_0x414156=!0x1;for(const _0x45b499 of _0x53af23)if('user'===_0x45b499['role']){const {contextItems:_0x1d28d5,hasUnmatched:_0x1508b4}=await this['_extractContextItems'](_0x45b499);_0x414156=_0x1508b4;const _0x27fee5={'isReasoningEnabled':Object['hasOwn'](_0x45b499['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x45b499['capabilities'],'webSearch')};_0x43fb82=this['createInteraction']({'userMessage':_0x45b499['prompt'],'contextItems':_0x1d28d5,'capabilities':_0x27fee5,'modelId':_0x3153a4,'attributes':_0x45b499['attributes']}),this['currentInteraction']=_0x43fb82,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x45b499['role']&&_0x43fb82){const _0x19d3c1=[];for(const _0xb99c7b of _0x45b499['content'])switch(_0xb99c7b['type']){case'text':case'modification':{const _0x2a7a15=_0x43fb82['getDocumentContext'](),_0x5a1805=(_0x2a7a15?.['documents']?.['length']?_0x2a7a15['documents']['some'](_0x187cd8=>_0x187cd8['sessionId']!==_0xed6caf):_0x2a7a15?.['sessionId']!==_0xed6caf)||_0x414156;_0x43fb82['currentReply']?.['type']!==_0xb99c7b['type']&&(_0x43fb82['currentReply']=_0x43fb82['createReply']({'type':_0xb99c7b['type'],'isDone':!0x0,'interactionId':_0x43fb82['id'],'areActionsDisabled':_0x5a1805,'isFromHistory':!0x0}),_0x19d3c1['length']>0x0&&(_0x43fb82['currentReply']['sources']=_0x19d3c1['splice'](0x0))),_0x43fb82['currentReply']['appendContent'](_0xb99c7b['content']);break;}case'url':_0x19d3c1['push'](_0xb99c7b);break;case'mcp-tool-result':{const {data:_0x4e700b,attributes:_0x1f48b}=JSON['parse'](_0xb99c7b['content']);_0x43fb82['_handleToolResultData']({'toolName':_0xb99c7b['toolName'],'data':_0x4e700b,'attributes':_0x1f48b});break;}}}}}async['_extractContextItems'](_0x95f452){const _0x2d1744=new Map();if(!_0x95f452['content'])return{'contextItems':_0x2d1744,'hasUnmatched':!0x1};const _0x487b7a=this['_resolveEditors'](),{contextItem:_0x646e16,hasUnmatched:_0x1f05b8}=await this['chatContext']['populateDocumentsFromUserMessage'](_0x95f452['content'],_0x487b7a);_0x646e16&&_0x2d1744['set'](_0x646e16['id'],_0x646e16);for(const _0x1c625f of _0x95f452['content']){if('document'===_0x1c625f['type'])continue;const _0x1a4998=await this['chatContext']['populateFromMessage'](_0x1c625f);_0x1a4998&&_0x2d1744['set'](_0x1a4998['id'],_0x1a4998);}return{'contextItems':_0x2d1744,'hasUnmatched':_0x1f05b8};}['_resolveEditors'](){return this['options']['getEditors']?this['options']['getEditors']():this['options']['getEditor']?[this['options']['getEditor']()]:[];}async['handleUserInteraction']({userMessage:_0x54238b,attributes:_0x28a82}){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 _0xcf6123=this['chatContext']['getPendingContextItems'](),_0x40ad68=this['chatCapabilities']['getCapabilitiesConfig'](),_0x2fa99c=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x54238b,'contextItems':_0xcf6123,'capabilities':_0x40ad68,'modelId':_0x2fa99c,'attributes':_0x28a82}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x14bdea){if(_0x14bdea instanceof at)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x14bdea});else{const _0xfe0b9=Ps['get'](_0x14bdea['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new at(_0xfe0b9,null,{'error':_0x14bdea})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x4c862d,contextItems:_0x5bc1fd,capabilities:_0x237df8,modelId:_0x4d1a6c,attributes:_0x3ae1c4}){const _0x580406=new Bs({'userMessage':_0x4c862d,'contextItems':_0x5bc1fd,'capabilities':_0x237df8,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x4d1a6c,'attributes':_0x3ae1c4});return _0x580406['delegate'](...Ls)['to'](this),this['interactions']['push'](_0x580406),this['fire']('interactionCreated',_0x580406),_0x580406;}['getInteraction'](_0x4d65cb){return this['interactions']['find'](_0x3944fd=>_0x3944fd['id']===_0x4d65cb);}['removeInteraction'](_0x4eef1a){const _0x10e8e0=this['getInteraction'](_0x4eef1a);_0x10e8e0&&(_0x10e8e0['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x10e8e0),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['addCurrentDocumentToContext'](_0x529bc3){this['chatContext']['addCurrentDocumentToContext'](_0x529bc3);}async['updateCurrentDocumentInContext']({content:_0x1ffa71,version:_0x5470c4,sessionId:_0x44c9d2,selections:_0x428c14}){await this['chatContext']['updateCurrentDocument'](_0x1ffa71,_0x5470c4,_0x44c9d2,_0x428c14);}async['updateDocumentsInContext'](_0x535499){await this['chatContext']['updateDocuments'](_0x535499);}['getSourceByDataId'](_0x2ce55a){return this['chatContext']['getSourceByDataId'](_0x2ce55a);}['getDocumentContextSliceByDataId'](_0x4afce3){return this['chatContext']['getDocumentContextSliceByDataId'](_0x4afce3);}['getCurrentDocumentContext'](){return this['currentInteraction']?.['getDocumentContext']()?.['content']||'';}['addSelectionToContext'](_0x74e529){this['chatContext']['addSelectionToContext'](_0x74e529);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x5c4e4b){this['chatContext']['addFilesToContext'](_0x5c4e4b);}['addUrlToContext'](_0x2ab23e){this['chatContext']['addUrlToContext'](_0x2ab23e);}['addToolItemToContext'](_0x371435){this['chatContext']['addToolItemToContext'](_0x371435);}['addResourceToContext'](_0xa10645,_0x131f47){this['chatContext']['addResourceToContext'](_0xa10645,_0x131f47);}['loadSourceResources'](_0x301708,_0x26d71e,_0xcb159d){return this['chatContext']['loadSourceResources'](_0x301708,_0x26d71e,_0xcb159d);}['removeFromContext'](_0x5b9b23){this['chatContext']['removeFromContext'](_0x5b9b23);}['setWebSearch'](_0x211edf){this['chatCapabilities']['setWebSearch'](_0x211edf);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x326b80){this['chatCapabilities']['setReasoning'](_0x326b80);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}async['setModel'](_0x4d45a9){_0x4d45a9?!0x1===await this['chatModels']['isAvailable'](_0x4d45a9)&&(It('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x4d45a9}),_0x4d45a9=(await this['chatModels']['getAvailableModels']())[0x0]):(It('ai-chat-conversation-set-model-null',{'conversation':this}),_0x4d45a9=(await this['chatModels']['getAvailableModels']())[0x0]),_0x4d45a9['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x4d45a9,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x4d45a9}));}}class Fs extends Tt(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x2df42f,config:_0x434d5f,locale:_0x1108db}){super(),this['_connector']=_0x2df42f,this['_config']=_0x434d5f,this['_locale']=_0x1108db;}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 _0x1e65c0=await this['getAll']();let _0x194798;return _0x194798=this['_availableModels']?this['_filterModels'](_0x1e65c0,this['_availableModels']):_0x1e65c0['filter'](_0x5bc48e=>_0x5bc48e['recommended']),_0x194798;}async['getModel'](_0x4e35fd){const _0x5b5179=await this['getAll']();if(!_0x5b5179['length'])return null;if(_0x4e35fd){const _0x67bc90=this['_getModelById'](_0x5b5179,_0x4e35fd);if(_0x67bc90)return _0x67bc90;It('ai-chat-model-id-unrecognized',{'modelId':_0x4e35fd,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x5b654a=await this['getAvailableModels']();if(!_0x5b654a['length'])return null;if(this['_defaultModelId']){const _0xf11ced=this['_getModelById'](_0x5b654a,this['_defaultModelId']);if(_0xf11ced)return _0xf11ced;It('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x5b654a[0x0]['id']});}return _0x5b654a[0x0];}async['isAvailable'](_0x12a904){return(await this['getAvailableModels']())['some'](_0x2328fe=>_0x2328fe['name']===_0x12a904['name']&&_0x2328fe['provider']===_0x12a904['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x3292a6=this['_locale']['uiLanguage']||'en',_0x3f1e04=this['_connector']['getModels'](_0x3292a6),_0x53754a=await _0x3f1e04['list']();this['_modelList']=_0x53754a['items']['map'](_0x433583=>Ks(_0x433583)?{..._0x433583,'name':hs(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x433583);}catch(_0x22b36e){throw Et('ai-models-unable-to-retrieve',{'error':_0x22b36e}),_0x22b36e;}return[...this['_modelList']];}['_filterModels'](_0xad2a04,_0x34054f){let _0x31796c;if(_0x34054f){_0x31796c=[];const _0x1c200=new Set(),_0x4b7d7f='string'==typeof _0x34054f?[_0x34054f['toLocaleLowerCase']()]:_0x34054f['map'](_0x31a070=>_0x31a070['toLocaleLowerCase']());for(const _0x2088f7 of _0x4b7d7f)for(const _0x3a4425 of _0xad2a04)!_0x1c200['has'](_0x3a4425['id'])&&this['_isMatchingFilter'](_0x3a4425,_0x2088f7)&&(_0x31796c['push'](_0x3a4425),_0x1c200['add'](_0x3a4425['id']));}else _0x31796c=_0xad2a04;return _0x31796c;}['_isMatchingFilter'](_0x43ec1b,_0x5462db){const _0x5152fe=_0x43ec1b['id']['toLocaleLowerCase'](),_0x46508b=_0x43ec1b['name']['toLocaleLowerCase'](),_0x2bb37d=_0x43ec1b['provider']['toLocaleLowerCase']();return _0x5152fe===_0x5462db||_0x46508b===_0x5462db||Ks(_0x43ec1b)&&'auto'===_0x5462db||_0x2bb37d===_0x5462db||_0x5152fe['startsWith'](_0x5462db);}['_getModelById'](_0x330adc,_0xe2ec2c){return _0x330adc['find'](_0x2c802b=>Ks(_0x2c802b)&&'auto'===_0xe2ec2c?_0x2c802b:_0x2c802b['id']===_0xe2ec2c)||null;}}function Ks(_0x29ae45){return _0x29ae45['id']['startsWith']('agent');}function Ws(_0x432e35){return _0x432e35?_0x432e35 instanceof _0x123c85?[_0x432e35]:_0x432e35['editors']&&0x0!==_0x432e35['editors']['length']?Array['from'](_0x432e35['editors']):[]:[];}function Ys(_0x29e50e){const _0x3ba284=Ws(_0x29e50e);if(!_0x3ba284['length'])throw new at('ai-get-editor-from-context-no-editor');if(0x1===_0x3ba284['length'])return _0x3ba284[0x0];const _0x8c7b78=_0x3ba284['find'](_0x266897=>_0x266897['ui']?.['focusTracker']?.['isFocused']);if(_0x8c7b78)return _0x8c7b78;const _0x2a4a82=function(_0x41175e){if(_0x41175e instanceof _0x123c85)return;const _0x3fa56e=_0x41175e;if(!_0x3fa56e['plugins']||!_0x3fa56e['plugins']['has']('AIEditing'))return;const _0x22f2b3=_0x3fa56e['plugins']['get']('AIEditing');return _0x22f2b3['getLastContentFocusedEditor']?.();}(_0x29e50e);return _0x2a4a82&&_0x3ba284['includes'](_0x2a4a82)?_0x2a4a82:_0x3ba284[0x0];}function $s(_0x46ae63){return Ys(_0x46ae63);}function qs({editor:_0x4b6584,interaction:_0x40f8a3,reply:_0x4c2c56,groups:_0x1668e7,transform:_0x2f129e,documentCompare:_0x30355e,documentCompareOptions:_0x57ff44,documentContextSlice:_0x3669b}){const _0x292316=_0x40f8a3['getDocumentContext']();if(!_0x292316)return[];const _0x1daf90=_0x4c2c56['documentContextContent']['cloneNode'](!0x0);for(const {changes:_0x1066ca}of _0x1668e7){const _0x3a56aa=_0x1066ca['filter'](_0x441ab4=>'new'!=_0x441ab4['type'])['map'](_0x20e241=>As('data-id',_0x20e241['id'],_0x1daf90)),_0x3c60e5=_0x1066ca['filter'](_0x4d6574=>'removed'!=_0x4d6574['type'])['map'](_0x5c509e=>_0x5c509e['node']['cloneNode'](!0x0));let _0x1ebddf=null;if(_0x3a56aa['length']){_0x1ebddf=_0x3a56aa[0x0]['previousSibling'];for(let _0x4a254d=0x0;_0x4a254d<_0x3a56aa['length'];_0x4a254d++)_0x1085d4(_0x3a56aa[_0x4a254d]);}if(_0x3c60e5['length']){_0x1ebddf||(_0x1066ca[0x0]['anchorId']?_0x1ebddf=As('data-id',_0x1066ca[0x0]['anchorId'],_0x1daf90):(_0x1ebddf=_0x3c60e5['shift'](),_0x4778fe(_0x1daf90,_0x1ebddf)));for(let _0x208b04=0x0;_0x208b04<_0x3c60e5['length'];_0x208b04++)_0x1e8db8(_0x1ebddf,_0x3c60e5[_0x208b04]),_0x1ebddf=_0x3c60e5[_0x208b04];}}let _0x1b8580,_0x54c042,_0x3402cf,_0x5bf97a=_0x57ff44;if(_0x3669b){_0x1b8580=_0x3669b['html'],_0x3402cf=_0x3669b['version'],_0x5bf97a={..._0x57ff44,'anchor':_0x3669b['rootName']};const _0x2f8172=new _0x553b91([]),_0x276ec8=_0x1daf90['children'],_0x31146a=_0x4c2c56['dataIdDocumentSources'],_0x5675cd=_0x4c2c56['newNodeAnchorIds'],_0x23f20f=_0x3669b['editor'],_0x48aa31=_0x3669b['rootName'],_0x262657=new Array(_0x276ec8['length']),_0x47f3dd=_0x51e86d=>_0x51e86d?_0x51e86d['editor']===_0x23f20f&&_0x51e86d['rootName']===_0x48aa31:void 0x0;for(let _0x3b300b=0x0;_0x3b300b<_0x276ec8['length'];_0x3b300b++){const _0x4e0a2c=Es(_0x276ec8[_0x3b300b],'data-id');if(!_0x4e0a2c)continue;const _0xee6494=_0x47f3dd(_0x31146a?.['get'](_0x4e0a2c));if(void 0x0!==_0xee6494){_0x262657[_0x3b300b]=_0xee6494;continue;}const _0x1a40f0=_0x5675cd['get'](_0x4e0a2c),_0xea31f9=_0x1a40f0?_0x47f3dd(_0x31146a?.['get'](_0x1a40f0)):void 0x0;void 0x0!==_0xea31f9&&(_0x262657[_0x3b300b]=_0xea31f9);}for(let _0x54c81d=0x0;_0x54c81d<_0x276ec8['length'];_0x54c81d++)if(void 0x0===_0x262657[_0x54c81d]){for(let _0x54a09f=_0x54c81d-0x1;_0x54a09f>=0x0;_0x54a09f--)if(void 0x0!==_0x262657[_0x54a09f]){_0x262657[_0x54c81d]=_0x262657[_0x54a09f];break;}if(void 0x0===_0x262657[_0x54c81d]){for(let _0x406a00=_0x54c81d+0x1;_0x406a00<_0x276ec8['length'];_0x406a00++)if(void 0x0!==_0x262657[_0x406a00]){_0x262657[_0x54c81d]=_0x262657[_0x406a00];break;}}}for(let _0x550eb8=0x0;_0x550eb8<_0x276ec8['length'];_0x550eb8++)_0x262657[_0x550eb8]&&_0x2f8172['children']['push'](_0x3eb68e(_0x276ec8[_0x550eb8],!0x0));_0x54c042=gs(_0x2f8172);}else _0x1b8580=_0x292316['content'],_0x3402cf=_0x292316['version'],_0x54c042=gs(_0x1daf90);const _0x207a61=_0x30355e['getDiff'](_0x1b8580,_0x54c042,{..._0x5bf97a,'targetEditor':_0x4b6584})['getOperations']();if(_0x2f129e){const _0x56f6fe=_0x4b6584['model']['document']['history']['getOperations'](_0x3402cf),_0x3ddc14={'document':_0x4b6584['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x469e64(_0x207a61,_0x56f6fe,_0x3ddc14)['operationsA'];}return _0x207a61;}function Qs(_0x2df372,_0xc6c2cf){if('marker'!=_0xc6c2cf['type'])return;const _0x1ba17d=_0x2df372['model']['markers']['get'](_0xc6c2cf['name']);_0x1ba17d&&(_0xc6c2cf['oldRange']=_0x1ba17d['getRange']());}class Xs extends _0x1c4dd1{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_aiChatBalloon'];['_activeBalloon'];['_wiredBalloons']=new Set();['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];static get['requires'](){return[as,_0x216072];}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 _0x5278fc=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x236b4e,_0x374277)=>{this['_handleUIUserMessage']({'message':_0x374277});}),this['listenTo'](_0x5278fc['view'],'change:activeTab',(_0x295373,_0x8624c5,_0x27d336)=>{'chat'!==_0x27d336&&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',(_0x37374b,_0x2a352f)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x2a352f));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x19fefc,_0x5334b2)=>{this['activeConversation']?.['addUrlToContext'](_0x5334b2);}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x10edb5,_0x135a29)=>{_0x135a29['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x10682a,_0x226763)=>{this['activeConversation']?.['addResourceToContext'](_0x226763['source'],_0x226763['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x46f2b8,_0x129714)=>{this['_removeFromContext'](_0x129714);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x28f8d6,_0x3a8cac)=>{this['activeConversation']?.['loadSourceResources'](_0x3a8cac['sourceId'],_0x3a8cac['query'],_0x3a8cac['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x4d87cd,_0x41d5d3)=>{this['activeConversation']?.['setModel'](_0x41d5d3);}),this['listenTo'](this['_aiChatUi'],'like',(_0x105a84,{replyId:_0x25e9b5})=>{console['log']('Liked\x20response',_0x25e9b5);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x44458d,{replyId:_0x4fea4c})=>{console['log']('Disliked\x20response',_0x4fea4c);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x7abeb0,_0x480d9b)=>{this['_insertSuggestion'](_0x480d9b);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0xae4a9,{replyId:_0x270c97,partIndex:_0x12225f})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x270c97,_0x12225f);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x1082ee,{replyId:_0x3d5489,partIndex:_0x483053})=>{const _0xbb72ad=this['_getDocumentRangeForReplyChanges'](_0x3d5489,_0x483053);_0xbb72ad&&'$graveyard'!=_0xbb72ad['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'ranges':[_0xbb72ad['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x5011d8,_0x20f048)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0x20f048);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x5135a6,{replyId:_0x22a194,showDiff:_0x35a4b1})=>{const {reply:_0x75430c}=this['getInteractionAndReplyById'](_0x22a194),_0x4696da=_0x75430c['getContentParts']({'showDiff':_0x35a4b1,'editor':$s(this['context'])});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x75430c['id'],'parts':_0x4696da});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x4e159c,{replyId:_0xc460b0,partIndex:_0x199b9c})=>{this['_rejectSuggestion']({'replyId':_0xc460b0,'partIndex':_0x199b9c}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['context']['plugins']['has']('AIChatBalloon')&&(this['_aiChatBalloon']=this['context']['plugins']['get']('AIChatBalloon')),this['on']('interactionCreated',(_0x2fe511,_0x4c3961)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x4c3961);}),this['on']('replyCreated',(_0x4b3ed2,_0x2c74db)=>{this['_addFeedItemReply'](_0x2c74db);});}async['afterInit'](){this['context']instanceof _0x123c85?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x209687,_0x34ea3d)=>{_0x34ea3d['on']('ready',()=>{this['_integrateEditor'](_0x34ea3d);});});const _0x3616c4=this['context']['config']['get']('ai.chat.initialConversation');let _0x5033ea=_0x3616c4;if('lastCreated'!=_0x3616c4||(_0x5033ea=await this['_getLastCreatedConversationId'](),_0x5033ea))return'new'==_0x5033ea?this['_startConversationSafely']():this['loadConversation'](_0x5033ea);}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x3d345a){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'](_0x3d345a)['getConversation'](),await this['_startConversationSafely']({'id':_0x3d345a}),this['_updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0x3d345a,this['_aiEditing']['sessionId']),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x44313b){this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x3d345a}),this['_logError'](new at('ai-chat-conversation-not-found',this,{'error':_0x44313b}));}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x47b331){let _0x3fd114=null,_0x4c3a7f=null;this['on']('toolDataReceived',(_0xe52357,_0xb31d11,_0x5b5ae1)=>{_0x5b5ae1['id']!==_0x3fd114&&(_0x3fd114=_0x5b5ae1['id'],_0x4c3a7f=this['_getAIChatFeedAPI'](_0x5b5ae1)),_0x47b331(_0xb31d11,_0x4c3a7f);});}['addCurrentDocumentToChatContext'](){this['activeConversation']?.['addCurrentDocumentToContext'](hs(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](){const _0x256c0c=this['_aiEditing']['getSelectionText']();this['activeConversation']?.['addSelectionToContext'](_0x256c0c),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0x5dbbf1){await this['_startConversationSafely']({'modelId':_0x5dbbf1?.['modelId']});}async['sendMessage'](_0x427396){await this['_handleUIUserMessage'](_0x427396);}['getGroupId'](){const _0x455af4=this['context']['config']['get']('collaboration.channelId');if(!_0x455af4)throw new at('ai-chat-missing-channel-id',this);return _0x455af4;}['_handleRemovedConversation'](_0x31b8ec){this['activeConversation']['id']===_0x31b8ec&&this['_startConversationSafely']();}['_insertSuggestion'](_0xc67a51){const _0x509c82=this['context']['plugins']['get']('DocumentCompare'),{reply:_0x3507df,interaction:_0x4ee375}=this['getInteractionAndReplyById'](_0xc67a51['replyId']),_0x2996d6=void 0x0!==_0xc67a51['partIndex']?[_0x3507df['changeGroups'][_0xc67a51['partIndex']]]:_0x3507df['changeGroups']['filter'](_0xf759ae=>'pending'==_0xf759ae['state']);for(const _0x845eee of this['_groupChangesByTarget'](_0x3507df,_0x2996d6)){const {target:_0x383669,groups:_0x5b4c04,groupsIndexes:_0x22cb8e,slice:_0x45820e}=_0x845eee;if(!_0x383669['editor']['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',null);const _0x5567df=this['_getDocumentRangeForReplyChanges'](_0xc67a51['replyId'],_0x22cb8e[0x0]);if(!_0x5567df||'$graveyard'==_0x5567df['range']['root']['rootName']){_0x22cb8e['forEach'](_0x55037d=>_0x3507df['setChangeGroupState'](_0x55037d,'outdated'));continue;}_0x22cb8e['forEach'](_0x4f7618=>_0x3507df['setChangeGroupState'](_0x4f7618,'accepted'));const _0x22e960=qs({'editor':_0x383669['editor'],'reply':_0x3507df,'interaction':_0x4ee375,'groups':_0x5b4c04,'transform':!0x0,'documentCompare':_0x509c82,'documentCompareOptions':{'anchor':_0x45820e?.['rootName']??'main','markDeletions':!0x0},'documentContextSlice':_0x45820e});let _0x4e5588;this['_scrollToSuggestionRange'](_0x5567df['range'],!0x1,_0x383669['editor']),_0x383669['editor']['model']['change'](_0x1d0cd0=>{_0x4e5588=_0x1d0cd0['batch'],_0x383669['editor']['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x22e960),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x4e5588,{'interactionId':_0x4ee375['id'],'replyId':_0x3507df['id'],'indexes':_0x22cb8e['slice']()});}this['_updateRatings'](_0x3507df);}['_applySuggestion'](_0x2bc30b){const _0x57babf=this['context']['plugins']['get'](_0x216072),{reply:_0x3a9b84,interaction:_0x536201}=this['getInteractionAndReplyById'](_0x2bc30b['replyId']),_0x41b1a0=void 0x0!==_0x2bc30b['partIndex']?[_0x3a9b84['changeGroups'][_0x2bc30b['partIndex']]]:_0x3a9b84['changeGroups']['filter'](_0x31eb1b=>'pending'==_0x31eb1b['state']);for(const _0x3e6dd3 of this['_groupChangesByTarget'](_0x3a9b84,_0x41b1a0)){const {target:_0x557c3b,groups:_0x1a7d8c,groupsIndexes:_0x5bc36c,slice:_0x59801f}=_0x3e6dd3,_0x4421cf=this['_getDocumentRangeForReplyChanges'](_0x2bc30b['replyId'],_0x5bc36c[0x0]);if(!_0x4421cf||'$graveyard'==_0x4421cf['range']['root']['rootName']){_0x5bc36c['forEach'](_0x1cc5cb=>_0x3a9b84['setChangeGroupState'](_0x1cc5cb,'outdated'));continue;}_0x5bc36c['forEach'](_0x5ae0ea=>_0x3a9b84['setChangeGroupState'](_0x5ae0ea,'accepted'));const _0x15128f=qs({'editor':_0x557c3b['editor'],'reply':_0x3a9b84,'interaction':_0x536201,'groups':_0x1a7d8c,'transform':!0x0,'documentCompare':_0x57babf,'documentCompareOptions':{'anchor':_0x59801f?.['rootName']??'main','markDeletions':!0x1},'documentContextSlice':_0x59801f});let _0x41913e;this['_scrollToSuggestionRange'](_0x4421cf['range'],!0x1,_0x557c3b['editor']),_0x557c3b['editor']['model']['change'](_0x1852a4=>{_0x41913e=_0x1852a4['batch'];for(const _0x41e0eb of _0x15128f)_0x41e0eb['baseVersion']=_0x557c3b['editor']['model']['document']['version'],Qs(_0x557c3b['editor'],_0x41e0eb),_0x1852a4['batch']['addOperation'](_0x41e0eb),_0x557c3b['editor']['model']['applyOperation'](_0x41e0eb);}),this['_batchToChanges']['set'](_0x41913e,{'interactionId':_0x536201['id'],'replyId':_0x3a9b84['id'],'indexes':_0x5bc36c['slice']()});}this['_updateRatings'](_0x3a9b84);}['_rejectSuggestion'](_0x34baca){const {reply:_0x4c7c10}=this['getInteractionAndReplyById'](_0x34baca['replyId']);_0x4c7c10['setChangeGroupState'](_0x34baca['partIndex'],'rejected');}['_openBalloonFor'](_0x23f8fd,_0x208ba1){if(!this['_aiChatBalloon'])return;const {reply:_0x16757d}=this['getInteractionAndReplyById'](_0x23f8fd),_0x26dfbd=_0x16757d['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'editor':$s(this['context'])});let _0x415dfb,_0x2a9592;if(void 0x0!==_0x208ba1?(_0x2a9592=_0x26dfbd['find'](_0x469a0f=>_0x469a0f['index']==_0x208ba1),_0x415dfb=_0x2a9592?.['index']):(_0x2a9592=_0x26dfbd[0x0],_0x415dfb=_0x2a9592['index']),this['_currentPreviewedChangeGroup']?.['replyId']==_0x23f8fd&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x415dfb)return;const _0x2c7fa8=this['_getUserPresentableContentPartDocumentRange'](_0x23f8fd,_0x16757d,_0x2a9592),_0x1b9d70=_0x16757d['changeGroups']['find'](_0x1ca92e=>_0x1ca92e['index']==_0x415dfb),_0x32ca73=_0x1b9d70?this['_resolveGroupTarget'](_0x16757d,_0x1b9d70):null,_0x527cc7=_0x32ca73?.['editor']??$s(this['context']),_0x4b9cc3=_0x527cc7['plugins']['has']('AIChatBalloon')?_0x527cc7['plugins']['get']('AIChatBalloon'):this['_aiChatBalloon'];if(this['_activeBalloon']&&this['_activeBalloon']!==_0x4b9cc3&&this['_activeBalloon']['close'](),!_0x2c7fa8)return _0x4b9cc3['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x4b9cc3,this['_currentPreviewedChangeGroup']={'replyId':_0x23f8fd,'partIndex':_0x415dfb},this['_scrollToSuggestionRange'](_0x2c7fa8,!0x0,_0x527cc7);const _0x2ab5a2=this['_getPresentableSiblingContentPartIndex'](_0x23f8fd,_0x415dfb,'next');_0x4b9cc3['updateContent']({'part':_0x2a9592,'renderingStrategy':'static'}),_0x4b9cc3['open']({'index':_0x415dfb,'title':hs(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x415dfb+0x1)['toString']()),'showRotator':null!==_0x2ab5a2,'ranges':[_0x2c7fa8],'areActionsDisabled':_0x16757d['areActionsDisabled'],'targetEditor':_0x527cc7}),_0x4b9cc3['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x23f8fd,_0x415dfb),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x23f8fd,'index':_0x415dfb,'isActive':!0x0});}['_getPresentableSiblingContentPartIndex'](_0x4e8250,_0x42838,_0x2386a0){const {reply:_0x1fe026}=this['getInteractionAndReplyById'](_0x4e8250),_0x523967=_0x1fe026['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'editor':$s(this['context'])});if(0x1==_0x523967['length'])return null;const _0x2e2199=_0x523967['findIndex'](_0x1637de=>_0x1637de['index']==_0x42838),_0x1042fc='next'==_0x2386a0?0x1:-0x1;let _0x558f57=_0x523967['at']((_0x2e2199+_0x1042fc)%_0x523967['length'])['index'],_0x23a275=_0x523967[_0x558f57];for(;!this['_getUserPresentableContentPartDocumentRange'](_0x4e8250,_0x1fe026,_0x23a275);){if(_0x558f57=_0x523967['at']((_0x558f57+_0x1042fc)%_0x523967['length'])['index'],_0x558f57===_0x2e2199)return null;_0x23a275=_0x523967[_0x558f57];}return _0x558f57;}['_getUserPresentableContentPartDocumentRange'](_0x429893,_0x445838,_0x2fba1d){const _0x4ae7cd=_0x445838['changeGroups'];if(!_0x2fba1d['hasChanges'])return null;const _0x4ef350=_0x4ae7cd['find'](_0x42cc76=>_0x42cc76['index']==_0x2fba1d['index']);if('pending'!==_0x4ef350?.['state'])return null;const _0xc99cd7=this['_getDocumentRangeForReplyChanges'](_0x429893,_0x2fba1d['index']);if(!_0xc99cd7)return _0x445838['setChangeGroupState'](_0x2fba1d['index'],'outdated'),null;const {range:_0x57bd6a,currentIndex:_0x36d622}=_0xc99cd7;return'$graveyard'==_0x57bd6a['root']['rootName']?(_0x445838['setChangeGroupState'](_0x36d622,'outdated'),null):_0xc99cd7['range'];}['_getDocumentRangeForReplyChanges'](_0x52c2c8,_0x34366a){const {reply:_0x131b4e}=this['getInteractionAndReplyById'](_0x52c2c8),_0x27cb9c=_0x131b4e['changeGroups']['filter'](_0x4580e6=>'pending'==_0x4580e6['state']),_0x2350c7=_0x27cb9c['map'](_0xc7bf19=>_0x131b4e['changeGroups']['indexOf'](_0xc7bf19));void 0x0===_0x34366a&&(_0x34366a=_0x2350c7[0x0]);const _0x389a46=_0x2350c7['indexOf'](_0x34366a);if(-0x1==_0x389a46)return null;const _0x5af5c2=_0x27cb9c[_0x389a46],_0xc4b144=this['_resolveGroupTarget'](_0x131b4e,_0x5af5c2);if(!_0xc4b144)return null;const {editor:_0x28d1f3,root:_0x218e28,parsedDocumentContent:_0x25f813,serializedDocumentContent:_0x5b3b9f,version:_0x466e7c}=_0xc4b144,_0x3e3e68=new _0x553b91([]),_0x988dec=new _0x553b91([]);for(const _0x466ec2 of _0x5af5c2['changes']){const _0x1fd633=this['activeConversation']?.['getSourceByDataId'](_0x466ec2['id']);if((!_0x1fd633||_0x1fd633['editor']===_0xc4b144['editor']&&_0x1fd633['rootName']===_0xc4b144['root']['rootName'])&&('removed'!=_0x466ec2['type']&&_0x988dec['children']['push'](_0x466ec2['node']['cloneNode'](!0x0)),'new'!=_0x466ec2['type'])){const _0x74c92f=_0xa32e9a(_0x297fbd=>Es(_0x297fbd,'data-id')==_0x466ec2['id'],_0x25f813,!0x0);if(!_0x74c92f)return null;_0x3e3e68['children']['push'](_0x74c92f['cloneNode'](!0x0));}}if(0x0==_0x3e3e68['children']['length']){if(_0x5af5c2['changes'][0x0]['anchorId']){const _0x5dc8ac=As('data-id',_0x5af5c2['changes'][0x0]['anchorId'],_0x25f813);_0x3e3e68['children']['unshift'](_0x5dc8ac['cloneNode'](!0x0)),_0x988dec['children']['unshift'](_0x5dc8ac['cloneNode'](!0x0)),_0x5dc8ac['nextSibling']&&(_0x3e3e68['children']['push'](_0x5dc8ac['nextSibling']['cloneNode'](!0x0)),_0x988dec['children']['push'](_0x5dc8ac['nextSibling']['cloneNode'](!0x0)));}else{const _0x4ccb55=_0x25f813['children'][0x0];if(!_0x4ccb55)return null;_0x3e3e68['children']['push'](_0x4ccb55['cloneNode'](!0x0)),_0x988dec['children']['push'](_0x4ccb55['cloneNode'](!0x0));}}const _0x232179=_0x28d1f3['data']['parse'](_0x5b3b9f),_0x24fe40=gs(_0x3e3e68),_0x4b7958=_0x28d1f3['data']['parse'](_0x24fe40),_0x16c961=_0x28d1f3['data']['parse'](_0x24fe40),_0x55e3b9=_0x28d1f3['model']['createPositionAt'](_0x4b7958,0x0),_0x1ca8ba=gs(_0x988dec),_0x34a09c={'targetEditor':_0x28d1f3,'anchor':_0x55e3b9,'markDeletions':!0x1},_0x19957a=_0x28d1f3['plugins']['get'](_0x216072)['getDiff'](_0x24fe40,_0x1ca8ba,_0x34a09c)['getOperations']();if(!_0x19957a['length'])return null;_0x28d1f3['model']['change'](_0x4fb3bc=>{for(const _0x3e7da7 of _0x19957a)if('remove'==_0x3e7da7['type']){const _0x4ebe0c=_0x3e7da7['sourcePosition'],_0x338995=_0x3e7da7['howMany'],_0x3cf7f0=new _0x4178fd(_0x4ebe0c,_0x338995);_0x4fb3bc['batch']['addOperation'](_0x3cf7f0),_0x28d1f3['model']['applyOperation'](_0x3cf7f0);}else'marker'!==_0x3e7da7['type']&&(_0x3e7da7['baseVersion']=null,_0x3e7da7['isDocumentOperation']=!0x1,_0x4fb3bc['batch']['addOperation'](_0x3e7da7),_0x28d1f3['model']['applyOperation'](_0x3e7da7));});const _0x2c7503=ks(_0x28d1f3,_0x19957a,_0x4b7958);Ns(_0x28d1f3['model'],_0x2c7503);const _0x10f5f9=_0x2c7503['getFirstRange']()['start']['path']['slice'](),_0x2881fd=_0x2c7503['getFirstRange']()['end']['path']['slice'](),_0x2813da=[];let _0x2c96d5=_0x4b7958,_0x3f4933=_0x16c961;for(let _0x320624=0x0;_0x320624<_0x2881fd['length'];_0x320624++){const _0x18d309=_0x2c96d5['maxOffset']-_0x2881fd[_0x320624];_0x2813da[_0x320624]=_0x3f4933['maxOffset']-_0x18d309,_0x2c96d5=_0x2c96d5['getChildAtOffset'](_0x2881fd[_0x320624]),_0x3f4933=_0x3f4933['getChildAtOffset'](_0x2813da[_0x320624]);}const _0x39a40b=_0x28d1f3['model']['createRange'](_0x28d1f3['model']['createPositionFromPath'](_0x16c961,_0x10f5f9),_0x28d1f3['model']['createPositionFromPath'](_0x16c961,_0x2813da)),_0x22cd1b=_0x16c961['getChild'](0x0)['getAttribute'](_0xf976ed),_0x2b2d3f=Array['from'](_0x232179['getChildren']())['find'](_0x492c6a=>_0x492c6a['getAttribute'](_0xf976ed)==_0x22cd1b)['getPath'](),_0x2f5403=_0x39a40b['start']['path']['slice'](),_0x14845a=_0x39a40b['end']['path']['slice']();_0x2f5403[0x0]=_0x2b2d3f[0x0]+_0x2f5403[0x0],_0x14845a[0x0]=_0x2b2d3f[0x0]+_0x14845a[0x0];let _0x4a7491=_0x28d1f3['model']['createRange'](_0x28d1f3['model']['createPositionFromPath'](_0x218e28,_0x2f5403),_0x28d1f3['model']['createPositionFromPath'](_0x218e28,_0x14845a));const _0x4018ac=_0x28d1f3['model']['document']['history']['getOperations'](_0x466e7c);for(const _0x31595a of _0x4018ac)_0x4a7491=_0x17fab8['_createFromRanges'](_0x4a7491['getTransformedByOperation'](_0x31595a));return{'range':_0x4a7491,'currentIndex':_0x34366a};}['_integrateEditorBalloon'](_0x45e684){if(!_0x45e684['plugins']['has']('AIChatBalloon'))return;const _0x135385=_0x45e684['plugins']['get']('AIChatBalloon');this['_wiredBalloons']['has'](_0x135385)||(this['_wiredBalloons']['add'](_0x135385),this['_aiChatBalloon']||(this['_aiChatBalloon']=_0x135385),_0x135385['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x135385,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x540b4a,partIndex:_0x2ee42f}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x3926f5}=this['getInteractionAndReplyById'](_0x540b4a),_0x56d917=_0x3926f5['changeGroups']['find'](_0x3e8d41=>_0x3e8d41['index']===_0x2ee42f),_0x312127=_0x56d917?this['_resolveGroupTarget'](_0x3926f5,_0x56d917):null,_0x3c6f2f=_0x3926f5['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x2ee42f,'editor':_0x312127?.['editor']??$s(this['context'])});(this['_activeBalloon']??_0x135385)['updateContent']({'part':_0x3c6f2f[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x135385,'applySuggestion',()=>{const {replyId:_0x138a45,partIndex:_0x10a5fe}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x138a45,'partIndex':_0x10a5fe}),(this['_activeBalloon']??_0x135385)['setState']('accepted');}),this['listenTo'](_0x135385,'insertSuggestion',()=>{const {replyId:_0xf12a67,partIndex:_0x4260cd}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0xf12a67,'partIndex':_0x4260cd}),(this['_activeBalloon']??_0x135385)['setState']('accepted');}),this['listenTo'](_0x135385,'rejectSuggestion',()=>{const {replyId:_0x4cae3c,partIndex:_0x45cf52}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x4cae3c,'partIndex':_0x45cf52}),(this['_activeBalloon']??_0x135385)['setState']('rejected');}),this['listenTo'](_0x135385,'showNext',()=>{const {replyId:_0x5b257c,partIndex:_0x3adc22}=this['_currentPreviewedChangeGroup'],_0x98f8ff=this['_getPresentableSiblingContentPartIndex'](_0x5b257c,_0x3adc22,'next');null!==_0x98f8ff&&this['_openBalloonFor'](_0x5b257c,_0x98f8ff);}),this['listenTo'](_0x135385,'showPrevious',()=>{const {replyId:_0x3198fc,partIndex:_0x29bd5d}=this['_currentPreviewedChangeGroup'],_0x33ba0c=this['_getPresentableSiblingContentPartIndex'](_0x3198fc,_0x29bd5d,'previous');null!==_0x33ba0c&&this['_openBalloonFor'](_0x3198fc,_0x33ba0c);}),this['listenTo'](_0x135385,'dialogClosed',(_0x19f187,{id:_0xa41c84})=>{if('aiChatBalloon'!==_0xa41c84)return;const {replyId:_0x118aba,partIndex:_0x47e083}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x118aba,'index':_0x47e083,'isActive':!0x1}),this['_activeBalloon']===_0x135385&&(this['_activeBalloon']=void 0x0);}));}['_integrateEditor'](_0x19fa05){if(this['_integrateEditorBalloon'](_0x19fa05),_0x19fa05['plugins']['has']('Undo')){const _0x512314=_0x19fa05['commands']['get']('undo'),_0x1d20b5=_0x19fa05['commands']['get']('redo');this['listenTo'](_0x512314,'revert',(_0x5cd6fa,_0x499b9b,_0xa84e28)=>{const _0x476c5a=this['_batchToChanges']['get'](_0x499b9b);if(!_0x476c5a)return;const _0x5476e7=this['activeConversation']['getInteraction'](_0x476c5a['interactionId']),_0x4d26c5=_0x5476e7?.['getReply'](_0x476c5a['replyId']);this['_batchToChanges']['delete'](_0x499b9b),_0x5476e7&&_0x4d26c5&&(_0x476c5a['indexes']['forEach'](_0x3e2b68=>_0x4d26c5['setChangeGroupState'](_0x3e2b68,'pending')),this['_batchToChanges']['set'](_0xa84e28,_0x476c5a));}),this['listenTo'](_0x1d20b5,'revert',(_0x281223,_0x14b333,_0x3a22a5)=>{const _0x1ae3d1=this['_batchToChanges']['get'](_0x14b333);if(!_0x1ae3d1)return;const _0xb15b15=this['activeConversation']['getInteraction'](_0x1ae3d1['interactionId']),_0x466c63=_0xb15b15?.['getReply'](_0x1ae3d1['replyId']);this['_batchToChanges']['delete'](_0x14b333),_0xb15b15&&_0x466c63&&(_0x1ae3d1['indexes']['forEach'](_0x291d63=>_0x466c63['setChangeGroupState'](_0x291d63,'accepted')),this['_batchToChanges']['set'](_0x3a22a5,_0x1ae3d1));});}const _0x5a25bb=_0x19fa05['config']['get']('ai.chat.context');_0x5a25bb['alwaysAddSelection']&&_0x5a25bb['document']['enabled']&&this['listenTo'](_0x19fa05['model']['document']['selection'],'change:range',(_0x38f2e2,_0x3f4504)=>{if(!_0x3f4504['directChange'])return;'chat'===_0x19fa05['plugins']['get']('AITabs')['view']['activeTab']&&(_0x19fa05['model']['hasContent'](_0x19fa05['model']['document']['selection'])?this['addSelectionToChatContext']():this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x33ffa8=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x32f6dd=await _0x33ffa8['getConversations']();return _0x32f6dd['length']?_0x32f6dd[0x0]['id']:'new';}catch(_0x55fe9b){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':_0x55fe9b})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x5b43a7={}){try{this['_aiChatUi']['enableControls'](),await this['_handleStartConversation'](_0x5b43a7);}catch(_0x339dcf){this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x5b43a7['id']||ot()}),console['error'](_0x339dcf),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x2a812e,modelId:_0x4301f0}={}){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;let _0x30d941=_0x4301f0;_0x30d941||(_0x2a812e||!this['activeConversation']?_0x30d941=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x30d941=this['activeConversation']['selectedModel']['id'])),await this['_stopLastInteraction']();const _0x43cac7=this['getGroupId'](),_0x4f2e43=_0x2a812e||ot();let _0x228291;this['activeConversation']=new Gs({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x30d941,'conversationId':_0x4f2e43,'group':_0x43cac7,'getEditor':()=>$s(this['context']),'getEditors':()=>Ws(this['context']),'locale':this['context']['locale'],'isFromHistory':!!_0x2a812e}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['activeConversation']['on']('conversationInitialized',(_0x2f0228,_0x50327f)=>{this['_aiChatUi']['createConversation'](_0x50327f),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x2a812e||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['activeConversation']['on']('uploadProgressChanged',(_0x22570a,_0x4889eb)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x4889eb['isUploadInProgress']);}),this['activeConversation']['on']('webSearchStarted',()=>{const _0x1e519b=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x1e519b);}),this['activeConversation']['on']('reasoningStarted',()=>{const _0x490ee3=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x490ee3);}),this['activeConversation']['on']('webSearchFinished',(_0x3ac8a7,_0x230f64)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x230f64,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['activeConversation']['on']('reasoningFinished',(_0x247585,_0x1cc1bb)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x1cc1bb,{'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',(_0x37ff1c,_0x2cc7e9)=>{this['_aiChatUi']['removeFeedInteraction'](_0x2cc7e9['id']);}),this['activeConversation']['on']('setConversationTitle',(_0x2ac04c,_0x24b81d,_0x2020c)=>{this['_updateConversationTitle'](_0x24b81d,_0x2020c);}),this['activeConversation']['on']('replyContentUpdated',async(_0x337ca1,_0x51018a)=>{void 0x0!==_0x228291&&_0x228291!==_0x51018a['id']&&this['_updateReplyContentThrottled']['flush'](),_0x228291=_0x51018a['id'],await this['_updateReplyContentThrottled']({'reply':_0x51018a});}),this['activeConversation']['on']('replyChangeGroupStateUpdated',(_0x15b3ff,{reply:_0x2ae444,index:_0x3b30d1,state:_0x5e0ed7})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x2ae444['id'],'index':_0x3b30d1,'state':_0x5e0ed7}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x2ae444['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x3b30d1&&(this['_activeBalloon']??this['_aiChatBalloon'])?.['setState'](_0x5e0ed7);}),this['activeConversation']['on']('contextItemAdded',(_0x5b7e79,_0x2e535c)=>{if(this['_aiChatUi']['addContextItem'](_0x2e535c['contextItem'],_0x2e535c['isLoading']),'selection'===_0x2e535c['contextItem']['type']){const _0x491b12=[...$s(this['context'])['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'ranges':_0x491b12,'id':'context','priority':0x1});}}),this['activeConversation']['on']('contextItemRemoved',(_0x24b762,_0xfcd8c4)=>{this['_aiChatUi']['removeContextItem'](_0xfcd8c4['uiId']),'current-document'==_0xfcd8c4['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0xfcd8c4['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['activeConversation']['on']('contextItemLoadingEnded',(_0x3fcc4c,_0x6d72c1)=>{this['_aiChatUi']['setContextItemLoading'](_0x6d72c1['contextItem']['uiId'],_0x6d72c1['isLoading']);}),this['activeConversation']['on']('contextSent',(_0x57d2b1,_0x3013ab)=>{this['_aiChatUi']['setConversationContext'](_0x3013ab['contextItems']);}),this['activeConversation']['on']('addContextOptionsChanged',(_0x27b280,_0x3c772f)=>{this['_aiChatUi']['setAddContextOptions'](_0x3c772f['options']);}),this['activeConversation']['on']('sourceResourcesLoaded',(_0x109d71,_0x515b2d)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x515b2d['sourceId'],_0x515b2d['source'],_0x515b2d['resources'],_0x515b2d['uid']);}),this['activeConversation']['on']('resourceStateChanged',(_0x467a55,_0x3729a4)=>{this['_aiChatUi']['updateResourceState'](_0x3729a4['sourceId'],_0x3729a4['resourceId'],_0x3729a4['isInContext']);}),this['activeConversation']['on']('capabilitiesUpdated',(_0x38de29,_0x459057)=>{this['_aiChatUi']['updateCapabilities'](_0x459057);}),this['activeConversation']['on']('modelSelected',async(_0x97823a,_0x24b0af)=>{const _0x3704e7=(await this['_aiChatModels']['getAll']())['find'](_0x497487=>_0x497487['id']===_0x24b0af['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x3704e7,_0x24b0af['isDisabled']);}),this['activeConversation']['on']('error',(_0x3823c4,{error:_0x109356,interactionId:_0x3c325f,fileName:_0x2b5fa2,url:_0x1df2ae,sourceId:_0x23c3a5,sourceLabel:_0x14de44})=>{const _0x3fc576=_0x3c325f?_0x3c325f+':'+ot():ot();_0x109356['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':hs(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x3fc576}):_0x109356['message']['startsWith']('ai-chat-conversation-init-failed')||_0x109356['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x2b5fa2),'id':_0x3fc576}):_0x109356['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x1df2ae),'id':_0x3fc576}):_0x109356['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x3fc576}):_0x109356['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x3fc576}):_0x109356['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x23c3a5&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x23c3a5),this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x14de44||'source'),'id':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['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':_0x3fc576}),this['_logError'](_0x109356)):_0x109356['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':_0x3fc576}),this['_logError'](_0x109356)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':hs(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x3fc576}),this['_logError'](_0x109356));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x2a812e||await this['activeConversation']['start']();}async['_handleUIUserMessage']({message:_0x4f0866,attributes:_0xa47d15}){if(!this['activeConversation'])throw new at('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x2fd453=await this['_aiEditing']['getDocumentData']();_0x2fd453['length']>0x1?await this['activeConversation']['updateDocumentsInContext'](_0x2fd453):await this['activeConversation']['updateCurrentDocumentInContext'](_0x2fd453[0x0]);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x4f0866,'attributes':_0xa47d15});}['_logError'](_0x45c254){Et(_0x45c254['message']);}['_removeFromContext'](_0x3fec0b){this['activeConversation']?.['removeFromContext'](_0x3fec0b);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x43b246){const [_0x327901,_0x441bad]=_0x43b246['split'](':'),_0x2ee50c=this['activeConversation']['getInteraction'](_0x327901),_0x7ec487=_0x2ee50c['getReply'](_0x441bad);return{'interaction':_0x2ee50c,'reply':_0x7ec487};}['_resolveGroupTarget'](_0x2e0397,_0x5236a0){const _0x145b37=[..._0x5236a0['changes']['filter'](_0x2ad787=>'context'!==_0x2ad787['type']),..._0x5236a0['changes']['filter'](_0x32365=>'context'===_0x32365['type'])];for(const _0x2cef4d of _0x145b37){const _0x515c34=_0x2e0397['newNodeAnchorIds']['get'](_0x2cef4d['id']),_0x461bf0=this['activeConversation']?.['getSourceByDataId'](_0x2cef4d['id'])||this['activeConversation']?.['getSourceByDataId'](_0x515c34)||this['activeConversation']?.['getSourceByDataId'](_0x2cef4d['anchorId']??void 0x0);if(_0x461bf0){if('destroyed'===_0x461bf0['editor']['state'])return null;const _0x3042b8=_0x461bf0['editor']['model']['document']['getRoot'](_0x461bf0['rootName']);return _0x3042b8?{'editor':_0x461bf0['editor'],'root':_0x3042b8,'parsedDocumentContent':_s(_0x461bf0['content']),'serializedDocumentContent':_0x461bf0['content'],'version':_0x461bf0['version']}:null;}}const _0x42ac5e=$s(this['context']),_0x6cb426=this['activeConversation']['getInteraction'](_0x2e0397['interactionId']),_0xc203b5=_0x6cb426?.['getDocumentContext']();return{'editor':_0x42ac5e,'root':_0x42ac5e['model']['document']['getRoot'](),'parsedDocumentContent':_0x2e0397['documentContextContent'],'serializedDocumentContent':_0xc203b5?.['content'],'version':_0xc203b5?.['version']};}['_groupChangesByTarget'](_0xe8e098,_0x3805b6){const _0xb59435=new Map();for(const _0x408e24 of _0x3805b6){const _0x3cdb03=this['_resolveGroupTarget'](_0xe8e098,_0x408e24);if(!_0x3cdb03)continue;const _0x114f0c=(_0x3cdb03['editor']['id']||'e')+'|'+_0x3cdb03['root']['rootName'];let _0x33d498=_0xb59435['get'](_0x114f0c);if(!_0x33d498){let _0x3d0f69;for(const _0x3e06a3 of[..._0x408e24['changes']['filter'](_0x2d7069=>'context'!==_0x2d7069['type']),..._0x408e24['changes']['filter'](_0x193482=>'context'===_0x193482['type'])])if(_0x3d0f69=this['activeConversation']?.['getDocumentContextSliceByDataId'](_0x3e06a3['id'])||this['activeConversation']?.['getDocumentContextSliceByDataId'](_0xe8e098['newNodeAnchorIds']['get'](_0x3e06a3['id'])),_0x3d0f69)break;_0x33d498={'target':{'editor':_0x3cdb03['editor'],'root':_0x3cdb03['root']},'slice':_0x3d0f69,'groups':[],'groupsIndexes':[]},_0xb59435['set'](_0x114f0c,_0x33d498);}_0x33d498['groups']['push'](_0x408e24),_0x33d498['groupsIndexes']['push'](_0xe8e098['changeGroups']['indexOf'](_0x408e24));}return Array['from'](_0xb59435['values']());}['_scrollToSuggestionRange'](_0x27665e,_0x1fc400=!0x1,_0x16b9fb){_0x16b9fb??=$s(this['context']);const _0x3b67ba={'target':_0x16b9fb['editing']['view']['domConverter']['viewRangeToDom'](_0x16b9fb['editing']['mapper']['toViewRange'](_0x27665e)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x1fc400};_0x1fc400&&(_0x3b67ba['alignToTop']=!0x0),Ct(_0x3b67ba);}['_updateConversationTitle'](_0x3c71fb,_0x5ef6d6=!0x1){this['_aiChatUi']['setConversationTitle'](_0x3c71fb||hs(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x5ef6d6);}['_addFeedItemReply'](_0x33290b){'text'===_0x33290b['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x33290b):this['_aiChatUi']['addFeedItemAISuggestion'](_0x33290b);}async['_updateReplyContent']({reply:_0x3d890a,renderingStrategy:_0x299579}){const {id:_0x24179c,interactionId:_0x158f98,isDone:_0x7d6378,type:_0x2f5d4a,parsedContent:_0x256449}=_0x3d890a,_0xd5b741=_0x158f98+':'+_0x24179c;if('modification'===_0x2f5d4a){const _0x2932dc=_0x3d890a['getContentParts']({'showDiff':this['_aiChatUi']['showDiff'],'editor':$s(this['context'])});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0xd5b741,'parts':_0x2932dc,'isDone':_0x7d6378,'skipLoadingEffects':_0x3d890a['isFromHistory']});}else'text'===_0x2f5d4a&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0xd5b741,'parsedContent':_0x256449,'renderingStrategy':_0x299579,'isDone':_0x7d6378});_0x7d6378&&_0x3d890a['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0xd5b741,_0x3d890a['sources']);}['_updateReplyContentThrottled']=_0x22e74a(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x28aae9=this['activeConversation']?.['lastInteraction'];_0x28aae9&&(_0x28aae9['stop'](),this['_aiChatUi']['stopInteraction'](_0x28aae9)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x38a081=this['activeConversation']?.['lastInteraction'];if(_0x38a081){for await(const _0x1e6604 of _0x38a081['replies'])this['_aiChatUi']['hasFeedItem'](_0x1e6604['id'])||this['_addFeedItemReply'](_0x1e6604),await this['_updateReplyContent']({'reply':_0x1e6604,'renderingStrategy':'static'});}}['_updateRatings'](_0x42f426){const _0x5aede7={'positiveCount':_0x42f426['changeGroups']['filter'](_0x433dc7=>'accepted'===_0x433dc7['state'])['length'],'totalCount':_0x42f426['changeGroups']['length'],'modificationId':_0x42f426['id']},_0x3fd522=this['activeConversation']['getInteraction'](_0x42f426['interactionId'])['messageId'];_0x3fd522&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x3fd522,_0x5aede7);}['_getAIChatFeedAPI'](_0x54d304){const _0x5f204e=this['_aiChatUi'],_0x50f6bf=()=>{_0x54d304['resetWebSearchState'](),_0x54d304['resetReasoningState'](),_0x5f204e['clearLoadingMessage']();},_0x3f77ed=()=>{_0x54d304['currentReply']&&(_0x54d304['currentReply']['done'](),_0x54d304['currentReply']=void 0x0);};return{'insertTextReply':(_0x45c134,_0x4f5fb8)=>{_0x3f77ed(),_0x50f6bf();const _0x2bb8af=_0x54d304['currentReply']=_0x54d304['createReply']({'type':'text','interactionId':_0x54d304['id'],'content':_0x45c134,'id':_0x4f5fb8||ot()});return _0x3f77ed(),_0x2bb8af;},'insertCustomElement':async(_0x350bd5,_0x328793)=>(_0x3f77ed(),_0x50f6bf(),_0x5f204e['addFeedItemCustomElement'](_0x350bd5,_0x328793||ot())),'setLoadingMessage':_0x1f592a=>{_0x5f204e['setLoadingMessage'](_0x1f592a);},'clearLoadingMessage':()=>{_0x5f204e['clearLoadingMessage']();}};}}const zs='ai-selection',js=['br'];class Js extends _0x1c4dd1{constructor(_0x101d82){super(_0x101d82),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 _0x34b368=Ws(this['context']),_0x4d501a=_0x34b368['find'](_0x330029=>_0x330029['plugins']['has']('RealTimeCollaborationClient'))||_0x34b368[0x0],_0x4a9f42=_0x4d501a['plugins']['has']('RealTimeCollaborationClient')&&_0x4d501a['plugins']['get']('RealTimeCollaborationClient')['sessionId'];this['_sessionId']=_0x4a9f42||ot();}return this['_sessionId'];}async['getDocumentData'](){const _0x171e14=Ws(this['context']);if(!_0x171e14['length'])throw new at('ai-get-editor-from-context-no-editor');const _0x502f5e=[],_0x1c7149=new Set();for(const _0x5da7f1 of _0x171e14){const _0x286270=_0x5da7f1['config']['get']('roots')||{};for(const _0xb860bf of _0x5da7f1['model']['document']['getRoots']()){if('$graveyard'===_0xb860bf['rootName'])continue;const _0x1f860f=await this['_getDocumentDataForEditorRoot'](_0x5da7f1,_0xb860bf,_0x1c7149),_0x14ee9c=_0x286270[_0xb860bf['rootName']];_0x502f5e['push']({'editor':_0x5da7f1,'rootName':_0xb860bf['rootName'],'content':_0x1f860f['content'],'version':_0x1f860f['version'],'sessionId':this['sessionId'],'selections':_0x1f860f['selections'],'name':_0xb860bf['rootName'],'description':_0x14ee9c?.['description']});}}return _0x502f5e;}async['_getDocumentDataForEditorRoot'](_0x344135,_0x25f0aa,_0x344776){const _0x1ddaa3=_0x344135['data']['toView'](_0x25f0aa,{'convertAiChatSelectionMarker':!0x0}),_0x4402b1=new _0x8976b4(_0x344135['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x1ddaa3,_0x4402b1,_0x344776),this['_persistExportedDataIdsToLiveModel'](_0x344135,_0x1ddaa3);let _0x3e4daa=await this['_getDocumentDataStringFromView'](_0x1ddaa3,_0x344135);const _0x27c2b2=this['_getMarkersInDocumentOrder'](_0x344135,_0x25f0aa),_0x1e4e31=[];for(const _0x5b9689 of _0x27c2b2){const _0x13842e='<'+_0x5b9689['name']+':start></'+_0x5b9689['name']+':start>',_0x79af45=_0x3e4daa['indexOf'](_0x13842e);_0x3e4daa=_0x3e4daa['substring'](0x0,_0x79af45)+_0x3e4daa['substring'](_0x79af45+_0x13842e['length']);const _0x10744f='<'+_0x5b9689['name']+':end></'+_0x5b9689['name']+':end>',_0x28edea=_0x3e4daa['indexOf'](_0x10744f);_0x3e4daa=_0x3e4daa['substring'](0x0,_0x28edea)+_0x3e4daa['substring'](_0x28edea+_0x10744f['length']),_0x1e4e31['push']({'markerName':_0x5b9689['name'],'start':_0x79af45,'end':_0x28edea,'htmlFragment':_0x3e4daa['substring'](_0x79af45,_0x28edea)});}return{'content':_0x3e4daa,'version':_0x344135['model']['document']['version'],'selections':_0x1e4e31};}async['afterInit'](){this['context']instanceof _0x123c85?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x988292,_0x290556)=>{_0x290556['on']('ready',()=>{this['_integrateEditor'](_0x290556);});});}['_setOutputDataProcessor'](_0x19d3e2){this['_outputDataProcessor']=_0x19d3e2;}async['_getDocumentDataStringFromView'](_0x3a5109,_0x249e74){let _0x248841;if(this['_outputDataProcessor']){const _0x5fd666=_0x249e74['data']['processor']['domConverter']['viewToDom'](_0x3a5109),_0x553c4c=await this['_outputDataProcessor'](_0x5fd666);_0x248841=_0x249e74['data']['processor']['htmlWriter']['getHtml'](_0x553c4c);}else _0x248841=_0x249e74['data']['processor']['toData'](_0x3a5109);return _0x248841;}['_integrateEditor'](_0x493741){_0x493741['ui']['focusTracker']['on']('change:isFocused',(_0x1575a9,_0x48b911,_0x382a85)=>{_0x382a85&&(this['_lastContentFocusedEditor']=_0x493741);}),_0x493741['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x493741&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x493741['conversion']['for']('editingDowncast')['markerToHighlight']({'model':zs,'view':({markerName:_0x4e03c7})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x4e03c7['split'](':')[0x1]],'priority':0xc})}),_0x493741['conversion']['for']('dataDowncast')['markerToElement']({'model':zs+':context','view':(_0x315abd,{writer:_0x6ec067,options:_0x3251cb})=>_0x3251cb['convertAiChatSelectionMarker']?_0x6ec067['createUIElement'](_0x315abd['markerName']+':'+(_0x315abd['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x492c65){const _0x4f3b9d=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x492c65);const _0xff237c=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x4f3b9d,_0xff237c);}['hideFakeVisualSelection'](_0x4db747){const _0x64ed6a=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x4db747);const _0x43f361=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x64ed6a,_0x43f361);}async['modelToDataWithIds'](_0x856bd7){const _0x575cd7=$s(this['context']),_0x264f45=_0x575cd7['data']['toView'](_0x856bd7),_0x220418=new _0x8976b4(_0x575cd7['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x264f45,_0x220418),this['_getDocumentDataStringFromView'](_0x264f45,_0x575cd7);}['_setDataIdsOnChildren'](_0xa3e457,_0x28aabd,_0xb5356c=new Set()){let _0x44006d=!0x1;for(const _0x5e4412 of _0xa3e457['getChildren']()){if(!_0x5e4412['is']('view:element')||js['includes'](_0x5e4412['name']))continue;const _0x1b3841=_0x5e4412['is']('view:containerElement'),_0x372293=_0x5e4412['is']('view:emptyElement'),_0x201f91=this['_setDataIdsOnChildren'](_0x5e4412,_0x28aabd,_0xb5356c);if(_0x5e4412['hasAttribute']('data-id')){_0x44006d=!0x0,_0xb5356c['add'](_0x5e4412['getAttribute']('data-id'));continue;}(_0x1b3841||_0x372293||_0x201f91)&&(_0x28aabd['setAttribute']('data-id',this['_nextDataId'](_0xb5356c),_0x5e4412),_0x44006d=!0x0);}return _0x44006d;}['_persistExportedDataIdsToLiveModel'](_0x14c9ff,_0x1e9985){const _0x4e253e=_0x14c9ff['data']['mapper'];_0x14c9ff['model']['change'](_0x2e98d7=>{this['_persistExportedDataIdsToLiveModelRecursive'](_0x4e253e,_0x2e98d7,_0x1e9985);});}['_persistExportedDataIdsToLiveModelRecursive'](_0x29f1cc,_0x56348c,_0x5aa62d){for(const _0x346a83 of _0x5aa62d['getChildren']())if(_0x346a83['is']('view:element')){if(_0x346a83['hasAttribute']('data-id')){const _0x2cf4ba=_0x29f1cc['toModelElement'](_0x346a83);_0x2cf4ba&&_0x2cf4ba['is']('element')&&_0x56348c['setAttribute'](_0xf976ed,_0x346a83['getAttribute']('data-id'),_0x2cf4ba);}this['_persistExportedDataIdsToLiveModelRecursive'](_0x29f1cc,_0x56348c,_0x346a83);}}['_nextDataId'](_0x2ebb97){let _0x4d0ade;do{_0x4d0ade='';for(let _0x327dea=0x0;_0x327dea<0x4;_0x327dea++)_0x4d0ade+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x2ebb97['has'](_0x4d0ade));return _0x2ebb97['add'](_0x4d0ade),_0x4d0ade;}['getSelectionText'](){const {model:_0x5ce481}=$s(this['context']),_0x24e4d4=_0x5ce481['document']['selection'],_0x41c4d9=[],_0x227030=Array['from'](_0x24e4d4['getRanges']());_0x227030['sort']((_0x50b4c3,_0x5aafc5)=>_0x50b4c3['start']['isBefore'](_0x5aafc5['start'])?-0x1:0x1);for(const _0x46b4a2 of _0x227030)for(const _0x52d6aa of _0x46b4a2['getItems']())_0x52d6aa['is']('$textProxy')?_0x41c4d9['push'](_0x52d6aa['data']):_0x52d6aa['is']('element')&&_0x41c4d9['length']>0x0&&'\x20'!==_0x41c4d9[_0x41c4d9['length']-0x1]&&_0x41c4d9['push']('\x20');return _0x41c4d9['length']?'\x22'+_0x41c4d9['join']('')['trim']()+'\x22':hs(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x146794){for(let _0x188d6e=0x0;_0x188d6e<this['_fakeSelections']['length'];_0x188d6e++)if(this['_fakeSelections'][_0x188d6e]['id']==_0x146794)return void this['_fakeSelections']['splice'](_0x188d6e,0x1);}['_addFakeSelection'](_0x6d7f6e){this['_removeFakeSelectionById'](_0x6d7f6e['id']),wt(this['_fakeSelections'],_0x6d7f6e);}['_refreshFakeSelection'](_0x29afaf,_0x1c64a9){if(_0x29afaf==_0x1c64a9)return;const _0x4d8b82=_0x29afaf?this['_getEditorForFakeSelection'](_0x29afaf):null,_0x8a6b33=_0x1c64a9?this['_getEditorForFakeSelection'](_0x1c64a9):null,_0xce1bf2=(_0x2aab2a,_0x243f70)=>{const _0x32f3b0=_0x243f70['model']['markers']['getMarkersGroup'](zs);for(const _0x2b6b76 of _0x32f3b0)_0x2aab2a['removeMarker'](_0x2b6b76);},_0x12130d=(_0x286fe8,_0x131927,_0x1f3ed1)=>{const _0x41155b=_0x131927['model'];for(let _0x1d98a0=0x0;_0x1d98a0<_0x1f3ed1['ranges']['length'];_0x1d98a0++){let _0x25decb=_0x1f3ed1['ranges'][_0x1d98a0];const _0x46df52=zs+':'+_0x1f3ed1['id']+':'+_0x1d98a0;if(_0x25decb['start']['isAtEnd']){const _0x230612=_0x25decb['start']['getLastMatchingPosition'](({item:_0x2acd4b})=>!_0x41155b['schema']['isContent'](_0x2acd4b),{'boundaries':_0x25decb});_0x25decb=_0x286fe8['createRange'](_0x230612,_0x25decb['end']);}_0x286fe8['addMarker'](_0x46df52,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x25decb});}};_0x4d8b82&&_0x8a6b33&&_0x4d8b82===_0x8a6b33&&_0x1c64a9?_0x4d8b82['model']['change'](_0x773fc6=>{_0xce1bf2(_0x773fc6,_0x4d8b82),_0x12130d(_0x773fc6,_0x8a6b33,_0x1c64a9);}):(_0x4d8b82&&_0x4d8b82['model']['change'](_0x1e5888=>_0xce1bf2(_0x1e5888,_0x4d8b82)),_0x8a6b33&&_0x1c64a9&&_0x8a6b33['model']['change'](_0x552b9f=>_0x12130d(_0x552b9f,_0x8a6b33,_0x1c64a9)));}['_getEditorForFakeSelection'](_0x342518){if(!_0x342518['ranges']['length'])return $s(this['context']);const _0x178ba0=_0x342518['ranges'][0x0]['root']['document'];return Ws(this['context'])['find'](_0x4c8cdf=>_0x4c8cdf['model']['document']===_0x178ba0)??$s(this['context']);}['_getMarkersInDocumentOrder'](_0x3e2773,_0x5d270b){const _0x2b2841=Array['from'](_0x3e2773['model']['markers']['getMarkersGroup'](zs+':context'));return(_0x5d270b?_0x2b2841['filter'](_0x319373=>{const _0x5a5268=_0x319373['getRange']();return _0x5a5268&&_0x5a5268['root']['rootName']===_0x5d270b['rootName'];}):_0x2b2841)['sort']((_0x484eab,_0x2d9b74)=>_0x484eab['getStart']()['isBefore'](_0x2d9b74['getStart']())?-0x1:_0x484eab['getStart']()['isAfter'](_0x2d9b74['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(_0x14c758){const _0x113f43=new AbortController();return{'promise':new Promise((_0x2f190f,_0x40c045)=>{const _0xb64508=setTimeout(_0x2f190f,_0x14c758);_0x113f43['signal']['addEventListener']('abort',()=>{clearTimeout(_0xb64508),_0x40c045();});}),'abortController':_0x113f43};}class sn{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x264aec){this['options']={'delay':_0x264aec?.['delay']??0xa,'textNodeStyle':_0x264aec?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0x5bbe04,targetElement:_0x32b928,abortSignal:_0x2642ba}){this['isStreaming']&&this['stop'](),_0x2642ba?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x3eb68e(_0x5bbe04,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x3e863a=0x0;_0x3e863a<this['currentIndex'];_0x3e863a++)this['nodesList'][_0x3e863a]['shouldBeStreamed']=!0x0;do{const _0x1b75da=Date['now'](),_0x507ebf=this['nodesList'][this['currentIndex']],_0x1a40c4=_0x1b75da-this['lastUpdateTime'];if(_0x507ebf){_0x507ebf['shouldBeStreamed']=!0x0;let _0x1b3c96=_0x507ebf['parent'];for(;_0x1b3c96;)_0x1b3c96['shouldBeStreamed']=!0x0,_0x1b3c96=_0x1b3c96['parent'];}if(_0x1a40c4<this['options']['delay'])try{const {promise:_0x4510b8,abortController:_0x257c3e}=en(this['options']['delay']-_0x1a40c4);this['timeoutAbortController']=_0x257c3e,await _0x4510b8;}catch(_0x5b2cfe){return;}_0x1f1589(_0x32b928,'<'+_0x32b928['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x32b928['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:_0xf93bba}){Array['from'](_0xf93bba['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x4ae0c9=>{_0x4ae0c9['replaceWith'](_0x4ae0c9['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x3e9c95){let _0x332737='';if(function(_0x2e4714){return _0x10a496(_0x2e4714);}(_0x3e9c95)){for(const _0x268d5f of _0x3e9c95['children'])_0x332737+=this['renderNode'](_0x268d5f);}else{if(on(_0x3e9c95)){if(!_0x3e9c95['shouldBeStreamed'])return'';const _0xabf9b3=_0x3e9c95,_0x2e7cb6=Object['entries'](_0xabf9b3['attribs'])['map'](([_0x4ef0b0,_0x3d80bc])=>_0x4ef0b0+'=\x22'+_0x3d80bc+'\x22')['join']('\x20');_0x332737+='<'+_0xabf9b3['tagName']+(_0x2e7cb6?'\x20'+_0x2e7cb6:'')+'>';for(const _0x135772 of _0x387748(_0xabf9b3))_0x332737+=this['renderNode'](_0x135772);_0x332737+='</'+_0xabf9b3['tagName']+'>';}else{if(!rn(_0x3e9c95))return'';if(!_0x3e9c95['shouldBeStreamed'])return'';!function(_0x36a5db){if(!_0x36a5db['parent']||!on(_0x36a5db['parent']))return!0x1;if(!nn['includes'](_0x36a5db['parent']['tagName']))return!0x1;return!_0x1ab110(_0x36a5db)['match'](/^\s*[<>]\s*$/);}(_0x3e9c95)?_0x332737+=ti(_0x3e9c95):_0x332737+=ti(new _0x6c2914('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x3e9c95]));}}return _0x332737;}['getParsedDocumentNodeList'](){const _0xfa1c48=[];return function(_0x41487e,_0x299f47){const _0x183322=_0x384dfe=>{if(_0x299f47(_0x384dfe),_0x384dfe instanceof _0x2078d3)for(let _0x249a5a=0x0;_0x249a5a<_0x384dfe['children']['length'];_0x249a5a++){const _0x29b704=_0x384dfe['children'][_0x249a5a];_0x183322(_0x29b704);}};for(let _0x46f77e=0x0;_0x46f77e<_0x41487e['children']['length'];_0x46f77e++)_0x183322(_0x41487e['children'][_0x46f77e]);}(this['document'],_0x47ea2c=>{if(rn(_0x47ea2c)){const _0x390fa8=this['splitTextNodeIntoWordNodes'](_0x47ea2c);_0x390fa8['length']&&_0xfa1c48['push'](..._0x390fa8);}_0x47ea2c['isWordSplitSource']||_0x47ea2c['isWordSplitResult']||_0xfa1c48['push'](_0x47ea2c);}),_0xfa1c48;}['splitTextNodeIntoWordNodes'](_0x4a7e61){if(_0x4a7e61['isWordSplitSource']||_0x4a7e61['isWordSplitResult'])return[];const _0x386241=_0x1ab110(_0x4a7e61)['match'](/(?:\s*\S+\s*)/g),_0x373539=[];if(_0x386241&&_0x386241['length']>0x1){for(const _0x22b83b of _0x386241){const _0xa35c3c=new _0x557dcc(_0x22b83b);_0xa35c3c['isWordSplitResult']=!0x0,_0x50c4bc(_0x4a7e61,_0xa35c3c),_0x373539['push'](_0xa35c3c);}_0x4a7e61['isWordSplitSource']=!0x0,_0x1085d4(_0x4a7e61);}return _0x373539;}}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(_0x597d6e){return _0x551b28(_0x597d6e);}function on(_0x58cd6c){return _0x57c018(_0x58cd6c);}class an extends vt{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x32cb82){super();const _0x25d489=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new sn(),this['options']=_0x32cb82,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x25d489['if']('isDone','ck-ai-chat__feed__item_done'),_0x25d489['if']('isVisible','ck-hidden',_0x428455=>!_0x428455),'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'](_0x7f2cf1=>{_0x7f2cf1['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x480115,_0xd8291b,_0x77415e){await this['htmlStreamer']['stream']({'document':_0x480115,'targetElement':_0xd8291b,'abortSignal':_0x77415e});}}class hn extends vt{['showChangesToggleView'];constructor(_0x73cf3d,_0xbed6a0){super(_0x73cf3d),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new cn(_0x73cf3d),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+us,'label':hs(_0x73cf3d,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0xbed6a0['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x1913b1=>_0x1913b1?_0x5c77ce:_0x4fcfde),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x449a2f=new xt();_0x449a2f['content']=_0x22e392,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0xbed6a0['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x449a2f,{'tag':'span','children':[hs(_0x73cf3d,'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':_0x3bc1d0,'rejected':_0x3576c0,'outdated':_0x3576c0};class un extends vt{['stateIconView'];constructor(_0x331127){super(_0x331127);const _0x345759=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',_0x345759['to']('state',_0x4940ec=>'ck-ai-suggestion__content-part-state_'+_0x4940ec),_0x345759['if']('isVisible','ck-hidden',_0x2a3107=>!_0x2a3107)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x345759['to']('state',_0x3ad890=>{switch(_0x3ad890){case'accepted':return hs(_0x331127,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return hs(_0x331127,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return hs(_0x331127,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x1b7c0a){this['state']=_0x1b7c0a;}}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(_0x420700,_0x47e3a1,_0x31bfa9){super(_0x420700);const _0x55f43e=Boolean(_0x31bfa9);this['set']('isEnabled',!_0x55f43e),this['set']('isVisible',!0x0),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x108ca7=[];if(_0x55f43e){const _0x254356=new Nt(_0x420700);_0x254356['set']({'label':hs(_0x420700,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x3f9507}),_0x254356['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x108ca7['push'](_0x254356);}else{_0x47e3a1['includes']('applySuggestion')&&(this['_applyButton']=new Nt(_0x420700),this['_applyButton']['set']({'label':hs(_0x420700,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3bc1d0}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x108ca7['push'](this['_applyButton'])),_0x47e3a1['includes']('insertSuggestion')&&(this['_suggestButton']=new Nt(_0x420700),this['_suggestButton']['set']({'label':hs(_0x420700,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x31116f}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x108ca7['push'](this['_suggestButton']));const _0x55b25e=new Nt(_0x420700);_0x55b25e['set']({'label':hs(_0x420700,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3576c0}),_0x55b25e['bind']('isEnabled')['to'](this),_0x55b25e['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x108ca7['push'](_0x55b25e);}this['items']['addMany'](_0x108ca7);const _0x5b78d5=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x5b78d5['if']('isVisible','ck-hidden',_0x14b6ed=>!_0x14b6ed)]}});}['setButtonsVisibility']({showApplyButton:_0x4a3f9e,showSuggestButton:_0x335143}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x4a3f9e),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x335143);}}class gn extends vt{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x3f8fb2,{part:_0x3969d0,uiIndex:_0x1ad886,availableActions:_0x5a8f1f,areActionsDisabled:_0x3629f6}){super(_0x3f8fb2),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['toolbarView']=new _n(_0x3f8fb2,_0x5a8f1f,_0x3629f6),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x3969d0['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x3969d0['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x3969d0['index']});}),this['toolbarView']['bind']('isEnabled')['to'](this),this['stateView']=new un(_0x3f8fb2),this['titleLabelView']=new An(_0x3f8fb2,_0x1ad886),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',(_0x8c0c20,_0x312400,_0x1d95da,_0x4a4491)=>{'pending'===_0x4a4491?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x1d95da?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x1d95da),this['children']['add'](this['stateView']));});}}class An extends vt{constructor(_0x4c0fb3,_0xc6e625){super(_0x4c0fb3),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[hs(_0x4c0fb3,'AI_SUGGESTION_CONTENT_PART_TITLE',_0xc6e625['toString']())]});}}class In extends vt{['htmlStreamer'];constructor(_0x2f1bbc){super(_0x2f1bbc),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:_0x12a242,renderingStrategy:_0x5ac799,abortSignal:_0x41f368}){'streaming'===_0x5ac799?await this['htmlStreamer']['stream']({'document':_0x12a242['content'],'targetElement':this['element'],'abortSignal':_0x41f368}):_0x1f1589(this['element'],'<'+this['element']['tagName']+'>'+gs(_0x12a242['content'])+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='';}}class En extends vt{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x4bdf06,{part:_0x483b8a,uiIndex:_0x575354,areActionsDisabled:_0x4771dc,availableActions:_0x84b056}){super(_0x4bdf06);const _0x4c8ffd=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1);const _0x1c97d9=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x4771dc;};this['on']('change:state',_0x1c97d9),this['on']('change:isDone',_0x1c97d9),_0x1c97d9(),this['_children']=this['createCollection'](),this['_headerView']=new gn(_0x4bdf06,{'part':_0x483b8a,'uiIndex':_0x575354,'availableActions':_0x84b056,'areActionsDisabled':_0x4771dc}),this['_headerView']['bind']('isEnabled','state')['to'](this),this['_headerView']['delegate'](...Zs)['to'](this),this['_streamableContentView']=new In(_0x4bdf06),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x4c8ffd['to']('state',_0x4ea784=>'ck-ai-suggestion__body__content-part_'+_0x4ea784),_0x4c8ffd['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x4c8ffd['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x4c8ffd['if']('isVisible','ck-hidden',_0x12a65a=>!_0x12a65a)]},'children':this['_children'],'on':{'mouseenter':_0x4c8ffd['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x483b8a['index']});}),'mouseleave':_0x4c8ffd['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x483b8a['index']});}),'click':_0x4c8ffd['to'](_0x309d8d=>{const _0x55e1fc=_0x309d8d['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x55e1fc)&&this['fire']('showChangeInText',{'index':_0x483b8a['index']});})}});}async['updateContent']({part:_0x51f7df,showUnchangedParts:_0xb9683c=!0x1,abortSignal:_0x36c1f6}){this['partDefinition']=_0x51f7df,this['isVisible']=this['partDefinition']['hasChanges']||_0xb9683c,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x51f7df,'renderingStrategy':'static','abortSignal':_0x36c1f6});}['markAsDone'](){this['isDone']=!0x0;}}class pn extends vt{constructor(_0x2712e3,_0x5df321){super(_0x2712e3),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x13b398=>!_0x13b398)]},'children':this['_createSkeletonItems'](_0x5df321)});}['_createSkeletonItems'](_0xf7a2f5){const _0x57a008=['ck','ck-ai-skeleton__item'];return _0xf7a2f5['map'](_0x5efded=>{let _0x44b69f='';switch(_0x5efded['attributes']['align']){case'right':_0x44b69f='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x44b69f='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x44b69f='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x5efded['tag'],'attributes':{'class':[..._0x57a008,_0x5efded['attributes']['class']?_0x5efded['attributes']['class']:''],'style':'width:\x20'+_0x5efded['attributes']['width']+';\x20height:\x20'+_0x5efded['attributes']['height']+';'+_0x44b69f}};});}}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(_0x42be67,_0x32c441,_0x2b63c8,_0x4f8643){return new Array(_0x42be67)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x32c441,'height':_0x2b63c8,'align':_0x4f8643}}));}class Cn extends Tt(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x1c58bf){const _0x552f44=this['createTask'](_0x1c58bf);return this['queue']['push'](_0x552f44),this['_processQueue'](),_0x552f44['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(_0x4524a8=>{this['once']('_queueEmpty',()=>{_0x4524a8();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x10addb=this['queue']['shift']();try{await _0x10addb['callback'](this['_abortController']['signal']),_0x10addb['resolve']();}catch(_0xeac166){_0x10addb['reject'](_0xeac166);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x5a928b){let _0x57fe56,_0x5346fe;const _0xafcd8f=new Promise((_0x48c8eb,_0x22f68b)=>{_0x57fe56=_0x48c8eb,_0x5346fe=_0x22f68b;});return{'callback':_0x5a928b,'resolve':_0x57fe56,'reject':_0x5346fe,'completePromise':_0xafcd8f};}}class wn extends an{constructor(_0x153103){super(_0x153103),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x153103['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x326c7c){this['element']['innerHTML']=_0x326c7c;}}const fn=['applySuggestion','insertSuggestion'];class bn extends vt{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x447446,_0x1816f5=[...fn],_0x24ee9f){super(_0x447446);const _0x301bff=this['bindTemplate'],_0x22e1ac=Boolean(_0x24ee9f);if(this['set']('isEnabled',!_0x22e1ac),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x22e1ac){const _0x1e73d2=new Nt(_0x447446);_0x1e73d2['set']({'label':hs(_0x447446,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x3f9507}),_0x1e73d2['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0x5a0d9f=new vt(_0x447446);_0x5a0d9f['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[hs(_0x447446,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x1e73d2]}]}),this['children']['add'](_0x5a0d9f);}else this['_applyChangesButton']=new Nt(_0x447446),this['_applyChangesButton']['set']({'label':hs(_0x447446,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x1816f5['includes']('applySuggestion'),'class':cs}),this['_insertSuggestionsButton']=new Nt(_0x447446),this['_insertSuggestionsButton']['set']({'label':hs(_0x447446,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x1816f5['includes']('insertSuggestion'),'class':ls}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0xb791b4=>{_0xb791b4['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',_0x301bff['if']('isVisible','ck-hidden',_0x938bc3=>!_0x938bc3)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x169216){this['isVisible']=_0x169216;}['_switchButtonLabelsPlurality'](_0x1c3602){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x1c3602?(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(_0x5d6b5c,_0x12ee35){super(_0x5d6b5c),this['bodyCollection']=_0x12ee35,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',_0x13c9dd=>!_0x13c9dd)]},'children':this['children']});const _0x593d90=new vt(this['locale']),_0x2173af=new xt();_0x2173af['content']=_0x3bebb8,_0x593d90['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x2173af,{'tag':'span','children':[{'text':hs(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x593d90),this['_setupBalloonPanel'](_0x5d6b5c);}['addSource'](_0x6ed55a){this['children']['add'](new Rn(this['locale'],_0x6ed55a,this['balloonPanelView']));}['_setupBalloonPanel'](_0x386b40){this['balloonPanelView']=new Xt(_0x386b40),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class Rn extends Nt{['balloonPanelView'];['source'];constructor(_0x20a682,_0x566e05,_0x3404c8){super(_0x20a682),this['source']=_0x566e05,this['balloonPanelView']=_0x3404c8,this['set']({'label':_0x566e05['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x26be05=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x26be05['to'](()=>{window['open'](_0x566e05['url'],'_blank');}),'mouseenter':_0x26be05['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x26be05['to'](()=>{this['_hideTooltip']();})}}),_0x566e05['favicon']){const _0x37d097=new vt(_0x20a682);_0x37d097['setTemplate']({'tag':'img','attributes':{'src':_0x566e05['favicon']||_0x3bebb8,'alt':_0x566e05['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x37d097);}else this['set']('icon',_0x3bebb8);}['_createTooltipContentView'](_0xb3b2cb,_0x4a23f8){const _0x2aa855=new vt(_0xb3b2cb),_0x228c8c=[];let _0xc51c00;_0x4a23f8?.['favicon']?(_0xc51c00=new vt(_0xb3b2cb),_0xc51c00['setTemplate']({'tag':'img','attributes':{'src':_0x4a23f8['favicon'],'alt':_0x4a23f8['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0xc51c00=new xt(),_0xc51c00['content']=_0x3bebb8,_0xc51c00['extendTemplate']({'attributes':{'alt':_0x4a23f8['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x228c8c['push'](_0xc51c00);const _0x5eac4c=new vt(_0xb3b2cb);_0x5eac4c['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x4a23f8['url']},'children':[{'text':new URL(_0x4a23f8['url'])?.['hostname']}]}),_0x228c8c['push'](_0x5eac4c);const _0x6db71=new vt(_0xb3b2cb);_0x6db71['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x228c8c});const _0x1139be=new vt(_0xb3b2cb);return _0x1139be['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x4a23f8['title']['length']>0x190?_0x4a23f8['title']['substring'](0x0,0x190)+'...':_0x4a23f8['title']}]}),_0x2aa855['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x6db71,_0x1139be]}),_0x2aa855;}['_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 _0x295b90=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x295b90);}}class On extends vt{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x44e40b(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x1811d2,_0x89516a){super(_0x1811d2);const {areActionsDisabled:_0x406724,showUnchangedParts:_0x38a390,availableActions:_0x22ec48}=_0x89516a;this['_areActionsDisabled']=_0x406724,this['_showUnchangedParts']=_0x38a390,this['_availableActions']=_0x22ec48,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new pn(_0x1811d2,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(_0x1811d2,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new bn(_0x1811d2,_0x89516a['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new Sn(this['locale'],_0x89516a['bodyCollection']),_0x89516a['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'](_0x119f6a=>_0x119f6a instanceof En);}async['updateContentParts']({parts:_0x382837,abortSignal:_0x532cf3,skipLoadingEffects:_0x556e08}){this['_cachedContentParts']['length']?_0x382837['forEach'](_0x5e9b3c=>{const _0x3d15a0=this['_cachedContentParts']['findIndex'](_0x4e554a=>_0x4e554a['index']==_0x5e9b3c['index']);-0x1===_0x3d15a0?this['_cachedContentParts']['push'](_0x5e9b3c):this['_cachedContentParts'][_0x3d15a0]=_0x5e9b3c;}):this['_cachedContentParts']=_0x382837;const _0x21502a=this['_showUnchangedParts']?_0x382837:_0x382837['filter'](_0x520842=>_0x520842['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x21502a['length']>0x1),_0x556e08&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0xb7afec of _0x21502a)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x514990=>{let _0x3054ba=this['getPartView'](_0xb7afec['index']);if(!_0x3054ba){if(_0x3054ba=new En(this['locale'],{'part':_0xb7afec,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x3054ba['delegate'](...Zs)['to'](this),!_0x556e08&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x514990),_0x514990['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x3054ba,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x556e08||this['_showSkeletonDebounced']();}await _0x3054ba['updateContent']({'part':_0xb7afec,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x514990}),_0x3054ba['markAsDone']();});return _0x532cf3?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x39e6d1,_0x43ea9f){const _0x24e217=this['getPartView'](_0x39e6d1);_0x24e217&&(_0x24e217['state']=_0x43ea9f),this['hasPendingParts']='pending'==_0x43ea9f||this['_contentPartViews']['some'](_0x7fde86=>'pending'==_0x7fde86['state']);}['setPartActive'](_0x5672ed,_0x271f63){if(!0x1===_0x5672ed){for(const _0xf2db9b of this['_contentPartViews'])_0xf2db9b['isActive']=!0x1;}else{const _0x422d91=this['getPartView'](_0x5672ed);_0x422d91&&(_0x422d91['isActive']=_0x271f63);}}['updateSources'](_0x3eda77){_0x3eda77['forEach'](_0x5e300c=>this['_sourcesView']['addSource'](_0x5e300c)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x550585){return this['_contentPartViews']['find'](_0x3d5401=>_0x3d5401['partDefinition']['index']==_0x550585)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x54048b=!this['_cachedContentParts']['find'](({hasChanges:_0x34f282})=>_0x34f282),_0x4b046f=!!this['_cachedContentParts']['find'](({hasChanges:_0x343f76})=>!_0x343f76);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x4b046f,_0x54048b?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'](_0x3aea79=>_0x3aea79['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x2914a2){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0xd60ebe=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0xd60ebe>0x0){const {promise:_0xa48331,abortController:_0x1b55ee}=en(_0xd60ebe);_0x2914a2?.['addEventListener']('abort',()=>_0x1b55ee['abort']()),await _0xa48331['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x2d120b=>_0x2d120b['partDefinition']['hasChanges'])['length']>0x0;}}class kn extends vt{['bodyView'];['children'];['headerView'];constructor(_0x47d736,_0x302a67,_0x22d4d8){super(_0x47d736);const {showDiff:_0x154156,areActionsDisabled:_0x5399fe,showUnchangedParts:_0x415908,availableActions:_0xb612ff}=_0x302a67;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new hn(_0x47d736,{'showDiff':_0x154156}),this['headerView']['on']('toggleShowChanges',(_0x45d39f,_0x1130aa)=>{this['areChangesVisible']=_0x1130aa['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x1130aa['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new On(_0x47d736,{'areActionsDisabled':_0x5399fe,'showUnchangedParts':!!_0x415908,'availableActions':_0xb612ff,'bodyCollection':_0x22d4d8}),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'](_0x17e51a){await this['bodyView']['updateContentParts'](_0x17e51a);}['updateSources'](_0x5d839b){this['bodyView']['updateSources'](_0x5d839b);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class Nn extends an{['containerView'];constructor(_0x3fda0c,_0x49dfb6,_0x4b8e85){super(_0x49dfb6),this['set']('isTrackChangesOn',!0x1),this['containerView']=new kn(_0x3fda0c,{'showDiff':_0x49dfb6['showDiff'],'areActionsDisabled':_0x49dfb6['areActionsDisabled'],'availableActions':_0x49dfb6['availableActions']},_0x4b8e85),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x5392cb,_0x4d8216)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x4d8216['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',(_0x4ef92f,{index:_0x1f8c0c})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x1f8c0c});}),this['containerView']['on']('applySuggestion',(_0x190b88,{index:_0x4c2b15}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x4c2b15});}),this['containerView']['on']('insertSuggestion',(_0x3a7192,{index:_0x2e37d4}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2e37d4});}),this['containerView']['on']('rejectSuggestion',(_0x18294c,{index:_0x1ba574})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x1ba574});}),this['containerView']['on']('mouseOverSuggestion',(_0x1741cb,{index:_0x2e55a3})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2e55a3});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x1ddda2,{index:_0x6be090})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x6be090});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x24cd03){await this['containerView']['updateContent'](_0x24cd03);}['updatePartState'](_0x26bf56,_0x61476b){this['containerView']['bodyView']['updatePartState'](_0x26bf56,_0x61476b);}['setPartActive'](_0x4e94d5,_0x2ab505){!0x1===_0x4e94d5?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x4e94d5,_0x2ab505);}['updateSources'](_0x4eb5ff){this['containerView']['updateSources'](_0x4eb5ff);}['getPartView'](_0x381ac6){return this['containerView']['bodyView']['getPartView'](_0x381ac6);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class vn extends an{['replyContainer'];['_bodyCollection'];constructor(_0x3dd966,_0x267d9a,_0x1278ea){super(_0x267d9a),this['_bodyCollection']=_0x1278ea,this['locale']=_0x3dd966,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:_0x25a4b2,renderingStrategy:_0xc830ed,abortSignal:_0x257866}){'streaming'===_0xc830ed?await this['streamIntoElement'](_0x25a4b2,this['replyContainer']['element'],_0x257866):this['replyContainer']['element']['innerHTML']=ti(_0x25a4b2);}['updateSources'](_0x1e14f4){const _0x3cba7b=new Sn(this['locale'],this['_bodyCollection']);_0x3cba7b['children']['addMany'](_0x1e14f4['map'](_0x2e0080=>new Rn(this['locale'],_0x2e0080,_0x3cba7b['balloonPanelView']))),_0x3cba7b['isVisible']=!0x0,this['children']['add'](_0x3cba7b);}}class yn extends yt{constructor(_0x377af5=void 0x0){super();const _0x190a8c=_0x377af5?'ck-ai-spinner_'+_0x377af5:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x190a8c]}});}}const xn={'file':_0x3f3bf7,'document':_0x22e392,'web-resource':_0x5ea46a,'text':_0x3f3bf7,'selection':_0x106841,'mcp-tool-context':_0x22e392},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(_0x49dbcf,_0x2fe087,_0x7a7faf,_0x1b1711,_0x473377=!0x1){super(_0x49dbcf),this['_isAnimationOnEnterEnabled']=_0x1b1711,this['_initializeProperties'](_0x2fe087,_0x7a7faf,_0x473377),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'](_0xd77206,_0x146dd9,_0x3fb32f){this['set']('label',_0xd77206['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0xd77206['type']),this['set']('id',_0xd77206['uiId']),this['set']('readonly',_0x146dd9),this['set']('isLoading',_0x3fb32f);}['_setupTemplate'](){const _0x5c581b=this['_createIconView'](),_0x2561aa=this['_createRemoveButton'](),_0x46ffbc=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x46ffbc),'children':this['_createTemplateChildren'](_0x5c581b,_0x2561aa,_0x46ffbc)});}['_createTemplateAttributes'](_0x2ddf71){return{'class':[Ln,_0x2ddf71['if']('itemType',Pn,_0x21b6b4=>'document'==_0x21b6b4),_0x2ddf71['if']('itemType',Dn,_0x5b4080=>'selection'==_0x5b4080)],'data-cke-tooltip-text':_0x2ddf71['to']('label',Gn),'data-cke-tooltip-position':Vn,'data-cke-tooltip-class':Un};}['_createTemplateChildren'](_0x5a642c,_0x518ac4,_0x544995){const _0xc216f6=this['_createLabelElement'](_0x544995),_0x40c18d=this['_createLoaderIcon']();return this['readonly']?[_0x5a642c,_0xc216f6]:[_0x5a642c,_0x40c18d,_0xc216f6,_0x518ac4];}['_createLabelElement'](_0x32c3e6){return{'tag':'span','attributes':{'class':Hn},'children':[{'text':_0x32c3e6['to']('label')}]};}['_createRemoveButton'](){const _0x1ebd14=new Nt(this['locale']);return _0x1ebd14['set']({'label':hs(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x5adff9}),this['_setupRemoveButtonEvent'](_0x1ebd14),_0x1ebd14;}['_setupRemoveButtonEvent'](_0x14a147){_0x14a147['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x5587c0=this['bindTemplate'],_0x1294b5=new xt();return _0x1294b5['content']=xn[this['itemType']],_0x1294b5['extendTemplate']({'attributes':{'class':[Mn,_0x5587c0['if']('isLoading','ck-hidden',_0x1dadb0=>_0x1dadb0)]}}),_0x1294b5;}['_handleAnimationEndOnce'](_0x583519,_0x3507f8){if(!_0x583519)return;const _0x3d6d25=()=>{_0x3507f8(),_0x583519['removeEventListener']('animationend',_0x3d6d25),_0x583519['removeEventListener']('webkitAnimationEnd',_0x3d6d25);};_0x583519['addEventListener']('animationend',_0x3d6d25),_0x583519['addEventListener']('webkitAnimationEnd',_0x3d6d25);}['_createLoaderIcon'](){const _0x14898d=new yn('small');return _0x14898d['bind']('isVisible')['to'](this,'isLoading',_0x3471d5=>_0x3471d5),_0x14898d;}}function Gn(_0x453550){if(!_0x453550)return _0x453550;if(_0x453550['length']<=0x78)return _0x453550;const _0x787495=_0x453550['slice'](0x0,0x78),_0x208357=_0x787495['lastIndexOf']('\x20');return(_0x208357>0x0?_0x787495['slice'](0x0,_0x208357):_0x787495)+'…';}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(_0x2223d4,_0x2272af,_0x2557ed,_0x1473e0,_0x374757){this['_locale']=_0x2223d4,this['_visibleChips']=_0x2272af,this['_config']={...Fn,..._0x2557ed,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x2557ed['cssClasses']}},this['_overflowChips']=new dt(),this['_bodyCollection']=_0x1473e0,this['_parentView']=_0x374757||null;}['setContainerElement'](_0x33963a){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x33963a,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 _0x187505=[...this['_visibleChips'],...this['_overflowChips']],_0x500595=this['_createCalculationContainer'](),_0x445511=this['_calculateOverflowInContainer'](_0x500595,_0x187505),_0x33dbf9=_0x500595['_ancestorsToRestore'];_0x33dbf9&&this['_restoreAncestorVisibility'](_0x33dbf9),_0x500595['remove'](),this['_applyOverflowResults'](_0x187505,_0x445511);}['_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 _0x4aa7be=new Nt(this['_locale']);_0x4aa7be['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x2d6777=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x2d6777['push'](this['_config']['cssClasses']['controlsButton']),_0x4aa7be['extendTemplate']({'attributes':{'class':_0x2d6777}}),_0x4aa7be;}['_createShowMoreBalloonPanelView'](){const _0x3c4ac0=new Xt(this['_locale']);return _0x3c4ac0['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x3c4ac0),_0x3c4ac0;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x24b670=>{_0x24b670['disableAnimationOnEnter']();});const _0x32b438=new vt(this['_locale']);_0x32b438['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x32b438);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x59e393=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x59e393?'':'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'](_0x4d6755){const _0x46d109=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x54e797=this['_containerElement']?.['classList'];if(_0x54e797){const _0x288e19=_0x54e797[0x0]||'',_0x27480a=_0x4d6755['querySelector']('.'+_0x288e19),_0x67612d=_0x4d6755['querySelector'](_0x46d109);return _0x27480a||_0x67612d||_0x4d6755;}return _0x4d6755['querySelector'](_0x46d109)||_0x4d6755;}['_calculateContainerWidth'](){const _0x18c9a4=this['_parentView']?.['element']||this['_containerElement'];if(!_0x18c9a4)return Kn;const _0x78c9b7=window['getComputedStyle'](_0x18c9a4)['width'];if('auto'===_0x78c9b7||'0px'===_0x78c9b7||!_0x78c9b7){const _0x1096b4=_0x18c9a4['parentElement'];if(_0x1096b4){const _0xc9c349=window['getComputedStyle'](_0x1096b4);return'auto'!==_0xc9c349['width']?_0xc9c349['width']:Kn;}return Kn;}return _0x78c9b7;}['_applyCalculationStyles'](_0x3255ed,_0x4780d7){this['_config']['cssClasses']['calculationContainer']&&_0x3255ed['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x3255ed['style']['width']=_0x4780d7,_0x3255ed['style']['position']='absolute',_0x3255ed['style']['top']='-9999px',_0x3255ed['style']['left']='-9999px',_0x3255ed['style']['opacity']='0',_0x3255ed['style']['pointerEvents']='none',_0x3255ed['style']['zIndex']='-1',_0x3255ed['style']['visibility']='visible\x20!important',_0x3255ed['style']['display']='block\x20!important',_0x3255ed['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x2a1712){_0x2a1712['forEach'](({element:_0x1eccf5,originalDisplay:_0x1465f1,originalVisibility:_0x4eec6e})=>{_0x1eccf5['style']['display']=_0x1465f1,_0x1eccf5['style']['visibility']=_0x4eec6e;});}['_makeAncestorsVisible'](_0x356593){const _0x3adb0d=[];let _0x5b001e=_0x356593;for(;_0x5b001e&&_0x5b001e!==document['body'];){const _0x2d618c=window['getComputedStyle'](_0x5b001e);'none'!==_0x2d618c['display']&&'hidden'!==_0x2d618c['visibility']||(_0x3adb0d['push']({'element':_0x5b001e,'originalDisplay':_0x5b001e['style']['display'],'originalVisibility':_0x5b001e['style']['visibility']}),_0x5b001e['style']['display']='block',_0x5b001e['style']['visibility']='visible'),_0x5b001e=_0x5b001e['parentElement'];}return _0x3adb0d;}['_createContainerElements'](){let _0x123ef8,_0x58ab98;return this['_parentView']?.['element']?(_0x123ef8=this['_parentView']['element']['cloneNode'](!0x0),_0x58ab98=this['_findTargetContainer'](_0x123ef8)):(_0x123ef8=document['createElement']('div'),_0x58ab98=_0x123ef8),{'calculationContainer':_0x123ef8,'targetContainer':_0x58ab98};}['_createCalculationContainer'](){const {calculationContainer:_0x326b10,targetContainer:_0x3efb54}=this['_createContainerElements'](),_0x4abec3=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x326b10,_0x4abec3);const _0x5bfbff=this['_parentView']?.['element']||this['_containerElement'],_0x4f6421=_0x5bfbff?.['parentElement'];_0x4f6421?_0x4f6421['appendChild'](_0x326b10):document['body']['appendChild'](_0x326b10),_0x326b10['_targetContainer']=_0x3efb54;const _0x39a4d4=this['_makeAncestorsVisible'](_0x4f6421||null);return _0x326b10['offsetWidth'],_0x326b10['_ancestorsToRestore']=_0x39a4d4,_0x326b10;}['_calculateOverflowInContainer'](_0x4bee04,_0x89dfae){const _0x432747=_0x4bee04['_targetContainer']||_0x4bee04,_0x1e9420=[],{rowCount:_0x1d45fe}=this['_renderChipsAndCountRows'](_0x432747,_0x89dfae);if(_0x1d45fe<=this['_config']['maxVisibleRows'])return _0x1e9420;const _0x394805=_0x89dfae['slice']();for(;_0x394805['length']>0x0;){if(this['_testButtonFit'](_0x4bee04,_0x432747,_0x394805)){const _0x3840a2=_0x89dfae['filter'](_0x477e88=>!_0x394805['includes'](_0x477e88));_0x1e9420['push'](..._0x3840a2);break;}if(!_0x394805['pop']())break;}return _0x1e9420;}['_renderChipsAndCountRows'](_0x17f03c,_0x29eb06){_0x17f03c['innerHTML']='',_0x29eb06['forEach'](_0x4ae2f3=>{if(_0x4ae2f3['element']){const _0x1fc52d=_0x4ae2f3['element']['cloneNode'](!0x0);_0x17f03c['appendChild'](_0x1fc52d);}}),_0x17f03c['offsetWidth'];const _0x534994=_0x17f03c['children'],_0x37f37d=[];return Array['from'](_0x534994)['forEach'](_0x4d0418=>{const _0x41881b=_0x4d0418['getBoundingClientRect']()['top'];_0x37f37d['some'](_0x5f3309=>Math['abs'](_0x5f3309-_0x41881b)<this['_config']['rowDetectionTolerance'])||_0x37f37d['push'](_0x41881b);}),{'rowCount':_0x37f37d['length']};}['_createMockButton'](){const _0xfe98ba=document['createElement']('button');return _0xfe98ba['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0xfe98ba['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0xfe98ba['textContent']='+\x201',_0xfe98ba;}['_testButtonFit'](_0x4d6a8f,_0x43f94e,_0x4d7da1){this['_renderChipsAndCountRows'](_0x43f94e,_0x4d7da1);const _0x453159=this['_createMockButton']();_0x4d6a8f['appendChild'](_0x453159),_0x4d6a8f['offsetWidth'];const _0x2c1419=[..._0x43f94e['children'],_0x453159],_0x4db592=[];_0x2c1419['forEach'](_0x18b0f6=>{const _0x2a5e2e=_0x18b0f6['getBoundingClientRect']()['top'];_0x4db592['some'](_0x16be01=>Math['abs'](_0x16be01-_0x2a5e2e)<this['_config']['rowDetectionTolerance'])||_0x4db592['push'](_0x2a5e2e);});const _0x28af7a=_0x4db592['length'];return _0x453159['remove'](),_0x28af7a<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x455095,_0x512622){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x455095['forEach'](_0x24eaab=>{_0x512622['includes'](_0x24eaab)?this['_overflowChips']['add'](_0x24eaab):this['_visibleChips']['add'](_0x24eaab);});}['_updateOverflowUI'](_0x499c5d){if(_0x499c5d>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x499c5d>0x0&&this['_showMoreButtonView']){const _0x92937=''+this['_config']['showMoreLabelPrefix']+(_0x499c5d<0x63?_0x499c5d:'99');this['_showMoreButtonView']['label']=_0x92937;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x28381c,_0xcb7445){this['_distributeChips'](_0x28381c,_0xcb7445),this['_updateOverflowUI'](_0xcb7445['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x477dcf=>{_0x477dcf[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 _0x742992=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x742992['width']||0x0===_0x742992['height'])return!0x1;const _0x3c2ace=window['innerHeight']||document['documentElement']['clientHeight'],_0x58c21a=window['innerWidth']||document['documentElement']['clientWidth'],_0x5644d0=0xc8;return _0x742992['bottom']>=-0xc8&&_0x742992['top']<=_0x3c2ace+_0x5644d0&&_0x742992['right']>=-0xc8&&_0x742992['left']<=_0x58c21a+_0x5644d0;}}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(_0x45fe79,_0x5cbbd0,_0x3bea0d){super(_0x45fe79),this['_bodyCollection']=_0x3bea0d,this['_createContextChips'](_0x5cbbd0);const _0x58444a={'cssClasses':{'showMoreButton':Xn+'\x20'+us,'showMoreBalloon':zn,'overflowContainer':qn,'controlsButton':Qn}};this['_overflowManager']=new Wn(_0x45fe79,this['_contextChips'],_0x58444a,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 _0x1f9835=this['element']['querySelector']('.'+$n);_0x1f9835&&(this['_overflowManager']['setContainerElement'](_0x1f9835),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x165f33){for(const _0x45a240 of _0x165f33){const _0x418779=new Bn(this['locale'],_0x45a240,!0x0,!0x1);this['_contextChips']['add'](_0x418779);}}}class Jn extends an{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x3badb3,_0x32ecc2,_0x1b25cd){super(_0x32ecc2),this['_locale']=_0x3badb3,this['_bodyCollection']=_0x1b25cd,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'](_0xe4dc6f=>!_0xe4dc6f['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(_0x2ffec9,_0x3ac30b){super(_0x3ac30b);const {isWebSearchEnabled:_0x284b3a,isReasoningEnabled:_0xd8ea70}=_0x3ac30b['capabilities'],_0x189007=[];let _0x525933='';_0x284b3a&&_0xd8ea70?(_0x525933=hs(_0x2ffec9,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x189007['push'](tr(_0x3bebb8)),_0x189007['push'](tr(_0x3cfa5e))):_0x284b3a?(_0x525933=hs(_0x2ffec9,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x189007['push'](tr(_0x3bebb8))):_0xd8ea70&&(_0x525933=hs(_0x2ffec9,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x189007['push'](tr(_0x3cfa5e))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x525933?'':'ck-hidden']}});const _0x1ae53f=new vt();_0x1ae53f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x189007,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x525933]}]}),this['children']['add'](_0x1ae53f),this['capabilities']=_0x3ac30b['capabilities'];}}function tr(_0x5aa034){const _0x2561e5=new xt();return _0x2561e5['content']=_0x5aa034,_0x2561e5;}const er=['wheel','touchstart','pointerdown','keydown'],ir=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class sr{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x18a833){this['element']=_0x18a833,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0x19f110 of er){const _0x1bda8b='keydown'!==_0x19f110;this['element']['addEventListener'](_0x19f110,this['_onUserEvent']['bind'](this),{'passive':_0x1bda8b,'signal':this['abortController']['signal']});}}['start']({smooth:_0xca1f93=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0xca1f93?'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'](_0x3e3f34){if(this['isRunning']){if('keydown'===_0x3e3f34['type']){const _0x5e9ddc=_0x3e3f34['key'];if(!ir['includes'](_0x5e9ddc))return;}_0x3e3f34 instanceof WheelEvent?_0x3e3f34['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0xfd406b,scrollHeight:_0xb50040,clientHeight:_0x3a9552}=this['element'];return _0xb50040-_0xfd406b-_0x3a9552<=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(_0x9875bf){super(_0x9875bf),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(_0x2b763a,_0x3fef5e){super(_0x2b763a),this['_bodyCollection']=_0x3fef5e,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'](_0x523023,_0x3d54b5){let _0x4c8c1b;return'ai-reply'===_0x523023?_0x4c8c1b=new vn(this['locale'],_0x3d54b5,this['_bodyCollection']):'ai-suggestion-reply'===_0x523023?(_0x4c8c1b=new Nn(this['locale'],_0x3d54b5,this['_bodyCollection']),_0x4c8c1b['bind']('isTrackChangesOn')['to'](this)):_0x4c8c1b='user-message'===_0x523023?new Jn(this['locale'],_0x3d54b5,this['_bodyCollection']):'interaction-header'===_0x523023?new Zn(this['locale'],_0x3d54b5):'custom-element'===_0x523023?new nr(_0x3d54b5):new wn(_0x3d54b5),this['children']['add'](_0x4c8c1b),_0x4c8c1b;}async['updateReplyItem']({id:_0x20fc32,parsedContent:_0x541cd9,renderingStrategy:_0x4da781,abortSignal:_0x55887e}){const _0x4f261a=this['getItemById'](_0x20fc32);if(!(_0x4f261a instanceof vn))throw new at('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x4f261a,'id':_0x20fc32,'parsedContent':_0x541cd9});await _0x4f261a['updateContent']({'parsedContent':_0x541cd9,'renderingStrategy':_0x4da781,'abortSignal':_0x55887e});}async['updateWebSources'](_0x529226,_0x4d6042){const _0x1070ad=this['getItemById'](_0x529226);if(_0x1070ad instanceof Nn)_0x1070ad['updateSources'](_0x4d6042);else{if(!(_0x1070ad instanceof vn))throw new at('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x1070ad,'id':_0x529226,'sources':_0x4d6042});_0x1070ad['updateSources'](_0x4d6042);}}async['updateSuggestionItem']({id:_0x1e03ed,parts:_0x2c4529,abortSignal:_0xd340b8,skipLoadingEffects:_0x170bbf}){const _0x57330d=this['getItemById'](_0x1e03ed);if(!(_0x57330d instanceof Nn))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x57330d,'id':_0x1e03ed,'parts':_0x2c4529});await _0x57330d['updateContent']({'parts':_0x2c4529,'abortSignal':_0xd340b8,'skipLoadingEffects':_0x170bbf});}['updateSuggestionPartState']({id:_0x2aac70,index:_0x1ac74d,state:_0x584928}){const _0x9a3a21=this['getItemById'](_0x2aac70);if(!(_0x9a3a21 instanceof Nn))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x2aac70});_0x9a3a21['updatePartState'](_0x1ac74d,_0x584928);}['setSuggestionPartActive']({id:_0x2f9dc9,index:_0x4bc347,isActive:_0x252435}){const _0x2b1025=this['getItemById'](_0x2f9dc9);if(!(_0x2b1025 instanceof Nn))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x2f9dc9});this['children']['filter'](_0x26eefb=>_0x26eefb instanceof Nn)['forEach'](_0x411b6c=>{_0x411b6c['setPartActive'](!0x1);}),_0x2b1025['setPartActive'](_0x4bc347,_0x252435);}['markItemAsDone'](_0x5268e5){this['getItemById'](_0x5268e5)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x4e6ffb=>_0x4e6ffb['options']['id']);}['removeItem'](_0x333aaa){this['children']['remove'](this['getItemById'](_0x333aaa));}['hasItem'](_0x265ebe){return!!this['children']['find'](_0x5ea8e6=>_0x5ea8e6['options']['id']['includes'](_0x265ebe));}['scrollToSuggestion'](_0x4874fe,_0x2cbc13){const _0x5f1f0c=this['getItemById'](_0x4874fe);if(!(_0x5f1f0c instanceof Nn))return void It('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x4874fe,'partIndex':_0x2cbc13});const _0x3c8f75=_0x5f1f0c['getPartView'](_0x2cbc13);_0x3c8f75?ft(_0x3c8f75['element'],0x14,this['element']['parentElement'],!0x0,!0x0):It('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x4874fe,'partIndex':_0x2cbc13});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x26f2c9=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x26f2c9,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x33308c=new pn(this['locale'],mn['aiFeed']);return _0x33308c['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x33308c;}['_createFeedItems'](){const _0x5a11d8=new vt(this['locale']);return _0x5a11d8['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x5a11d8;}['_createFeedLoader'](){const _0x1b3d48=new vt(this['locale']);return _0x1b3d48['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x35dc88=>!_0x35dc88)]},'children':this['_createLoaderChildren']()}),_0x1b3d48;}['_createLoaderChildren'](){const _0x244afd=new yn();return _0x244afd['isVisible']=!0x0,[_0x244afd,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x3b2f64){const _0x5ba384=this['children']['find'](_0x2ea5fa=>_0x2ea5fa['options']['id']['includes'](_0x3b2f64));if(!_0x5ba384)throw new at('ai-chat-feed-view-item-not-found',this,{'id':_0x3b2f64});return _0x5ba384;}['setLoadingMessage'](_0x3e1d23){this['set']('loadingMessage',_0x3e1d23);}['toggleLoadingSkeleton'](_0x44d806){this['set']('isLoadingSkeletonVisible',_0x44d806);}['startAutoScroll'](_0xcf8aaf={}){this['scrollManager']['start'](_0xcf8aaf);}['stopAutoScroll'](){this['scrollManager']['stop']();}}class or extends Dt{['filter'](){let _0x551bdd=0x0;for(const _0x4e3a05 of this['items'])_0x551bdd+=_0x4e3a05['items']['length'];return{'resultsCount':_0x551bdd,'totalItemsCount':_0x551bdd};}}const ar='ck-ai-chat__prompt-input_highlighted';class hr extends Lt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x4b549a,_0xa4d0c){super(_0x4b549a,{'queryView':{'label':'','creator':Vt,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new or(_0x4b549a),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0xa4d0c,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',(_0x8d7a45,_0x147ba3)=>!_0x8d7a45&&!_0x147ba3),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x15bcf9,_0x272e4c)=>{this['isUploadInProgress']||this['isEmpty']||_0x15bcf9['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x272e4c());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();});}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x73f7ca=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x73f7ca)return this['queryView']['errorText']=hs(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x3053b4=_0x321d30(_0x73f7ca);this['fire']('sendUserMessage',_0x3053b4),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x45edae){this['queryView']['fieldView']['set']('placeholder',_0x45edae);}['focus'](_0x11fcb1=!0x1){super['focus'](),_0x11fcb1&&(this['element']['classList']['contains'](ar)||(this['element']['classList']['add'](ar),setTimeout(()=>{this['element']['classList']['remove'](ar);},0x320)));}['_createSubmitButton'](){const _0x2f9d50=new Nt(this['locale']);return _0x2f9d50['set']({'icon':_0xc81d82,'label':hs(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+cs,'isEnabled':!0x1}),_0x2f9d50['on']('execute',()=>{this['submit']();}),_0x2f9d50;}['setIsUploadInProgress'](_0x55399a){this['isUploadInProgress']=_0x55399a;}['_setUpAddContextButtonPositioning'](){const _0x59aa37=this['locale'],_0x210d3d=()=>{ct['window']['requestAnimationFrame'](()=>{if(lt(this['element'])){const _0x213d86=new ut(this['queryView']['fieldView']['element']),_0x214ef7=new ut(this['_addContextButtonView']['element']),_0x1355f0=_0x213d86['width'],_0x41f957='rtl'===_0x59aa37['uiLanguageDirection']?'right':'left';_0x213d86['excludeScrollbarsAndBorders']();const _0x421e35=_0x1355f0-_0x213d86['width']+0x1;this['_addContextButtonView']['element']['style'][_0x41f957]='calc('+(_0x1355f0-_0x214ef7['width']-_0x421e35)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x210d3d),this['on']('render',()=>{_0x210d3d(),this['_queryViewResizeObserver']=new bt(this['queryView']['fieldView']['element'],()=>{_0x210d3d();});});}}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(_0x5c036b){super(_0x5c036b),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',_0x90c440=>'selector'===_0x90c440),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0xdf5ee7=>_0xdf5ee7?this['_modelSelectionDropdown']['buttonView']['label']:hs(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x153d81=>_0x153d81),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x5511cc=>_0x5511cc),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x2ca58c=>hs(this['locale'],_0x2ca58c?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x3d4986=>_0x3d4986),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x56d0ca=>hs(this['locale'],_0x56d0ca?'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'](_0x4d1191,_0x223028){if(_0x223028)this['set']('modelDisplayMode','hidden');else{const _0x268f3c=0x1===_0x4d1191['length'];this['set']('modelDisplayMode',_0x268f3c?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x4d1191?.['length'])for(const _0xdbb621 of _0x4d1191){const _0x97b756=new Jt({'label':_0xdbb621['name'],'withText':!0x0,'role':'menuitemradio','id':_0xdbb621['id'],'model':_0xdbb621});_0x97b756['bind']('isOn')['to'](this,'activeModelId',_0x3a47d3=>_0x3a47d3===_0xdbb621['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x97b756,'labelView':new pr(this['locale'],_0xdbb621)});}}['setWebSearch'](_0x92af94){this['set']('webSearchActive',_0x92af94);}['setReasoning'](_0x27bd37){this['set']('reasoningActive',_0x27bd37);}['setModel'](_0xa4f102){if(!_0xa4f102)return;this['activeModelId']=_0xa4f102['id'],this['activeModelName']=_0xa4f102['name']||_0xa4f102['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0xa4f102['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0xa4f102['name']);const _0x541a7c=_0xa4f102['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x541a7c),this['_webSearchButton']['set']('isVisible',_0x541a7c);const _0x172b21=_0xa4f102['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x172b21),this['_reasoningButton']['set']('isVisible',_0x172b21);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x14e55d){this['set']('modelSelectorEnabled',!0x1),_0x14e55d&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x5778f0=new Nt();return _0x5778f0['set']({'label':hs(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x3bebb8,'class':lr+'\x20'+us,'isToggleable':!0x0,'tooltipPosition':Ir}),_0x5778f0['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x5778f0;}['_createReasoningButton'](){const _0x54233c=new Nt();return _0x54233c['set']({'label':hs(this['locale'],'AI_CHAT_REASONING'),'icon':_0x3cfa5e,'class':lr+'\x20'+us,'isToggleable':!0x0,'tooltipPosition':Ir}),_0x54233c['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x54233c;}['_createCommandsButton'](){const _0x20d50c=new Nt();return _0x20d50c['set']({'label':hs(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x61e59f,'withText':!0x0,'class':lr+'\x20'+us,'isToggleable':!0x0,'tooltip':hs(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':Ir}),_0x20d50c['extendTemplate']({'attributes':{'class':[ur]}}),_0x20d50c['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x20d50c;}['_createModelSelectionDropdown'](){const _0x320cec=Gt(this['locale']);return _0x320cec['set']({'panelPosition':'ne','class':[dr]}),_0x320cec['buttonView']['set']({'label':hs(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':Ir,'class':us}),this['listenTo'](_0x320cec,'execute',_0x257c0e=>{this['fire']('selectModel',_0x257c0e['source']['model']);}),_0x320cec;}['_createModelNameView'](){const _0x429081=new mr(this['locale']);return _0x429081['bind']('text')['to'](this,'activeModelName',_0x386f28=>_0x386f28??''),_0x429081['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1ecc34=>'name'===_0x1ecc34),_0x429081;}}let pr=class extends Mt{constructor(_0x5ee293,_0x386975){super();const _0x1f8167=this['bindTemplate'],_0xe1ad39=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x1f8167['to']('style'),'id':_0x1f8167['to']('id')},'children':[{'tag':'div','attributes':{'class':[_r]},'children':[{'text':_0x1f8167['to']('text')}]},{'tag':'div','attributes':{'class':[gr]},'children':[{'tag':'span','children':[{'text':_0x386975['description']}]}]},{'tag':'div','attributes':{'class':[Ar]},'children':_0xe1ad39}]}),_0xe1ad39['addMany'](this['_getCapabilityParts'](_0x5ee293,_0x3bebb8,'AI_CHAT_SEARCH_WEB',_0x386975['capabilities']['webSearch']?.['enabled']??!0x1)),_0xe1ad39['addMany'](this['_getCapabilityParts'](_0x5ee293,_0x3cfa5e,'AI_CHAT_REASONING',_0x386975['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x3b3ef9,_0x5077e7,_0xa0b798,_0xc6472a){const _0x5295fa=new xt();_0x5295fa['content']=_0x5077e7;const _0x3a33d0=new vt(_0x3b3ef9);_0x3a33d0['setTemplate']({'tag':'span','children':[{'text':hs(_0x3b3ef9,_0xa0b798)+':\x20'}]});const _0x4067e4=new vt(_0x3b3ef9);return _0x4067e4['setTemplate']({'tag':'span','children':[{'text':hs(_0x3b3ef9,_0xc6472a?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x5295fa,_0x3a33d0,_0x4067e4];}},mr=class extends vt{constructor(_0x4d795b){super(_0x4d795b),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x6b7c91=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x6b7c91['if']('isVisible','ck-hidden',_0x476493=>!_0x476493)]},'children':[{'text':_0x6b7c91['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(_0x2e7daa){super(_0x2e7daa),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'](_0x5be6c9=>{this['focusTracker']['add'](_0x5be6c9['element']),this['keystrokes']['listenTo'](_0x5be6c9['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'](_0x4ffc2a){this['urlInputField']['errorText']=_0x4ffc2a,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x491b52=new Nt(this['locale']);return _0x491b52['set']({'icon':_0x216998,'tooltip':hs(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x74ee6f,_0x342f3e,_0x2ac3cb)=>{_0x491b52['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x2ac3cb?'':'\x20ck-hidden')]});}),_0x491b52;}['_createUrlInputField'](){const _0x211bf8=new te(this['locale'],_0x42c81c);return _0x211bf8['set']({'label':hs(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x211bf8['fieldView']['set']({'placeholder':hs(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x211bf8;}['_createConfirmButton'](){const _0x3b4304=new Nt(this['locale']);return _0x3b4304['set']({'icon':_0xaff33c,'tooltip':hs(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x3b4304;}['_setupTemplate'](){const _0x4a95b7=new _0x484303(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'});_0x4a95b7['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':Tr,'tabindex':'-1'},'children':[_0x4a95b7,{'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',_0x276d05=>{_0x276d05['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x30fc3a,_0x1ec379)=>{this['clear'](),this['fire']('cancel'),_0x1ec379();});}['_handleSubmit'](){const _0x2b6532=this['getValue']()['trim']();_0x2b6532?this['_isValidUrl'](_0x2b6532)?(this['clearError'](),this['fire']('submitUrl',_0x2b6532)):this['setError'](hs(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](hs(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x2ace8c=this['getValue']()['trim'](),_0x1297e4=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x2ace8c['length']>0x0&&!_0x1297e4;}['_isValidUrl'](_0x34dbc5){try{return!!new URL(_0x34dbc5);}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(_0x35b52b,_0x18605d){super(_0x35b52b),this['resource']=_0x18605d,this['set']('isInContext',!!_0x18605d['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x4f46f6){if(_0x4f46f6['isInContext'])return _0xaff33c;switch(_0x4f46f6['type']){case'document':return _0x22e392;case'web-resource':return _0x5ea46a;case'file':case'text':return _0x3f3bf7;default:return _0xc2c70c;}}['highlightText'](_0x207dfc){if(!_0x207dfc||''===_0x207dfc['trim']())return void this['_titleView']['highlightText'](null);const _0x29669b=new RegExp(_0x4f9813(_0x207dfc),'gi');this['_titleView']['highlightText'](_0x29669b);}['updateResourceState'](_0x5a4c0d){this['resource']['isInContext']=_0x5a4c0d,this['isInContext']=_0x5a4c0d,this['_updateIcon']();}['_createTitleView'](){const _0x432ede=new _0x4a528a();return _0x432ede['text']=this['resource']['label'],_0x432ede['extendTemplate']({'tag':'span','attributes':{'class':[Sr]}}),_0x432ede;}['_createIconView'](){const _0x30dad8=new xt();return _0x30dad8['content']=this['getResourceIcon'](this['resource']),_0x30dad8;}['_setupTemplate'](){const _0x5c1ec9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[fr,_0x5c1ec9['if']('isVisible','ck-hidden',_0x253edf=>!_0x253edf),_0x5c1ec9['if']('isInContext',br)]},'children':[{'tag':'div','attributes':{'class':[Rr]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x5c1ec9['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const kr='ck-ai-chat-resources__list';class Nr extends Dt{['_source'];constructor(_0x14cf31,_0x176912){super(_0x14cf31),this['_source']=_0x176912,this['extendTemplate']({'attributes':{'class':[kr]}});}['setResources'](_0x4edaee,_0x2a190f){this['items']['clear']();let _0x106a98=_0x4edaee;if(this['_source']['useDefaultFiltering']&&_0x2a190f&&''!==_0x2a190f['trim']()){const _0x880bd5=new RegExp(_0x2a190f['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x106a98=_0x4edaee['filter'](_0x431dc7=>_0x880bd5['test'](_0x431dc7['label']));}for(const _0x3adcb1 of _0x106a98){const _0x146ab6=new Or(this['locale'],_0x3adcb1);_0x146ab6['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x3adcb1);}),this['items']['add'](_0x146ab6);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x2a190f);}['highlightText'](_0x3073f7){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x401e3a=>{_0x401e3a['highlightText'](_0x3073f7);});}['updateResourceState'](_0x3af3d5,_0x2f2925){for(const _0x1beaa4 of this['items']){const _0x530f9c=_0x1beaa4;_0x530f9c['resource']['id']===_0x3af3d5&&_0x530f9c['updateResourceState'](_0x2f2925);}}['_handleResourceSelection'](_0x50d52f,_0x9b46e2){this['fire']('addResourceToContext',{'source':_0x50d52f,'resource':_0x9b46e2});}}class vr extends te{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x78f125){const t=_0x78f125['t'],_0x1de2d8={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x42c81c,'label':hs(_0x78f125,'AI_CHAT_SEARCH_RESOURCES')};super(_0x78f125,_0x1de2d8['creator']),this['label']=_0x1de2d8['label'],this['_viewConfig']=_0x1de2d8,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x78f125,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x3a6b5b){this['fire']('search',_0x3a6b5b);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new xt(),this['iconView']['content']=_0x126c35,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x3a4dc2,t){this['resetButtonView']=new Nt(_0x3a4dc2),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x5adff9,'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',_0x1a40c3=>!_0x1a40c3),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(_0x377bb2,_0x2c28cb){super(_0x377bb2),this['_source']=_0x2c28cb['source'],this['_searchInputVisibleFrom']=_0x2c28cb['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 _0x54e610([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 _0x2a9a4e=new vt(this['locale']);return _0x2a9a4e['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x28340e,_0x591609)=>{this['loadResources'](_0x591609),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x591609);}),_0x2a9a4e;}['_createResourcesListView'](){const _0x5f03e4=new Nr(this['locale'],this['_source']);return _0x5f03e4['delegate']('addResourceToContext')['to'](this),_0x5f03e4['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x5f03e4;}['_createSkeletonView'](){const _0x3152aa=new pn(this['locale'],mn['aiChatResources']);return _0x3152aa['bind']('isVisible')['to'](this,'isLoading'),_0x3152aa;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x32b1d9){const _0xaa7ed=ot();this['_latestLoadResourcesUid']=_0xaa7ed,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x32b1d9,'uid':_0xaa7ed}),this['isLoading']=!0x0;}['setResources'](_0x54b3af,_0x284730){if(_0x284730&&_0x284730!==this['_latestLoadResourcesUid'])return;const _0x18cbde=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x54b3af,_0x18cbde),_0x54b3af['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x3d812e,_0x3aaa57){this['_resourcesListView']['updateResourceState'](_0x3d812e,_0x3aaa57);}}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(_0x4712b9,_0x134278,_0x2f9339){this['_locale']=_0x4712b9,this['_bodyCollection']=_0x134278,this['_config']=_0x2f9339;}['showSourceResourcesBalloon']({source:_0x18c57d,withBackButton:_0x3f964f}){let _0x2cbf4c=this['_sourceResourceBalloons']['get'](_0x18c57d['id']);_0x2cbf4c||(_0x2cbf4c=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x18c57d['id'],_0x2cbf4c),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x2cbf4c)),this['_addSourceResourceContent']({'balloonPanel':_0x2cbf4c,'source':_0x18c57d,'withBackButton':_0x3f964f}),_0x2cbf4c['show']();const _0x698876=this['_config']['getTargetElement']();_0x698876&&_0x2cbf4c['pin']({'target':_0x698876,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x338977,_0x37df88,_0x3c4892){const _0x431666=this['_sourceResourceBalloons']['get'](_0x338977);if(!_0x431666)return;const _0x2da840=this['_getResourcesViewFromBalloon'](_0x431666);_0x2da840&&(_0x2da840['setResources'](_0x37df88,_0x3c4892),_0x2da840['once']('change:isLoading',()=>{_0x431666['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x21f5fc){const _0x51a495=this['_sourceResourceBalloons']['get'](_0x21f5fc);_0x51a495&&requestAnimationFrame(()=>{_0x51a495['hide'](),this['_sourceResourceBalloons']['delete'](_0x21f5fc),this['_config']['onBalloonClosed']();});}['isAnyResourceBalloonVisible'](){for(const _0x570448 of this['_sourceResourceBalloons']['values']())if(_0x570448['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x21b3a4,_0x24ddc9,_0x11321b){const _0x49dcae=this['_sourceResourceBalloons']['get'](_0x21b3a4);if(!_0x49dcae||!_0x49dcae['isVisible'])return;const _0xb1297=this['_config']['getTargetElement']();if(!_0xb1297)return;_0x49dcae['pin']({'target':_0xb1297,'limiter':this['_config']['getLimiterElement']()});const _0x392739=this['_getResourcesViewFromBalloon'](_0x49dcae);_0x392739&&_0x392739['updateResourceState'](_0x24ddc9,_0x11321b);}['destroy'](){for(const _0x1c56f8 of this['_sourceResourceBalloons']['values']())_0x1c56f8['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x3032eb=new Xt(this['_locale']);return _0x3032eb['extendTemplate']({'attributes':{'class':xr}}),this['_bodyCollection']['add'](_0x3032eb),_0x3032eb;}['_addSourceResourceContent']({balloonPanel:_0x6f294b,source:_0x4f47bb,withBackButton:_0x44a93d}){_0x6f294b['content']['clear']();const _0x329485=this['_createBalloonHeader']({'balloonPanel':_0x6f294b,'source':_0x4f47bb,'withBackButton':_0x44a93d});_0x6f294b['content']['add'](_0x329485);const _0xb16e0f=this['_createBalloonResourcesView'](_0x4f47bb);_0x6f294b['content']['add'](_0xb16e0f);}['_createBalloonHeader']({balloonPanel:_0x5e27ff,source:_0x2117ff,withBackButton:_0x5e68a0}){const _0x2bef44=new _0x484303(this['_locale'],{'label':_0x2117ff['label'],'class':Dr});return _0x5e68a0&&_0x2bef44['children']['add'](this['_createBackButton'](_0x5e27ff),0x0),_0x2bef44;}['_createBackButton'](_0x5ee533){const _0x2703f0=new Nt(this['_locale']);return _0x2703f0['set']({'icon':_0x216998,'tooltip':hs(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':Lr}),_0x2703f0['on']('execute',()=>{_0x5ee533['hide'](),this['_config']['onBackToContext']();}),_0x2703f0;}['_createBalloonResourcesView'](_0x422d4a){const _0xee1bfd=new yr(this['_locale'],{'source':_0x422d4a,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0xee1bfd['on']('loadSourceResources',(_0xa17f14,_0x27d6fe)=>{this['_config']['onLoadSourceResources'](_0x27d6fe);}),_0xee1bfd['on']('addResourceToContext',(_0x31d3d6,_0x19f86a)=>{this['_config']['onResourceSelected'](_0x19f86a['source'],_0x19f86a['resource']),this['closeSourceResourceBalloon'](_0x422d4a['id']);}),_0xee1bfd;}['_getResourcesViewFromBalloon'](_0x30a1a5){const _0x5b5919=_0x30a1a5['content']['get'](0x1);return _0x5b5919 instanceof yr?_0x5b5919:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0xe059f8){zt({'emitter':_0xe059f8,'contextElements':[_0xe059f8['element']],'callback':()=>{_0xe059f8['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0xe059f8['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(_0xfe353b,_0x566fa6){super(_0xfe353b),this['bodyCollection']=_0x566fa6['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0xfe353b),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0xfe353b),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0xfe353b),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0xfe353b,_0x566fa6);const _0x1851e6={'cssClasses':{'showMoreButton':$r+'\x20'+us,'showMoreBalloon':qr,'overflowContainer':Yr,'controlsButton':Wr}};this['_overflowManager']=new Wn(_0xfe353b,this['_currentContextsChips'],_0x1851e6,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'](_0x5d3d2f,_0x2637e7){const _0x5c2c25=this['_createContextButton'](_0x5d3d2f,'current',!0x0,_0x2637e7);this['_addContextToCollection'](_0x5c2c25,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x3eff5a){this['_removeContextFromCollection'](_0x3eff5a,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x3eff5a,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x251da8,_0xfe6e90){let _0x38125b=this['_currentContextsChips']['find'](_0x452f00=>_0x452f00['id']===_0x251da8);_0x38125b||(_0x38125b=this['_overflowManager']['overflowChips']['find'](_0x41b7aa=>_0x41b7aa['id']===_0x251da8)),_0x38125b&&(_0x38125b['isLoading']=_0xfe6e90);}['setConversationContext'](_0x557c09){this['_conversationContextsChips']['clear']();for(const _0x1558f0 of _0x557c09){const _0x3b8e55=this['_createContextButton'](_0x1558f0,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x3b8e55,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x1ecbe6,_0x527e6b,_0x15fa2a){this['_resourcesBalloonView']['updateResourceState'](_0x1ecbe6,_0x527e6b,_0x15fa2a);}['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:_0x464665,withBackButton:_0x5aa770}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x464665,'withBackButton':_0x5aa770}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x707c51,_0x47c3d7,_0x3a670e,_0x8b42c4){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x707c51,_0x3a670e,_0x8b42c4);}['closeSourceResourceBalloon'](_0x2eb71e){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x2eb71e),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x10e2f2){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x10e2f2),this['_setAddContextButtonEnabled'](_0x10e2f2);}['_setAddContextButtonEnabled'](_0x2a1e31){const _0x17b0fb=!_0x2a1e31['document']['isHidden']&&_0x2a1e31['document']['enabled'],_0x34aaea=_0x2a1e31['urls']['enabled'],_0x4b7de7=_0x2a1e31['files']['enabled'],_0x30e153=_0x2a1e31['sources']['length']>0x0,_0x5bd93b=_0x2a1e31['customItems']&&_0x2a1e31['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x17b0fb||_0x34aaea||_0x4b7de7||_0x30e153||_0x5bd93b;}['_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'](_0x2a2512){const _0x4d46b6=new Nt(_0x2a2512);return _0x4d46b6['set']({'label':hs(_0x2a2512,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Wr+'\x20'+Br+'\x20'+us,'icon':_0x504f07,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x4d46b6;}['_createAddContextBalloonPanelView'](_0x5174e5){return this['_createBaseBalloonPanel'](_0x5174e5,Vr);}['_createUrlBalloonPanelView'](_0x5b4855){const _0x2043a0=this['_createBaseBalloonPanel'](_0x5b4855,Gr);return this['_addUrlContent'](_0x2043a0,_0x5b4855),_0x2043a0;}['_createResourcesBalloonView'](_0x274ce9,_0x48549b){const _0x489d2d={'searchInputVisibleFrom':_0x48549b['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr});},'onResourceSelected':(_0x541c76,_0x3a47a9)=>{this['fire']('addResourceToContext',{'source':_0x541c76,'resource':_0x3a47a9});},'onLoadSourceResources':_0xcb753e=>{this['fire']('loadSourceResources',_0xcb753e);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Pr(_0x274ce9,_0x48549b['bodyCollection'],_0x489d2d);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Qr)||document['body'];}['_createBaseBalloonPanel'](_0x178258,_0x57d2d3){const _0x16fd6b=new Xt(_0x178258);return _0x16fd6b['extendTemplate']({'attributes':{'class':_0x57d2d3}}),this['bodyCollection']['add'](_0x16fd6b),_0x16fd6b;}['_setBalloonPanelContent'](_0x451cb9,_0xde0799,_0x5e56f6){if(_0x451cb9['content']['clear'](),!_0x5e56f6['document']['isHidden']&&_0x5e56f6['document']['enabled']){const _0x11d71f=this['_createBalloonButton'](_0xde0799,{'label':hs(_0xde0799,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x22e392});_0x11d71f['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x451cb9['content']['add'](_0x11d71f);}if(_0x5e56f6['urls']['enabled']){const _0x49ff22=this['_createBalloonButton'](_0xde0799,{'label':hs(_0xde0799,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x5ea46a});_0x49ff22['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Xr}),this['_urlInputView']['focus']();}),_0x451cb9['content']['add'](_0x49ff22);}if(_0x5e56f6['files']['enabled']){const _0xcff1f3=new _0x161cdc(_0xde0799);_0xcff1f3['set']({'label':hs(_0xde0799,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x4aafe4,'withText':!0x0,'tooltip':!0x0,'class':Fr,'allowMultipleFiles':!0x0}),_0xcff1f3['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0xcff1f3['on']('done',(_0x558c90,_0x5e887a)=>{this['fire']('addFileToContext',_0x5e887a);}),_0xcff1f3['tooltip']=!0x0,_0x451cb9['content']['add'](_0xcff1f3);}for(const _0x21cb2c of _0x5e56f6['sources']){const _0x5f0c5f=this['_createBalloonButton'](_0xde0799,{'label':_0x21cb2c['label'],'icon':_0x21cb2c['icon']||_0xc2c70c,'type':'source'});_0x451cb9['content']['add'](_0x5f0c5f),_0x5f0c5f['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x21cb2c,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x316248 of _0x5e56f6['customItems']||[]){const _0x5b85fc=this['_createBalloonButton'](_0xde0799,{'label':_0x316248['label'],'icon':_0x316248['icon']||_0xc2c70c,'type':'customItem'});_0x451cb9['content']['add'](_0x5b85fc),_0x5b85fc['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x316248);});}this['_hasExactlyOneSource']=0x1===_0x451cb9['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x2e0468,_0x5008cb){this['_urlInputView']=new wr(_0x5008cb),this['_urlInputView']['on']('submitUrl',(_0x43cb4f,_0x2bdafd)=>{this['_handleUrlSubmit'](_0x2bdafd);}),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});}),_0x2e0468['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x289126,_0x4f6b12){const _0x16c9c6='source'===_0x4f6b12['type']?new jr(_0x289126):new Nt(_0x289126);return _0x16c9c6['set']({'label':_0x4f6b12['label'],'icon':_0x4f6b12['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Fr}),_0x16c9c6;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){zt({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x185eef){const _0x20db8b=this['_addContextBalloonConfig'];_0x20db8b['buttonView']['isOn']=_0x185eef,_0x185eef?_0x20db8b['balloonView']['show']():_0x20db8b['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x24baed,buttonView:_0xda3480,hideMethod:_0x1777e0}=this['_addContextBalloonConfig'];zt({'emitter':_0x24baed,'contextElements':[_0x24baed['element'],_0xda3480['element']],'callback':()=>{_0x1777e0();},'activator':()=>_0xda3480['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x529857,_0x41719d,_0x3b1add=!0x1,_0x5787b8=!0x1){const _0xb91e0f='conversation'===_0x41719d||!0x0===_0x529857['isReadOnly'],_0x225e88=new Bn(this['locale'],_0x529857,_0xb91e0f,_0x3b1add,_0x5787b8);return _0xb91e0f||_0x225e88['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x225e88['id']);}),_0x225e88;}['_addContextToCollection'](_0x53f811,_0x3442f7){_0x3442f7['add'](_0x53f811,0x0);}['_removeContextFromCollection'](_0x22b6e8,_0x22b69e){const _0x49a23d=_0x22b69e['find'](_0x407d22=>_0x407d22['id']===_0x22b6e8);_0x49a23d&&_0x22b69e['remove'](_0x49a23d);}['_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'](_0x3bacd9){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x3bacd9);}}class jr extends Nt{['arrowView'];constructor(_0x37577b){super(_0x37577b),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 _0x1e54b4=new xt();return _0x1e54b4['content']=_0x5abe6d,_0x1e54b4['extendTemplate']({'attributes':{'class':Kr+'__arrow'}}),_0x1e54b4;}}class Jr extends vt{['_cancelButtonView'];['_loaderView'];constructor(_0x266c5b){super(_0x266c5b),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 _0x29c7d4=new Nt(this['locale']);return _0x29c7d4['set']({'label':hs(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':ls+'\x20ck-ai-button-stop-generating','icon':_0x2c4109}),_0x29c7d4['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x29c7d4;}['_createLoaderView'](){const _0x35dc9b=new vt(this['locale']);return _0x35dc9b['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')}]}),_0x35dc9b;}}class Zr extends vt{['_contextPanelView'];['_promptInputView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];constructor(_0x3aa9c1,_0x54e31c){super(_0x3aa9c1),this['_contextPanelView']=this['_createContextPanelView'](_0x3aa9c1,{'bodyCollection':_0x54e31c['bodyCollection'],'searchInputVisibleFrom':_0x54e31c['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x3aa9c1),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x3aa9c1),this['_loaderView']=this['_createLoaderView'](_0x3aa9c1),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x3aa9c1),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 _0x1c0953=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x1c0953['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x1c0953['if']('isLoading','ck-hidden',_0x507efb=>_0x507efb||!this['isModelAvailable']),_0x1c0953['if']('isModelAvailable','ck-hidden',_0x5698a4=>!_0x5698a4||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x1c0953['if']('isLoading','ck-hidden',_0x5e78c9=>!_0x5e78c9)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x1c0953['if']('isModelAvailable','ck-hidden',_0x270fe8=>_0x270fe8)]},'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'](_0xf1593d,_0xa50b65){return new zr(_0xf1593d,_0xa50b65);}['_createPromptInputView'](_0x3973a2){return new hr(_0x3973a2,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x387f20){return new Er(_0x387f20);}['_createLoaderView'](_0x16ea4f){return new Jr(_0x16ea4f);}['_createModelUnavailableMessageView'](_0x5bbb04){const _0x45265d=new to(_0x5bbb04);return _0x45265d['delegate']('startConversation')['to'](this),_0x45265d;}['_handlePromptInputFocus'](_0x18661a,_0xa24470,_0x3a3201){_0x3a3201?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x45643c,_0x20637b){this['_contextPanelView']['addContextItem'](_0x45643c,_0x20637b);}['removeContextItem'](_0x181ad2){this['_contextPanelView']['removeContextItem'](_0x181ad2);}['setContextItemLoading'](_0x50f72f,_0x5845e6){this['_contextPanelView']['setContextItemLoading'](_0x50f72f,_0x5845e6);}['setIsUploadInProgress'](_0x2d9029){this['_promptInputView']['setIsUploadInProgress'](_0x2d9029);}['setConversationContext'](_0x5257cb){this['_contextPanelView']['setConversationContext'](_0x5257cb);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x5a8b85,_0x4c55b4,_0x3c4e7e){this['_contextPanelView']['updateResourceState'](_0x5a8b85,_0x4c55b4,_0x3c4e7e);}['setWebSearch'](_0x3ec5d6){this['_promptCapabilitiesView']['setWebSearch'](_0x3ec5d6);}['setReasoning'](_0x1799f9){this['_promptCapabilitiesView']['setReasoning'](_0x1799f9);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0xbc6533){this['_contextPanelView']['setAddContextOptions'](_0xbc6533);}['setInputPlaceholder'](_0x4e0464){this['_promptInputView']['setPlaceholderText'](_0x4e0464);}['setModelList'](_0x131f7f,_0x4af5a8){this['_promptCapabilitiesView']['setModelList'](_0x131f7f,_0x4af5a8);}['setModel'](_0x3eaaa5){_0x3eaaa5?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x3eaaa5)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x2f4ba1){this['_promptCapabilitiesView']['disableModelSelector'](_0x2f4ba1);}['populateSourceResourceBalloon'](_0x20202f,_0x272b4d,_0x5e8ffe,_0x2c9c43){this['_contextPanelView']['populateSourceResourceBalloon'](_0x20202f,_0x272b4d,_0x5e8ffe,_0x2c9c43);}['closeSourceResourceBalloon'](_0x598372){this['_contextPanelView']['closeSourceResourceBalloon'](_0x598372);}['focusPromptInput'](_0x4a82da=!0x1){this['_promptInputView']['focus'](_0x4a82da);}['setPromptInputValue'](_0x11bbca){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x11bbca;}}class to extends vt{constructor(_0x438f3f){super(_0x438f3f);const _0x5ef71c=new Nt(_0x438f3f);_0x5ef71c['set']({'label':hs(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x5ef71c['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'},_0x5ef71c]}]});}}class eo extends _0x484303{['resizeButton'];constructor(_0x4ac575,_0x52583d){super(_0x4ac575,{'label':_0x52583d['label'],'class':'ck-ai-header\x20'+_0x52583d['class'],'icon':_0x52583d['icon']}),this['set']('isMaximized',!0x1),_0x52583d['content']&&this['children']['add'](_0x52583d['content']),_0x52583d['showResizeButton']&&(this['resizeButton']=ds(_0x4ac575,this),this['children']['add'](this['resizeButton']));}}class io extends vt{constructor(_0x25972c){super(_0x25972c),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':hs(_0x25972c,'AI_DISCLAIMER_TEXT')}]}]});}}function so(_0x1f87a1,_0x3b5a57){const _0x16553e=new Nt(_0x1f87a1);return _0x16553e['set']({'label':hs(_0x1f87a1,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x389c6e,'class':'ck-ai-chat__start-conversation\x20'+ls}),_0x16553e['on']('execute',()=>{_0x3b5a57['fire']('startConversation');}),_0x16553e;}class no extends vt{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x1c50d2,_0x31dc65){super(_0x1c50d2),this['_bodyCollection']=new Qt(_0x1c50d2),this['_bodyCollection']['attachToDom']();const _0x24a14e=so(_0x1c50d2,this);this['chatHeader']=new eo(_0x1c50d2,{'label':hs(_0x1c50d2,'AI_CHAT_HEADING'),'icon':_0x434a83,'class':'ck-ai-header_chat','content':_0x24a14e,'showResizeButton':_0x31dc65['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new rr(_0x1c50d2,this['_bodyCollection']),this['chatFeed']['delegate'](...tn)['to'](this),this['chatControls']=new Zr(_0x1c50d2,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x31dc65['contextResourcesSearchInputVisibleFrom']}),this['chatControls']['delegate'](...tn)['to'](this),this['chatDisclaimer']=new io(_0x1c50d2),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x1c50d2['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x42cc6d,_0x3431f8,_0x4885d6,_0x237a61){this['chatControls']['populateSourceResourceBalloon'](_0x42cc6d,_0x3431f8,_0x4885d6,_0x237a61);}['closeSourceResourceBalloon'](_0x44671c){this['chatControls']['closeSourceResourceBalloon'](_0x44671c);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class ro extends _0x1c4dd1{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(_0x436e05){super(_0x436e05);const _0x41281e=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new Cn(),this['_view']=new no(this['context']['locale'],{'showResizeButton':_0x41281e['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom')}),this['_view']['delegate']('resizeTabs')['to'](_0x41281e),this['_view']['delegate'](...tn)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0xedf49b,{showDiff:_0x3e786d})=>{this['showDiff']=_0x3e786d;}),_0x41281e['view']['addTab']({'id':'chat','buttonLabel':hs(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x434a83,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x41281e['view'],'isMaximized',_0x433435=>_0x433435),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0xc2ec6e=>_0xc2ec6e),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x65a7d2){const _0x3992c3=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'](_0x65a7d2['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x3992c3}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x1fb633,staticMessage:_0x3aef1e}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x1fb633,'initialContent':'<p>'+_0x3aef1e+'</p>'});});}async['addFeedItemUserMessage'](_0x517bab){const _0xe124ac=_0x517bab['attributes']?.['displayedPrompt']||_0x517bab['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x517bab['contextItems']['values']()),'initialContent':'<p>'+_0xe124ac+'</p>','id':_0x517bab['id']});});}async['addFeedItemError']({errorMessage:_0x56fbbe,id:_0x2ca2f2}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x56fbbe+'</p>','id':_0x2ca2f2});});}async['addFeedItemAIReply'](_0x66da4d){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x66da4d['interactionId']+':'+_0x66da4d['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x2cfddd){const _0x843bdc=$s(this['context']);let _0x464b21=_0x843bdc['config']['get']('ai.availableReplyActions')||[...fn];if(_0x843bdc['plugins']['has']('TrackChanges')){if(!this['_isTrackChangesCommandValueBound']){this['_isTrackChangesCommandValueBound']=!0x0;const _0xabaff1=_0x843bdc['commands']['get']('trackChanges');this['_view']['chatFeed']['bind']('isTrackChangesOn')['to'](_0xabaff1,'value');}}else _0x464b21=_0x464b21['filter'](_0x1c122b=>'insertSuggestion'!=_0x1c122b);return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x2cfddd['interactionId']+':'+_0x2cfddd['id'],'areActionsDisabled':_0x2cfddd['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x464b21}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x5d1c81,_0x3f7707){return this['_promiseQueue']['enqueue'](async()=>{const _0x34fa98=this['_view']['chatFeed']['children']['last'];if(_0x34fa98 instanceof Zn)return this['_view']['chatFeed']['children']['remove'](_0x34fa98),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x5d1c81['id'],'capabilities':{'isWebSearchEnabled':_0x34fa98['capabilities']['isWebSearchEnabled']||_0x3f7707['isWebSearchEnabled'],'isReasoningEnabled':_0x34fa98['capabilities']['isReasoningEnabled']||_0x3f7707['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x5d1c81['id'],'capabilities':_0x3f7707});});}async['addFeedItemCustomElement'](_0x27873e,_0x4296fa){let _0x58e761;return await this['_promiseQueue']['enqueue'](async()=>{_0x58e761=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x27873e,'id':_0x4296fa});}),_0x58e761;}['removeFeedItem'](_0x3161e0){this['_view']['chatFeed']['removeItem'](_0x3161e0);}['hasFeedItem'](_0x4f46b3){return this['_view']['chatFeed']['hasItem'](_0x4f46b3);}['updateFeedInteractionHeader'](_0x2c106b){const _0x135fa8=this['_view']['chatFeed']['children']['find'](_0x17298a=>_0x17298a['options']['id']==_0x2c106b['id']&&_0x17298a instanceof Zn);_0x135fa8&&_0x135fa8['set']('isVisible',_0x2c106b['isVisible']);}async['updateFeedItemAIReplyContent'](_0x564cc7){const _0x3f20fa=_0x564cc7['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x539746=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x564cc7,'abortSignal':_0x539746,'renderingStrategy':_0x3f20fa}),_0x564cc7['isDone']&&this['markFeedItemAsDone'](_0x564cc7['id']);});}['updateFeedItemAIReplySources'](_0x10f582,_0x59e10a){this['_view']['chatFeed']['updateWebSources'](_0x10f582,_0x59e10a);}async['updateFeedItemAIReplySuggestionContent'](_0x597229){return this['_promiseQueue']['enqueue'](async _0x43f4bc=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x597229,'abortSignal':_0x43f4bc}),_0x597229['isDone']&&this['markFeedItemAsDone'](_0x597229['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x4e0698){this['_view']['chatFeed']['updateSuggestionPartState'](_0x4e0698);}['setFeedItemAIReplySuggestionPartActive'](_0x20775a){this['_view']['chatFeed']['setSuggestionPartActive'](_0x20775a);}['markFeedItemAsDone'](_0xa32187){this['_view']['chatFeed']['markItemAsDone'](_0xa32187);}['removeFeedInteraction'](_0x1da9dc){this['_view']['chatFeed']['getItemIds']()['filter'](_0x841713=>_0x841713['startsWith'](_0x1da9dc))['forEach'](_0xfb8d9=>this['_view']['chatFeed']['removeItem'](_0xfb8d9));}['startInteraction'](){const _0x4f8351=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x4f8351),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x2170be){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x18b7a2=>_0x18b7a2['startsWith'](_0x2170be['id']))['forEach'](_0x3e53f7=>this['markFeedItemAsDone'](_0x3e53f7)),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'](_0x13667f,_0x1bc2a0){this['_view']['chatControls']['addContextItem'](_0x13667f,_0x1bc2a0);}['removeContextItem'](_0x5bfe31){this['_view']['chatControls']['removeContextItem'](_0x5bfe31);}['setContextItemLoading'](_0x214c00,_0x98d0dc){this['_view']['chatControls']['setContextItemLoading'](_0x214c00,_0x98d0dc);}['setIsUploadInProgress'](_0x58e6c3){this['_view']['chatControls']['setIsUploadInProgress'](_0x58e6c3);}['setConversationContext'](_0x2ee0bb){this['_view']['chatControls']['setConversationContext'](_0x2ee0bb);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x12a06a,_0x229478,_0x49c0ed){this['_view']['chatControls']['updateResourceState'](_0x12a06a,_0x229478,_0x49c0ed);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0xe64740){this['_view']['chatControls']['setAddContextOptions'](_0xe64740);}['updateCapabilities'](_0x1df8e7){this['_view']['chatControls']['setWebSearch'](_0x1df8e7['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x1df8e7['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x1df8e7));}['setSelectedModel'](_0x54dfde,_0x2d7d6f){this['_view']['chatControls']['setModel'](_0x54dfde),_0x2d7d6f&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x471d8d){this['feedItemRenderingStrategy']=_0x471d8d;}['toggleLoadingSkeleton'](_0x423ba0){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x423ba0);}['resetConversationTitle'](){this['setConversationTitle'](hs(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x115858,_0x26c3a7=!0x1){if(_0x26c3a7&&!St()&&_0x115858['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x115858);this['_view']['chatHeader']['label']=_0x115858;}['setLoadingMessage'](_0x190573){this['_view']['chatFeed']['setLoadingMessage'](_0x190573);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0xa3fe55){let _0x438918=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0xa3fe55[_0x438918],_0x438918++,_0x438918===_0xa3fe55['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x2f561c){return _0x2f561c['isWebSearchEnabled']&&_0x2f561c['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x2f561c['isWebSearchEnabled']?hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x2f561c['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):hs(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x4fe542){return _0x4fe542?_0x4fe542['isWebSearchEnabled']&&_0x4fe542['isReasoningEnabled']?hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x4fe542['isWebSearchEnabled']?hs(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x4fe542['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'](_0x365258,_0x5c3446,_0xfe27f2,_0x23e8f9){this['_view']['populateSourceResourceBalloon'](_0x365258,_0x5c3446,_0xfe27f2,_0x23e8f9);}['closeSourceResourceBalloon'](_0x3488ce){this['_view']['closeSourceResourceBalloon'](_0x3488ce);}['setPromptInputValue'](_0x57616e){this['_view']['chatControls']['setPromptInputValue'](_0x57616e);}['focusPromptInput'](_0x466f34=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x466f34);}['scrollFeedToSuggestion'](_0x379ef0,_0x5455f5){this['_view']['chatFeed']['scrollToSuggestion'](_0x379ef0,_0x5455f5);}['startAutoScroll'](_0x5358d2={}){this['_view']['chatFeed']['startAutoScroll'](_0x5358d2);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class oo extends Dt{['sections'];constructor(_0x385325,_0x4e8ca8){super(_0x385325),this['sections']=_0x4e8ca8,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x18d05b){let _0xc20ac1=0x0,_0x207857=0x0;for(const _0x6df552 of this['sections']){const {resultsCount:_0x1dc3f1,totalItemsCount:_0x2216ca}=_0x6df552['filter'](_0x18d05b);_0xc20ac1+=_0x1dc3f1,_0x207857+=_0x2216ca;}return{'resultsCount':_0xc20ac1,'totalItemsCount':_0x207857};}}class ao extends Ht{['title'];['itemsViews'];['_itemsListView'];constructor(_0x1d498e,{title:_0x45951d,items:_0x1b1b59}){super(_0x1d498e);const _0x19ea03=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x45951d,this['itemsViews']=_0x1b1b59;const _0x32fa0f=new vt(_0x1d498e);_0x32fa0f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new Dt(_0x1d498e),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x19ea03['if']('isVisible','ck-hidden',_0xfb272a=>!_0xfb272a)]},'children':[_0x32fa0f,this['_itemsListView']]});}['filter'](_0x25132a){const _0x3a1529=this['itemsViews']['length'];let _0x26ca3c=0x0;for(const _0x47432d of this['itemsViews']){if(_0x25132a){const _0x34f397=_0x47432d['isMatching'](_0x25132a);_0x47432d['isVisible']=!!_0x34f397,_0x47432d['highlightText'](_0x25132a);}else _0x47432d['isVisible']=!0x0,_0x47432d['highlightText'](null);_0x47432d['isVisible']&&_0x26ca3c++;}return this['isVisible']=_0x26ca3c>0x0,{'resultsCount':_0x26ca3c,'totalItemsCount':_0x3a1529};}['getItem'](_0x3a90f6){return this['itemsViews']['find'](_0x379b72=>_0x379b72['id']===_0x3a90f6);}['removeItem'](_0x4a7c21){const _0x8c5a9=this['itemsViews']['indexOf'](_0x4a7c21);-0x1!==_0x8c5a9&&(this['itemsViews']['splice'](_0x8c5a9,0x1),this['_itemsListView']['items']['remove'](_0x4a7c21));}}class ho extends/* #__PURE__ -- @preserve */
27
+ _0x54c893(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(_0x5ab116,_0x31f6b0){super(_0x5ab116);const _0x4d1ff7=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x31f6b0['pinned']),this['set']('loadingState',null),this['set']('title',_0x31f6b0['title']),this['id']=_0x31f6b0['id'];const {createdAt:_0x2769fd,active:_0xbd80b4=!0x1}=_0x31f6b0;this['_titleView']=new _0x4a528a(),this['_titleView']['bind']('text')['to'](this,'title',t=>_0x321d30(t||'')),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x1849cc=this['_createCheckView'](),_0x3f2b47=this['_createPinButtonView'](_0x5ab116),_0x719cbb=this['_createMenuDropdownView'](),_0x2b8a67=this['_createEditInputView'](_0x5ab116),_0x4eb6b4=this['_createAcceptEditButtonView'](_0x5ab116,_0x2b8a67),_0x52d32e=this['_createCancelEditButtonView'](_0x5ab116);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x3f2b47),this['actions']['add'](_0x719cbb),this['on']('change:isEdit',(_0x5dbe16,_0x14ef32,_0x101ed6)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x101ed6?(this['actions']['add'](_0x4eb6b4),this['actions']['add'](_0x52d32e),this['mainContent']['add'](_0x2b8a67),_0x2b8a67['element']['value']=this['title']||'',_0x2b8a67['element']['focus']()):(this['actions']['add'](_0x3f2b47),this['actions']['add'](_0x719cbb),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0xbd80b4?'ck-ai-chat-history__item--active':'',_0x4d1ff7['if']('isVisible','ck-hidden',_0x106cc3=>!_0x106cc3),_0x4d1ff7['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',_0x4d1ff7['if']('loadingState','ck-hidden',_0x2783cc=>!!_0x2783cc)]},'children':_0xbd80b4?[_0x1849cc]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x4d1ff7['if']('loadingState','ck-hidden',_0x3ef547=>!_0x3ef547)]},'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',_0x4d1ff7['if']('loadingState','ck-hidden',_0x3e81b2=>!!_0x3e81b2)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x4d1ff7['if']('loadingState','ck-hidden',_0x31e92d=>!_0x31e92d)]},'children':[{'text':_0x4d1ff7['to']('loadingState',_0x570b78=>_0x570b78?hs(this['locale'],ho['LOADING_LABELS'][_0x570b78]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x2769fd]}]},{'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'](_0x1f366c){this['set']('title',_0x1f366c);}['updateLoadingState'](_0x331e2b,_0x3c8301){this['set']('loadingState',_0x3c8301?_0x331e2b:null);}['_createCheckView'](){const _0x4885e1=new xt();return _0x4885e1['set']({'content':_0xaff33c}),_0x4885e1;}['_createPinButtonView'](_0x4f8097){const _0x52c834=new Nt(_0x4f8097);return _0x52c834['set']({'label':hs(_0x4f8097,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x38de8f,'withText':!0x1,'tooltip':!0x0}),_0x52c834['bind']('isOn')['to'](this,'pinned'),_0x52c834['on']('execute',()=>{const _0x3b4748=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x3b4748});}),_0x52c834;}['_createMenuDropdownView'](){const _0x144eb7=Gt(this['locale']),_0x36c9e6=_0x144eb7['panelView']['children'];_0x144eb7['buttonView']['set']({'label':hs(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x856848}),_0x144eb7['panelPosition']='sw';const _0x217742=new Nt(this['locale']);_0x217742['label']=hs(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x217742['withText']=!0x0,_0x217742['on']('execute',()=>{this['isEdit']=!0x0;});const _0x2bdfab=new Nt(this['locale']);_0x2bdfab['label']=hs(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x2bdfab['withText']=!0x0,_0x2bdfab['on']('execute',()=>{this['showConfirm'](hs(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x983c1c=new Dt(this['locale']),_0x478819=new Ht(this['locale']);_0x478819['children']['add'](_0x217742);const _0x418ca4=new Ht(this['locale']);return _0x418ca4['children']['add'](_0x2bdfab),_0x983c1c['items']['addMany']([_0x478819,_0x418ca4]),_0x36c9e6['add'](_0x983c1c),_0x144eb7;}['_createEditInputView'](_0xd31b63){const _0x3a7445=new _0x297cb9(_0xd31b63),_0x4c8222=_0x3a7445['bindTemplate'];return _0x3a7445['extendTemplate']({'on':{'keydown':_0x4c8222['to'](_0x309915=>{'Enter'==_0x309915['key']&&this['_commitEditInputValue'](_0x3a7445);})}}),_0x3a7445;}['_createAcceptEditButtonView'](_0x46e3a9,_0x14c2e5){const _0xa627f8=new Nt(_0x46e3a9);return _0xa627f8['set']({'icon':_0xaff33c,'withText':!0x1,'tooltip':hs(_0x46e3a9,'AI_CHAT_HISTORY_ACCEPT')}),_0xa627f8['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0xa627f8['on']('execute',()=>{this['_commitEditInputValue'](_0x14c2e5);}),_0xa627f8;}['_commitEditInputValue'](_0x45e5ff){const _0x2f93d6=_0x45e5ff['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x2f93d6});}['_createCancelEditButtonView'](_0x3a84f1){const _0x1409b5=new Nt(_0x3a84f1);return _0x1409b5['set']({'icon':_0x5adff9,'withText':!0x1,'tooltip':hs(_0x3a84f1,'AI_CHAT_HISTORY_CANCEL')}),_0x1409b5['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x1409b5['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x1409b5;}['_createSpinnerView'](){const _0x21c28e=new yn('tiny');return _0x21c28e['isVisible']=!0x0,_0x21c28e;}['isMatching'](_0x67d5a1){return'string'==typeof this['title']&&this['title']['match'](_0x67d5a1)?{'title':!0x0}:null;}['highlightText'](_0x1e0070){this['_titleView']['highlightText'](_0x1e0070);}}class co extends vt{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x234fdf,_0x37511b){super(_0x234fdf),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0xe36b18=so(_0x234fdf,this);this['headerView']=new eo(_0x234fdf,{'label':hs(_0x234fdf,'AI_CHAT_HISTORY_HEADING'),'icon':_0xa3f093,'class':'ck-ai-header_history','content':_0xe36b18,'showResizeButton':_0x37511b}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new oo(_0x234fdf,[]),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',_0x37d48c=>!_0x37d48c)]}}),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 _0x471621=new _0x3e041a(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':hs(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x31f428=>hs(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x31f428),'secondary':hs(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x4ec874=this['_createErrorView']();return _0x4ec874['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x264d2a=>!_0x264d2a)]}}),_0x471621['on']('render',()=>{_0x471621['children']['add'](_0x4ec874,0x1);}),_0x471621['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x4659d7=>!_0x4659d7)]}}),_0x471621;}['_createSkeletonView'](){const _0x1518b3=new pn(this['locale'],mn['aiHistory']);return _0x1518b3['bind']('isVisible')['to'](this,'isLoading'),_0x1518b3;}['_createErrorView'](){const _0x167c13=new vt(this['locale']),_0x10d888=new Nt(this['locale']);_0x10d888['set']({'withText':!0x1,'icon':_0x5adff9,'class':'ck-ai-notification_error__dismiss-button'}),_0x10d888['bind']('isVisible')['to'](this,'hasItems',_0x277a4c=>!!_0x277a4c),_0x10d888['on']('execute',()=>{this['errorMessage']='';});const _0x38e6cb=this['bindTemplate'];return _0x167c13['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x38e6cb['to']('errorMessage')}]},_0x10d888]}),_0x167c13;}['_createEmptyStateView'](){const _0x107a33=new vt(this['locale']);return _0x107a33['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x53b0ba=>!_0x53b0ba)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[hs(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x107a33;}['_createListItemViews'](_0x5631db,_0x1c3c0e){const _0x1cc15f=[];for(const _0xd53173 of _0x5631db){const _0x3355f2=new ho(_0x1c3c0e,_0xd53173);_0x3355f2['delegate'](...lo)['to'](this),_0x1cc15f['push'](_0x3355f2);}return _0x1cc15f;}['updateHistoryItemsWithCategories'](_0x1f1d70){const _0x56ab16=this['locale']||'en',_0x14cd28=[];for(const _0x4006b8 of _0x1f1d70){const _0x411f65=this['_createListItemViews'](_0x4006b8['items'],_0x56ab16);_0x14cd28['push'](new ao(_0x56ab16,{'title':_0x4006b8['title'],'items':_0x411f65}));}this['sectionsView']['sections']=_0x14cd28,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x14cd28),this['hasItems']=_0x1f1d70['some'](_0x16fc5c=>_0x16fc5c['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x307166){for(const _0x580070 of this['sectionsView']['sections']){const _0x48e579=_0x580070['getItem'](_0x307166);if(_0x48e579){if(_0x580070['removeItem'](_0x48e579),0x0===_0x580070['itemsViews']['length']){const _0x4bb2a3=this['sectionsView']['sections']['indexOf'](_0x580070);-0x1!==_0x4bb2a3&&(this['sectionsView']['sections']['splice'](_0x4bb2a3,0x1),this['sectionsView']['items']['remove'](_0x580070));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x5d81a1,_0x281357){for(const _0x55d114 of this['sectionsView']['sections']){const _0x8446b8=_0x55d114['getItem'](_0x5d81a1);if(_0x8446b8){_0x8446b8['updateTitle'](_0x281357);break;}}}['updateItemLoadingState'](_0x40a332,_0x1137ae,_0x79b82f){for(const _0xb1980d of this['sectionsView']['sections']){const _0x1dec72=_0xb1980d['getItem'](_0x40a332);if(_0x1dec72){_0x1dec72['updateLoadingState'](_0x1137ae,_0x79b82f);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x1d1635=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x1d1635);}}}const lo=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];class uo extends _0x1c4dd1{static get['requires'](){return[os];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1cb6ac){super(_0x1cb6ac);const _0x87849d=this['context']['plugins']['get']('AITabs');this['_historyView']=new co(this['context']['locale'],_0x87849d['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0x87849d),this['_historyView']['delegate'](...lo)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0x87849d['view'],'isMaximized',_0x1d8123=>_0x1d8123),_0x87849d['view']['addTab']({'id':'history','buttonLabel':hs(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0xa3f093,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x441d90){this['_historyView']['removeHistoryItem'](_0x441d90);}['updateItems'](_0x955785){this['_historyView']['updateHistoryItemsWithCategories'](_0x955785);}['updateItemTitle'](_0x8a7749,_0x17dcc7){this['_historyView']['updateItemTitle'](_0x8a7749,_0x17dcc7);}['updateItemLoadingState'](_0x54f5fd,_0x29892d,_0xb140d3){this['_historyView']['updateItemLoadingState'](_0x54f5fd,_0x29892d,_0xb140d3);}['setLoadingSkeleton'](_0x981cfb){this['_historyView']['isLoading']=_0x981cfb;}['showError'](_0xebd533){this['_historyView']['errorMessage']=_0xebd533;}['hideError'](){this['_historyView']['errorMessage']='';}}class _o extends ht(){['id'];['createdAt'];constructor({id:_0x4e5ea0,title:_0x1b111d,createdAt:_0x53c498,updatedAt:_0x483c20,pinned:_0x5d1f09}){super(),this['id']=_0x4e5ea0,this['createdAt']=new Date(_0x53c498),this['set']('title',_0x1b111d),this['set']('updatedAt',_0x483c20?new Date(_0x483c20):null),this['set']('pinned',_0x5d1f09||!0x1);}['updateTitle'](_0x36e695){this['set']('title',_0x36e695),this['updatedAt']=new Date();}['updatePinned'](_0x12f189){this['set']('pinned',_0x12f189),this['updatedAt']=new Date();}}class go extends Tt(){['items']=[];['connector'];['group'];constructor({connector:_0x1e5166,group:_0x4eb815}){super(),this['connector']=_0x1e5166,this['group']=_0x4eb815;}async['init'](){try{const _0x41621c=this['connector']['fetchConversations'](this['group']),_0x1beba3=await _0x41621c['getConversations']();this['loadItems'](_0x1beba3);}catch(_0x5735ed){this['fire']('error',{'error':_0x5735ed,'operation':'init'});}}['addItem'](_0x8cc9ea){this['items']['push'](_0x8cc9ea);}async['removeItem'](_0x41fb9c){const _0xcd0a52=this['items']['findIndex'](_0x244beb=>_0x244beb['id']===_0x41fb9c);if(-0x1===_0xcd0a52)return!0x1;try{return await this['connector']['deleteConversation'](_0x41fb9c)['execute'](),this['items']['splice'](_0xcd0a52,0x1),this['fire']('itemRemoved',{'itemId':_0x41fb9c}),!0x0;}catch(_0x295f8d){return this['fire']('error',{'error':_0x295f8d,'operation':'removeItem','itemId':_0x41fb9c}),!0x1;}}['getItem'](_0x5f1afc){return this['items']['find'](_0x5f4446=>_0x5f4446['id']===_0x5f1afc);}async['updateItemTitle'](_0x24e8c2,_0x543160){const _0x1445c5=this['getItem'](_0x24e8c2);if(!_0x1445c5)return!0x1;try{return await this['connector']['updateConversation'](_0x24e8c2,{'title':_0x543160})['getResult'](),_0x1445c5['updateTitle'](_0x543160),this['fire']('itemUpdated',{'itemId':_0x24e8c2,'updates':{'title':_0x543160}}),!0x0;}catch(_0x2c3f77){return this['fire']('error',{'error':_0x2c3f77,'operation':'updateItemTitle','itemId':_0x24e8c2}),!0x1;}}async['updateItemPinned'](_0x28009f,_0x5d0243){const _0x57504a=this['getItem'](_0x28009f);if(!_0x57504a)return!0x1;try{return await this['connector']['updateConversation'](_0x28009f,{'pinned':_0x5d0243})['getResult'](),_0x57504a['updatePinned'](_0x5d0243),this['fire']('itemUpdated',{'itemId':_0x28009f,'updates':{'pinned':_0x5d0243}}),!0x0;}catch(_0x41cc1d){return this['fire']('error',{'error':_0x41cc1d,'operation':'updateItemPinned','itemId':_0x28009f}),!0x1;}}['loadItems'](_0x3a5f84){try{this['items']=[],_0x3a5f84['map'](_0x1c0d5a=>{this['addItem'](new _o(_0x1c0d5a));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x536287){this['fire']('error',{'error':_0x536287,'operation':'loadItems'});}}['getItems'](_0x6ce95={}){const _0x1b78e2=void 0x0!==_0x6ce95['pinned']&&_0x6ce95['pinned'],_0x563c57=_0x6ce95['from']?new Date(_0x6ce95['from']['getFullYear'](),_0x6ce95['from']['getMonth'](),_0x6ce95['from']['getDate']()):null,_0x584eaf=_0x6ce95['to']?new Date(_0x6ce95['to']['getFullYear'](),_0x6ce95['to']['getMonth'](),_0x6ce95['to']['getDate']()):null;return this['items']['filter'](_0x184f63=>{if(_0x184f63['pinned']!==_0x1b78e2)return!0x1;if(_0x584eaf){const _0x42ee51=new Date(_0x184f63['createdAt']['getFullYear'](),_0x184f63['createdAt']['getMonth'](),_0x184f63['createdAt']['getDate']());return _0x563c57?_0x563c57['getTime']()===_0x584eaf['getTime']()?_0x42ee51['getTime']()===_0x563c57['getTime']():_0x42ee51<_0x584eaf&&_0x42ee51>=_0x563c57:_0x42ee51<_0x584eaf;}return!0x0;});}}class Ao extends _0x1c4dd1{['_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 _0x12bbbe=this['context']['plugins']['get'](os);try{const _0x505cb2=this['_aiChatController']['getGroupId']();this['history']=new go({'connector':this['_aiConnector'],'group':_0x505cb2}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x1902de,_0x1f9df9)=>{this['_setItemLoading'](_0x1f9df9['id'],'remove'),this['_handleRemove'](_0x1f9df9['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x4b94c4,_0x143dbe)=>{this['_setItemLoading'](_0x143dbe['id'],'rename'),this['_handleEditTitle'](_0x143dbe['id'],_0x143dbe['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x111e3b,_0x245a7e)=>{void 0x0!==_0x245a7e['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x245a7e['itemId'],_0x245a7e['updates']['title']),void 0x0!==_0x245a7e['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x245a7e['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x4c1611,_0x26d481)=>{this['_aiChatController']['_handleRemovedConversation'](_0x26d481['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x26d481['itemId']),this['_clearItemLoading'](_0x26d481['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x210232,_0x46fae9)=>{this['_handleHistoryErrorUI'](_0x46fae9['error'],_0x46fae9['operation'],_0x46fae9['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x16cfaf,_0x80057f)=>{this['_handleSelectConversation'](_0x80057f['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x3a68a0,_0x25705b)=>{const _0x5057cb=_0x25705b['pinned']?'pin':'unpin';this['_setItemLoading'](_0x25705b['id'],_0x5057cb),this['_handleTogglePin'](_0x25705b['id'],_0x25705b['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0x12bbbe['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x12bbbe['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x45ddd4){this['_handleHistoryErrorUI'](_0x45ddd4,'init');}}async['_handleEditTitle'](_0x198afd,_0xbdace5){await this['history']['updateItemTitle'](_0x198afd,_0xbdace5);}async['_handleTogglePin'](_0x2c9452,_0x32e515){await this['history']['updateItemPinned'](_0x2c9452,_0x32e515);}async['_handleRemove'](_0x10f9fa){await this['history']['removeItem'](_0x10f9fa);}async['_handleSelectConversation'](_0x15352c){await this['_aiChatController']['loadConversation'](_0x15352c);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x5e7309=this['_aiChatController']['activeConversation']?.['id'],_0x3ed2ad=this['_getCategorizedItems']()['map'](_0xbbbf8c=>({'title':_0xbbbf8c['title'],'items':_0xbbbf8c['items']['map'](_0xbd6498=>({'id':_0xbd6498['id'],'title':_0xbd6498['title']||hs(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0xbd6498['createdAt'])['toLocaleDateString'](),'active':_0xbd6498['id']===_0x5e7309,'pinned':_0xbd6498['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x3ed2ad);}['_setItemLoading'](_0x23e2c7,_0x39c33a){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x23e2c7,_0x39c33a,!0x0);}['_clearItemLoading'](_0x368814){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x368814,null,!0x1);}['_handleHistoryErrorUI'](_0x541984,_0x5baef0,_0x1979fa){const _0x306299=this['_generateErrorMessage'](_0x5baef0,_0x1979fa);this['_aiChatHistoryUi']['showError'](_0x306299),_0x1979fa&&this['_clearItemLoading'](_0x1979fa),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x407cac,_0x73635b){const _0x4244d5=_0x73635b?this['history']['getItem'](_0x73635b):null,_0x2cb257=_0x4244d5?.['title']||hs(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x407cac){case'updateItemTitle':return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x2cb257);case'updateItemPinned':{const _0x4ba4e2=hs(this['context']['locale'],_0x4244d5?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x4ba4e2,_0x2cb257]);}case'removeItem':return hs(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x2cb257);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 _0x1978c7=new Date(),_0x476a24=new Date(_0x1978c7['getFullYear'](),_0x1978c7['getMonth'](),_0x1978c7['getDate']()),_0x3f9106=new Date(_0x476a24);_0x3f9106['setDate'](_0x3f9106['getDate']()-0x1);const _0xfcae8b=new Date(_0x476a24);_0xfcae8b['setDate'](_0xfcae8b['getDate']()-0xe);const _0x26adfb=this['history']['getItems']({'pinned':!0x0}),_0x5e1bbf=this['history']['getItems']({'from':_0x476a24,'to':_0x476a24}),_0x55930e=this['history']['getItems']({'from':_0x3f9106,'to':_0x3f9106}),_0x588f05=this['history']['getItems']({'from':_0xfcae8b,'to':_0x3f9106}),_0x4a7d2e=this['history']['getItems']({'to':_0xfcae8b}),_0x1adf04=[];return _0x26adfb['length']>0x0&&_0x1adf04['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x26adfb}),_0x5e1bbf['length']>0x0&&_0x1adf04['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x5e1bbf}),_0x55930e['length']>0x0&&_0x1adf04['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x55930e}),_0x588f05['length']>0x0&&_0x1adf04['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x588f05}),_0x4a7d2e['length']>0x0&&_0x1adf04['push']({'title':hs(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x4a7d2e}),_0x1adf04;}}class Io extends _0x1c4dd1{static get['requires'](){return[Ao,uo];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class Eo extends _0x1c4dd1{static get['requires'](){return[Xs,Js,ro,Io];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1d82d7){super(_0x1d82d7),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(_0x4186f9,_0x144fbf){super(_0x4186f9);const {id:_0x1fb094,type:_0x301281,icon:_0xdcd953}=_0x144fbf;this['id']=_0x1fb094,this['set']({'label':_0x144fbf['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x144fbf['id']}}),_0xdcd953?this['icon']=_0xdcd953:'chat'===_0x301281?this['icon']=_0x434a83:'review'===_0x301281?this['icon']=_0x2d3729:'translate'===_0x301281&&(this['icon']=_0xc37e4b);}}class mo extends vt{['listView'];constructor(_0x25488c,_0x20aa09){super(_0x25488c);const _0x31853f=_0x20aa09['map'](_0x37c1f3=>{const _0x3d5eee=new Ht(this['locale']),_0x3bf39d=new po(this['locale'],_0x37c1f3);return _0x3d5eee['children']['add'](_0x3bf39d),_0x3bf39d['delegate']('execute')['to'](this),_0x3d5eee;});this['listView']=new Dt(this['locale']),this['listView']['items']['addMany'](_0x31853f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const To='chat-shortcuts';class Co extends _0x1c4dd1{['_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 _0x50d357=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{_0x50d357['activeConversation']['isFromHistory']||this['_injectShortcuts']();}),this['listenTo'](_0x50d357,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x2c189b=['chat','review','translate'];this['_shortcuts']['forEach'](_0x49ec5c=>{let _0x51497d=!0x0;if(_0x49ec5c['id']&&_0x49ec5c['label']&&_0x2c189b['includes'](_0x49ec5c['type'])?'chat'===_0x49ec5c['type']&&(_0x51497d='string'==typeof _0x49ec5c['prompt']):_0x51497d=!0x1,!_0x51497d)throw new at('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x49ec5c});});}['_injectShortcuts'](){const _0x4909ed=this['context']['plugins']['get'](ro);this['_shortcutsView']=new mo(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),_0x4909ed['addFeedItemCustomElement'](this['_shortcutsView']['element'],To),this['_shortcutsView']['on']('execute',_0x4ebd63=>{const _0x9c1970=_0x4ebd63['source']['id'];this['_executeShortcut'](_0x9c1970);});}['_removeShortcuts'](){const _0x39e07f=this['context']['plugins']['get'](ro);_0x39e07f['hasFeedItem'](To)&&_0x39e07f['removeFeedItem'](To),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x419c47){const _0x172e25=this['_shortcuts']['find'](_0xdcbf5d=>_0xdcbf5d['id']===_0x419c47),_0x1f0300=_0x172e25['type'];'chat'===_0x1f0300?this['_runChatShortcut'](_0x172e25):'review'===_0x1f0300?_0x172e25['commandId']?this['_runReviewShortcut'](_0x172e25):this['_switchTab']('reviewMode'):'translate'===_0x1f0300&&(_0x172e25['language']?this['_runTranslateShortcut'](_0x172e25):this['_switchTab']('translate'));}['_switchTab'](_0xfee4e7){if(!this['context']['plugins']['has']('AITabs'))throw new at('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0xfee4e7});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0xfee4e7);}async['_runChatShortcut']({prompt:_0x112a8d,draftMode:_0x172f92,useWebSearch:_0x2e3a32=!0x1,useReasoning:_0x47ddb3=!0x1,model:_0x274e76}){const _0x158e57=this['context']['plugins']['get']('AIChatController'),_0x9696c4=_0x158e57['activeConversation'];let _0x46ee30;_0x46ee30=_0x274e76?await _0x9696c4['chatModels']['getModel'](_0x274e76):await _0x9696c4['chatModels']['getDefault'](),_0x46ee30&&await _0x9696c4['setModel'](_0x46ee30),_0x9696c4['setWebSearch'](_0x2e3a32),_0x9696c4['setReasoning'](_0x47ddb3),_0x158e57['addCurrentDocumentToChatContext'](),_0x172f92?(this['_aiChatUI']['setPromptInputValue'](_0x112a8d),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x158e57['sendMessage']({'message':_0x112a8d});}['_runReviewShortcut']({commandId:_0x14cf61,model:_0x5d71e3,prompt:_0x3850d8,params:_0x13e3b5}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new at('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x204881={'id':_0x14cf61,'isCustom':'custom'===_0x14cf61};_0x5d71e3&&_0x3850d8&&(_0x204881['args']={'model':_0x5d71e3,'prompt':_0x3850d8}),_0x13e3b5&&(_0x204881['params']=_0x13e3b5),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x204881);}['_runTranslateShortcut']({language:_0x380891}){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':_0x380891,'args':{'language':_0x380891}});}}class wo extends _0x3279ff{constructor(_0x4b6eb1){super(_0x4b6eb1);const _0x5a9d88=_0x4b6eb1['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x5a9d88,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x2c82a5=this['editor']['plugins']['get']('AITabs')['view'];_0x2c82a5['isVisible']=!_0x2c82a5['isVisible'];}}class fo extends _0x5d673d{static get['requires'](){return[os];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xf3bc17=this['editor'];_0xf3bc17['commands']['add']('toggleAi',new wo(_0xf3bc17)),_0xf3bc17['ui']['componentFactory']['add']('toggleAi',()=>{const _0x3b6131=this['_createAIUIButton'](Nt);return _0x3b6131['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x3b6131;}),_0xf3bc17['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x13be21=this['_createAIUIButton'](Wt);return _0x13be21['set']({'role':'menuitemcheckbox'}),_0x13be21;});}['_createAIUIButton'](_0x38fbd3){const _0x42627d=this['editor'],_0xb974c6=_0x42627d['commands']['get']('toggleAi'),_0x2cd1c2=new _0x38fbd3(_0x42627d['locale']);return _0x2cd1c2['set']({'label':hs(_0x42627d['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x5b171f,'isToggleable':!0x0}),_0x2cd1c2['bind']('isEnabled')['to'](_0xb974c6),_0x2cd1c2['bind']('isOn')['to'](_0xb974c6,'value',_0x5f3c4e=>!!_0x5f3c4e),this['listenTo'](_0x2cd1c2,'execute',()=>{_0xb974c6['execute']();}),_0x2cd1c2;}}const bo=['applySuggestion','insertSuggestion','showNext','showPrevious'];class So extends vt{['_errorView'];constructor(_0xde78dc){super(_0xde78dc),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x2009d4){this['showError'](_0x2009d4);}['showError'](_0x5b672b){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x5b672b,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x5edb9d=new vt(this['locale']),_0x309e02=new vt(this['locale']);return _0x309e02['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x5edb9d['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x55f1e6=>!_0x55f1e6)]},'children':[_0x309e02]}),_0x5edb9d;}}const Ro=0xa;class Oo extends _0x1c4dd1{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'](_0x3ff1cd){const {id:_0x381c4a}=this['_currentConfig']??{};this['_currentConfig']=_0x3ff1cd;const {id:_0x437f26}=this['_currentConfig'];this['isOpen']&&_0x381c4a===_0x437f26?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x11b384=this['_getTargetEditor']()['plugins']['get']('Dialog');_0x11b384['isOpen']&&this['_currentConfig']&&_0x11b384['id']===this['_currentConfig']['id']&&_0x11b384['hide']();}['_updateDialog'](){const _0x13eef7=this['_getTargetEditor']()['plugins']['get']('Dialog'),{icon:_0x44d07f,title:_0x3b197c}=this['_currentConfig'];_0x13eef7['view']?.['headerView']&&(_0x13eef7['view']['headerView']['label']=_0x3b197c,_0x13eef7['view']['headerView']['iconView']&&_0x44d07f&&(_0x13eef7['view']['headerView']['iconView']['content']=_0x44d07f)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x13eef7['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 _0x1c9962=this['_getTargetEditor']()['plugins']['get']('Dialog'),{id:_0x5e620f,title:_0x2badfd,icon:_0x2a240d,class:_0x45ffad,mainView:_0x4772f0}=this['_currentConfig'];_0x4772f0['delegate'](...bo)['to'](this),_0x1c9962['show']({'title':_0x2badfd,'icon':_0x2a240d,'hasCloseButton':!0x0,'id':_0x5e620f,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x45ffad||''),'content':_0x4772f0,'onShow':_0x36626a=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x36626a['view']?.['updatePosition']();const _0x29b5e9=this['_getSelectionElements']();_0x29b5e9&&_0x29b5e9[0x0]&&Ct({'target':_0x29b5e9[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x36626a['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x5e620f});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x5e620f}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x35923c,_0x2b2974){if(!_0x2b2974){const _0x3f75db=this['_getTargetRootDomRect']();if(!_0x3f75db)return null;_0x2b2974=_0x3f75db;}const _0x5745be=this['_getSelectionElements']();if(!_0x5745be||0x0===_0x5745be['length'])return{'left':Math['round'](_0x2b2974['left']+_0x2b2974['width']/0x2-_0x35923c['width']/0x2),'top':Math['round'](_0x2b2974['top']+_0x2b2974['height']/0x2-_0x35923c['height']/0x2)};const _0x5d6bd2=Math['round'](_0x2b2974['left']+_0x2b2974['width']/0x2-_0x35923c['width']/0x2),_0x371850=_0x5745be['map'](_0x31c0f0=>new ut(_0x31c0f0)),_0x22c03d=_0x35923c['height'];return{'left':_0x5d6bd2,'top':this['_calculateOptimalTopPosition'](_0x371850,_0x22c03d,_0x2b2974)};}['_calculateOptimalTopPosition'](_0x5c977a,_0x37a56b,_0x576aad){const _0x99549d=new ut(ct['window']),_0x17e1af=_0x5c977a['map'](_0x3f29b2=>_0x3f29b2['getVisible']())['filter'](_0x45d351=>_0x45d351),_0x45cab3=ut['getBoundingRect'](_0x17e1af);if(!_0x45cab3)return Math['round'](_0x576aad['top']+_0x576aad['height']/0x2);const _0xc0febf=_0x99549d['getIntersection'](_0x45cab3);if(!_0xc0febf)return Math['round'](_0x576aad['top']+_0x576aad['height']/0x2);const _0x5adbba=_0x576aad['getVisible'](),_0x12ebeb=_0x5adbba&&_0x45cab3['height']>_0x5adbba['height'],_0x4979db=_0xc0febf['top'],_0x296352=_0xc0febf['bottom'];if(_0x12ebeb){const _0x1054c3=(_0x5adbba||_0x99549d)['height']/0x2-_0x37a56b/0x2,_0x27ff77=_0x4979db-Ro-_0x576aad['top'],_0xcf09a4=_0x576aad['bottom']-_0x296352-Ro;return _0x27ff77>=_0x37a56b?Math['max'](Ro,_0x4979db-_0x37a56b-Ro):_0xcf09a4>=_0x37a56b?_0x296352+Ro:Math['max'](Ro,_0x1054c3);}const _0xa9eccb=_0x4979db-_0x37a56b,_0x160e5e=_0x576aad['bottom']-_0x296352-Ro,_0xdd4e07=_0x4979db-Ro-_0x576aad['top'];let _0x12b8ef;if(_0x160e5e>=_0x37a56b)_0x12b8ef=_0x296352+Ro;else{if(_0xdd4e07>=_0x37a56b)_0x12b8ef=_0xa9eccb-Ro;else _0x12b8ef=_0x4979db+_0x45cab3['height']/0x2-_0x37a56b/0x2;}return _0x12b8ef;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x55e3ff=this['_getTargetEditor']();this['listenTo'](_0x55e3ff['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x5c1175,data:{newRange:_0x27d6b9}}of _0x55e3ff['model']['document']['differ']['getChangedMarkers']())if(_0x5c1175['startsWith'](zs+':')&&(_0x27d6b9&&(_0x27d6b9['start']['isEqual'](_0x27d6b9['end'])||'$graveyard'==_0x27d6b9['root']['rootName'])||null==_0x27d6b9)){const _0x435da1=hs(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x435da1),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x399fc3=this['_getTargetEditor']();this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x399fc3['model']['document']);}['_getSelectionElements'](){const _0x2b4f48=this['_getTargetEditor']();return _0x4839b5(_0x2b4f48['editing'],[..._0x2b4f48['model']['markers']['getMarkersGroup']('ai-selection'),..._0x2b4f48['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getTargetRootDomRect'](){const _0x421a8d=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];if(!_0x421a8d)return null;const _0x20dc2a=this['_getTargetEditor'](),_0x47821a=_0x20dc2a['editing']['view']['document']['getRoot'](_0x421a8d['rootName']);if(!_0x47821a)return null;const _0x164d2e=_0x20dc2a['editing']['view']['domConverter']['mapViewToDom'](_0x47821a);return _0x164d2e&&_0x164d2e instanceof HTMLElement?new ut(_0x164d2e):null;}}class ko extends kt{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x284ad9,_0x1583c8={}){super(_0x284ad9),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x1583c8};const _0x3c9f67=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x3c9f67?'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'](_0x163ed3){this['showChangesButton']['isEnabled']=_0x163ed3;}['_setupRatingButtons'](){this['likeButton']=new Nt(this['locale']),this['likeButton']['set']({'icon':_0x4980f4,'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':_0x91f3bb,'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':_0x4e9d44,'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 _0x1314d4=new xt();_0x1314d4['set']({'content':_0xaff33c}),_0x1314d4['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'](_0x1314d4);}['_setupShowChangesButton'](){this['showChangesButton']=new Nt(this['locale']),this['showChangesButton']['set']({'icon':_0x4fcfde,'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',_0x17d06a=>_0x17d06a?_0x5c77ce:_0x4fcfde),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(_0x50f1f2,_0x2357dc){super(_0x50f1f2);const _0x2c9630=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']=_0x2357dc,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new In(_0x50f1f2),this['_partToolbarView']=new _n(_0x50f1f2,_0x2357dc['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x2357dc),this['_stateView']=new un(_0x50f1f2),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new ko(_0x50f1f2,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new vo(_0x50f1f2,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x164f1e,_0x51f2e7,_0x1f44ad,_0x145ed0)=>{let _0x16991f,_0x421a78;'pending'===_0x145ed0?(_0x16991f=this['_partToolbarView'],_0x421a78=this['_stateView']):(_0x16991f=this['_stateView'],_0x421a78=this['_partToolbarView']),this['_stateView']['setState'](_0x1f44ad),_0x16991f['isVisible']=!0x1,_0x421a78['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x2c9630['to']('_state',_0x1c715f=>'ck-ai-chat-balloon-main_state_'+_0x1c715f)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x2357dc);});}['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'](_0x46a082){_0x46a082?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x46a082);}['setState'](_0x25ae8f){this['_state']=_0x25ae8f;}['showError'](_0x1be89a){super['showError'](_0x1be89a),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x5e0ea8){super['showBlockingError'](_0x5e0ea8),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x540e6f){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x540e6f;}['togglePartToolbarEnabled'](_0x3a8dd0){this['_partToolbarView']['isEnabled']=_0x3a8dd0;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x5786c6,showSuggestButton:_0x4cdd74}){_0x5786c6=_0x5786c6&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x4cdd74=_0x4cdd74&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x5786c6,'showSuggestButton':_0x4cdd74});}['_createNextButtonView'](){const _0x37bc8b=new Nt(this['locale']);return _0x37bc8b['set']({'icon':_0x3bd23d,'label':hs(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x37bc8b['on']('execute',()=>{this['fire']('showNext');}),_0x37bc8b;}['_createPreviousButtonView'](){const _0x2eb60a=new Nt(this['locale']);return _0x2eb60a['set']({'icon':_0x534770,'label':hs(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x2eb60a['on']('execute',()=>{this['fire']('showPrevious');}),_0x2eb60a;}}class vo extends vt{constructor(_0x36eacd,_0x2168cf){super(_0x36eacd),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x2168cf});}}class yo extends _0x5d673d{static get['requires'](){return[Bt,Oo];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x8529a6){super(_0x8529a6),this['set']('showDiff',!0x1);}['open'](_0x543e52){const _0x48ae2b=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x48ae2b['plugins']['get']('AIBalloon')['open']({..._0x543e52,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x543e52['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x543e52['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x2ba4a0){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x2ba4a0);}['setState'](_0x3dc7a5){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x3dc7a5);}['_createChatBalloonView'](){const _0x5f09db=this['editor'],_0x490d73=_0x5f09db['plugins']['get']('AIBalloon'),_0x439b0a=_0x5f09db['commands']['get']('trackChanges');let _0x3e56b8=_0x5f09db['config']['get']('ai.availableReplyActions')||[...fn];_0x5f09db['plugins']['has']('TrackChanges')||(_0x3e56b8=_0x3e56b8['filter'](_0x4c7ff9=>'insertSuggestion'!=_0x4c7ff9));const _0x3be8bf=new No(_0x5f09db['locale'],{'availableActions':_0x3e56b8,'showApplyButton':!0x0,'showSuggestButton':!!_0x439b0a});return _0x3be8bf['bind']('showDiff')['to'](this),_0x3be8bf['delegate'](...Zs)['to'](this),_0x3be8bf['delegate']('showPrevious','showNext')['to'](this),_0x490d73['delegate']('dialogClosed')['to'](this),_0x3be8bf['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x3be8bf['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x3be8bf['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x439b0a&&_0x3be8bf['bind']('isTrackChangesOn')['to'](_0x439b0a,'value'),_0x3be8bf['render'](),_0x3be8bf;}['_toggleRotatorButtonsInDialogHeader'](_0x1cfdfb){const _0x3e3710=this['editor'],_0x1c0564=_0x3e3710['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x1cfdfb),_0x1c0564['has'](this['_chatBalloonView']['previousButtonView'])||(_0x1c0564['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x3e3710['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x1c0564['remove'](this['_chatBalloonView']['previousButtonView']),_0x1c0564['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class xo extends _0x5d673d{static get['requires'](){return[fo,yo,_0x20dfb2];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Lo(_0xa0c475){const {editor:_0xdeaf60,action:_0x2a5c6e,withText:_0x513754=!0x1,withIcon:_0x2a3844=!0x0,isInDropdown:_0x57ae3a=!0x0,shouldPreventFocus:_0x3877b1=!0x1}=_0xa0c475;return()=>{const _0x50d896=_0xdeaf60['locale'],_0xf53213=new Nt(_0x50d896),_0x56e024=_0xf53213['bindTemplate'];_0x57ae3a&&_0xf53213['extendTemplate']({'on':{'mouseenter':_0x56e024['to'](()=>{_0x3877b1&&_0x3877b1()||_0xf53213['focus']();})}});const _0x4467c5=_0x2a5c6e['icon']??_0x2a5c6e['parent']?.['icon'];return _0xf53213['set']({'label':_0x2a5c6e['label'],'withText':_0x513754,'role':'menuitem','icon':_0x2a3844?_0x4467c5??_0x215c21:void 0x0,'tooltip':!_0x513754,'class':'ck-ai-quick-actions-button','isEnabled':_0x2a5c6e['isEnabled']}),_0xf53213['on']('execute',()=>{_0xdeaf60['editing']['view']['focus'](),_0xdeaf60['commands']['execute']('aiQuickAction',_0x2a5c6e);}),_0xf53213;};}class Do extends _0xf7990c{['arrowView'];constructor(_0x5981b3,_0x323bb7){super(_0x5981b3,_0x323bb7);const _0x5c7955=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',_0xbea353=>String(_0xbea353)),'data-cke-tooltip-disabled':_0x5c7955['to']('isOn')},'on':{'mouseenter':_0x5c7955['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x15d5aa=new xt();return _0x15d5aa['content']=_0x5abe6d,_0x15d5aa['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x15d5aa;}}class Po extends Dt{['_allListItems'];['_allSearchableItems'];constructor(_0x4e9a2c,_0x11e3b0,_0x185f88){super(_0x4e9a2c),this['_allListItems']=_0x11e3b0,this['_allSearchableItems']=_0x185f88;}['filter'](_0x1eddb9){if(!_0x1eddb9)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x23d3f9=_0x1eddb9['source']['toLowerCase']()['trim'](),_0x34ad3d=this['_allSearchableItems']['filter'](_0x38642a=>(_0x38642a['groupLabel']?_0x38642a['label']+'\x20('+_0x38642a['groupLabel']+')':_0x38642a['label'])['toLowerCase']()['includes'](_0x23d3f9));return this['items']['clear'](),this['items']['addMany'](_0x34ad3d['sort']((_0x3b6159,_0x3dc0a5)=>{const _0x5df1de=_0x3b6159['groupLabel'],_0xdfb59d=_0x3dc0a5['groupLabel'];return _0x5df1de||_0xdfb59d?_0x5df1de?0x1:-0x1:0x0;})['map'](_0x51a0f1=>_0x51a0f1['item'])),this['_highlightQuery'](_0x23d3f9,_0x34ad3d),{'resultsCount':_0x34ad3d['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0xfd3045,_0x22a185){if(!_0xfd3045)return;const _0x278423=new RegExp(_0x4f9813(_0xfd3045),'gi');_0x22a185['forEach'](_0x10ca7c=>{_0x10ca7c['highlightViews']&&_0x10ca7c['highlightViews']['forEach'](_0x78cfd5=>{'function'==typeof _0x78cfd5['highlightText']&&_0x78cfd5['highlightText'](_0x278423);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x35b5b5=>{_0x35b5b5['highlightViews']&&_0x35b5b5['highlightViews']['forEach'](_0x566c17=>{'function'==typeof _0x566c17['highlightText']&&_0x566c17['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(_0x350f0a,_0xa13bc9,_0xfbaf92,_0x409d26,_0x135bbd=!0x1){const _0x350912=_0x350f0a['locale'];super(_0x350912),this['_bodyCollection']=_0x409d26,this['_hasSearch']=_0x135bbd;const _0x45d056=this['_createListItems'](_0x350f0a,_0xa13bc9,_0xfbaf92);this['optionsListView']=new Po(_0x350912,_0x45d056,this['_allSearchableItems']),this['optionsListView']['role']=Ho,this['optionsListView']['items']['addMany'](_0x45d056),this['focusTracker']=new _t(),this['keystrokes']=new gt(),_0x135bbd&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x45d056,this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x135bbd&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0xb96a33=_0x135bbd&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x54e610(_0xb96a33),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x350912['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x3e041a(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 _0x108b1d=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x108b1d);}['_createListItems'](_0x1ab46e,_0x18a018,_0x5b57db){const _0x4c44c7=new _0x54e610();return _0x18a018['forEach'](_0x155472=>{if('actions'in _0x155472){const {listItem:_0x359b85}=this['_createActionGroupButton'](_0x1ab46e,_0x155472,_0x5b57db);_0x4c44c7['add'](_0x359b85),_0x155472['actions']['forEach'](_0x4e47ad=>{this['_createActionButton'](_0x1ab46e,_0x4e47ad,_0x155472['label'],_0x155472['icon']);const {listItem:_0x506b6d,highlightViews:_0x2c7f29}=this['_createSearchResultActionButton'](_0x1ab46e,_0x4e47ad,_0x155472['label'],_0x155472['icon']);this['_allSearchableItems']['push']({'item':_0x506b6d,'label':_0x4e47ad['label'],'groupLabel':_0x155472['label'],'highlightViews':_0x2c7f29});});}else{const {listItem:_0x31e693}=this['_createActionButton'](_0x1ab46e,_0x155472);_0x4c44c7['add'](_0x31e693);const _0x292264=_0x31e693['children']['first'];if(_0x292264){const {listItem:_0x378c89,highlightViews:_0x23ada4}=this['_createSearchResultActionButton'](_0x1ab46e,_0x155472);this['_allSearchableItems']['push']({'item':_0x378c89,'label':_0x292264['label']||'','highlightViews':_0x23ada4});}}}),_0x4c44c7;}['_createActionButton'](_0x5716a7,_0x31ad65,_0x5c6701,_0x38b862){const _0x51a5cc=new Ht(this['locale']);if(_0x5c6701&&_0x38b862){const _0x2fe207=new Nt(this['locale']),_0x306cf9=_0x2fe207['bindTemplate'],_0x15585f=new _0x4a528a();_0x15585f['text']=_0x31ad65['label'];const _0x4b28e1=new _0x4a528a();_0x4b28e1['text']=_0x5c6701;const _0x2101f3=new xt();_0x2101f3['content']=_0x38b862,_0x2101f3['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x2d4104=new vt(this['locale']);_0x2d4104['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x1c3c1e=new vt(this['locale']);return _0x1c3c1e['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x2fe207['set']({'label':_0x31ad65['label']+'\x20('+_0x5c6701+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1}),_0x2fe207['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':[_0x15585f,_0x2d4104,_0x2101f3,_0x4b28e1,_0x1c3c1e],'on':{'mouseenter':_0x306cf9['to'](()=>{this['_isSearchFocused']()||_0x2fe207['focus']();}),'click':_0x306cf9['to'](()=>{_0x2fe207['fire']('execute');})}}),_0x2fe207['on']('execute',()=>{_0x5716a7['editing']['view']['focus'](),_0x5716a7['commands']['execute']('aiQuickAction',_0x31ad65);}),_0x51a5cc['children']['add'](_0x2fe207),{'listItem':_0x51a5cc,'highlightViews':[_0x15585f,_0x4b28e1]};}{const _0x398ae6=new _0x5c7c99(),_0x34cf2e=new Nt(this['locale'],_0x398ae6),_0x7a4897=_0x34cf2e['bindTemplate'],_0x190511=_0x31ad65['icon']??_0x31ad65['parent']?.['icon'],_0x3431a3=void 0x0!==_0x31ad65['icon'];return _0x34cf2e['set']({'label':_0x31ad65['label'],'withText':!0x0,'role':'menuitem','icon':_0x3431a3?_0x190511??_0x215c21:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button'}),_0x34cf2e['extendTemplate']({'on':{'mouseenter':_0x7a4897['to'](()=>{this['_isSearchFocused']()||_0x34cf2e['focus']();})}}),_0x34cf2e['on']('execute',()=>{_0x5716a7['editing']['view']['focus'](),_0x5716a7['commands']['execute']('aiQuickAction',_0x31ad65);}),_0x51a5cc['children']['add'](_0x34cf2e),{'listItem':_0x51a5cc,'highlightViews':[_0x398ae6]};}}['_createSearchResultActionButton'](_0x427926,_0xc00ccf,_0xaf4224,_0x2ffc3c){return _0xaf4224&&_0x2ffc3c?this['_createSearchResultGroupedActionButton'](_0x427926,_0xc00ccf,_0xaf4224,_0x2ffc3c):this['_createSearchResultIndividualActionButton'](_0x427926,_0xc00ccf);}['_createSearchResultGroupedActionButton'](_0x45606,_0x5cb9d6,_0x1f8c97,_0x50a770){const _0x32cbe2=new Ht(this['locale']),_0x5bdb40=new Nt(this['locale']),_0x4f0de0=_0x5bdb40['bindTemplate'],{view:_0x534e75,highlightView:_0x70277f}=this['_createSearchResultGroupRow'](_0x1f8c97,_0x50a770),{view:_0x90258f,highlightView:_0x281107}=this['_createSearchResultActionRow'](_0x5cb9d6['label']),_0x35be81=this['_createSearchResultContentView'](_0x534e75,_0x90258f);return _0x5bdb40['set']({'label':_0x5cb9d6['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}),_0x5bdb40['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':[_0x35be81],'on':{'mouseenter':_0x4f0de0['to'](()=>{this['_isSearchFocused']()||_0x5bdb40['focus']();}),'click':_0x4f0de0['to'](()=>{this['_handleSearchResultButtonClick'](_0x5bdb40);})}}),this['_setupActionButtonExecution'](_0x5bdb40,_0x45606,_0x5cb9d6),_0x32cbe2['children']['add'](_0x5bdb40),{'listItem':_0x32cbe2,'highlightViews':[_0x70277f,_0x281107]};}['_createSearchResultIndividualActionButton'](_0x53af10,_0x5791d1){const _0x171cf9=new Ht(this['locale']),_0x4a2f1e=new _0x5c7c99(),_0x501fa1=new Nt(this['locale'],_0x4a2f1e),_0x1e8768=_0x501fa1['bindTemplate'];return _0x501fa1['set']({'label':_0x5791d1['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button'}),_0x501fa1['extendTemplate']({'on':{'mouseenter':_0x1e8768['to'](()=>{this['_isSearchFocused']()||_0x501fa1['focus']();})}}),this['_setupActionButtonExecution'](_0x501fa1,_0x53af10,_0x5791d1),_0x171cf9['children']['add'](_0x501fa1),{'listItem':_0x171cf9,'highlightViews':[_0x4a2f1e]};}['_createSearchResultGroupRow'](_0x57eb57,_0x395347){const _0x76beed=new vt(this['locale']),_0x1a85b8=new xt();_0x1a85b8['content']=_0x395347,_0x1a85b8['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x39e11a=new _0x4a528a();return _0x39e11a['text']=_0x57eb57,_0x76beed['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x1a85b8,_0x39e11a]}),{'view':_0x76beed,'highlightView':_0x39e11a};}['_createSearchResultActionRow'](_0x142e73){const _0x1f5779=new vt(this['locale']),_0x431729=new _0x4a528a();return _0x431729['text']=_0x142e73,_0x1f5779['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x431729]}),{'view':_0x1f5779,'highlightView':_0x431729};}['_createSearchResultContentView'](_0x2fe514,_0x24cf64){const _0xbbcf32=new vt(this['locale']);return _0xbbcf32['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x2fe514,_0x24cf64]}),_0xbbcf32;}['_setupActionButtonExecution'](_0x17ef0b,_0x1831b2,_0x46f4b5){_0x17ef0b['on']('execute',()=>{_0x1831b2['editing']['view']['focus'](),_0x1831b2['commands']['execute']('aiQuickAction',_0x46f4b5);});}['_createActionGroupButton'](_0x4812b2,_0x31eece,_0x2ec9){const _0x1e9b23=new Ht(this['locale']),_0x1de9f9=new _0x5c7c99(),_0x22c9fd=new Do(this['locale'],_0x1de9f9),_0x21cbfb=_0x22c9fd['bindTemplate'],_0x112301=this['_getPanelKeystroke'](_0x2ec9),_0x475194=this['_createGroupActionsList'](_0x4812b2,_0x31eece['actions'],_0x2ec9);_0x22c9fd['set']({'label':_0x31eece['label'],'withText':!0x0,'role':Mo,'icon':_0x31eece['icon']??_0x215c21,'isEnabled':_0x31eece['actions']['some'](_0x129142=>_0x129142['isEnabled'])}),_0x22c9fd['extendTemplate']({'on':{'mouseenter':_0x21cbfb['to'](()=>{this['_isSearchFocused']()||_0x22c9fd['focus']();})}});const _0x3484b0=new Xt(this['locale']);return _0x3484b0['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x21cbfb['to'](_0x3a540b=>{this['_handlePanelKeydown'](_0x3a540b,_0x112301,_0x22c9fd,_0x3484b0);})}}),_0x22c9fd['bind']('isOn')['to'](_0x3484b0,'isVisible'),this['_bodyCollection']['add'](_0x3484b0),_0x3484b0['content']['add'](_0x475194),this['_setupGroupMenuBehavior'](_0x22c9fd,_0x3484b0),_0x1e9b23['children']['add'](_0x22c9fd),{'listItem':_0x1e9b23,'highlightView':_0x1de9f9};}['_createGroupActionsList'](_0x120fea,_0x48fc6c,_0x3551d3){const _0x13ef44=new Dt(this['locale']);return _0x13ef44['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x48fc6c['forEach'](_0x5ad051=>{const _0x3c8817=new Ht(this['locale']),_0x50ffae=Lo({'editor':_0x120fea,'action':_0x5ad051,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused']()})();_0x3c8817['children']['add'](_0x50ffae),_0x3551d3['focusTracker']['add'](_0x50ffae),_0x13ef44['items']['add'](_0x3c8817);}),_0x13ef44;}['_setupGroupMenuBehavior'](_0x3f70e3,_0x2329ff){const _0x4a0955=_0x3f70e3['bindTemplate'],_0x4981e6=this['_getButtonKeystroke'](_0x3f70e3);_0x3f70e3['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x4a0955['to'](()=>{this['_showNestedPanel'](_0x2329ff,_0x3f70e3);}),'mouseleave':_0x4a0955['to'](_0x5ccf34=>{const _0x40785=_0x5ccf34['relatedTarget'];this['_isMovingToNestedMenu'](_0x40785,_0x2329ff)||this['_hideNestedPanel'](_0x2329ff);}),'keydown':_0x4a0955['to'](_0x1118a2=>{_0x1118a2['key']==_0x4981e6&&(this['_showNestedPanel'](_0x2329ff,_0x3f70e3),_0x2329ff['content']['get'](0x0)['focus']());})}}),_0x2329ff['on']('render',()=>{_0x2329ff['element']?.['addEventListener']('mouseleave',_0x540bba=>{const _0xb6d23=_0x540bba['relatedTarget'];_0x3f70e3['element']?.['contains'](_0xb6d23)||this['_isMovingToNestedMenu'](_0xb6d23,_0x2329ff)||this['_hideNestedPanel'](_0x2329ff);});});}['_showNestedPanel'](_0x4b859d,_0x5023b0){this['_openNestedPanels']['forEach'](_0x27d44d=>{_0x27d44d!==_0x4b859d&&_0x27d44d['isVisible']&&_0x27d44d['hide']();}),_0x4b859d['show'](),_0x4b859d['pin']({'positions':[_0x478601['eastSouth']],'target':_0x5023b0['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x4b859d);}['_hideNestedPanel'](_0x3d7013){_0x3d7013['hide'](),this['_openNestedPanels']['delete'](_0x3d7013);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x1b1a81=>_0x1b1a81['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x5aa2d0,_0x215491){if(!_0x5aa2d0)return!0x1;if(_0x215491['element']?.['contains'](_0x5aa2d0))return!0x0;const _0x3327ea=_0x5aa2d0;return _0x3327ea['closest']&&(null!==_0x3327ea['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x3327ea['closest']('.ck-ai-quick-actions-group-list')||null!==_0x3327ea['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'](_0x131133){return'rtl'===_0x131133['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x7015cc){return'rtl'===_0x7015cc['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x382c5c,_0x30bb38,_0x494566,_0x5bf912){_0x382c5c['key']==_0x30bb38&&(_0x494566['focus'](),this['_hideNestedPanel'](_0x5bf912));}['_handleSearchResultButtonClick'](_0x23e672){_0x23e672['fire']('execute');}}function Vo(_0x10499e){const {editor:_0x1f4cab,content:_0x47f5b5,buttonDefinition:_0xcf1329,bodyCollection:_0x3f80d5,hasSearch:_0x17f73e=!0x1}=_0x10499e;return()=>{const _0x459e21=_0x1f4cab['locale'],_0x1f171f=_0x1f4cab['commands']['get']('aiQuickAction'),_0x4e78c7=Gt(_0x459e21);_0x4e78c7['bind']('isEnabled')['to'](_0x1f171f),_0x4e78c7['buttonView']['set']({'icon':_0xcf1329['icon']??_0x215c21,'label':_0xcf1329['label'],'tooltip':!0x0}),_0x4e78c7['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x1004a1=new Uo(_0x1f4cab,_0x47f5b5,_0x4e78c7,_0x3f80d5,_0x17f73e);return _0x4e78c7['panelView']['children']['add'](_0x1004a1),_0x17f73e&&_0x4e78c7['on']('change:isOpen',(_0x47fcb5,_0x6f64dc,_0x36bd54)=>{if(_0x36bd54){if(_0x1f4cab['plugins']['has']('AIEditing')){const _0x19c94c=_0x1f4cab['plugins']['get'](Js),_0x181a17=_0x1f4cab['model']['document']['selection'],_0x452d27=Array['from'](_0x181a17['getRanges']());_0x452d27['length']>0x0&&_0x19c94c['showFakeVisualSelection']({'ranges':_0x452d27,'id':'quick-action','priority':0x14});}}else _0x1f4cab['plugins']['has']('AIEditing')&&_0x1f4cab['plugins']['get'](Js)['hideFakeVisualSelection']('quick-action'),_0x1004a1['resetSearch']();}),_0x4e78c7;};}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 _0x5d673d{static get['requires'](){return[_0x4f2bac,as];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['init'](){const _0x2444d7=await this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x2444d7),this['_initializeQuickActionsComponentsAndCommands']();}static['getDefaultQuickActions'](_0x205022){return function(_0x1060e1){const _0x18f021=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x1060e1['uiLanguage']),_0x1cfd9c=_0x18f021||'English',_0x1778c2=[{'id':'ask-ai','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x4a5201},{'id':'chat-commands','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x4a5201,'actions':[{'id':'explain','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':hs(_0x1060e1,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Bo['replace']('%0',_0x1cfd9c),'type':'chat'},{'id':'summarize','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':hs(_0x1060e1,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Go['replace']('%0',_0x1cfd9c),'type':'chat'},{'id':'highlight-key-points','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':hs(_0x1060e1,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Fo['replace']('%0',_0x1cfd9c),'type':'chat'}]},{'id':'improve-writing','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x1b95f5},{'id':'continue','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x10b153},{'id':'fix-grammar','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x2254d0},{'id':'adjust-length','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x2ced3e,'actions':[{'id':'make-shorter','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x4df6c2,'actions':[{'id':'make-tone-casual','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0xc37e4b,'actions':[{'id':'translate-to-english','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':hs(_0x1060e1,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x2aadf2,'actions':[]}];return _0x1778c2;}(_0x205022);}async['_getDefaultAndCustomActions'](){const _0x9f150e=Wo['getDefaultQuickActions'](this['editor']['locale']),_0x2f69c2=this['editor']['config']['get']('ai.quickActions.extraCommands')||[];let _0x341221,_0x150be3=[];try{const _0x30b930=new Fs({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']});_0x150be3=await _0x30b930['getAll'](),_0x341221=(await _0x30b930['getDefault']())?.['id'];}catch(_0x17f113){const _0x11af2e=new at('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x17f113});Et(_0x11af2e['message']);}finally{const _0x435f2b=_0x2f69c2['map'](_0x2cd0d9=>({..._0x2cd0d9,'type':'chat'===_0x2cd0d9['type']?'chat':'action','model':'chat'!==_0x2cd0d9['type']?_0x2cd0d9['model']||_0x341221:_0x2cd0d9['model'],'icon':void 0x0}));_0x9f150e['find'](_0x323c73=>'other'===_0x323c73['id'])['actions']['push'](..._0x435f2b),_0x9f150e['forEach'](_0x4efd87=>{if('actions'in _0x4efd87)_0x4efd87['actions']['forEach'](_0x84c5dc=>{if(_0x84c5dc['isEnabled']=!!_0x150be3['find'](_0x8b8ed5=>_0x8b8ed5['id']===_0x84c5dc['model'])||void 0x0===_0x84c5dc['model'],!_0x84c5dc['isEnabled']){const _0x553278=new at('ai-quick-actions-unavailable-model',this,{'actionId':_0x84c5dc['id'],'modelId':_0x84c5dc['model']});Et(_0x553278['message']);}});else{if(_0x4efd87['isEnabled']=!!_0x150be3['find'](_0x93c155=>_0x93c155['id']===_0x4efd87['model'])||void 0x0===_0x4efd87['model'],!_0x4efd87['isEnabled']){const _0x5bd9df=new at('ai-quick-actions-unavailable-model',this,{'actionId':_0x4efd87['id'],'modelId':_0x4efd87['model']});Et(_0x5bd9df['message']);}}});}return _0x9f150e;}['_initializeQuickActionsComponentsAndCommands'](){const _0x14e708=new Qt(this['editor']['locale']);_0x14e708['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x14e708),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x14e708);}['_initializeQuickActionsDropdown'](_0x7e4d){const _0x4eefa5=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Vo({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x215c21,'label':hs(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x7e4d,'hasSearch':_0x4eefa5}));}['_prepareQuickActionsDefinition'](_0x7692b9){this['_quickActionsDefinition']=_0x7692b9['map'](_0x542fd9=>{if('actions'in _0x542fd9){const _0x5b7898=_0x542fd9;return{..._0x5b7898,'actions':_0x5b7898['actions']['map'](_0x2039d8=>{const {actions:_0x255bd0,..._0x17aaf0}=_0x5b7898;return{..._0x2039d8,'parent':_0x17aaf0};})['filter'](_0x36535f=>this['_shouldIncludeAction'](_0x36535f))};}return _0x542fd9;})['filter'](_0xead399=>'actions'in _0xead399?_0xead399['actions']['length']>0x0:this['_shouldIncludeAction'](_0xead399));}['_shouldIncludeAction'](_0x3b52e0){const _0x28027e=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ko[_0x3b52e0['type']])&&!_0x28027e['includes'](_0x3b52e0['id'])&&!('chat'===_0x3b52e0['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0xf2818b){this['_quickActionsDefinition']['forEach'](_0x2e84b5=>{if('actions'in _0x2e84b5){const _0xc5de3d=Vo({'editor':this['editor'],'content':_0x2e84b5['actions'],'buttonDefinition':_0x2e84b5,'bodyCollection':_0xf2818b});this['editor']['ui']['componentFactory']['add'](_0x2e84b5['id'],_0xc5de3d),_0x2e84b5['actions']['forEach'](_0x29389c=>{const _0x289e79=Lo({'editor':this['editor'],'action':_0x29389c});this['editor']['ui']['componentFactory']['add'](_0x29389c['id'],_0x289e79);});}else{const _0x1a48d7=Lo({'editor':this['editor'],'action':_0x2e84b5,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1});this['editor']['ui']['componentFactory']['add'](_0x2e84b5['id'],_0x1a48d7);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x2cc5c9=>{const _0xd0d7a=this['editor']['commands']['get']('aiQuickAction'),_0x436cc0=new Kt(_0x2cc5c9),_0x133d6f=hs(_0x2cc5c9,'AI_QUICK_ACTIONS_HEADING');_0x436cc0['buttonView']['set']({'label':_0x133d6f,'icon':_0x215c21});const _0x2e0b90=new $t(_0x2cc5c9);return _0x2e0b90['set']({'ariaLabel':_0x133d6f,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0xe49ed0=>{if('actions'in _0xe49ed0){const _0x1bfc6c=_0xe49ed0,_0x389299=new qt(_0x2cc5c9,_0x436cc0),_0x2d867f=new Kt(_0x2cc5c9),_0x4facec=new $t(_0x2cc5c9);_0x2d867f['buttonView']['set']({'label':_0x1bfc6c['label'],'icon':_0x1bfc6c['icon']}),_0x1bfc6c['actions']['forEach'](_0x4ddd7a=>{const _0x365192=new qt(_0x2cc5c9,_0x2d867f),_0x3d2079=new Wt(_0x2cc5c9);_0x3d2079['set']({'label':_0x4ddd7a['label'],'icon':_0x4ddd7a['icon'],'role':'menuitem','isEnabled':_0x4ddd7a['isEnabled']}),_0x3d2079['on']('execute',()=>{this['_executeQuickAction'](_0x4ddd7a);}),_0x3d2079['delegate']('execute')['to'](_0x2d867f),_0x365192['children']['add'](_0x3d2079),_0x4facec['items']['add'](_0x365192);}),_0x2d867f['panelView']['children']['add'](_0x4facec),_0x389299['children']['add'](_0x2d867f),_0x2e0b90['items']['add'](_0x389299);}else{const _0x1146fd=_0xe49ed0,_0x22c569=new qt(_0x2cc5c9,_0x436cc0),_0x2aec3c=new Wt(_0x2cc5c9);_0x2aec3c['set']({'label':_0x1146fd['label'],'icon':_0x1146fd['icon'],'role':'menuitem','isEnabled':_0x1146fd['isEnabled']}),_0x2aec3c['on']('execute',()=>{this['_executeQuickAction'](_0x1146fd);}),_0x2aec3c['delegate']('execute')['to'](_0x436cc0),_0x22c569['children']['add'](_0x2aec3c),_0x2e0b90['items']['add'](_0x22c569);}}),(Object['values'](Ko)['some'](_0x27a85c=>this['editor']['plugins']['has'](_0x27a85c))?_0x436cc0['bind']('isEnabled')['to'](_0xd0d7a):_0x436cc0['set']({'isEnabled':!0x1}),_0x436cc0['panelView']['children']['add'](_0x2e0b90),_0x436cc0);});}['_executeQuickAction'](_0xb249e){const _0x266003=this['editor'];_0x266003['editing']['view']['focus'](),_0x266003['commands']['execute']('aiQuickAction',_0xb249e);const _0x1dccd7=_0x266003['ui']['view']['menuBarView'];_0x1dccd7&&_0x1dccd7['close']&&_0x1dccd7['close']();}}class Yo extends _0x3279ff{['execute'](_0x262a11){switch(this['_expandSelectionIfCollapsed'](),_0x262a11['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x34a71a=hs(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x34a71a});}this['_handleAIChatAction'](_0x262a11);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x49b203=hs(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x49b203});}this['_handleAIActionsAction'](_0x262a11);}}async['_handleAIChatAction'](_0x152e7c){const _0x4e48d7=this['editor']['plugins']['get']('AIChatController'),_0x466a06=this['editor']['plugins']['get']('AITabs')['view'];if(_0x466a06['isVisible']||(_0x466a06['isVisible']=!0x0),'chat'!==_0x466a06['activeTab']&&_0x466a06['activateTab']('chat'),'ask-ai'===_0x152e7c['id'])_0x4e48d7['removeSelectionFromChatContext'](),_0x4e48d7['addSelectionToChatContext'](),_0x4e48d7['focusPromptInput']();else await _0x4e48d7['startConversation']({'modelId':_0x152e7c['model']}),_0x4e48d7['removeSelectionFromChatContext'](),_0x4e48d7['addSelectionToChatContext'](),_0x4e48d7['focusPromptInput'](),await _0x4e48d7['sendMessage']({'message':_0x152e7c['prompt']||_0x152e7c['displayedPrompt']||_0x152e7c['label'],'attributes':{'quickActionData':{'id':_0x152e7c['id']},'displayedPrompt':_0x152e7c['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x39d94a=this['editor'],_0x5c5892=_0x39d94a['model']['document']['selection'];if(!_0x5c5892['isCollapsed'])return;const _0x280bf2=At(_0x5c5892['getSelectedBlocks']())||_0x39d94a['model']['schema']['getLimitElement'](_0x5c5892);_0x39d94a['model']['change'](_0x2d6285=>{_0x2d6285['setSelection'](_0x280bf2,'in');});}['_handleAIActionsActionLabel'](_0x533488){return _0x533488['parent']?.['label']&&'other'!==_0x533488['parent']?.['id']?_0x533488['parent']['label']+':\x20'+_0x533488['label']:_0x533488['label'];}async['_handleAIActionsAction'](_0x231bb0){const _0x419812=this['editor']['plugins']['get']('AIActions'),_0x2a551c=_0x231bb0['prompt']?{'userMessage':_0x231bb0['prompt'],'model':_0x231bb0['model']}:{'actionName':_0x231bb0['actionName']||_0x231bb0['id'],'args':_0x231bb0['args']},_0x5c674a=this['_handleAIActionsActionLabel'](_0x231bb0);await _0x419812['executeAction'](_0x2a551c,_0x5c674a,_0x231bb0['icon']);}}class $o extends _0x5d673d{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x491183=this['editor'],_0x36b8ef=new Yo(this['editor']);if(_0x491183['commands']['add']('aiQuickAction',_0x36b8ef),_0x491183['plugins']['has']('AIChat')){const _0x9702da=this['editor']['plugins']['get']('AIChatController');_0x491183['model']['document']['selection']['on']('change:range',(_0x32c650,_0x5e8999)=>{_0x5e8999['directChange']&&_0x9702da['removeSelectionFromChatContext']();});}}}class qo extends xs{['updateChangeGroups'](){if(this['parsedMergedContent']=this['parsedContent']['cloneNode'](!0x0),0x0==this['parsedMergedContent']['childNodes']['length'])return void(this['changeGroups']=[]);const _0x5ea992=this['documentContextContent']['children']['map'](_0xbddda3=>({'node':_0xbddda3,'id':Es(_0xbddda3,'data-id')})),_0x484b9d=this['parsedMergedContent']['children']['map'](_0x4f25ab=>({'node':_0x4f25ab,'id':Es(_0x4f25ab,'data-id')||ot()})),_0x36bcf5=_0x335e37(_0x5ea992,_0x484b9d,{'comparator':(_0x34a826,_0x3430ed)=>_0x34a826['id']==_0x3430ed['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x36bcf5['length']&&_0x36bcf5[_0x36bcf5['length']-0x1]['removed'];)_0x36bcf5['pop']();}const _0x36fb70=_0x36bcf5['map'](_0x1813e8=>{const _0x5799d2=_0x1813e8['added']?'new':_0x1813e8['removed']?'removed':'modified';return{'node':_0x1813e8['value'][0x0]['node'],'type':_0x5799d2,'id':_0x1813e8['value'][0x0]['id']};});this['changeGroups']=[{'changes':_0x36fb70,'state':'pending','index':0x0}];}['_getDifferentChangeGroups'](_0x53130f,_0x401c83){return _0x401c83;}}class Qo extends Ds{['content'];['version'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x32ce30){super(_0x32ce30),this['content']=_0x32ce30['content'],this['version']=_0x32ce30['version'],this['actionName']=_0x32ce30['actionName'],this['args']=_0x32ce30['args'],this['userMessage']=_0x32ce30['userMessage'],this['model']=_0x32ce30['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'](_0x49a527){const _0x8498f=new qo({'locale':this['locale'],'documentContextContent':this['content'],..._0x49a527});return this['replies']['push'](_0x8498f),_0x8498f['delegate'](...Ls)['to'](this),this['fire']('replyCreated',_0x8498f),_0x8498f;}}class Xo extends kt{constructor(_0x286ae9,_0x5d5566=!0x0,_0x50d3c1=!0x0){super(_0x286ae9),this['set']('isEnabled',!0x1),_0x5d5566&&(this['applyButton']=this['_createButton'](hs(_0x286ae9,'AI_BALLOON_APPLY_BUTTON'),cs),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x50d3c1&&(this['suggestButton']=this['_createButton'](hs(_0x286ae9,'AI_BALLOON_SUGGEST_BUTTON'),_0x5d5566?ls:cs),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x5d5566,'showSuggestButton':_0x50d3c1}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x428aa5,showSuggestButton:_0x467133}){this['applyButton']&&(this['applyButton']['isVisible']=_0x428aa5),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x467133);}['_createButton'](_0x4fd086,_0x54ed74){const _0x3a129f=new Nt(this['locale']);return _0x3a129f['set']({'label':_0x4fd086,'class':_0x54ed74,'isVisible':!0x0,'withText':!0x0}),_0x3a129f;}}class zo extends vt{constructor(_0x88c65e){super(_0x88c65e),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(_0x88c65e,'AI_DISCLAIMER_TEXT')}]}]});}}class jo extends vt{constructor(_0x269ac9){super(_0x269ac9),this['set']('isVisible',!0x0);const _0x4ac801=new yn('small');_0x4ac801['isVisible']=!0x0;const _0x5aaf59=new vt(this['locale']);_0x5aaf59['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',_0x3157a5=>!_0x3157a5)]},'children':[_0x4ac801,_0x5aaf59]});}}class Jo extends So{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x28a2f4,_0x1dd469){super(_0x28a2f4),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x1dd469,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 _0x54e610(),this['_addContentWrapper'](_0x1dd469),this['_addDisclaimerView'](),this['_addToolbar'](_0x1dd469),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'](_0x1dd469);});}['render'](){super['render']();for(const _0x36fb2d of this['_focusables'])this['_focusTracker']['add'](_0x36fb2d['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x5f957d){-0x1===_0x5f957d?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x48c5b5){this['_isLoading']=_0x48c5b5;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x18f08b){super['showError'](_0x18f08b),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x49938d){super['showBlockingError'](_0x49938d),this['setErrorState']();}['addMiniToolbarItem'](_0x66fb9){this['_miniToolbarView']['items']['has'](_0x66fb9)||this['_miniToolbarView']['items']['add'](_0x66fb9);}['removeMiniToolbarItem'](_0x50f4f8){this['_miniToolbarView']['items']['has'](_0x50f4f8)&&this['_miniToolbarView']['items']['remove'](_0x50f4f8);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x411c77,showSuggestButton:_0x2ca7af}){_0x411c77=_0x411c77&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x2ca7af=_0x2ca7af&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x411c77,'showSuggestButton':_0x2ca7af});}async['updateContent'](_0xd40da9){await this['_streamableContentView']['update'](_0xd40da9);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x23028f){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'](_0x23028f['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new zo(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x38adc7,showSuggestButton:_0x5ed378}){this['_toolbarView']=new Xo(this['locale'],_0x38adc7,_0x5ed378),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',(_0x5d4926,_0x5b4558,_0x3cd7e8)=>!(_0x5d4926||_0x5b4558||_0x3cd7e8)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x38adc7,'showSuggestButton':_0x5ed378}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0xf4ab13){return this['_miniToolbarView']=new ko(this['locale'],_0xf4ab13),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',(_0x1afeee,_0x5307b5)=>!(_0x1afeee||_0x5307b5)),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 _0x3cae7d=new Nt(this['locale']),_0x366f71=new Nt(this['locale']),_0x3e5cab=new Zo(this['locale']),_0x4f6eb4=new Nt(this['locale']);_0x3cae7d['set']({'icon':tt,'label':hs(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+us}),_0x366f71['set']({'icon':_0x216998,'tooltip':hs(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+us}),_0x4f6eb4['set']({'icon':et,'tooltip':hs(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+us}),_0x3cae7d['bind']('isEnabled')['to'](this,'isBusy',_0x39db95=>!_0x39db95),_0x3cae7d['on']('execute',()=>{this['fire']('tryAgain');}),_0x366f71['bind']('isEnabled')['to'](this,'isBusy',_0x5a0e33=>!_0x5a0e33),_0x366f71['on']('execute',()=>{this['fire']('showPrevious');}),_0x4f6eb4['bind']('isEnabled')['to'](this,'isBusy',_0x3d83f3=>!_0x3d83f3),_0x4f6eb4['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x366f71,this['_navigationCounter']=_0x3e5cab,this['_navigationNextButton']=_0x4f6eb4,this['_navigationTryAgainButton']=_0x3cae7d;}['updateMiniToolbarButtons'](_0x4ec541,_0x382a26){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x47417b=_0x4ec541>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x47417b){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x22de7e=_0x4ec541-_0x382a26;this['_navigationCounter']['setInteractionCount'](_0x22de7e+'/'+_0x4ec541),this['_navigationPreviousButton']['isEnabled']=_0x382a26<_0x4ec541-0x1,this['_navigationNextButton']['isEnabled']=_0x382a26>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'](_0x1066a7){this['_isLoading']=_0x1066a7;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0x112c4b=this['_getScrollableElement']();_0x112c4b&&!this['_scrollManager']&&(this['_scrollManager']=new sr(_0x112c4b));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class Zo extends vt{constructor(_0x1dcbd3){super(_0x1dcbd3);const _0x3c8f14=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x3c8f14['to']('interactionCount')}]});}['setInteractionCount'](_0x4057fe){this['set']('interactionCount',_0x4057fe);}}class ta extends _0x5d673d{static get['requires'](){return[as,Bt,Js,Oo,_0x216072];}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(_0x2e48cd){super(_0x2e48cd),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'](_0x12fc68,_0x3fade9,_0x1f8d22){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x57c31d,anchorData:_0x22e57b,root:_0x5398e2}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x12fc68,_0x57c31d,_0x22e57b,_0x5398e2,_0x3fade9,_0x1f8d22);}}const {modelFragment:_0x437b06,anchorData:_0x1bd0bc,root:_0x3db38b}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x12fc68,_0x437b06,_0x1bd0bc,_0x3db38b,_0x3fade9,_0x1f8d22);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x41bec4=this['editor']['plugins']['has']('TrackChanges');let _0x697025=this['editor']['config']['get']('ai.availableReplyActions')||[...fn];_0x41bec4||(_0x697025=_0x697025['filter'](_0x555c5d=>'insertSuggestion'!=_0x555c5d));const _0x3662c2=this['editor']['commands']['get']('trackChanges'),_0x309f2e=new Jo(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x41bec4,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x697025});return _0x309f2e['bind']('isBusy')['to'](this),_0x3662c2&&_0x309f2e['bind']('isTrackChangesOn')['to'](_0x3662c2,'value'),_0x309f2e['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x309f2e['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x309f2e['on']('showNext',()=>{this['_navigateToNext']();}),_0x309f2e;}['_getExecuteDataRegular'](){const _0x48f24e=this['editor']['model']['document']['selection'],_0x5d2062=_0x48f24e['getFirstRange']()['start']['root'];if(_0x48f24e['isCollapsed']){const _0x3d8d92=At(_0x48f24e['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x48f24e);this['editor']['model']['change'](_0x511178=>{_0x511178['setSelection'](_0x3d8d92,'in');});}const _0x56ef80=_0x48f24e['getFirstRange'](),_0x1367d7=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x48f24e),_0x56ef80['start'],_0x56ef80['end']);this['_copyMarkersToFragment'](_0x1367d7,_0x48f24e,{'isTableSelection':!0x1});const _0x20602f=_0x48f24e['getFirstRange']()['start'],_0x7711b0=new Map();let _0x55dcf5=_0x1367d7;for(let _0x58ccc0=0x0;_0x58ccc0<_0x20602f['path']['length'];_0x58ccc0++)_0x7711b0['set'](_0x55dcf5,_0x20602f['path'][_0x58ccc0]),_0x55dcf5=_0x55dcf5['getChild'](0x0);return{'modelFragment':_0x1367d7,'anchorData':_0x7711b0,'root':_0x5d2062};}['_getExecuteDataInTable'](){const _0x29cd0d=this['editor']['model']['document']['selection'],_0x2c12b6=this['editor']['plugins']['get']('TableSelection'),_0x5916c2=_0x29cd0d['getFirstRange']()['start']['root'],_0x19d14d=_0x2c12b6['getSelectionAsFragment'](),_0x967d26=_0x29cd0d['getFirstRange']()['start']['parent']['parent'],_0x4a0ab3=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x967d26),this['editor']['model']['createPositionAfter'](_0x967d26)),_0x326b4a=this['_wrapWithCommonAncestors'](_0x19d14d,_0x4a0ab3['start'],_0x4a0ab3['end']);this['_copyMarkersToFragment'](_0x326b4a,_0x29cd0d,{'isTableSelection':!0x0});const _0x2396dd=_0x29cd0d['getFirstRange']()['start'],_0x2c8b82=new Map();let _0x55d6c7=_0x326b4a;for(let _0x2f9998=0x0;_0x2f9998<_0x2396dd['path']['length'];_0x2f9998++)if(_0x2c8b82['set'](_0x55d6c7,_0x2396dd['path'][_0x2f9998]),_0x2f9998<_0x2396dd['path']['length']-0x1)_0x55d6c7=_0x55d6c7['getChild'](0x0);else{let _0xb7bf03=_0x55d6c7['nextSibling'];for(;_0xb7bf03;)_0x2c8b82['set'](_0xb7bf03,_0x2396dd['path'][_0x2f9998]),_0xb7bf03=_0xb7bf03['nextSibling'];}return{'modelFragment':_0x326b4a,'anchorData':_0x2c8b82,'root':_0x5916c2};}async['_executeAction'](_0x50b78d,_0x295b31,_0x378103,_0x18d8b7,_0x55ecb9,_0x17e2a6){const _0x4edf6a=this['editor']['plugins']['get'](Js),_0x29af50=this['editor']['plugins']['get'](Oo),_0x42588f=this['editor']['model']['document']['selection'],_0x3f7de0=await _0x4edf6a['modelToDataWithIds'](_0x295b31),_0x2321ae=this['editor']['model']['document']['version'],_0x1d71eb=[..._0x42588f['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x29af50['open']({'index':0x3e8*Math['random']()%0x3e8,'title':_0x55ecb9,'icon':_0x17e2a6||_0x215c21,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x1d71eb,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x29af50),this['_interactionParams']={'action':_0x50b78d,'content':_0x3f7de0,'version':_0x2321ae,'aiBalloon':_0x29af50,'modelFragment':_0x295b31,'anchorData':_0x378103,'root':_0x18d8b7},this['_setupApplyListeners'](),this['listenTo'](_0x29af50,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x29af50,'dialogClosed',(_0x3ef6b8,{id:_0x5919fc})=>{if('aiActionsBalloon'===_0x5919fc){for(const _0xb5d115 of this['_interactions']){if(0x0===_0xb5d115['replies']['length']||_0xb5d115['stoppedExplicitly'])continue;const _0x36c437=_0xb5d115['replies'][_0xb5d115['replies']['length']-0x1],_0x31c823=_0x36c437['changeGroups'][0x0];_0x31c823&&'pending'===_0x31c823['state']&&_0x36c437['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x29af50);}}),this['_createInteraction'](_0x3f7de0,_0x2321ae,_0x29af50,_0x50b78d);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x419c3b,anchorData:_0x8b3147,root:_0x2bfbf0}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x419c3b,_0x8b3147,_0x2bfbf0,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x419c3b,_0x8b3147,_0x2bfbf0,!0x0);});}['_wrapWithCommonAncestors'](_0x263bee,_0x41c35b,_0x53d894){const _0x3255f3=this['editor']['model']['createRange'](_0x41c35b,_0x53d894)['getCommonAncestor'](),_0x61365d=_0x3255f3['is']('documentFragment')?[]:_0x3255f3['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x61365d['length']){const _0x1a0877=_0x61365d['map'](_0x1dd8d9=>_0x1dd8d9['_clone'](!0x1));for(let _0x5a68f2=0x1;_0x5a68f2<_0x1a0877['length'];_0x5a68f2++)_0x1a0877[_0x5a68f2-0x1]['_appendChild'](_0x1a0877[_0x5a68f2]);return _0x1a0877[_0x1a0877['length']-0x1]['_appendChild'](_0x263bee),new _0x1fef78(_0x1a0877[0x0]);}return _0x263bee;}['_copyMarkersToFragment'](_0x1d2fd5,_0x12e00a,_0x5b290c={'isTableSelection':!0x1}){const _0x1f3c69=this['editor']['model'],_0x56caf0=Array['from'](_0x12e00a['getRanges']()),_0x25ab76=_0x12e00a['getFirstRange']()['start'];for(const _0x555e6b of _0x1f3c69['markers']){if(_0x555e6b['name']['startsWith'](zs)||!_0x555e6b['affectsData'])continue;const _0x368b4f=_0x555e6b['getRange']();if(!_0x56caf0['some'](_0xd321f9=>_0xd321f9['containsRange'](_0x368b4f,!0x0)))continue;const _0x5102a4=this['_regularCalculateMarkerPath'](_0x368b4f['start'],_0x25ab76,_0x5b290c['isTableSelection']),_0x1f8ae5=this['_regularCalculateMarkerPath'](_0x368b4f['end'],_0x25ab76,_0x5b290c['isTableSelection']),_0x3d0072=_0x1f3c69['createPositionFromPath'](_0x1d2fd5,_0x5102a4),_0x22c675=_0x1f3c69['createPositionFromPath'](_0x1d2fd5,_0x1f8ae5);if(!_0x3d0072['isEqual'](_0x22c675)){const _0x5c95f5=_0x1f3c69['createRange'](_0x3d0072,_0x22c675);_0x1d2fd5['markers']['set'](_0x555e6b['name'],_0x5c95f5);}}}['_regularCalculateMarkerPath'](_0x4e2aac,_0x31bf7a,_0x53bb8d=!0x1){const _0x16170f=[..._0x4e2aac['path']['slice']()];for(let _0x27ebd7=0x0;_0x27ebd7<Math['max'](_0x31bf7a['path']['length'],_0x4e2aac['path']['length']);_0x27ebd7++){const _0x400a03=_0x31bf7a['path'][_0x27ebd7]||0x0,_0x55f983=(_0x4e2aac['path'][_0x27ebd7]||0x0)-_0x400a03;if(_0x16170f[_0x27ebd7]=_0x55f983,0x0!==_0x55f983&&!_0x53bb8d)break;}return _0x16170f;}async['_createInteraction'](_0xd22036,_0x5e8c7c,_0x45b730,_0x2dfe54){const _0x531412=this['editor'];this['_interactionParams']||(this['_interactionParams']={'action':_0x2dfe54,'content':_0xd22036,'version':_0x5e8c7c,'aiBalloon':_0x45b730,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':this['editor']['model']['document']['selection']['getFirstRange']()['start']['root']});const _0x178d58=new Qo({'connector':this['_aiConnector'],'locale':_0x531412['locale'],'content':_0xd22036,'version':_0x5e8c7c,..._0x2dfe54});this['_interactions']['push'](_0x178d58);const _0xa1491=(_0x2de8d2,_0x1eebf3=!0x1,_0x5cf581='streaming')=>this['_promiseQueue']['enqueue'](async _0x282120=>{try{const _0x21a454=Rs({'editor':_0x531412,'changeGroups':_0x2de8d2['changeGroups'],'documentContextContent':_0x2de8d2['documentContextContent'],'showDiff':_0x1eebf3,'trimUnchanged':!0x1});_0x21a454['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x21a454[0x0],'renderingStrategy':_0x5cf581,'abortSignal':_0x282120});}catch(_0x1f123f){if(this['_isAbortError'](_0x1f123f))return;throw _0x1f123f;}});_0x178d58['on']('replyCreated',(_0x362b28,_0x1fce32)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0xa1491(_0x1fce32)['catch'](_0x21832a=>{this['_isAbortError'](_0x21832a)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x21832a),this['_setErrorState'](_0x178d58));});}),_0x178d58['on']('replyContentUpdated',(_0xa3ffba,_0x12adef)=>{_0xa1491(_0x12adef)['catch'](_0x27f0d4=>{this['_isAbortError'](_0x27f0d4)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x27f0d4),this['_setErrorState'](_0x178d58));});}),_0x178d58['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x2f7982){this['_isAbortError'](_0x2f7982)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x2f7982),this['_setErrorState'](_0x178d58));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x26eb17,{showDiff:_0x3ec4a4})=>{try{this['_balloonShowDiff']=_0x3ec4a4;const _0x16be02=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x16be02&&await _0xa1491(_0x16be02,_0x3ec4a4,'static');}catch(_0x5e9956){this['_isAbortError'](_0x5e9956)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x5e9956),this['_setErrorState'](_0x178d58));}}),_0x178d58['on']('replyChangeGroupStateUpdated',()=>{const _0x7ab85b={'positiveCount':_0x178d58['replies']['reduce']((_0x54f60b,_0x2d9b9a)=>_0x54f60b+_0x2d9b9a['changeGroups']['filter'](_0xc32113=>'accepted'===_0xc32113['state'])['length'],0x0),'totalCount':_0x178d58['replies']['reduce']((_0x2d4c53,_0x125e98)=>_0x2d4c53+_0x125e98['changeGroups']['length'],0x0)},_0x34d8ef=_0x178d58['actionCallId'],_0x38b561=_0x178d58['actionName'];_0x38b561?this['_aiConnector']['upsertAIActionRating'](_0x38b561,_0x34d8ef,_0x7ab85b):this['_aiConnector']['upsertCustomAIActionRating'](_0x34d8ef,_0x7ab85b);}),this['_setLoadingState']();try{const _0xfa41f7=await _0x178d58['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0xfa41f7;}catch(_0x5d0029){if(this['_isAbortError'](_0x5d0029))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x178d58);}}['_applyChanges'](_0x1766bc,_0x3782d9,_0x586227,_0x3fc75a){const _0x3df826=this['editor'];if(_0x3fc75a&&!_0x3df826['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',null);const _0x32e5c3=this['editor']['plugins']['get'](_0x216072),_0x317c4a=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x317c4a||!_0x317c4a['replies']['length'])return;const _0x40727d=_0x317c4a['replies'][_0x317c4a['replies']['length']-0x1],_0x5453a7=_0x40727d['changeGroups'];_0x40727d['setChangeGroupState'](0x0,'accepted');let _0x1a1eb4=qs({'editor':_0x3df826,'reply':_0x40727d,'interaction':_0x317c4a,'groups':_0x5453a7,'transform':!0x1,'documentCompare':_0x32e5c3,'documentCompareOptions':{'anchor':_0x3df826['model']['createPositionAt'](_0x1766bc,0x0),'markDeletions':_0x3fc75a}});_0x1a1eb4=this['_filterOperationsOutsideRange'](_0x1a1eb4,_0x3782d9);for(const _0x5ef1a3 of _0x1a1eb4)this['_anchorOperation'](_0x3782d9,_0x5ef1a3,_0x586227);const _0x1f16c0=_0x317c4a['getDocumentContext']()['version'],_0x477564=_0x3df826['model']['document']['history']['getOperations'](_0x1f16c0),_0x46a633={'document':_0x3df826['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x244a97=_0x469e64(_0x1a1eb4,_0x477564,_0x46a633)['operationsA'];_0x3df826['model']['change'](_0x19db2b=>{if(_0x19db2b['setSelection'](_0x3df826['model']['document']['selection']['focus']),_0x3fc75a)_0x3df826['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x244a97);else{for(const _0x5ab2a8 of _0x244a97)_0x5ab2a8['baseVersion']=_0x3df826['model']['document']['version'],Qs(_0x3df826,_0x5ab2a8),_0x19db2b['batch']['addOperation'](_0x5ab2a8),_0x3df826['model']['applyOperation'](_0x5ab2a8);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x3de620,_0xa6d58a){return _0x3de620['filter'](_0x394838=>{if('rename'==_0x394838['type']){const _0x3bb515=_0x394838['position']['nodeAfter'];return!_0xa6d58a['has'](_0x3bb515);}if(_0x394838['type']['indexOf']('Attribute')>-0x1){const _0x31229b=_0x394838['range']['start']['nodeAfter'];return!_0xa6d58a['has'](_0x31229b);}return!0x0;});}['_anchorOperation'](_0x5dffaf,_0x5f061d,_0x312e8c){const _0x28d776=_0x5f061d['clone']();for(const _0x4aef6d in _0x5f061d){const _0x2f9ebf=_0x5f061d[_0x4aef6d];_0x2f9ebf instanceof _0x17fab8?_0x5f061d[_0x4aef6d]=new _0x17fab8(_0x15b6a3(_0x2f9ebf['start']),_0x15b6a3(_0x2f9ebf['end'])):_0x2f9ebf instanceof _0x4de1b4&&(_0x5f061d[_0x4aef6d]=_0x15b6a3(_0x2f9ebf));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x28d776['type'])){if(_0x28d776['isDocumentOperation']=!0x1,_0x28d776['baseVersion']=null,'remove'==_0x28d776['type']){const _0x1cfedb=_0x28d776['sourcePosition'],_0x5c0c13=_0x28d776['howMany'];new _0x4178fd(_0x1cfedb,_0x5c0c13)['_execute']();}else _0x28d776['_execute']();}function _0x15b6a3(_0x18267c){if('$graveyard'==_0x18267c['root']['rootName'])return _0x18267c;const _0xb5ef9d=[];let _0x1be45f=_0x18267c['root'];for(let _0x4d3cd8=0x0;_0x4d3cd8<_0x18267c['path']['length'];_0x4d3cd8++){const _0x2b61c7=_0x5dffaf['get'](_0x1be45f)||0x0;_0xb5ef9d[_0x4d3cd8]=_0x18267c['path'][_0x4d3cd8]+_0x2b61c7,_0x1be45f=_0x1be45f['getChildAtOffset'](_0x18267c['path'][_0x4d3cd8]);}return new _0x4de1b4(_0x312e8c,_0xb5ef9d,_0x18267c['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x50ef7c,content:_0x19007b,version:_0xd4ed50,aiBalloon:_0x4a44cb}=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'](_0x19007b,_0xd4ed50,_0x4a44cb,_0x50ef7c)['catch'](_0x12008e=>{this['_isAbortError'](_0x12008e)||console['error']('Error\x20refreshing\x20interaction:',_0x12008e);});}['_isAbortError'](_0x360929){return!!_0x360929['message']&&_0x360929['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 _0x31315b=this['_interactions']['length'];this['_currentInteractionIndex']<_0x31315b-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x1282f3){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x1282f3;const _0x28bee0=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x28bee0)return;if(_0x28bee0['hasError'])return this['_setErrorState'](_0x28bee0),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x28bee0['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x5de715=_0x28bee0['replies'][_0x28bee0['replies']['length']-0x1];if(_0x5de715){const _0x21dad7=this['editor'];try{const _0x4ccb6a=Rs({'editor':_0x21dad7,'changeGroups':_0x5de715['changeGroups'],'documentContextContent':_0x5de715['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0xe15a81=>setTimeout(_0xe15a81,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x4ccb6a[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x2da6ad){this['_isAbortError'](_0x2da6ad)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x2da6ad);}}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x11e8ad){const _0x274180=hs(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x274180),_0x11e8ad['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 _0x5d673d{static get['requires'](){return[Wo,$o,ta];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x119f03){super(_0x119f03),_0x119f03['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class ia extends vt{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x32664c,_0x11e109){super(_0x32664c),this['id']=_0x11e109,this['set']('status','pending'),this['set']('changeId',_0x11e109),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',(_0x26ff3c,_0x5b6c4e)=>{_0x5b6c4e&&_0x5b6c4e['target']&&'A'===_0x5b6c4e['target']['tagName']&&_0x5b6c4e['preventDefault'](),this['fire']('activateChange',{'id':_0x11e109,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x11e109,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x11e109,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x4adc4d=new vt(this['locale']);return _0x4adc4d['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',_0x1f5f1e=>!_0x1f5f1e)]}}),_0x4adc4d;}['_createAcceptButtonView'](){const _0x172f72=new Nt(this['locale']);return _0x172f72['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x172f72['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x558fbd=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x558fbd['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x234491=>'pending'!==_0x234491&&'accepted'!==_0x234491),this['bindTemplate']['if']('status',ls,_0x375d53=>'pending'===_0x375d53),this['bindTemplate']['if']('status',us,_0x373fae=>'pending'!==_0x373fae),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x519bce=>'accepted'===_0x519bce)]}}),this['on']('change:status',(_0x2fa067,_0x102abe,_0x414fb3)=>{_0x172f72['isEnabled']='pending'===_0x414fb3,'accepted'===_0x414fb3&&(_0x172f72['label']=hs(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x172f72['icon']=_0xaff33c);}),_0x172f72;}['_createDismissButtonView'](){const _0x442227=new Nt(this['locale']);return _0x442227['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x442227['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x21932a=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x21932a['stopPropagation']();})},'attributes':{'class':[us,this['bindTemplate']['if']('status','ck-hidden',_0x4d69f8=>'pending'!==_0x4d69f8&&'rejected'!==_0x4d69f8),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x3c1677=>'pending'===_0x3c1677),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x3a882d=>'rejected'===_0x3a882d)]}}),this['on']('change:status',(_0x5f4de2,_0x4fae0e,_0x54361b)=>{_0x442227['isEnabled']='pending'===_0x54361b,'rejected'===_0x54361b&&(_0x442227['label']=hs(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x442227['icon']=_0x5adff9);}),_0x442227;}['_createInfoButtonView'](){const _0x2ed08e=new Nt(this['locale']);return _0x2ed08e['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x3f9507,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':us+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x2ed08e['bind']('isOn')['to'](this,'isInfoToggleOn',_0x20fbc2=>_0x20fbc2),_0x2ed08e['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x2ed08e;}['_createOutdatedButtonView'](){const _0x3030fa=new Nt(this['locale']);return _0x3030fa['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':it,'withText':!0x0,'isEnabled':!0x1}),_0x3030fa['extendTemplate']({'attributes':{'class':[us,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x3141b9=>'outdated'!==_0x3141b9)],'disabled':'disabled'}}),_0x3030fa;}}class sa extends Xt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x38e825,_0x900cd0){super(_0x38e825),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']()),_0x900cd0['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x486173){this['resultItemView']['changeId']=_0x486173['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x486173['contentDiffed'];}['showBalloon'](_0x5a909e,_0x2a96e9,_0x10f06d,_0x54d552,_0x30e5b8,_0x473d7b){const _0x3be487=_0x2a96e9();if(!_0x3be487)return;this['updateContent'](_0x5a909e),this['show']();const _0x469c74=Array['from'](_0x3be487['getClientRects']())['reverse'](),_0x2fc9e7=this['_getPointedRectIndexFromEvent'](_0x10f06d,_0x469c74),_0x40ed14=_0x469c74[_0x2fc9e7??0x0];'click'===_0x54d552?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x2a96e9(),_0x2fc9e7,_0x5a909e['id'],_0x30e5b8,_0x473d7b)||_0x40ed14})):'hover'===_0x54d552&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x2a96e9(),_0x2fc9e7,_0x5a909e['id'])||_0x40ed14}));}['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 _0x1b2000=[this['element']];return this['_pinnedTargetElement']&&_0x1b2000['push'](this['_pinnedTargetElement']),_0x1b2000;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x26de3d=new vt();return this['resultItemView']=new ia(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x26de3d['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']]}]}),_0x26de3d;}['_getBestRectPositionOnClick'](_0x3eba28,_0x336ea1,_0x1189dc,_0x57c7fc,_0x520b45){if(!_0x3eba28)return null;const _0x126b20=this['position']['replace']('arrow_',''),_0x27dc4f=Array['from'](_0x3eba28['getClientRects']());let _0x31381c,_0x543394=_0x27dc4f['reverse']();return void 0x0!==_0x336ea1&&this['_isPinnedRectVisible'](_0x543394[_0x336ea1],_0x57c7fc,_0x520b45)?(_0x31381c=_0x543394[_0x336ea1],this['_pinnedRectIndex']=_0x336ea1):this['_isPinnedRectVisible'](_0x543394[0x0],_0x57c7fc,_0x520b45)&&void 0x0===_0x336ea1?_0x31381c=_0x543394[0x0]:(_0x543394='s'==_0x126b20[0x0]?[..._0x27dc4f]['reverse']():_0x27dc4f,_0x543394['forEach'](_0x1e3cde=>{this['_isPinnedRectVisible'](_0x1e3cde,_0x57c7fc,_0x520b45)&&(_0x31381c=_0x1e3cde);})),this['_pinnedTargetChangeId']=_0x1189dc,this['_pinnedTargetElement']=_0x3eba28,_0x31381c||_0x3eba28['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x34e28e,_0x1e868d,_0x3be05b){if(!_0x34e28e)return null;const _0x8e892f=Array['from'](_0x34e28e['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x1e868d&&this['_pinnedTargetChangeId']!==_0x3be05b)return this['_pinnedRectIndex']=_0x1e868d,this['_pinnedTargetElement']=_0x34e28e,this['_pinnedTargetChangeId']=_0x3be05b,_0x8e892f[_0x1e868d];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x3be05b){if(_0x34e28e!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x8e892f[this['_pinnedRectIndex']];}return void 0x0!==_0x1e868d&&this['_pinnedTargetChangeId']!==_0x3be05b?(this['_pinnedRectIndex']=_0x1e868d,this['_pinnedTargetElement']=_0x34e28e,this['_pinnedTargetChangeId']=_0x3be05b,_0x8e892f[_0x1e868d]):_0x34e28e['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x2c1faf,_0x3cf0da){if(_0x2c1faf)for(let _0x488829=0x0;_0x488829<_0x3cf0da['length'];_0x488829++){const _0x1959a7=_0x3cf0da[_0x488829];if(_0x2c1faf['clientX']>=_0x1959a7['left']-0x3&&_0x2c1faf['clientX']<=_0x1959a7['right']+0x3&&_0x2c1faf['clientY']>=_0x1959a7['top']-0x3&&_0x2c1faf['clientY']<=_0x1959a7['bottom']+0x3)return _0x488829;}}['_isPinnedRectVisible'](_0x42543c,_0x25a23c,_0x103080){const _0x5e7359=new ut(_0x42543c),_0x23d98c=_0x25a23c||document['documentElement'],_0x4c74b7=_0x5e7359['getIntersection'](Rt(_0x103080)),_0x20f7a6=new ut(_0x23d98c)['getIntersection'](_0x5e7359);return!!(_0x4c74b7&&_0x20f7a6&&_0x5e7359['width']>0x0);}}const na=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class ra extends _0x1c4dd1{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[os];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x282fff){super(_0x282fff),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 _0x46906a=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x46906a);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x10c6aa){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x30e053=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x10c6aa,_0x30e053);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x564bb5){_0x564bb5&&('error-general'!==_0x564bb5['status']?'error-chunk'!==_0x564bb5['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x455d50){this['_mainView']['addCheckRunResult'](_0x455d50);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x23bb2a){this['_mainView']['showGeneralReviewCoreErrorView'](_0x23bb2a??hs(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x59798a,_0x597493){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x59798a,_0x597493);}['setActiveStateInResults'](_0x9938b3){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x3f4ed1=>{_0x3f4ed1['id']===_0x9938b3&&_0x3f4ed1['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x16bf08=>_0x16bf08['setItemAsInactive']());}['updateChangeState'](_0x58e7f5,_0x56a786){'accepted'===_0x56a786||'rejected'===_0x56a786||'outdated'===_0x56a786?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x58e7f5,_0x56a786):this['_mainView']['reviewCheckResultsView']['showResult'](_0x58e7f5,_0x56a786);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x29acdd,_0x5273e6,_0x41fce4,_0x23ec3c,_0x49fac8,_0x294c9e){this['_balloonSuggestionView']['showBalloon'](_0x29acdd,_0x5273e6,_0x41fce4,_0x23ec3c,_0x49fac8,_0x294c9e);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x499b0a){const _0x4f4cb0=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x4abdef=>_0x4abdef['id']===_0x499b0a);return _0x4f4cb0?_0x4f4cb0['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class oa extends vt{constructor(_0x35ca00){super(_0x35ca00),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x43d54d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x43d54d['if']('isVisible','ck-hidden',_0x11322d=>!_0x11322d)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x43d54d['to']('errorMessage')}]}]});}}class aa extends vt{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x11e05f,_0xa32994){super(_0x11e05f),this['reviewCoreHeader']=_0xa32994['header'],this['generalErrorView']=new oa(_0x11e05f),this['reviewCheckListView']=_0xa32994['list'],this['reviewCheckListView']['delegate'](...na)['to'](this),this['reviewCheckResultsView']=_0xa32994['results'],this['reviewCheckResultsView']['delegate'](...na)['to'](this),this['reviewCompletedView']=_0xa32994['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'](_0x3bf3af){this['reviewCheckResultsView']['addResult'](_0x3bf3af),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'](_0x55b79d){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x55b79d;}['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(_0x370c34,_0x7ab464){super(_0x7ab464),this['set']({'label':_0x370c34,'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(_0x5380c2,_0x20a8ce){super(_0x5380c2),this['_contents']=_0x20a8ce,this['_resultViews']=new _0x54e610(),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(_0x5380c2),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 _0x4835a8=this['_createCombinedSkeletonLoader'](),_0x404722=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x404722['if']('isLoading','ck-ai_review__check-run_loading',_0x63dbe1=>_0x63dbe1),_0x404722['if']('isResultReady','ck-ai_review__check-run_ready',_0x1e2718=>_0x1e2718),_0x404722['if']('isVisible','ck-hidden',_0x297836=>!_0x297836)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0x4835a8,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x6bff04){const _0x4d284e=new ia(this['locale'],_0x6bff04['id']);_0x4d284e['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x4d284e),_0x4d284e['resultResponseView']['element']['innerHTML']=_0x6bff04['contentDiffed'];}['hideResult'](_0x4d118b,_0x3b54d3){if('pending'===_0x3b54d3)return;const _0x1bd888=this['_resultViews']['find'](_0x5b803e=>_0x5b803e['id']===_0x4d118b);_0x1bd888&&(_0x1bd888['status']=_0x3b54d3,_0x1bd888['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x10d7ab,_0x7e6d32){if('pending'!==_0x7e6d32)return;const _0x840282=this['_resultViews']['find'](_0x4f03be=>_0x4f03be['id']===_0x10d7ab);_0x840282&&(_0x840282['status']=_0x7e6d32,_0x840282['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x39118a,_0x586e97){this['headerTitle']=_0x39118a,this['headerSubtitle']=_0x586e97||'';}['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 _0x382c5b=new vt(this['locale']),_0x5839ef=[];for(let _0x1d0e1c=0x0;_0x1d0e1c<0x10;_0x1d0e1c++){const _0x134cff=this['_createSkeletonLoader']();_0x134cff['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x5839ef['push'](_0x134cff);}return _0x382c5b['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x17dd5d=>!_0x17dd5d)]},'children':_0x5839ef}),_0x382c5b;}['_createResultsBodyView'](){const _0x1f3a5c=new vt(this['locale']);return _0x1f3a5c['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x3aa5a8=>_0x3aa5a8)]},'children':this['_resultViews']}),_0x1f3a5c;}['_createErrorView'](){const _0x1bf577=new vt(this['locale']),_0x40d35f=new Nt(this['locale']),t=this['locale']['t'];return _0x1bf577['delegate']('retryReview')['to'](this),_0x40d35f['set']({'label':t('Try\x20again'),'withText':!0x0,'class':ls+'\x20ck-ai_review__check-run-error-retry-button'}),_0x40d35f['on']('execute',()=>{this['fire']('retryReview');}),_0x1bf577['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x48f2e4=>!_0x48f2e4),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x21d1a3=>'chunk'===_0x21d1a3)]},'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',_0x19db43=>'chunk'===_0x19db43)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x148320=>'general'!==_0x148320)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x48e5fe=>'chunk'!==_0x48e5fe)]},'children':[{'text':hs(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x40d35f]}),_0x1bf577;}['_createCancelButtonView'](){const _0x4f1684=new Nt(this['locale']);return _0x4f1684['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[ls+'\x20ck-ai-button-stop-generating'],'icon':_0x2c4109}),_0x4f1684['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x2e1605=>_0x2e1605),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x4ee8b6=>_0x4ee8b6)]}}),_0x4f1684['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x4f1684;}['_createToggleDiffButtonView'](){const _0x1a3358=new Nt(this['locale']);_0x1a3358['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x1a3358['bind']('isEnabled')['to'](this,'isError',_0xc33dc9=>!_0xc33dc9),_0x1a3358['extendTemplate']({'attributes':{'class':[ls,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x297842=>!_0x297842),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2b30d0=>_0x2b30d0)]}});const _0x19409f=hs(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0xe7ce49=hs(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x1a3358['bind']('isOn')['to'](this,'isToggleDiffOn',_0x114826=>_0x114826),_0x1a3358['bind']('icon')['to'](this,'isToggleDiffOn',_0x2f7969=>_0x2f7969?st:nt),_0x1a3358['bind']('label')['to'](this,'isToggleDiffOn',_0x24b626=>_0x24b626?_0x19409f:_0xe7ce49),_0x1a3358['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x1a3358;}['_createAcceptAllButtonView'](){const _0x2a08e5=new Nt(this['locale']);return _0x2a08e5['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x2a08e5['bind']('isEnabled')['to'](this,'isError',_0x270563=>!_0x270563),_0x2a08e5['extendTemplate']({'attributes':{'class':[cs,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x13453c=>!_0x13453c),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x364f73=>_0x364f73)]}}),_0x2a08e5['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x2a08e5;}['_createExitReviewButtonView'](){const _0x13ed41=new Nt(this['locale']);return _0x13ed41['set']({'label':hs(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x13ed41['extendTemplate']({'attributes':{'class':[us,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x2aa5a9=>!_0x2aa5a9),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x5211aa=>_0x5211aa)]}}),_0x13ed41['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x13ed41;}['_createResultHeaderView'](){const _0x33a4c7=new vt(this['locale']),_0x4af516=this['_createTitleView']();return _0x33a4c7['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x1d25b2=>_0x1d25b2)]},'children':[_0x4af516,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x33a4c7;}['_createTitleView'](){const _0x144195=new vt(this['locale']),_0x1e3403=new yn();return _0x1e3403['bind']('isVisible')['to'](this,'isResultReady',_0x1e6ab5=>!_0x1e6ab5),_0x144195['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper']},'children':[_0x1e3403,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x53b698=>_0x53b698)]},'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',_0x117cf6=>!_0x117cf6)]},'children':[{'text':hs(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x144195;}['_createFinishReviewButtonView'](){const _0x590a0d=new ha(hs(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x590a0d['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x120cbf=>!_0x120cbf)]}}),_0x590a0d['delegate']('finishReview')['to'](this),_0x590a0d;}}class la extends Ht{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x12a308,_0x2e207f){super(_0x12a308),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x2e207f['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x2e207f['headerText']);const _0x4b45b7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x4b45b7['if']('isVisible','ck-hidden',_0x8321e5=>!_0x8321e5)]},'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':_0x2e207f['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0xc10418){const _0x5b9f9b=new ha(_0xc10418,this['locale']);return _0x5b9f9b['delegate']('finishReview')['to'](this),_0x5b9f9b;}['_createResultHeaderView'](_0x5bfb61){const _0x4cf0f3=new vt(this['locale']);return _0x4cf0f3['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':_0x5bfb61}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x4cf0f3;}}class ua extends vt{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x2bd584,_0x4608e4){super(_0x2bd584),this['_defaultValue']=_0x4608e4['default']||(_0x4608e4['data']['length']>0x0?_0x4608e4['data'][0x0]['id']:''),this['_defaultLabel']=_0x4608e4['data']['find'](_0x2f653c=>_0x2f653c['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=Gt(this['locale']);const _0x5d3ed0=this['_prepareListOptions'](_0x4608e4['data']);jt(this['_dropdownView'],_0x5d3ed0,{'role':'menu','ariaLabel':_0x4608e4['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x5d671e=>{_0x5d671e['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x188177=>{this['formValue']=_0x188177['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x188177['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'](_0x3ff049=[]){const _0x492036=new dt();this['resetToDefault']();for(const _0x404692 of _0x3ff049){const _0x56108c=new Jt({'label':_0x404692['label'],'withText':!0x0,'role':'menuitemradio','id':_0x404692['id'],'model':_0x404692});_0x56108c['bind']('isOn')['to'](this,'formValue',_0x55943e=>_0x55943e===_0x56108c['id']);const _0x2a28aa={'type':'button','model':_0x56108c};_0x492036['add'](_0x2a28aa);}return _0x492036;}}class da extends Ht{['_formItem']=null;constructor(_0x5a8c04,_0x43170e,_0x4b5845){super(_0x5a8c04),this['argsKey']=_0x43170e?.['argsKey'];if('dropdown'===_0x43170e['formType'])this['_formItem']=new ua(this['locale'],_0x43170e);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x6e9843=new _0x5a557f(this['locale'],{'children':[this['_formItem']],'class':[_0x4b5845?'ck-form__row_with-submit':'']});_0x4b5845&&_0x6e9843['children']['add'](_0x4b5845),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x6e9843]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class _a extends _0x2ea38e{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0xbce071){super(_0xbce071),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 _0x54e610();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x3a87fa,_0x3c11e0,_0x161288=!0x1){super(_0x3a87fa),this['_check']=_0x3c11e0,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x3c11e0['defaultModel']?_0x3c11e0['defaultModel']['id']:'',this['_defaultLabel']=_0x3c11e0['defaultModel']?_0x3c11e0['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new te(this['locale'],()=>new _a(_0x3a87fa)),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'](_0x161288),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 _0x5a557f(this['locale'],{'children':[this['promptInputView']]}),new _0x5a557f(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x5f4ea6,_0x29eb1f)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x29eb1f()):_0x29eb1f();}),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'](_0x3986c0=>{this['_focusables']['add'](_0x3986c0),this['focusTracker']['add'](_0x3986c0['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 _0x2897e3 of this['_getFormValidators']()){const _0x4e72cc=_0x2897e3();if(_0x4e72cc)return this['promptInputView']['errorText']=_0x4e72cc,!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 _0x4912dc=new Nt(this['locale']),t=this['locale']['t'];return _0x4912dc['set']({'label':t('Submit'),'withText':!0x0,'class':cs}),_0x4912dc['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x4912dc;}['_createCancelButtonView'](){const _0x3c297a=new Nt(this['locale']),t=this['locale']['t'];return _0x3c297a['set']({'label':t('Cancel'),'withText':!0x0,'class':us}),_0x3c297a['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x677f42=>{_0x677f42['stopPropagation']();})}}),_0x3c297a['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x3c297a;}['_setModelList'](_0x54393d){this['_modelSelectionDropdownItems']['clear']();const _0x214664=this['_check']['models'];if(_0x54393d)this['set']('modelDisplayMode','hidden');else{const _0x5000ca=0x1===_0x214664['length'];this['set']('modelDisplayMode',_0x5000ca?'name':'selector');}if(this['resetToDefault'](),_0x214664?.['length']){0x1===_0x214664['length']&&this['set']('activeModelName',_0x214664[0x0]['name']||_0x214664[0x0]['id']);for(const _0x37e318 of _0x214664){const _0x32d97b=new Jt({'label':_0x37e318['name'],'withText':!0x0,'role':'menuitemradio','id':_0x37e318['id'],'model':_0x37e318});_0x32d97b['bind']('isOn')['to'](this,'modelId',_0x53e171=>_0x53e171===_0x37e318['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x32d97b,'labelView':new Ia(this['locale'],_0x37e318)});}}}['_createModelSelectionDropdown'](){const _0x1ba75f=Gt(this['locale']);return _0x1ba75f['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x1ba75f['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':us}),_0x1ba75f['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x3f37b1=>'selector'===_0x3f37b1),this['listenTo'](_0x1ba75f,'execute',_0x25638f=>{this['modelId']=_0x25638f['source']['model']['id'],_0x1ba75f['buttonView']['label']=_0x25638f['source']['label'];}),_0x1ba75f;}['_createModelNameView'](){const _0x41aa0e=new Aa(this['locale']);return _0x41aa0e['bind']('text')['to'](this,'activeModelName',_0x587ad6=>_0x587ad6??''),_0x41aa0e['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1e12af=>'name'===_0x1e12af),_0x41aa0e;}['_createActionsFooterView'](){const _0x595e0d=new vt(this['locale']);return _0x595e0d['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']]}]}),_0x595e0d;}}class Aa extends vt{constructor(_0x531e45){super(_0x531e45),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x306579=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x306579['if']('isVisible','ck-hidden',_0x22c199=>!_0x22c199)]},'children':[{'text':_0x306579['to']('text')}]});}}class Ia extends Mt{constructor(_0x43f4ec,_0x464674){super();const _0x5091e5=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x5091e5['to']('style'),'id':_0x5091e5['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x5091e5['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x464674['description']||'']}]}]});}}class Ea extends Ht{['_formItemsCollection']=new _0x54e610();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x355092,_0x25e852,_0x41e0fd,_0x4943cd=!0x1){super(_0x355092),this['_hideModels']=_0x4943cd,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x25e852['isParameterized']);const _0x2520fe=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',_0x461fbc=>_0x461fbc),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x2fa5cf=>_0x2fa5cf)],'style':{'--ck-ai-review-check-list-item-index':_0x41e0fd}},'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':_0x25e852['title']}]},_0x2520fe]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x25e852['description']?[{'text':_0x25e852['description']}]:[]}]}]},..._0x25e852['isParameterized']?[this['_createParameterizedView'](_0x25e852)]:[],...'custom'===_0x25e852['id']?[this['_createCustomView'](_0x25e852,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x25e852['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x25e852['id'],'args':_0x25e852['useArgs']?_0x25e852['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'](_0x147c0f=>{_0x147c0f['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x6f8a68=new xt();return _0x6f8a68['content']=rt,_0x6f8a68['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x6f8a68;}['_createParameterizedView'](_0x3336dc){const _0x44020e=new vt(),_0xc1d197=this['_createFormView'](_0x3336dc);return _0x44020e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x10c073=>!_0x10c073)]},'children':[_0xc1d197]}),_0x44020e;}['_createFormView'](_0x3e8f43){const _0x7aac9c=new vt(),_0x2fe8b9=Array['isArray'](_0x3e8f43['options'])?_0x3e8f43['options']:[],_0x35695f=new Nt(this['locale']),t=this['locale']['t'];_0x35695f['set']({'label':t('Submit'),'withText':!0x0,'class':cs}),_0x35695f['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x5e0f56=>{_0x5e0f56['stopPropagation']();})}}),_0x35695f['on']('execute',()=>{const _0x1b0ec9=[],_0x3ee83c={};this['_formItemsCollection']['forEach'](_0x522d51=>{_0x1b0ec9['push'](_0x522d51['value']),_0x3e8f43['useArgs']&&_0x3e8f43['options']&&(_0x3ee83c[_0x522d51['argsKey']]=_0x522d51['value']);}),this['fire']('runReviewCheck',{'id':_0x3e8f43['id'],'params':_0x1b0ec9['length']?_0x1b0ec9:void 0x0,'args':Object['keys'](_0x3ee83c)['length']?_0x3ee83c:void 0x0});});const _0x687387=_0x2fe8b9['length'];return _0x2fe8b9['forEach']((_0x5b7795,_0x2723f3)=>{const _0x438148=_0x2723f3===_0x687387-0x1;this['_formItemsCollection']['add'](new da(this['locale'],_0x5b7795,_0x438148?_0x35695f:null));}),_0x7aac9c['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x7aac9c;}['_createCustomView'](_0x312c04,_0x1fafa0=!0x1){return this['_customCheckView']=new ga(this['locale'],_0x312c04,_0x1fafa0),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',_0x3b385c=>!_0x3b385c)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x5ac5ff,_0x109fee,_0xf5fce5)=>{_0xf5fce5||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class pa extends Ht{['_checkViews'];constructor(_0x27aa2b){super(_0x27aa2b),this['_checkViews']=new _0x54e610(),this['_setupTemplate']();}['setChecks'](_0x3382de,_0x74a854=!0x1){this['_checkViews']['clear']();for(const [_0x46b177,_0x3f1e1b]of _0x3382de['entries']()){const _0x4de4c5=new Ea(this['locale'],_0x3f1e1b,_0x46b177,_0x74a854);_0x4de4c5['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x4de4c5);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x4dfb45 of this['_checkViews'])_0x4dfb45 instanceof Ea&&_0x4dfb45['resetToDefault']();}['_setupTemplate'](){const _0x433219=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x433219['if']('isVisible','ck-hidden',_0x441462=>!_0x441462)]},'children':this['_checkViews']});}}class ma extends ra{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x292134=this['context']['plugins']['get']('AITabs'),_0x5271e0=this['context']['locale'],_0x14e45b=new eo(_0x5271e0,{'label':hs(_0x5271e0,'AI_REVIEW_MODE'),'icon':_0x2d3729,'class':'ck-ai-header_review','showResizeButton':_0x292134['showResizeButton']});return _0x14e45b['delegate']('resizeTabs')['to'](_0x292134),_0x14e45b['bind']('isMaximized')['to'](_0x292134['view'],'isMaximized',_0x3212c4=>_0x3212c4),new aa(this['context']['locale'],{'header':_0x14e45b,'list':new pa(_0x5271e0),'results':new ca(_0x5271e0,{'generalErrorText':hs(_0x5271e0,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new la(_0x5271e0,{'headerText':hs(_0x5271e0,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':hs(_0x5271e0,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':hs(_0x5271e0,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x12ee54=this['context']['plugins']['get']('AITabs');_0x12ee54['view']['on']('activateTab',(_0x564622,{newTab:_0x312c19,oldTab:_0x46b0fc})=>{'reviewMode'===_0x312c19?this['fire']('getReviewCheckList'):'reviewMode'===_0x46b0fc&&this['fire']('leaveReview');}),_0x12ee54['view']['addTab']({'id':'reviewMode','buttonLabel':hs(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x2d3729,'order':0x0,'content':this['_mainView']});}}const Ta='review-',Ca=['softBreak'];class wa extends _0x1c4dd1{static get['requires'](){return[_0x216072,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(_0x4cc7b4){super(_0x4cc7b4),this['_domEmitter']=new(Ot())(),this['_eventEmitter']=new(Tt())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x40b3c4=_0x521607=>this['_scheduleAttachReviewEditingToEditor'](_0x521607);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x123c85)return void this['_attachReviewEditingToEditor'](this['context']);const _0x8e67f7=this['context'];for(const _0x2ec687 of _0x8e67f7['editors'])_0x40b3c4(_0x2ec687);this['listenTo'](_0x8e67f7['editors'],'add',(_0x503e73,_0xaf1808)=>{_0x40b3c4(_0xaf1808);}),this['listenTo'](_0x8e67f7['editors'],'remove',(_0x3f2df5,_0x4e8d14)=>{for(const [_0x5a3303,_0x73760b]of this['_markers'])_0x73760b['editor']===_0x4e8d14&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x5a3303,'changeId':_0x73760b['groupId']}),this['_markers']['delete'](_0x5a3303));});}['_scheduleAttachReviewEditingToEditor'](_0x26304c){const _0x4fab34=()=>{'destroyed'!==_0x26304c['state']&&_0x26304c['conversion']&&this['_attachReviewEditingToEditor'](_0x26304c);};if('ready'===_0x26304c['state'])return void _0x4fab34();const _0x258bdb=()=>{this['stopListening'](_0x26304c,'ready',_0x258bdb),_0x4fab34();};this['listenTo'](_0x26304c,'ready',_0x258bdb);}['_attachReviewEditingToEditor'](_0x5a1d22){this['_reviewEditingAttachedEditors']['has'](_0x5a1d22)||(_0x5a1d22['conversion']['for']('editingDowncast')['markerToElement']({'model':Ta+'insert','view':(_0x4c28d4,{writer:_0x4cce5f})=>{const _0x4a733c=this['_markers']['get'](_0x4c28d4['markerName']),_0x4fdccf={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x4a733c?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x4c28d4['markerName']};return _0x4cce5f['createUIElement']('span',_0x4fdccf,function(_0x53d1cb){const _0x4c77e7=this['toDomElement'](_0x53d1cb);return _0x4c77e7['innerHTML']=_0x4a733c?.['content']?.['asString']||'',_0x4c77e7;});}}),_0x5a1d22['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ta+'remove-only','view':_0x568256=>{const _0x379a95=this['_markers']['get'](_0x568256['markerName']),_0x5d529a=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x379a95?.['id']||'')&&_0x5d529a['push']('ck-ai_review__change_active'),{'classes':_0x5d529a,'attributes':{'data-marker-id':_0x568256['markerName']}};}}),_0x5a1d22['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ta+'remove-context','view':_0x37ce4b=>{const _0x5c413c=this['_markers']['get'](_0x37ce4b['markerName']),_0x385257=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x5c413c?.['id']||'')&&_0x385257['push']('ck-ai_review__change_active'),{'classes':_0x385257,'attributes':{'data-marker-id':_0x37ce4b['markerName']}};}}),_0x5a1d22['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Ta+'remove-text','view':_0x40b90d=>{const _0x52ff8f=this['_markers']['get'](_0x40b90d['markerName']),_0x1fb75e=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x52ff8f?.['id']||'')&&_0x1fb75e['push']('ck-ai_review__change_active'),{'classes':_0x1fb75e,'attributes':{'data-marker-id':_0x40b90d['markerName']}};}}),_0x5a1d22['conversion']['for']('dataDowncast')['markerToElement']({'model':Ta+'suggestion-context','view':(_0xc24fa2,{writer:_0x22f00f})=>_0x22f00f['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0xc24fa2['isOpening']?'start':'end')})}),_0x5a1d22['conversion']['for']('downcast')['attributeToAttribute']({'model':_0xf976ed,'view':_0x3a52f2}),this['_updateMouseMarkerInteractionListeners'](_0x5a1d22),this['listenTo'](_0x5a1d22,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x5a1d22),{'priority':'lowest'}),this['listenTo'](_0x5a1d22,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x5a1d22),{'priority':'lowest'}),_0x5a1d22['model']['document']['registerPostFixer'](_0x462eb8=>this['_validateMarkers'](_0x5a1d22,_0x462eb8)),_0x5a1d22['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x5a1d22)),this['_reviewEditingAttachedEditors']['add'](_0x5a1d22));}['_updateMouseMarkerInteractionListeners'](_0x333f78){let _0x10b8de=this['_boundEditables']['get'](_0x333f78);_0x10b8de||(_0x10b8de=new Map(),this['_boundEditables']['set'](_0x333f78,_0x10b8de));const _0x111558=new Set(_0x333f78['ui']['getEditableElementsNames']());for(const _0x3e0db4 of _0x111558){if(_0x10b8de['has'](_0x3e0db4))continue;const _0x47bb5e=_0x333f78['ui']['getEditableElement'](_0x3e0db4);_0x10b8de['set'](_0x3e0db4,_0x47bb5e),this['_attachMouseMarkerInteractionListeners'](_0x47bb5e);}for(const [_0x2716cb,_0x352a49]of _0x10b8de)_0x111558['has'](_0x2716cb)||(_0x10b8de['delete'](_0x2716cb),this['_domEmitter']['stopListening'](_0x352a49));}['_attachMouseMarkerInteractionListeners'](_0x4d3fc9){this['_domEmitter']['listenTo'](_0x4d3fc9,'mouseup',(_0x49206b,_0x4a4030)=>{const _0x35f66d=_0x4a4030['target'],_0x3bee27=this['_findMarkerElement'](_0x35f66d);if(!_0x3bee27)return;const _0xe5b140=_0x3bee27['getAttribute']('data-marker-id'),_0x475841=_0xe5b140['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0xe5b140,'changeId':_0x475841,'markerElement':()=>this['_findMarkerElementById'](_0xe5b140),'domEvent':_0x4a4030});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x4d3fc9,'mouseover',(_0x5589af,_0xc3ff02)=>{const _0x49538=_0xc3ff02['target'],_0x472dd3=_0xc3ff02['relatedTarget'];let _0x4c24b0=this['_findMarkerElement'](_0x49538);if(!_0x4c24b0&&_0x472dd3&&(_0x4c24b0=this['_findMarkerElement'](_0x472dd3)),!_0x4c24b0)return;const _0x65d1ad=_0x4c24b0['getAttribute']('data-marker-id'),_0x49165a=_0x65d1ad['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x49165a,'markerElement':()=>this['_findMarkerElementById'](_0x65d1ad),'domEvent':_0xc3ff02});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x44e40b((_0x25d538,_0x2f8798)=>{const _0x21a78e=_0x2f8798['target'];if(this['_findMarkerElement'](_0x21a78e))return;_0x21a78e['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x214da0=this['context']['plugins']['get']('AIEditing'),_0xf6e914=Ws(this['context']);if(!_0xf6e914['length'])throw new at('ai-get-editor-from-context-no-editor',this);const _0x523d12=new Set(),_0xda39be=[],_0x302351=new Map();for(const _0x36c6cb of _0xf6e914)for(const _0x5bc0d7 of _0x36c6cb['model']['document']['getRoots']()){if('$graveyard'===_0x5bc0d7['rootName'])continue;const _0x594368=this['_buildDocumentDataSliceForRoot'](_0x36c6cb,_0x5bc0d7,_0x214da0,_0x523d12);_0xda39be['push'](_0x594368['content']);for(const [_0x3a94a8,_0x31c852]of _0x594368['elements'])_0x302351['set'](_0x3a94a8,_0x31c852);}return{'elements':_0x302351,'content':_0xda39be['join']('')};}['_buildDocumentDataSliceForRoot'](_0x183cb3,_0x5dae5b,_0x5e40be,_0xfe765e){const _0x589213=_0x183cb3['model'],_0xcbddbc=new _0x1fef78();for(const _0x20f814 of _0x5dae5b['getChildren']())_0xcbddbc['_appendChild'](_0x20f814['_clone'](!0x0));for(const _0x37ceff of _0x589213['markers']){const _0x1a7c17=_0x37ceff['getRange']();_0x1a7c17&&_0x1a7c17['root']['rootName']===_0x5dae5b['rootName']&&_0xcbddbc['markers']['set'](_0x37ceff['name'],this['_changeRangeOwnerDocument'](_0x1a7c17['clone'](),_0xcbddbc));}const _0x166c24=new Map(),_0x2b71f6=_0x589213['document']['version'],_0x547ae8=new _0x5130a5({'ignoreElementEnd':!0x0,'startPosition':_0x589213['createPositionAt'](_0xcbddbc,0x0)});for(const {item:_0x19a75a}of _0x547ae8){if(!_0x19a75a['is']('$textProxy'))continue;const _0xd40afe=_0x19a75a['parent'];if(!_0xd40afe||!_0xd40afe['is']('element'))continue;const _0x5094a4=this['_upsertDataId'](_0xd40afe,()=>_0x5e40be['_nextDataId'](_0xfe765e));_0xfe765e['add'](_0x5094a4);for(const _0x1fcd2e of _0xd40afe['getChildren']())_0x1fcd2e['is']('element')&&(_0x1fcd2e['name']&&Ca['includes'](_0x1fcd2e['name'])||_0xfe765e['add'](this['_upsertDataId'](_0x1fcd2e,()=>_0x5e40be['_nextDataId'](_0xfe765e))));let _0x19e933=_0xd40afe;for(;_0x19e933['parent']&&!_0x19e933['parent']['is']('documentFragment');)_0x19e933=_0x19e933['parent'],_0x19e933['hasAttribute'](_0xf976ed)&&_0x19e933['_removeAttribute'](_0xf976ed);_0x166c24['set'](_0x5094a4,{'editor':_0x183cb3,'rootName':_0x5dae5b['rootName'],'path':_0xd40afe['getPath'](),'documentVersion':_0x2b71f6,'getContent':this['_createGetContentUsingDataIdFn'](_0x19e933['_clone'](!0x0),_0x5094a4,_0x183cb3['data'])}),_0x547ae8['jumpTo'](_0x589213['createPositionAfter'](_0xd40afe));}return{'content':_0x183cb3['data']['processor']['toData'](_0x183cb3['data']['toView'](_0xcbddbc)),'elements':_0x166c24};}['diffContent'](_0x1c63b2,_0x85a3b6,_0x3f7da2,_0x53618b=!0x1){const _0x298052=[],_0x5c5373=_0x1c63b2['data']['parse'](_0x3f7da2,'$documentFragment'),_0x1ab40b=_0x1c63b2['data']['parse'](_0x85a3b6,'$documentFragment'),_0xf5d55d=_0x1c63b2['model']['createPositionAt'](_0x1ab40b,0x0);if(this['_haveSingleTopLevelElement'](_0x5c5373)){if(!this['_hasSameTopLevelElement'](_0x1ab40b,_0x5c5373))return _0x298052;}else{const _0x13fba1=_0x1c63b2['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x1ab40b,_0x13fba1)||!this['_haveOnlyInlineContent'](_0x5c5373,_0x13fba1))return _0x298052;}const _0x5850d9=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x85a3b6,_0x3f7da2,{'targetEditor':_0x1c63b2,'anchor':_0xf5d55d,'markDeletions':!0x0})['getOperations']()['filter'](_0x189886=>'insert'===_0x189886['type']||'marker'===_0x189886['type']&&_0x189886['name']['startsWith']('$markedRemove')),_0x108514=this['_groupAdjacentOperations'](_0x5850d9),_0x22f7cd=[];if(_0x53618b){if(_0x108514['length']){const _0x12dfeb=_0x108514[0x0]['operations'][0x0],_0x51f225='insert'===_0x12dfeb['type']?_0x12dfeb['position']:_0x12dfeb['newRange']['start'],_0x5f065a=this['_getPositionLimitingRange'](_0x51f225,_0x1c63b2,'inside'),_0x4956b0=_0x5f065a?_0x5c5373['getChild'](0x0)['getChildren']():_0x5c5373['getChildren'](),_0x105a6d=_0x5f065a||_0x1c63b2['model']['createRangeIn'](_0x1ab40b),_0x1322fe=[new _0x46a18c('$markedRemove:synthetic'+ot(),null,_0x105a6d,_0x1c63b2['model']['document']['model']['markers'],!0x0,_0x1c63b2['model']['document']['version']+0x1),new _0x1ceeab(_0x105a6d['end'],_0x4956b0,_0x1c63b2['model']['document']['version']+0x2)];_0x22f7cd['push']({'operations':_0x1322fe,'operationsIsolated':_0x1322fe,'groupOffset':0x0});}}else _0x22f7cd['push'](..._0x108514);let _0xa823fb=0x0;return _0x1c63b2['model']['change'](_0x34dfa2=>{for(let _0x12aef3=0x0;_0x12aef3<_0x22f7cd['length'];_0x12aef3++){const _0x557b64=_0x22f7cd[_0x12aef3],_0x348839=_0x34dfa2['createDocumentFragment']();for(const _0x1b1a6f of _0x1ab40b['getChildren']())_0x34dfa2['append'](_0x1b1a6f['_clone'](!0x0),_0x348839);for(const _0x52b378 of _0x557b64['operationsIsolated'])if('insert'===_0x52b378['type']){const _0x4b6e36=_0x52b378;_0x4b6e36['baseVersion']=null,_0x4b6e36['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x4b6e36,_0x348839),_0x34dfa2['batch']['addOperation'](_0x52b378),_0x1c63b2['model']['applyOperation'](_0x52b378);const _0x584135='suggestion:insertion:id:authorId:'+_0xa823fb++,_0xc3b00b=_0x1c63b2['model']['createRange'](_0x4b6e36['position'],_0x4b6e36['position']['getShiftedBy'](_0x4b6e36['howMany']));_0x348839['markers']['set'](_0x584135,_0xc3b00b);}else{if('marker'===_0x52b378['type']&&_0x52b378['name']['startsWith']('$markedRemove')){const _0xf85be3=_0x52b378,_0x2f8494='suggestion:deletion:id:authorId:'+_0xa823fb++;this['_changeOperationOwnerDocument'](_0xf85be3,_0x348839),_0x348839['markers']['set'](_0x2f8494,_0xf85be3['newRange']);}}if(_0x53618b)_0x298052['push']({..._0x557b64,'context':this['_createGetContentFn'](_0x1ab40b,_0x1c63b2['data']),'content':this['_createGetContentFn'](_0x1ab40b,_0x1c63b2['data'])});else{const _0xce7cec=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x557b64['operationsIsolated'][0x0]),_0x348839),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x557b64['operationsIsolated'][_0x557b64['operationsIsolated']['length']-0x1]),_0x348839),_0x1c63b2);_0x348839['markers']['set'](Ta+'suggestion-context',new _0x17fab8(_0xce7cec['start'],_0xce7cec['end'])),_0x298052['push']({..._0x557b64,'context':this['_createGetContextFn'](_0x348839,_0x1c63b2['data'],{'ellipsisBefore':_0xce7cec['hasContentBefore'],'ellipsisAfter':_0xce7cec['hasContentAfter']}),'content':this['_createGetContentFn'](_0x348839,_0x1c63b2['data'])});}}}),_0x298052;}['markChangePositionInEditorContent'](_0x532f1a,_0xbb8a55){if(!_0x532f1a['length'])return;const _0x4acfb7=_0x532f1a[0x0]['parent']['id'],_0x5a2bc1=_0xbb8a55['elements']['get'](_0x4acfb7);if(!_0x5a2bc1)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x4acfb7);const _0x54f0ca=_0x5a2bc1['path'],_0x22fc22=_0x5a2bc1['editor'],_0x551a71=_0x22fc22['model']['document']['getRoot'](_0x5a2bc1['rootName']);if(!_0x551a71)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x5a2bc1['rootName']);const _0x5f139a=_0x22fc22['model']['document']['history']['getOperations'](_0x5a2bc1['documentVersion']),_0x9b3b5f=[];for(const _0xb8913c of _0x532f1a){const _0x39defa=_0xb8913c['operationsIsolated']['map'](_0x380107=>this['_translateOperationToEditorContent'](_0x380107,_0x54f0ca,_0x551a71));if(!_0x39defa||!_0x39defa['length'])continue;const _0x113dae=_0x39defa['every'](_0x38421a=>'marker'===_0x38421a['type']&&_0x38421a['name']['startsWith']('$markedRemove')),_0x1f5e94={'document':_0x22fc22['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2474a1=_0x469e64(_0x39defa,_0x5f139a,_0x1f5e94)['operationsA'];for(const _0x41f00d of _0x2474a1)if('insert'===_0x41f00d['type']){const _0xbdcc2e=_0x41f00d,_0x55d2aa=_0xbdcc2e['nodes'];_0x22fc22['model']['change'](_0x1310ce=>{const _0x19a315=_0x1310ce['createDocumentFragment']();for(const _0x18e7f6 of _0x55d2aa)_0x1310ce['append'](_0x18e7f6['_clone'](!0x0),_0x19a315);_0x9b3b5f['push']({'start':_0xbdcc2e['position'],'end':_0xbdcc2e['position'],'type':'insert','groupId':_0xb8913c['id'],'content':{'asString':this['_createGetContentFn'](_0x19a315,_0x22fc22['data'])(),'asFragment':_0x19a315}});});}else{if('marker'===_0x41f00d['type']&&_0x41f00d['name']['startsWith']('$markedRemove')){const _0x13d956=_0x41f00d;let _0x2e349c='remove-text';if(_0x113dae){const _0x4c9b27=this['_findAdjacentContextDistance'](_0x13d956['newRange']['start'],'backward',_0x22fc22['model']['schema']),_0x2afb34=this['_findAdjacentContextDistance'](_0x13d956['newRange']['end'],'forward',_0x22fc22['model']['schema']);if(_0x4c9b27||_0x2afb34){const _0x1d2bcc=_0x13d956['newRange']['start']['getShiftedBy'](-_0x4c9b27),_0x21b8d2=_0x13d956['newRange']['end']['getShiftedBy'](_0x2afb34);_0x9b3b5f['push']({'start':_0x1d2bcc,'end':_0x21b8d2,'groupId':_0xb8913c['id'],'type':'remove-context'});}else _0x2e349c='remove-only';}_0x9b3b5f['push']({'start':_0x13d956['newRange']['start'],'end':_0x13d956['newRange']['end'],'groupId':_0xb8913c['id'],'type':_0x2e349c});}}}this['_insertMarkers'](_0x9b3b5f,_0x22fc22);}['clearAllMarkers'](){const _0x45df1b=new Map();for(const _0x157b5b of this['_markers']['keys']()){const _0x1d2eb5=this['_markers']['get'](_0x157b5b);_0x1d2eb5?.['editor']&&(_0x45df1b['has'](_0x1d2eb5['editor'])||_0x45df1b['set'](_0x1d2eb5['editor'],[]),_0x45df1b['get'](_0x1d2eb5['editor'])['push'](_0x157b5b));}for(const [_0x209229,_0x2a4c4b]of _0x45df1b)_0x209229['model']['change'](_0x418b91=>{for(const _0xbcf724 of _0x2a4c4b)_0x209229['model']['markers']['get'](_0xbcf724)&&_0x418b91['removeMarker'](_0xbcf724);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x34104e of Ws(this['context']))_0x34104e['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x476c99 of Ws(this['context']))_0x476c99['disableReadOnlyMode']('ai-review');}['applyChange'](_0x36f01d){const _0x2ed7b3=_0x36f01d['map'](_0x357230=>this['_getMarkersDataForGroup'](_0x357230))['flat'](),_0x33eaa0=new Map();for(const _0x3cadfd of _0x2ed7b3)_0x33eaa0['has'](_0x3cadfd['editor'])||_0x33eaa0['set'](_0x3cadfd['editor'],[]),_0x33eaa0['get'](_0x3cadfd['editor'])['push'](_0x3cadfd);for(const [_0x5800b3,_0x4d1b4d]of _0x33eaa0){const _0x1eb66c=_0x5800b3['model'];_0x1eb66c['change'](_0x285d9c=>{for(const _0x87d700 of _0x4d1b4d){const _0x136a53=_0x5800b3['model']['markers']['get'](_0x87d700['id']);if(_0x136a53){if('insert'===_0x87d700['type']){if(!_0x87d700['content'])continue;_0x1eb66c['insertContent'](_0x87d700['content']['asFragment']||null,_0x136a53['getRange']()['start']);}else'remove-text'!==_0x87d700['type']&&'remove-only'!==_0x87d700['type']||_0x1eb66c['deleteContent'](_0x1eb66c['createSelection'](_0x136a53['getRange']()));_0x285d9c['removeMarker'](_0x87d700['id']),this['_markers']['delete'](_0x87d700['id']);}}});}}['rejectChange'](_0x21e68d){const _0x5712b9=this['_getMarkersDataForGroup'](_0x21e68d),_0x53f69c=new Map();for(const _0x5b6189 of _0x5712b9)_0x53f69c['has'](_0x5b6189['editor'])||_0x53f69c['set'](_0x5b6189['editor'],[]),_0x53f69c['get'](_0x5b6189['editor'])['push'](_0x5b6189);for(const [_0xe31729,_0x13c4cb]of _0x53f69c)_0xe31729['model']['change'](_0x4b7890=>{for(const _0x371fa7 of _0x13c4cb)_0x4b7890['removeMarker'](_0x371fa7['id']),this['_markers']['delete'](_0x371fa7['id']);});}['getEditor'](){return $s(this['context']);}['getEditors'](){return Ws(this['context']);}['getEditorForChange'](_0xaef3ea){const _0x344023=this['_getMarkersDataForGroup'](_0xaef3ea);return _0x344023[0x0]?.['editor'];}['getMarkerElementForChange'](_0x2519c0){const _0x128ed1=Array['from'](this['_markers']['values']())['filter'](_0x447ccf=>_0x447ccf['groupId']===_0x2519c0);if(!_0x128ed1['length'])return null;const _0x4a03d0=0x1===_0x128ed1['length']?_0x128ed1[0x0]:this['_sortMarkers'](_0x128ed1)[0x0],_0x524f7a=_0x4a03d0['editor']['model']['markers']['get'](_0x4a03d0['id']);if(!_0x524f7a)return null;return{'modelRange':_0x524f7a['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x4a03d0['id'])};}['getContentElementForChange'](_0x49c4f2){const _0x1c1141=Array['from'](this['_markers']['values']())['filter'](_0x4ba277=>_0x4ba277['groupId']===_0x49c4f2);if(!_0x1c1141['length'])return null;const _0x339620=0x1===_0x1c1141['length']?_0x1c1141[0x0]:this['_sortMarkers'](_0x1c1141)[0x0],_0x439e77=_0x339620['editor'],_0x56a264=_0x439e77['model']['markers']['get'](_0x339620['id']);if(!_0x56a264)return null;const _0x38b1f6=_0x56a264['getRange'](),_0x4719b1=_0x439e77['editing']['view']['getDomRoot'](_0x38b1f6['root']['rootName'])||_0x439e77['editing']['view']['getDomRoot']();if(!_0x4719b1||!_0x38b1f6)return null;let _0x51920f=_0x38b1f6['start']['parent'];for(;_0x51920f['parent']&&'$root'!==_0x51920f['parent']['name'];)_0x51920f=_0x51920f['parent'];if(!_0x51920f||!_0x51920f['name'])return null;const _0x25ae3f=_0x4719b1['querySelector']('[data-marker-id=\x22'+_0x339620['id']+'\x22]');if(!_0x25ae3f)return null;let _0x3d5a5a=null;_0x439e77['model']['change'](_0x5f3a0a=>{_0x3d5a5a=_0x5f3a0a['createDocumentFragment'](),_0x5f3a0a['append'](_0x51920f['_clone'](!0x0),_0x3d5a5a);});const _0xa6cbea=_0x439e77['data']['toView'](_0x3d5a5a)['getChild'](0x0);return _0x25ae3f['closest'](_0xa6cbea['name']);}['reactivateMarkers'](_0x4bb0d8){const _0x361628=this['_getMarkersDataForGroup'](_0x4bb0d8);if(!_0x361628['length'])return;const _0xfb5842=Array['from'](this['_activeMarkers'])['sort'](),_0x11f800=Array['from'](new Set(_0x361628['map'](_0x346d0a=>_0x346d0a['id'])))['sort']();_0xfb5842['join']('|')!==_0x11f800['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x4bb0d8));}['setMarkersInElementAsActive'](_0x513aa4){const _0x5ccbd9=this['_getMarkersDataForGroup'](_0x513aa4);if(!_0x5ccbd9['length'])return;const _0x15e79a=_0x5ccbd9[0x0]['editor'],_0x24d212=new Set(_0x5ccbd9['map'](_0x431453=>_0x431453['id'])),_0x3b1663=Array['from'](_0x24d212['values']())['map'](_0x4d1d18=>_0x15e79a['model']['markers']['get'](_0x4d1d18))['filter'](_0x5b715d=>!!_0x5b715d);_0x24d212['forEach'](_0x58752f=>{this['_activeMarkers']['add'](_0x58752f);}),_0x15e79a['model']['change'](()=>{_0x3b1663['forEach'](_0x122814=>{_0x15e79a['editing']['reconvertMarker'](_0x122814);});});}['setAllMarkersAsInactive'](){const _0x162f93=Array['from'](this['_activeMarkers']);if(!_0x162f93['length'])return;this['_activeMarkers']['clear']();const _0x12947f=new Map();for(const _0x5b997f of _0x162f93){const _0x341034=this['_markers']['get'](_0x5b997f);if(!_0x341034)continue;const _0x19d543=_0x341034['editor'],_0x49931b=_0x19d543['model']['markers']['get'](_0x5b997f);_0x49931b&&(_0x12947f['has'](_0x19d543)||_0x12947f['set'](_0x19d543,[]),_0x12947f['get'](_0x19d543)['push'](_0x49931b));}for(const [_0x48856d,_0xc55f9a]of _0x12947f)_0x48856d['model']['change'](()=>{_0xc55f9a['forEach'](_0x4dc1d4=>{_0x48856d['editing']['reconvertMarker'](_0x4dc1d4);});});}['_getPositionLimitingRange'](_0x25dd03,_0x4ab376,_0x54416a='outside'){if(!_0x25dd03)return null;let _0x2b00eb=_0x25dd03['parent'];for(;_0x2b00eb&&_0x2b00eb['parent']&&'$root'!==_0x2b00eb['parent']['name']&&!_0x4ab376['model']['schema']['isLimit'](_0x2b00eb)&&!_0x4ab376['model']['schema']['isBlock'](_0x2b00eb);)_0x2b00eb=_0x2b00eb['parent'];if(!_0x2b00eb||!_0x2b00eb['name']||'$root'===_0x2b00eb['name'])return null;let _0x1957c9=null;return _0x4ab376['model']['change'](_0x922223=>{_0x1957c9='inside'===_0x54416a?_0x922223['createRangeIn'](_0x2b00eb):_0x922223['createRangeOn'](_0x2b00eb);}),_0x1957c9;}['_validateMarkers'](_0x5165fe,_0xa3d426){const _0x1d411b=Array['from'](this['_markers']['keys']()),_0x99936f=new Map();for(const _0x37d7c4 of _0x1d411b){const _0x38c914=_0x5165fe['model']['markers']['get'](_0x37d7c4);if(!_0x38c914)continue;const _0x44001a=_0x38c914['getStart']()['root']['rootName']+':'+_0x38c914['getStart']()['path'][0x0];_0x99936f['has'](_0x44001a)||_0x99936f['set'](_0x44001a,[]),_0x99936f['get'](_0x44001a)['push'](_0x38c914);}const _0x4355dd=new Set();for(const _0x226595 of _0x5165fe['model']['document']['differ']['getChanges']()){let _0x153aee='',_0x3219a3=null;if('insert'===_0x226595['type'])_0x3219a3=new _0x17fab8(_0x226595['position'],_0x226595['position']['getShiftedBy'](_0x226595['length'])),_0x153aee=_0x226595['position']['root']['rootName']+':'+_0x226595['position']['path'][0x0];else{if('remove'!==_0x226595['type'])continue;_0x3219a3=new _0x17fab8(_0x226595['position']),_0x153aee=_0x226595['position']['root']['rootName']+':'+_0x226595['position']['path'][0x0];}const _0x352825=_0x99936f['get'](_0x153aee)||[];if(_0x352825['length']){for(const _0x11c1d9 of _0x352825)if(_0x3219a3['root']['rootName']===_0x11c1d9['getRange']()['root']['rootName']&&('insert'!==_0x226595['type']||!_0x3219a3['containsRange'](_0x11c1d9['getRange']()))&&(_0x3219a3['isIntersecting'](_0x11c1d9['getRange']())||_0x3219a3['start']['isTouching'](_0x11c1d9['getRange']()['end'])||_0x3219a3['end']['isTouching'](_0x11c1d9['getRange']()['start']))){const _0x2568b7=this['_parseMarkerName'](_0x11c1d9['name']);Array['from'](this['_markers']['values']())['filter'](_0x491b7c=>_0x491b7c['groupId']===_0x2568b7['groupId'])['forEach'](_0x440525=>_0x4355dd['add'](_0x440525['id']));}}}if(_0x4355dd['size']){for(const _0x5ada99 of _0x4355dd)_0xa3d426['removeMarker'](_0x5ada99);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x200e93){for(const {name:_0x7288ea,data:_0x2576c0}of _0x200e93['model']['document']['differ']['getChangedMarkers']()){if(!_0x7288ea['startsWith'](Ta))continue;const _0x33a240=_0x2576c0['oldRange'],_0x2cc872=_0x2576c0['newRange'],_0x20c745=_0x33a240&&'$graveyard'===_0x33a240['root']['rootName'],_0x121643=_0x2cc872&&'$graveyard'===_0x2cc872['root']['rootName'];if(_0x20c745&&_0x121643)continue;const _0x52d626=this['_parseMarkerName'](_0x7288ea);this['_markers']['get'](_0x7288ea)&&(_0x121643||!_0x2cc872?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x7288ea,'changeId':_0x52d626['groupId']}):_0x20c745&&_0x2cc872&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x7288ea,'changeId':_0x52d626['groupId']}));}}['_parseMarkerName'](_0x26ff5d){const _0x5c3978=_0x26ff5d['split'](':'),_0x3c3aad=(_0x5c3978[0x1]||'')['split']('_');return{'prefix':_0x5c3978[0x0],'groupId':_0x3c3aad[0x0],'suffix':_0x3c3aad[0x1]};}['_translateOperationToEditorContent'](_0xfdd541,_0x1cdf9e,_0x59e3d2){if('insert'===_0xfdd541['type']){const _0xb3e8c5=_0xfdd541;return new _0x1ceeab(this['_changePosition'](_0x1cdf9e['concat'](_0xb3e8c5['position']['offset']),_0x59e3d2),_0xb3e8c5['nodes'],_0xb3e8c5['baseVersion']);}if('marker'===_0xfdd541['type']&&_0xfdd541['name']['startsWith']('$markedRemove')){const _0x34705a=_0xfdd541;return new _0x46a18c(_0x34705a['name'],_0x34705a['oldRange'],this['_changeRange'](_0x34705a['newRange'],_0x1cdf9e['concat'](_0x34705a['newRange']['start']['offset']),_0x1cdf9e['concat'](_0x34705a['newRange']['end']['offset']),_0x59e3d2),_0x34705a['_markers'],_0x34705a['affectsData'],_0x34705a['baseVersion']);}return _0xfdd541;}['_groupAdjacentOperations'](_0x2178de){if(!_0x2178de['length'])return[];const _0x58dbf1=[];let _0x3c3a71=0x0,_0x1a1bdc=0x0,_0x44964f=[];for(let _0x5b2780=0x0;_0x5b2780<=_0x2178de['length'];_0x5b2780++){const _0x3fcda2=_0x2178de[_0x5b2780],_0xd0fa20=_0x2178de[_0x5b2780-0x1];!_0x3fcda2||_0xd0fa20&&!this['_getOperationEnd'](_0xd0fa20)['isTouching'](this['_getOperationStart'](_0x3fcda2))?(_0x58dbf1['push']({'operations':_0x44964f,'operationsIsolated':_0x44964f['map'](_0x48b2c9=>this['_shiftOperation'](_0x48b2c9['clone'](),-_0x1a1bdc)),'groupOffset':_0x3c3a71}),_0x44964f=_0x3fcda2?[_0x3fcda2]:[],_0x1a1bdc+=_0x3c3a71,_0x3c3a71=0x0):_0x44964f['push'](_0x3fcda2),_0x3fcda2&&'insert'===_0x3fcda2['type']&&(_0x3c3a71+=_0x3fcda2['howMany']);}return _0x58dbf1;}['_findAdjacentContextDistance'](_0x537ec2,_0x2741d6,_0x42a6e9,_0x2dfcaa=0x1){const _0x407eb6=new _0x5130a5({'startPosition':_0x537ec2,'direction':_0x2741d6});let _0x45c390=0x0;for(let _0x5e72df=0x0;_0x5e72df<_0x2dfcaa;_0x5e72df++){let _0x41d6d8=0x0,_0x1ad402=!0x1,_0x46cbb7='forward'===_0x2741d6?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x3be237}of _0x407eb6)if(_0x3be237['is']('$textProxy')){const _0x61f72d=_0x46cbb7['exec'](_0x3be237['data']);if(_0x61f72d&&_0x61f72d['length']){if(_0x41d6d8+='forward'===_0x2741d6?_0x61f72d['index']+_0x61f72d[0x0]['length']:_0x3be237['data']['length']-_0x61f72d['index'],_0x61f72d[0x0]['length']!==_0x3be237['data']['length'])break;_0x1ad402=!0x0,_0x46cbb7='forward'===_0x2741d6?/^\w+/:/\w+$/;}else{if(_0x1ad402)break;_0x41d6d8+=_0x3be237['offsetSize'];}}else{if(_0x3be237['is']('element')){_0x42a6e9['isInline'](_0x3be237)&&!_0x1ad402&&(_0x41d6d8+=0x1);break;}}_0x45c390+=_0x41d6d8,_0x407eb6['jumpTo'](_0x537ec2['getShiftedBy']('forward'===_0x2741d6?_0x45c390:-_0x45c390));}return _0x45c390;}['_getChangeContext'](_0x195313,_0x25434c,_0x28469e){const _0x222111=_0x28469e['model']['schema'],_0x5c2533=this['_findAdjacentContextDistance'](_0x195313,'backward',_0x222111,0x6),_0x452d46=this['_findAdjacentContextDistance'](_0x25434c,'forward',_0x222111,0x6),_0x121d7a=_0x195313['getShiftedBy'](-_0x5c2533),_0x25c823=_0x25434c['getShiftedBy'](_0x452d46);return{'start':_0x121d7a,'end':_0x25c823,'hasContentBefore':!_0x121d7a['isAtStart'],'hasContentAfter':!_0x25c823['isAtEnd']};}['_insertMarkers'](_0x3fea93,_0x1056e0){const _0x5843b6=this['context']['plugins']['get']('AIEditing'),_0x436f4b=new Set();_0x1056e0['model']['change'](_0x8c037f=>{for(const _0xda3672 of _0x3fea93){const _0x30a7fe=''+Ta+_0xda3672['type']+':'+_0xda3672['groupId']+'_'+_0x5843b6['_nextDataId'](_0x436f4b);this['_markers']['set'](_0x30a7fe,{'id':_0x30a7fe,'groupId':_0xda3672['groupId'],'type':_0xda3672['type'],'content':_0xda3672['content'],'editor':_0x1056e0}),_0x8c037f['addMarker'](_0x30a7fe,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x8c037f['createRange'](_0xda3672['start'],_0xda3672['end'])});}});}['_createGetContextFn'](_0x127e74,_0x6a0445,_0x8bc31a){let _0x49be4b='';return()=>{if(!_0x49be4b){const _0x4b7272=_0x6a0445['toView'](_0x127e74,{'showSuggestionHighlights':!0x0});let _0x3707af=_0x4b7272['getChild'](0x0);if(_0x3707af['is']('containerElement')||(_0x3707af=_0x4b7272),!_0x3707af)return'';let _0x2a4c87=!0x1;const _0xcd02e9=[];for(const _0x324aed of _0x3707af['getChildren']())_0x324aed['is']('element','span')&&_0x324aed['hasClass']('ck-ai_review-marker_context-end')&&(_0x2a4c87=!0x1),_0x2a4c87&&_0xcd02e9['push'](_0x324aed),_0x324aed['is']('element','span')&&_0x324aed['hasClass']('ck-ai_review-marker_context-start')&&(_0x2a4c87=!0x0);_0x3707af['_removeChildren'](0x0,_0x3707af['childCount']),_0x8bc31a?.['ellipsisBefore']&&_0x3707af['_appendChild']('…'),_0x3707af['_appendChild'](_0xcd02e9),_0x8bc31a?.['ellipsisAfter']&&_0x3707af['_appendChild']('…');const _0x148c2e=_0x6a0445['htmlProcessor']['domConverter']['viewToDom'](_0x4b7272),_0x4b3a40=_0x6a0445['htmlProcessor']['htmlWriter']['getHtml'](_0x148c2e);_0x49be4b=_0x4b3a40;}return _0x49be4b;};}['_createGetContentFn'](_0xd95270,_0x5da12a){let _0x571d6e='';return()=>(_0x571d6e||(_0x571d6e=_0x5da12a['stringify'](_0xd95270,{'showSuggestionHighlights':!0x0})),_0x571d6e);}['_createGetContentUsingDataIdFn'](_0x3b2bf3,_0x3d2b37,_0xe6ba37){let _0x16d67a='';return()=>{if(!_0x16d67a){const _0x4e77ec=_0xe6ba37['toView'](new _0x1fef78(_0x3b2bf3)),_0x434913=_0xe6ba37['htmlProcessor']['domConverter']['viewToDom'](_0x4e77ec)['querySelector']('[data-id=\x22'+_0x3d2b37+'\x22]');_0x16d67a=_0x434913?.['outerHTML']||'';}return _0x16d67a;};}['_findMarkerElement'](_0x19928a,_0x4ddf87=0x5){let _0x51012a=_0x19928a,_0x1d9f8e=null;for(let _0x588e75=0x0;_0x588e75<_0x4ddf87&&_0x51012a;_0x588e75++){if(!_0x51012a['className']){_0x51012a=_0x51012a['parentElement'];continue;}if(!(''+_0x51012a['className'])['includes']('ck-ai_review-marker_')){_0x51012a=_0x51012a['parentElement'];continue;}if(!_0x51012a['getAttribute']('data-marker-id'))break;_0x1d9f8e=_0x51012a;break;}return _0x1d9f8e;}['_findMarkerElementById'](_0x554021){const _0xcf7f48=this['_markers']['get'](_0x554021),_0x1b4643=_0xcf7f48?.['editor']??$s(this['context']),_0x483b84=_0x1b4643['model']['markers']['get'](_0x554021);return _0x483b84?_0x2b3bd5(_0x1b4643['editing'],_0x483b84):null;}['_getMarkersDataForGroup'](_0x2d5c00){return Array['from'](this['_markers']['values']())['filter'](_0x33b83b=>_0x33b83b['groupId']===_0x2d5c00);}['_getOperationStart'](_0x2873e7){return'insert'===_0x2873e7['type']?_0x2873e7['position']:_0x2873e7['newRange']['start'];}['_getOperationEnd'](_0x4f38e1,_0x315586=!0x1){return'insert'===_0x4f38e1['type']?_0x315586?_0x4f38e1['position']:_0x4f38e1['position']['getShiftedBy'](_0x4f38e1['howMany']):_0x4f38e1['newRange']['end'];}['_shiftOperation'](_0x343bc6,_0x4d6084){return'insert'===_0x343bc6['type']?_0x343bc6['position']=_0x343bc6['position']['getShiftedBy'](_0x4d6084):'marker'===_0x343bc6['type']&&_0x343bc6['newRange']&&(_0x343bc6['newRange']=new _0x17fab8(_0x343bc6['newRange']['start']['getShiftedBy'](_0x4d6084),_0x343bc6['newRange']['end']['getShiftedBy'](_0x4d6084))),_0x343bc6;}['_changeOperationOwnerDocument'](_0xf87789,_0x1011f0){'insert'===_0xf87789['type']?_0xf87789['position']=this['_changePositionOwnerDocument'](_0xf87789['position'],_0x1011f0):'marker'===_0xf87789['type']&&_0xf87789['newRange']&&(_0xf87789['newRange']=this['_changeRangeOwnerDocument'](_0xf87789['newRange'],_0x1011f0));}['_changePositionOwnerDocument'](_0x1c2353,_0x34af9d){return new _0x4de1b4(_0x34af9d,_0x1c2353['path']);}['_changeRangeOwnerDocument'](_0x207db9,_0x3360ed){return new _0x17fab8(this['_changePositionOwnerDocument'](_0x207db9['start'],_0x3360ed),this['_changePositionOwnerDocument'](_0x207db9['end'],_0x3360ed));}['_changePosition'](_0x5876f6,_0x12eb24){return new _0x4de1b4(_0x12eb24,[..._0x5876f6]);}['_changeRange'](_0x34f7c8,_0x50afde,_0x448b45,_0x1c05c2){return new _0x17fab8(this['_changePosition'](_0x50afde,_0x1c05c2),this['_changePosition'](_0x448b45,_0x1c05c2));}['_sortMarkers'](_0xebd0bb){const _0x3959e9=_0x2ff100=>{switch(_0x2ff100){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0xebd0bb['sort']((_0x5638f4,_0x454625)=>_0x3959e9(_0x5638f4['type'])-_0x3959e9(_0x454625['type']));}['_hasSameTopLevelElement'](_0x45d564,_0x104700){const _0x2f94ad=_0x45d564['getChild'](0x0),_0x5c26ef=_0x104700['getChild'](0x0);return!(!_0x2f94ad||!_0x5c26ef)&&((!_0x2f94ad['is']('element')||!_0x5c26ef['is']('element')||_0x2f94ad['name']===_0x5c26ef['name'])&&!(_0x2f94ad['is']('element')&&!_0x5c26ef['is']('element')||!_0x2f94ad['is']('element')&&_0x5c26ef['is']('element')));}['_haveSingleTopLevelElement'](_0x811e0a){return 0x1===_0x811e0a['childCount'];}['_haveOnlyInlineContent'](_0x354cf8,_0x26fb0f){for(const _0x769bb7 of _0x354cf8['getChildren']())if(_0x769bb7['is']('element')&&!_0x26fb0f['isInline'](_0x769bb7))return!0x1;return!0x0;}['_upsertDataId'](_0x3ab005,_0x3fda6f){let _0x27323c=_0x3ab005['getAttribute'](_0xf976ed);return _0x27323c||(_0x27323c=_0x3fda6f(),_0x3ab005['_setAttribute'](_0xf976ed,_0x27323c)),_0x27323c;}}class fa extends Tt(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x4ff1bc,contentNew:_0x1e4a07,contentInitial:_0x1d3034,documentVersion:_0x426680}){super(),this['id']=_0x4ff1bc,this['contentNew']=_0x1e4a07,this['contentInitial']=_0x1d3034,this['documentVersion']=_0x426680;}}class ba extends ht(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x5962f4,_0xb7ee3,_0x316f51){super(),this['id']=_0x5962f4,this['parent']=_0x316f51,this['_data']=_0xb7ee3,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(_0x3e537d,_0x1d994d,_0x399b3b,_0x2b9226,_0x55aa47){super(),this['_sourceCheck']=_0x1d994d,this['_documentData']=_0x3e537d,this['_aiConnector']=_0x399b3b,this['_reviewParams']=_0x2b9226,this['_reviewArgs']=_0x55aa47,this['on']('change:status',(_0x3343c1,_0x8770d1,_0x5cd7db)=>{'aborted'==_0x5cd7db&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x5cd7db,'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'](_0x18a5e1=>'pending'===_0x18a5e1['status']);}get['currentError'](){return this['_currentError'];}['updateDocumentData'](_0x3b3756){this['_documentData']=_0x3b3756;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x3999a1=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x1c6a72 of _0x3999a1)'unmodified'!==_0x1c6a72['data']['operation']&&('error'!==_0x1c6a72['data']['operation']?'review-metadata'!==_0x1c6a72['event']?this['_addReviewCheckResult'](_0x1c6a72['data']['dataId'],_0x1c6a72['data']['textDelta']):this['callId']=_0x1c6a72['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(_0x1df7d0){this['_currentError']=_0x1df7d0,_0x1df7d0 instanceof Error&&_0x1df7d0['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'](_0x16f393,_0x3afb73){const _0x1a7e3=this['_results']['get'](_0x16f393);if(!_0x1a7e3)return;if(0x0===_0x3afb73['length'])return;const _0x25457b=[];_0x3afb73['forEach']((_0x2c2272,_0x240d44)=>{const _0x4e68d7=new ba(_0x1a7e3['id']+'-'+_0x240d44,_0x2c2272,_0x1a7e3);_0x4e68d7['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x4e68d7,'status':_0x4e68d7['status']});}),_0x4e68d7['on']('change:isActivated',()=>{_0x4e68d7['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x4e68d7}):this['fire']('reviewCheckResultDeactivated',{'change':_0x4e68d7});}),this['_changes']['push'](_0x4e68d7),_0x25457b['push'](_0x4e68d7);}),this['fire']('reviewCheckResultReady',{'changes':_0x25457b,'result':_0x1a7e3,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x4a3c65){const _0x313f69=this['_changes']['find'](_0x502af8=>_0x502af8['id']===_0x4a3c65);return!(!_0x313f69||'pending'!==_0x313f69['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x4a1a3d=>!0x0===_0x4a1a3d['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x23cfda=>'pending'===_0x23cfda['status']);}['getChangeById'](_0x42762f){return this['_changes']['find'](_0x7d2174=>_0x7d2174['id']===_0x42762f);}['markAllChangesAsAccepted'](){for(const _0x254a89 of this['_changes'])'pending'===_0x254a89['status']&&(_0x254a89['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x495aae){const _0x1a93c7=this['_changes']['find'](_0x3ee0d4=>_0x3ee0d4['id']===_0x495aae);_0x1a93c7&&'pending'===_0x1a93c7['status']&&(_0x1a93c7['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x1f473b){const _0x489b65=this['_changes']['find'](_0x94e78d=>_0x94e78d['id']===_0x1f473b);_0x489b65&&'pending'===_0x489b65['status']&&(_0x489b65['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x4210b6){const _0x4c87da=this['_changes']['find'](_0x5d8cc9=>_0x5d8cc9['id']===_0x4210b6);_0x4c87da&&'pending'===_0x4c87da['status']&&(_0x4c87da['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x1ae31e){const _0x4bd5be=this['_changes']['find'](_0x15ce07=>_0x15ce07['id']===_0x1ae31e);_0x4bd5be&&'outdated'===_0x4bd5be['status']&&(_0x4bd5be['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0xbbc004){this['_changes']['filter'](_0x41ac2b=>_0x41ac2b['isActivated']&&_0x41ac2b['id']!==_0xbbc004)['forEach'](_0x3928c2=>{_0x3928c2['isActivated']=!0x1;});const _0x62661e=this['_changes']['find'](_0x28edd1=>_0x28edd1['id']===_0xbbc004);_0x62661e&&'pending'===_0x62661e['status']&&(_0x62661e['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x2996a2=>_0x2996a2['isActivated'])['forEach'](_0x522fbf=>{_0x522fbf['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x58e5bf){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x393f51;if(_0x58e5bf){const _0x434757=this['_changes']['find'](_0x5e3bb5=>_0x5e3bb5['id']===_0x58e5bf);if(_0x434757&&_0x434757['isRated'])return;_0x434757&&(_0x393f51=_0x434757['parent']['id'],_0x434757['isRated']=!0x0);}const _0x28e786={'positiveCount':this['_changes']['filter'](_0xf3d4c5=>'accepted'===_0xf3d4c5['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x28e786,this['callId'],_0x393f51);}['_addReviewCheckResult'](_0x3eaef4,_0x3933e2){const _0x5c9241=this['_documentData']['elements']['get'](_0x3eaef4);if(!_0x5c9241)return;const _0x19a24a=_0x5c9241['getContent']();if(_0x19a24a===_0x3933e2)return;const _0x1c8963=new fa({'id':_0x3eaef4,'contentInitial':_0x19a24a,'contentNew':_0x3933e2,'documentVersion':_0x5c9241['documentVersion']});this['_results']['set'](_0x1c8963['id'],_0x1c8963),this['fire']('reviewCheckResultAdded',{'result':_0x1c8963,'source':this,'editor':_0x5c9241['editor']});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x16fa89=>'pending'===_0x16fa89['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x13816d=>'pending'===_0x13816d['status'])['length']&&(this['status']='finished'));}}class Ra extends Sa{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0xb29018=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x38fd90=0x0;_0x38fd90<this['_reviewParams']['length'];_0x38fd90++){if(!this['_reviewParams'][_0x38fd90]||!this['_sourceCheck']['options'][_0x38fd90])continue;const _0x241834=this['_sourceCheck']['options'][_0x38fd90],_0x5afe18=_0x241834['data']?.['find'](_0x100f9f=>_0x100f9f['id']===this['_reviewParams'][_0x38fd90]);_0x5afe18&&_0xb29018['push'](_0x5afe18['label']);}return _0xb29018['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x4407e0,_0x5e26b3,_0xc7de99){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x5e26b3,_0x4407e0,_0xc7de99);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class Oa extends _0x1c4dd1{['_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(_0x444a7f,_0x3dee49)=>{const _0x137f5e=this['_aiReviewCheckList']['getCheckById'](_0x3dee49['id']);if(_0x137f5e){this['_onReviewCheckRun'](_0x3dee49),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x3dee49,_0x137f5e),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x49947c,_0x5f1be2)=>{switch(_0x5f1be2['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x5f1be2);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'!==_0x5f1be2['status']&&'error-chunk'!==_0x5f1be2['status']&&'error-general'!==_0x5f1be2['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x2d6090,_0x263c21)=>{if(!this['_currentReviewCheckRun'])throw new at('ai-review-mode-no-current-check-run',this);const _0x43d581=this['_diffContent'](_0x263c21['editor'],_0x263c21['result']['contentInitial'],_0x263c21['result']['contentNew']);_0x263c21['source']['addResultChanges'](_0x263c21['result']['id'],_0x43d581);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x3a62e8,_0x11d180)=>{for(const _0x475467 of _0x11d180['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x475467);this['_markChangePositionInEditorContent'](_0x11d180['changes'],_0x11d180['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x3be7c4,_0x342860)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x342860['change']['id'],_0x342860['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x13f0de,_0x3a199f)=>{this['_onReviewCheckResultActivated'](_0x3a199f);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x57f25f){_0x57f25f instanceof Error&&_0x57f25f['message']['includes']('ai-request-aborted')||(_0x57f25f instanceof at?this['_logError'](_0x57f25f):this['_logError'](new at('ai-review-mode-check-run-failed',this,void 0x0,_0x57f25f)));}}else this['_logError'](new at('ai-review-mode-source-check-not-found',this,{'checkId':_0x3dee49['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 _0x2c506b=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x2c506b['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x2c506b['map'](_0x1bc82d=>_0x1bc82d['id']));const _0x4033ba=this['_currentReviewCheckRun'];_0x4033ba['markAllChangesAsAccepted'](),_0x4033ba['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x3a9e64,_0xe3b67)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0xe3b67['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0xe3b67['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0xe3b67['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0xe3b67['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x5e7244,_0x183f79)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x183f79['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x183f79['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x183f79['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x183f79['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',(_0x66a5b,_0x125ace)=>{this['_onActivateChange'](_0x125ace);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x203ffa,_0x75620e)=>{this['_onDeactivateChange'](_0x75620e);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x58f4d3,_0x42fdf9)=>{this['_onChangeMarkerClicked'](_0x58f4d3,_0x42fdf9);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x591e1f,_0x3d1fdb)=>{this['_onChangeMarkerHovered'](_0x591e1f,_0x3d1fdb);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x1ad11b,_0x1a7be6)=>{this['_onChangeMarkerRemoved'](_0x1ad11b,_0x1a7be6);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x39fa62,_0x10c484)=>{this['_onChangeMarkerRestored'](_0x39fa62,_0x10c484);});}['_createReviewCheckRun'](_0x3e51e8,_0x57bd13){return new Ra(this['_aiReviewCoreEditing']['getDocumentData'](),_0x57bd13,this['_aiConnector'],_0x3e51e8['params'],_0x3e51e8['args']);}['_onChangeMarkerRemoved'](_0xa5885b,_0x55a249){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x55a249['changeId']);}['_onChangeMarkerRestored'](_0x608aa6,_0x3ed557){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x3ed557['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0x255edb=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x255edb&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x4e00a0 of this['_aiReviewCoreEditing']['getEditors']())_0x4e00a0['editing']['view']['change'](_0x1a7b13=>{for(const _0x25c99b of _0x4e00a0['editing']['view']['document']['getRoots']())_0x1a7b13['removeClass']('ck-ai_review-diff',_0x25c99b),_0x1a7b13['removeClass']('ck-ai_review-highlights',_0x25c99b),_0x1a7b13['removeClass']('ck-ai-translate-mode-content',_0x25c99b);});}['_getTranslationWithDefault'](_0xd2fc03,_0x3c369e){const _0x24b71e=hs(this['context']['locale'],_0xd2fc03);return _0x24b71e===_0xd2fc03?_0x3c369e:_0x24b71e;}['_logError'](_0x240580,_0x14c9a6=!0x1){Et(_0x240580['message']),_0x14c9a6||(_0x240580['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x95d5b1){if('content'===this['_changeActivationSource']){const _0xaa09cb=this['_aiReviewCoreUi']['getChangeElement'](_0x95d5b1);_0xaa09cb&&ft(_0xaa09cb['closest']('.ck-ai_review__check-run-result')||_0xaa09cb);}else{if('panel'===this['_changeActivationSource']){const _0x56731c=this['_getChangeContentElement'](_0x95d5b1);if(!_0x56731c)return;Ct({'target':_0x56731c,'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(_0x166dd3){this['id']=_0x166dd3['id'],this['commandId']=_0x166dd3['commandId'],this['title']=_0x166dd3['title'],this['description']=_0x166dd3['description'],this['isParameterized']=_0x166dd3['isParameterized'],this['useArgs']=_0x166dd3['useArgs'],this['options']=_0x166dd3['options'],this['args']=_0x166dd3['args'];}}class va extends ht(){['_checks']=[];['setupChecks'](_0x586873){this['_checks']=_0x586873['map'](_0x21cdb4=>new Na(_0x21cdb4));}get['checks'](){return this['_checks'];}['getCheckById'](_0x2923b3){return this['checks']['find'](_0xa01e2d=>_0xa01e2d['id']===_0x2923b3);}['removeCheckById'](_0x1227cd){this['_checks']=this['_checks']['filter'](_0x56cef1=>_0x56cef1['id']!==_0x1227cd);}}class ya extends Na{['_models']=[];['_defaultModel']=null;constructor(_0x37f957,_0x113c9c,_0xcf944e){super(_0x37f957),this['_models']=_0x113c9c,this['_defaultModel']=_0xcf944e;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class xa extends Na{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x10ea56,_0x45e709,_0x221b16){super(_0x10ea56),this['prompt']=_0x10ea56['prompt'],this['model']=_0x10ea56['model'],this['model']?this['_defaultModel']=_0x45e709['find'](_0x12cb62=>_0x12cb62['id']===this['model'])||null:this['_defaultModel']=_0x221b16;}get['defaultModel'](){return this['_defaultModel'];}}class La extends va{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x1ad16f,_0x2b084c,_0x7abf78){super(),this['_allModels']=_0x1ad16f,this['_recommendedModels']=_0x2b084c,this['_defaultModel']=_0x7abf78;}['setupChecks'](_0x5b1c67){this['_checks']=_0x5b1c67['map'](_0x59109d=>!0x0===_0x59109d['isExtra']?new xa(_0x59109d,this['_allModels'],this['_defaultModel']):'custom'===_0x59109d['id']?new ya(_0x59109d,this['_recommendedModels'],this['_defaultModel']):new Na(_0x59109d));}}class Da extends Sa{['_prompt'];['_model'];constructor(_0x14f540,_0x1378f0,_0x2edcbd,_0x43abbe,_0x4fb868){super(_0x2edcbd,_0x43abbe,_0x4fb868),this['_prompt']=_0x14f540,this['_model']=_0x1378f0;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x2b71ec,_0xf8c66b,_0x5d0245){return this['_aiConnector']['upsertCustomAIReviewRating'](_0xf8c66b,_0x2b71ec,_0x5d0245);}}class Pa extends Da{get['subTitle'](){return'';}set['prompt'](_0x45a96c){this['_prompt']=_0x45a96c;}set['model'](_0x5a7d9e){this['_model']=_0x5a7d9e;}}class Ha extends Oa{static get['pluginName'](){return'AIReviewModeController';}['_isDiffOn']=!0x1;['_hasDefaultAvailableCommands']=!0x1;constructor(_0x215984){super(_0x215984),this['_hasDefaultAvailableCommands']=!this['context']['config']['get']('ai.review.availableCommands'),this['context']['config']['define']('ai.review.availableCommands',ka['map'](_0x1a7463=>_0x1a7463['id'])),this['context']['config']['define']('ai.review.extraCommands',[]);}async['init'](){await super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x1ee1a5,_0x268a55)=>{this['_isDiffOn']=_0x268a55['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x5cd6e0,_0x2dcd9f){return _0x5cd6e0['isCustom']?new Da(_0x5cd6e0['args']['prompt'],_0x5cd6e0['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x2dcd9f,this['_aiConnector']):_0x2dcd9f['isExtra']?new Pa(_0x2dcd9f['prompt'],_0x2dcd9f['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x2dcd9f,this['_aiConnector']):new Ra(this['_aiReviewCoreEditing']['getDocumentData'](),_0x2dcd9f,this['_aiConnector'],_0x5cd6e0['params'],_0x5cd6e0['args']);}['_onReviewCheckResultActivated'](_0x178534){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x178534['change']['id']),this['_scrollToChange'](_0x178534['change']['id']);const _0x2d4af4=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x178534['change']['id']);if(!_0x2d4af4)return;const _0x12f79f=this['_aiReviewCoreEditing']['getEditorForChange'](_0x178534['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x178534['change'],()=>_0x2d4af4['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x12f79f,_0x2d4af4['modelRange']['root']['rootName']),_0x12f79f?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x178534['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x49f876){this['_currentReviewCheckRun']&&'click'===_0x49f876['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x49f876['id']));}['_onDeactivateChange'](_0x394855){this['_currentReviewCheckRun']&&'balloon'===_0x394855['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x27af84,_0x1d5e09){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x1d5e09['changeId']);const _0x37fb17=this['_currentReviewCheckRun']['getChangeById'](_0x1d5e09['changeId']);if(!_0x37fb17)return;const _0x1002e2=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x1d5e09['changeId']),_0xc85b65=this['_aiReviewCoreEditing']['getEditorForChange'](_0x1d5e09['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x37fb17,_0x1d5e09['markerElement'],_0x1d5e09['domEvent'],'click',this['_getBalloonDomRoot'](_0xc85b65,_0x1002e2?.['modelRange']['root']['rootName']),_0xc85b65?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x15a339,_0x52d417){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x2207d2=this['_currentReviewCheckRun']['getChangeById'](_0x52d417['changeId']);if(!_0x2207d2)return;const _0x28ce7d=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x52d417['changeId']),_0xe3f1d7=this['_aiReviewCoreEditing']['getEditorForChange'](_0x52d417['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x2207d2,_0x52d417['markerElement'],_0x52d417['domEvent'],'hover',this['_getBalloonDomRoot'](_0xe3f1d7,_0x28ce7d?.['modelRange']['root']['rootName']),_0xe3f1d7?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0x16e9a0){const _0xae2f80=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x16e9a0);return _0xae2f80?_0xae2f80['getElement']():null;}['_markChangePositionInEditorContent'](_0x629013,_0x1d38f8){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x629013,_0x1d38f8);}['_diffContent'](_0x4b9cc0,_0x5a7051,_0x58e4a9){return this['_aiReviewCoreEditing']['diffContent'](_0x4b9cc0,_0x5a7051,_0x58e4a9,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x5ee312){_0x5ee312?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x5f374f of this['_aiReviewCoreEditing']['getEditors']())_0x5f374f['editing']['view']['change'](_0x2213a2=>{for(const _0x54fb87 of _0x5f374f['editing']['view']['document']['getRoots']()){for(const _0x541343 of _0x54fb87['getClassNames']())_0x541343['startsWith']('ck-ai_review-')&&_0x2213a2['removeClass'](_0x541343,_0x54fb87);_0x2213a2['addClass'](_0x5ee312?'ck-ai_review-diff':'ck-ai_review-highlights',_0x54fb87);}});}['_getBalloonDomRoot'](_0x4cf7ac,_0x464f21){const _0x1c971c=_0x4cf7ac['editing']['view'];if(_0x464f21){const _0x4aeec7=_0x1c971c['getDomRoot'](_0x464f21);if(_0x4aeec7)return _0x4aeec7;}return _0x1c971c['getDomRoot']()??void 0x0;}async['_getChecksList'](){const _0x17fb90=[...ka,...this['_getExtraChecks']()],_0x2c77cd=this['context']['config']['get']('ai.review.availableCommands')||[];this['_logErrorForNonExistentChecks'](_0x2c77cd,_0x17fb90);let _0x111cc3=_0x17fb90;this['_hasDefaultAvailableCommands']||(_0x111cc3=_0x2c77cd['map'](_0x393bf5=>_0x17fb90['find'](_0x8733cb=>_0x8733cb['id']===_0x393bf5))['filter'](_0x1005f6=>!!_0x1005f6)),_0x111cc3=_0x111cc3['map'](_0x3dbc7f=>_0x3dbc7f['isExtra']?_0x3dbc7f:this['_translateReviewCheck'](_0x3dbc7f));const _0x1c655c=_0x111cc3['some'](_0x16578e=>_0x16578e['isExtra']||'custom'===_0x16578e['id']);let _0x45257f=[],_0x378623=[],_0x7aca1c=null;if(_0x1c655c){const _0x25211a=await this['_getModels']();_0x45257f=_0x25211a['all'],_0x378623=_0x25211a['recommended'],_0x7aca1c=_0x25211a['default'];}const _0x5e0563=new La(_0x45257f,_0x378623,_0x7aca1c);return _0x5e0563['setupChecks'](_0x111cc3),_0x1c655c&&this['_filterChecksWithMissingModel'](_0x5e0563),_0x5e0563;}['_getExtraChecks'](){return(this['context']['config']['get']('ai.review.extraCommands')||[])['map'](_0x598606=>({'id':_0x598606['id'],'commandId':_0x598606['id'],'title':_0x598606['label'],'description':_0x598606['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x598606['prompt'],'model':_0x598606['model']}));}['_logErrorForNonExistentChecks'](_0x311c79,_0x46e320){const _0xa76810=_0x311c79['filter'](_0x1c499e=>!_0x46e320['some'](_0x71aedf=>_0x71aedf['id']===_0x1c499e));_0xa76810['length']&&this['_logError'](new at('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0xa76810['join'](',\x20')}),!0x0);}async['_getModels'](){try{const _0x5f06f4=new Fs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});return{'all':await _0x5f06f4['getAll'](),'recommended':await _0x5f06f4['getAvailableModels'](),'default':await _0x5f06f4['getDefault']()};}catch(_0x32ec25){return this['_logError'](new at('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x32ec25)),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x1f4f93){const _0x6201f5='AI_REVIEW_CHECK_'+_0x1f4f93['id']['toUpperCase']()['replaceAll']('-','_'),_0x5a30ea={..._0x1f4f93,'title':this['_getTranslationWithDefault'](_0x6201f5+'_TITLE',_0x1f4f93['title']),'description':this['_getTranslationWithDefault'](_0x6201f5+'_DESCRIPTION',_0x1f4f93['description'])};return _0x1f4f93['options']&&(_0x5a30ea['options']=_0x1f4f93['options']['map'](_0x37b2db=>({..._0x37b2db,'label':this['_getTranslationWithDefault'](_0x6201f5+'_OPTIONS_LABEL',_0x37b2db['label']||''),'data':_0x37b2db['data']?_0x37b2db['data']['map'](_0x3584cd=>({..._0x3584cd,'label':this['_getTranslationWithDefault'](_0x6201f5+'_OPTIONS_DATA_'+_0x3584cd['id']['toUpperCase'](),_0x3584cd['label'])})):void 0x0}))),_0x5a30ea;}['_filterChecksWithMissingModel'](_0x214f51){const _0x47d72f=[];_0x214f51['checks']['forEach'](_0x2c90e1=>{(_0x2c90e1 instanceof xa&&!_0x2c90e1['defaultModel']||_0x2c90e1 instanceof ya&&!_0x2c90e1['models']['length'])&&_0x47d72f['push'](_0x2c90e1['id']);}),_0x47d72f['length']&&_0x47d72f['forEach'](_0x58e363=>{_0x214f51['removeCheckById'](_0x58e363),this['_logError'](new at('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0x58e363}),!0x0);});}}class Ma extends _0x1c4dd1{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'](_0x12bbcb){this['_checks']=_0x12bbcb['map'](_0x162175=>new Ua(_0x162175));}}class Ba extends Ra{['_title'];constructor(_0x1c106e,_0x3f56c9,_0x27b6e0,_0xea04d4,_0x396d91,_0x4f1238){super(_0x1c106e,_0x3f56c9,_0x27b6e0,_0x396d91,_0x4f1238),this['_title']=_0xea04d4;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class Ga extends Oa{static get['pluginName'](){return'AITranslateController';}constructor(_0x51a1b9){super(_0x51a1b9),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'](_0x42b403,_0x5467c9){return new Ba(this['_aiReviewCoreEditing']['getDocumentData'](),_0x5467c9,this['_aiConnector'],hs(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x42b403['params'],_0x42b403['args']);}['_onReviewCheckResultActivated'](_0xda34d9){this['_aiReviewCoreUi']['setActiveStateInResults'](_0xda34d9['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0xda34d9['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x382f27){this['_currentReviewCheckRun']&&('hover'===_0x382f27['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x382f27['id'])),'click'===_0x382f27['uiInteraction']&&this['_scrollToChange'](_0x382f27['id']));}['_onDeactivateChange'](_0x3dde74){this['_currentReviewCheckRun']&&'panel'===_0x3dde74['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x54cf0c,_0x317715){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x317715['changeId']),this['_scrollToChange'](_0x317715['changeId']));}['_onChangeMarkerHovered'](_0x5cc4cb,_0x197fad){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x197fad['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x197fad['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x278467){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x278467);}['_markChangePositionInEditorContent'](_0x2988a5,_0x5a03e5){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x2988a5,_0x5a03e5);}['_diffContent'](_0x4057c2,_0x16b941,_0x42b7ee){return this['_aiReviewCoreEditing']['diffContent'](_0x4057c2,_0x16b941,_0x42b7ee,!0x0);}['_onReviewCheckRun'](){for(const _0x5b97ed of this['_aiReviewCoreEditing']['getEditors']())_0x5b97ed['editing']['view']['change'](_0x2d0328=>{for(const _0xd23d9d of _0x5b97ed['editing']['view']['document']['getRoots']())_0x2d0328['addClass']('ck-ai-translate-mode-content',_0xd23d9d);});}async['_getChecksList'](){const _0xd4dbeb=[],_0x225d56=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x13f483 of _0x225d56)_0xd4dbeb['push']({'title':_0x13f483['label'],'id':_0x13f483['id'],'commandId':_0x13f483['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x13f483['id']}});const _0xb5b86c=new Va();return _0xb5b86c['setupChecks'](this['_translateChecks'](_0xd4dbeb)),_0xb5b86c;}['_translateChecks'](_0x5e87ed){return _0x5e87ed['map'](_0x492ec5=>{const _0x2dd817='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x492ec5['title']['toUpperCase']()['replaceAll']('-','_');return{..._0x492ec5,'title':this['_getTranslationWithDefault'](_0x2dd817,_0x492ec5['title'])};});}}class Fa extends ca{constructor(_0x27007d,_0x52d5a9){super(_0x27007d,_0x52d5a9),this['on']('set:isLoading',(_0x5596d9,_0xa5bc4d,_0x3fa4ea)=>{_0x3fa4ea&&(this['headerTitle']=hs(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x22942c,_0x41fa93,_0x2618a2)=>{_0x2618a2&&(this['headerTitle']=hs(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x371d9f=super['_createAcceptAllButtonView']();return _0x371d9f['set']('label',hs(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x371d9f;}['_createExitReviewButtonView'](){const _0x1d4ca4=super['_createExitReviewButtonView']();return _0x1d4ca4['set']('label',hs(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x1d4ca4;}}class Ka extends pa{['_setupTemplate'](){const _0x36b83a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x36b83a['if']('isVisible','ck-hidden',_0x17c377=>!_0x17c377)]},'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',_0x36b83a['if']('isVisible','ck-hidden',_0x45a9db=>!_0x45a9db)]},'children':this['_checkViews']}]});}}class Wa extends ra{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x49bdf4=this['context']['plugins']['get']('AITabs'),_0x3cdb40=this['context']['locale'],_0x1c83c0=new eo(_0x3cdb40,{'label':hs(_0x3cdb40,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0xc37e4b,'class':'ck-ai-header_review-translate','showResizeButton':_0x49bdf4['showResizeButton']});_0x1c83c0['delegate']('resizeTabs')['to'](_0x49bdf4),_0x1c83c0['bind']('isMaximized')['to'](_0x49bdf4['view'],'isMaximized',_0x2fbe7b=>_0x2fbe7b);const _0x1911ef=new aa(_0x3cdb40,{'header':_0x1c83c0,'list':new Ka(_0x3cdb40),'results':new Fa(_0x3cdb40,{'generalErrorText':hs(_0x3cdb40,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new la(_0x3cdb40,{'headerText':hs(_0x3cdb40,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':hs(_0x3cdb40,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':hs(_0x3cdb40,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x1911ef['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x1911ef;}['registerTab'](){const _0x2b7bef=this['context']['plugins']['get']('AITabs');_0x2b7bef['view']['on']('activateTab',(_0x16939b,{newTab:_0x2ae208,oldTab:_0x54760a})=>{'translate'===_0x2ae208?this['fire']('getReviewCheckList'):'translate'===_0x54760a&&this['fire']('leaveReview');}),_0x2b7bef['view']['addTab']({'id':'translate','buttonLabel':hs(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0xc37e4b,'order':0x0,'content':this['_mainView']});}}class Ya extends _0x1c4dd1{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};